﻿.camporequerido {
    border-color: #f1b202;
    background-color: #fffde2;
}

.campofiltro {
    border-color: #f1b202;
    background-color: #cacccb;
}

.tablecustom {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    border-width: 0px !important;
}

.viewSearchGrid {
    height: 500px;
    background-color: white;
}

.checkcustom {
    width: 20px !important;
}

.bg-row-success {
    background: #cbf9d7 !important;
    color: #9a9898 !important;
    border-color: #00c292 !important;
}

.text-row-danger {
    color: red !important;
}


.filtroletra {
    margin-right: 9px;
    cursor: pointer;
    background-color: #00c292;
    color: white;
    padding: 6px;
}

.panel-success-header {
    border-color: #00c292 !important;
    color: white !important;
    background-color: #00c292 !important;
}

.title-panel-custom {
    background-color: white !important;
    font-size: 20px !important;
    color: #01c0c8 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 10px !important;
    border-bottom-color: #01c0c8 !important;
}

.bg-row-light-blue {
    background-color: #e3f6ff !important;
}

.bg-row-light-red {
    background-color: #ffe3e3 !important;
}

.bg-row-light-green {
    background-color: #e3ffe4 !important;
}

.bg-row-light-yellow {
    background-color: #fffbe3 !important;
}

.panel-success-header-light {
    border-color: #00c292 !important;
    color: white !important;
    background-color: #b3f5e5 !important;
}

.panel-danger-header-light {
    border-color: #c20000 !important;
    color: white !important;
    background-color: #f5a3a3 !important;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 15px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btn {
    margin-bottom: 10px;
    border-radius: 4px;
}

.cajaTexto {
    border-radius: 15px;
}

.alert-success-border {
    background: #ffffff;
    color: #00c292;
    border-color: #00c292;
}


.alert-warning-border {
    background: #ffffff;
    color: #fec107;
    border-color: #fec107;
}

.text-sm-title-control {
    font-size: 10px;
}

.text-md-subtitle {
    font-size: 12px;
}


.badged-sm {
    border-radius: 6px;
    padding: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 9px;
}

.contentFotoFicha {
    text-align: center;
}

.btnTomarFotoFicha {
    position: absolute;
    bottom: 0;
    right: 16px;
}

.contentUploadImage {
    width: 100%;
    height: 200px;
    background-color: #b1afaf5c;
    border-radius: 4px;
    border-color: #b5b0b0;
    border-style: solid;
    border-width: 1px;
}

.contentUploadImageCenter {
    margin-top: 14%;
    position: relative;
    text-align: center;
}

.rowErrorGrid {
    background-color: #f5a96c !important;
    color: white;
}

tbody tr:hover {
    font-weight: bold;
}


.modal-big {
    max-width: 80%;
}


.Credencial {
    width: 500px;
    height: 400px;
    border-style: solid;
    border-radius: 10px;
    margin: auto;
    position: relative;
    border-width: 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    text-align: center;
}

.numeroCredencial {
    position: center;
    bottom: 40px;
    top: 40px;
    font-size: 20px;
    text-align: center;
    align-content: center;
}

.textoCredencial {
    position: center;
    bottom: 90px;
    top: 40px;
    font-size: 20px;
    text-align: center;
    align-content: center;
}

.leyendaPieCredencial {
    position: relative; /* 'center' no es un valor válido para position */
    text-align: center;
    align-content: center;
}



.imagenCredencial {
    position: absolute;
}

@media print {
    a:after {
        content: " (" attr(href) ") ";
    }
}


.alert-success-custom {
    border-color: #00c292;
    color: #00c292;
}

.btn-viasano,
.btn-viasano.disabled {
    background: #7a0329;
    border: 1px solid #7a0329;
    color: white;
}

    .btn-viasano:hover {
        background: #7a0329;
        opacity: 0.8;
        border: 1px solid #7a0329;
    }

    .btn-viasano:focus {
        background-color: #7a0329;
        border: 1px solid #7a0329;
    }


.navbar-header {
    background: #7a0329 !important;
}



.module-card {
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

    .module-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

.module-card-section-image {
    background: linear-gradient(to right, #4CAF50, #81C784);
    color: white;
    padding: 30px;
    font-size: 40px;
    border-bottom: 1px solid #eee;
}

.card-block {
    padding: 20px;
}

.card-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.card-text {
    font-size: 14px;
    color: #777;
}

.button-ingresar {
    background-color: #4CAF50;
    color: white;
    border-radius: 10px;
    padding: 8px 16px;
    transition: background-color 0.3s ease;
}

    .button-ingresar:hover {
        background-color: #388E3C;
        color: white;
    }


.button-ingresar-modules {
    background-color: #610408;
    border-radius: 10px;
    color: #f7f5f5;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    line-height: 8px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    touch-action: manipulation;
}

   .button-ingresar-modules:hover {
    background: #7a0329;
}


.module-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}


/*aca*/

.panel-heading-viasano {
    background: #7a0329 !important;
    color: white !important;
}

.modal-xl {
    max-width: 1200px;
}

.bootstrap-touchspin-postfix {
    height: 38px !important;
}

.bootstrap-touchspin-up {
    margin-bottom: 8px !important;
}


.bootstrap-touchspin-down {
    margin-bottom: 8px !important;
}

.table-header-app {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.div_advertencia {
    border-radius: 22px;
    border-width: 4px;
    box-shadow: rgba(170, 20, 7, 0.25) 0 30px 60px -12px inset, rgba(170, 20, 7, 0.3) 0 18px 36px -18px inset;
}



.div_precaucion {
    border-radius: 22px;
    border-width: 4px;
    box-shadow: rgb(242, 240, 56, 0.25) 0px 30px 60px -12px inset, rgba(234, 240, 56, 0.3) 0px 18px 36px -18px inset;
}

.header_modal {
    border-width: 4px;
    box-shadow: rgba(163, 15, 4, 0.25) 0px 30px 60px -12px inset, rgba(163, 15, 4, 0.3) 0px 18px 36px -18px inset;
    font-weight: bold;
}


.borde_8 {
    border-radius: 8px;
}


.borde_sombra_8 {
    border-radius: 8px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.sombra {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}




.noticias-center {
    margin: auto;
    width: 60%;
    padding: 10px;
}

.blog-news {
    position: relative;
}

    .blog-news .overlaybg {
        overflow: hidden;
        height: 477px;
    }

    .blog-news .news-content {
        position: absolute;
        background: url(../../plugins/images/news/gradiant-bg.png) top center repeat-x;
        z-index: 10;
        width: 100%;
        bottom: 0;
        padding: 30px;
    }

.starFeedback :hover {
    color: #d5d567;
    font-size: 18px;
}

.noticias-comentarios-content {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #f1ecec;
    margin-bottom: 5px;
    margin-top: 5px;
}

.starFeedbackCheck {
    color: #d5d567 !important;
    font-size: 18px;
}

.alert-viasano {
    background: #994c64;
    color: #ffffff;
    border-color: #994c64;
}


/* Estilo del spinner */
.spinner {
    border: 4px solid #f3f3f3; /* Color del borde exterior */
    border-top: 4px solid #3498db; /* Color del borde animado */
    border-radius: 50%; /* Hacerlo redondo */
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite; /* Animación del giro */
    margin: 0 auto; /* Centrar */
}

/* Animación del spinner */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Personalización del cuadro */
.custom-popup {
    padding: 30px; /* Más espacio interno */
    border-radius: 15px; /* Esquinas redondeadas */
    background-color: #f9f9f9; /* Fondo más claro */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); /* Sombra */
}

/* Título estilizado */
.custom-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Contenedor del texto */
.custom-html {
    font-size: 16px;
    color: #555;
    text-align: center;
}

.bold-text {
    font-weight: bold;
}

.large-text {
    font-size: 14px; /* O el tamaño que prefieras */
}


/* Valores importantes */
.highlight-value {
    font-weight: 600;
    color: #31708f;
}


/* Indicadores de estado */
.status-indicator {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    min-width: 30px;
}

.status-yes {
    background-color: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6;
}

.status-no {
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
}

/* ========================================
   ESTILOS PARA SECCIÓN DE BÚSQUEDA - BORDEAUX VIASANO
   ======================================== */

/* Alert personalizado ViaSano */
.alert-viasano-custom {
    background: linear-gradient(135deg, #f5e6e8 0%, #e8d0d4 100%) !important;
    border: 2px solid #8b1538 !important;
    border-radius: 12px !important;
    color: #050000 !important;
    padding: 12px 16px !important;
    margin-bottom: 0 !important;
    box-shadow: 0 4px 12px rgba(139, 21, 56, 0.15) !important;
    font-weight: 700 !important;
    position: relative !important;
    z-index: 1 !important;
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
}

    .alert-viasano-custom i {
        color: #8b1538 !important;
        flex-shrink: 0 !important;
    }

/* Caja de búsqueda moderna */
.search-box-custom {
    background: white !important;
    border-radius: 12px !important;
    padding: 16px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e0e0e0 !important;
    margin-bottom: 15px !important;
    position: relative !important;
    z-index: 2 !important;
}


/* Input de búsqueda personalizado */
.input-group-custom {
    position: relative !important;
    width: 100% !important;
}

.input-icon {
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #050000 !important;
    z-index: 10 !important;
    font-size: 1.5rem !important;
}

.input-custom {
    padding: 10px 15px 10px 40px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 10px !important;
    font-size: 1.5rem !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    width: 100% !important;
    height: 42px !important;
}

    .input-custom:focus {
        border-color: #8b1538 !important;
        box-shadow: 0 4px 12px rgba(139, 21, 56, 0.2) !important;
        outline: none !important;
        transform: translateY(-1px) !important;
    }

        .input-custom:focus + .input-icon,
        .input-custom:focus ~ .input-icon {
            color: #050000 !important;
        }
