html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 40px;
}

.form-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5%;
    margin-bottom: 30px;
    letter-spacing: 4px;
    text-shadow: 3px 3px 3px #212529;
}

.CapturaLogin {
    width: 400px;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: auto;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    margin-bottom: 25px;
}

.IniciarSesionBtn {
    width: 400px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

.Empresa-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-shadow: 3px 3px 3px #212529;
}

.bg-Azul {
    --bs-bg-opacity: 1;
    background-color: rgb(7, 46, 85);
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}


@media print {

    body * {
        visibility: hidden;
    }

    #printarea, #printarea * {
        visibility: visible;
    }

    #printarea {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.encabezado {
    position: sticky;
    top: 0;
}

.selected-row {
    background-color: aquamarine;
}


/*menu Vertical Azul*/
/*****************************************************/

.MenuVertAzul {
    height: auto;
    min-height: calc(100vh - 95px);
    padding: 0px 0px 0px 0px;
}

    .MenuVertAzul ul li:hover {
        /*DRios 10/Jun/19 Color al pasar el mouse*/
        background: RGB(67, 124, 151);
        cursor: pointer;
    }

    .MenuVertAzul ul li {
        border-bottom: 1px solid #e7e7e7;
    }

.MenuNivelUno {
    padding: 0px 10px 0px 10px;
}


.MenuNivelDos {
    border-bottom: none !important;
    background-color: rgb(20, 68, 116);
    padding: 5px 0px 5px 10px;
    margin: 0px 0px 0px 0px;
}

.MenuNivelTres {
    border-bottom: none !important;
    background-color: rgb(50, 102, 155);
    padding: 5px 0px 5px 10px;
    margin: 0px 0px 0px 0px;
}

/**Estilos de Barra de busqueda Rapida****************/
.resultados {
    display: none;
    position: absolute;
    border: 1px solid #ffffff;
    background-color: #ececec;
    width: 100%;
    overflow-y: auto;
    z-index: 1;
}

.resultado:hover,
.resultado:focus {
    background-color: #999999;
}
/*****************************************************/

/*MSegura 29/Mar/24 se agrega bg para form sm*/
.bg-gris {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

/*MSegura 16/Abril/24 se agrega css para border gris*/
.border-Cgray {
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}

/*MSegura 05/Jun/24 - 06/Jun/24 formateo de css*/

.custom-dropdown-menu {
     padding: 10px;
}
 .custom-dropdown-menu[data-bs-popper] {
     margin-top: 14px !important;
}
 .custom-dropdown-menu li a, .custom-dropdown-menu li form button {
     display: flex;
     align-items: center;
     width: 100%;
     padding: 8px 20px;
     text-decoration: none;
     background: none;
     border: none;
}
 .custom-dropdown-menu li a .usuario, .custom-dropdown-menu li form button .usuario {
     padding-left: 5px;
}
 .custom-dropdown-menu li {
     margin-bottom: 5px;
}
 .custom-dropdown-menu li:last-child {
     margin-bottom: 0;
}
 .custom-dropdown-menu li.active {
     background-color: #007bff;
}
 .custom-dropdown-menu li a:hover, .custom-dropdown-menu li form button:hover {
     background-color: #f8f9fa;
}

.refpsw {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #212529;
}

.refpsw:hover {
        color: #e9ecef;
}

.txtbgwhite {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #212529;
}

/*MSegura 05/Jun/24 Fondo para restablece psw*/
.fondoEdificios {
    background: url('/img/FondoPantallaLogin.jpg') fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.btn-none {
    background: none;
    border: none;
}

/*MSegura 25/jun/24 */
.txt-sz-smaller {
    font-size: smaller;
}

/*AMartinez 03/Ene/2025*/
/* Estilos para el icono de carga */
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; /* Inicialmente oculto */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

/* Animación del spinner */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}