html{
    /*height: 100%; presenta problemas con footer | los fondos del home no son al 100%, se corrigo solo apra desk*/
}
.bg-login{
    background: url('/img/bg-login.png') no-repeat;
    background-size: cover;
    height: 100%;
}
.login-layer{
    width:100%; 
    height: 100%; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    background-color: #f9f9f9; 
    text-align: center; 
    z-index:12; 
    padding-top: 110px; 
    box-sizing: border-box;
}
.login-layer,
.login-progreso,
.login-error{
    display: none;
}
#extr-page #header{
    background: rgba(255, 255, 255, 0.3607843137254902)!important;
}
.shadow-box{
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2)
}
.fa-7x{
    font-size:700%;
}
label.error{
    color: #9a0000;
}
#user-information{
    padding: 25px 10px; 
    font-size: 14px;
}
.img_user_perfil,
.img_user_perfil_list{
    width: 48px;
    height: 48px;
    border: 1px solid #797979!important;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: top center;
    vertical-align: bottom;
}
.dropdown-toggle .img_user_perfil{
    margin-top: 5px;
    margin-left: 2px;
}
.disabled{
    pointer-events: none; 
}
.smart-form .modal-header{
    padding: 10px 14px 0 14px;
}
.smart-form .modal-header .modal-title{
    padding-bottom: 14px;
    color: #333;
}
/*================= Datatables Styles =============*/
.dt-toolbar {
    padding: 0px;
}
.btn{
    padding: 0 12px;
    font-size: 12px;
}
.page-title {
    margin: 6px 0 8px !important;
}
/*=================== Modal Options ================*/
.modal {
    text-align: center;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    html{
        height: 100%;
    }
}
@media(max-width: 768px){
    .modal-dialog {
        display: block;
    }
    html {
        height: auto;
    }
    .responsive-table-cell{
        width: auto !important;
    }
    div.dataTables_filter input{
        width: 12em;
    }
}
/*================== Responsive Opciones =============*/
@media(min-width: 980px){
    #mobile-profile-img a.userdropdown img{
        width: 48px;
    }
    #header{
        height: 68px;
    }
    #left-panel{
        padding-top: 68px; 
    }
    #logo-group>span{
        height: 50px;
    }
    #logo img{
        width: 170px;
    }
    .btn-header>:first-child>a{
        margin: 20px 0 0;
    }
    /* ================== Login Custom ==================*/
    .login-box{
        margin-top: 10%;
    }
    #extr-page #header #logo{
        margin-top: 12px;
    }
    #extr-page #header #logo img{
        width: 230px;
    }
}
@media(max-width: 980px){
    #user-information{
        padding: 16px 10px;
        font-size: 12px;
    }
    .img_user_perfil{
        width: 39px;
        height: 39px;
    }
    .dropdown-toggle .img_user_perfil{
        margin-top: 0px;
        margin-left: 0px;
    }
}
@media(max-width: 500px){
    #user-information{
        display:none;
    }
}
/*=================== SELECT 2 ================*/
.select2-results__option {
    padding: 8px 0 8px 10px;
}
.select2-selection{
    padding: 0 8px!important;
}
label.error{
    color: #9a0000;
    font-size: 12px;
}