.lleno {
  background-color: #ffc107; 
}
.libre {
  background-color: #6c757d;
}

.lleico {
  color: #f8f9fa;
 }

.librico{
  color: #343a40;
}
/*------------------------------------*/
table.dataTable tbody td {
  white-space: nowrap !important;
}
/* --------------------------------*/
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.cabecera{
  
}

.borde {
   border-style: solid;
}

#tblLiqdash thead th{
  white-space: nowrap !important;
}

.addNewRecord{
   background-color: #198754 !important;
   color: white !important;
}

.buttons-excel{
   background-color: #0d6efd !important;
   color: white !important;
}

.buttons-print{
   background-color: #ffc107 !important;
   color: white !important;
}
.dt-button {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}