*{
    list-style: none;
}

html, body {
    height: 100%;
    margin: 0;
    overflow: auto;
}

.login{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.formulario{
    display: flex;
    justify-content: center;
    width: 35%;
    padding: 2%;
    border-radius: 30px;
    background-color: white;
}

.imagen{
    width: 50%;
    border-radius: 50%;
    border-color: rgb(204, 201, 201);
}

.form-fechas {
    height: 50vh;
    overflow-y: auto;
}

.archivoClass {
    font-style: italic;
    color: darkgray;
    font-size: 1em;
}

.fpass{
    text-decoration: none;
}

.encabezado{
    margin-top: 40px;
}

.table td{
    text-align: center;
}

svg{
    margin-top: 10px;
    margin-bottom: 10px;
}

#data tr {
    display: none;
}

table.dataTable tbody td {
    vertical-align: middle;
}

.sidebar {
    background-color: #030f27; 
}

#content {
    overflow: auto; /* Permite scroll si el contenido excede el espacio disponible */
    flex-grow: 1; /* Toma el espacio restante disponible en el contenedor flex */
    max-height: 100%; /* Evita que exceda la altura del contenedor padre */
}

.header {
    background-color: #f8f9fa;
}

/* #content {
    position: relative;
    margin-left: 15%; 
    width: calc(100% - 15%); 
    height: calc(100vh - 10%); 
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
} */

#infoUsuarios{
    margin-top: 5%;
    position: relative;
    top: 5%;
}

.dataTables_filter label {
    font-size: 14px; /* Tamaño del texto del label */
    margin-bottom: 0; /* Reduce el espacio inferior del label */
}

.dataTables_filter input {
    height: 30px; /* Ajusta la altura del input */
    padding: 4px 8px; /* Ajusta el padding interno del input */
    font-size: 14px; /* Tamaño del texto */
    line-height: 1; /* Ajusta el espaciado vertical */
    margin-top: 0; /* Quita el margen superior */
}

.footer{
    margin-bottom: 10%;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.top div {
    margin-right: 10px; 
    display: flex;
    align-items: center;
}

.usuario{
    margin-top: 20%;
    margin-left: 10%;
}

.usuario .info{
    margin-left: 5%;
}

hr { 
    height: 30px; 
    border-style: solid; 
    border-color: #8c8b8b; 
    border-width: 1px 0 0 0; 
    border-radius: 20px; 
} 

hr:before { 
    display: block; 
    content: ""; 
    height: 30px; 
    margin-top: -31px; 
    border-style: solid; 
    border-color: #8c8b8b; 
    border-width: 0 0 1px 0; 
    border-radius: 20px; 
}

.menu{
    text-align: center;
    position: relative;
    /* margin-top: 250px; */
}

.menu li {
    cursor: pointer;
}

.item{
    padding: 10%;
    color: #fdbe33;
    transition: 0.1s;
}

.item a{
    text-decoration: none;
    
}

.item:hover{
    background-color: #fdbe33;
    color: #030f27 !important
}

.itemSelected{
    padding: 10%;
    background-color: #fdbe33;
    color: #030f27 !important;
    border: solid 1px #030f27;
}

.disabled{
    background-color: rgb(212, 212, 212) !important;
    opacity: 45%;
    cursor: not-allowed; 
}

.logout{
    color: #030f27 !important;
    text-decoration: none;
}

.contenido{
    padding: 0%;
}

.dataTables_filter{
    margin-bottom: 50px;
    align-items: flex-end;
}

label input {
    margin-left: 20px;
}

.no-link{
    text-decoration: none;
    color: black;
}

.selects{
    display: inline-block !important;
}


.archivo{
    text-decoration: none;
    color: black;
    padding: 50px 0px;
    width: 350px;
    background-color: #5e94da;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.1s ease-out;
}

.archivo img{
    width: 50px;
    margin-top: 20px;
}

.archivo:hover{
    cursor: pointer;
    opacity: 70%;
}

.modal-body{
    padding: 0px !important;
}

#atras:hover{
    cursor: pointer;
}

#error{
    border: solid 2px red;
}

.valores{
    background-color:red;
}

.contenedor{
    height: 300px;
    width: 200px;
}

.contenedor img{
    height: auto;
    width: 200px;
}

.iconInspecciones{
    height: 1em;
}

.modalContent{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

.uploadInforme {
    cursor: pointer;
    border-radius: 5%;
    border: 0.5rem solid #dfdfdf;
    padding: 5%;
    transition: 0.2s;
}

.uploadInforme i {
   font-size: 10rem;
   text-align: center;
}

.uploadInforme span {
    font-size: 2rem;
    font-weight: bold;
}

.uploadInforme:hover {
    background-color: #dfdfdf;
}

.modalIcon {
    width: 20rem;
}

.ui-datepicker {
    z-index: 2050 !important;
}

.archivoSubido {
    color: blue;
    font-weight: bold;
}

.borrarArchivo {
    border: 1px solid transparent;
    cursor: pointer;
}

#archivosCargados {
    background-color: red;
}

#archivos {
    max-height: 60vh;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

#clickSubirArchivos {
    transition: all 0.3s ease; /* Animación para un cambio suave */
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%; /* Asegura que ocupe todo el contenedor */
    width: 100%;
    background:
        linear-gradient(to right, rgb(9, 146, 226) 4px, transparent 4px) 0 0,
        linear-gradient(to right, rgb(9, 146, 226) 4px, transparent 4px) 0 100%,
        linear-gradient(to left, rgb(9, 146, 226) 4px, transparent 4px) 100% 0,
        linear-gradient(to left, rgb(9, 146, 226) 4px, transparent 4px) 100% 100%,
        linear-gradient(to bottom, rgb(9, 146, 226) 4px, transparent 4px) 0 0,
        linear-gradient(to bottom, rgb(9, 146, 226) 4px, transparent 4px) 100% 0,
        linear-gradient(to top, rgb(9, 146, 226) 4px, transparent 4px) 0 100%,
        linear-gradient(to top, rgb(9, 146, 226) 4px, transparent 4px) 100% 100%;

    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.aligned-top {
    display: block;
    margin-top: 0; /* Opcional para ajustes adicionales */
}