body {
    background-color: #f9f9f9;
    color: #555;
}

.login-brand {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    padding-bottom: 20px;
}

.navbar-brand {
    float: left;
    padding: 10px 10px;
    font-size: 8px;
    line-height: 10px;model
    height: 50px;
}

.navbar-brand-logo {
    height: 30px;
    width: auto;
}

.dataTables_paginate {
    text-align: right;
    white-space: nowrap;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 0;
}
@media screen and (max-width: 767px) {
    .dataTables_paginate {
        margin-top: 5px;
        text-align: center;
    }
}
.dataTable tfoot input {
	font-weight: normal;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.538462;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.dataTable tfoot {
    display: table-header-group;
}

.dataTable tr[id^='row'] {
    cursor: pointer;  
}

.input-daterange {
    width: auto;
}

.table-list-clickable {
    cursor: pointer;
}

.ui-timepicker-wrapper {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    float: left;
    height: 162px;
    min-width: 120px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 0;
    z-index: 1060;
}

.contact-sidebar-header .form-inline .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.input-icon {
    color: #aaa;
}

.well {
    margin-bottom: 0px;
}

.other-module {
    color: #f58347;
}

.table-list th.sorting {
    cursor: pointer;
}

.table-list th.sorting_desc,
.table-list th.sorting_asc {
    border-bottom-color: #5c6183;
    color: #5c6183;
}

.table-list th.sorting:after {
    color: grey;
    content: "\f0dc";
    font-family: FontAwesome;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
    text-align: center;
    width: 20px;
}

.table-list th.sorting_asc:after {
    color: #5c6183;
    content: "\f0de";
}

.table-list th.sorting_desc:after {
    color: #5c6183;
    content: "\f0dd";
}

/*MODAL OBSERVATIONS FOR RESUME_INSRIPTIONS*/
/* Estilos solo para el modal de observaciones */
/* Estilos del modal */
#observationModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 200px; /* Ancho reducido a la mitad de lo que era antes */
    max-width: 90%; /* Asegura que no se expanda demasiado en pantallas pequeñas */
    min-width: 200px; /* Establece un ancho mínimo */
    max-height: 30vh; /* No más del 80% de la altura de la pantalla */
    display: none;
    z-index: 1050;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;

    /* Sombra visible alrededor del modal */
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.4), 
                0px 5px 15px rgba(0, 0, 0, 0.2);
}

/* Cabecera azul marino */
#observationModal .modal-header {
    background: #5c6183;
    color: white;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

/* Contenido del modal sin borde interno, fuente más grande y ajustado */
#observationModal .modal-content {
    padding: 15px;
    font-size: 18px; /* Tamaño de letra más grande */
    color: #333;
    line-height: 1.6; /* Mayor espacio entre las líneas para mayor legibilidad */
    max-height: 60vh; /* Controla la altura del contenido */
    overflow-y: auto; /* Agrega un scroll si es necesario */
    border: none; /* Eliminar la línea interna (borde) */
}
