@media screen and (max-width: 600px) {
       table {
           width:100%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td:first-child {
           background: #f0f0f0;
           font-weight:bold;
           font-size:1.3em;
       }
       tbody td {
           display: block;
           text-align:center;
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }
}

.input-sm {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

/*.letras-rojas
{
  background-color: red;
  color:white;
}*/

.letras-rojas
{
  
  color:red;
}

.width55
{
  width: 6.5em !important;
}

.users-list > li img{
  max-width: 50% !important;
}

.labeltenue{
  color: #555 !important;
}

/* rac 16ago23 datatable para fijar titulo */
.dataTables_scrollBody{
    max-height: 400px !important;
    height: 400px !important;
}

th, td { white-space: nowrap; }

    div.dataTables_wrapper {
        margin: 0 auto;
    }
 
    tr { height: 50px; }
    
/*lo agregue para los input de la tabla de incidencias ajustar su tamaño*/
@media (min-width: 768px){

    .inputTabla{
        width: 50px !important;
    }
}

/*lo agregue para los input de la tabla de incidencias ajustar su tamaño*/
table.dataTable_width_auto {
  width: auto !important;

}