html {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-image: url("/img/fondo-1.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px !important;
    background-color: transparent !important;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
}

#nav-Layout {
    background-color: #008eca !important;
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}

nav #logo_eps_sura_b {
    width: 10rem;
}

nav-link text-dark {
    color: #fff !important;
}

#nav-Layout .container-menus {
    display: flex;
    justify-content: space-around;
    width: 100%;
}


.information {
    height: 74px;
    background-color: #002f55;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

    .information #logo_ordenes {
        width: 20rem;
    }

    .information #logo_gaf {
        width: 17rem;
    }

footer {
    background-color: #008eca;
}

.class-footer {
    background-color: #008eca;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
}

.btn-outline-info {
    color: #008eca !important;
    border-color: #008eca !important;
}

    .btn-outline-info:hover {
        color: #fff !important;
        background-color: #008eca !important;
    }


.btn-editar:hover {
    color: #fff !important;
}

.btn-cancelar {
    background: linear-gradient(to bottom, #808080 20%, #808080 100%);
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    border-radius: 25px;
    width: 9rem;
    border: none;
    position: relative;
    z-index: 1;
    width: 11rem;
}

.btn-confirmated:hover {
    /* background-color: #002f55;*/
    color: #fff !important;
    background-color: #808080;
    box-shadow: 0px 0px 5px 2px rgba(239,177,36,0.75) inset;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus,
.btn:active:focus {
    outline: none !important;
    box-shadow: none !important;
}

#filtroTabla{
    width:20rem;
}

    #filtroTabla:focus {
        outline: none;
        box-shadow: none;
    }

#filtroTabla:focus,
#filtroTabla:active:focus {
    outline: none !important;
    box-shadow: none !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #008eca;
    border-color: #008eca;
}

label.required::after {
    content: " *";
    color: red;
}

.chosen-container-single .chosen-single {
    height: 35px !important;
    padding-top: 4px !important;
    background: white !important;
}


#throbber {
    /* Fondo que cubre toda la pantalla */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    z-index: 999998 !important; /* Un nivel abajo del icono */
    display: none;
}

.loader-position {
    /* Forzamos el centrado total respecto a la pantalla del PC */
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    /* Este transform es la clave para que el centro del icono sea el centro de la pantalla */
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    z-index: 999999 !important; /* Por encima del fondo blanco */
    color: #333 !important;
    display: block !important; /* Evita que herede cosas raras */
}

    /* Ajuste opcional por si el icono se ve muy pegado al texto */
    .loader-position p {
        margin-top: 20px !important;
        font-size: 1.2rem;
        font-weight: bold;
    }

.filter-container {
    background: #f8f9fa;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
}

.filter-section {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: white;
    border-radius: 6px;
    border: 1px solid #ced4da;
}

.filter-group:hover {
    background: #f1f3f4;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.bg-light-red {
    background-color: #f8d7da; 
}

.highlight-cell {
    background-color: #FFF3B0 !important; /* amarillo suave */
    font-weight: bold;
    border: 2px solid #F2C94C;
}
