/* CSS customizations */
h3 {
    font-size: 2rem;
}

.header {
    background-color: #002464;
    border-bottom: 1px solid #001a47;
    border-top: 3px solid #001a47;
    z-index: 1000;
}

.userbox .name {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2em;
}

.userbox .role {
    color: #ddd;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2em;
}

.userbox .custom-caret {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

/* Layout Base - Page Header */
.page-header {
    background: #001842;
    border-bottom: none;
    border-left: 1px solid #001842;
    box-shadow: 1px 3px 0 1px #cccccc;
    height: 50px;
    margin: -40px -40px 40px -40px;
    padding: 0;
}

.sidebar-left .sidebar-header .sidebar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 73px;
    height: 50px;
    background-color: #001842;
    border-radius: 0 0 0 5px;
    text-align: center;
    cursor: pointer;
}

.sidebar-left {
    background: #012159;
    box-shadow: -5px 0 0 #2f3139 inset;
    color: #777777;
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 230px;
    z-index: 1010;
}

ul.nav-main > li > a:hover, ul.nav-main > li > a:focus {
    background-color: #01338c;
}

@media only screen and (min-width: 768px) {
    html.sidebar-left-collapsed .sidebar-left .nano {
        background: #012159;
        box-shadow: -5px 0 0 #2f3139 inset;
    }
}

.sidebar-left .sidebar-header .sidebar-title {
    color: #ddd;
    padding: 15px;
    font-size: 15px;
    font-size: 1.5rem;
}

ul.nav-main li a {
    font-size: 13px;
    font-size: 1.15rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.userbox.open .dropdown-menu a {
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    padding: 5px 10px;
}

.page-header .right-wrapper {
    margin-right: 30px;
    float: right;
}

.body-sign {
    display: table;
    height: 30vh;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
    width: 100%;
}

.dropdown-menu {
    background: #012159;
}

.table > thead > tr > th {
    text-align: center;
}

.indicadores thead td {
    padding: 10px 15px;
    margin: -15px -15px 15px;
}

html .panel-masi .panel-heading {
    background: #01338c;
    border-color: #01338c;
}

.panel-title {
    color: #fff;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none;
}

ul.nav-main li .nav-children li a:hover, ul.nav-main li .nav-children li {
    background: #012159;
}

ul.nav-main li .nav-children {
    background: #012159;
    box-shadow: 0px -3px 3px -3px rgba(0, 0, 0, 0.7) inset;
    display: none;
    padding: 10px 0;
}

ul.nav-main > li.nav-expanded > a {
    background: #012159;
}

ul.nav-main > li.nav-active > a:hover {
    color: #012159;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}

body {
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 22px;
    margin: 0;
    font-size: 1.09em;
    overflow-x: hidden;
    overflow-y: scroll;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1.2em;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btnconsulta {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 7px;
    font-size: 0.9em;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 1.1em;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.body-error .error-code {
    font-size: 140px;
    font-size: 6rem;
    line-height: 140px;
    line-height: 14rem;
    letter-spacing: 6px;
}

.fileupload .uneditable-input .fa {
    position: absolute;
    top: 12px;
    margin-left: -10px;
}

.uneditable-input {
    border: 1px solid #ccc;
    height: 35px;
    padding: 6px 10px;
    width: 400px;
    overflow: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.panel-edicion {
    border-radius: 0 !important;
}



/* Header Mobile */
@media only screen and (max-width: 767px) {
    .header .logo-container {
        background-color: #002464;
        border-bottom: 1px solid #E9E9E6;
        border-top: 3px solid #EDEDED;
    }

        .header .logo-container .logo {
            float: none;
            display: inline-block;
            line-height: 57px;
            margin-top: 0;
        }

    .header .search,
    .header .separator {
        display: none;
    }

    h3 {
        font-size: 1.2rem;
    }
}

.sk-circle {
    position: absolute;
    top: 48%;
    left: 48%;
    width: 40px;
    height: 40px;
    position: relative;
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #fff;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.notification-menu .title {
    color: #fff;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.7rem;
    padding: 2px 0 0;
}

.header .separator {
    background-color: #f6f6f6;
    display: inline-block;
    height: 100%;
    margin: 0 25px 0;
    width: 1px;
    vertical-align: middle;
}

.titulos {
    margin: 30px 0;
}

.datepicker-dropdown {
    z-index: 99999999;
}

ul.nav-main li .nav-children li a:hover, ul.nav-main li .nav-children li.active {
    background: #01338C;
}

.mr-1 {
    margin-right: 0.5rem !important;
}

.tabla2 .dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 0.5rem;
}
.tabla2 .dataTables_length .select2-container .select2-choice {
    height: 22px;
    line-height: 1.42857;
    width: 60px;
    margin: 0 10px;
}

.tabla2 dataTables_length .select2-container .select2-choice > .select2-chosen {
    padding: 3px 12px;
}

.tabla2 .dataTables_wrapper .mb-md {
    margin-bottom: 4px !important;
}