/**
 * Counts
 */

#totalCountsContainer {
    background-color: #890100;
    color: white;
}

#totalCountsContainer a {
    color: white !important;
}

#subTotalCountsContainer {
    background-color: #9c2c00;
    color: #cccccc !important;
}

#subTotalCountsContainer a {
    color: #cccccc !important;
}

.countGt0 {
    font-weight: bold;
    color: gold;
}

.countEq0 {
    font-weight: bold;
    color: #cccccc;
}


/**
 * Card Photo Container
 */

.card.photoContainer {
    border-color: #ff5151;
    background-color: transparent;
}

.card.photoContainer a {
    color: white !important;
}

.card.photoContainer a:hover {
    color: #ffcc00 !important;
}

.card.photoContainer .card-body .modelName {
    background-color: rgba(47, 0, 0, 0.5);
}

.card.photoContainer .card-body .modelCategory {
    color: white;
    border-top-color: #ff5151;
}

.card.photoContainer .card-body .chatLink {
    border-top-color: #ff5151;
}

.card.photoContainer .card-body span.contextPrivate {
    color: #ff5151 !important;
}

.card.photoContainer .card-body a.contextFeatureShow,
.card.photoContainer .card-body a.contextVoyeur {
    color: #ffcc00 !important;
}

/**
 * Card Video Container
 */

.card.videoContainer {
    color: black;
}

.card.videoContainer .cardHeader .faVideoIcon {
    color: black;
}

.card.videoContainer a.modelInfo {
    color: black !important;
}

.card.videoContainer a.previewSnapShots {
    color: teal !important;
}