body {
    font-family: 'Calibri', sans-serif;
    background-image: url(../images/ravisa-back-2024.png);
    background-size: auto;
    font-size: 16px;
}

.logo-pequeno {
    width: 120px;
    margin-top: -18px;
    height: auto;
    margin-top: -10px;
    /*height: 57px;
    width: 120px;*/
}

/*h1, h2, h3, h4, h5, h6 {
    font-family: 'Alegreya', serif;
}*/

.panelInicio {
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8;
}

.panelForma {
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8;
}

.navbar-inverse {
    /*background-color: #093254;*/
    background-color: #26458d;
    border-color: #26458d;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #46657F;
}

.btn-primary {
    background-color: #F58220;
    border-color: #F58220;
}

    .btn-primary:hover {
        background-color: #B86218;
        border-color: #B86218;
    }

.navbar-brand {
    padding: 12px 15px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    /*background-color: #093254;*/
    background-color: #26458d;
    color: #fff;
}

#loadingGif {
    position: relative;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
}

#contenedorGif {
    position: fixed;
    top: 50%;
    left: 50%;
}

#tableContainer thead {
    background-color: #E6E0DA;
}

.multiselect-group {
    position: relative;
    vertical-align: middle;
}

.table-usuario {
    height: auto;
}

#tablegrid td, th {
    padding: 10px;
    text-align: center;
}

.alt {
    background-color: #fcfcfc;
}

.even {
    background-color: #e0e3e0;
}

.col-xs-12 {
    padding-bottom: 15px;
}

.v-center {
    min-height: 200px;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
}

#mapa {
    position: relative;
    width: 100%;
    height: 100%;
}

#chartdiv {
    /*position: relative;*/
    width: 100%;
    height: 300px;
}

.am5-tooltip-container {
    pointer-events: none;
}

#divMensajeError {
    display: none;
    background-color: #D3D9DB;
    margin-bottom: 20px;
}

#divMensajeError2 {
    display: none;
    background-color: #D3D9DB;
    margin-bottom: 20px;
}

hr {
    border-top: 1px solid #000;
}

.thEncabezado {
    background: #000;
    color: #fff;
}

input[type=checkbox], input[type=radio] {
    width: 12px;
    height: 12px;
}

#grid td, #grid1 td {
    background: #fff;
}

.typeahead a {
    white-space: normal !important;
}

#btnGuias {
    text-decoration: none;
}

.centrar {
    text-align: center;
}

.alto100 {
    height: 100% !important;
}

#paginacion input {
    margin-right: 1rem;
}

.cursor {
    cursor: pointer;
}

.tracking-options {
    column-count: 2;
    column-gap: 2rem;
    list-style: none;
}


/*MODIFICACIONES MODULO TRACKING*/

.respuestasTracking {
    display: none;
    padding-left: 0;
    padding-right: 0;
}

.respuestasTracking .panel-body {
    padding-left: 10px;
    padding-right: 10px;
}

#botonModal {
    display: none;
}

/*ESTILO DE TIMELINE*/
ul .timeline {
list-style-type: none;
position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }


/*ESTILOS MODAL*/
.modal-fullscreen {
    width: 80%;
    height: 80%;
    margin: auto; /* Esto centra horizontalmente */
    top: 10%; /* Esto centra verticalmente */
    left: 5%;
    position: fixed;
    overflow-y: auto;
    overflow-x: auto;
}

    .modal-fullscreen .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
    }

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
    }


/*ESTILO SPINNER LOADING*/

#loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000; /* Asegura que el spinner esté por encima del div de cubierta */
}

.loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loadingOverlay {
    display: none;
    position: fixed;
    top: 50px; 
    left: 0;
    width: 100%;
    height: calc(100% - 50px); /* Restamos 50px a la altura para dejar espacio en la parte superior */
    background: rgba(255, 255, 255, 0.7); /* Fondo semitransparente */
    z-index: 2147483647; /* Asegura que esté en la parte superior */
}

/*AJUSTANDO ANCHOS DE COLUMNA*/

#example th:nth-child(1),
#example td:nth-child(1) {
    width: 10%;
}

#example th:nth-child(2),
#example td:nth-child(2) {
    width: 10%;
}

#example th:nth-child(3),
#example td:nth-child(3) {
    width: 15%;
}

#example th:nth-child(4),
#example td:nth-child(4) {
    width: 50%;
}

#example th:nth-child(5),
#example td:nth-child(5) {
    width: 15%;
}


/*BOTON DE MODAL*/

.custom-card {
    background-color: lightgray; /* Cambia el color de fondo a un gris claro */
    text-align: center; /* Centra el contenido */
    border-radius: 10px; /* Opcional: Borde redondeado */
    padding: 20px; /* Espaciado interno para mejorar el aspecto */
}

    .custom-card:hover {
        background-color: lightsteelblue; /* Color en hover */
    }

    .custom-card h3 {
        font-weight: bold; /* Texto en negritas */
    }