/*
button.btn  {
    border: 0 !important;
}
*/
body.chck-body.guest .modal.chck-menu.left.fade.show .modal-dialog {
    left: 0;
}


body.adultprime-body #upcoming-container .model-wrapper .upcoming-description, body.adultprime-body #upcoming-scrollable-row.upcoming-row .model-wrapper .upcoming-description {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 7;
    pointer-events: none;
    opacity: 1 !important;
}
body.adultprime-body #upcoming-container .upcoming-description .description-wrapper, body.adultprime-body #upcoming-scrollable-row .upcoming-description .description-wrapper {
    display: grid;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px;
    text-align: center;

}
body.adultprime-body #upcoming-container .upcoming-description .description-wrapper .description-releasedate, body.adultprime-body #upcoming-scrollable-row .upcoming-description .description-wrapper .description-releasedate{
    font-size: 30px;
    font-weight: bold;
    /*line-height: 100px;*/
    position: relative;
    top: 56%;
}
body.adultprime-body #upcoming-container .upcoming-description .description-wrapper .description-releasedate, body.adultprime-body #upcoming-scrollable-row .upcoming-description .description-wrapper .description-releasedate {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 56%;
}


.btn-group.show {
    display:inline-block !important;
}

.video-snip {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ratio-9-16:before {
    padding-top: 177.78%;
    content: '';
    display: block;
}

.join-link{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.snipcontrols-container {
    padding:5px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

.direction-container {
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    width:80px;
    right:-80px;
    text-align:center;
}
.direction-container a:hover {
    cursor:pointer;
}

.snip-text {
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    background-color: #ee1f51;
    text-transform: uppercase;
    text-align: center;
    padding: 4px;
}

.confirm-delete {
    background:rgba(0,0,0,0.7);
}

.confirm-delete .modal-dialog {
    margin-left: 35%;
    margin-top: 15%;
    width:30%;
    height:30%;
}

.rotate{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    display: block;
}

.loading-snip{
    left: 50%;
    transform:translatex(-50%);
    width:90px;
    bottom:10px;
}

.overlay-message p {
    font-size: 30px;
    margin-top: 20%;
    text-align: center;
}

.overlay-message {
    position: fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
}

.snip-modal {
    background:rgba(0,0,0,0.7);
}
.modal-open .modal.snip-modal {
    overflow-y:hidden;
}

.snip-modal .modal-dialog {
    margin:0;
    width:100%;
    height:100%;
}
.snip-modal .modal-dialog .snip-modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.video-snip {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

.video-snip:hover {
    cursor:pointer;
}

.video-snips {
    cursor:pointer;
    width:100%;
    height:auto;
}

.ratio-9-16:before {
    padding-top: 177.78%;
    content: '';
    display: block;
}

.snip-video-container {
    min-width:300px;
    position:relative;
}
body.desktop .snip-video-container, body.tablet .snip-video-container {
    width:calc(90vh * 100 / 177.78);
}
.snip-video-container:before {
    padding-top:177.78%;
    content:'';
    display:block;
}

.snip-video-container .snip {
    position:absolute;
    left:50%;
    transform:translatex(-50%);
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.mute-btn {
    display:inline-block;
    width: 32px;
    height:32px;
    font-size: 24px;
    line-height:32px;

    color:#fff !important;
    background-color: rgba(0,0,0,0.5);
    transition:background-color 0.2s ease;
    cursor: pointer;
    text-align: center;

}

.full-video {
    position:absolute;
    bottom:0;
    width:80px;
    text-align:center;
    right:-80px;
}

.favorite {
    position:absolute;
    bottom:60px;
    right:-80px;
    width:80px;
    text-align:center;
}

.close-snip-modal {
    position:absolute;
    width:80px;
    right:-80px;
    text-align:center;
    bottom:125px;
    height:max-content;
}
.portal-image-link {
    position:absolute;
    width:80px;
    right:-80px;
    text-align:center;
    top: 120px;
    padding:0 15px;
}

.modal.snip-overlay .modal-dialog {
    margin: 0 !important;
    width:auto !important;
}

.tag-link {
    width: max-content;
    padding:4px;
    border-radius:3px;
    background-color: rgba(56,56,56, 0.9) !important;
    text-align: left;
    text-decoration: none;
    color:#fff !important;
    text-transform:lowercase;
    display:block;
    margin-bottom:5px;
}


.download-btn{
    top: 20%;
    left: -65px;
}

@media only screen and (max-width: 767px) {

    .snip-modal-content .title-container{
        text-transform: capitalize;
        position: absolute;
        bottom: 80px;
        width: 70%;
        left: 15px;
    }

    .snip-modal-content .title-container .title {
        font-weight: 900;
        text-align: left;
        font-family: 'Century Gothic Bold';
        font-size: 23px;
        color: rgba(255,255,255,0.3);
        transform:scale(1,2);
    }

    .favorite {
        right:auto;
        left:0px;
        width:70px;
        bottom:0px;
    }
    .direction-container {
        right :0px;
        width:70px;
    }
    .close-snip-modal {
        bottom:auto !important;
        top:0px;
        right:0px;
        width:70px;
    }
    .portal-image-link {
        right:0px;
        top: auto;
        bottom:80px;
        width:70px;
    }
    .full-video {
        right:0px;
        bottom:0px;
        width:70px;
    }

    .snipcontrols-container {
        width:auto;
    }

    .confirm-delete .modal-dialog {
        margin-left: 15%;
        margin-top: 57%;
        width: 70%;
        height: 30%;
    }

    .snip-video-container{
        width: 100vw;
        height:100vh;
    }

    video[poster], .video-snips-modal{
        top: 0;
        height: 100vh;
        width: auto;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
        background: transparent no-repeat 0 0;

    }

    #tags {
        display:none;
        margin-left: 0;
        text-align: left;
    }

    .tag-link {
        margin-bottom:10px;
    }

    .delete-btn{
        top: 20%;
        right: 10px;
    }
    .edit-btn{
        top: 30%;
        right: 10px;
    }

    .prevSnip:hover , .nextSnip:hover {
        color: #ee1f51 !important;
    }

    .swipe-text{
        color: #ee1f51;
        font-weight: bold;
        margin: 10px 0 0 0;
        text-align:center;
    }

    .snip-modal-content {
        width: 100vw;
        height: auto;
        position: relative;
        margin: 0 auto;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .video-snips {
        cursor: pointer;
        width: 100%;
        height: auto;

    }
    .mute-btn {
        display:block;
        margin-bottom:10px;
    }

    .snip-text {
        margin-bottom:10px;
    }

    .mute-btn:hover {
        font-weight: bold !important;
    }

}

@media screen and (min-width: 768px) {
    .snip-modal-content .title-container{
        text-transform: capitalize;
        position: absolute;
        width: 100%;
        bottom:105%;
        bottom:calc(100% + 10px);
    }

    .snip-modal-content .title-container .title {
        text-align: center;
        font-family: 'Century Gothic Bold';
        font-size: 18px;
        transform:scale(1,1.5);
        margin:0;
    }

    .snip {
        display: none;
    }

    #tags {
        display:none;
        margin-left: 0;
        width: 80px;
        text-align: left;
        position:absolute;
        right:-100px;
        top:0px;
    }


    .snip-text{
        float:right;
    }

    .delete-btn{
        top: 0;
        right: auto !important;
        left: -65px !important;
    }
    .edit-btn{
        top: 30%;
        right: auto !important;
        left: -65px !important;
    }

    .link-btn{
        top: 10%;
        left: -65px !important;
    }


}

.close-snip-modal, .delete-btn, .edit-btn, .favorite, .loading-snip , .full-video, .link-btn, .download-btn, .snip-play-btn{
    cursor: pointer;
    position: absolute;
    padding: 10px;
    transition:background-color 0.2s ease;
    -webkit-user-select: none;
}

.snip-play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.prevSnip,.nextSnip {
    transition:background-color 0.2s ease;
}

.promo-info-site {
    text-align:right;
}

@media(max-width:767px) {
    .promo-info-site {
        text-align:center;
    }
}

.performer-info-row {
    font-size:14px;
    font-weight:bold;
    padding-left:20px;
}
@media(max-width:991px) {
    .performer-info-row {
        padding-left:10px;
    }
}

.upcoming-snip-date {
    position: relative;
    top: 5px;
    left: -75px;
}
.about-container .upcoming-snip{
    position: absolute;
    height: 435px;
    width: 248px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

/* used for Yii2 required fields in ActiveForm - to add a * after the label*/
form div.required label:after {
    content:" * ";
}

body.adultprime-body .ap-signup-language-dropdown-menu.signup-language-desktop {
    left:auto !important;
    right:45px !important;
    top:-5px !important;
    transform: none !important;
}
body.adultprime-body .ap-signup-language-dropdown-menu.tvpair-language{
    left:auto !important;
    top:45px !important;
    right: 5px !important;
    transform:none !important;
}

/* css from old assets pager.css */
.messaging-pager a {
    border:none !important;
    height:15px !important;
    border-radius: none !important;
}
.messaging-pager a:hover{
   background-color: transparent !important; 
}
.messaging-pager .messaging-next a{
    display: inherit;
}

.messaging-pager .messaging-prev a{
    display: inherit;
}

.messaging-pager .messaging-next.disabled a{
    display: inherit;
}

.messaging-pager .messaging-prev.disabled a{
    display: inherit;
}

/* css from old assets styles.css - targeting list-view */
.list-view-loading
{
	background:url(loading.gif) no-repeat;
}

.list-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .sorter
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.list-view .sorter
{
	font-size: 0.9em;
}

.list-view .sorter ul
{
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.list-view .sorter li
{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}

.list-view .sorter a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.list-view .sorter a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

