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;
    font-size: 11px;
}
#user-information{
    padding: 25px 10px; 
    font-size: 14px;
}
.img_user_perfil,
.img_user_perfil_list{
    width: 30px;
    height: 30px;
    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;
}
#modal-terciario .modal-dialog{
    width: 900px;
}
@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;
}

#logo{
    margin-top: 8px !important;
}
@media (min-width: 980px){
    #logo img{
        width: 226px !important;
    }
}

@media (max-width: 980px){
    #logo img{
        width: 138px !important;
    }
}
.menu-on-top aside#left-panel nav>ul{
    padding-left: 12px;
}
.smart-form footer .btn{
    font-size: 12px;
}
.btn-primary {
    color: #fff;
    background-color: #d32d2d;
    border-color: #d32d2d;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #2777b4;
    border-color: #2777b4;
}
.btn-primary.active, 
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #b92a2a;
    border-color: #af2727;
}

.btn-black{
    color: #fff;
    background-color: #090909;
    border-color: #000;
}

.btn-black.active, .btn-black:active, .btn-black:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #4e4e4e;
    border-color: #464646;
}
.smart-form .button{
    opacity:1;
}
aside {
    display: block;
    background: #3a3633;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,#1f1f1f 93%,#090909 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(93%,#1f1f1f),color-stop(100%,#090909));
    background: -webkit-linear-gradient(left,#1f1f1f 93%,#090909 100%);
    background: -o-linear-gradient(left,#1f1f1f 93%,#090909 100%);
    background: -ms-linear-gradient(left,#1f1f1f 93%,#090909 100%);
    background: linear-gradient(to right,#1f1f1f 93%,#090909 100%);
    min-height: 100%;
}
.page-footer {
    background: #1f1f1f;
    z-index: 1000;
}
.menu-on-top nav ul ul li a:hover, .menu-on-top nav ul ul li:hover>a, .menu-on-top nav ul ul ul li a:hover {
    color: #fff;
    background-color: #1f1f1f;
}
.menu-on-top nav ul ul, .menu-on-top nav ul ul ul{
    border-bottom: 2px solid #1498d5
}
.btn-danger {
    color: #fff;
    background-color: #d32d2d;
    border-color: #a12525;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.btn-danger:hover:active,
.btn-danger:hover:focus,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ad2e2e;
    border-color: #ad2e2e;
}

/*Selectec 2 Tag Option Multiple*/
.select2-selection__choice{
    padding: 0px 22px 0 7px;
    margin-right: 4px;
    text-align: center;
    margin-top: 5px;
}
.select2-selection__choice__remove{
    padding: 1px 0 0 0;
}
.main-layout #content{
    background-color: #efefef;
}
h1.page-title span{
    word-spacing: 4px;
}
.menu-on-top nav ul ul, .menu-on-top nav ul ul ul{
    width: 210px;
}

li[aria-disabled=true]{
    opacity: 0.3;
}
#logo img {
    margin-top: 5px;
}
a {
    color: #d32d2d;
    text-decoration: none;
}
a:focus, a:hover {
    color: #ae1e1e;
    text-decoration: none;
}
.text-danger,
label.error{
    color: #d02b2b;
}
table .btn-primary {
    background-color: #3685cf;
    border-color: #2d74b6;
}
table .btn-primary:hover,
table .btn-primary:active,
table .btn-primary:focus,
table .btn-primary:focus:active,
table .btn-primary:hover:active{
    background-color: #2f75b7;
    border-color: #2f75b7;
}
.label-danger {
    background-color: #d32d2d;
}
.label-success {
    background-color: #3685cf;
}
.table-striped .text-muted{
    color: #353535;
}
.table-forum tr td h4 small{
    color: #6e6e6e;
}