/* metax css start*/

/* new design*/
#feed_image_section{
    /*margin:5px;*/
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /*padding: 10px 5px 0;*/
}
#scm_feed_image_section{
    /*margin:5px;*/
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /*padding: 10px 5px 0;*/
}
#metax_unpublished_asset{
    /*margin:5px;*/
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-height: 100px;
    /*padding: 10px 5px 0;*/
}
.image-block{
    float: left;
    position: relative;
    /*margin:10px 5px;*/
    margin:10px .64%;
    /*padding:0px;*/

}
.image-view-block{
    margin:0px!important;
    padding:0px!important;
    overflow: hidden;
    position:relative;top:0px;
}
.image-thumbnail{
    display: block;
    max-width: 100%;
    height: 100%;
    width:100%;
    /*    -webkit-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;*/
    /*margin: 0 auto;*/
    /*width:120px;*/
}

.image-expand-block {
    position: relative;
    left: -5px;
    box-sizing: content-box;
    overflow: hidden;
    max-height: 0;
    /*transition: max-height .3s ease-in-out,margin-bottom .1s .2s;*/
    /*margin-left:100%;*/
    width:700%;
    height:450px;
    background: url("../img/scm/gradient-bg.png");
    /*    background: -webkit-gradient(linear,left top,right top,color-stop(rgba(30, 33, 41,1)),color-stop(rgba(43, 48, 59,1)));
        background: -webkit-linear-gradient(left,rgba(30, 33, 41,1) ,rgba(43, 48, 59,1));
        background: -moz-linear-gradient(left,rgba(30, 33, 41,1) ,rgba(43, 48, 59,1));
        background: -o-linear-gradient(left,rgba(30, 33, 41,1) ,rgba(43, 48, 59,1));
        background: linear-gradient(to right,rgba(30, 33, 41,1) ,rgba(43, 48, 59,1));*/

    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#00000000');*/
    /*background-position: 0 0;*/
    /*background-size: 100% 100%;*/
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.imageexpand-background:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(20%,rgba(0,0,0,.8)),color-stop(85%,rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.8) 20%,rgba(0,0,0,0) 85%);
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.8) 20%,rgba(0,0,0,0) 85%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.8) 20%,rgba(0,0,0,0) 85%);
    background-image: linear-gradient(to right,rgba(0,0,0,.8) 20%,rgba(0,0,0,0) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#00000000');
    background-position: 0% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    /*opacity: 0.1;*/
    /*background-image: url("http://pmd307308tn.pm.download.theplatform.com.edgesuite.net/thumbnail/Cinedigm_-_Dove/502/7/HolyRoller_Web_FTW_2200x825.jpg");*/
    /*    background-repeat: no-repeat;
        background-position: 50% 0;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;*/
}
.imageexpand-background{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*opacity: 0.1;*/
    background-image: -webkit-gradient(linear,left top,right top,color-stop(20%,rgba(0,0,0,.8)),color-stop(85%,rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.8) 20%,rgba(0,0,0,0) 85%);
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.8) 20%,rgba(0,0,0,0) 85%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.8) 20%,rgba(0,0,0,0) 85%);
    background-image: linear-gradient(to right,rgba(0,0,0,.8) 20%,rgba(0,0,0,0) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#00000000');

    /*    background-repeat: no-repeat;
        background-position: 0% 0;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;*/
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat:no-repeat;
    -ms-background-repeat:no-repeat;
    -o-background-repeat:no-repeat;
    -moz-background-repeat:no-repeat;
    -webkit-background-repeat:no-repeat;
}
.feed-content-desc-div{
    width:100%;
    position: absolute;
    z-index: 10;
}
.expanded-img-blk{
    /*width:25%;*/
    width:300px;
}
.expanded-image{
    /*margin-left:50px!important;*/
    margin-left:40px!important;
    max-width: 100%;
    /*height: auto;*/
    display: block;
    /*padding: 40px;*/
    /*margin: 35px auto;*/
    margin-bottom: 10px;
    margin-top: 35px;
    width:220px;
    height: 330.7px;
    box-sizing: border-box;
    z-index: 10;

}
.image-block.is-collapsed .arrow-up {
    height: 10px;
    /*width: 100%;*/
    border-bottom: 8px solid #222;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    /*height: 0;*/
    /*width: 0;*/
    width: 0;
    margin: 2px auto 0;
    display:none;
}

.image-block.is-expanded .arrow-up {
    border-bottom: 8px solid #222;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    width: 0;
    margin: 2px auto 0;
    display:block;
}
.image-block.is-collapsed .image-thumbnail {
    cursor: pointer;
}
.image-block.is-expanded .image-expand-block{
    background-size: auto 100% ;
    background-position: center right;
    /*     background-repeat: no-repeat;
    */    max-height: 500px;
    margin-bottom: 10px;
}

.expand-close {
    width: 27px;
    height: 30px;
    background: url("../img/scm/metax_title_sprite.png") -133px 0px;
    position: absolute;
    top: 5px;
    right: 7px;
    z-index:15;
}
.expand-close:hover{
    background: url("../img/scm/metax_title_sprite.png") -133px 32px;
}
.feed-expand-pt-btn{
    width: 27px;
    height: 30px;
    background: url("../img/scm/metax_title_sprite.png") -33px 0px;
    position: absolute;
    top: 5px;
    right: 97px;
    z-index:15;
}
.feed-expand-pt-btn:hover{
    background: url("../img/scm/metax_title_sprite.png") -33px 32px;
}
.feed-expand-upt-btn{
    width: 27px;
    height: 30px;
    background: url("../img/scm/metax_title_sprite.png") 0px 0px;
    position: absolute;
    top: 5px;
    right: 97px;
    z-index:15;
}
.feed-expand-upt-btn:hover{
    background: url("../img/scm/metax_title_sprite.png") 0px 32px;
}

.feed-expand-edit-btn{
    width: 27px;
    height: 30px;
    background: url("../img/scm/metax_title_sprite.png") -99px 0px;
    position: absolute;
    top: 5px;
    right: 37px;
    z-index:15;
}

.feed-expand-vid-btn{
    width: 27px;
    height: 30px;
    background: url("../img/scm/metax_title_sprite.png") 0px 0px;
    position: absolute;
    top: 5px;
    right: 67px;
    z-index:15;
}
.feed-expand-vid-btn:hover{
    background: url("../img/scm/metax_title_sprite.png") 0px 32px;
}
.edit-password{
    background: url("../img/scm/update_password.png");
    width: 20px;
    height: 20px;
}
.edit-password:hover{
    background: url("../img/scm/update_password_orange.png");
}
.edit-pub{
    background: url("../img/scm/publish.png");
    width: 20px;
    height: 20px;
}
.edit-pub:hover{
    background: url("../img/scm/publish_active.png");
    width: 20px;
    height: 20px;
}
.edit-unpub{
    background: url("../img/scm/unpublish.png");
    width: 20px;
    height: 20px;
}
.edit-unpub:hover{
    background: url("../img/scm/unpublish-orange.png");
    width: 20px;
    height: 20px;
}

.blocked-user{
    background: url("../img/scm/blocked-user.png");
    width: 20px;
    height: 20px;
}
.unblocked-user{
    background: url("../img/scm/un-blocked-user.png");
    width: 20px;
    height: 20px;
}
.blocked-user:hover{
    background: url("../img/scm/blocked-user-active.png");
    width: 20px;
    height: 20px;
}
.unblocked-user:hover{
    background: url("../img/scm/un-blocked-user-active.png");
    width: 20px;
    height: 20px;
}
.edit-trash{
    background: url("../img/scm/delete.png");
    width: 20px;
    height: 20px;
}
.open-feed{
    background: url("../img/scm/feed.png");
    width: 20px;
    height: 20px;
}
.edit-unpublish{
    background: url("../img/scm/unpublish.png");
    width: 20px;
    height: 20px;
}
.edit-details{
    background: url("../img/scm/details.png");
    width: 20px;
    height: 20px;
}
.edit-pencil:hover{
    /* background: url("../img/scm/edit-orange.png"); */
}
.edit-trash:hover{
    background: url("../img/scm/delete-orange.png");
}
.edit-unpublish:hover{
    background: url("../img/scm/unpublish-orange.png");
}
.edit-details:hover{
    background: url("../img/scm/details-orange.png");
}
.execute:hover{
    background: url("../img/scm/execute-orange.png");
}
.execute{
    background: url("../img/scm/execute.png");
    width: 20px;
    height: 20px;
}
.clone-icon{
    background: url("../img/scm/clone.png");
    width: 20px;
    height: 20px;
}
.clone-icon:hover{
    background: url("../img/scm/clone-active.png");
}
.start-icon{
    background: url("../img/scm/icon-start.png");
    width: 20px;
    height: 20px;
}
.start-icon:hover{
    background: url("../img/scm/icon-start-active.png");
}
.setting-icon{
    /*  background: url("../img/scm/settings.png");
     width: 20px;
     height: 20px; */
}
.setting-icon:hover{
    /*   background: url("../img/scm/settings-active.png"); */
}
.schedule-order-icon{
    background: url("../img/scm/schedule-order.png");
    width: 20px;
    height: 20px;
}
.schedule-order-icon:hover{
    background: url("../img/scm/schedule-order-active.png");
}
.schedule-order-cancel-icon{
    background: url("../img/scm/schedule-order-cancel.png");
    width: 20px;
    height: 20px;
}
.schedule-order-cancel-icon:hover{
    background: url("../img/scm/schedule-order-cancel-active.png");
}
.schedule-order-delete-icon{
    background: url("../img/scm/schedule-order-delete.png");
    width: 20px;
    height: 20px;
}
.schedule-order-delete-icon:hover{
    background: url("../img/scm/schedule-order-delete-active.png");
}
.schedule-order-edit-icon{
    background: url("../img/scm/schedule-order-edit.png");
    width: 20px;
    height: 20px;
}
.schedule-order-edit-icon:hover{
    background: url("../img/scm/schedule-order-edit-active.png");
}
.schedule-order-pause-icon{
    background: url("../img/scm/schedule-order-pause.png");
    width: 20px;
    height: 20px;
}
.schedule-order-pause-icon:hover{
    background: url("../img/scm/schedule-order-pause-active.png");
}
.schedule-order-resume-icon{
    background: url("../img/scm/schedule-order-resume.png");
    width: 20px;
    height: 20px;
}
.schedule-order-resume-icon:hover{
    background: url("../img/scm/schedule-order-resume-active.png");
}
.add-asset-icon{
    background: url("../img/scm/add-asset.png");
    width: 20px;
    height: 20px;
}
.add-asset-icon:hover{
    background: url("../img/scm/add-asset-active.png");
}
.create-job-icon{
    background: url("../img/scm/create-job.png");
    width: 20px;
    height: 20px;
}
.create-job-icon:hover{
    background: url("../img/scm/create-job-active.png");
}
.order-list-icon{
    background: url("../img/scm/order_list.png");
    width: 20px;
    height: 20px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.order-list-icon:hover{
    background: url("../img/scm/order_list_active.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.feed-expand-edit-btn:hover{
    background: url("../img/scm/metax_title_sprite.png") -99px 32px;
}
.feed-expand-delete-btn{
    width: 27px;
    height: 30px;
    background: url("../img/scm/metax_title_sprite.png") -66px 0px;
    position: absolute;
    top: 5px;
    right: 67px;
    z-index:15;
}
.feed-expand-delete-btn:hover{
    background: url("../img/scm/metax_title_sprite.png") -66px 32px;
}

.episode-upt-btn{
    width: 27px;
    height: 30px;
    float:left;
    background: url("../img/scm/metax_title_sprite.png") -33px 0px;
    /*position: absolute;*/
    /*top: 5px;*/
    /*right: 97px;*/
    z-index:15;
}
.episode-upt-btn:hover{
    background: url("../img/scm/metax_title_sprite.png") -33px 32px;
}

.episode-edit-btn{
    width: 27px;
    height: 30px;
    float:left;
    background: url("../img/scm/metax_title_sprite.png") -99px 0px;
    /*top: 5px;*/
    /*right: 37px;*/
    /*z-index:15;*/
}
.episode-edit-btn:hover{
    background: url("../img/scm/metax_title_sprite.png") -99px 32px;
}
.episode-delete-btn{
    position: relative;
    float:left;
    z-index: 2;
    width: 27px;
    height: 30px;
    background: url("../img/scm/metax_title_sprite.png") -66px 0px;
    /*position: absolute;*/
    /*top: 5px;*/
    /*right: 67px;*/
    /*z-index:15;*/
}
.episode-delete-btn:hover{
    background: url("../img/scm/metax_title_sprite.png") -66px 32px;
}



.vertical_sep {
    position: absolute;
    left: -21px;
    background: #121212 none repeat scroll 0 0;
    box-shadow: 1px 0 #2a2a2a;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height:330px;
}
.metax-title-content-desc{
    position: absolute;
    top: 35px;
    left: 320px;
    color: #FFF;
    text-decoration: none;
    padding-right:5%;
    z-index:10;
    font-family: 'Roboto', sans-serif;

}
.metax-title-dtls-desc{
    color: #FFF;
    /* padding-right:5%; */
    z-index:10;
    font-family: 'Roboto', sans-serif;

}
.pl-150 {
    display: inline-block;
    width: 150px;
    vertical-align: top;
}
.pr-150 {
    display: inline-block;
    width: 500px;
}
.metax-title-content-desc h2,.metax-feed-desc-inner{
    text-shadow:3px 1px 4px #000;
}
.metax-feed-desc-inner{
    max-height: 300px;
}
.metaxfeed-details{
    max-height: 200px;
    min-height:200px;
}
.metax-title-content-desc h2{
    color: #FFF;
}
.cdesc{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    /*overflow: hidden;*/
    /*height:40px;*/
    /*max-height: 40px;*/
}
.tdesc{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    display: none;
}



.image-view-block:hover img1{
    /*opacity: 0.3;*/
    /*    transition: all .9s ease-in-out;
        -moz-transition: all .9s ease-in-out;
        -webkit-transition: all .9s ease-in-out;*/
    /*zoom */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
    border:1px solid orange;
    position:relative;
    left:0px;
    top:0px;
    z-index:1;
}
.image-view-block:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 5px rgb(244, 159, 5,1);
    -o-box-shadow: 0px 0px 10px 5px rgb(244, 159, 5,1);
    -ms-box-shadow: 0px 0px 10px 5px rgb(244, 159, 5,1);
    -moz-box-shadow: 0px 0px 10px 5px rgb(244, 159, 5,1);
    box-shadow: 0px 0px 10px 5px rgba(244, 159, 5,1);
}
.is-expanded .image-view-block{
    -webkit-box-shadow: 0px 0px 10px 5px rgb(244, 159, 5,1);
    -o-box-shadow: 0px 0px 10px 5px rgb(244, 159, 5,1);
    -ms-box-shadow: 0px 0px 10px 5px rgb(244, 159, 5,1);
    -moz-box-shadow: 0px 0px 10px 5px rgb(244, 159, 5,1);
    box-shadow: 0px 0px 10px 5px rgba(244, 159, 5,1);
}
.image-view-block {
    /*    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 185, 233, .75);
        box-shadow: 0px 0px 15px 5px rgba(0, 185, 233, .75);*/
    -o-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

/*.image-view-block p {
    position:relative;
    bottom:100px;
    left:10px;
    visibility:hidden;
    margin-bottom:-40px;
    color:#000;
    text-decoration: none;
    z-index:3;
}*/
.asset-title{
    position: absolute;
    width: 100%;
    top:25%;
    padding: 5px;
    text-align: center;
    display: none;
    color:black;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;

}
.backgroundopacity{
    opacity: .5;
}

.feed-info-heading{
    font-weight: 600;
    font-size: 13px;
}
.feed-info-content{
    font-weight: 300;
    font-size: 13px;
}






/* responsive design*/

/*
@media only screen and (max-width: 670px) {
    .image-block {
        width: 23.72%;
    }
    .image-block:nth-of-type(4n+2) .image-expand-block {
        margin-left: -105.396%;
    }
    .image-block:nth-of-type(4n+3) .image-expand-block {
        margin-left: -210.79%;
    }
    .image-block:nth-of-type(4n+4) .image-expand-block {
        margin-left: -316.188%;
    }

    .image-block:nth-of-type(4n+5) {
        clear: left;
    }

    .image-expand-block {
        width: 421.58%;
    }
    .expand-close,.feed-expand-edit-btn{
        font-size:1.3em;
    }
    .feed-expand-edit-btn{
        right:5%;
    }

}*/

@media only screen and (max-width: 670px) {
    .image-block {
        width: 13%;
    }

    .image-block:nth-of-type(7n+2) .image-expand-block {
        margin-left: -109.84%;
    }

    .image-block:nth-of-type(7n+3) .image-expand-block {
        margin-left: -219.68%;
    }

    .image-block:nth-of-type(7n+4) .image-expand-block {
        margin-left: -329.52%;
    }

    .image-block:nth-of-type(7n+5) .image-expand-block {
        margin-left: -439.36%;
    }
    .image-block:nth-of-type(7n+6) .image-expand-block {
        margin-left: -549.2%;
    }
    .image-block:nth-of-type(7n+7) .image-expand-block {
        margin-left: -659.04%;
    }

    .image-block:nth-of-type(7n+8) {
        clear: left;
    }

    .image-expand-block {
        width: 766.75%;
    }
    /*    .feed-expand-edit-btn{
            right:4%;
        }*/
    .metaxfeed-details{
        /*max-height: 100px;*/
    }
    .asset-title{
        top:5;
    }
}

@media only screen and (min-width: 671px) {
    .image-block {
        width: 9.831%;
    }

    .image-block:nth-of-type(9n+2) .image-expand-block {
        margin-left: -113.02%;
    }

    .image-block:nth-of-type(9n+3) .image-expand-block {
        margin-left: -226.04%;
    }

    .image-block:nth-of-type(9n+4) .image-expand-block {
        margin-left: -339.06%;
    }

    .image-block:nth-of-type(9n+5) .image-expand-block {
        margin-left: -452.08%;
    }
    .image-block:nth-of-type(9n+6) .image-expand-block {
        margin-left: -565.1%;
    }
    .image-block:nth-of-type(9n+7) .image-expand-block {
        margin-left: -678.12%;
    }
    .image-block:nth-of-type(9n+8) .image-expand-block {
        margin-left: -791.14%;
    }
    .image-block:nth-of-type(9n+9) .image-expand-block {
        margin-left: -904.16%;
    }

    .image-block:nth-of-type(9n+10) {
        clear: left;
    }

    .image-expand-block {
        /*width: 1017.18%;*/
        width: 1013.01%;
    }
    /*    .feed-expand-edit-btn{
            right:4%;
        }*/
}

@media only screen and (min-width: 1050px) {
    /*    .feed-expand-edit-btn{
            right:3.4%;
        }*/
}


.totCntBox{
    margin-top:-15px;
    min-height: 60px;
}
.totCntBox .mftotNum {
    font-size:30px;
    font-weight:300;
    color: #626262;
    font-family: 'Roboto', sans-serif;
}
#no_of_search{
    padding-left:15px;
    color: #626262;
    font-family: "Segoe UI",Arial,sans-serif!important;
}

.totCntBox .mftitle {
    /*margin-bottom: 0.375rem;*/
    text-transform: uppercase;
    font-size:15px;
    font-weight: 300;
    font-family: "Montserrat";
    /*font-family: "Segoe UI",Arial,sans-serif;*/
    color:#626679;
}
.loading-img {
    background-image: url("../img/scm/loader.svg");
    background-size: 80px 80px;
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 5%;
    margin-left: -32px;
}


.shelf-list-block{
    overflow: hidden;
    float: left;
}
.shelf-list-block:hover img{

    /*zoom */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
    position:relative;
    left:0px;
    top:0px;
    /*z-index:1;*/
}

.shelf-list-block img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.episode_list{
    margin-top:10px;
    /*padding:-5px;*/
}
.ul-scroll-list
{	
    height: 100%;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.episode-list-scrollx{
    /*overflow-x: auto;*/
    /*height:100px;*/
    overflow-x: auto;
    overflow-y: hidden;
}
.episode-tn-div:hover .ep-title-p{
    visibility: visible;
}
.ep-title-p{
    visibility: hidden;
    position:absolute;
    top:10px;
    padding:5px;
    font-size:10px!important; 
    line-height: 1.4em;
}
.episode-tn-div{
    overflow: hidden;
    position:relative;
    top:0px;
    margin:5px 3px;
    float:left;
    /*border: 1px solid #888888;*/
    box-shadow: 1px 1px 3px #888888;
}
.episode-tn-div:hover img{
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
    position:relative;
    left:0px;
    top:0px;
}

.episode-tn-div img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.episode-list{
    padding-top:10px;
    height:100px;
}
.episode-edit{
    position: absolute;
    top:-5px;
    right:2px;
    color: #F9A629;
    font-size: 10px;
    /*line-height: 50px;*/
    text-decoration: none;
    z-index:15;
}
.episode-edit:hover{
    color:#fff;
}
.image-expand-block-trans{
    /*max-height: 0;*/            
    /*overflow-y: hidden;*/
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition:0.5s ease-in-out;
}

.warns-div h5{
    color: #ff3030;
    /*text-shadow:1px 1px #FFF!important;*/
    font-weight : 700;
}
.warns-div{
    color: #ff3030!important;
    /*background: #D3D3D3;*/


}
.warn-list{
    max-height: 150px; 
}
.warns-div ul,.warns-div li{
    list-style-type: disc!important;
    color: #ff3030!important;
    /*text-shadow:3px 1px 4px #000;*/
    /*text-shadow:1px 1px #FFF;*/
    font-weight : 700;
}
.feed-warning-icon{
    position: absolute;
    bottom: -3px;
    width: 35px;
    height: 35px;
    right: 0px;
}
.viewmore{
    color: #f58420;
    font-size: 12px;
}
.warn-bg-box{
    position: relative;
    top:0px;
    background-color: #FFF;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    min-height: 125px;
    width: 100%;
}
.warning-box{
    position: absolute;
    top:5px;
    left:25px;

}
.tumbnail-vdo-div{
    margin-left: 35px;
    padding-left: 5px;
}
.tumbnail-vdo-div .btn{
    margin-right: 5px;
}
.rating_div_head{
    color: #fff;
}

/**STAR RATING**/
.stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
}

.stars-container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: lightgray;
}

.stars-container:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: gold;
    overflow: hidden;
}
/*
.stars-0:after { width: 0%; }
.stars-10:after { width: 10%; }
.stars-20:after { width: 20%; }
.stars-30:after { width: 30%; }
.stars-40:after { width: 40%; }
.stars-50:after { width: 50%; }
.stars-60:after { width: 60%; }
.stars-70:after { width: 70%; }
.stars-80:after { width: 80%; }
.stars-90:after { width: 90%; }
.stars-100:after { width: 100; }*/

.stars-0:after { width: 0%; }
.stars-1:after { width: 20%; }
.stars-2:after { width: 40%; }
.stars-3:after { width: 60%; }
.stars-4:after { width: 80%; }
.stars-5:after { width: 100%; }

/*****************************/
.rating_details{
    margin-right : 9px;
}

/*Ribbon band*/
/* common */
.error-ribbon {
    width: 220px !important;
    height: 250px !important;
    overflow: hidden;
    position: absolute;
}
.error_link_ribbon,.metax-up-error a{
    color:#FFF!important;
    text-decoration: underline!important;
}

.error-ribbon span {
    width: 290px !important;
    right: -15px !important;
    top: 70px !important;
    transform: rotate(-45deg);
}
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #FF3030;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #FF3030;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 14px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
    z-index: 10;
}
.ribbon span a{
    color: #fff!important; 
}

.image-view-warn-ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
.image-view-warn-ribbon::before,
.image-view-warn-ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #FF3030;
}
.image-view-warn-ribbon span {
    position: absolute;
    display: block;
    width: 140px;
    padding: 8px 0;
    background-color: #FF3030;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 10px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

.drm_link_ribbon {
    top: -10px;
    left: -10px;
}
.drm_link_ribbon::before,
.drm_link_ribbon::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.drm_link_ribbon::before {
    top: 0;
    right: 0;
}
.drm_link_ribbon::after {
    bottom: 0;
    left: 0;
}
.drm_link_ribbon span {
    padding-top:20px;
    right: 12px;
    top: 4px;
    transform: rotate(-45deg);
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -19px;
    top: 30px;
    transform: rotate(-45deg);
}

.ivblock-ribbon {
    top: -17px;
    left: -15px;
}
.ivblock-ribbon::before,
.ivblock-ribbon::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ivblock-ribbon::before {
    top: 0;
    right: 0;
}
.ivblock-ribbon::after {
    bottom: 0;
    left: 0;
}
.ivblock-ribbon span {
    right: -10px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}
.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}
.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    /*    bottom: -10px;
        right: -10px;*/
    bottom: -17px;
    right: -30px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}
.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}
.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-45deg);
}
.metax-up-error{
    background: #FF3030!important;
}
.metax-up-warning{
    background: #FF6600!important;
}

/*.warning-ribbon-parent{
    margin-top:10px;
    margin-left:10px;
    
}*/
.warning_link_ribbon{
    color: #fff;
    text-decoration: underline;
}
.error_link_ribbon:hover{
    text-decoration: none!important;
}
.metax-asst-logbtn{
    padding-left: 12px;
    padding-right: 12px;
}

/*user info table*/
.dataTables_filter label{
    width: 100%;
}
.dataTables_filter{
    margin-right: 10px;
    width: 100%;
}

.select2-results__options .select2-results__option[aria-disabled=true] {
    display: none!important;
}
.select2-results__options .select2-results__option[aria-selected=true] {
    display: none!important;
}
.drmfldDiv{
    margin-left:20%;
    margin-top:-34px;
    /*margin-top:-40px;*/
    /*width:80%;*/
}
.drmLabelinline{
    width:80px;
    display:inline;  
}
.drmFldinline{
    width:85%;
    display:inline;  
    float:right;
}
.encFldDiv{
    margin-top:10px;   
}



/*subscriber activity recommendation start*/
.reco_heading{
    /*font-size: 15px!important;*/
    font-family: "Montserrat";
    color: #2e2322;
}

.reco-title-image-div img {
    transition: all 0.5s ease 0s;
}



.reco-title-image-div{
    overflow: hidden;
    position:relative;
    top:0px;
    margin:5px 3px;
    float:left;
}
.reco-title-image-div:hover img{
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
    position:relative;
    left:0px;
    top:0px;
}

.reco-title-image-div img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.reco_title_list_parent_div{
    padding-top:10px;
    height:100px;
}
.reco-title-list-scrollx{
    /*overflow-x: auto;*/
    /*height:100px;*/
    overflow-x: auto;
    overflow-y: hidden;
}
/* video js custom design start*/
#media_url_player_div .video-js .vjs-big-play-button {
    left:44%!important;
    top:48%!important;
}
/* video js custom design end*/


.season_drop{
    padding:0px;

}
.season-select-box{
    /*width:70px;*/
}
.season_drop div.cs-skin-slide{
    height:30px!important;
}
.eplist-div{
    margin-top:5px;
}
.waiting-drm-img,.avail-drm-img,.error-drm-img, .pending-img{
    height: 34px;
    width: 34px;
    position: absolute;
    top: 0;
    z-index: 2;
}
.expand-waiting-drm-img,.expand-avail-drm-img,.expand-error-drm-img{
    /*    height: 65px;
        width: 65px;
    height: 57px;
    width: 57px;
    position: absolute;
    top: 0;
    z-index: 2;*/
}
.ribbon .expand-waiting-drm-img{
    /*background-color:#2B303B;*/
    background-color:#0000FF;
}

.ribbon .expand-avail-drm-img{
    background-color:#93CA00;
}

.ribbon .expand-error-drm-img{
    /*background-color:#A50000;*/
    background-color:#FF3030;
}
.drm_link_ribbon a{
    text-decoration: underline!important;
}
.waiting-drm-img,.expand-waiting-drm-img{
    background: url(../img/scm/DRM-badge-blue.svg) no-repeat scroll 0 0;    
}
.avail-drm-img,.expand-avail-drm-img{
    background: url(../img/scm/DRM-badge-green.svg) no-repeat scroll 0 0;
}
.pending-img{
    background: url(../img/scm/pending_badge.svg) no-repeat scroll 0 0;

}
.error-drm-img,.expand-error-drm-img{
    background: url(../img/scm/DRM-badge-red.svg) no-repeat scroll 0 0;
}
.span-head-txt{
    display: contents;
}
.font-24{
    position: absolute;
    font-size: 24px;
    font-weight: 300;
    top:15px;
}
.font-20{
    font-size: 20px;
    font-weight: 300;
    /* padding-top: 20px; */
}
.dot-10{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}
.dot-5{
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: inline-block;
}
.scm-order-action-btn{
    padding: 5px 10px;
    font-size: 13px;
    background-color: #fff;
    color: #7f8c8d;
    margin-bottom: 5px;
    min-width:150px;
}
.scm-order-action-btn:hover{
    border: 1px solid #fca727;
    color: #fca727;
    background-color: #fff;
}
.scm-partner-card:hover{
    border: 1px solid #fca727;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(244, 159, 5, 0.3);
    -o-box-shadow: 0px 0px 10px 0px rgb(244, 159, 5, 0.3);
    -ms-box-shadow: 0px 0px 10px 0px rgb(244, 159, 5, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgb(244, 159, 5, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(244, 159, 5, 0.3);
}
/*.scm_order_process_header{
    border:1px solid #e6e6e6;
    width:100%;
    text-align:left;
    padding:10px;
    background-color:#fff;
    border-bottom:0px solid #e6e6e6;
    font-size:16px;
}*/
.scm_order_process_body{
    border:1px solid #e6e6e6;
    width:100%;
    min-height:250px;
    background-color:#fff;
    padding:5px;
}
.image-uploading-loader{
    display: none;
    position: absolute; 
    left: 0; 
    top: 0; 
    z-index: 999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #3c3c3c url('../img/scm/ajax-loader.gif') no-repeat center center; 
    opacity:0.5;
}
.closebtn {
    position: absolute;
    top: -8px;
    right: -6px;
    background: url('../img/scm/cancel.png');
    width: 22px;
    height: 22px; 
}
.video_thumbnail {
    border: 1px solid red;
    position: relative;
}

.video_thumbnail:hover {
    cursor: pointer;
}
.video_thumbnail .play-btn {
    background: #2B303B;
    display: inline-block;
    padding: 10px;
    border-radius:50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_thumbnail .play-btn:after {
    content: "";
    display: block;
    position: relative;
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent white;
}
/* metax css end*/


/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 17, 2018, 3:26:59 PM
    Author     : Jyotirmayee
*/



/* pending & catalog asset expand start*/
.image-block{
    float: left;
    position: relative;
    margin:10px .64%;
}
.image-block.is-collapsed .arrow-up {
    height: 10px;
    border-bottom: 8px solid #222;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    width: 0;
    margin: 2px auto 0;
    display:none;
}

.image-block.is-expanded .arrow-up {
    border-bottom: 8px solid #222;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    width: 0;
    margin: 2px auto 0;
    display:block;
}
.image-block.is-collapsed .image-thumbnail {
    cursor: pointer;
}
.image-block.is-expanded .image-expand-block{
    background-size: auto 100% ;
    background-position: center right;
    max-height: 500px;
    margin-bottom: 10px;
}
.image-expand-block {
    position: relative;
    left: -5px;
    box-sizing: content-box;
    overflow: hidden;
    max-height: 0;
    width:700%;
    height:450px;
    background: url("../img/scm/gradient-bg.png");
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.imageexpand-background:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background-image: linear-gradient(to right,rgb(96 96 96) 20%,rgba(0,0,0,0.7) 85%); */
    background-image: -webkit-gradient(linear,left top,right top,color-stop(20%,rgba(0,0,0,.8)),color-stop(85%,rgba(96, 96 ,96)));
    background-image: -webkit-linear-gradient(left,rgba(96, 96 ,96) 20%,rgba(0,0,0,0.7) 85%);
    background-image: -moz-linear-gradient(left,rgba(96, 96 ,96) 20%,rgba(0,0,0,0.7) 85%);
    background-image: -o-linear-gradient(left,rgba(96, 96 ,96) 20%,rgba(0,0,0,0.7) 85%);
    background-image: linear-gradient(to right,rgba(96, 96 ,96) 20%,rgba(0,0,0,0.7) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#00000000');
    background-position: 0% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.imageexpand-background{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background-image: linear-gradient(to right,rgb(96 96 96) 20%,rgba(0,0,0,0.7) 85%); */
    background-image: -webkit-gradient(linear,left top,right top,color-stop(20%,rgba(0,0,0,.8)),color-stop(85%,rgba(96, 96 ,96)));
    background-image: -webkit-linear-gradient(left,rgba(96, 96 ,96) 20%,rgba(0,0,0,0.7) 85%);
    background-image: -moz-linear-gradient(left,rgba(96, 96 ,96) 20%,rgba(0,0,0,0.7) 85%);
    background-image: -o-linear-gradient(left,rgba(96, 96 ,96) 20%,rgba(0,0,0,0.7) 85%);
    background-image: linear-gradient(to right,rgba(96, 96 ,96) 20%,rgba(0,0,0,0.7) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#00000000');
    background-size: cover;
}
.feed-content-desc-div{
    width:100%;
    position: absolute;
    z-index: 10;
}
.expanded-img-blk{
    width:300px;
}
.expanded-image{
    margin-left: 20px!important;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 263px;
    height: 360px;
    box-sizing: border-box;
    z-index: 10;
    object-fit: cover;
}
.metax-title-content-desc{
    width: 60%;
    /* padding-left: 15px; */
    position: absolute;
    top: 35px;
    /* left: 304px; */
    color: #FFF;
    text-decoration: none;
    /* padding-right: 5%; */
    z-index: 10;
    font-family: 'Roboto', sans-serif;

}
.metax-title-content-desc h2,.metax-feed-desc-inner{
    text-shadow:3px 1px 4px #000;
}
.metax-title-content-desc h2{
    color: #FFF;
}
.vertical_sep {
    position: absolute;
    left: -21px;
    background: #6a6a6a none repeat scroll 0 0;
    box-shadow: 1px 0 #383838;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height:330px;
}
.font-24{
    font-size: 24px;
    font-weight: 300;
    /* line-height: 7; */
}

.font-24 img{ position: absolute; top:-30px;}
.font-24-new img{ position: absolute; top:10px;}

.font-20{
    font-size: 20px;
    font-weight: 300;
}
.rating_div_head{
    color: #fff;
}
.metax-title-content-desc h2,.metax-feed-desc-inner{
    text-shadow:3px 1px 4px #000;
}
.metax-feed-desc-inner{
    max-height: 300px;
}
.cdesc{
    padding-right: 32px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
.tdesc{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    display: none;
}
.feed-info-heading{
    font-weight: 600;
    font-size: 13px;
}
.feed-info-content{
    font-weight: 300;
    font-size: 13px;
}


.edit-pencil-click{
    /* background: url("../img/scm/edit-orange.png");
    width: 20px;
    height: 20px; */
}
.edit-trash:hover{
    background: url("../img/scm/delete-orange.png");
}
.setting-icon{
    /*  background: url("../img/scm/settings.png");
     width: 20px;
     height: 20px;
     background-repeat: no-repeat;
     background-size: 19px; */
}
.setting-icon:hover{
    /*  background: url("../img/scm/settings-active.png");
     background-repeat: no-repeat;
     background-size: 19px; */
}
.setting-icon-click{
    /* background: url("../img/scm/settings-active.png");
    width: 20px;
    height: 20px; */
}
.create-job-icon{
    background: url("../img/scm/create-job.png");
    width: 20px;
    height: 20px;
}
.create-job-icon:hover{
    background: url("../img/scm/create-job-active.png");
}

/* pending & catalog asset expand end*/


/* pending & catalog asset expand responsive start*/
@media only screen and (max-width: 670px) {
    .image-block {
        width: 13%;
    }

    .image-block:nth-of-type(7n+2) .image-expand-block {
        margin-left: -109.84%;
    }

    .image-block:nth-of-type(7n+3) .image-expand-block {
        margin-left: -219.68%;
    }

    .image-block:nth-of-type(7n+4) .image-expand-block {
        margin-left: -329.52%;
    }

    .image-block:nth-of-type(7n+5) .image-expand-block {
        margin-left: -439.36%;
    }
    .image-block:nth-of-type(7n+6) .image-expand-block {
        margin-left: -549.2%;
    }
    .image-block:nth-of-type(7n+7) .image-expand-block {
        margin-left: -659.04%;
    }

    .image-block:nth-of-type(7n+8) {
        clear: left;
    }

    .image-expand-block {
        width: 766.75%;
    }
    /*    .feed-expand-edit-btn{
            right:4%;
        }*/
    .metaxfeed-details{
        /*max-height: 100px;*/
    }
    .asset-title{
        top:5;
    }
}

@media only screen and (min-width: 671px) {
    .image-block {
        width: 9.831%;
    }

    .image-block:nth-of-type(9n+2) .image-expand-block {
        margin-left: -113.02%;
    }

    .image-block:nth-of-type(9n+3) .image-expand-block {
        margin-left: -226.04%;
    }

    .image-block:nth-of-type(9n+4) .image-expand-block {
        margin-left: -339.06%;
    }

    .image-block:nth-of-type(9n+5) .image-expand-block {
        margin-left: -452.08%;
    }
    .image-block:nth-of-type(9n+6) .image-expand-block {
        margin-left: -565.1%;
    }
    .image-block:nth-of-type(9n+7) .image-expand-block {
        margin-left: -678.12%;
    }
    .image-block:nth-of-type(9n+8) .image-expand-block {
        margin-left: -791.14%;
    }
    .image-block:nth-of-type(9n+9) .image-expand-block {
        margin-left: -904.16%;
    }

    .image-block:nth-of-type(9n+10) {
        clear: left;
    }

    .image-expand-block {
        /*width: 1017.18%;*/
        width: 1013.01%;
    }
    /*    .feed-expand-edit-btn{
            right:4%;
        }*/
}

@media only screen and (min-width: 1050px) {
    /*    .feed-expand-edit-btn{
            right:3.4%;
        }*/
}
/* pending & catalog asset expand responsive end*/


.max-h450-scroll{
    max-height:450px;
    overflow-y:auto;
}
select.form-control{
    /* margin-right: 15px; */
    /* padding: 7px 12px!important; */
    padding: 0px 36px 0px 12px!important;
}
#sasset_name_div{
    margin-top:27px;
}
#sasset_name{
    background-color: #fde6c3;
    border-radius: 5px;
    padding:4px 7px;
}
.afld-ranchor{
    display:inline;
    margin-left:10px;
    cursor: pointer;
}
.additional-fld{
    display:inline;
}


.passet-prioritize-high-link{
    background: url(../img/scm/high_priority.png);
    width: 20px;
    height: 20px;
    /* position: absolute;
    top: 0px;
    left: 0px; */
    position: relative;
    display: inline-block;
}
.passet-prioritize-high-link:hover{
    background: url(../img/scm/high_priority_active.png);
}



.passet-prioritize-low-link{
    background: url(../img/scm/low_priority.png);
    width: 20px;
    height: 20px;
    /* position: absolute;
    top: 0px;
    left: 20px; */
    position: relative;
    display: inline-block;
}
.passet-prioritize-low-link:hover{
    background: url(../img/scm/low_priority_active.png);
}



.passet-delete-link{
    background: url(../img/scm/delete.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 40px;
}



.dt_download{
    background: url(../img/scm/download_ico.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top: -4px;
    left: 0px;
}

.dt_download:hover{
    background: url(../img/scm/download_ico_act.png);
}





.pos-rel{
    position: relative;
    /* left:40px; */
}

#contact_list_modal_div{
    /*max-height: 500px;*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
}
.edit-trash{
    background: url("../img/scm/delete.png");
    width: 20px;
    height: 20px;
}
.edit-password{
    background: url("../img/scm/update_password.png");
    width: 20px;
    height: 20px;
}
.edit-password:hover{
    background: url("../img/scm/update_password_orange.png");
}
#mdb_logout_link{
    color: #ec1c23;
}
#matchpoint_dashboard{
    background-image: url("../img/scm/matchpoint_dashboard_bg.png");
    width: 100%;
    height: 100vh;
}
#mdb_header{
    width: 100%;
    height: 100px;
    padding: 33px 50px;
}
#mdb_content{
    width: 100%;
    padding: 0px 40px;
    min-height: 200px;
    text-align: center;
}
.mdb-client-box{
    /* background-color: rgb(255, 255, 255);*/
    background-color: rgb(47, 47, 47);
    box-shadow: 0px 5px 7px 0px rgba(151, 151, 151, 0.48);
    width: 200px;
    height: 200px;
    text-align: center;
    display: inline-block;
    margin:15px 10px;
    border-radius: 5px;
    position: relative;
}
.req:after{
    content:"*";
    font-size: small;
    color: red;
}
.mdb-client-dbox{
    display: none;
    position: absolute;
    top:0;
    width: 200px;
    height: 200px;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    background:rgba(0,0,0,0.9);
    font-weight: bold;

}
.mdb-client-dbox a{
    height:100%;
    display: block;
    padding:30px 20px;
    text-align: center;
    color: #Fff !important;
    overflow: hidden;
    text-decoration: none !important;
}
.mdb-client-imgdv a{
    height:200px;
    display: block;
    /*text-align: center;*/
}
.mdb-client-box:hover{
    /*border: 1px solid #eda6a8;*/
    background-color: rgb(47, 47, 47);
    /* background-color: rgb(255, 255, 255); */
    box-shadow: 0px 5px 13px 0px rgba(255, 4, 4, 0.48);
    opacity: 0.7;
}
.mdb_cname{
    /*    padding: 10px;
        font-size: 15px;
        height:25%;
        background-color: #fde6c3;*/
    padding: 10px;
    font-size: 15px;
    height: 25%;
    background-color: #ec1c23;
    color: #FFF;
    font-weight: bold;
    border-radius: 0px 0px 5px 5px ;
}
.mdb-client-imgdv{
    height: 75%;
    /*border: 1px solid blue;*/
}


.mdb-client-box img{
    margin-top: 25%;
    width:150px;
    height: auto;
}
#mdb_footer{
    width: 100%;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 0px;
}
#mdb_user_id_span{
    padding-right: 20px;
}
#mdb_header_left{
    float: left;
}

#mdb_header_right{
    float: right;

}
.btn-test{
    color: #ffffff;
    background-color: #737373;
}
.btn-test:hover{
    color: #ffffff;
    background-color: #737373;
}
.psc-pb-lbl-text{
    font-size: 10px;
    line-height: 9px;
    color: #100f0f;
    font-weight:500;
}
.psc-pb{
    height: 11px;
    border-radius: 5px;
}
.dot-10 {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}
.modal-footer{
    /* bottom: 0;
    position: absolute; */
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 17px 0px 17px 0px !important;
}








.font-24{
    font-size: 24px;
    font-weight: 300;
}
.font-20{
    font-size: 20px;
    font-weight: 300;
}
.dot-10{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}
.dot-7{
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: inline-block;
}
.scm-order-action-btn{
    padding: 5px 10px;
    font-size: 13px;
    background-color: #fff;
    color: #7f8c8d;
    margin-bottom: 5px;
    min-width:150px;
}
.scm-order-action-btn:hover{
    border: 1px solid #ed1c24;
    color: #ed1c24;
    background-color: #fff;
}
.scm-partner-card{
    border: 1px solid #e6e6e6;
}
.scm-partner-card:hover{
    border: 1px solid #ed1c24;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(244, 159, 5, 0.3);
    -o-box-shadow: 0px 0px 10px 0px rgb(244, 159, 5, 0.3);
    -ms-box-shadow: 0px 0px 10px 0px rgb(244, 159, 5, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgb(244, 159, 5, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(244, 159, 5, 0.3);
}
.scm_order_process_header{
    /* border:1px solid #e6e6e6; */
    width:100%;
    text-align:left;
    /*padding:10px;*/
    background-color:#fff;
    border-bottom:0px solid #e6e6e6;
    font-size:16px;
}
.scm_order_process_body{
    border:1px solid #e6e6e6;
    width:100%;
    min-height:250px;
    background-color:#fff;
    padding:5px;
}
.image-uploading-loader{
    display: none;
    position: absolute; 
    left: 0; 
    top: 0; 
    z-index: 999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #3c3c3c url('../img/scm/ajax-loader.gif') no-repeat center center; 
    opacity:0.5;
}
.closebtn {
    position: absolute;
    top: -8px;
    right: -6px;
    background: url('../img/scm/cancel.png');
    width: 22px;
    height: 22px; 
}
.video_thumbnail {
    border: 1px solid red;
    position: relative;
}

.video_thumbnail:hover {
    cursor: pointer;
}
.video_thumbnail .play-btn {
    background: #2B303B;
    display: inline-block;
    padding: 10px;
    border-radius:50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_thumbnail .play-btn:after {
    content: "";
    display: block;
    position: relative;
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent white;
}
.child-order-action{
    cursor: pointer;
    color:#4B2764;
}
/*#close_logdiv_link{
    background: url("../img/scm/cancel.png");
    width:50px;
    height: 50px;
}*/
.scm_order_process_header a{
    color:#a1abab;
}
.order-dtls-info-header{
    padding:15px;
    /*background-color:#ed1c24;*/
    background-color: #ffffff;
    color:#FFF;
}
.log-dtls-info-header{
    padding:15px;
    background-color:#ed1c24;
    color:#FFF
}
.feed-api-note{
    margin-top: -10px;
    font-size: 10px;
    color: #828C8D;
}
#order_dtls_npdiv{
    min-height: 250px;
}

#myframe {
    display: block;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}

.delv-date-lbl,.delv-date-svbtn,.id-done-span-cls,.id-done-span-cls label{
    cursor: pointer;
}
.delv-date-svbtn{
    color: #40D9CA;
}


.smartphone {
    position: relative;
    width: 377px;
    height: 758px;
    border-radius:60px !important;
}





.smartphone::before{
    content: "";
    position: absolute;
    width: 476px;
    height: 862px;
    background: url("../img/scm/frame-iphone.png") no-repeat center top;
    left: -49px;
    top: -1px;
}
.priority-status{
    color:#FFF;
    font-size: 11px !important;
    padding:2px 4px;
    border-radius:5px;
}
/* change 13 aug eye icon color change */

.view-asset-link:hover{
    color:red;  
    cursor: pointer;  
}

.set-as-error-icn{
    color: #bbb5b5;
    width: 20px;
    height: 20px;
    /* position: absolute;
    top: 0px;
    left: 46px; */
    position: relative;
    display: inline-block;
    top:-5px;
    padding-left: 3px;
}

.set-as-error-icn:hover{
    color: #f55753;
}

.sub-heading{
    font-size: 16px !important;
    font-weight: bold;
}

#assetFeedTable .pos-rel input[type="checkbox"]{  
    width: 16px;
    height: 18px;
    position: relative;
    /* top: 2px; */
    right: 5px;
}

.imgclosebtn{
    position: absolute;
    text-align: center;
    margin-left: -170px;
    margin-top: 95px;
    background: url(../img/scm/cancel.png) no-repeat center top;
    width: 30px;
    height: 30px;
    background-size: 26px;
}


.page-container .page-content-wrapper .footer {
    bottom: -15px !important;  
}

#assetlist_after_validation_div-table .passet-delete-link2{
    top:-5px !important;
    left:30px;
}


.pos-rel2{
    position:relative;
    top:-6px;
    left:-30px;
}

.pic-top{
    position:relative;
    top:-2px;
}


.restore-archive-file{
    background: url("../img/scm/reset.png");
    width: 20px;
    height: 20px;
    right: 2px;
    position: relative;
    display: inline-block;
}
.restore-archive-file:hover{
    background: url("../img/scm/reset_act.png");
    width: 20px;
    height: 20px;
    right: 2px;
    position: relative;
    display: inline-block;
}
.info{
    font-size: 13px;
    color: #52abf9;
    font-style: italic;
}

@-moz-document url-prefix() { 
    .restore-archive-file{
        background: url("../img/scm/reset.png");
        width: 20px;
        height: 20px;
        position: absolute;
        top: 1px;
    }
    .restore-archive-file:hover{
        background: url("../img/scm/reset_act.png");
        width: 20px;
        height: 20px;
        position: absolute;
        top: 1px;
    }


    #parts_filter .m-l-15{
        margin-left: 0px !important;
    }

    /***************Icons changes png to svg**********************/
    /* .run-re-process-link{
        background: url(../img/scm/re-process.png);
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0px;
        left: 46px;
        position: relative;
        display: inline-block;
    }
    .run-re-process-link:hover{
        background: url(../img/scm/re-process_active.png);
    } */

    /* .view-log{
        background: url("../img/scm/view_log.png");
        width: 20px;
        height: 20px;
        left: 6px;
        position: relative;
        display: inline-block;
    }
    .view-log:hover{
        background: url("../img/scm/view_log_active.png");
        width: 20px;
        height: 20px;
        left: 6px;
        position: relative;
        display: inline-block;
    } */

    /* .view-media{
        background: url("../img/scm/view_media.png");
        width: 20px;
        height: 20px;
        right: 2px;
        position: relative;
        display: inline-block;
    }
    .view-media:hover{
        background: url("../img/scm/view_media_active.png");
        width: 20px;
        height: 20px;
        right: 2px;
        position: relative;
        display: inline-block;
    } */

    /*  .passet-publish-link{
        background: url(../img/scm/publish.png);
        width: 20px;
        height: 20px;
        position: relative;
        top: -1px;
        left: 20px;
        background-size: 19px;
        top : 1px;
        display: block;
    }
    .passet-publish-link:hover{
        background: url(../img/scm/publish_active.png);
        background-size: 19px;
    } */ 

    /* .passet-prioritize-link{
        background: url(../img/scm/high_priority.png);
        width: 20px;
        height: 20px;
        position: relative;
        top: 0px;
        left: 0px;
        display: block;
    }
    .passet-prioritize-link:hover{
        background: url(../img/scm/high_priority_active.png);
    } */


    /* .copy-order-id{
        background: url(../img/scm/copy_id.png);
        width: 20px;
        height: 20px;
        position: absolute;
    }
    .copy-order-id:hover{
         background-image: url("../img/scm/copy_id.png"); 
    } */

    /* 				
    .copy-order{
        background: url(../img/scm/order_list.png);
        width: 20px;
        height: 20px;
        position: absolute;
    }
    .copy-order:hover{
        background-image: url("../img/scm/order_list_active.png");
    } */


    /* .order-edit-link{
        background: url(../img/scm/edit.png);
        width: 20px;
        height: 20px;
        position: absolute;
        top: -3px;
        left: 0px;
    }
    .order-edit-link:hover{
        background-image: url("../img/scm/edit-active.png");
    } */

    /*  .Reorder-edit-link{
        background: url(../img/scm/execute_icon_normal.png);
        width: 20px;
        height: 20px;
        position: absolute;
    }
    .Reorder-edit-link:hover{
        background-image: url("../img/scm/execute_icon_active.png");
    } */

    /* .order-stop-link{
        background: url(../img/scm/stop-order.png);
        background-repeat: no-repeat !important;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0px !important;
        left: 15px;
    }
    .order-stop-link:hover{
        background-image: url("../img/scm/stop-order-active.png");
        background-repeat: no-repeat !important;
    }  */

    /* .passet-delete-link-assembly{
        background: url(../img/scm/delete.png);
        width: 20px;
        height: 20px;
        position: relative;
        top: 0px;
        left: 40px;
        display: inline-block;
    }
    .passet-delete-link-assembly:hover{
        background: url(../img/scm/delete-orange.png);
    }
    */
    /*  
    .passet-sync-link{
        background: url(../img/scm/synchronize.png) no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -4px;/* top: 22px;
        left: 39px;
        background-size: 18px;
        display:inline-block;
        width:20px;
        height:20px;
        margin-left: 75%;
        margin-top: 4%;
        cursor: pointer;
        background-size: 18px;
        position: relative;
        top: 3px;
    }
    .passet-sync-link:hover{
        background: url(../img/scm/synchronize_active.png) no-repeat;
        background-size: 18px;
    } */ 


    /* .list-delete-link{
        background: url(../img/scm/delete.png);
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0px;
        left: 20px;
    }
    .list-delete-link:hover{
        background: url(../img/scm/delete-orange.png);
    }  */

    /* 
    .edit-pencil{
        background: url("../img/scm/edit.png");
        width: 20px;
        height: 20px;
    }
    /* .edit-pencil{
        background: url("../img/scm/edit.png");
        width: 20px;
        height: 20px;
    }
    .edit-pencil:hover{
        background: url("../img/scm/edit-orange.png");
    } */

    /* .passet-delete-link2{
        background: url(../img/scm/delete.png);
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0px;
        left: 40px;
    }
    .passet-delete-link:hover, .passet-delete-link2:hover{
        background: url(../img/scm/delete-orange.png);
    }
    */

    /* media rights start */

    .mr-treeview,
    .mr-treeview *
    {
        list-style: none;
        font-size: 20px;
        line-height: 24px;
    }

    .mr-treeview label {
        font-weight: normal;
    }
    .llicls label{
        font-weight:normal;
        margin-left:50px;
    }
    .fwbold{
        font-weight: 600!important;
    }
    .fwnormal{
        font-weight: 400!important;
    }

    .mr-treeview input[type=checkbox] {
        width : 16px;
        height :16px;
        padding: 0px;
        margin: 0px;
    }

    .mr-treeview ul:not(.mr-base) {
        display: none;
    }

    .mr-treeview .fa {
        font-style: normal;
        cursor: pointer;
    }

    .mr-treeview .fas {
        font-style: normal;
        cursor: pointer;
    }

    .mr-base {
        white-space:nowrap;
    }
    .expand-cls{
        width:10px;
        cursor:pointer;
    }
    
/* media rights start */
}

.filterInput:disabled {
  cursor: default !important;

}

.mobBox{
    overflow: hidden;
    margin-left: 575px;
}


/* Office -- Email template -- Preview -- Media Queries added for mobile view of email template */
@media screen and (max-width: 1999px) {
    .mobBox {
        overflow: hidden;
        margin-left: 757px;
    }
}
@media screen and (max-width: 1720px) {
    .mobBox {
        overflow: hidden;
        margin-left: 641px;
    }
}
@media screen and (max-width: 1550px) {
    .mobBox {
        overflow: hidden;
        margin-left: 569px;
    }
}
@media screen and (max-width: 1400px) {
    .mobBox {
        overflow: hidden;
        margin-left: 496px;
    }
}
@media screen and (max-width: 1250px) {
    .mobBox {
        overflow: hidden;
        margin-left: 422px;
    }
}