﻿@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    padding-top: 50px;
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif;
    color: #555 !important;
    background: #eff4f2;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.Width100 {
    width: 80% !important;
    padding-top: 20px;
}

.buttonInline {
    background-color: #4f8662;
    cursor: pointer;
    padding: 4px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
}

    .buttonInline:hover {
        background-color: #4f8662ca;
    }

    .buttonInline:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

.buttonInline-orange {
    background-color: #eea236;
    cursor: pointer;
    padding: 4px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
}

    .buttonInline-orange:hover {
        background-color: #f0ad4e;
    }

    .buttonInline-orange:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

/*-----------------------personalizaciones----------------*/
.table-danger {
    /*background-color: #D48788 !important;
    color: #fff !important;*/

    color: #a94442;
    background-color: #f2dede;
}

    .table-danger a {
        text-decoration: none;
        color: #a94442;
        cursor: pointer;
    }

        .table-danger a:hover {
            text-decoration: underline;
        }

.container {
    width: 95%;
}

.jumbotron {
    background-color: #ffffff !important;
    margin-top: 2rem;
    padding: 2rem !important;
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0px 1px 24px rgba(86, 108, 16, 0.3);
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: calc(100vh - 150px); /* 150px = alto aproximado del header+footer */
}

    .jumbotron .row .col-md-12 h4 {
        font-weight: bold;
    }

.table {
    border-collapse: collapse;
    width: 100% !important;
    border: 1px solid #c6cbb2;
}

    /* Encabezados */
    .table thead tr th {
        font-weight: bold;
        padding: 12px;
        background-color: var(--color-primario);
        color: #ffffff;
        vertical-align: middle !important;
        border: 1px solid #c6cbb2;
    }

    .table thead th, table.dataTable thead td {
        border-bottom: none !important
    }

    /* Filas */
    .table tbody td {
        padding: 10px;
        border: 1px solid #c6cbb2;
    }

    /* Hover en filas */
    .table tbody tr:hover {
        background-color: #e9eedf;
    }


div.pager {
    text-align: center;
    margin: 1em 0;
}

    div.pager span {
        display: inline-block;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8;
        text-align: center;
        cursor: pointer;
        background: #ffffff;
        color: #3a3a3a;
        margin-right: 0.5em;
        border-radius: 50%;
    }

        div.pager span.active {
            background: #4f8662;
            color: #fff;
        }


/*=================boostrap update==================*/

.form-group {
    font-size: 12px;
}

.form-horizontal .control-label {
    text-align: left;
}

.MensajeAlert {
    width: 400px;
    overflow-x: hidden;
}


.fielBlock {
    width: 23%;
    display: inline-block;
    min-height: 250px;
    overflow-y: auto;
    vertical-align: top;
    margin: 10px;
}

legend {
    border: 0;
    border-bottom: solid 2px #dddd;
}


/*---edpaz*/
/*-----------para sweet alert------------------*/
.swal-button {
    border-radius: 5px;
    background-color: #65a74a;
    font-size: 12px !important;
    border: 1px solid #65a74a;
    font-family: Calibri, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3) !important;
}

    .swal-button:hover {
        background-color: #fff !important;
        color: #65a74a !important;
    }

    .swal-button:active {
        background-color: #fff !important;
        color: #65a74a !important;
    }

.swal-button--danger {
    background-color: #ee5151 !important;
    font-size: 12px;
    border: 1px solid #ee5151 !important;
}

    .swal-button--danger:hover {
        background-color: #fff !important;
        font-size: 12px;
        color: #ee5151 !important;
        border: 1px solid #ee5151 !important;
    }

.swal-button--cancel {
    color: #555;
    background-color: #efefef !important;
    border: 1px solid #555 !important;
}

    .swal-button--cancel:hover {
        color: #555 !important;
        border: 1px solid #555 !important;
    }

.swal-button--historicos {
    color: #fff;
    background-color: #4e52a5 !important;
    border: 1px solid #4e52a5 !important;
}

    .swal-button--historicos:hover {
        color: #4e52a5 !important;
        border: 1px solid #4e52a5 !important;
    }

.swal-button--solicitud {
    color: #fff;
    background-color: #f0ad4e !important;
    border: 1px solid #eea236 !important;
}

    .swal-button--solicitud:hover {
        color: #f0ad4e !important;
        border: 1px solid #eea236 !important;
    }

.swal-title {
    margin: 0px;
    font-size: 18px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.swal-modal {
    width: auto !important;
    min-width: 600px;
}

.swal-overlay {
    z-index: 5000;
}

.swal-title:not(:last-child) {
    margin-bottom: 13px;
    margin-top: 5px;
}

.swal-title {
    margin-top: -2px;
}
/* para checbox   */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #65a74a;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/*------------------animacion-------------*/
.slideRight {
    /*position: absolute;*/
    transition-property: width;
    transition-duration: 10s;
    -webkit-transition-property: width;
    -webkit-transition-duration: 10s;
    -o-transition-property: width;
    -o-transition-duration: 10s;
    background-color: #65a74a;
    width: 0%;
    height: 2px;
}

.slideLeft {
    /*position: absolute;*/
    transition-property: width;
    transition-duration: 10s;
    -webkit-transition-property: width;
    -webkit-transition-duration: 10s;
    -o-transition-property: width;
    -o-transition-duration: 10s;
    text-align: center;
    width: 100%;
}


.spanLink {
    cursor: pointer;
    ZOOM: 1.5;
}


.form-control-largo {
    max-width: 500px;
}


.texto-menu {
    font-size: 20;
}



/*BANERS DE TITULOS*/
.texto-titulo_banner-wrapper {
    display: table;
    width: 100%;
    margin: 10px;
}

.texto-titulo_banner {
    width: 100%;
    padding: 5px;
    background-color: #929daf;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-weight: bold;
}

.tercero-banner-rojo {
    width: 100%;
    padding: 5px;
    background-color: #ffad33;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.tercero-banner-naranja {
    width: 100%;
    padding: 5px;
    background-color: #ffad33;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.tercero-banner-verde {
    width: 100%;
    padding: 5px;
    background-color: #ffad33;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}



.estado-tbl-gray {
    background-color: #efefef;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #efefef;
    color: #555;
    font-size: 7pt;
    text-align: center;
}


.estado-tbl-orange {
    background-color: #f0ad4e;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #f0ad4e;
    color: #ffffff;
    font-size: 7pt;
    text-align: center;
}

.estado-tbl-orange-custom {
    background-color: #f0ad4e;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #f0ad4e;
    color: #ffffff;
    font-size: 9pt;
    text-align: center;
}

.estado-tbl-orange .glyphicon.glyphicon-ok {
    margin-left: 1rem;
}


.estado-tbl-red {
    background-color: #d9534f;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #d9534f;
    color: #ffffff;
    font-size: 7pt;
    text-align: center;
}

    .estado-tbl-red .glyphicon.glyphicon-ok {
        margin-left: 1rem;
    }


.estado-tbl-green {
    background-color: #5cb85c;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #5cb85c;
    color: #ffffff;
    font-size: 7pt;
    padding: 0.5rem;
    text-align: center;
}

    .estado-tbl-green .glyphicon.glyphicon-ok {
        margin-left: 1rem;
    }


.cls-datos-add-tercero {
    cursor: pointer;
    border-radius: 5px;
    font-size: 8pt;
}

.separate-grid-top {
    margin-top: 10px;
}

/*Init Clases custom para el datatable*/
.dataTables_filter label {
    font-size: 0;
    width: 100%;
}

.dataTables_filter input {
    font-size: 12px !important;
    font-weight: normal;
}

.dataTables_wrapper {
    margin-top: 1rem;
}

.clear-btn {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    display: none;
}


/* Contenedor de la tabla */
table.dataTable {
    border-collapse: collapse;
    width: 100% !important;
    border: 1px solid #c6cbb2;
    border-collapse: collapse !important;
}

    /* Encabezados */
    table.dataTable thead tr th {
        font-weight: bold;
        padding: 12px;
        background-color: var(--color-primario);
        color: #ffffff;
        vertical-align: middle !important;
        border: 1px solid #c6cbb2;
    }

    /* Filas */
    table.dataTable tbody td {
        padding: 8px;
        border: 1px solid #c6cbb2;
    }

    /* Hover en filas */
    table.dataTable tbody tr:hover {
        background-color: #e9eedf;
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #c6cbb2 !important;
    }

#tableTercero_filter label {
    display: block;
    width: 100%;
}

/*Filtros*/
.dataTables_filter input {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    max-width: 100%;
    box-sizing: border-box;
}

/* Contenedor de paginación */
.dataTables_wrapper .dataTables_paginate {
    text-align: center;
}

    /* Botones de paginación */
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        border-radius: 8px 8px !important;
        min-width: 30px !important;
        height: 30px;
        padding: 0.6rem !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
            outline: none !important;
            box-shadow: none !important;
            border-color: transparent; /* o ponle el mismo color de fondo */
        }

        /* Hover en botones */
        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            background: var(--color-primario) !important;
            opacity: 0.5;
            color: #fff !important;
            border: none !important
        }

        /* Botón activo */
        .dataTables_wrapper .dataTables_paginate .paginate_button.current {
            background: var(--color-primario) !important;
            color: #fff !important;
            border: none !important;
        }

        /* Botón deshabilitado */
        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
            cursor: not-allowed;
            background-color: var(--color-primario);
            color: #ffffff !important;
            opacity: 0.5
        }



/*End*/
.acciones-flex {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    justify-content: center;
}

/*Init Clases custom*/
.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 20px;
}

.mt-5 {
    margin-top: 25px;
}

.mt-6 {
    margin-top: 30px;
}

.mb-1 {
    margin-top: 5px;
}

.mb-2 {
    margin-top: 10px;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 15px;
}

.ml-4 {
    margin-left: 20px;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.p-1 {
    padding: 5px;
}

.p-1 {
    padding: 10px;
}

.lista-dos-columnas {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 60%
}

    .lista-dos-columnas li {
        width: 50%; /* dos por fila */
        box-sizing: border-box;
    }
/*End*/

/*Layout custom estructure*/
.navbar-fixed-top {
    /* border-bottom: solid 2px #6B803F;*/
    box-shadow: 0 .15rem 1.75rem rgba(0,0,0,0.4) !important;
    background: var(--color-primario);
    color: #ffffff !important;
    z-index: 500;
}

.navbar-default {
    border: hidden;
}

    .navbar-default .navbar-nav > li > a {
        color: inherit;
    }

    .navbar-default .navbar-brand {
        color: inherit;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #c6cbb2 !important;
        font-weight: bold;
    }

.flag-country {
    margin: 0px 0px 0px 10px;
    display: inline !important;
    border: 1px solid #a1a1a1;
    box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.3)
}

.home-index {
    text-align: center;
    margin: 4rem;
    color: #777;
    font-weight: bold;
}

footer {
    /*   border-top: solid 2px #6B803F;*/
    width: 100%;
    color: #777;
    background: var(--color-primario);
    margin-top: auto;
    padding: 1.5rem;
    color: #ffffff;
    height: 50px;
}

/*Menú seleccionado*/
.active-padre a.dropdown-toggle {
    background-color: #c6cbb2 !important;
    font-weight: bold;
    color: #555 !important;
}

.active-padre .dropdown-menu li:hover {
    background-color: #c6cbb2 !important;
    box-shadow: 0 4px 8px rgba(98, 124, 59, 0.5) !important;
    transition: all 0.3s ease;
}

.active-padre .dropdown-menu {
    padding-bottom: 0 !important;
}


a.active {
    background-color: #c6cbb2 !important;
    font-weight: bold;
    color: #555 !important;
}

#menudesplegable li a.texto-menu:hover {
    color: inherit !important;
    font-weight: bold;
}

a.navbar-brand:hover {
    color: #ffffff !important;
    font-weight: bold;
}

.navbar-right li a.close-app:hover {
    color: #ffffff !important;
    font-weight: bold;
}

.active-padre .dropdown-menu li a.active {
    background-color: #fff !important;
    color: rgb(98, 124, 59) !important;
    font-weight: bold;
}

.btn.active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*End*/


/*Init Modales*/
h4.titulo-modal {
    margin-bottom: 0;
    font-weight: bold;
    margin: 1rem;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    cursor: pointer;
}

    .close-modal:hover {
        transform: scale(1.5);
    }
/*End*/

.ocultar {
    display: none;
}

/*Init custom utilidades bootstrap*/

input:focus,
select:focus,
textarea:focus {
    border-color: rgb(107, 128, 63,0.6) !important;
    box-shadow: 0 0 8px rgb(107, 128, 63,0.6) !important;
    outline: 0 !important;
}

.label-icon-info {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.glyphicon {
    cursor: pointer;
}

.tooltip {
    z-index: 99999;
    max-width: 200px;
    box-shadow: 6px 1px 13px 0px rgb(107, 128, 63, 0.6);
}

.tooltip-inner {
    background-color: #6B803F;
    opacity: 1 !important;
    z-index: 5000 !important;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #6B803F;
    margin-bottom: 1px;
}

.tooltip.right {
    padding-right: 0;
    border-radius: 8px 8px;
}

    .tooltip.right .tooltip-arrow {
        border-right-color: #6B803F;
        margin-left: 1px;
    }

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #6B803F;
    margin-top: 1px;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #6B803F;
    margin-right: 1px;
}

/*End */

/*Init toast custom*/
.toast-container {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 7000;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 300px;
    pointer-events: none;
}

.toast {
    position: relative; /* <--- importante */
    pointer-events: auto;
    padding: 0.75rem 1rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: -9px 8px 5px 0px rgba(0, 0, 0, .15);
    border: 1px solid #2563eb;
    border-left: 6px solid #2563eb;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .25s ease, transform .25s ease;
    z-index: 5001;
}

    .toast .title {
        flex: 1;
        font-weight: bold;
        font-size: 14pt;
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .toast .message {
        font-size: 12pt;
    }

    .toast.show {
        opacity: 1;
        transform: translateY(0);
    }

    .toast .close-btn {
        position: absolute; /* <--- posicionamiento absoluto */
        top: 6px; /* distancia desde arriba */
        right: 8px; /* distancia desde la derecha */
        border: none;
        background: transparent;
        cursor: pointer;
        color: #444;
        font-size: 14pt;
        font-weight: bold;
        line-height: 1;
    }

        .toast .close-btn:hover {
            color: #000;
            transform: scale(1.5);
        }

    .toast.success {
        border-color: #16a34a;
    }

    .toast.error {
        border-color: #dc2626;
    }

    .toast.warning {
        border-color: #f59e0b;
    }

    .toast.info {
        border-color: #17a2b8;
    }

    .toast .icon-success {
        color: #16a34a;
    }

    .toast .icon-error {
        color: #dc2626;
    }

    .toast .icon-warning {
        color: #f59e0b;
    }

    .toast .icon-info {
        color: #17a2b8;
    }

/*End*/

.text-bold {
    font-weight: bold;
}

.loader-box {
    background: #ffffff;
    padding: 6rem;
    border-radius: 10px 10px;
    max-width: 300px !important;
}

.loader {
    color: var(--color-primario);
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: animar-loader 1.3s infinite linear;
    transform: translateZ(0);
    margin: 0 auto;
}

@keyframes animar-loader {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes fade-text-loader {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

.loader-box .loader-message {
    color: rgba(102, 102, 102, 0.8);
    font-weight: bold;
    font-size: 1.5rem;
    animation: fade-text-loader 1s ease-in-out infinite;
    padding-top: 1rem;
}

.table-custom {
    border: 1px solid #dddd !important
}

    .table-custom thead tr th {
        border: 1px solid #dddd !important
    }

    .table-custom tbody tr td {
        border: 1px solid #dddd !important
    }

.required {
    border: 1px solid #ff0000;
}

.dropdown-menu {
    font-size: 12px !important;
}


.justify-content-between {
    display: flex;
    justify-content: space-between;
}

.swal-overlay {
    overflow-y: hidden;
}

.swal-content {
    max-height: 65vh;
    overflow-y: auto;
    font-size: 12px;
}

.navbar-brand {
    font-size: inherit;
    padding-left:initial;
}

.form-control {
    font-size: inherit;
}

/*Modal Bootstrap*/
.modal-header {
    background-color: #eff4f2;
    border-bottom: 2px solid #566c10;
    padding: 2rem 1rem;
    text-align: center;
    position: relative;
}

.modal-content {
    border-radius: 6px;
    overflow: hidden;
}

.modal-title {
    width: 100%;
    margin: 0;
    font-weight: bold;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 15px;
    float: none;
    font-size: 22px;
    margin-top: 0;
}


.modal.show .modal-dialog {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 100vh !important;
}

.modal-xl {
    width: 80vw !important;
    max-width: 80vw !important;
    max-height: 85vh !important;
}

    .modal-xl .modal-content {
        max-height: 85vh !important;
        display: flex;
        flex-direction: column;
        border-radius: 6px;
        overflow: hidden;
    }

.modal-body {
    max-height: calc(85vh - 120px);
    overflow-y: auto;
}

.custom-text {
    text-shadow: 2px 2px 8px #c6cbb2;
}

.container-table {
    overflow: auto;
}

.btn, .btn-lg {
    font-size: inherit;
}

.div-button-end {
    display: flex;
    justify-content: end;
}

.btn-info-disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

#btn-scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 100;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 15px;
    z-index: 5000;
    background-color: #c6cbb2;
    border: solid 2px #c6cbb2;
}

    #btn-scroll-top:focus {
        outline: #e7e7e7;
        box-shadow: none;
    }

    #btn-scroll-top:active {
        outline: #e7e7e7;
        box-shadow: none;
    }

.filter-button {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
}

.justify-content-end {
    display: flex;
    justify-content: end;
}

.report iframe {
    width: 100% !important;
    border: none;
    min-height: 700px !important,
}

.control-70 {
    max-width: 70%;
}

.control-100 {
    max-width: 100%;
}

input[readonly],
textarea[readonly] {
    cursor: not-allowed !important;
}

select:disabled {
    cursor: not-allowed !important;
}

.div-scroll-header-fixed {
    height: 600px;
    overflow: auto;
}

    .div-scroll-header-fixed table thead {
        position: sticky;
        top: 0;
        z-index: 20;
        height: -1px;
        background-color: #566c10;
    }

.p-4rem {
    padding: 4rem;
}

@media screen and (min-width: 768px) {
    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 0;
        padding-left: 0;
    }
}

@media(max-width:980px) {
    input, select, textarea {
        max-width: 100% !important;
    }

    .label-icon-info {
        display: block;
    }

    .filter-button {
        margin-top: 1rem;
    }

    .col-md-3 {
        margin-top: 1rem;
    }

    .container {
        width: 100%;
    }

    .p-4rem {
        padding: 1rem;
    }
}

@media(max-width:1000px) {
    .dataTables_wrapper {
        overflow: auto;
    }
}
