/**
 * Category Label
 */

.categoryLabel {
    font-size: 105%;
}

.countLabel {
    font-size: 85%;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}

/**
 * Counts
 */

 #totalCountsContainer {
    margin-bottom: 1px !important;
}

/**
 * Card Photo Container
 */

.divPhotoContainer {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.card.photoContainer {
    border-radius: 0;
    font-size: 85%;
    margin: 5px;
    min-width: 130px;
    min-height: 120px;
}

.card.photoContainer .card-img-top {
    border-radius: 0;
}

.card.photoContainer .modelProfilePhoto {
    margin-top: -21px;
    background-image: url('../images/chasing_arrows_32.gif'), url('../images/profile_default.jpg');
    background-repeat: no-repeat;
    background-size: 16px 16px, cover;
    background-position: 50% 50%, center;
    min-height: 120px;
    overflow: hidden;
}

.card.photoContainer .cardHeader {
    height: 21px;
}

.card.photoContainer .cardHeader .ajax {
    padding-left: 3px;
    z-index: 10;
}

.card.photoContainer .cardHeader .ajax span {
    float: left;
    margin-top: 3px;
    color: black;
    background-color: white;
    opacity: 0.90;
}

.card.photoContainer .cardHeader .camShotImage {
    padding-right: 3px;
    z-index: 10;
}

.card.photoContainer .cardHeader .camShotPopover {
    float: right;
}

.card.photoContainer .cardHeader .camShotImage img {
    float: right;
    padding-top: 3px;
}

.card.photoContainer .card-body .modelName {
    height: 23px;
    margin-top: -23px;
}

.card.photoContainer .card-body .modelCategory {
    height: 23px;
    border-top: 1px solid;
}

.card.photoContainer .card-body .chatLink {
    height: 23px;
    border-top: 1px solid;
}

.card.photoContainer .card-body .rateImage {
    position: absolute;
    float: left;
    margin-top: -33px;
    margin-left: -10px;
    opacity: 0.80;
}

/**
 * Card Video Container
 */

.divVideoContainer {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.card.videoContainer {
    font-size: 85%;
    margin: 5px;
    text-align: center;
    min-width: 130px;
    min-height: 120px;
    overflow: hidden;
}

.card.videoContainer .modelProfilePhoto {
    background-image: url('../images/chasing_arrows_32.gif'), url('../images/profile_default.jpg');
    background-repeat: no-repeat;
    background-size: 16px 16px, cover;
    background-position: 50% 50%, center;
    min-height: 120px;
}

.card.videoContainer .cardHeader {
    display: none;
}

.card.videoContainer .cardHeader .faVideoIcon {
    opacity: 0.5;
    z-index: 10;
}

/**
 * Image Preview
 */

#imagePreview {
	position: absolute;
	display: none;
    z-index: 5000;
}

#imagePreview img {
    width: 320px;
    height: auto;
}
