@media (max-width: 991px) {
    div.dataTables_scrollHead table.dataTable, div.dataTables_scrollHead .dataTables_scrollFootInner, div.dataTables_scrollHead .dataTables_scrollHeadInner {
        width: 100% !important;
    }
}

.swal2-container.swal2-backdrop-show {
    z-index: 9999 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 15px !important;
}

.table tfoot tr th {
    border-bottom: 1px solid #eaf0f9;
    border-top: 1px solid #eaf0f9;
}


.eir {
    width: 25px;
    padding: 2px;
    margin: 0;
    font-size: 9px;
    min-height: 8px;
}

table.eirs {
    margin: 0;
}

.header-width, .contain-inner, #content-wrapper {
    max-width: 100% !important;
}

.site-content-title {
    max-width: 100% !important;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    z-index: 1001 !important;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    color: white;
    background-color: transparent;
    font-family: Roboto,sans-serif;
    font-size: 15px;
    font-weight: bold;
    vertical-align: center;
}

.has-success .form-control:focus {
    box-shadow: none !important;
}

.form-material .form-control {
    padding: 2px;
    font-size: 14px;
    border-bottom-color: #777;
}

.form-material label {
    color: #777;
}

.table td {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
}

.dataTables_scroll {
    /*overflow:auto !important;
    clear: both;*/
}

.searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    cursor: pointer;
    color: #ccc;
}

table {
    border-width: thin !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: fixed;
    word-wrap: break-word;
    margin: 0 auto;
    width: 100%;
    clear: both;
}

.datepicker {
    z-index: 1051;
}

th, td, th > div, td > div {
    white-space: nowrap !important;
}

.modal-full {
    width: 95% !important;
    max-width: 100%;
}

.select2-drop, .select2-dropdown {
    z-index: 9999 !important;
}

.labelmaterial {
    margin-left: 5px;
    color: #999;
}

.flatpickr-calendar.open {
    z-index: 9999 !important;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px !important;
        direction: ltr;
        cursor: pointer;
    }

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}


.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.progress-animated .progress-bar,
.progress-animated .bar {
    background: url("../img/progressbar.gif") !important;
    filter: none;
}

.fileupload-process {
    float: right;
    display: none;
}

.fileupload-processing .fileupload-process,
.files .processing .preview {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/loading.gif") center no-repeat;
    background-size: contain;
}

.files audio,
.files video {
    max-width: 300px;
}

@media (max-width: 767px) {
    .fileupload-buttonbar .toggle,
    .files .toggle,
    .files .btn span {
        display: none;
    }

    .files .name {
        width: 80px;
        word-wrap: break-word;
    }

    .files audio,
    .files video {
        max-width: 80px;
    }

    .files img,
    .files canvas {
        max-width: 100%;
    }

    #nav-mega {
        width: 50%;
    }
}


.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    padding: 5px !important;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        height: 100%;
        direction: ltr;
        cursor: pointer;
    }

.fileinput {
    margin-bottom: 9px;
    display: inline-block;
}

    .fileinput .form-control {
        padding-top: 7px;
        padding-bottom: 5px;
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
        cursor: text;
    }

    .fileinput .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center;
    }

        .fileinput .thumbnail > img {
            max-height: 100%;
        }

    .fileinput .btn {
        vertical-align: middle;
    }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
    max-width: 400px;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
}

.fileinput-new .input-group .btn-file {
    border-radius: 0 0 0 0;
}

    .fileinput-new .input-group .btn-file.btn-xs,
    .fileinput-new .input-group .btn-file.btn-sm {
        border-radius: 0 0 0 0;
    }

    .fileinput-new .input-group .btn-file.btn-lg {
        border-radius: 0 0 0 0;
    }

.form-group.has-warning .fileinput .fileinput-preview {
    color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}

.right-icon > a {
    z-index: 99 !important;
}

.dropNav {
    min-width: 200px !important;
}

#btnSalir {
    z-index: 99999 !important;
    width: 100%;
    float: none !important;
}

.open > .drop-profile {
    padding: 10px !important;
    z-index: 1000 !important;
}

.select2-container--focus, .select2-container--open {
    border-color: #8bb0fe;
    outline: 0;
    border-style: solid;
    border-width: 0;
    z-index: 99999 !important;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(120, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(120, 0, 0, 0.6);*/
}

select2-selection select2-selection--single:focus {
    border-color: #8bb0fe;
}

.dropdown-toggle:after {
    /*color: #780000;*/
}

.loader-overlay {
    opacity: .3 !important;
    background: #333;
}
.account-body .auth-header-box{
    background-color: #d6e2e9 !important;
}
.account-body .auth-header-box h4{
    color: #555;
}
#formlogin .btn-primary{
    background-color:#284b63;
    color:white;
}

.left-sidenav .brand .logo .logo-lg{
    height:40px;
}
.left-sidenav .brand .logo .logo-sm{
    height:40px;
}

/*.page-wrapper {
    width: 100%;
    margin-left: 0;
}
.topbar, .page-content {
    margin-left: 230px;
}*/
body {
    display: block !important;
}
.loader-overlay {
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.loader-preview-area {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    margin: auto;
}

.borde{
    border: 1px solid rgba(81, 203, 238, 1);
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.dtp .p10 > a {
    color: white !important;
}

.archivos {
    padding-left: 50px;
    font-size: 11px;
}

.botonproceso {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}

.mfp-wrap{
    z-index:9999 !important;
}