
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i&display=swap');

body{
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
}

.go-back-bar {
    width: 100%; 
    height: 50px; 
    top: 0px;
}

.hidden {
    display: none;
}

span::-moz-selection, label::-moz-selection, p::-moz-selection,
h3::-moz-selection, h4::-moz-selection, h2::-moz-selection, 
a::-moz-selection, strong::-moz-selection, div::-moz-selection,
input::-moz-selection, li::-moz-selection, textarea::-moz-selection,
td::-moz-selection, th::-moz-selection {
    color: #fff;
    background: #ff005d;
}

span::selection, label::selection, p::selection,
h3::selection, h4::selection, h2::selection, 
a::selection, strong::selection, div::selection,
input::selection, li::selection, textarea::selection,
td::selection, th::selection {
    color: #fff;
    background: #ff005d;
}

@media(min-width:768px) {
    body {
        margin-top: 15px;
        background-color: #f4f7f8;
    }

    .body-from-external-page {
        margin-top: 0;
    }
    /*html, body, #wrapper, #page-wrapper {height: 100%; overflow: hidden;}*/
}

@media(max-width:768px) {
    /*body {
        margin-top: 140px;
        background-color: #f4f7f8;
    }*/
    /*html, body, #wrapper, #page-wrapper {height: 100%; overflow: hidden;}*/
    .public-player {
        margin-bottom: 1rem;
    }
    .navbar-collapse {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 5;
    }

    .go-back-bar {
        z-index: 10;
    }

    body {
        padding-top: 80px;
    }
}

#wrapper {
    padding-left: 0;    
}

.wrapper-from-external-page {
    margin-top: 75px !important;
}

#page-wrapper {
    width: 100%;        
    padding: 0;
    background-color: #fff;
    margin-bottom: 1.5rem;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 200px;
        margin: 0 15px;
    }

    .no-menu {
        padding-left: 0px !important;
    }
}

.navbar-collapse{
    padding: 0;
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding: 3rem;
    line-height: 20px;
    color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #1a242f;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 0;
        width: 200px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #fff;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
        /*text-align: center;*/
        padding-top: 15px;
    }

    .side-nav li{
        float: none;
    }

    .side-nav li a{
        padding: 1rem 15px;
        color: #666;
        /*margin-bottom: 10px;*/
        font-size: 14px;
        border-bottom: 1px solid #f3f3f3;
        transition: all 0.3s;
    }

    .side-nav li a i{
        margin-right: 10px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #212f42 !important;
        color: #fff !important;
        border-left: 5px solid #ff005d;
        transition: all 0.3s;
    }
}

.side-nav .active{
    background-color: #f3f3f3 !important;
    color: #212f42 !important;
    border-left: 5px solid #ff005d;
}

.side-nav>li>ul>li>a {
    display: block;
    /*padding: 10px 15px 10px 38px;*/
    text-decoration: none;
    /*color: #999;*/
    color: #fff;    
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}

.navbar-inverse{
    background: linear-gradient(#223043, #182331);
    border: none;
}

.channel-logo-admin .text-logo {
    width: 30px;
    height: 30px;
    background: #cc0000;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}

.channel-name {
    color: #ccc;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.navbar{
    min-height: 80px;
    margin-bottom: 10px;
}

.navbar-brand{
    padding: 10px;
}

.navbar-brand img{
    width: 60px;
}

.navbar-inverse .navbar-nav>li>a{
    color: #818181;
}

.navbar-inverse .navbar-nav>li>a>span{
    font-size: 13px;
}

.channel-opts {
    text-align: center;
    background: #fff;
    padding: 1rem 15px;
    border-bottom: 1px solid #f3f3f3;
}

.channel-opts h3 {
    font-size: 18px;
    margin: 0;
}
/*
212f42 !important;
    border-left: 5px solid #ff005d;
*/
.channel-opts .dropdown-toggle {
    text-transform: uppercase;
    font-weight: bold;
    color: #ff005d;
    font-size: 12px;
    text-decoration: none;
}

.channel-opts .dropdown-toggle:focus {
    background: none !important;
}

.s-channel>li>a {
    padding: 1rem 15px;
}

.channel-logo {
    padding: 1rem;
}

.channel-logo img {
    width: 80%;
}

.heading{
    background-color: #223043;
    padding: 7px 20px;
    text-transform: uppercase;
    color: #fff;
}

.form-control{
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.075);
}

.form-control:focus{
    border-color: #2cc185;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(44, 193, 133, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(44, 193, 133, 0.6);
}

.select{
    background: linear-gradient(#f9f9f9, #eee);
    border: 1px solid #f1f1f1;
}

video{
    background-color: #000;
}

.lab{
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}

.info{
    margin-top: 3rem;
}

.info .col-lg-3{
    text-align: right;
    font-weight: 500;
}

.info .col-lg-9{
    color: #6f6f6f;
    font-weight: 400;
}

.info strong{
    color: #000;
}

.add-ev{
    padding: 2rem 0;
    min-height: 82vh;
    background-color: #fff;
}

.exp{
    padding-top: 3rem;
}

.vid-info{
    font-size: 12px;
    background-color: #f3f3f3;
    margin-top: -1rem;
    padding: 5px 15px;
}

.vid-info strong{
    font-weight: 400;
}

.vid-info i{
    color: #008800;
}

.vid-info span{
    margin-left: 5px;
    color: #999;
}

.infor .row{
    margin-right: 1rem;
}

.info-dv{
    margin-top: 8rem;
}

.btn-red{
    border-radius: 0;
    padding: 0.7rem 2rem;
    background-color: #c12722;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}

.btn-red:hover{
    background-color: #821411;
    color: #fff;
    transition: all 0.5s;
}

.btn-red span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    color: #fff;
    transition: all 0.5s;
}

.btn-red span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: all 0.5s;
}

.btn-red:hover span {
    padding-right: 25px;
}

.btn-red:hover span:after {
    opacity: 1;
    right: 0;
}

.btn-green{
    border-radius: 0;
    padding: 0.7rem 2rem;
    background-color: #1c911c;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}

.btn-green:hover{
    background-color: #076307;
    color: #fff;
    transition: all 0.5s;
}

.btn-green span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    color: #fff;
    transition: all 0.5s;
}

.btn-green span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: all 0.5s;
}

.btn-green:hover span {
    padding-right: 25px;
}

.btn-green:hover span:after {
    opacity: 1;
    right: 0;
}

.btn-green-rec{
    border-radius: 2px 0 0 2px;
    width: 180px;
    padding: 5px 20px;
    background-color: #1c911c;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}

.btn-green-rec:focus{
    color: #fff;
}

.btn-green-rec:hover{
    background-color: #076307;
    color: #fff;
    transition: all 0.5s;
}

.btn-green-pub{
    border-radius: 0 2px 2px 0;
    width: 180px;
    padding: 5px 20px;
    background-color: #1c911c;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    margin-left: -5px;
}

.btn-green-pub:focus{
    color: #fff;
}

.btn-green-pub:hover{
    background-color: #076307;
    color: #fff;
    transition: all 0.5s;
}

.dropdown .cart{
    background-color: #008800;
    padding: 6px 12px;
    float: right;
    margin: -6px -20px -6px 0;
}

.dropdown .cart2{
    background-color: #cc0000;
    padding: 6px 12px;
    float: right;
    margin: -6px -40px -6px 0;
}

.dwn-btns{
    margin-top: 3rem;
}

.dwn-btns .btn{
    margin-left: 1rem;
}

.btn-dv {
    padding: 1rem 0;
}

.btn-dv .btn {
    margin-bottom: 5px;
}

.btn-dv .filters-btns {
    display: inline-block;
    vertical-align: bottom;
}

.filter-search {
    padding: 0;
    text-align: right;
}

.btns-multisel {
    padding: 0;
}

.no-bg{
    background-color: #f4f7f8;
}

.filter-bar{
    width: 200px;
}

.btn-ofline,.btn-ofline:hover,.btn-ofline:focus{
    background-color: #cc0000;
    color: #fff;
    border-radius: 0;
}

.btn-online,.btn-online:hover,.btn-online:focus{
    background-color: #008800;
    color: #fff;
    border-radius: 0;
}

.listing{
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.eve a{
    margin-right: 2rem;
}

.inf span{
    margin-right: 2rem;
}

.listing p{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.eve .dropdown-menu{
    /*left: 120px;*/
}

.nrec{
    display: none;
}

.inf label{
    color: #151f53;
}

.inf .timezone{
    position: relative;
    top: -7px;
    font-size: 12px;
}

.dropdown-menu>li>a{
    margin-left: 0;
}

.back{
    background-color: #f3f3f3;
    padding: 15px;
}

.player{
    width: 100%;
    background-color: #000;
}

.player video{
    width: 100%;
    background-color: #000;
}

.tabs{
    background-color: #fff;
    padding: 1rem;
    margin-left: -30px;
}

.tabs .active{
    background-color: #fff !important;
}

.tabs .nav>li>a{
    padding: 6px 18px;
    color: #182331;
}

.nav-tabs .active a{
    /*background-color: #182331 !important;
    color: #fff !important;*/
}

.plays{
    margin-top: 10px;
    margin-bottom: 10px;
}

.plays span{
    color: #999;
}

hr{
    margin: 0;
}

.btn-purple-o,.btn-purple-o:hover,.btn-purple-o:focus{
    background: linear-gradient(#223043, #182331);
    color: #fff;
    border-radius: 0;
    transition: all 0.4s;
}

.btn-purple,.btn-purple:focus{
    background: linear-gradient(#223043, #182331);
    color: #fff;
    padding: 3px 10px;
    font-size: 10px;
    border-radius: 0;
    transition: all 0.4s;
}

.btn-purple:hover{
    background: linear-gradient(#182331, #223043);
    transition: all 0.4s;
    color: #fff;
}

.btn-silver,.btn-silver:focus{
    background: linear-gradient(#f3f3f3, #ccc);
    color: #333;
    padding: 3px 10px;
    font-size: 10px;
    border-radius: 0;
    transition: all 0.4s;
}

.btn-silver:hover{
    background: linear-gradient(#ccc, #f3f3f3);
    transition: all 0.4s;
}

.btn-yellow,.btn-yellow:focus{
    background: linear-gradient(#fbe464, #efc501);
    color: #182331;
    padding: 3px 10px;
    font-size: 10px;
    border-radius: 0;
    transition: all 0.4s;
}

.btn-yellow:hover{
    background: linear-gradient(#efc501, #fbe464);
    transition: all 0.4s;
}

.set{
    padding: 10px;
    background-color: #fff;
    margin: 5px -10px;
    min-height: 160px;
}

.set .btn-purple{
    width: 100%;
    padding: 5px;
}

.set .form-group{
    margin-bottom: 10px;
}

.in-dv{
    padding: 1rem;
    background-color: #fff;
}

.pr-5{
    padding-right: 5px;
}

.pr-0{
    padding-right: 0;
}

.pl-5{
    padding-left: 5px;
}

.in-dv input{
    padding: 5px 15px;
    font-size: 12px;
    height: 26px;
    width: 75%;
}

.tex-dv{
    margin-top: 1rem;
    background-color: #fff;
    float: left;
    padding: 1rem 0;
    width: 100%;
}

.btn-set,.btn-set:focus,.btn-set:hover{
    background: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#b1b1b1));
    color: #666;
    padding: 2px 5px;
    height: 26px;
    border-radius: 2px;
    border: 1px solid #ccc;
    float: left;
    width: 23%;
    font-size: 12px;
    margin-right: 2%;
}

.set-video{
    background: #e8e8e8;
    background: -moz-linear-gradient(top,#e8e8e8,#b1b1b1) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#b1b1b1));
    width: 100%;
    height: 100px;
    margin-top: 1rem;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #c5c5c5;
    border-right-color: #9b9b9b;
    border-bottom-color: #9b9b9b;
}

.ar-left{
    width: 19%;
    float: left;
}

.sec-l{
    width: 100%;
    height: 100px;
    text-align: center;
    color: #666;
    line-height: 80px;
    cursor: pointer;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #9e9e9e;
}

.sec-l i{
    font-size: 24px;
    position: relative;
    top: 4px;
}

.set-vid-thumb{
    width: 62%;
    float: left;
}

.set-vid-thumb img{
    width: 100%;
    height: 98px;
}

.ar-right{
    width: 19%;
    float: left;
}

.silver{
    background-color: #f1f1f1;
    height: 80px;
    padding-top: 5px;
    cursor: pointer;
}

.top-10{
    margin-top: 10px;
}

.set-tim-dv{
    width: 100%;
    margin-top: 1rem;
}

.title input{
    height: 26px;
}

.w100{
    width: 100%;
}

/*.progress{
    border-radius: 0;
    overflow: visible;
    background-color: #a2a2a2;
    margin-bottom: 0;
    height: 14px;
}

.progress-bar{
    background: linear-gradient(#163358,#09203e);
}*/

.circle{
    float: left;
    width: 16px;
    height: 16px;
    background-color: #fff;
    box-shadow: 0 0 5px #333;
    border-radius: 15px;
    position: relative;
    z-index: 10;
    left: -6px;
    top: -3px;
}

.inner{
    width: 8px;
    height: 8px;
    margin: 4px;
    border-radius: 5px;
    background-color: #163358;
}

.control-bar{
    width: 100%;
    background: linear-gradient(#656565,#333333);
    position: relative;
    float: left;
    padding: 3px 2rem;
    top: -5px;
}

.play-o{
    float: left;
    font-size: 20px;
}

.play-o a{
    color: #fff;
}

.vol{
    width: auto;
    float: left;
}

.vol i{
    float: left;
    width: 20px;
    color: #fff;
    font-size: 22px;
}

.vol .volume{
    width: auto;
    float: left;
    padding: 7px 0 0 7px;
}

.volume .volume-up{
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    background: linear-gradient(#999,#666);
    border: 0;
    padding-left: 4px;
    border-radius: 3px;
    margin-right: 4px;
}

.volume .volume-up i{
    font-size: 8px;
    width: auto;
}

.time-o{
    float: left;
    color: #ccc;
    font-size: 11px;
    padding: 6px;
}

.seperator{
    width: 1px;
    height: 18px;
    background-color: #999;
    float: left;
    margin: 5px 10px;
}

.fullscr-o,.fullscr-o:focus{
    color: #fff;
    float: right;
    padding: 5px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.timezone-inp .fstToggleBtn,
.timezone-inp .fstQueryInput {
    padding: 7px 15px !important;
    font-size: 14px !important;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.fa-volume-up,
.fa-volume-down,
.fa-volume-off{
    margin-top: 3px;
}

.time{
    font-size: 12px !important;
    margin-top: 2px;
    color: #ccc !important;
}

.scores-dv{
    width: 100%;
    min-height: 150px;
    background-color: #f1f1f1;
    margin-bottom: 1rem;
}

.img-dv{
    padding: 0 2rem;
    padding-bottom: 2rem;
}

.img-dv img{
    width: 100%;
}

.stats{
    margin: 1rem 2rem;
}

.stat-line{
    padding: 5px 15px;
    background-color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

.heading-info{
    background: linear-gradient(#223042,#192433);
    padding: 7px 15px;
}

.heading-info span{
    color: #fff;    
}

.timeline{
    width: 100%;
}

/* Slider */

.increment{
    width: 2.5%;
    background-color: #ccc;
    height: 46px;
    margin-top: -1px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1500;
}

.increment span{
    cursor: pointer;
}

.timslider{
    width: 100%;
    float: left;
}

.timslider-o{
    width: 100%;
    float: left;
    position: relative;
    height: 47px;
    background: #222;
    padding: 0 18px;
    bottom: 5px;
    border: 1px solid #333;
    box-shadow: inset 0 0 30px #000;
}

.timslider-o .left-handl{
    width: 18px;
    height: 45px;
    background: linear-gradient(#f9e7b0,#f9cd00,#f9cd00);
    box-shadow: inset 1px -1px 2px #000;
    margin-left: 30%;
    float: left;
    border-radius: 6px 0 0 6px;
    padding: 11px 5px;
    cursor: pointer;
    z-index: 5;
    position: relative;
}

.timslider-o .middle-slider{
    width: 30%;
    height: 45px;
    background-color: #1e98d291;
    float: left;
    z-index: 5;
}

.timslider-o .right-handl{
    width: 18px;
    height: 45px;
    background: linear-gradient(#f9e7b0,#f9cd00,#f9cd00);
    box-shadow: inset -1px 1px 2px #000;
    float: left;
    border-radius: 0 6px 6px 0;
    padding: 11px 5px;
    cursor: pointer;
    z-index: 5;
    position: relative;
}

#time-range p {
    font-size:14px;
    color:#333;
}
.ui-slider-horizontal {
    height: 40px;
    background: none;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 0;
    border: none;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 46px;
    font-size: .7em;
    display: block;
    border: none;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 0;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #163358, #09203e);
    background-image: -moz-linear-gradient(top, #163358, #09203e);
    background-image: -o-linear-gradient(top, #163358, #09203e);
    background-image: linear-gradient(top, #163358, #09203e);
    opacity: .7;
}

.ui-slider .ui-slider-handle {
    border-radius: 0;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 45px;
    cursor: default;
    border: none;
    cursor: pointer;
}
.ui-slider .ui-slider-handle:after {
    content:"";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 44%;
    left: 50%;
    margin-left: -4px;
    background: #0f294a;
    -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
    box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0;
    top: 0;
}
.ui-slider a:focus {
    outline:none;
}

#slider-range {
    width: 90.5%;
    margin: 0;
    height: 45px;
    margin-left: 18px;
}
#time-range {
    width: 400px;
}

#slider-range span{
    font-size: 12px;
    color: #ccc;
}
/* Slider */

#plays_clips_textarea
{
    resize: none;
}

#plays_clips_textarea_edit
{
    resize: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: 0 auto -webkit-focus-ring-color;
}

.no-r{
    left: 305px !important;
}

.fa-spinner{
    display: none;
}

.btn-inc{
    background: linear-gradient(#2d62a5,#09203e);
    border: none;
    width: 100%;
    font-size: 12px;
    height: 24px;
    outline: -webkit-focus-ring-color auto 0;
}

.btn-inc:active{
    background: linear-gradient(#09203e,#163358);
}

.scoring{
    padding: 3rem 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-bottom: -5px;
    margin-left: 15rem;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #36af47;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    height: 16px; 
}

.slider.round:before {
    border-radius: 50%;
}

.heading-inner{
    padding: 1rem 0;
}

.score-board{
    padding: 2rem;
    width: 100%;
    float: left;
}

.position{
    background-color: #eef2f6;
    float: left;
    border: 1px solid #9cb3cb;
    border-radius: 5px;
    width: 120px;
    padding: 10px;
}

.position input{
    width: 30px;
}

.score-thumb{
    width: 100%;
}

.score-thumb img{
    width: 100%;
}

.btn-blue,.btn-blue:focus{
    background-color: #182331;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 0;
    transition: all 0.4s;
    margin: 5px;
}

.btn-blue:hover{
    background-color: #f3f3f3;
    color: #182331;
    transition: all 0.4s;
}

/* Switch 5*/

.switch-5 {
    margin-left: 40px;
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
    margin-bottom: -4px;
}

.switch-5 input {display:none;}

.switch-5 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height: 18px;
}
 
.switch-5 .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-5 input:checked + .slider {
  background-color: #008800;
}

.switch-5 input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch-5 input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.switch-5 .slider.round {
  border-radius: 34px;
}

.switch-5 .slider.round:before {
  border-radius: 50%;
}

*/

.blue{
    background-color: #dbedff;
}

.red{
    background-color: #ffdbdb;
}

.yellow{
    background-color: #fffadb;
}

.templates{
    margin: 1rem;
    background-color: #f3f3f3;
    padding: 1rem;
    transition: all 0.5s;
    min-height: 100px;
}

.templates:hover,.templates:focus,.templates:active{
    padding: 1.6rem 3rem;
    background-color: #333;
    transition: all 0.5s;
}

.templateSelected{
    padding: 1.6rem 3rem;
    background-color: #333;
    transition: all 0.5s;
}

.templateSelected img{
    width: 100%;
}

.templates img{
    width: 100%;
}

.templateStyle .modal-content{
    border-radius: 0;
    background-color: #fdfdfd;
}

.templateStyle .modal-footer{
    background: linear-gradient(#223043, #182331);
}

.volume .slider{
    position: static;
}

/* Seekbar */

.slidecontainer {
    width: 100%;
}

.slider-o {
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    position: relative;
    top: -5px;
    background: linear-gradient(#868686,#616161);
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    z-index: 7;
    cursor: pointer;
}

.slider-o::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #223043;
    border: 4px solid #fff;
    cursor: pointer;
}

.slider-o::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #223043;
    border: 5px solid #fff;
    cursor: pointer;
}

/* seekbar */

.slider-time{
    margin-left: 3rem;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.sliders_step1{
    background: linear-gradient(#121212,#2f2f2f);
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.video-des p{
    margin-top: 10px;
}

.sus-bnr{
    position: relative;
    padding-top: 56.25%;
    background: #333;
    overflow: hidden;
}

.sus-bnr .image {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sus-bnr:hover {
    opacity: 0.8;
    transition: all 0.4s;
}

.sus-bnr .live {
    position: absolute;
    top: 0;
    left: 0;
    background: #cc0000;
    padding: 2px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.sus-bnr .duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 10px;
}

.p-btn-dv{
    width: 60px;
}

.p-btn-dv img{
    width: 100%;
}

.logo{
    padding: 5px;
}

.daterange{
    padding: 8px 3rem;
    border: 1px solid #ccc;
}

.filter{
    width: 100%;
    float: left;
}

.filter label {
    font-size: 14px !important;
    font-weight: 400;
}

.filter .form-control {
    height: 30px !important;
    background: #fff;
    padding: 0 10px;
}

.btn-drop{
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px 15px;
    height: 30px;
}

.search-bar {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    margin-bottom: 5px;
}

.search-bar .form-control{
    height: 30px;
    background-image: url('../images/search-ico.png');  
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 28px;
}

.selected-opt{
    line-height: 30px;
    display: inline-block;
}

.modal-content{
    border-radius: 0;
}

/*.modal-header{
    background-color: #163358;
    color: #fff;
}*/

.modal-header .close{
    /*color: #fff;*/
    opacity: 0.6;
}

/*.modal-body{
    padding-left: 3rem;
}*/

/*.modal-footer{
    background-color: #f3f3f3;
}*/

.btn-lrg{
    padding-left: 7px 15px;
    font-size: 14px;
}

.upload-video-dv {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 56%;
}

.upl_vid{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.upl_vid img{
    width: 100%;
}

.p-btn-o{
    width: 70px;
    position: absolute;
    top: 34%;
    left: 43%;
}

.fileUpload .btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 8px 20px;
    letter-spacing: 0.03em;
    border-width: 0px;font-weight: bold;
    outline: none !important;
    box-shadow: 2px 2px 11px #696969;
    border-radius: 2px;
    width: 100%;
    max-width: 300px;
}

.encod-info {
    display: block;
    text-align: center;
    padding: 5px;
    font-weight: 500;
    color: #1072c5;
}

.btn-multi-upload,
.btn-multi-upload:hover,
.btn-multi-upload:focus {
    position: absolute;
    right: -13px;
    width: 50px;
    height: 50px;
    top: 35px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    background: #e2003f;
    z-index: 2;
    box-shadow: -2px 2px 5px #ccc;
}

.btn-multi-upload i {
    margin: 0;
}

.video-inf{
    padding: 2rem 1rem;
    border: 2px solid #d4dee6;
    background-color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 2rem;
}

.video-inf .table{
    margin-bottom: 0;
}

.tabl-o{
    padding: 2rem;
    padding-top: 3rem;
}

.video-inf i{
    margin-right: 7px;
}

.bg-silver{
    background-color: #f5f5f5 !important;
    box-shadow: 2px 2px 12px #cecece;
}

.bg-silver .add-ev{
    background-color: #f5f5f5;
    position: relative;
}

.soc-btns{
    padding: 10px 0;
}

.setting-tabs{
    margin-top: 3rem;
}

.setting-tabs p{
    color: #999;
}

.setting-tabs .nav-tabs li{
    background-color: #fff;
}

.setting-tabs .nav-tabs li{
    background: none !important;
}

.setting-tabs .nav-tabs .active a{
    background-color: #fff !important;
    color: #333 !important;
}

.setting-tabs .tab-content,.setting-tabs .tab-content.active{
    background-color: #fff !important;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 2rem;
    margin-bottom: 3rem;
}

.no-rs{
    resize: none;
}

/*--------------------------------------
            Tags Input
--------------------------------------*/

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 3px 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-tagsinput .tag{
    background-color: #223043 !important;
}
.bootstrap-tagsinput{
    border-radius: 0;
    border: 1px solid #ccc;
    min-height: 38px;
    box-shadow: none;
    width: 100%;
}

.bootstrap-tagsinput:focus{
    box-shadow: none;
    border: 1px solid #284062;
}

/*--------------------------------------
            Tags Input
--------------------------------------*/

.publish-dv{
    margin-top: 24px;
}

.publish-dv .form-control{
    height: auto;
    min-height: 38px;
    float: left;
    /*cursor: pointer;*/
}

.publish-header{
    width: 100%;
    float: left;
}

.publish-time{
    width: 100%;
    float: left;
    padding-top: 2rem;
}

.publish-time .form-group{
    float: left;
    width: 100%;
}

/*--------------------------------------
            choose Input
--------------------------------------*/

.upl_vid .p-btn-dv{
    width: 80px;
    margin: 18% auto;
}

.video-inf label{
    font-size: 18px;
}

.score-b{
    line-height: 26px;
}

.score-b .transcoding{
    font-size: 12px;
    color: #999;
}

.rbtn{
    width: 100%;
    padding: 7px;
}

.rb .btn {
    min-height: 31px;
    margin: 0;
}

.side-nav::-webkit-scrollbar { 
    display: none; 
}

/*--------------------------------------
            Sortable
--------------------------------------*/
.add-ev .tags-table{
    height: 75vh;
    overflow: auto;
}

.menu-box{
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
    height: calc(100vh - 237px);
    overflow-x: hidden;
    overflow-y: auto;
}

/*.menu-box::-webkit-scrollbar,
.tags-table::-webkit-scrollbar { 
    display: none; 
}*/

.menu-box ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-box ul.menu-list li{
    display: block;
    background: #fff;
}

.menu-box ul.menu-list > li div .pull-right{
    cursor: pointer;
}

.menu-box ul.menu-list > li div {
    background: #fff;
    display: block;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.menu-box ul.menu-list > li div:hover{
    cursor: move;
}

.menu-box ul.menu-list ul{
    margin-left: 20px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.menu-box li a{
    color: blue;
}

.menu-box .ui-sortable-handle a {
    margin-left: 10px;
    font-size: 13px;
    text-transform: capitalize;
}

.menu-box li.menu-highlight{
    border: 1px solid #182331 !important;
    background: #f5f5f5;
}

/*--------------------------------------
            Sortable
--------------------------------------*/

.h-70{
    height: 70vh;
    overflow: auto;
}

.table-tag{
    margin-top: 15px;
    margin-right: 5px;
}

.table-tag td{
    padding: 15px !important;
}

.public{
    margin-top: 1rem;
    width: 100%;
    padding: 0 15px;
}

.public .navbar{
    min-height: auto;
}

.public-vids{
    width: 100%;
    background-size: contain;
    background-position: center;
    height: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
    background-color: #111;
    position: absolute;
    top: 0;
}

.public-vids img{
    height: 100%;
    /*width: 100%;*/
}

.playlist .thumbnail, .playlist .thumbnail img{
    width: 100%;
    margin-bottom: 0;
}

.public-player{
    border: 2px solid #ccc;
    cursor: pointer;
}

.public-player .thumb {
    position: absolute;
    top: 0;
}

.playlist{
    background-color: #fff;
    float: left;
    width: 100%;
    overflow-x: scroll;
    max-height: 330px;
}

.playlist::-webkit-scrollbar { 
    display: none; 
}

.header{
    /*height: 100px;*/
    width: 100%;
}

.card{
    background-color: #fff;
    padding: 10px 0;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}

.pub-vid-des{
    padding: 5px 0;
}

.pub-vid-des label{
    margin-bottom: 0;
}

.pub-vid-des span{
    color: #999;
}

.pub-vid-des span i{
    font-size: 12px;
}

.btn-play{
    background: linear-gradient(#e9c374,#b1934d);
    border-radius: 0;
    color: #fff;
    border: none;
}

.btn-play:hover{
    background: linear-gradient(#b1934d,#e9c374);
    color: #fff;
}

.next-vid{
    padding: 3px 4px;
    border: 1px solid #ddd;
    float: left;
    width: 100%;
    background: #f9f9f9;
}

.pub-v-des{
    padding: 7px 0;
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pub-v-des label{
    color: #000;
    font-weight: normal;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin: 10px 0 0;
}

.pub-v-des .vid-d{
    color: #999;
    font-size: 10px;
    float: left;
}

.pub-v-des .vid-typ{
    color: #666;
    font-size: 12px;
    float: right;
    text-transform: uppercase;
    font-weight: 500;
}

.card .top-title{
    background-color: #cc0000;
    top: 1px;
    left: 2px;
    padding: 2px 10px;
    color: #fff;
    opacity: 1;
}

.card .bottom-btn{
    background-color: #000000bd;
    bottom: -2px;
    right: -4px;
    padding: 2px 10px;
    color: #fff;
    opacity: 1;
}

.card .nav-tabs{
    border-bottom: 0;
    padding: 5px 15px;
}

.card .nav-tabs>li>a{
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #666;
}

.card .nav>li>a {
    padding: 4px 10px;
    background-color: #fff;
}

.public .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    margin-left: 15px;
}

.public .navbar-inverse .active,
.public .navbar-inverse .navbar-nav>li>a:hover,
.public .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background: #bd0000;
}

.public .navbar-inverse .active:before,
.public .navbar-inverse .navbar-nav>li>a:hover:before,
.public .navbar-inverse .navbar-nav>li>a:focus:before {  
    background: none;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #bd0000;
    content: "";
    left: -20px;
    position: absolute;
    top: 0;
}

.public .navbar-inverse .active:after,
.public .navbar-inverse .navbar-nav>li>a:hover:after,
.public .navbar-inverse .navbar-nav>li>a:focus:after { 
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-top: 40px solid #bd0000;
    content: "";
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
} 

.public-heading{
    margin-bottom: 1rem;
    padding: 5px 15px;
    border-bottom: 1px solid #ececec;
}

.sch-list{
    text-align: center;
    float: left;
    width: 100%;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
}

.sch-list .thumbnail{
    margin-bottom: 0;
}

.thumbnail {
    position: relative;
    padding-top: 56.25%;
}

.thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
}

.pub-cat{
    float: left;
    width: 100%;
    padding: 4px;
    text-decoration: none;
    margin-bottom: 2rem;
    transition: all 0.4s;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

.pub-cat:hover {
    box-shadow: 2px 2px 4px #ccc;
    transition: all 0.4s;
    text-decoration: none;
}

.play-channel .sus-bnr {
    position: relative;
}

.play-channel .sus-bnr img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.play-channel {
    min-height: 65vh;
    padding: 0 1rem;
}

.play-channel .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.pub-cat .sus-bnr{
    margin-top: 0;
}

.cat-des{
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px 0;
}

.cat-des span{
    font-weight: bold;
    color: #666;
}

.calender{
    text-align: center;
    line-height: normal;
    border: 1px solid #ccc;
    min-height: 105px;
    margin-top: 12px;
}

.calender h2{
    margin-top: 5px;
}

.pub-time{
    background: linear-gradient(#223043, #182331);
    color: #fff;
    padding: 9px;
}

.public-descr{
    text-align: left;
    min-height: 105px;
    padding: 15px 0;
    color: #888;
}

.public-descr a{
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.public-descr p{
    margin: 5px 0;
}

.public-descr span{
    font-size: 12px;
}

.full-sche{
    float: left;
    width: 100%;
    padding: 1rem;
}

.full-sche .sus-bnr{
    /*margin-top: 0;*/
}

.b-bot{
    border-bottom: 1px solid #f3f3f3;
}

#defaultCountdown {
    width: 100%;
    height: 60px;
    padding: 5px 10px;
    margin: 1rem 0;
}

.match-date{
    padding: 7px 10px;
    font-size: 12px;
}

.pub-stat i {
    padding: 5px 0;
    margin-left: 10px;
}

.pub-directory {
    padding: 5px 10px;   
}

.video-stats{
    background-color: #f9f9f9;
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #abbcd2;
}

.public-share{
    border: 1px solid #ccc;
    background-color: #eee;;
    padding: 10px;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    top: -1px;
}

.public-share a{
    margin: 1rem;
    text-decoration: none;
    color: #333;
}

.thumb-heading{
    background-color: #fff;
    padding: 2rem 0;
    border-bottom: 1px solid #f1f1f1;
}

.btn-thumb-upl,.btn-thumb-upl:hover,.btn-thumb-upl:focus{
    width: 300px;
    padding: 5px 15px !important;
    height: 28px;
    font-size: 12px !important;
    float: right;
    color: #fff !important;
    background: linear-gradient(to bottom, #08c, #04c);
}

.upl-thumbnails{
    padding: 1rem 10rem;
    background-color: #fff;
    float: left;
    width: 100%;
}

.num{
    background-color: #000;
    padding: 3px 10px;
    position: absolute;
    top: 5px;
    left: 20px;
    color: #fff;
}

.duration{
    background-color: #00000096;
    padding: 3px 10px;
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #fff;
    font-size: 10px;
}

.duration i{
    font-size: 8px;
    margin-left: 2px;
}

.nav-tabs>li>a {
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    color: #333;
}

.event-err{
    float: left;
    font-size: 12px;
    width: 100%;
    margin-top: 1rem;
}

.d-table {
    display: table;
    width: 100%;
}

.publish-dv .form-control{
    max-height: 38px;
    overflow: hidden;
}

.publish-dv .form-control label{
    cursor: pointer;
}

.player-option{
    width: 100%;
    padding: 1rem;
    border: 1px solid #ccc;
    margin-bottom: 2rem;
    margin-top: 1rem;
    display: none;
}

.plr-opt-h{
    padding: 5px 0;
    border-bottom: 1px solid #f3f3f3;
}

.plr-opt{
    padding: 5px 0;
    border-bottom: 1px solid #f3f3f3;
}

.plr-opt label{
    border: 1px solid #ccc;
    padding: 3px 10px;
    cursor: pointer;
}

.plr-opt label span{
    margin-right: 10px;
    float: left;
}

.btn-golive,.btn-golive:hover,.btn-golive:focus{
    padding: 3px 15px;
    background-color: #16b171;
    border-radius: 0;
    color: #fff;
}

.timer-position {
    padding-top: 56.25%;
    position: relative;
    margin-top: 2rem;
}

.timer-position-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.timer-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.timer-middle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.timer-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.thum-pos{
    margin-top: 1rem;
}

.thum-pos .thumbnail{
    margin-bottom: 0;
}

.video-inf .dropdown .dropdown-menu{
    width: 100%;
}

.w100{
    width: 100%;
}

.btn-nreco .caret{
    float: none;
}

.rb:hover .btn-reco{
    background: linear-gradient(#ef2020,#bf0b0b);
    border: 1px solid #cc0000;
}

.rb:hover .btn-nreco{
    background: linear-gradient(#61c261, #52a452);
    border: 1px solid #52a452;
}

.w80{
    width: 80%;
}

.rec-status .dropdown-menu{
    width: 90%;
}
/*.upl-thumbnails .thumbnail img{
    width: 100%;
}*/

.upl-thumbnails .thumbnail.active{
    background-color: #008800 !important;
}

.del-thum {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    background-color: transparent;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    color: #cc0000;
    transition: all 0.4s;
}

.del-thum:hover {
    background-color: #cc000033;
    color: #ff0000;
    transition: all 0.4s;
}

.live-h{
    float: left;
    margin-top: 2rem;
    width: 100%;
}

.recordings-tab{
    float: left;
    width: 100%;
    padding: .5rem;
    box-shadow: 1px 1px 5px #ccc;
    margin-bottom: 2rem;
}

.recordings-tab a{
    /*margin: 5px;*/
    float: left;
}

.recordings-tab .thumbnail{
    margin-bottom: 5px;
}

.timer_pos{
    width: 120px;
    position: absolute;
    top: 47%;
    left: 27%;
}

.charts .video-inf{
    margin-bottom: 2rem;
}

.upl_vid .btn-group{
    width: auto;
}

.public-logo{
    height: 70px;
    margin: 10px;
}

.public-logo img{
    height: 100%;
}

.public .card{
    border: 1px solid #f3f3f3;
}

.vid-sts .next-vid{
    margin-top: 0.5rem;
    /*border-radius: 5px;*/
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 4px;
    transition: all 0.3s;
}

#video_stats .next-vid:hover{
    box-shadow: 2px 2px 5px #ccc;
    transition: all 0.3s;
}

.next-vid .pub-vid-des{
    padding: 3px 0;
    font-size: 12px;
}

.pub-vid-des label{
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-weight: 400;
    margin-top: 2px;
}

.next-vid .thumbnail{
    margin: 0;
}

.next-vid .col-xs-5{
    padding-left: 0;
    padding-right: 10px;
}

/*--------------------------------------
            Public Slider
--------------------------------------*/

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.pub-pl-h{
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.pub-pl-h label{
    color: #666;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pub-pl-h a{
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.upcoming-event{
    border-bottom: 1px solid #f3f3f3;
    float: left;
    padding: 7px 0;
    width: 100%;
}

.upcoming-event:hover{
    background-color: #f3f3f3;
}

.upcoming-event span{
    color: #999;
}

.upcoming-event .vid-typ {
    float: right;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
}

.upcoming-event label{
    color: #666;
    padding-right: 10px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.upc-logo{
    padding: 0 10px;
}

.upc-logo img{
    width: 100%;
    /*padding: 12px 0;*/
}

.bor-b-n{
    border-bottom: none;
}

@media (min-width: 1000px){
    .main-con {
        width: 990px;
        margin: auto;
    }
}

.player-card{
    margin-bottom: 1rem;
}

.public-player{
    border: none;
    position: relative;
    padding-top: 56%;
}

.pp-border{
    border: 2px solid #ffffff08;
    transition: all .4s;
}

.pp-border:hover{
    border: 2px solid #fff;
    transition: all .4s;
}

.player-card .col-md-8{
    padding-right: 0;
}

.upcoming-live{
    background-color: #fff;
    padding: 10px 0;
    float: left;
    width: 100%;
    min-height: 361px;
}

@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.public .navbar-inverse{
    background: #a90000;
}

@media (min-width: 768px){
    .public .navbar-right {
        margin-right: 10px;
    }
}

.vid-upl-o{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}

.inf span{
    color: #777;
}

.inf a{
    font-weight: bold;
}

.rpb{
    width: auto !important;
}

.player-b-bar {
    width: 100%;
    background-color: #000000bf;
    color: #ccc;
    left: 0;
    bottom: 0;
    padding: 5px 15px;
    position: absolute;
}

.player-b-bar .live-sch {
    float: left;
}

.player-b-bar .pay-free {
    float: right;
}

/*.public-vids{
    background-image: url('../images/thumbnail.jpg');
}*/

.cat-thumb .sus-bnr{
    /*height: 135px;*/
}

.cat-thumb .sus-bnr .image{
    /*height: 100%;*/
}

.modal-dialog{
    z-index: 1050;
}

.login-dv{
    margin: auto;
    margin-top: 4rem;
    background-color: #fff;
    /*float: left;*/
    display: table;
    width: 450px;
    box-shadow: 2px 2px 7px #999;
    padding: 2rem 1rem;
}

.login-dv .form-control{
    height: 46px;
    font-size: 16px;
    font-weight: 100;
}

.login-dv .btn-green{
    height: 46px;
    font-size: 16px;
    margin-top: 3rem;
    background-color: #15253c;
}

.login-dv .btn-green:hover{
    background-color: #2e3b4e;
}

.login-logo{
    padding: 1rem 3rem;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}

.login-logo img{
    height: 50px;
}

.line-on-side {
    border-bottom: 1px solid #DADADA;
    line-height: 0.1em;
    margin: 7rem 2rem 4rem 2rem;
}

.line-on-side span {
    background: #FFFFFF;
    padding: 0 10px;
}

.login-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
}

.public .navbar-inverse .navbar-nav>li>.back-redirect:hover,
.public .navbar-inverse .navbar-nav>li>.back-redirect:focus{
    background: none !important;
}

.back-redirect{
    /*margin-left: 0 !important;*/
}

.logo-th-o{
    width: 130px;
}

.back-redirect:hover:before,
.back-redirect:focus:before{
    background: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    content: "";
    left: -20px;
    position: absolute;
    top: 0;
}

.back-redirect:hover:after,
.back-redirect:focus:after{
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    content: "";
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
}

.faqs{
    padding: 15px 30px;
}

.faqs label{
    margin-top: 3rem;
}

.faqs p{
    color: #848181;
    margin-left: 3rem;
    margin-top: 5px;
}

.about-us{
    padding: 3rem 5rem;
}

.about-us p{
    color: #848181;
    margin-top: 15px;
}

@media only screen and (max-width: 991px){
    .upcoming-live {
        margin-top: 1rem !important;
    }
    .player-card .col-md-8 {
        padding-right: 15px !important;
    }
    /*.public-vids{
        height: auto !important;
    }*/
    .public-vids img{
        width: 100% !important;
        height: auto !important;
    }
}

.full-sche .sus-bnr{
    max-height: 107px;
    overflow: hidden;
}

.public-player .thumb{
    border: 1px solid #abbcd2;
    margin-bottom: 5px;
}

.thumb{
    overflow: hidden;
    background-color: #333;
    text-align: center;
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 5px;
}

.thumb img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-search,.btn-search:focus{
    height: 34px;
    background-color: #223043;
    color: #fff;
    border-color: #223043;
    padding: 6px 20px;
    border-radius: 0;
}

.mh-96{
    max-height: 96px !important;
}

.loader{
    width: 100%;
    float: left;
    display: none;
    background-color: #ffffff91;
    text-align: center;
}

.loader img{
    width: 150px;
}

.search-vids{
    padding-top: 5rem;
}

.advance-opt{
    font-weight: bold;
    padding: 6px;
    text-align: center;
}

.filters{
    padding: 15px;
}

.filters label{
    margin-right: 10px;
}

.search-result{
    float: left;
    width: 100%;
    margin-top: 2rem;
}

.search-result .thumb{
    height: auto;
}

.lh-33{
    line-height: 33px;
}

.full-sche .thumb{
    margin-top: 12px;
}
@media only screen and (max-width: 510px){
    .col-vxs-12{
        width: 100%;
    }
    .upl-thumbnails{
        padding: 2rem 0;
    }
}

.sort{
    right: 0;
    left: auto;
}

/*------------------------------------
            NDVR Cutter
------------------------------------*/

.player-top-bar{
    padding: 4px;
    background: linear-gradient(#163358,#09203e);
    color: #ddd;
}

.player-top-bar a{
    color: #f3f3f3;
    font-weight: 500;
}

.player-o video{
    width: 100%;
}

.player-o{
    width: 100%;
}

.p-r-0{
    padding-right: 0;
}

.ndvr-o{
    background-color: #ccc;
    padding: 7px 0;
    margin-top: 1rem;
    width: 100%;
    float: left;
    padding-bottom: 1rem;
    margin-bottom: 4rem;
}

.player-w{
    width: 95%;
    margin: 0 auto;
}

.player-tabs-o .nav-tabs a{
    padding: 5px 15px;
    border-radius: 4px 4px 0 0;
}

.player-tabs-o .active {
    background-color: #fff !important;
    color: #212f42 !important;
}

.media-o {
    border-bottom: 1px solid #f3f3f3;
    float: left;
    padding: 8px 5px;
}

.media-logo{
    width: 100%;
    padding-right: 10px;
}

.media-logo img{
    width: 100%;
}

.media-del{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px;
    transition: all 0.4s;
    display: none;
    color: #223043;
}

.media-o:hover{
    background-color: #f3f3f3;
}

.media-o:hover .media-del{
    display: block;
}

.media-del:hover{
    color: #cc0000;
}

.media-o p,.media-o label{
    margin-bottom: 0;
}

/*------------------------------------
            Seekbar
------------------------------------*/

.dhtmlgoodies-seekbar{

}

/* Default configurations */
.seekbar-negative{
    background-color:#009966;
}
.seekbar-positive{
    background-color:#CCC;
}

/* Dragable thumb */
.seekbar-thumb{
    background-color:#006699;
    /* Transparency can be enabled with
    opacity:0.8;
    */
}
/* The center point of the thumb */
.seekbar-thumb-needle{
    background-color:#006699;
}

.seekbar-thumb-over{
    opacity:0.3 !important;
    filter:alpha(opacity=30) !important;
}

/*------------------------------------
            Seekbar
------------------------------------*/

.plus-left-o{
    width: 18px;
    height: 45px;
    background-color: #252525;
    background: linear-gradient(#252525,#1c1c1c);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    padding-top: 13px;
    border: 1px solid #2d2d2d;
    cursor: pointer;
    color: #ccc;
}

.plus-right-o{
    width: 18px;
    height: 45px;
    background-color: #252525;
    background: linear-gradient(#252525,#1c1c1c);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    padding-top: 13px;
    border: 1px solid #2d2d2d;
    cursor: pointer;
    color: #ccc;
}

.plus-left-o:hover,.plus-right-o:hover{
    background: #333;
}

.plus-left-o:active,.plus-right-o:active{
    background: linear-gradient(#1c1c1c,#252525) !important;
}

.tickline {
    float: left;
    position: relative;
    top: -5px;
    height: 16px;
    width: 100%;
    background-color: #222;
    background: linear-gradient(#111,#333);
    background: -moz-linear-gradient(top,#111,#333) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left top,left bottom,from(#111),to(#333));
}

.btn-close{
    background-color: #f3f3f3;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #666;
}

.pub-vids-o{
    float: left;
    width: 100%;
    padding: 1rem;
    background-color: #fff;
    min-height: 120.50vh;
}

.ndvr-back{
    background-color: #222;
}

.quality i{
    color: #008800;
}

/*.auto{
    height: auto !important;
}*/

.vid-type{
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.vid-type .radio-inline {
    font-weight: 500 !important;
    font-size: 16px !important;
}

.add-rtmp{
    display: none;
    margin-top: 1rem;
}

.add-rtmp .col-lg-3{
    line-height: 46px;
}

.min-h50{
    min-height: 35vh;
}

.min-h70{
    min-height: 70vh;
}

.liv-src-th{
    width: 100%;
   /* border: 1px solid #ccc; */
   /* border-radius: 5px; */
}

.liv-src-th label{
    width: 100%;
    white-space: nowrap;
    padding: 2px;
    font-size:10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.liv-src-th img{
    width: 100%;
    border: 3px solid #f3f3f3;
}

.slider-n {
    -webkit-appearance: none;
    width: 1200px !important;
    height: 45px;
    background: transparent;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    position: absolute;
    top: 0;
    left: -100px;
    /*padding: 0 18px;*/
}

.slider-n::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 45px;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    border-top: 10px solid #f3f3f3;
    border-bottom: 10px solid #f3f3f3;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.slider-n::-moz-range-thumb {
    appearance: none;
    width: 2px;
    height: 45px;
    border-radius: 0;
    background: #4CAF50;
    cursor: pointer;border-top: 5px solid #cc0000;
}

.video-hover{
    position: absolute;
    width: 152px;
    height: 120px;
    border: 1px solid #909090;
    top: -130px;
    left: 10px;
    z-index: 100;
    text-align: center;
    color: #ccc;
    font-size: 10px;
    transition: all 0.4s;
    display: none;
}

.video-hover .vid-show{
    width: 100%;
    height: 84px;
    position: relative;
}

.video-hover .vid-show img{
    width: 100%;
}

.vid-show .loader-dv {
    background: #000000ee;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
    text-align: center;
}

.vid-show .lds-dual-ring {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
    width: 64px;
    height: 64px;
}
.vid-show .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.5s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.video-hover .show-duration{
    width: 100%;
    height: 18px;
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
    background-color: #333;
    padding: 1px;
}

.video-hover .show-time{
    width: 100%;
    height: 15px;
    background-color: #333;
    padding: 1px;
}

.seek{
    float: left;
    position: relative;
}

.seek:hover .video-hover{
    display: block;
}

.of-h{
    overflow-x: hidden;
}

.dvr-controls{
    float: left;
    width: 100%;
    position: relative;
    top: -5px;
}

.is-live{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    background-color: #dd0000;
    color: #fff;
    text-transform: uppercase;
}

.tick-icon::before{
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 5px;
    border-bottom: 5px solid #ccc;
    border-right:  3px solid transparent;
    border-left:  3px solid transparent;
    z-index: 5;
}

.tick-icon::after{
    position: absolute;
    content: "";
    left: 0;
    width: 6px;
    height: 13px;
    border-bottom: 6px solid #ccc;
}

.ppl{
    padding: 0 0 0 6px;
    overflow: hidden;
    width: 55%;
}

.ppv{
    padding: 0 7px 0 7px;
    width: 45%;
}

.mb-2{
    margin-bottom: 2rem;
}

.w-60{
    width: 60%;
}

.fancybox-content{
    transform: translate(0%, 0%) scale(1, 1) !important;
    width: 640px !important;
    height: 360px !important;
}

.fancybox-button--zoom{
    display: none !important;
}

.fancybox-can-zoomIn .fancybox-content{
    cursor: default;
}

.dropdown-menu .active{
    background-color: #f5f5f5;
}

.module {
  width: 100%;
  overflow: hidden;
  padding: 0 5px 0 0;
}
.module p {
  margin: 0;
  color: #525252;
  font-weight: bold;
  line-height: 14px;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

.g-add-l{
    float: left;
    margin: 0.5rem;
}

.g-add-m{
    float: left;
    display: none;
}

.g-add-s{
    display: none;
    text-align: center;
    width: 100%;
    float: left;
}

@media screen and (max-width: 768px) {
    .g-add-l{
        display: none;
    }

    .g-add-m{
        display: block;
    }
} 

@media screen and (max-width: 630px) {
    .g-add-m{
        display: none;
    }

    .g-add-s{
        display: block;
    }
}

@media screen and (min-width: 991px) {
    .pl-0{
        padding-left: 0;
    }
}

.nue{
    text-align: center;
    margin-top: 12rem;
    color: #999;
}

.mb-1 {
    margin-bottom: 1rem;
}

.g-add2{
    float: left;
    width: 100%;
    text-align: center;
}

.pb-sl .form-group{
    float: left;
    width: 100%;
}

.more-s .form-group{
    float: left;
    width: 100%;
}

.sb-drop a{
    float: left;
    width: 100%;
}

img {
    opacity: 1;
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}

.rec-btns .btn {
    width: 130px;
    padding: 3px;
    height: 26px;
}

.btn-default{
    background: linear-gradient(#efefef,#ccc);
    border: 1px solid #ccc;
    color: #333;
}

.rec-btns .btn-success:hover,
.rec-btns .btn-success:focus{
    background: linear-gradient(#efefef,#ccc);
    border: 1px solid #ccc;
    color: #333;
}

.rec-btns .btn-default:hover,
.rec-btns .btn-default:focus{
    background: #5cb85c;
    border: 1px solid #4cae4c;
    color: #fff;
}

.single-rec .btn {
    width: 100%;
    padding: 3px;
    height: 26px;
}

.single-rec .btn-success:hover,
.single-rec .btn-success:focus{
    background: linear-gradient(#efefef,#ccc);
    border: 1px solid #ccc;
    color: #333;
}

.single-rec .btn-default:hover,
.single-rec .btn-default:focus{
    background: #5cb85c;
    border: 1px solid #4cae4c;
    color: #fff;
}

.timer-thumb {
    float: right;
    min-width: 190px;
    position: relative;
}

.public-share .fa-heart {
    color: #cc0000;
}

.public-share .fa-facebook-square {
    color: #4267b2;
}

.public-share .fa-twitter-square {
    color: #1da1f2;
}

/*
    /*Chat & Comments
*/

.player-chat-dv {
    border: 1px solid #ccc;
    background: #f8f8f8;
    padding: 1rem;
    float: left;
    width: 100%;
    margin-top: 1rem;
    max-height: 563px;
    overflow-x: hidden;
    overflow-y: auto;
}

.player-chat-texts:first-child {
    margin-top: 1rem;
}

#comments {
    margin-top: 1rem;
    max-height: 400px;
    overflow: auto;
}

.player-chat-video {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

.chat-admin{
    border: 1px solid #999;
    padding: 0 3px;
    margin-right: 5px;
    border-radius: 3px;
    background: #f3f3f3;
    display: inline !important;
}

.player-chat-live {
    display: table;
    width: 100%;
}

.player-chat-dp {
    width: 31px;
    height: 31px;
    background: #333;
    margin-right: 10px;
    float: left;
}

.player-chat-dp img {
    width: 100%;
    height: 100%;
    border: 1px solid #999;
}

.player-chat-video .player-chat-input {
    margin-right: 10px;
    float: left;
    width: calc(100% - 203px);
}

.player-chat-live .player-chat-input {
    margin-right: 10px;
    float: left;
    width: calc(100% - 132px);
}

.player-chat-input textarea {
    resize: none;
    height: 32px;
    padding: 6px 15px;
}

.player-chat-input textarea::-webkit-scrollbar {
    display: none;
}

.player-chat-video .player-chat-btn {
    width: 150px;
    float: left;
}

.player-chat-btn .btn {
    font-size: 14px;
    padding: 5px 12px;
}

.player-chat-live .player-chat-btn {
    width: 80px;
    float: left;
}

.comment:nth-child(2n+1) {
    background: #e8e8e8;
}

.comment {
    display: table;
    width: 100%;
    padding: 6px;
    position: relative;
}

.comment .comment-time {
    position: absolute;
    top: 2px;
    right: 10px;
    color: #8c8c8c;
    font-size: 12px;
}

.user-img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    background: #333;
    float: left;
}

.user-img img {
    width: 100%;
    height: 100%;
}

.user-comment {
    width: calc(100% - 52px);
    float: left;
}

.user-comment a {
    margin-bottom: 0;
    color: #045290;
    font-weight: 500;
    text-decoration: none;
}

.user-comment span {
    display: block;
}

.comment-options {
    position: absolute;
    right: 20px;
    top: 0px;
    color: #666;
    width: 10px;
    text-align: center;
    cursor: pointer;
}

.options-dr {
    position: absolute;
    right: 10px;
    top: 0;
    background-color: #fff;
    font-size: 12px;
    box-shadow: 2px 2px 5px #ccc;
    min-width: 190px;
    z-index: 2;
    display: none;
}

.comment-options:hover .options-dr {
    display: block;
}

.options-dr a {
    display: block;
    color: #666;
    padding: 8px 10px;
    border-bottom: 1px solid #f7f7f7;
    text-decoration: none;
    transition: all 0.4s;
    text-align: left;
}

.options-dr i {
    margin-right: 2px;
}

.options-dr a:hover {
    color: #333;
    background-color: #f3f3f3;
}

.comment .comment-options {
    right: 10px;
    bottom: 10px;
    top: auto;
}

/*
    /*Chat & Comments CSS end
*/

#one {
    width: 560px !important;
    height: auto !important;
    display:none;
    cursor: default;
    padding: 0;
}

#one .panel {
    margin: 0;
}

.lock-togg {
    margin: 1rem 0;
}

.video-error {
    position:  absolute;
    width:  100%;
    height: 100%;
    background: linear-gradient(#141c52,#010819);
}

.video-error .err-text {
    position:  absolute;
    width:  100%;
    bottom: 71px;
}

.err-text i {
    font-size: 4em;
    color: #d0c100;
}

.err-text h3 {
    color: #999;
    margin: 0;
    font-weight: 100;
    text-decoration: underline;
}

.video-upload {
    margin: 3rem 0;
}

.fancybox-overlay {
    background: #000000cc;
}

#login {
    width: 300px;
    min-height: 390px;
}

#login_download {
    width: 340px;
}

.fancybox-skin {
    border-radius: 0;
    padding: 0 !important;
}

.square {
    border-radius: 0;
}

.fncy-heading {
    padding: 1rem 1.5rem;
    background: #e8e8e8;
}

.fncy-body {
    padding: 1rem 1.5rem;
    position: relative;
    min-height: 345px;
}

.close-fancy {
    float: right;
    color: #666;
    cursor: pointer;
}

.fncy-box .btn-green {
    background-color: #15253c;
    padding: 6px;
}

.s-up {
    display: none;
}

.w100p {
    width: 120px;
}

.p-0 {
    padding: 0;
}

.fb-button {
    width: 100%;
    float: left;
    padding: 2rem;
}

.fb-button img {
    width: 100%;
}

.request-table {
    padding: 2rem;
    margin-top: 1rem;
}

.request-table td {
    vertical-align: middle !important;
    padding: 2rem 1rem !important;
}

.sidebar-submenu {
    background: #dedede;
    margin: 0;
    height: 0px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    transition: all 0.3s;
}

.sidebar-submenu a {
    padding: 1rem !important;
    border-bottom: 0 !important;
    color: #666 !important;
    padding-left: 2rem !important;
}

.open .sidebar-submenu {
    height: auto;
    transition: all 0.3s;
}

.request-modal .modal-content {
    width: 640px;
    border: none;
}

.request-modal .modal-header {
    border-bottom: none;
    background: #223043;
}

.request-modal .modal-header h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.request-modal .modal-body {
    width: 640px;
    height: 360px;
    padding: 0;
}

.modal-body video {
    width: 100%;
    height: 100%;
}

.fa-arrow-circle-o-down {
    color: #cc0000;
}

@media (max-width: 1600px){
    .login-dv {
        width: 425px;
    }
}

@media (min-width: 1600px){
    .timer-position-inner {
        width: 70%;
        height: 80%;
    }
}

@media (max-width: 500px){
    .login-dv {
        width: 100%;
    }
}

.public-dp {
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.public-dp img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.pub-dr,.pub-dr:hover,.pub-dr:focus {
    background: none !important;
    border: none !important;
    float: left;
    padding: 5px !important;
}

.public-dropdown i {
    margin-right: 5px;
}

.pos-rel {
    position: relative;
}

.request-alert {
    position: absolute;
    top: 1em;
    width: 350px;
    height: 90px;
    right: 1em;
    display: none;
    background: #00af00;
    color: #fff;
    border: none;
    padding: 0;
    z-index: 1099;
}

.request-alert .close {
    opacity: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-shadow: none;
    right: auto;
    float: none;
}

.alert-icon {
    width: 50px;
    float: left;
    padding: 1.5rem 0;
    height: 90px;
    display: table;
    padding-left: 2rem;
}

.alert-text {
    width: 230px;
    float: left;
    padding: 10px 5px;
    padding-right: 15px;
    font-size: 14px;
    text-align: justify;
    height: 90px;
    display: table;
}

.alert-close {
    width: 70px;
    float: left;
    position: relative;
    height: 90px;
    display: table;
    text-align: center;
    background: #06a206;
    border-radius: 0 4px 4px 0;
}

.tbl-cl {
    display: table-cell;
    vertical-align: middle;
}

.btn-go-live {
    background: linear-gradient(#fff,#e4e4e4);
    width: 150px;
    float: right;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    font-weight: 500;
    color: #555;
}

.f-p {
    display: none;
}

.forget-pass {
    width: 300px;
    margin: 3rem auto;
}

.login-container {
    background: #fff;
    margin-top: 3em;
    border: 1px solid #ccc;
    padding-bottom: 2rem;
    position: relative;
}

.forget-pass h4 {
    /*text-align: center;*/
    font-size: 16px;
    color: #333;
    font-weight: 100;
}

.login-container h3 {
    font-weight: 100;
    color: #666;/*
    text-align: center;*/
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding: 1rem;
    padding-bottom: 2rem;
}

@media only screen and (max-width: 400px){
    .forget-pass {
        width: 100%;
    }
}

.forget-pass .form-control {
    height: 34px;
}

.r-p {
    display: none;
}

.request-table .thumb {
    width: 150px;
}

.note {
    color: #828282;
    margin-top: 5px;
    font-style: italic;
}

.requests {
    float: left;
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: 1px solid #f3f3f3;
}

.request-thumbnail {
    width: 180px;
    float: left;
    cursor: pointer;
}

.request-thumbnail img {
    width: 100%;
    border: 1px solid #ccc;
}

.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.request-des {
    float: left;
    width: calc(100% - 480px);
    padding: 1px 10px;
}

.request-des strong {
    font-weight: 500;
    color: #666;
}

.request-des label {
    font-weight: 500;
    color: #444;
    margin-bottom: 0;
}

.request-des span {
    color: #999;
}

.request-des a {
    font-weight: 500;
    text-decoration: none;
}

.request-btns {
    float: left;
    width: 480px;
    padding: 10px 0;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .request-btns,
    .request-des {
        float: none;
        width: 100%;
    }
    .request-thumbnail {
        float: none;
    }
    .request-des {
        padding: 0;
        margin-top: 1rem;
    }
}

.user-info {
    width: 100%;
    margin: 1rem 0;
    float: left;
    border-radius: 2px;
}

.user-info:hover {
    box-shadow: 0 0 5px #666;
}

.user-info-thumb {
    width: 50px;
    float: left;
}

.user-info-thumb img {
    width: 100%;
    border-radius: 4px;
}

.user-info-des {
    width: calc(100% - 50px);
    float: left;
    padding: 5px;
}

.user-info-des label {
    margin: 0;
    color: #444;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.user-info-des span {
    font-weight: 600;
}

.public-footer {
    padding: 1rem;
    background: linear-gradient(to bottom,#ffffff 0%,#ffffff 40%,#f2f2f2 100%) !important;
    float: left;
    width: calc(100% - 30px);
    margin: 15px;
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.flag,.flag:hover {
    margin-right: 5px;
    text-decoration: none;
}

.left-links {
    padding-top: 2px;
}

.left-links a,.left-links a:hover,.left-links a:focus {
    color: #333;
    font-weight: 500;
    margin-right: 1.5rem;
    text-decoration: none;
}

.plt {
    position: relative;
    bottom: -2px;
}

.upl-bg-img {
    height: 300px;
    margin-bottom: 1rem;
}

.upl-bg-img img {
    height: 100%;
}

.upl {
    display: inline-block;
    margin-right: 2rem;
}

#request-vid {
    transform: translate(0%, 0%) scale(1, 1) !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#request-vid video {
    width: 100%;
    height: 100%;
}

.support-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    padding-top: 20%;
    text-align: center;
}

.support-overlay h3 {
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 300;
}

.support-overlay p {
    color: #888;
}

iframe {
    border: none !important;
}

.dashboard-panels {
    width: 100%;
    float: left;
}

.dashboard-panels h2 {
    font-weight: 400;
    font-size: 24px;
    color: #ff005d;
}

.dashboard-panels h4 {
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.reportrange-dv {
    background: #fff; 
    cursor: pointer; 
    padding: 5px 10px; 
    border: 1px solid #ccc;
}

.icon-dv {
    display: table-cell;
    vertical-align: middle;
    padding-left: 2rem;
}

.icon-dv i {
    color: #212f42;
}

.dashboard-panels .video-inf {
    display: table;
}

.des-dv {
    display: table-cell;
}

.uploaded-video {
    width: 100%;
    height: 100%;
}

.analytics {
    width: 100%;
    margin-bottom: 2rem;
    float: left;
    border: 1px solid #d7dfe8;
}

.analytics .white-box {
    display: table;
    width: 100%;
    padding: 2.5rem 2rem;
    margin: 0;
    box-sizing: border-box;
    color: #687682;
    background: #fff;
}

.analytics .box-title {
    margin: 0;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.analytics span {
    font-weight: 400;
    font-size: 18px;
}

.analytics .t-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
}

.analytics .t-cell2 {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 50px);
}

.analytics i {
    font-size: 20px;
    color: #999;
}

.brr {
    border-right: 1px solid #d7dfe8;
}

.brb {
    border-bottom: 1px solid #d7dfe8;
}

.in-b {
    display: inline-block;
}

.c-stats {
    display: table;
    width: 100%;
}

.nt-message {
    background: #fff;
    color: #223043;
    display: table;
    width: 100%;
    height: 80px;
    margin: 2rem 0;
    box-shadow: 2px 2px 7px #ccc;
    overflow: hidden;
}

.nt-info {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #47586f;
    color: #fff;
}

.nt-info i {
    font-size: 36px;
}

.nt-text {
    width: calc(100% - 160px);
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 15px;
}

.nt-close {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #47586f;
}

.nt-close a {
    font-size: 20px;
    color: #fff;
}

img {
    opacity: 1;
    transition: opacity .3s ease-in;
}

.fp-dv {
    border: 1px solid #c7c7c7;
    width: 122px;
    display: table;
    position: relative;
}

.fp-dv2 {
    border: 1px solid #c7c7c7;
    width: 200px;
    display: table;
    position: relative;
}

.access {
    min-height: 250px;
    padding-bottom: 50px;
    position: relative;
    padding-top: 2rem;
}

.save-dv {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.access label {
    font-weight: 600;
    font-size: 14px;
}

td {
    vertical-align: middle !important;
}

.sb {
    width: 222px;
}

.sb .sel-btn {
    width: 110px;
}

.sb .btn {
    width: 110px;
    text-transform: uppercase;
}

.bg-w {
    background: #fff;
}

.map-div {
  width: 100%;
  height: 100%;
  background: #394263c7;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
  transition: all 0.4s;
}

.visibility {
  visibility: visible !important;
}

.map-div .panel {
  width: 870px;
  height: 550px;
  margin: auto;
  margin-top: 5rem;
  border: none;
  border-radius: 0;
}

.map-div .panel-body {
  height: 510px;
}

.map-div .panel-heading {
  position: relative;
    background: #fff;
    border: none;
}

.panel-heading a {
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 24px;
  color: #333;
  z-index: 110;
}

.map-div .panel-footer {
    background: #fff;
    border: none;
}

.count-dv {
  height: 40px;
  text-align: center;
  padding: 1rem;
}

.ppv-dv {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}

.ppv-dv img {
    width: 100%;
}

.countdown-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000cc;
    z-index: 8;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.ppv-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000cc;
    z-index: 5;
    top: 0;
    left: 0;
}

.ppv-overlay .btn {
    font-size: 12px;
    width: 300px;
    display: inline-block;
    margin: 5px;
    padding-left: 4rem;
    padding-right: 10rem;
}

.centered-table {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

.centered-table .centered-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.play-btn {
    color: #fff;
    transition: all 0.4s;
}

.play-btn:hover,.play-btn:focus {
    color: #f3f3f3;
    transition: all 0.4s;
}

.countdown-overlay .centered-element {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.countdown-overlay .countdown-background {
    display: inline-block;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    border-top: 1px solid #EEE;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #999;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    padding: 10px;
}

.rounded {
    border-radius: 4px;
}

.countdown-overlay ul.countdown {
    list-style: none;
    margin: 0;
    line-height: 0;
    padding-left: 0;
}

.countdown-overlay ul.countdown li {
    margin-right: 3px;
    margin-left: 3px;
}

.countdown-overlay ul.countdown li:first-child {
    margin-left: 0;
    margin-right: 3px;
}

.countdown-overlay ul.countdown li.num {
    background: #000000;
    background: -moz-linear-gradient(top, #000 0%, #232323 3%, #4c4c4c 50%, #232323 97%, #000 100%);
    background: -webkit-linear-gradient(top, #000 0%, #232323 3%, #4c4c4c 50%, #232323 97%, #000 100%);
    background: linear-gradient(to bottom, #000 0%, #232323 3%, #4c4c4c 50%, #232323 97%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    -moz-box-shadow: inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow: inset 0 0 5px #000000;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 10px;
}

.countdown-overlay ul.countdown li {
    display: inline-block;
    color: #FFF;
    font-size: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}

.countdown-overlay ul.countdown li .number {
    padding: 10px 0;
}

.countdown-overlay ul.countdown li .number,
.countdown-overlay ul.countdown li .colon {
    position: relative;
}

.countdown-overlay ul.countdown li.col {
    margin-left: 0;
    margin-right: 0;
    text-shadow: 1px 1px #FFF;
    color: #000;
    padding: 10px 0;
}

.countdown-overlay .num {
    top: 0;
    left: 1px;
}

.paid {
    display: none;
}

hr.styled.black {
    border: 0 !important;
    height: 1px !important;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0,0,0,0.25), transparent) !important;
    background-image: -moz-linear-gradient(left, transparent, rgba(0,0,0,0.25), transparent) !important;
    background-image: -ms-linear-gradient(left, transparent, rgba(0,0,0,0.25), transparent) !important;
    background-image: -o-linear-gradient(left, transparent, rgba(0,0,0,0.25), transparent) !important;
    margin: 30px 0;
}

.account-heading {
    padding: 0 !important;
    text-align: center;
    margin: 0 !important;
    border: none !important;
    padding-top: 3rem !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.new-account label {
    padding-top: 6px;
    font-size: 16px;
    font-weight: 500;
}

.new-account .checkbox-inline {
    font-weight: 400;
    line-height: 20px;
    color: #666;
    font-size: 14px;
}

.account-logo {
    text-align: center;
    padding: 2em 0;
}

.account-logo img {
    height: 50px;
}

.h-name {
    text-align: right;
}

.na-chk {
    cursor: pointer;
    position: relative;
    top: 2px;
}

.already-login {
    display: inline-block;
    color: #444;
}

.already-login span {
    color: #666;
}

.already-login a {
    color: #666;
    text-decoration: underline;
}

.already-login-dp {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.already-login-dp img {
    width: 35px;
    border-radius: 20px;
}

.account-container {
    background: #00000052;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.login-container {
    margin: 2em auto;
    width: 740px;
    padding: 15px 50px;
    padding-right: 80px;
    background: #ffffff;
    min-height: 500px;
}

.l-in {
    text-align: center;
}

@media only screen and (max-width: 768px){
    .login-container {
        width: 95%;
        padding: 15px;
    }
}

/*
    *Side Nav
*/

/*#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar ul li {
    margin: 0;

}

#sidebar ul li a {

    text-decoration: none;
    display: block;
}

#sidebar .menu .submenu {
    display: none;
}*/

.submenu li a {
    padding: 1rem;
    color: #666 !important;
    padding-left: 3rem;
}

.parent::before {
    content: "\203A";
    position: absolute;
    right: 10px;
    top: 5px;
    color: #999;
    font-size: 20px;
    z-index: 50;
}

.submenu li a:hover {
    background: #f3f3f3 !important;
    color: #666 !important;
}

.client-details {
    padding: 2em 15px;
}

.client-details .col-md-3 {
    text-align: right;
}

.client-details .form-group {
    margin-bottom: 20px;
}

.client-details label {
    font-size: 14px;
    padding-top: 5px;
    font-weight: 400;
    color: #999;
    line-height: 14px;
}

/*.client-details span {
    font-size: 12px;
    font-weight: 100;
    color: #999;
    float: left;
}*/

/*.client-details .form-control {
    border: none;
    border-bottom: 1px solid #eee;
    padding-left: 0;
    transform: all 0.4s;
}

.client-details .form-control:focus {
    border-bottom: 1px solid #212f42;
    transform: all 0.4s;
}*/

.client-heading {
    padding: 1.5rem;
    font-weight: 500;
    color: #666;
    font-size: 16px;
    border-bottom: 1px solid #f3f3f3;
}

.invite-dv {
    padding: 2rem 1rem;
    background: linear-gradient(#f3f3f3,#fff);
    border-radius: 5px;
    display: table;
    width: 100%;
    margin-bottom: 2rem;
}

.invite-dv .form-control {
    border: 1px solid #ccc;
    height: 34px;
    padding-left: 15px;
}

.invite-dv .form-control:focus {
    border: 1px solid #212f42;
}

.checkbox-inline {
    padding: 0 !important;
    padding-left: 20px !important;
    line-height: 20px !important;
    color: #666 !important;
}

.client-details .col-md-2 {
    text-align: right;
}

.app-info {
    text-align: left;
}

.app-info label {
    color: #000;
}

.app-info p {
    color: #666;
}

.footer {
    width: 100%;
    padding: 8px 15px;
    margin: 0.5rem 0;
    text-align: right;
}

/*
    /*Switch Channle
*/

.switch-chanel {
    border: 1px solid #f3f3f3;
    background: #fff;
    display: table;
    width: 100%;
    cursor: pointer;
    position: relative;
    box-shadow: 2px 2px 3px #f3f3f3;
}

.chanel-select {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 4px 0 4px;
    width: 40px;
    height: 40px;
    background: #3bbd3b;
    color: #fff;
    padding-top: 9px;
    text-align: center;
    display: none;
}

.switch-chanel:hover .chanel-select{
    display: block;
}

.sc-thumb {
    background: #fff;
}

.sc-thumb img {
    width: 100%;
    border: 1px solid #f3f3f3;
}

.sc-heading {
    background: #fff;
    padding: 1rem 2rem;
    border-top: 1px solid #f3f3f3;
    text-align: center;
}

.channels-list {
    display: table;
    width: 100%;
    min-height: 80vh;
}

.archive-image-dv {
    display: table;
    width: 100%;
    min-height: 80vh;
    padding: 10px 5px;
}

.archive-image {
    position: relative;
    display: table;
    width: 100%;
}

.archive-image img {
    width: 100%;
    border: 1px solid #ccc;
}

.archive-details {
    padding: 7px 0;
    margin-bottom: 1rem;
    line-height: 14px;
}

.archive-details label {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.archive-details span {
    color: #999;
    font-size: 12px;
}

.archive-trash,.archive-trash:hover,.archive-trash:focus {
    color: #cc0000;
    width: 100%;
    display: table;
    padding: 5px 0;
}

/*
    /*Edit Administrator
*/

.administrator-info {
    display: table;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
}

.administrator-info .btn-love {
    padding: 3px 10px;
}

.administrator-info h3 {
    font-size: 16px;
    margin: 13px 0 5px 0;
}

.administrator-info label {
    font-size: 16px;
    margin-bottom: 13px;
}

.alert {
   /* padding: 8px 15px; */
    margin-bottom: 10px;
}

/*
    /* PUBLIC LOGIN CSS LOADER
*/

.login-loader {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.preloader {
    /* size */
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}
.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    background-color: #2f323e;
    transform: translateX(-50%);
    border-radius: 50%;
}

.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }
    7% {
        transform: rotateZ(0deg);
    }
    57% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    12% {
        transform: rotateZ(-36deg);
    }
    62% {
        transform: rotateZ(-36deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }
    17% {
        transform: rotateZ(-72deg);
    }
    67% {
        transform: rotateZ(-72deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }
    22% {
        transform: rotateZ(-108deg);
    }
    72% {
        transform: rotateZ(-108deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }
    27% {
        transform: rotateZ(-144deg);
    }
    77% {
        transform: rotateZ(-144deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }
    32% {
        transform: rotateZ(-180deg);
    }
    82% {
        transform: rotateZ(-180deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }
    37% {
        transform: rotateZ(-216deg);
    }
    87% {
        transform: rotateZ(-216deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }
    42% {
        transform: rotateZ(-252deg);
    }
    92% {
        transform: rotateZ(-252deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }
    47% {
        transform: rotateZ(-288deg);
    }
    97% {
        transform: rotateZ(-288deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }
    52% {
        transform: rotateZ(-324deg);
    }
    102% {
        transform: rotateZ(-324deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}


/*
    /* PUBLIC LOGIN CSS LOADER
*/

#videoplayer {
    top: 0;
}

#jw-video {
    left: 0 !important;
}

.shaka-videoplayer {
    width: 100%;
    position: relative;
}

.fix-loader .btn {
    position: relative;
}

.fix-loader i {
    position: absolute;
    left: 46%;
    top: 7px;
}

/*
    *Custom Notify
*/

.custom .brighttheme-success {
    background: #0ca800;
    color: #fff;
    opacity: 0.9;
}
.custom .brighttheme-error {
    background: #e91616;
    color: #fff;
    opacity: 0.9;
}

/*
    /*Connect Domain
*/

/*a {
    color: #0a5be0;
}*/

.connect-domain>a {
    font-weight: 600;
}

.cd-actions>a {
    margin-left: 2rem;
}

.edit-domain .alert {
    padding: 2rem;
    border-radius: 0;
}

.edit-domain .alert>label {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #31708f;
}

.enter-host label {
    margin-top: 6px;
}

.enter-host span {
    margin-top: 8px;
    color: #dd0000;
    font-size: 14px;
    font-weight: 500;
}

/*
    /*Subscription
*/

.sub-modal .login-loader {
    padding: 22.5% 0;
}

/*
    /*Thank you Signup
*/

.ty-signup {
    text-align: center;
}

.ty-signup p {
    color: #555;
    margin-bottom: 2em;
}

.mark-site {
    position: relative;
    text-align: center;
    top: 30px;
    text-transform: uppercase;
    color: #ccc;
}

/*
    /*Transaction Page
*/

.trans-table {
    margin-top: 2rem;
}

.trans-table td {
    padding: 12px 8px !important;
}

.trans-table span {
    font-size: 12px;
    color: #777;
}

.trans-table .status-compleated {
    font-size: 14px;
    font-weight: 500;
    color: #19af6a;
}

.trans-table .status-pending {
    font-size: 14px;
    font-weight: 500;
    color: #8fb39c;
}

.trans-table .status-denied {
    font-size: 14px;
    font-weight: 500;
    color: #cc0000;
}

.trans-table .status-refunded {
    font-size: 14px;
    font-weight: 500;
    color: #0099d4;
}

.trans-table a {
    color: #194a8c;
    text-decoration: none;
    letter-spacing: -.5px;
}

/*
    /*Dashboard Page
*/

.dashb-headings h4 {
    padding-left: 10px;
    font-weight: 500;
    color: #666;
}

.revenue {
    height: 383px;
}

.revenue h4 {
    padding-left: 10px;
    font-weight: 500;
    color: #666;
}

.rev-trans {
    width: 100%;
    display: table;
    padding: 3rem 5rem;
}

.rev-trans label {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.rev-trans span {
    font-size: 2em;
    font-weight: 600;
    color: #888;
}

.rev-list-dv {
    margin-left: -1rem;
    margin-right: -1rem;
}

.rev-list {
    padding: 2rem;
    border-top: 1px solid #d3d3d3;
    background: #fcfcfc;
}

.rev-list label {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.rev-list span {
    font-size: 20px;
    float: right;
    font-weight: 700;
    color: #666;
}

.upc-date {
    font-size: 12px;
}

/*
    /*Public Uploads
*/

.not-found {
    text-align: center;
    font-size: 16px;
    padding: 5em;
    color: #888;
    width: 100%;
    background: #fff;
}

.date {
    font-size: 12px;
}

.recent-info label {
    margin: 0;
    color: #999;
    font-weight: 500;
    margin-left: 1.5rem;  
}

.recent-info span {
    font-weight: bold;
    color: #565656;
}

.admin-redirect {
    background: #333;
}

/*
    /*Sidebar
*/

.go-back-bar {
    height: 52px;
    position: fixed;
    top: 0px;
    background-color: #FFF;
    padding-top: 13px;
    padding-left: 10px;  
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    z-index: 25;
}

.go-back-bar img {
    margin-top: -4px;
}

.go-back-bar a {
    margin-left: 2px;
    text-decoration: none;
    cursor: pointer;
}

.go-back-bar span {
    margin-left: 10px;
}


.nav-side-menu {
    overflow: auto;
    font-size: 12px;
    font-weight: 200;
    background-color: #fff;
    position: fixed;
    top: 0px;
    width: 200px;
    height: 100%;
    color: #333;
    box-shadow: 2px 2px 5px #ccc;
}

.nav-side-menu-from-external-page {
    top: 50px;
}

.nav-side-menu::-webkit-scrollbar {
    width: 8px;
}

.nav-side-menu::-webkit-scrollbar-track {
    background: #f4f7f8;
}

.nav-side-menu::-webkit-scrollbar-thumb {
    background: #223043;
    border-radius: 6px;
}

.nav-side-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.nav-side-menu::-webkit-scrollbar-track-piece {
    background:transparent;
}

.nav-side-menu .brand {
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 1rem;
    background: #333;
}
.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
    cursor: pointer;
/*    
.collapsed{
.arrow:before{
     font-family: FontAwesome;
     content: "\f053";
     display: inline-block;
     padding-left:10px;
     padding-right: 10px;
     vertical-align: middle;
     float:right;
}
}
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}
.nav-side-menu ul .active {
    border-left: 5px solid #ff005d;
    background-color: #212f42;
    color: #fff;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #333;
}

.sub-menu a {
    padding-left: 20px;
}

.sub-menu .active{
    border-left: 5px solid #ff005d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #333;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    border: none;
    line-height: 34px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-left: 0px;
    background: rgba(0, 0, 0, 0.05);
}

.sub-menu li a:hover {
    border-left: 5px solid #ff005d;
    background-color: #212f42;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sub-menu {
    overflow: hidden;
}

.nav-side-menu li {
    padding-left: 0px;
    border-bottom: 1px solid #f3f3f3;
}
.nav-side-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    display: table;
    width: 100%;
    font-weight: 400;
    white-space: nowrap;
}
.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}
.nav-side-menu li a:hover {
    border-left: 5px solid #ff005d;
    background-color: #212f42;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-side-menu li:hover a {
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.channel-logo-admin {
    text-align: center;
}

.channel-logo-admin img {
    max-width: 70%;
    max-height: 40px;
}

.switch-channel {
    position: relative;
    display: none;
}

.sub-menu i {
    width: auto !important;
    padding-right: 7px !important;
    padding-left: 0 !important;
    font-size: 12px;
}

.switch-channel a {
    font-weight: 600;
    color: #223043;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-switch,
.btn-switch:hover,
.btn-switch:focus {
    padding: 0 5px;
    background: #ff005d;
    color: #fff;
    position: relative;
    top: -2px;
    border-radius: 2px;
    margin-left: 2px;
}

.btn-switch i {
    margin: 0;
}

.switch-submenu {
    background: #fff;
    position: absolute;
    width: 180px;
    box-shadow: 2px 2px 5px #ccc;
    top: 35px;
    display: none;
}

.switch-submenu a {
    float: left;
    width: 100%;
    padding: 1rem 15px;
    text-align: left;
    line-height: 16px;
    font-weight: 500;
    font-size: 12px;
}

.switch-submenu a:hover {
    color: #fff;
    background: #223043 !important;
    border-left: 5px solid #ff005d;
}

.switch-submenu a.active {
    background: #f3f3f3;
    border-left: 5px solid #ff005d;
}

.toggle-bar {
    width: 25px;
    height: 3px;
    background: #333;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        max-height: 450px;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10 !important;
        padding: 3px;
        color: #ffffff;
        width: 40px;
        text-align: center;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
        position: relative;
    }
}
@media (min-width: 768px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

.recent-videos-list {
    float: left;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .card-scroll {
        overflow-x: scroll;
        overflow-y: auto;
    }
    .card-content {
        width: 1180px;
        padding-left: 15px;
    }

    .publ-0 {
        padding-left: 0;
    }

    .card-content .col-xs-6 {
        width: 25% !important;
    }

    .recent-videos-list {
        padding-left: 15px;
    }
}

.app-div {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 5px #ddd;
    background: #fff;
    position: relative;
    margin-bottom: 1rem;
}

.locked-app {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    background: #f3f3f3;
    padding: 3px;
    color: #888;
}

.app-div .app-img {
    margin-bottom: 1rem;
    border-bottom: 1px solid #f3f3f3;
}

.app-img img {
    width: 100%;
}

.app-div .app-descrip {
    padding: 0 15px;
}

.app-descrip label {
    margin-bottom: 1rem;
    color: #555;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ftp-import {
    padding: 2rem;
    font-size: 13px;
}

.ftp-import p {
    color: #999;
}

.ftp-import strong {
    color: #666;
}

.ftp-import span {
    color: #999;
}

.ftp-import-img {
    text-align: right;
}

.ftp-import-img img {
    border: 1px solid #ccc;
    height: 100px;
} 

.promoted {
    color: #ffd01c;
    float: right;
}

.dvSwitch {
    top: 0;
    left: 0;
}

.checked {
    display: none;
}

.access-pricing {
    display: none;
}

#access_type {
    display: none;
}

.radio-inline {
    font-weight: 400 !important;
    color: #666;
}

.pay-download .btn {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 4rem;
    padding-right: 1rem;
}

.pay-download .btn-info::before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #2c86a0;
    color: #fff;
    border-radius: 3px 0 0 3px;
}

.pay-download .btn {
    position: relative;
    border: none;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #666;
    color: #f3f3f3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.pay-download .btn i {
    position: absolute;
    left: 8px;
    font-size: 14px;
    padding: 2px;
}

.pay-download .btn-success::before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #488848;
    color: #fff;
    border-radius: 4px 0 0 4px;
}

.download-panel {
    float: left;
    width: 100%;
    margin: 1px 0;
    margin-bottom: 2px;
    background-color: #f9f9f9;
    border: 1px solid #abbcd2;
    border-radius: 0;
    box-shadow: none;
}

.related-videos {
    margin-top: 1rem;
    float: left;
    width: 100%;
}

.related-videos .duration {
    background-color: #00000096;
    padding: 0px 7px;
    bottom: 3px;
    right: 3px;
    border-radius: 10px;
}

/*
    Connected Channels
*/

.connected-channels {
    min-height: 50vh;
    padding: 1rem 0;
}

.centered-block {
    position: relative;
    padding-top: 56.26%;
    background: #333;
    transition: all 0.4s;
    margin-bottom: 1rem;
}

.centered-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 80%;
    max-height: 80%;
}

.centered-block:hover {
    transition: all 0.4s;
}

.centered-block:hover::after {
    content: "";
    background: #000000cc;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.4s;
}

.centered-block label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 555;
    visibility: hidden;
    cursor: pointer;
}

.centered-block:hover label {
    visibility: visible;
    transition: all 0.4s;
}


/*
    /*Social Settings
*/

.social-settings {
    padding-top: 2em;
    min-height: 80vh;
}

.social-login-divs {
    border: 1px solid #ccc;
    display: table;
    width: 70%;
    background: #fff;
    padding: 1rem;
    margin: 0 15%;
    margin-bottom: 1rem;
    box-shadow: 2px 2px 5px #ccc;
}

.social-login-divs label {
    letter-spacing: -0.5px;
    font-weight: 500;
}

.social-login-divs span {
    font-size: 12px;
    color: #666;
}

.social-icon {
    width: 100px;
    text-align: center;
    padding: 1.6rem;
    float: left;
}

.social-icon i {
    font-size: 3.5em;
}

.social-icon .fa-facebook-square {
    color: #3b5998;
}

.social-icon .fa-twitter-square {
    color: #1da1f2;
}

.social-icon .fa-youtube-play {
    color: #ff0000;
}

.social-icon .fa-instagram {
    background: -webkit-linear-gradient(#ffc273, #e56969, #8a49a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-login-des {
    float: left;
    width: calc(100% - 100px);
}

.social-login-des .form-group {
    margin-bottom: 5px;
}

.btn-facebook,
.btn-facebook:hover,
.btn-facebook:focus {
    background: #3b5998;
    color: #fff;
    height: 30px;
    min-width: 200px;
}

.btn-twitter,
.btn-twitter:hover,
.btn-twitter:focus {
    background: #1da1f2;
    color: #fff;
    height: 30px;
    min-width: 200px;
}

.btn-instagram,
.btn-instagram:hover,
.btn-instagram:focus {
    background: #e56969;
    color: #fff;
    height: 30px;
    min-width: 200px;
}

.btn-youtube,
.btn-youtube:hover,
.btn-youtube:focus {
    background: #ea0000;
    color: #fff;
    height: 30px;
    min-width: 200px;
}

.info-label {
    font-size: 12px;
}

.target-table .fa-youtube-play {
    color: #ff0000;
}

.selected-layout {
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.4s;
}

.selected-layout.active {
    background: #12969c;
    cursor: default;
    transition: all 0.4s;
}

.selected-layout.active::before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    z-index: 4;
    color: #fff;
    transform: translate(-50%,-50%);
}

.selected-layout.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(11, 177, 169, 0.33);
    top: 0;
    left: 0;
    z-index: 3;
}

.selected-layout img {
    position: absolute;
    width: 100%;
    top: 0;
}

.selected-layout.active img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
}

.selected-layout input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0;
    cursor: pointer;
}

/*
    /*Media Gallery
*/

.expanded-image {
    position: fixed;
    background: #00000099;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    transition: all 0.4s;
}

.zoom-image {
    position: absolute;
    background: #000;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.4s;
}

.zoom-image img {
    width: 100%;
}

.gallery-thumb {
    position: relative;
    background: #000;
    margin-bottom: 1rem;
    padding-top: 56.25%;
}

.gallery-thumb img {
    opacity: 1;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

.gallery-thumb button {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #cc0000;
    color: #fff;
    width: 30px;
    height: 30px;
    border: none;
    opacity: 0;
    z-index: 8;
    transition: opacity 0.4s;
}

.gallery-thumb:hover button {
    opacity: 1;
    transition: opacity 0.4s;
}

.zoomclose {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff !important;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #000;
    text-align: center;
    padding: 6px 0;
    z-index: 5;
}

.zoomclose i {
    font-size: 24px;
    -webkit-text-stroke: 3px #000;
}

.gallery-text {
    position: absolute;
    padding: 1rem 15px;
    background: #00000066;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.gallery-text label {
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.gallery-text span {
    font-size: 14px;
    color: #ccc;
}

.w3-container {
    padding-top: 56.25% !important;
    position: relative;
    background: #333;
}

.w3-container img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 !important;
}

@media (min-width: 993px) {
    .w3-modal-content {
        width: 1100px !important;
    }
    .w3-modal {
        padding-top: 0px !important;
    }
}

@media (min-width: 1400px) {
    .w3-modal-content {
        width: 1280px !important;
    }
    .w3-modal {
        padding-top: 100px !important;
    }
}

.gallery-desc {
    position: absolute;
    padding: 5px 15px;
    background: #00000099;
    color: #fff;
    width: 100%;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.4s;
}

.gallery-thumb:hover .gallery-desc {
    opacity: 1;
    transition: opacity 0.4s;
}

.gallery-desc label {
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    color: #fff;
}

.gallery-desc span {
    font-size: 12px;
    color: #ccc;
}

.thumb-modal .modal-content {
    border-radius: 4px;
}

.thumb-modal .modal-header {
    background: #f3f3f3;
    padding: 10px 15px;
}

.thumb-modal .modal-title {
    color: #333;
    font-size: 14px;
}

.thumb-modal .modal-body {
    height: 500px;
    padding: 0 15px;
    overflow-x: hidden;
    overflow-y: auto;
}

.thumb-modal .close {
    color: #333;
}

.thumb-modal .btn-upload {
    border-bottom: 1px solid #ccc;
    padding: 5rem;
    font-size: 18px;
    margin-bottom: 1rem;
}

.thmb-media {
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.4s;
}

.thmb-media.active {
    background: #197145;
    cursor: default;
    transition: all 0.4s;
}

.thmb-media.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00cc5b78;
    top: 0;
    left: 0;
    z-index: 3;
}

.thmb-media.active::before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    z-index: 4;
    color: #fff;
    transform: translate(-50%,-50%);

}

.thmb-media img {
    position: absolute;
    width: 100%;
    top: 0;
}

.thmb-media.active img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
}

.thmb-media .custom-radio-tick {
    position: absolute;
    top: 5px;
    right: 5px;
}

.thmb-media:hover .custom-radio-tick {
    opacity: 1;
    transition: opacity 0.4s;
}

.broadc-nav li.active a,
.broadc-nav li.active a:hover,
.broadc-nav li.active a:focus {
    color: #333;
    border: 1px solid #ccc;
    background: none;
}

.broadc-nav li a {
    color: #0084f5;
    border: 1px solid #ccc;
    padding: 6px 15px;
    background: linear-gradient(#fff,#f3f3f3);
}

.broadc-nav li:first-child a {
    border-radius: 4px 4px 0 0;
}

.broadc-nav li:last-child a {
    border-radius: 0 0 4px 4px;
    position: relative;
    top: -3px;
}

.broadc-nav li a:hover {
    background: linear-gradient(#fff,#f3f3f3);
}

#broadcast .tab-content {
    border: none;
}

.analytic-vid {
    position: relative;
    padding-top: 56.25%;
}

.analytic-inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.analytic-inner img {
    width: 100%;
}

.analytic-des {
    padding: 5px 0;
}

.analytic-des label {
    width: 100%;
    font-weight: 400;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-analytics {
    padding: 2rem 0;
}

.analytic-tabs {
    background: #fff;
    margin-top: 1rem;
}

.analytic-tabs a {
    display: block;
    background: linear-gradient(#fff, #f8f8f8);
    color: #0088cc;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-bottom: 0;
    text-decoration: none;
}

.analytic-tabs a:hover,
.analytic-tabs a:focus {
    background: linear-gradient(#f8f8f8, #fff);
}

.analytic-tabs a.active {
    background: #fff;
    color: #333;
}

.analytic-tabs a:first-child {
    border-radius: 4px 4px 0 0;
}

.analytic-tabs a:last-child {
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #ddd;
}

.analytic-panel {
    border: 1px solid #ddd;
    padding: 1.5rem;
    border-radius: 4px;
}

.analytic-panel label {
    font-size: 14px;
    font-weight: 400;
}

.analytic-panel h3 {
    font-size: 32px;
    margin: 0;
    color: #0088cc;
    font-weight: 400;
}

.p-15 {
    padding: 15px;
}

.video-analytics .counter {
    color: #e8032d;
    font-size: 20px;
}

.ana-map {
    padding-top: 68%;
    position: relative;
}

.map-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-heading h5 {
    font-size: 16px;
}

.target-table .fa-facebook-square {
    color: #3b5998;
}

.target-modal .modal-header {
    background: #fff;
}

.target-modal .modal-title {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.text-warning {
    color: #d8a20c;
}

.text-success {
    color: #00c303;
}

.text-danger {
    color: #d60400 !important;
}

.danger label {
    color: #cc0000;
}

.danger .form-control {
    border: 1px solid #cc0000;
    color: #cc0000;
}

.danger .info-label {
    color: #cc0000;
    display: block !important;
}

.str-name {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.scoreboard-dropdown button {
    position: relative;
    height: 65px;
    background: #f9f9f9;
    border-radius: 0;
    font-size: 14px;
}

.scoreboard-dropdown button img {
    height: calc(100% - 16px);
    position: absolute;
    left: 8px;
    top: 8px;
}

.scoreboard-dropdown .btn i {
    margin-right: 3px;
    font-size: 20px;
    position: absolute;
    right: 15px;
}

.scoreboard-dropdown .dropdown-menu {
    width: 100%;
}

.scoreboard-dropdown .dropdown-menu a {
    padding: 8px 15px;
}

.scoreboard-dropdown .dropdown-menu img {
    margin-right: 8px;
    max-height: 50px;
    max-width: 100px;
}

.related-outer {
    position: relative;
    padding-top: 58%;
    margin-bottom: 15px;
    background: #e6e6e6;
    overflow: hidden;
}

.related-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.related-inner img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.related-top-description {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 3px;
    padding-left: 75px;
    background: rgba(0, 0, 0, 0.62);
}

.related-top-description .duration {
    position: absolute;
    left: 8px;
    top: 8px;
    right: auto;
    height: 17px;
    border-radius: 10px;
    background: rgb(255,255,255,0.7);
    padding: 2px 10px;
    color: #333;
}

.related-top-description label {
    display: block;
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-top-description span {
    color: #c5c5c5;
    font-size: 12px;
    position: relative;
    top: -3px;
}

.categories {
    background: #fff;
    display: table;
    width: 100%;
    padding: 15px 0;
}

.category-layout {
    padding: 0 15px;
    margin-bottom: 30px;
    float: left;
}

.category-layout:first-child {
    width: 50%;
}

.category-layout:nth-child(2) {
    width: 50%;
}

.category-layout:nth-child(n+3) {
    width: 33.333%;
}

.category-layout:nth-child(n+3) label {
    font-size: 1.1rem;
}

.category-layout:nth-child(n+6) {
    width: 50%;
}

.category-layout:nth-child(n+6) label {
    font-size: 2rem;
}

.category-layout:nth-child(n+7) {
    width: 25%;
    margin-bottom: 17px;
}

.category-layout:nth-child(n+7) label {
    font-size: 0.9rem;
}

.category-layout:nth-child(n+9) {
    margin-bottom: 30px;
}

.layout-outer {
    padding-top: 56.25%;
    position: relative;
    background-color: #d3d3d3;
    box-shadow: 3px 3px 6px #b1b1b1;
    transition: all 0.4s;
}

.category-layout:first-child .layout-outer,
.category-layout:nth-child(2) .layout-outer {
    padding-top: 40%;
    position: relative;
    background-color: #d3d3d3;
}

.layout-inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.cat-overlay {
    content: "";
    position: absolute;
    left: -70px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    transform: skew(-30deg);
    transition: width 0.4s;
    z-index: 1;
}

.layout-outer:hover .layout-inner::after {
    width: 60%;
    transition: width 0.4s;
}

.layout-outer label {
    position: absolute;
    top: 50%;
    left: 110px;
    transform: translateY(-50%) skew(30deg);
    font-size: 1.7em;
    font-weight: 200;
    text-transform: uppercase;
    z-index: 2;
    color: #f3f3f3;
    pointer-events: none;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.layout-inner img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: width 0.4s;
}

.layout-inner:hover img{
    width: 120%;
    transition: width 0.4s;
}

/*
    /*Login Popup
*/

.login-modal {
    text-align: center;
}

.login-modal .modal-dialog {
    text-align: center;
    margin-top: 100px;
}

.login-modal .login-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffcc;
    z-index: 19;
    display: none;
}

.centered-leader {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.login-modal .modal-dialog {
    max-width: 500px;
}

.centered-leader img {
    width: 100%;
}

.login-modal .form-control {
    border-radius: 0;
    font-size: 14px;
}

.login-modal .modal-content {
    border-radius: 0;
    font-size: 14px;
}

.login-modal .btn {
    width: 70%;
    font-size: 14px;
}

.login-modal .close {
    position: absolute;
    right: 15px;
    z-index: 20;
    color: #333;
    top: 15px;
}

.login-modal .modal-title {
    font-size: 14px;
    text-align: left;
    color: #333;
}

.login-modal .modal-header {
    background: #fff;
}

.login-modal .modal-body {
    padding: 2rem 4em 0 4em;
}

.login-modal .modal-footer {
    padding: 0.6rem 1rem 2rem;
    text-align: center;
    border: none;
    display: block;
}

.login-modal .modal-footer a {
    margin-left: 5px;
}

.login-modal .alert {
    text-align: left;
}

.signup-fields {
    display: none;
}

.forgot-fields {
    display: none;
}

.tab-pane {
    position: relative;
}

.user-comments {
    height: 340px;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 40px;
    margin-bottom: 15px;
    border: 1px solid #abbcd2;
    background: #f9f9f9;
}

.rel-live {
    padding: 0 15px;
}

#video_stats .tab-pane {
    opacity: 1 !important;
}

.user-comments::-webkit-scrollbar {
    width: 8px;
}
 
.user-comments::-webkit-scrollbar-track {
  /*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;*/
}
 
.user-comments::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #cc0000b8; 
}

.comment-field {
    width: calc(100% - 2px);
    padding: 0;
    position: absolute;
    bottom: 1px;
    left: 1px;
    padding: 5px;
    z-index: 2;
    background: #f9f9f9;
    padding-top: 0;
}

.input-bars {
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    padding-left: 36px;
    padding-right: 85px;
    position: relative;
    border: 1px solid #adbdd2;
}

.input-bars .form-control {
    height: 36px;
    border: none;
    font-size: 13px;
    resize: none;
    padding: 5px;
    padding-right: 48px;
}

.input-bars .form-control:focus {
    box-shadow: none;
}

.comment-img {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 26px;
    height: 26px;
    background: #cc0000;
    border-radius: 50%;
    overflow: hidden;
}

.comment-img img {
    width: 100%;
}

.comment-field .btn-comment {
    position: absolute;
    height: 22px;
    right: 0;
    top: 6px;
    width: 85px;
    background: #fff;
    color: #333;
    font-weight: 500;
    border: none;
    border-left: 1px solid #ddd;
}

.chat-admin {
    color: #fff;
    background: #666;
    font-size: 12px;
    margin-right: 2px;
    padding: 0 8px;
    border-radius: 20px;
    text-decoration: none;
}


.chat-main {
    background: #f9f9f9;
}

.chat {
    padding: 0.5rem 8px;
    border-bottom: 1px solid #f3f3f3;
}

.user-chat {
    padding: 0 25px 0 55px;
    position: relative;
}

.my-chat {
    padding: 0 35px 0 25px;
    position: relative;
}

.chat-img {
    position: absolute;
    width: 27px;
    height: 27px;
    background: #e0e0e0;
    bottom: 8px;
    right: 0;
    overflow: hidden;
    border-radius: 50%;
}

.chat-img img {
    width: 100%;
    vertical-align: top;
}

.chat-text {
    min-height: 30px;
    border-radius: 8px 6px 0 8px;
    padding: 10px 12px;
    font-size: 14px;
}

.chat-text a {
    display: block;
    font-size: 12px;
    color: #f9eabf;
    text-decoration: none;
}

.chat-text span {
    font-size: 14px;
}

.chat-time {
    font-size: 12px;
    color: #585858;
    text-align: right;
    font-weight: 500;
    padding-right: 10px;
}

.user-chat .chat-img {
    right: 0;
}

.user-chat .chat-time {
    left: 0;
}

.my-chat .chat-img {
    /*left: 0;
    top: 0;*/
}

.my-chat .chat-time {
    right: 0;
}

.user-chat .chat-text {
    background: #0199fc;
    border: 1px solid #0199fc;
    color: #fff;
}

.my-chat .chat-text {
    background: linear-gradient(to bottom right,#f86453,#db2b65);
    color: #fff;
}

.my-chat .chat-text::after {
    content: "\f0d9";
    font-family: FontAwesome;
    position: absolute;
    bottom: 10px;
    color: #da2b66;
    right: 35.8px;
    font-size: 32px;
}

.user-chat .chat-text a {
    color: #333;
}

.input-bars #info {
    position: absolute;
    right: 90px;
    font-size: 12px;
    bottom: 9px;
    color: #999;
}

/*
    /*Custom stream Pnotify
*/

.stream-notify {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 2px 2px 5px #ccc;
}

.stream-notify .brighttheme.ui-pnotify-container {
    padding: 0;
    background: #fff;
}

.stream-notify  .ui-pnotify-title {
    background: #eeeeee;
    padding: 6px;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
    font-style: italic;
}

.stream-notify .ui-pnotify-text {
    padding: 10px;
}

.stream-notify .brighttheme-icon-notice {
    width: 12px;
    height: 12px;
    margin: 7px;
    margin-right: 2px;
    background-color: #cc0000;
    color: #cc0000;
}

.stream-notify .ui-pnotify-sticker {
    display: none;
}

.stream-notify .ui-pnotify-closer {
    visibility: visible !important;
    padding: 4px 6px;
}

.stream-notify .brighttheme-icon-closer {
    width: 15px;
    height: 9px;
}

.stream-notify img {
    width: 80px;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    width: 14px!important;
    height: 14px!important;
}

.jqvmap-zoomin {
    padding: 0 3px!important;
}

.jqvmap-zoomout {
    padding: 2px 3px!important;
}

.public-template {
    display: inline-block;
    width: 175px;
    cursor: pointer;
    margin-right: 5px;
    transition: all 0.4s;
    position: relative;
}

.public-template.active,
.public-template:hover {
    background: #00ccb9;
    transition: all 0.4s;
    padding: 4px;
}

.public-template img {
    width: 100%;
}

.public-template input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.related-videos {
    margin-top: 0.5rem;
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 4px;
    transition: all 0.3s;
}

.related-thumbnail {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}

.related-vid-inner {
    position: relative;
    padding-top: 56.25%;
    background: #444;
}

.related-vid-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}

.related-thumbnail .duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.related-thumbnail img {
    width: 100%;
}

.related-description {
    display: inline-block;
    width: calc(100% - 104px);
    padding-left: 8px;
    font-size: 13px;
    line-height: 14px;
    vertical-align: middle;
}

.related-description label {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.related-description span {
    font-size: 12px;
    line-height: 12px;
}

.cat-tag {
    margin-bottom: 0;
}

.cat-tag a {
    display: inline-block;
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 5px;
}

.related {
    float: left;
    width: 100%;
}

.related .nav-tabs {
    padding: 0;
}

.related .nav-tabs li a {
    background: #eeeeee;
}

.related .nav-tabs li.active a {
    background: #fff;
    position: relative;
    bottom: -1px;
    border-bottom: none;
    z-index: 5;
}

.tutorial-modal .modal-header {
    background: #fff !important;
    padding: 10px 15px;
}

.tutorial-modal .modal-title {
    color: #333;
    font-size: 14px;
}

.tutorial-modal .modal-content {
    border-radius: 5px;
    overflow: hidden;
}

.tutorial-modal .modal-body {
    padding: 1rem;
    position: relative;
    background: #f9f9f9;
}

.tutorial-outer {
    position: relative;
    padding-top: 56.25%;
}

.tutorial-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tutorial-modal .close {
    color: #ff005e;
    opacity: 1;
}

.tutorial-play {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 3px solid #00d84c;
    background: rgb(0,216,76,0.3);
    color: #fff;
    font-size: 22px;
    border-radius: 35px;
    cursor: pointer;
}

.tutorial-play i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tutorial-button {
    font-size: 9px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: #ff005e;
    border: 1px solid #ff005e;
}

.tutorial-button i {
    position: relative;
    left: -1px;
}

.row.heading span {
    position: relative;
}

.row.heading i {
    margin-left: 7px;
    cursor: pointer;
    font-size: 21px;
    position: absolute;
    padding: 5.5px;
    background: #466b9e;
    top: -6px;
}

.glyphicon.glyphicon-info-sign {
    top: 2px;
    left: 2px;
}

.video-tabs .tab-pane {
    padding: 0 5px 5px 5px;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}

.tooltip {
    pointer-events: none;
}

.custom-alert-success {
    background: #18bc9c;
    border-radius: 2px;
}

.video-options {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    padding: 10px 15px;
}

.video-options img {
    width: 30px;
}

.related-outer .video-options {
    bottom: 45px;
}

.sus-bnr:hover .video-options,
.related-outer:hover .video-options {
    opacity: 1;
}

.video-options .btn {
    width: 26px;
    height: 26px;
    font-size: 12px;
    border-radius: 0;
    padding: 4px;
}

.d-block {
    display: block;
}

.go-codder {
    display: none;
}

.broadcast-vid label {
    margin: 0;
}

.broadcast-vid h4 {
    border-bottom: 1px solid #e4e4e4;
    font-size: 16px;
    padding-bottom: 5px;
    color: #008e67;
}

.coupons .tab-content {
    background: #fff;
    padding: 2rem;
}

.coupons .nav-tabs>li>a {
    border-radius: 6px 6px 0 0;
    /*width: 100px;*/
    text-align: center;
    margin-right: 30px;
    border: none;
    background: #30b3ad;
    position: relative;
    transition: all 0.4s;
    font-weight: 500;
    color: #fff;
}

.coupons .nav-tabs>li>a::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    right: -20px;
    background: #30b3ad;
    top: 0;
    border-radius: 0 6px 0 0;
    transform: skew(30deg);
    transition: all 0.4s;
}

.coupons .nav-tabs>li>a>span {
    position: relative;
    z-index: 2;
    left: 5px;
}

.coupons .nav-tabs>li>a:hover::before,
.coupons .nav-tabs>li>a:hover,
.coupons .nav-tabs>li.active a,
.coupons .nav-tabs>li.active a::before {
    background: #fff;
    border: none;
    color: #245250;
    transition: all 0.4s;
}

/*
    /*Custom Checkbox
*/

.theme-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}

.theme-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.theme-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 1px solid #2cc185;
}

.theme-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.theme-checkbox input:checked ~ .checkmark {
    background-color: #2cc185;
}

.theme-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.theme-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.theme-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.m-0 {
    margin: 0 !important;
}

.coupons .form-group span {
    font-weight: 400;
    color: #666;
}

.coupons .form-group {
    margin-bottom: 3rem;
}

.coupons .form-control {
    height: 34px;
    font-size: 13px;
}

.coupons .custom-radio {
    font-weight: 400;
    font-size: 13px;
    color: #555;
}

.recent-heading {
    text-align: right;
    padding: 1rem 0;
}

.recent-info {
    display: block;
}

.transactions-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(1, 200, 81, 0.05);
}

/*
    /*Dropdown
*/

.dropdown-menu {
    border-radius: 0;
    border: none;
}

.dropdown-menu a {
    font-size: 13px;
    padding: 0.6rem 1.5rem !important;
    transition: all 0.4s;
}

.dropdown-menu a:hover {
    transition: all 0.4s;
    font-weight: 500 !important;
}

.audio-stream {
    line-height: 24px;
}

.audio-stream label {
    margin: 0;
}

.timer-thumbnail {
    position: relative;
    padding-top: 56.25%;
    margin-top: 2rem;
    background: #333;
    border: 5px solid #eae8e8;
    border-radius: 8px;
}

.timer-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.timer-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    transform: translate(-50%,-50%);
}

.timer-main {
    padding: 2rem 1rem;
    background: linear-gradient(#fff,#f3f3f3);
    border-radius: 0 0 6px 6px;
}

.bg-transparent {
    background: transparent !important;
}

.dashboard-content {
    padding: 10px 10px;
}

.dashboard-content .col-md-2,.dashboard-content .col-md-3,.dashboard-content .col-md-4,
.dashboard-content .col-md-5,.dashboard-content .col-md-6,.dashboard-content .col-md-7,
.dashboard-content .col-md-8,.dashboard-content .col-md-9,.dashboard-content .col-md-10,
.dashboard-content .col-md-12,.dashboard-content .col-lg-6 {
    padding: 0 5px;
}

.dashboard-content .card {
    padding: 2rem;
    border: 1px solid #a8c6d8;
    height: 125px;
    float: none;
    width: auto;
    margin-bottom: 10px;
    position: relative;
}

.dashboard-content .card-title {
    font-size: 14px;
    margin: 0;
}

.card-title span {
    float: right;
    color: #333;
    font-weight: 400;
    font-size: 15px;
}

.card-title span b {
    margin-right: 5px;
}

.dashboard-content .card-body {
    text-align: center;
}

.dashboard-content .counter {
    color: #06c352;
    font-size: 2.5em;
    text-align: center;
    font-weight: 200;
}

.storage-label {
    text-transform: uppercase;
}

.countries-card {
    height: 530px !important;
    padding-bottom: 40px;
}

.dashboard-content .card-footer {
    position: absolute;
    padding: 1rem;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.dashboard-content table {
    margin: 0;
}

.middle-cards {
    height: 280px !important;
    padding-bottom: 50px !important;
}

.sales-cards {
    height: 360px !important;
}

.ppv-thisMonth {
    padding: 2rem;
    text-align: left;
}

.ppv-thisMonth label {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.ppv-thisMonth h3 {
    font-size: 2em;
    font-weight: 600;
    color: #888;
    margin-top: 1rem;
}

.summary-dv {
    padding: 3rem 4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fcfcfc;
    height: 190px;
    border-top: 1px solid #a8c6d8;
}

.summary-dv label {
    margin: 0;
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

.summary-dv h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #666;
}

.hour-card {
    height: 370px !important;
}

.dashboard-content th {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    padding: 8px 15px;
    border: none !important;
}

.dashboard-content td {
    padding: 6px 15px !important;
    color: #333 !important;
    border-color: #eeeff1 !important;
    font-size: 13px;
    text-align: left;
}

/*
    /*Analytic Dropdown
*/

.analytic-dropdown .btn {
    border-radius: 0;
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    color: #333;
}

.pages-table {
    max-height: 185px;
    overflow: auto;
}

.dboard-4box {
    margin: 0 -5px;
}

.broadcast-card {
    height: 260px !important;
}

.broadcast-card i {
    display: inline-block;
}

.broadcast-card .counter {
    font-size: 5em;
}

.broadcast-card p {
    color: #666;
    margin: 1rem 0;
    margin-bottom: 2rem;
}

.analytic-dMenu .date-range {
    border: none;
    font-size: 13px;
    padding: 0.6rem 1.5rem !important;
    transition: all 0.4s;
    height: 30px;
    color: #333;
    cursor: pointer;
    background: #fff;
}

.analytic-dMenu .date-range:hover {
    color: #262626;
    background-color: #f5f5f5;
    transition: all 0.4s;
    font-weight: 500 !important;
}

.card.spinner::after {
    content: "\f110";
    font-family: "FontAwesome";
    position: absolute;
    top: 45%;
    left: 45%;
    font-size: 30px;
    -webkit-animation: fa-spin 2s infinite linear;
    z-index: 1;
    color: #333;
}

.card.spinner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffcc;
    z-index: 1;
    
}

.eve {
    text-align: right;
    float: left;
}

@media (max-width: 768px) {
    .dashboard-content {
        padding: 10px 15px;
    }
    .channel-logo-admin {
        text-align: left;
    }

    .channel-logo-admin img {
        max-height: 20px;
    }
    .btn-dv {
        padding: 1rem;
    }
    .social-login-divs {
        width: 94%;
        margin: 3%;
    }
    .w3-modal {
        padding-top: 40%;
    }
}

@media (max-width: 1230px) {
    .rec-btns .btn {
        width: 110px;
    }
}

@media (max-width: 1199px) {
    .filter-search {
        text-align: left;
    }
    .eve {
        text-align: left;
        padding-top: 1rem;
    }
}

.customer-transactions {
    margin: 0 -2.5px;
}

.customer-transactions .col-lg-1,
.customer-transactions .col-lg-2 {
    padding: 0 2.5px;
}

.customer-transactions .form-control {
    height: 32px;
    font-size: 12px;
}

.customer-transactions .form-group {
    margin-bottom: 7px;
}

.table-roles label {
    margin: 0;
}

.badge-success {
    background-color: #00c168 !important;
    color: #fff !important;
    font-weight: 500 !important;
    padding: 3px 10px !important;
    float: none !important;
}

.admin-heading {
    margin: 2rem 0;
    font-size: 14px;
    color: #008800;
}

.pn-offline .brighttheme-icon-notice {
    color: #333 !important;
    background-color: #333 !important;
}

.not-auth-main {
    padding-top: 47%;
    background: #fff;
    position: relative;
}

.not-authorized {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.not-auth-icon {
    font-size: 5em;
    color: #fbc200;
}

.not-authorized h3 {
    font-size: 1.4rem;
}

.not-authorized p {
    font-weight: 400;
    color: #697586;
}

.m-h85 {
    min-height: 85vh;
}

.roles-dv {
    padding: 4rem;
    margin: 8rem 0;
}

.alert {
    position: relative;
}

.score-copy,.score-copy:hover {
    color: #008800;
    position: absolute;
    right: 15px;
    top: 15px;
}

.alert p {
    word-break: break-all;
}

.mt-1 {
    margin-top: 1rem;
}

.video-feature {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    transition: all 0.25s;
    bottom: -50%;
    pointer-events: none;
}

.video-feature a {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 50%;
    font-size: 13px;
    color: #fff;
    padding-top: 3.5%;
    text-transform: uppercase;
}

.video-feature a:first-child {
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
}

.video-feature a i {
    font-size: 18px;
    margin-right: 2px;
    position: relative;
    bottom: -2px;
}

.video-feature a:nth-child(2) {
    background: rgba(0, 0, 0, 0.75);
    bottom: 50%;
    border-bottom: 1px solid #888;
}

.sus-bnr:hover .video-feature,
.related-outer:hover .video-feature {
    bottom: 0;
    transition: all 0.25s;
    pointer-events: all;
}

/*
    /*Playlists
*/

.palylist-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #eee;
    position: relative;
    border-radius: 50%;
}

.palylist-icon i {
    color: #888;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%,-50%);
    font-size: 1.6em;
}

.playlist-listing {
    padding: 25px 10px 10px 10px;
    border-bottom: 1px solid #efefef;
    position: relative;
}

.playlist-thumbnails {
    display: inline-block;
    width: 230px;
    vertical-align: top;
}

.pll-thumbnail {
    padding-top: 56.25%;
    background-color: #333;
    position: relative;
}

.pll-thumbnail::before {
    content: "";
    width: 80%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    background-color: #999;
    z-index: 0;
}

.pll-thumbnail::after {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    background-color: #666;
    z-index: 1;
}

.pll-t-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
}

.pll-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.playlist-description {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: calc(100% - 580px);
    min-width: 300px;
}

.playlist-listing a {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 5px;
}

.playlist-listing p {
    margin: 0;
    font-weight: 400;
    color: #666;
}

.playlist-listing strong {
    color: #333;
}

.playlist-time {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 340px;
    text-align: right;
}

.playlist-time p {
    font-size: 12px;
    color: #999;
}

.playlist-action {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}

.playlist-listing .dropdown-menu {
    left: auto;
    right: 0;
}

.add-pll {
    padding-bottom: 60px;
    position: relative;
}

.add-pll hr.styled.black {
    margin: 15px 0 20px 0;
}

.pll-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    border-top: 1px solid #eee;
    width: 100%;
    padding: 1.4rem 0;
}

.pll-footer p {
    font-weight: 500;
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
}

.add-vpll {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    margin-top: 1rem;
}

.btn-light {
    border: 1px solid #ccc;
    background: linear-gradient(#fff,#f3f3f3);
}

.pll-pnl {
    background-color: #fbfbfb;
    padding: 0 15px;
}

.pll-pnl .panel-heading {
    line-height: 31px;
}

.pll-pnl .panel-body {
    height: calc(100vh - 301px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}

.plll-thumb {
    width: 110px;
    display: inline-block;
    vertical-align: middle;
}

.plll-thumb-inner {
    position: relative;
    padding-top: 56.25%;
    background-color: #333;
}

.plll-thumb-inner img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.plll-desc {
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 114px);
}

.pll-table i.fa-arrows {
    cursor: move;
}

.plll-desc * {
    margin: 0;
    color: #888;
}

.plll-desc h5 {
    color: #333;
}

.pll-table tr td:first-child {
    width: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.pll-table tr:first-child td {
    border: none;
}

.new-video {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.pll-modal .modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.pll-modal .modal-title {
    font-size: 14px;
}

.pll-modal .close {
    color: #333;
}

.pll-modal .modal-body {
    padding: 0 15px;
    padding-bottom: 60px;
}

.pll-model-tbl {
    height: 65vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.pll-search {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 280px);
}

.pll-category {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.pll-all {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    display: none;
}

.pll-btn {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    text-align: center;
}

.pll-btns {
    padding: 1.5rem;
    background-color: #fcfcfc;
    text-align: right;
}

.pll-btns .form-control {
    height: 34px;
    font-size: 13px;
}

.pll-model-tbl .plll-thumb {
    width: 160px;
}

.pll-modal .modal-footer {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.playlist-action .btn-link img {
    width: 4px;
}

.pllvids {
    position: absolute;
    bottom: 3px;
    right: 3px;
    background-color: rgb(0,0,0,0.75);
    z-index: 3;
    color: #fff;
    padding: 0.2rem 1.2rem;
}

@media(min-width:1370px) {
    .pll-modal .modal-lg {
        width: 1360px;
    }
}

.pll-all .theme-checkbox {
    margin: 0;
    border: 1px dashed #2cc185;
    padding: 7px 10px 7px 30px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
}

.pll-all .checkmark {
    top: 6px;
    left: 6px
}

.enable-allvids .pll-search {
    width: calc(100% - 480px);
}

.enable-allvids .pll-all {
    display: inline-block;
}

.enabled-allvids .pll-search {
    display: none;
}

.enabled-allvids .pll-btn {
    display: none;
}

.allvids-selected {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.75);
    display: none;
}

.allvids-selected span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 16px;
}

.bootstrap-datetimepicker-widget {
    padding: 0 1.5rem !important;
}

.pll-links a {
    margin: 0;
    margin-left: 2rem;
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
}

.pll-options span {
    margin-right: 2rem;
    font-weight: 400;
    color: #666;
}

.playlist-time .btn {
    min-width: 130px;
    padding: 4px 15px;
    border-radius: 2px;
    position: relative;
}

.playlist-time .publish-text {
    display: none;
}

.playlist-time .fa-spinner {
    position: absolute;
    width: 12px;
    left: 59px;
    top: 7px;
}

.playlist-time .unpublish-text {
    display: block;
}

.status-btn .publish-text {
    display: block;
}

.status-btn .unpublish-text {
    display: none;
}

.d-pll {
    color: #ee0000;
    float: right;
    display: inline-block;
    font-weight: 500;
    padding: 6px;
    cursor: pointer;
}

.slug {
    display: none;
}

.pll-heading {
    margin-top: 15px;
    padding: 1rem 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    margin-bottom: 1.5rem;
}

.pll-heading i {
    font-size: 2.5rem;
    position: relative;
    bottom: -3px;
}

.bg-transparent {
    background-color: transparent !important;
}

.sch-playlist {
    display: none;
}

.menu-content .mdi {
    width: 12px;
    padding-right: 11px;
}

.playlist-listing .vids-checkbox {
    padding-left: 50px;
}

.pll-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    display: none;
}

.pll-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 90px;
}

.branding {
    height: calc(100vh - 195px);
    position: relative;
    border: 1px solid #ddd;
}

.branding-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background-color: #f8f8f8;
    border-right: 1px solid #ddd;
    padding: 2rem 1.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.branding-rightbar {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 300px);
    border-right: 1px solid #ddd;
    /*padding: 2rem 1.5rem;*/
    overflow-x: hidden;
    overflow-y: scroll;
}

.branding-heading {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 2rem;
    color: #888;
}

.email-dv {
    background-color: #f8f8f8;
    /*margin-bottom: 2rem;*/
}

.upload-logo {
    display: block;
    padding: 2rem;
    background-color: #fafafa;
    text-align: center;
    font-weight: 400;
    color: #888;
    border: 1px dashed #ccc;
    cursor: pointer;
}

.elinks-enable .theme-checkbox {
    margin: 0;
    border: 1px dashed #2cc185;
    padding: 7px 10px 7px 30px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
}

.elinks-enable .checkmark {
    top: 6px;
    left: 6px;
}

.branding-tabs {
    background-color: #fff;
    padding-top: 5px;
}

.branding-tabs a {
    display: inline-block;
    width: 101px;
    height: 70px;
    position: relative;
    color: #333;
    text-align: center;
    border: 1px solid #ddd;
    margin-right: -4px;
    margin-bottom: -6px;
    transition: all 0.3s;
}

.branding-tabs a:hover {
    background-color: #f8f8f8;
    position: relative;
    height: 80px;
}

.branding-tabs a.active {
    background-color: #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
    z-index: 1;
    height: 80px;
}

.branding-tabs span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-size: 12px;
}

.branding-tabs i {
    display: block;
    font-size: 1.3em;
}

.active-loader {
    overflow: hidden;
}

.branding-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    bottom: 0;
    display: none;
}

.branding-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100px;
}

.active-loader .branding-loader {
    display: block;
}

/*
    /*Custom Cotification
*/

.custom-notification .alert {
    position: fixed;
    right: 40px;
    top: 70px;
    z-index: 2;
    width: 300px;
    border-radius: 0;
    padding-right: 40px;
    color: #fdfdfd;
    border: none;
    box-shadow: -2px 2px 8px rgb(0,0,0,0.25);
}

.custom-notification .alert-success {
    background-color: #00cc00;
}


.custom-notification .alert-danger {
    background-color: #cc0000;
}

.custom-notification .alert::after {
    content: "";
    position: absolute;
    width: 35px;
    right: 0;
    top: 0;
    height: 100%;
}

.custom-notification .alert-success::after {
    background-color: #008800;
}

.custom-notification .alert-danger::after {
    background-color: #880000;
}

.custom-notification a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 35px;
    text-align: center;
    vertical-align: middle;
    opacity: 1;
    color: #fff;
    z-index: 1;
}

.bottom-loader {
    height: 120px;
    position: relative;
    display: none;
}

.bottom-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
}

.lazyload {
  opacity: 0.1;
  will-change: opacity;
  transition: all 0.5s;
}

.lazyload.loaded {
  opacity: 1;
}

.transaction-modal .table {
    border: 1px solid #ccc;
}

.transaction-modal .modal-body {
    padding: 2rem 3rem;
}

.subscr tr {
    cursor: pointer;
}

.card-body {
    padding: 1rem 1.5rem;
}

h4.card-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 3rem;
    font-size: 14px;
}

.detail-option {
    font-weight: 400;
    margin: 0;
    color: #666;
}

.detail-marb .row {
    margin-bottom: 0.7rem;
}

.detail-marb {
    padding: 0 2rem;
}

.detail-email {
    font-size: 12px;
    color: #666;
}

.detail-val {
    line-height: 14px;
    color: #333;
}

.cancel-modal .modal-header .close {
    margin-top: -22px;
}

.cancel-modal .modal-title {
    font-size: 16px;
}

.timing-title {
    font-size: 14px;
    margin-bottom: 2rem;
}

.table-heading {
    font-size: 16px;
}

.coupon-checkbox {
    margin: 0;
    height: 20px;
}

.st-targets {
    cursor: pointer;
    border: 1px solid #eee;
    transition: all 0.4s;
    margin-bottom: 1.5rem;
}

.st-targets:hover {
    border: 1px solid #fff;
    box-shadow: 2px 2px 5px #ccc;
}

.st-ico {
    position: relative;
    padding-top: 60%;
}

.st-ico i {
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.st-des {
    text-align: center;
    padding: 1rem;
    font-weight: 500;
    border-top: 1px solid #eee;
}

.st-ico .fa-facebook-square {
    color: #3b5998;
}

.st-ico .fa-youtube-play {
    color: #dd0000;
}

.datepicker-container {
    z-index: 1070 !important;
}

.in-b-item {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.disabled-st {
    padding: 2rem;
    text-align: center;
}

.pll-loader {
    z-index: 1100;
}

.auth-logo {
    text-align: center;
    margin-bottom: 2rem;
    background-color: #1c1c1c;
    padding: 1.5rem;
    border-radius: 35px;
}

.auth-logo img {
    height: 35px;
}

.upload-btn,
.upload-btn:active,
.upload-btn:hover,
.upload-btn:focus {
    display: block;
    background-image: linear-gradient(0deg, #255d8e, #0093e8);
    color: #fff;
    border: 1px solid #1672b2;
}

.tbl-subscribers thead tr th a span {
    float: right;
}
.tab-subscribers table>thead>tr>th>a>span>img {
    width: 15px;
}
.setting-tabs .tab-subscribers, .setting-tabs .tab-subscribers .tbl-subscribers, .setting-tabs .tab-subscribers .tbl-subscribers .pagination {
    margin-bottom: 0;
}
.tab-subscribers .trans-table {
    margin-top: 0;
}
.changedate-modal .change-date-info {
    padding: 5px 0;
}
#filter_category_search {
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    padding: 5px 15px;
}
#filter_dropdown_menu {
    max-height: 400px;
    overflow: auto;
}
.selected-slug {
    background: #223043;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
    padding: 3px 5px;
}
.selected-slug input[type="checkbox"] {
    display: none;
    position: relative;
    top: 2px;
}
.selected-slug label {
    font-weight: normal;
    font-size: 11px;
}
.selected-slug .remove-slug {
    background: #f4f7f8;
    border: 1px solid #dddddd;
    border-radius: 25px;
    color: #223043;
    padding: 0px 5px;
    position: relative;
    right: -15px;
    top: -12px;
    cursor: pointer;
}
.remove-slug i.fa-remove {
    font-size: 12px;
}
#mediaid {
    font-size: 14px;
}
#modal_transfer_category .categories-from {
    font-weight: 600;
    text-align: center;
}
#category_error.error {
    color: red;
}
.setting-tabs-border {
    border-top: 1px solid #dddddd;
}
.full-right {
    float: right;
}
.support-email .email-row {
    position: relative;
}
.support-email .email-row button {
    position: absolute;
    top: 1px;
    right: -50px;
}
#pending-payment {
    background-color: #FDF0D1;
    border-color: #bcb5a8;
    font-size: 15px;
}
#pending-payment a {
    text-decoration: none;
    font-weight: 600;
}

.join-options {
    padding: 0px;
    display: none;
}
#rec-join-options {
    float: right;
}
.join-btns {
    margin-bottom: 15px;
    text-align: right;
}
#join-success, #join-alert {
    color: #000;
}
#rec-join-options .btn-info {
    background: linear-gradient(#218BF5,#218BF5);
    border-color: #218BF5;
}
.join-count {
    display: none;
    width: 35px;
    height: 35px;
    padding: 8px 0;
    font-size: 18px;
    background-color: #f1f0f0;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 25px;
    bottom: 85px;
    color: #000;
}

/* Customize the label (the container) */
.join-checkbox-container {
    display: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
/* Hide the browser's default checkbox */
.join-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
/* Create a custom checkbox */
.join-checkbox-container .checkmark {
    position: absolute;
    top: 15px;
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    z-index: 999;
    border: 1px solid;
}
  
/* On mouse-over, add a grey background color */
.join-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.join-checkbox-container input:checked ~ .checkmark {
    background-color: #fff;
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.join-checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.join-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.join-checkbox-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #398439;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Absolute Center Spinner */
.loading {
	position: fixed;
    z-index: 99999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(#ffffff99, #cccccc99);
	background: -webkit-radial-gradient(#ffffff99, #cccccc99);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: #333 1.5em 0 0 0, #333 1.1em 1.1em 0 0, #333 0 1.5em 0 0, #333 -1.1em 1.1em 0 0, #333 -1.5em 0 0 0, #333 -1.1em -1.1em 0 0, #333 0 -1.5em 0 0, #333 1.1em -1.1em 0 0;
	box-shadow: #333 1.5em 0 0 0, #333 1.1em 1.1em 0 0, #333 0 1.5em 0 0, #333 -1.1em 1.1em 0 0, #333 -1.5em 0 0 0, #333 -1.1em -1.1em 0 0, #333 0 -1.5em 0 0, #333 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.pub-v-des .duration {
    position: absolute;
    left: 25px;
    width: 60px;
    border-radius: 25px;
    padding: 1px 10px 0;
    right: auto;
    bottom: 90px;
}