body {
    background-color: #ecf0f2;
}

.form-control {
    color: #333 !important;
}

/* ICON MARGINS */
    .navbar-nav i {
        margin-right: 8px;
    }

    .nav {
        text-transform: uppercase;
    }

    .btn i {
        margin-right: 10px;
    }

    .nav-pills i {
        margin-right: 12px;
    }

    .panel-collapse .list-group-item i {
        margin-right: 12px;
    }

    .panel-title i.fa {
        margin-right: 8px;
    }

.btn, .panel-title, .modal-title {
    text-transform: uppercase;
    font-weight: 700;
}

table.table tbody tr td, table.table thead tr th {
    vertical-align: middle;
}

table.table thead tr th {
    text-transform: uppercase;
}

.form-group.required .col-form-label:after, .form-group.required label:after {
    content: " *";
    color: red;
}

.breadcrumb {
    background-color: #FFFFFF;
}

.list-group-item {
    text-transform: uppercase;
}

.panel-primary>.panel-heading {
    background-color: #678199;
    border-color: #678199;
}

.bg-personal {
    background-color: #678199 !important;
}

.border-personal {
    border-color: #678199 !important;
}

label, .col-form-label {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
    font-size: 12px;
}

[v-cloak] {
    display: none;
}

.list-group-flush li:first-child { border-top: none; }

.flex-fill {
    overflow-x: hidden;
}

.sin-resultados {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    color: #999;
    border: 1px solid #CCC;
    padding: 70px 0;
    margin: 20px 0;
    border-radius: 7px;
}

.breadcrumb {
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    margin: 26px 0 22px 0;
}

.table thead th {
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 12px;
    color: #666;
}

.table tbody td, .table tbody th {
    vertical-align: middle;
}

.table tbody tr {
    font-size: 14px;
}

.table-number {
    width: 56px;
}

label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    margin-bottom: 4px;
}

.gray-input {
    border-radius: 5px;
    display: block;
    width: 96%;
    padding: 7px 2%;
    color: #444;
    border: none;
    border-bottom: 2px solid #CCC;
    background-color: #F6F6F6;
    outline: none;
}

    .gray-input:focus {
        background-color: #FBFBFB;
        border-bottom: 2px solid #498ee4;
        color: #222;
    }

.gray-label {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
}



.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 5;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.flex-fill {
    min-height: 0;
}

.form-group.required .control-label:after, .form-group.required label:after {
    content: " *";
    color: red;
}


/*
    Badge Counter
*/
.badge-counter {
    position: absolute;
    transform: scale(.7);
    transform-origin: top right;
    right: .25rem;
    margin-top: -.25rem;
}

/*
    Circle class
*/
.circle-primary {
    color: #fff;
    background-color: #2FA4E7;
}

.circle-secondary {
    color: #212529;
    background-color: #e9ecef;
}

.bg-secondary {
    background-color: #e3e3e3 !important;
}

.circle-success {
    color: #fff;
    background-color: #73A839;
}

.circle-danger {
    color: #fff;
    background-color: #C71C22;
}

.circle-warning {
    color: #fff;
    background-color: #DD5600;
}

.circle-info {
    color: #fff;
    background-color: #033C73;
}

.circle-light {
    color: #212529;
    background-color: #f8f9fa;
}

.circle-dark {
    color: #fff;
    background-color: #343a40;
}

.circle-sm {
    height: 1.5rem;
    width: 1.5rem;
    font-size: .75rem;
}

.circle-md {
    height: 2.0rem;
    width: 2.0rem;
    font-size: 1rem;
}

.circle-lg {
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.35rem;
}

.circle:hover {
    text-decoration: none;
    color: yellow;
}

.circle {
    border-radius: 100%;
    display: inline-flex;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    align-items: center;
    justify-content: center;
}

/*.form-control:focus {
    border-color: #2FA4E7;
    box-shadow: none;
    outline: 0 none;
}*/

.form-control-xs {
    height: calc(1em + .375rem + 2px) !important;
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn:focus {
    box-shadow: none;
    outline: 0 none;
}

.custom-select:focus {
    border-color: #2FA4E7;
    box-shadow: none;
    outline: 0 none;
}

.custom-control {
    line-height: 23px;
}



.float-button {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 3px 6px #999;
    opacity: .9;
    padding-top: 13px;
}


/* APP-TABLE EN MODO MÓVIL */

@media (max-width: 767.98px) {

    .table.b-table.b-table-stacked-md > tbody > tr {
        margin-top: 26px;
    }

    .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
/* DEFAULT LAYOUT */

.page {
    height: 100% !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
    display: flex !important;
    box-sizing: border-box;
    margin-top: 0em;
}

header {
    box-sizing: border-box;
    display: block;
}

content {
    overflow-y: auto;
    min-height: 0;
    overflow-x: hidden;
    margin-bottom: 1rem !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
    box-sizing: border-box;
    display: block;
}

footer {
    box-sizing: border-box;
    display: block;
}


@media (max-width: 767.98px) {
    header {
        /*height: 100% !important;*/
        box-sizing: border-box;
        display: block;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-top: 10px;
    }

    content {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-top: 5px;
    }
}

::-webkit-scrollbar {
    width: 11px;
    height: 8px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
}


/***************************** AGREGADOS 25-05-2022 - Jose Daniel Valdez ***************************************/

/*** TOOLTIP CON FLECHA ***/

.tooltip-container {
    position: relative;
    cursor: pointer;
}

.tooltip-one {
    padding: 10px 15px;
    z-index: 500;
    background: #fff;
    position: absolute;
    width: 300px;
    border-radius: 5px;
    text-align: center;
    filter: drop-shadow(0 3px 5px #ccc);
    line-height: 1.5;
    display: none;
    top: 50px;
    right: 50%;
    display: block;
    margin-right: -30px;
    border: 1px solid #D6DCDC;
    box-shadow: 2px 1px 1px #B6B6B6;
}

    .tooltip-one:after {
        z-index: 500;
        border-top: 1px solid #D6DCDC;
        border-left: 1px solid #D6DCDC;
        content: "";
        position: absolute;
        top: -9px;
        left: 50%;
        margin-left: 114px;
        width: 18px;
        height: 18px;
        background: white;
        transform: rotate(45deg);
    }


.tooltip-one-left {
    padding: 10px 15px;
    z-index: 1;
    background: #fff;
    position: absolute;
    width: 300px;
    border-radius: 5px;
    text-align: center;
    filter: drop-shadow(0 3px 5px #ccc);
    line-height: 1.5;
    display: none;
    top: 50px;
    right: 40%;
    display: block;
    margin-right: -25px;
    border: 1px solid #D6DCDC;
    box-shadow: 2px 1px 1px #B6B6B6;
}

    .tooltip-one-left:after {
        z-index: 1;
        border-top: 1px solid #D6DCDC;
        border-left: 1px solid #D6DCDC;
        content: "";
        position: absolute;
        top: -9px;
        left: 50%;
        margin-left: 114px;
        width: 18px;
        height: 18px;
        background: white;
        transform: rotate(45deg);
    }


.tooltip-one-right {
    padding: 10px 15px;
    z-index: 1;
    background: #fff;
    position: absolute;
    width: 300px;
    border-radius: 5px;
    text-align: center;
    filter: drop-shadow(0 3px 5px #ccc);
    line-height: 1.5;
    display: none;
    top: 50px;
    display: block;
    left: 25%;
    margin-left:-20px;
    border: 1px solid #D6DCDC;
    box-shadow: 2px 1px 1px #B6B6B6;
}

    .tooltip-one-right:after {
        z-index: 1;
        border-top: 1px solid #D6DCDC;
        border-left: 1px solid #D6DCDC;
        content: "";
        position: absolute;
        top: -9px;
        left: 0%;
        margin-left: 20px;
        width: 18px;
        height: 18px;
        background: white;
        transform: rotate(45deg);
    }

/****** CSS PARA TABS, ESTILO PARA QUE SOLO MUESTRE UNA LINEA ABAJO DEL TAB ******/
.customtab li a.nav-link {
    border: 0px;
    padding: 15px 20px;
    color: #67757c;
}

    .customtab li a.nav-link.active {
        border-bottom: 2px solid #398bf7;
        color: #398bf7;
    }

    .customtab li a.nav-link:hover {
        color: #398bf7;
    }


/****** BOTONES FLOTANTES ******/
.custombutton-float-top-right {
    position: fixed;
    right: 10px; /*  pegado a la derecha con 10 px de separacion  */
    top: 10px; /*  pegado arriba con 10 px de separacion  */
}

.custombutton-float-top-left {
    position: fixed;
    left: 10px; /*  pegado a la izquierda con 10 px de separacion  */
    top: 10px; /*  pegado arriba con 10 px de separacion  */
}

.custombutton-float-bottom-right {
    position: fixed;
    right: 10px; /*  pegado a la derecha con 10 px de separacion  */
    bottom: 10px; /*  pegado abajo con 10 px de separacion  */
}

.custombutton-float-bottom-left {
    position: fixed;
    left: 10px; /*  pegado a la izquierda con 10 px de separacion  */
    bottom: 10px; /*  pegado abajo con 10 px de separacion  */
}

/****** CSS PARA MENU BOOTNES DESPLEGABLE ******/

.btn-group-fab {
    width: 52px;
    height: 52px;
    z-index: 1;
}

    .btn-group-fab .btn {
        position: absolute;
        bottom: 0;
        border-radius: 50%;
        display: block;
        margin-bottom: 4px;
        width: 40px;
        height: 40px;
        margin: 4px auto;
    }


    .btn-group-fab .btn-main {
        width: 45px;
        height: 45px;
        z-index: 2;
    }

    .btn-group-fab .btn-sub {
        bottom: 0;
        /*z-index: 0;*/
        -webkit-transition: all 2s;
        transition: all 0.5s;
    }



.btn-main-display-left {
    right: 0px;
    margin-right: 0px;
}

.btn-sub-display-left {
    right: 3px;
    margin-right: 0px;
}


.btn-main-display-right {
    left: 0px;
    margin-left: 0px;
}

.btn-sub-display-right {
    left: 3px;
    margin-left: 0px;
}

.btn-main-display-bottom {
    top: 0px;
    margin-top: 0px;
}

.btn-sub-display-bottom {
    top: 3px;
    margin-top: 0px;
}



.btn-main-display-top {
    bottom: 0px;
    margin-bottom: 0px;
}

.btn-sub-display-top {
    bottom: 0px;
    margin-bottom: 0px;
}

/****** CSS PARA MENU BOOTNES DESPLEGABLE ******/
/** SE MUEVE HACIA LA IZQUIERDA**/
.btn-group-fab.active-left .btn-sub:nth-child(2) {
    right: 60px;
}

.btn-group-fab.active-left .btn-sub:nth-child(3) {
    right: 110px;
}

.btn-group-fab.active-left .btn-sub:nth-child(4) {
    right: 160px;
}

.btn-group-fab.active-left .btn-sub:nth-child(5) {
    right: 210px;
}

.btn-group-fab.active-left .btn-sub:nth-child(6) {
    right: 260px;
}

.btn-group-fab.active-left .btn-sub:nth-child(7) {
    right: 310px;
}

.btn-group-fab.active-left .btn-sub:nth-child(8) {
    right: 360px;
}

.btn-group-fab.active-left .btn-sub:nth-child(9) {
    right: 410px;
}

.btn-group-fab.active-left .btn-sub:nth-child(10) {
    right: 460px;
}

/** SE MUEVE HACIA LA DERECHA**/
.btn-group-fab.active-right .btn-sub:nth-child(2) {
    left: 60px;
}

.btn-group-fab.active-right .btn-sub:nth-child(3) {
    left: 110px;
}

.btn-group-fab.active-right .btn-sub:nth-child(4) {
    left: 160px;
}

.btn-group-fab.active-right .btn-sub:nth-child(5) {
    left: 210px;
}

.btn-group-fab.active-right .btn-sub:nth-child(6) {
    left: 260px;
}

.btn-group-fab.active-right .btn-sub:nth-child(7) {
    left: 310px;
}

.btn-group-fab.active-right .btn-sub:nth-child(8) {
    left: 360px;
}

.btn-group-fab.active-right .btn-sub:nth-child(9) {
    left: 410px;
}

.btn-group-fab.active-right .btn-sub:nth-child(10) {
    left: 460px;
}



/** SE MUEVE HACIA LA ABAJO**/

.btn-group-fab.active-bottom .btn-sub:nth-child(2) {
    top: 60px;
}

.btn-group-fab.active-bottom .btn-sub:nth-child(3) {
    top: 110px;
}

.btn-group-fab.active-bottom .btn-sub:nth-child(4) {
    top: 160px;
}

.btn-group-fab.active-bottom .btn-sub:nth-child(5) {
    top: 210px;
}

.btn-group-fab.active-bottom .btn-sub:nth-child(6) {
    top: 260px;
}

.btn-group-fab.active-bottom .btn-sub:nth-child(7) {
    top: 310px;
}

.btn-group-fab.active-bottom .btn-sub:nth-child(8) {
    top: 360px;
}

.btn-group-fab.active-bottom .btn-sub:nth-child(9) {
    top: 410px;
}

.btn-group-fab.active-bottom .btn-sub:nth-child(10) {
    top: 460px;
}

/** SE MUEVE HACIA LA ARRIBA **/

.btn-group-fab.active-top .btn-sub:nth-child(2) {
    bottom: 60px;
}

.btn-group-fab.active-top .btn-sub:nth-child(3) {
    bottom: 110px;
}

.btn-group-fab.active-top .btn-sub:nth-child(4) {
    bottom: 160px;
}

.btn-group-fab.active-top .btn-sub:nth-child(5) {
    bottom: 210px;
}

.btn-group-fab.active-top .btn-sub:nth-child(6) {
    bottom: 260px;
}

.btn-group-fab.active-top .btn-sub:nth-child(7) {
    bottom: 310px;
}

.btn-group-fab.active-top .btn-sub:nth-child(8) {
    bottom: 360px;
}

.btn-group-fab.active-top .btn-sub:nth-child(9) {
    bottom: 410px;
}

.btn-group-fab.active-top .btn-sub:nth-child(10) {
    bottom: 460px;
}





/* estilo para menu con animacion con estilo flecha, ejemplo de la animacion( =  ->  X )*/

/*
            CODIGO HTML
            <div id="nav-icon-animated-line">
                <span class="p-0 m-0"></span>
                <span class="p-0 m-0"></span>
                <span class="p-0 m-0"></span>
            </div>

            CODIGO JAVASCRIP
            $('#nav-icon-animated-line').toggleClass('open');

        */
#nav-icon-animated-line {
    width: 25px;
    height: 5px;
    margin: 4px auto;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon-animated-line span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #d3531a;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon-animated-line span:nth-child(1) {
            top: 0px;
        }

        #nav-icon-animated-line span:nth-child(2) {
            top: 7px;
        }

        #nav-icon-animated-line span:nth-child(3) {
            top: 14px;
        }

    #nav-icon-animated-line.open span:nth-child(1) {
        top: 7px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon-animated-line.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon-animated-line.open span:nth-child(3) {
        top: 7px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }








/* estilo para menu con animacion, ejemplo de la animacion( =  X )*/
/*
    CODIGO HTML
     <div id="nav-icon3" class="m-0">
        <span></span>
        <span></span>
        <span></span>
        <span></span>
    </div>

    CODIGO JAVASCRIP
    $('#nav-icon3').toggleClass('open');

*/


#nav-icon3 {
    width: 28px;
    height: 30px;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        /*background: #d3531a; se asigna desde el componente*/
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }



        /* Icon 3 */

        #nav-icon3 span:nth-child(1) {
            top: 3px;
        }

        #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
            top: 12px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 21px;
        }

    #nav-icon3.open span:nth-child(1) {
        top: 12px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }


/*class para hover */

.hover-primary:hover {
    background-color: #BFD4EB !important;
}

.hover-sky-blue:hover {
    background-color: #D9ECFD !important;
}
.hover-secondary:hover {
    background-color: #e9ecef !important;

}

.hover-success:hover {
    color: #fff !important;
    background-color: #CCDECC !important;
}

.hover-danger:hover {
    background-color: #F3C9C9 !important;
}

.hover-warning:hover {
    background-color: #DD5600 !important;
}


.hover-info:hover {
    background-color: #033C73 !important;
}

.hover-light:hover {
    background-color: #f8f9fa !important;
}

.hover-light:hover {
    background-color: #343a40 !important;
}

.hover-white:hover {
    background-color: white !important;
}


.cursor-pointer {
    cursor: pointer;
}




/****************************** ESTILO PARA CHECKBOX ****************************/


[type="checkbox"].chk-new-style:not(:checked),
[type="checkbox"].chk-new-style:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="checkbox"].chk-new-style {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    webkit (safari, chrome) browsers -moz-user-select: none;
    mozilla browsers -khtml-user-select: none;
    webkit (konqueror) browsers -ms-user-select: none;
    IE10 +
}

    [type="checkbox"].chk-new-style + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        -webkit-user-select: none;
        webkit (safari, chrome) browsers -moz-user-select: none;
        mozilla browsers -khtml-user-select: none;
        webkit (konqueror) browsers -ms-user-select: none;
        IE10 +
    }

        [type="checkbox"].chk-new-style + label:before,
        [type="checkbox"].chk-new-style:not(.filled-in) + label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            z-index: 0;
            border: 1px solid #b1b8bb;
            border-radius: 1px;
            margin-top: 2px;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
        }

    [type="checkbox"].chk-new-style:not(.filled-in) + label:after {
        border: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    [type="checkbox"].chk-new-style:not(:checked):disabled + label:before {
        border: none;
        background-color: rgba(0, 0, 0, 0.26);
    }

[type="checkbox"].tabbed:focus + label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].chk-new-style:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].chk-new-style:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

Indeterminate checkbox
[type="checkbox"].chk-new-style:indeterminate + label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].chk-new-style:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent;
}

[type="checkbox"].filled-in + label:after {
    border-radius: 2px;
}

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    .1s delay is for check animation -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    -o-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #b1b8bb;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + label:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD;
}

[type="checkbox"].filled-in:disabled:checked + label:before {
    background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD;
}




[type="checkbox"].filled-in:checked.chk-col-light-blue + label:after {
    border: 2px solid rgba(0, 0, 0, 0.1);
    background-color: #03A9F4;
}

[type="checkbox"].filled-in:checked.chk-col-light-secondary + label:after {
    border: 2px solid #aac6de;
    background-color: #b1b8bb;
}

/************************************* FIN ESTILOS DE CHECHBOX **********************************************/


/*********************** ESTILO PARA MOSTRAR EN TODA LA PANTALLA ***********************/
.panel-fullscreen {
    position: fixed !important;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0;
    border: 0;
    overflow: auto;
    padding: 0px;
}

/************************************* FIN  **********************************************/

/*********************** ESTILO PARA HACER MODALES MAS GRANDES ***********************/
.modal-xxl {
    max-width: 75% !important;
}

.modal-xxxl {
    max-width: 88% !important;
}

/************************************* FIN  **********************************************/


/************************************* ESTILO PARA LOS "CONTROLES MODALES" QUE SALEN DESDE LOS COSTADO RIGHT Y LEFT  **********************************************/
/*left right modal*/
.modal.left_modal, .modal.right_modal {
    position: fixed;
    z-index: 9999;
}

/*.modal-backdrop {
    display: none;
}*/
    .modal.left_modal .modal-dialog,
    .modal.right_modal .modal-dialog {
        position: fixed;
        margin: auto;
        width:100%;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }


    .modal.left_modal .modal-content,
    .modal.right_modal .modal-content {
        /*overflow-y: auto;
    overflow-x: hidden;*/
        height: 100vh !important;
    }

    .modal.left_modal .modal-body,
    .modal.right_modal .modal-body {
        padding: 15px 15px 30px;
    }



/*Left*/
.modal.left_modal.fade .modal-dialog {
    left: -50%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
    left: 0;
    box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}

/*Right*/
.modal.right_modal.fade .modal-dialog {
    right: -50%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}



.modal.right_modal.fade.show .modal-dialog {
    right: 0;
    box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}


/*.modal-backdrop {
    display: none;
}*/




.modal_outer .modal-body {
    /*height:90%;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 91vh;
}


/************************************* FIN  **********************************************/

