/* Set a background image by replacing the URL below */
body {
    background: url('https://images7.alphacoders.com/948/thumb-1920-948426.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }

.mymodal
{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
}  

.selected {
  background-color: #baccfb; /* Cambia el color de fondo al seleccionar en misdetallesPrenomina.php*/
}

/* Colores personalizados para las celdas */
.celda-success {
  background-color: #d4edda;
}
.celda-warning {
  background-color: #fff3cd;
}
.celda-danger {
  background-color: #f8d7da;
}

/* .mymodal > .modal-content
{
  display: table-cell;
} */

/* Reduce vertical spacing */

/* div.dataTables_wrapper div.dataTables_info {
  padding-top: 0px;
}

.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: 4px 8px 4px 8px;
} */
/* End Reduce vertical spacing */

/* table.dataTable td {
  font-size: 1em;
  }

  table.dataTable tr.dtrg-level-0 td {
    font-size: 1.1em;
    } */