/*
 * mixed @bymarcexl
 * version 22112021
 * - this is a template for vidgo
 * - all rights reserved for crowdvac.com
 * 
Vidgo Orange: #e95024
Box/Section Border Color (selected): #ed7d31
Box/Selection Border Color: #e7e7e7
Icon colors (unselected): #7f7f7f
Icon colors (selected): #ffffff
Top header line color: #ec4e24
Main background color: #080808
Modal light background: #7e7e7e
Modal dark background: #5c5c5c
Modal box selected area background (selected): #595959
Modal box selected area text (selected): #ffffff
Modal box selected area background (unselected): #404040
Modal box selected area text (unselected): #7f7f7f
Headings Highlight text color: #ffc000
Text Color (selected): #ffffff
Text Color (unselected): #a6a6a6
 *
 *
 *
 */

body, html{
    background: rgb(0,0,0);
    background: linear-gradient(315deg, rgba(0,0,0,1) 0%, rgba(64,64,64,1) 50%, rgba(0,0,0,1) 100%);
    overflow-x: hidden;
    background-attachment: fixed;
    background-image:url(../img/background.png);
    background-size: cover;
}
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}
  
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent; 
    border-radius: 10px;
    background: transparent;
}
   
::-webkit-scrollbar-thumb {
    background: #7f7f7f; 
    border-radius: 10px;
}
  
::-webkit-scrollbar-thumb:hover {
    background: #ec4e24; 
}


.align-left{
    text-align: left;
}

.align-right{
    text-align: right;
}

.align-center{
    text-align: center;
}

/* content */
#main-content{
    width: calc(100% - 70px);
    margin-left: 70px;
    padding: 0 30px 120px 30px;
}

/* header */
#modal-movie-icon{
    display: none;
}
.modal-movie-icon{
    position: fixed;
    top:0;
    height: 60px;
    left: 0;
    width: 100%;
    z-index: 1061;
}

.modal-movie-icon .material-icons{
    position: absolute;
    top: 1rem;
    font-size: 1.5rem;
    color:white;
}

.modal-movie-icon #backicon{
    left: 1.5rem;
}

.modal-movie-icon #shareicon{
    right: 3.5rem;
    font-size: 1.2rem;
    margin-top: 1px;
}

.modal-movie-icon #searchicon{
    right: 1.5rem;
}

#no-modal .modal-content{
    background: none;
    border: none;
    box-shadow:none;
  }
#no-modal .modal-content .modal-title{
    width: 100%;
    text-align: center;    
}

#no-modal .modal-content .modal-body{
    text-align: center;    
}

#logo-vidgo{
    position: absolute;
    width: 125px;
    top: 5px;
    left: 20px;
    padding: 3px 5px;
}
#logo-vidgo img{
    width: 100%;
}

header{
    border-bottom: 2px solid #ec4e24;
    margin: 0 30px;
    padding-top: 30px;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row-reverse;
    width: 100%;
}

header .container-fluid{
    padding: 0;
}

#navbarExample01 .nav-link{ 
    padding: 5px;
    color:#e7e7e7;
    text-transform: uppercase;
}

/* menu nav aside */
.hamburguer{
    display: none;
    padding: 5px;
    color: white;
    position: absolute;
    right: 15px;
    top: 15px;
}

.hamburguer .fas{
    color: white;
    cursor: pointer;
    display: block;
    font-size: 1.3rem;
}

#slim-toggler{
    background: transparent;
    box-shadow: none;
    position: fixed;
    left: 0;
    bottom: 15px;
    z-index: 1111;
    padding: 0;
    min-width: 100%!important;
    display: none;
}

#slim-toggler .fa-bars{
    border:none;
    color: #fff;
}
.sidenav{
    padding-top: 150px;
    transition: all .3s;
    width: 70px;
    height: 100vh;
    position: fixed;
    transition: all 0.3s linear 0s;
    transform: translateX(0%);
    background: transparent;
    background-image: url(../img/open_menu_home.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-x: -70px;
}

.sidenav-menu{
    padding: 0;
}

.sidenav-primary .sidenav-item .sidenav-link{
    color:#7f7f7f;
}

.sidenav-link{
    border-radius: 0;
}
.sidenav-primary .sidenav-item .sidenav-link,
.sidenav-primary .sidenav-link{
    background:transparent;
    color: #7f7f7f;
    padding-left: 35px;
}

.sidenav:hover .sidenav-item .sidenav-link:hover, 
.sidenav:hover .sidenav-link:focus{
    color:#e7e7e7;
    background-image:url(../img/open_menu_item.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sidenav-link span.mxl{
    border-bottom:8px solid transparent;
    transition: all .3s;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 17px 15px;
    margin-right: 15px;
}

.sidenav-link #search-icon{
    background-image: url(../img/icons/search_gray.svg);
}
.sidenav-link.active #search-icon,
.sidenav-link:hover #search-icon{
    background-image: url(../img/icons/search_white.svg);
}

.sidenav-link #home-icon{
    background-image: url(../img/icons/home_gray.svg);
    background-size: 26px 26px;
    padding: 14px 15px 14px 13px;
    margin-left: 2px;
}

.sidenav-link.active #home-icon,
.sidenav-link:hover #home-icon{
    background-image: url(../img/icons/home_white.svg);
}

.sidenav-link #guide-icon{
    background-image: url(../img/icons/guide_gray.svg);
    background-size: 26px 26px;
    padding: 14px 15px 14px 13px; 
    margin-left: 2px;
}

.sidenav-link.active #guide-icon,
.sidenav-link:hover #guide-icon{
    background-image: url(../img/icons/guide_white.svg);
}

.sidenav-link #setting-icon{
    background-image: url(../img/icons/settings_gray.svg);
}

.sidenav-link.active #setting-icon,
.sidenav-link:hover #setting-icon{
    background-image: url(../img/icons/settings_white.svg);
}

.sidenav-link #dvr-icon{
    background-image: url(../img/icons/dvr_gray.svg);
}

.sidenav-link.active #dvr-icon,
.sidenav-link:hover #dvr-icon{
    background-image: url(../img/icons/dvr_white.svg);
}

.sidenav-link #vod-icon{
    background-image: url(../img/icons/vod_2_gray.svg);
}

.sidenav-link.active #vod-icon,
.sidenav-link:hover #vod-icon{
    background-image: url(../img/icons/vod_2_white.svg);
}

.sidenav-link.active span.mxl{
    border-bottom:8px solid #e95024;
}

.sidenav-primary .sidenav-item .sidenav-link span.link-text{
    margin-top: -10px;
    opacity: 0;
}

.sidenav:hover{
    width: 200px;
    background-position-x: 0;
    /*animation-name:sidenav;
    animation-fill-mode: forwards;
    animation-duration: .3s;
    animation-delay: .3s;
    animation-timing-function: ease-in-out;*/
}

.sidenav:hover .sidenav-item .sidenav-link span{
    opacity: 1;
}

/* carrousel */
.carrousel-title p{
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #e7e7e7;
}

.carrousel-title span{
    font-weight:900;
}

#big-carrousel .multi-carousel-inner .multi-carousel-item img{
    min-height: 300px;
}

#middle-carrousel .multi-carousel-inner .multi-carousel-item img{
    min-height: 225px;
}

.multi-carousel .multi-carousel-inner{
    padding-right: 15px;
    padding-bottom: 35px;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item{
    padding-left: 0px;
    padding-right: 0;
    margin-right: 15px;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item h5{
    position: absolute;
    margin-top: 3px;
    color: #7f7f7f;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 1rem;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item img{
    border:2px solid #e7e7e7;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);
    transition: all .3s;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item img:active,
.multi-carousel .multi-carousel-inner .multi-carousel-item img:focus,
.multi-carousel .multi-carousel-inner .multi-carousel-item img:hover{
    border:2px solid #ec4e24;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item:hover h5{
    color: #fff;
}

.carousel-control-next, .carousel-control-prev {
    width: 60px;
    background: transparent;
    transition: all .3s;
    height: calc(100% - 35px);
}

.carousel-control-next:hover, .carousel-control-prev:hover,
.carousel-control-next:active, .carousel-control-prev:active,
.carousel-control-next:focus, .carousel-control-prev:focus{
    background: rgb(0,0,0,0.5);
}

.multi-carousel-item{
    cursor: pointer;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item{
    position: relative;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item h4{
    position: absolute;
    top: 30%;
    color: #7f7f7f;
    transition: all .3s;
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item p{
    position: absolute;
    width:100%;
    top: 30%;
    margin-top: 30px;
    color: #7f7f7f;
    font-size: 1.2rem;
    transition: all .3s;
    text-align: center;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item button{
    text-align: center;
    position: absolute;
    top: 30%;
    margin-top: 90px;
    font-size: 1.2rem;
    text-align: center;
    left: calc(50% - 125px);
    transition: all .3s;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item:hover p,
.multi-carousel .multi-carousel-inner .multi-carousel-item:hover h4{
    color: #FFF;
}

#small-carrousel-2 .multi-carousel-item h4,
#small-carrousel .multi-carousel-item h4{
    font-size: 1.2rem;
    top:20%
}

#small-carrousel-2 .multi-carousel-item p,
#small-carrousel .multi-carousel-item p{
    width: 80%;
    left: 10%;
    top: 20%;
    margin-top: 30px;
    font-size: 1rem;
    white-space: pre-wrap;
    line-height: 1rem;
}

#small-carrousel-2 .multi-carousel-item button ,
#small-carrousel .multi-carousel-item button {
    top: 20%;
    margin-top: 80px;
    left: calc(50% - 75px);
    max-width: 150px;
    width: 150px;
    min-width: 150px;
    padding: 3px 0;
    font-size: 1rem;
}
/* modal movie tune*/
.modal .modal-content{    
    background: rgb(39,39,39);
    background: linear-gradient(135deg, rgba(39,39,39,1) 0%, rgba(89,89,89,1) 100%);
    border-radius: 0;
    border:2px solid #7f7f7f;
}

.modal.modal-movie .modal-content{
    /*height: 100%;*/
}

.modal .modal-header{
    border-bottom: none;
}

.modal .modal-footer{
    border-top: none;
}

.movie-thumb{
    width: 100%;
    border:3px solid #e95024;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 75%);
}

.modal-movie .modal-content .col-4 .nav-pills{
    margin-left: 0;
}
.modal-movie .modal-content .col-4 .nav-pills .nav-link{
    margin: 0;
    border-radius: 0;
    background:none;
    border:2px solid #7f7f7f;
    color: #7f7f7f;
    box-shadow: none;
    font-size: 1rem;
}

.modal-movie .modal-content #modal-result .col-4,
.modal-movie .modal-content #movie-result .col-4{
    width: 50%;
}

.modal-movie .modal-content .col-4 .nav-pills .nav-link.active{
    color: #fff;
    border:2px solid #fff;
    background-color: #e95024;
}

#tab-second{
    position: relative;
}

#tab-second .fa-search{
    position: absolute;
    margin-left: -20px;
    margin-top: -1px;
    font-size: 1rem;
}

.tab-content>.active {
    display: block;
    height: calc(100vh - 220px);
    overflow-y: auto;
}

.movie-list{
    padding: 0;
    list-style-position: inside;
    list-style: none;
}
.movie-list li{
    padding: 8px 0 5px 0;
    border-bottom:2px solid #e7e7e7;
    transition: all .3s;
    cursor: pointer;
}

.movie-list li .row{
    margin: 0;
}

.movie-list li .added-movie-thumb{
    position: relative;
    padding: 0;
}

.movie-list li .added-movie-thumb img{
    width: 100%;
    border:2px solid #e7e7e7;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 75%);
    transition: all .3s;
}

.movie-list li .added-movie-text{
    color:white;
    position: relative;
}


.movie-list li:hover{
    background: rgb(255,255,255,0.3);
}

.movie-list li.active-item{
    background: rgb(89,89,89);
    background: linear-gradient(90deg, rgba(100, 100, 100, 1) 0%, rgb(138, 138, 138) 100%);
}
.movie-list li.active-item .added-movie-thumb img,
.movie-list li:hover .added-movie-thumb img{
    border:2px solid #ec4e24;
}

.movie-list li .added-movie-text h4,
.movie-list li .added-movie-text h6{
    font-size: .9rem;
    font-weight: normal;
}

.movie-list li .added-movie-text h4{
    margin-bottom: 3px;
}

.movie-list li .added-movie-text p{
    font-size: .9rem;
    margin-bottom: 0;
}

.movie-list li .added-movie-text .delete-icon{
    position: absolute;
    right: 0;
    height: calc(100% + 14px);
    top: 0;
    display: flex;
    align-items: center;
    width: 45px;
    justify-content: center;
    margin-top: -8px;
    opacity: 0;
    transition: all .3s;
}

.movie-list li:hover .added-movie-text .delete-icon{
    opacity: 1;
}

.movie-list li .added-movie-text .delete-icon:hover{
    background: #ec4e24;
}

.movie-thumb-details p{
    color: white;
    margin-bottom: 10px;
}

.movie-thumb-details p:first-child{

}

.movie-thumb-logo{
    width: 80px;
}

.btn-warning{
    background: #7f7f7f;
    color: #c3c3c3;
    box-shadow: none;
    border-radius: 0;
    min-width: 250px;
    font-size: 1.2rem;
    padding:0;
    border:3px solid #c3c3c3;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 75%);
    transition: all .3s;
    line-height: inherit;
}

.btn-warning.active,
.btn-warning:hover{
    background: #ec4e24;
    color:white;
    border:3px solid white;
}

.modal-movie-title{
    font-weight: bold;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
}

.short-description{
    max-height: 70px; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
/* search page */
.remote-letters,.keyboard-options{
    display: none;
}

.form-group .form-control,
.form-group .form-control:focus~.form-label,
.form-group .form-control~.form-label{
    color: #e7e7e7;
    background:transparent;
}

.form-control:focus{
    border-color: #e7e7e7!important;
    color: #e7e7e7!important;
    box-shadow: none;
}
.form-group .soap{
    list-style: none;
    list-style-position: inside;
    padding: 0;
    width: 100%;
    margin-top: 15px;
}

.form-group .soap li{
    display: inline-block;
    width: 15.6%;  
}

.form-group .soap li a{
    text-transform: uppercase;
    color: white;
    font-size: 2.2rem;
    display:block;
    text-align: center;
    border: 1px solid transparent;
    clear: both;
    transition: all .3s;
    cursor: pointer;
}

.form-group .soap li a:hover{
    color: white;
    box-shadow: 0px 0px 31px 0px rgb(255 255 255 / 39%);
    -webkit-box-shadow: 0px 0px 31px 0px rgb(255 255 255 / 39%);
    -moz-box-shadow: 0px 0px 31px 0px rgba(255,255,255,0.39);
}
.search-result {
    position: relative;
    display: block;
    width: 100%;;
    height: 100%;
    background-image: url(../img/popcorn.png);
    background-repeat: no-repeat;
    background-position: 45% 100%;
    background-size: 300px;
    border-radius: 5px;
    padding: 10px 0;
}

.search-body{
    max-height: calc(100% - 180px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.search-result h6{
    display: none;
}

.search-result.no-background{
    background-image: none;
}

.search-result.no-background h5{
    display: none;
}

.search-result.no-background h6{
    display: block;
}

.search-result h5{
    position: absolute;
    color: #e7e7e7;
    top: 30%;
    width: 100%;
    text-align: center;
}

.form-group.keyboard-options{
    width: 100%;
    text-align: center;
}

.form-group.keyboard-options i{
    color: #e7e7e7;
    display: inline-block;
    text-align: center;
    width: 32px;
    font-size: 1.2rem;    
    cursor: pointer;
}

.form-group.keyboard-options i:hover{
    color: #ed7d31;
}

.spacebar{
    width: 45px;
    display: inline-block;
    border-bottom: 3px solid;
    height: 6px;
    border-left: 3px solid;
    border-right: 3px solid;
    border-color: #e7e7e7;
    margin: 0 20px;
    cursor: pointer;
}

.spacebar:hover{
    border-color: #ed7d31;
}

.s-h-list{
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin:0;
    width: 100%;;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.s-h-list li.s-h-item{
   /* display: inline-block;*/
    background: white;
    margin: 0;
    width: 20%;
    cursor: pointer;
}

.s-h-list li.s-h-item img{
    width: 100%;
    height: 100%;
}
.search-header{
    margin-bottom: 15px;
}
.search-header img{
    max-height: 80px;
}

.search-result h6{
    color: #e7e7e7;
    margin-left: 10px;
}

#modal-movies-result li.s-h-item,
#movies-result li.s-h-item{
    padding: 5px 10px 5px 0;
    background: none;
}

#modal-movies-result li.s-h-item img,
#movies-result li.s-h-item img{
    border:2px solid #e7e7e7;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 50%);
    transition: all .3s;
}

#modal-movies-result li.s-h-item img.active,
#modal-movies-result li.s-h-item img:hover,
#movies-result li.s-h-item img.active,
#movies-result li.s-h-item img:hover{
    border:2px solid #ec4e24;
}

#search-result{
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    overflow-x: hidden;
}


/* settings */
.settings{
    display: flex;
    flex-direction:row;
    align-items: flex-start;
    margin-top: 30px;
}

.setting-item{
    margin-right: 10px;
    padding: 10px;
}

.setting-item h5{
    color: #e7e7e7;
    transition: all .3s;
}

.setting-item:hover h5{
    color: #ed7d31;
}

.setting-item .s-i-options{
    border: 2px solid #7f7f7f;
    background: rgb(64,64,64);
    background: linear-gradient(0deg, rgba(64,64,64,1) 0%, rgba(0,0,0,1) 100%);
    list-style: none;
    list-style-position: inside;
    padding: 10px; 
    width: 250px;
    height: 250px;
    transition: all .3s;
}

.setting-item:hover .s-i-options{
    border: 2px solid #ec4e24;
}

.setting-item .s-i-options li,
.setting-item .s-i-options p{
    color: #a6a6a6;
    text-align: center;
    transition: all .3s;
    white-space: initial;
    position: initial!important;
    width: 100%!important;
    margin-top: 0!important;
}

.setting-item .s-i-options p a{
    color: #a6a6a6;
}

.setting-item:hover .s-i-options p a,
.setting-item:hover .s-i-options li,
.setting-item:hover .s-i-options li i,
.setting-item:hover .s-i-options p{
    color: white;
}

.setting-item .s-i-options li{
    padding: 10px 0;
    background: transparent;
    transition: all .3s;
    cursor: pointer;
}

.setting-item .s-i-options li:hover{
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(64,64,64,1) 100%);
}

.setting-item .s-i-options li.no-options{
    background:transparent;   
}

.setting-item .s-i-options li i{
    display: none;
}

.setting-item .s-i-options li.s-i-active i{
    display: inline-block;
}

/* guide */
#dropdown-menu{
    margin-top: -1px;
}
.filter-container .navbar>.container-fluid{
    justify-content: left;
}

.filter-container{
    width: calc(100% - 130px);
    margin-bottom: -45px;
    margin-left: 90px;
    text-transform: uppercase;
    padding: 12px 0 3px 0;
    z-index: 1055;
    position: absolute;
}

.filter-container .navbar{
    padding: 0;
    margin-bottom: 0;
}

.navbar-brand span{
    padding-left: 5px;
}
.filter-container .navbar #filter-1{
    margin-left: 30px;
}
.navbar-nav #filter-category {
    position: absolute;
    padding-top: 40px;
    left: -10px;
    top: -30px;
}

#navbarDropdownMenuLink{
    z-index: 1003;
    position: absolute;
    margin-top: -20px;
    color: #ff9900;
}

#filter-category{
    background: linear-gradient(0deg, rgba(89,89,89,1) 0%, rgba(0,0,0,1) 100%);
    border: 1px solid #e7e7e7;
    border-radius: 0;
}

#filter-category li a{
    padding-left: 95px;
    color: #7f7f7f;
    text-transform: uppercase;
    padding-right: 15px;
    font-size: 1rem;
}

#filter-category li a:hover{
    color: #e7e7e7;
    background: url(../img/fondodropdown.png) no-repeat;
    background-size: cover;  
}

#filter-active{
    text-transform: uppercase;
    color:#ff9900;
    font-weight: normal;
}

.guide-arrows{
    position: absolute;
    width: calc(100% - 90px);
    margin-left: 70px;
    margin-top: 45px;
    z-index: 1054;
}

.guide-arrows .fa-chevron-right,
.guide-arrows .fa-chevron-left{
    height: 45px;
    width: 45px;
    background: #c3c3c3;
    border-radius: 50%;
    font-size: 1.3rem;
    transition: all .3s;
    transform:scale(1);
    cursor: pointer;
}

.guide-arrows #g-a-right{
    right: 0;
    float: right;
    padding: 12px 18px;
}

.guide-arrows #g-a-left{
    left: 10px;
    float: left;
    padding: 12px 15px;
    position: absolute;
    z-index: 111111;
}

.guide-arrows .fas:hover{
    transform:scale(1.1);
    opacity: 0.9;
}

.guide-container{
    width: calc(100% - 130px);
    margin-left: 100px;
    height: calc(100vh - 140px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 50px;
    border: 2px solid #ec4e24;
    display: flex;
    flex-direction: row;
    position: relative;
    background: url(../img/fondogrid.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.guide-container .row{
    flex-wrap: nowrap;
}
#guide-hour{
    position: absolute;
    width: calc(100% - 243px);
    margin-left: 211px;
    z-index: 1053;
    overflow:hidden;
    margin-top: 52px;
}
.hour-time{
    /*position: sticky;
    top: 0;*/
    flex-wrap: nowrap;
    transition: all .3s;
    transform: translateX(0);
}

.guide-container .row .col-1{
    padding: 0;
}

.guide-container .col-2,
.guide-container .col-4,
.guide-container .col-6,
.guide-container .col-8,
.guide-container .col-10,
.guide-container .col-12,
.guide-container .col-14,
.guide-container .col-16,
.guide-container .col-18,
.guide-container .col-20,
.guide-container .col-22,
.guide-container .col-24,
.guide-container .col-26,
.guide-container .col-28,
.guide-container .col-30{
    border:1px solid #e7e7e7;
    color: #a6a6a6;
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
    transition: all .3s;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-overflow: ellipsis;
}

.guide-container .col-2:hover,
.guide-container .col-4:hover,
.guide-container .col-6:hover,
.guide-container .col-8:hover,
.guide-container .col-10:hover,
.guide-container .col-12:hover,
.guide-container .col-14:hover,
.guide-container .col-16:hover,
.guide-container .col-18:hover,
.guide-container .col-20:hover,
.guide-container .col-22:hover,
.guide-container .col-24:hover,
.guide-container .col-26:hover,
.guide-container .col-28:hover,
.guide-container .col-30:hover{
    border:1px solid #ec4e24;
    color: #fff;
    background-color: #ec4e24;
}

.hour-time .col-2{
    min-height: 30px;
    height: 30px;
    color: #fff;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(64,64,64,1) 50%, rgba(0,0,0,1) 100%);
    padding-top: 2px;
    border:1px solid transparent
}

.hour-time .col-2:hover{
    background-color: transparent;
    border:1px solid #e7e7e7;
}

.header-channel{
    position: absolute;
    top: 7px;
    left: 32px;
    width: 109px;
    height: 30px;
    z-index: 1054;
    text-align: center;
    border-right: 4px solid #010101;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(64,64,64,1) 50%, rgba(0,0,0,1) 100%);   
}

.header-channel i{
    color: #fff;
    padding-top: 6px;
}

.chanells{
    display: inline-block;
    width: 107px;
    padding: 0;
    position: sticky;
    left: 0;
    margin-top: 30px;
    z-index: 1053;
}

.chanells .row{
    margin: 0;
}

.chanells .row .col{
    background: #1e1e1e;
    border: 1px solid #e7e7e7;
    min-height: 80px;
    height: 80px;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.chanells .row .col.header-channel{
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(64,64,64,1) 50%, rgba(0,0,0,1) 100%);
    text-align: center;
    min-height: 30px;
    height: 30px;
}

.chanells .row .col img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    /*animation-name: showChannel;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-duration: .3s;
    transition: all .3s;
    transform:scale(0);*/
}

.guide-grid{
    display: inline-block;
    width: calc(100% - 111px);
    padding-top: 30px;  
    transition: all .3s;
    transform: translateX(0);  
    z-index: 1052;
    padding-right: 0;
    display: flex;
    flex-direction: column;
}

.guide-grid .row div p{
    margin-bottom: 0;
    line-height: 1.3rem;
}

.guide-grid .row div p:last-child{
    white-space: nowrap;
    overflow: hidden;
}

.now{
    position: absolute;
    height: calc(100vh - 144px);
    background: rgb(54,19,10);
    background: linear-gradient(180deg, rgba(54,19,10,1) 0%, rgba(102,67,58,1) 100%);
    z-index: 1051;
    border-right: 1px solid #f4b183;
    margin-top: 30px;
    margin-left: 107px;
    transition: all .3s;
}

/* logout modal */
.modal-title{
    color: white
}

.modal-body p{
    color: white;
    margin: 0;
}

.modal .btn-primary{
    background: #1e1e1e;
}

.modal .btn-secondary{
    background: #ed7d31;
}
.audio-detail,
.sub-detail{
    font-weight: bold;
    text-transform: uppercase;
}

/* DVR */
.dvr-list{
    display: block;
    height: calc(100vh - 250px);
    overflow-x: hidden;
    overflow-y: auto;
}

#info-dvr-but{
    margin: 0 10px;
    border-radius: 50%;
    border:2px solid #7f7f7f;
    padding: 12px 15px;
    cursor: pointer;
    transition: all .3s;
}

#info-dvr-but:hover{
    color: #e7e7e7;
    border:2px solid #e7e7e7;
}

#info-dvr{
    display: none;
    position: absolute;
    list-style: none;
    list-style-position: inside;
    background: linear-gradient(0deg, rgba(89,89,89,1) 0%, rgba(0,0,0,1) 100%);
    border: 1px solid #e7e7e7;
    border-radius: 0;
    margin-left: 520px;
}
#info-dvr li {
    border-radius: 0;
}
.modal-options li{
    transition: all .3s;
}
.modal-options li a,
#info-dvr li a{
    cursor: pointer;
    color: #7f7f7f;
    text-transform: uppercase;
    padding-right: 15px;
    font-size: 1rem;
    border-radius: 0;
    padding: .5rem 1rem;
    width: 100%;
    display: block;
}
#info-dvr li a:hover {
    color: #e7e7e7;
    background: url(../img/fondodropdown.png) no-repeat;
    background-size: cover;
    border-radius: 0;
}
#option-modal .modal-header{
    border-bottom: 1px solid white;
}

#option-modal .modal-body{
    padding: 15px 5px;
}

.modal-options{
    list-style-position: inside;
    padding: 0;
}

.modal-options li{
    display: block;
    width: 100%;
    padding: 5px 0;
}

.modal-options li:hover{
    background: #c3c3c3;
    background-size: cover;
    border-radius: 0;
}

.modal-options li:hover a{
    color: #1e1e1e;
}
.modal-title .fa-info{
    font-size: .6rem;
    border-radius: 50%;
    font-weight: 900;
    padding: 8px 10px;
    margin: 0 5px;
    border: 1px solid white;
    position: relative;
    top: -3px;
}

#movie-details-dinamic{
    display: flex;
    flex-direction: column;
}

.movie-thumb-details{
    padding-top: 15px;
    height: 100%;
}

.movie-thumb-details .col-9{
    border-right: 1px solid white;
    position: relative;
}

.btn-close:hover,
.btn-close{
    color: white!important;
}

.lorem{
    padding: 0 15px;
}

.lorem h2,
.lorem p{
    color: #e7e7e7;
}

.button-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.button-content .btn-warning{
    display: inline-block;
}

.record-dvr{
    flex: auto;
    position: relative;
}

.fav-channel,
.record-dvr h5{
    color: white;
    font-size: .8rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 3px;
}

.fav-channel{
    margin-top: 10px;
}

.dvr-icon-i{
    width: 32px;
    height: 32px;
    background-image: url(../img/icons/dvr_gray.svg);
    background-size: cover;
    position: absolute;
    right: 25px;
    top: 16px;
}

.fav-icon-i{
    display: block;
    width: 44px;
    margin: 7px auto;
    height: 44px;
    background-image: url(../img/icons/favorite_256_gray.png);
    background-size: cover;
}

/* loader */

element.style {
    display: none;
}

#loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: center;
    background: rgb(255,255,255,0.5);
    z-index: 111111111;
}

.spinner-border {
    position: absolute;
    top: 50%;
    z-index: 11111;
    left: 50%;
    margin-left: -1rem;
    margin-top: -1rem;
}
/* login */
.welcome-logo{
    width: 135px;
    display: block;
    margin: 0 auto;
}
.card{
    border:1px solid white!important;
    border-radius: 0!important;
}

.form-control.is-valid, .was-validated .form-control:valid,
.form-control.is-invalid, .was-validated .form-control:invalid{
    margin-bottom: 0;
}

.valid-feedback,
.invalid-feedback{
    margin-top: 0;
}

/* video */
video{
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.modal{
    z-index: 1062!important;
}

#movie-result{
    padding: 0 15px;
}

#modal-search{
    padding-right: 0;
}

/* media querys */
@media (min-width: 1900px){
    .modal-movie .modal-content #modal-result .col-4,
    .modal-movie .modal-content #movie-result .col-4{
        width: 40%;
    }
}

@media (min-width: 1600px){
    .modal-movie .modal-content #modal-result .col-4,
    .modal-movie .modal-content #movie-result .col-4{
        width: 45%;
    }
}

@media (min-width: 1200px){
    .modal-xl {
        max-width: calc(100% - 130px);
        margin-left: 100px;
    }
}

@media (min-width: 576px){
    .modal-dialog-centered {
        height: calc(100% - 114px);
        min-height: calc(100% - 114px);
        margin-top: 84px;
    }
}

/* ANIMATIONS */
@keyframes showChannel{
    from{
        transform:scale(0);
    }to{
        transform:scale(1);
    }
}

@media screen and (max-width:756px){
    
    /* home mobile */
    header {
        border-bottom: 2px solid #ec4e24;
        margin: 0;
        padding-top: 0;
        height: 65px;
    }

    #logo-vidgo{
        width: 100px;
    }

    .sidenav[data-mdb-slim-collapsed=true] {
        width: 100%;
        height: 60px;
        top: initial;
        bottom: 0;
        padding: 0;
        left: 0;
        margin-left: 0;
    }

    .sidenav {
        background: black;
        background-image: none;
    }

    .sidenav .sidenav-menu {
        padding: 0;
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
        padding-top: 5px;
    }
    
    #navbarExample01,
    .hamburguer{
        display: block;
    }
    
    #header-nav{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: block;
        background: rgb(0,0,0,0.8);
        z-index: 1061;
        padding: 0;
        margin-left: -100%;
        transition: all .3s;
    }

    #header-nav .navbar-nav{
        width: 250px;
        flex-direction: column;
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(107,107,107,1) 100%);
        height: 100vh;
    }

    .user-li {
        background: #aa3b1e;
        padding: 10px;
    }
    
    #header-nav .navbar-nav .nav-item{
        padding: 10px;
    }

    #main-content {
        width: 100%;
        margin-left: 0;
    }

    .sidenav-item {
        position: relative;
        width: 20%;
    }

    .sidenav-link span.mxl {
        border-bottom: 0;
        height: 30px;
        background-size: 30px 30px;
        padding: 17px 15px;
        margin-right: initial;
        margin: 0 auto;
        display: block;
    }
    .sidenav .sidenav-item .sidenav-link span.link-text{
        display: none;
    }

    .sidenav .sidenav-item .sidenav-link, .sidenav-primary .sidenav-link{
        padding-left: 0;
        justify-content: center;
    }
    .sidenav-item.mb-3{
        margin-bottom: 0!important;
    }
    .sidenav-link {
        padding: 0;
    }
    .sidenav-link #home-icon,
    .sidenav-link #guide-icon{
        margin-right: 0;
        margin-left: 0;
    }

    .carousel-control-next, .carousel-control-prev{
        width: auto;
    }

    /* guide mobile */
    .guide-arrows{
        width: 100%;
    }
    
    .guide-container {
        width: 100%;
        margin-left: 0;
        height: calc(100vh - 150px);
        margin-top: 40px;
    }

    .filter-container {
        width: 100%;
        margin-left: 0;
        padding: 3px 0 3px 0;
    }
    #today-guide{
        font-size: .9rem;
    }

    .chanells {
        width: 80px;
    }
    .chanells .row .col {
        min-height: 60px;
        height: 60px;
    }

    .guide-container .col-2, 
    .guide-container .col-4, 
    .guide-container .col-6, 
    .guide-container .col-8, 
    .guide-container .col-10, 
    .guide-container .col-12, 
    .guide-container .col-14, 
    .guide-container .col-16, 
    .guide-container .col-18, 
    .guide-container .col-20, 
    .guide-container .col-22, 
    .guide-container .col-24, 
    .guide-container .col-26, 
    .guide-container .col-28, 
    .guide-container .col-30{
        min-height: 60px;
        height: 60px;
        padding: 3px;
    }

    #guide-hour {
        width: calc(100% - 80px);
        margin-left: 80px;
        margin-top: 41px;
    }

    .guide-grid {
        width: calc(100% - 80px);
    }
    
    .filter-container .navbar #filter-1 {
        margin-left: 0;
    }

    #filter-category li a,
    #navbarDropdownMenuLink{
        font-size: .9rem;
    }

    #hour-time .col-2,
    #guide-grid .col-2{
        width: 30%;
    }

    #guide-grid .col-4{
        width: 60%;
    }

    #guide-grid .col-6{
        width: 90%;
    }
    
    #guide-grid .col-8{
        width: 120%;
    }

    #guide-grid .col-10{
        width: 150%;
    }

    #guide-grid .col-12{
        width: 180%;
    }

    #guide-grid .col-14{
        width: 210%;
    }

    #guide-grid .col-16{
        width: 240%;
    }

    #guide-grid .col-18{
        width: 270%;
    }

    #guide-grid .col-20{
        width: 300%;
    }
    
    .guide-grid .row div p:last-child,
    .guide-grid .row div p {
        line-height: 1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hour-time .col-2 {
        font-size: .9rem;
    }

    .modal-dialog-centered {
        min-height: 100%;
        padding: 0;
        margin: 0;
    }
    .modal{
        z-index: 1060;
    }

    .row.movie-thumb-details{
        flex-direction: column;
    }
    
    .modal-movie .modal-content .col-4,
    .row.movie-thumb-details .col-6{
        width: 100%;
    }
    
    .row.movie-thumb-details .btn-warning{
        display: block;
        margin: 0 auto;
    }

    .modal-body p {
        text-align: left;
        width: 100%;
    }

    .modal-movie .modal-content .col-4 .nav-pills{
        display: none;
    }

    .tab-content>.active {
        height: calc(50vh - 60px)!important;
    }

    .modal-dialog-scrollable .modal-body {
        padding-top: 60px!important;
    }

    #modal-movie-icon{
        display: block;
    }

    .navbar-nav #filter-category {
        position: fixed;
        padding-top: 0;
        padding: 30px 0;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100vh - 60px);
        z-index: 1061;
    }
    
    #filter-category li a {
        padding-left: 0;
        padding-right: 0;
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }

    /* search page*/
    #modal-search{
        padding-right: 0!important;
        height: calc(100vh - 60px);
    }
    .keyboard-options,
    .remote-letters{
        display: none;
    }
    #modal-search .modal-dialog .modal-content .modal-body .row{
        flex-direction: column;
    }

    #modal-search .modal-dialog .modal-content .modal-body .row .col-4,
    #modal-search .modal-dialog .modal-content .modal-body .row .col{
        width: 100%;
    }

    .search-result {
        background-image: none;
        border: none;
        padding: 10px 0;
    }
    .search-result h5{
        margin-top: 30px;
        width: auto;
    }
    .search-result.no-background h6{
        margin-top: 30px;
    }

    .s-h-list li.s-h-item {
        width: 33.3333%;
    }

    /* vod page */
    .kung-fu-col{
        height: 28px;
        overflow: hidden;
        margin-top: 15px;
        padding: 0;
    }

    .kung-fu{
        display: flex;
        overflow: auto;
        align-items: flex-start;
    }

    .kung-fu .btn-warning{
        background: none!important;
        font-size: 1rem;
        border: none;
        box-shadow: none;
        min-width: 150px;
        border-bottom: 2px solid white;
    }
    .btn-warning.active, .btn-warning:hover{
        border-bottom: 2px solid #ec4e24;
    }
    .kung-fu .dropdown-menu{
        display: none!important;
    }

    #queued,
    #recorder{
        flex-direction: column;
    }
    
    #queued .col-6,
    #recorder .col-6{
        width: 100%;
    }
    
    .modal-left{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin-left: -100%;
        transition: all .3s;
        height: calc(100vh - 60px);
        background: #3e3e3e;
    }

    .guide-arrows {
        margin-left: 0;
        margin-top: 34px;
    }

    .guide-arrows #g-a-left {
        left: 0;
    }

    .header-channel {
        left: 0;
        width: 85px;
    }
}

