﻿/* SagRRHH/wwwroot/css/styles.css */

.rrhh-contenedor {
    border: 2px solid #005c99; /* Azul corporativo */
    background-color: #f0f8ff; /* AliceBlue */
    padding: 20px;
    border-radius: 8px;
    margin: 10px 0;
}

.rrhh-titulo {
    color: #004080;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.rrhh-grid-scroll {
    width: 100%;
    overflow-x: auto;
}

/* Toast notifications - siempre por encima de todo */
.blazored-toast-container {
    position: fixed !important;
    z-index: 99999 !important;
}

.blazored-toast {
    z-index: 99999 !important;
}

.toast-container {
    position: fixed !important;
    z-index: 99999 !important;
}

.toast {
    z-index: 99999 !important;
}

/* Fix para que el typeahead escape del modal */
.sag-modal-body .blazored-typeahead__results {
    position: fixed !important;
    z-index: 99999 !important;
}

.rrhh-fix-typeahead__results .blazored-typeahead__results {
    position: fixed !important;
    z-index: 99999 !important;
    width: auto !important;
    max-width: none !important;
    overflow-y: auto;
    min-height: 2rem;
    max-height: 400px;
}
