﻿/****** DATA TABLES INICIO ******/

.dataTables_wrapper {
    margin-top: 20px;
}

    .dataTables_wrapper .table {
        margin: 0px 0 0px;
    }

        .dataTables_wrapper .table > thead > tr > th {
            font-family: Calibri;
            text-align: center;
            color: #f6f6f6;
           /* background-color: #336699;*/
            background-image: url('../images/bordeazul1.jpg');
            /* cursor: pointer;*/
        }

        .dataTables_wrapper .table > tbody > tr > td {
            font-family: Calibri;
            font-size: 1rem;
        }




            .dataTables_wrapper .table > thead > tr > th:hover {
                /*background-color: #7d7d7d;*/
                background-color: #336699;
            }

            .dataTables_wrapper .table > thead > tr > th.sorting_asc, .dataTables_wrapper .table > thead > tr > th.sorting_desc {
                position: relative;
            }

                .dataTables_wrapper .table > thead > tr > th.sorting_asc:after, .dataTables_wrapper .table > thead > tr > th.sorting_desc:after {
                    font-family: "Material-Design-Iconic-Font";
                    position: absolute;
                    top: 0.75rem;
                    right: 1rem;
                    font-size: 1.4rem;
                }

                .dataTables_wrapper .table > thead > tr > th.sorting_asc:after {
                    content: '\f1cd';
                }

                .dataTables_wrapper .table > thead > tr > th.sorting_desc:after {
                    content: '\f1ce';
                }

.dataTables_length,
.dataTables_filter {
    font-size: 0;
    position: relative;
}

    .dataTables_length:after,
    .dataTables_filter:after {
        font-family: "Material-Design-Iconic-Font";
        position: absolute;
        left: 1px;
        bottom: 5px;
        font-size: 1.2rem;
        color: #333;
    }

    .dataTables_length > label,
    .dataTables_filter > label {
        margin: 0;
        width: 100%;
    }

        .dataTables_length > label select,
        .dataTables_length > label input[type=search],
        .dataTables_filter > label select,
        .dataTables_filter > label input[type=search] {
            padding-left: 25px;
            font-size: 1rem;
            background: none;
            border: 0;
            height: 35px;
            border-radius: 0;
            width: 100%;
            border-bottom: 1px solid #eceff1;
        }

.dataTables_length {
    float: right;
    margin-left: 20px;
}

    .dataTables_length:before {
        content: "";
        position: absolute;
        pointer-events: none;
        z-index: 1;
        right: 0;
        bottom: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 8px 8px;
        border-color: transparent transparent #d1d1d1 transparent;
    }

@media (min-width: 576px) {
    .dataTables_length {
        min-width: 150px;
    }
}

@media (max-width: 575.98px) {
    .dataTables_length {
        display: none;
    }
}

.dataTables_length:after {
    content: '\f197';
}

.dataTables_length select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dataTables_filter {
    overflow: hidden;
}

    .dataTables_filter:after {
        content: '\f1c3';
    }

    .dataTables_filter > label:before, .dataTables_filter > label:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 0;
        bottom: 0;
        transition: width 500ms ease;
        background-color: #eb1e23;
    }

    .dataTables_filter > label:before {
        left: 50%;
    }

    .dataTables_filter > label:after {
        right: 50%;
    }

.dataTables_filter--toggled > label:before, .dataTables_filter--toggled > label:after {
    width: 50%;
}

.dataTables_paginate {
    text-align: center;
}

.paginate_button {
    background-color: #f3f3f3;
    display: inline-block;
    color: #7d7d7d;
    vertical-align: top;
    border-radius: 10%;
    margin: 0 2px 0 2px;
    font-size: 1rem;
    cursor: pointer;
    width: 2.5rem;
    height: 2.7rem;
    line-height: 2.5rem;
    text-align: center;
    transition: background-color 300ms, color 300ms;
}

@media screen and (prefers-reduced-motion: reduce) {
    .paginate_button {
        transition: none;
    }
}

.paginate_button.current {
    background-color: #0066cc;
    color: #FFFFFF;
    cursor: default;
}

.paginate_button:not(.current):not(.disabled):hover, .paginate_button:not(.current):not(.disabled):focus {
    background-color: #e6e6e6;
    color: #5c6165;
}

.paginate_button.current, .paginate_button.disabled {
    cursor: default;
}

.paginate_button.previous, .paginate_button.next {
    font-size: 0;
    position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .paginate_button.previous, .paginate_button.next {
        font-size: 1rem;
    }
}

.paginate_button.previous:before, .paginate_button.next:before {
    font-family: "Material-Design-Iconic-Font";
    font-size: 1rem;
    line-height: 2.55rem;
}

.paginate_button.previous:before {
    content: '\F2FF';
}

.paginate_button.next:before {
    content: '\F301';
}

.paginate_button.disabled {
    opacity: 0.6;
}

    .paginate_button.disabled:hover, .paginate_button.disabled:focus {
        color: #8e9499;
    }

.dataTables_info {
    text-align: center;
    margin: 20px 0 25px;
    font-size: 0.9rem;
    color: #9c9c9c;
}

.dataTables_buttons {
    float: right;
    margin: 0 0 0 20px;
    border-bottom: 1px solid #eceff1;
    min-height: 35px;
}

.dt-buttons {
    display: none;
}

.data-table-toggled {
    overflow: hidden;
}

    .data-table-toggled .dataTables_buttons [data-table-action="fullscreen"]:before {
        content: '\f16c';
    }



.control-table .icono-acciones {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    padding-top: 0.25rem;
    font-size: 1.5rem;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #f27587;
    border-color: #eb1e23;
}

.control-table .icono-acciones:hover {
    background-color: #eb1e23;
    border-color: #eb1e23;
}

.fila-seleccionada {
    background-color: rgba(240, 242, 212, 1) !important;
}


.actions__item{
    text-align: center
}


.actions:not(.actions--inverse) .actions__item {
    color: #a9adb1;
}

.actions:not(.actions--inverse) .actions__item:hover {
    color: #747a80;
}

.actions:not(.actions--inverse) .actions__item.actions__item--active {
    color: #5c6165;
}

.actions__item {
    display: inline-block;
    vertical-align: top;
    line-height: 31px;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 300ms;
    margin: 0 2px;
    width: 30px;
    height: 30px;
}

.actions__item > i {
    display: inline-block;
    width: 100%;
}

.actions--inverse .actions__item {
    color: rgba(255, 255, 255, 0.7);
}

    .actions--inverse .actions__item:hover {
        color: #FFFFFF;
    }

.actions--inverse .actions__item--active {
    color: #FFFFFF;
}

.card--fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19;
    /*padding-top: 72px;*/
    overflow: auto;
}


/****** DATA TABLES FIN ******/


/****** FLOAT LABEL INICIO ******/

.form-group--float {
    margin-top: 1.75rem;
}

.form-group--float .form-control:focus ~ label,
.form-group--float .form-control.form-control--active ~ label {
    bottom: 4rem;
    font-size: 0.875rem;
}

.form-group--float .form-control ~ label {
    font-size: 1rem;
    left: 1.5rem;
    bottom: 1.5rem;
    width: 100%;
}

.form-group--float .form-control:focus ~ label {
    color: #03A9F4;
}

.form-group--float .form-control-sm:focus ~ label,
.form-group--float .form-control-sm.form-control--active ~ label {
    bottom: 1.75rem;
    font-size: 0.775rem;
}

.form-group--float .form-control-sm ~ label {
    font-size: 0.875rem;
    bottom: 0.5rem;
}

.form-group--float .form-control-lg:focus ~ label,
.form-group--float .form-control-lg.form-control--active ~ label {
    bottom: 2.65rem;
    font-size: 1rem;
}

.form-group--float .form-control-lg ~ label {
    font-size: 1.25rem;
    bottom: 0.5rem;
}

.form-group--float > label {
    pointer-events: none;
    left: 0;
    position: absolute;
    margin: 0;
    transition: bottom 200ms ease-out, color 200ms ease-out, font-size 200ms ease-out, color 300ms;
}

.form-group > label {
    color: #7d7d7d;
    font-size: 0.875rem;
}

/****** FLOAT LABEL FIN ******/


.fondo {
    background-color: #f5f5f5;
}

.borde {
    border: 1px solid #e3e3e3
}

body {
    /*background-color: #E4E6E9;*/
    font-size: 13px;
}

header {
    background-image: url('../images/fondoceleste3.jpg');
    /*    background-color: #266cad;*/
    color: #FFFFFF;
}

.contenido {
    background-color: #FFFFFF;
    min-height: 100%;
    border: 0;
    border-left: 1px solid #CCC;
}

.contenido-pagina {
    padding: 8px 20px 24px;
}

.breadcrumb {
    border-bottom: 1px solid #E5E5E5;
    background-color: #F5F5F5;
}

.breadcrumb-item > a {
    color: #4C8FBD;
}

.breadcrumb-item .active > a {
    color: #555;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #B2B6BF;
}

.icono-inicio {
    font-size: 20px !important;
    margin-right: 7px;
    vertical-align: top;
}

.card {
    border-radius: 0.3rem;
}


.margin_60_35 {
    padding-top: 30px;
    padding-bottom: 5px;
}

footer h5 {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer ul li {
    margin-bottom: 10px;
}


footer ul li a {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    position: relative;
    color: #555;
}

footer ul.links li a:after {
    content: "\24";
    position: absolute;
    margin-left: 5px;
    top: 1px;
    opacity: 0;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

footer {
   /* background: #FFFffF !important;*/
    bottom: 0;
    width: 100%;
}

.dl-horizontal dt {
    width: 200px;
    white-space: normal;
}

.dl-horizontal dd {
    margin-left: 210px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 100%;
}*/

.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #495057;
    z-index: 999999999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.5
}

.loader {
    border: 5px solid #FFF;
    border-top: 5px solid #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF !important;
    background-color: rgba(255, 125, 125, 1) !important;
}


.custom-file-label::after {
    content: "Elegir";
}


/* #108ee9 */

@media print {
    .col-print-1 {
        width: 8%;
        float: left;
    }

    .col-print-2 {
        width: 16%;
        float: left;
    }

    .col-print-3 {
        width: 25%;
        float: left;
    }

    .col-print-4 {
        width: 33%;
        float: left;
    }

    .col-print-5 {
        width: 42%;
        float: left;
    }

    .col-print-6 {
        width: 50%;
        float: left;
    }

    .col-print-7 {
        width: 58%;
        float: left;
    }

    .col-print-8 {
        width: 66%;
        float: left;
    }

    .col-print-9 {
        width: 75%;
        float: left;
    }

    .col-print-10 {
        width: 83%;
        float: left;
    }

    .col-print-11 {
        width: 92%;
        float: left;
    }

    .col-print-12 {
        width: 100%;
        float: left;
    }
}

@media print {
    .no-cambio-pagina {
        page-break-inside: avoid;
    }

    .rows-print-as-pages .row {
        page-break-before: always;
    }
    /* include this style if you want the first row to be on the same page as whatever precedes it */
    
    .rows-print-as-pages .row:first-child {
    page-break-before: avoid;
    }
}


/** **/


.sidebar {
    width: 200px;
    position: absolute;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 19;
}

@media (max-width: 1199.98px) {
    .sidebar {
        background-color: #F8F8F8;
        transition: opacity 300ms, -webkit-transform 300ms;
        transition: transform 300ms, opacity 300ms;
        transition: transform 300ms, opacity 300ms, -webkit-transform 300ms;
    }

        .sidebar:not(.toggled) {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

        .sidebar.toggled {
            box-shadow: 5px 0 10px rgba(0, 0, 0, 0.08);
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

.sidebar .scrollbar-inner > .scroll-element {
    margin-right: 0;
}

.sidebar--hidden {
    background-color: #FFFFFF;
    transition: opacity 300ms, -webkit-transform 300ms;
    transition: transform 300ms, opacity 300ms;
    transition: transform 300ms, opacity 300ms, -webkit-transform 300ms;
}

.sidebar--hidden:not(.toggled) {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.sidebar--hidden.toggled {
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.08);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navigation {
    list-style: none;
    padding: 0;
}

    .navigation li a {
        color: #747a80;
        transition: background-color 300ms, color 300ms;
        line-height: 17px;
        display: block;
        border-bottom: 1px solid #E5E5E5;
    }

    .navigation li:not(.navigation__active):not(.navigation__sub--active) a:hover {
        /*background-color: rgba(0, 0, 0, 0.04);*/
        background-color: #FFF;
        border-left: 3px solid #266cad;
        padding-left: 12px;
        color: #266cad;
    }

    .navigation > li > a {
        text-decoration: none;
        padding: 8px 0px 8px 15px;
        position: relative;
        border-radius: 2px;
    }

.navigation > li > a > i {
    vertical-align: top;
    font-size: 1.3rem;
    position: relative;
    top: 0.1rem;
    width: 1.5rem;
    text-align: center;
    margin-right: 0.6rem;
}

.navigation__sub > ul {
    border-radius: 2px;
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.navigation__sub > ul > li > a {
    padding: 8px 16px 8px 43px;
    text-decoration: none;
}

.navigation__sub > ul > li > a:hover {
    padding-left: 40px !important;
}

.navigation__sub > ul > li:last-child {
    padding-bottom: 0.8rem;
}

.navigation__sub:not(.navigation__sub--active) > ul {
    display: none;
}

.navigation__sub .navigation__active {
    position: relative;
}

    .navigation__sub .navigation__active:before {
        font-family: "Material-Design-Iconic-Font";
        content: "";
        font-size: 6px;
        position: absolute;
        left: 1rem;
        top: 1.1rem;
    }


@media (min-width: 1200px) {
    .contenido:not(.content--boxed):not(.content--full) {
        margin-left: 200px;
    }
}

.ma-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 18;
}
