.table .thead-dark th, .dark {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-blue th, .blue {
  color: #fff;
  background-color: #007bff;
  border-color: #32383e;
}

.table .thead-light-teal th, .light-teal {
  color: #000;
  background-color: #E0F2F1;
  border-color: #32383e;
}

.table .thead-indigo th, .indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #32383e;
}

.table .thead-purple th, .purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #32383e;
}

.table .thead-pink th, .pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #32383e;
}

.table .thead-red th, .red {
  color: #fff;
  background-color: #dc3545;
  border-color: #32383e;
}

.table .thead-orange th, .orange {
  color: #fff;
  background-color: #fd7e14;
  border-color: #32383e;
}

.table .thead-yellow th, .yellow {
  color: #fff;
  background-color: #ffc107;
  border-color: #32383e;
}

.table .thead-green th, .green {
  color: #fff;
  background-color: #28a745;
  border-color: #32383e;
}
 
.table .thead-teal th, .teal {
  color: #fff;
  background-color: #20c997;
  border-color: #32383e;
}

.table .thead-cyan th, .cyan {
  color: #fff;
  background-color: #17a2b8;
  border-color: #32383e;
}

.table .thead-light th, .light {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table .thead-gray th, .gray {
  color: #495057;
  background-color: #868e96;
  border-color: #e9ecef;
}

.table .thead-light-gray th, .light-gray {
  color: #495057;
  background-color: #ECEFF1;
  border-color: #607D8B;
}

.table .thead-dark-gray th, .dark-gray {
  color: #fff;
  background-color: #343a40;
  border-color: #e9ecef;
}

.table .thead-primary th, .primary {
  color: #495057;
  background-color: #007bff;
  border-color: #e9ecef;
}

.table .thead-secondary th, .secondary {
  color: #495057;
  background-color: #868e96;
  border-color: #e9ecef;
}

.table .thead-success th, .success {
  color: #495057;
  background-color: #28a745;
  border-color: #e9ecef;
}

.table .thead-info th, .info {
  color: #495057;
  background-color: #17a2b8;
  border-color: #e9ecef;
}

.table .thead-warning th, .warning {
  color: #495057;
  background-color: #ffc107;
  border-color: #e9ecef;
}

.table .thead-danger th, .danger {
  color: #495057;
  background-color: #dc3545;
  border-color: #e9ecef;
}



/* COLORES DE FONDO ADICIONALES */

.bg-orange{ background-color: #FF9800 !important; }
.bg-darkorange{ background-color: #E65100 !important; }
.bg-amber{ background-color: #FFC107 !important; }
.bg-darkamber{ background-color: #FF6F00 !important; }
.bg-lightgreen{ background-color: #8BC34A !important; }
.bg-darklightgreen{ background-color: #33691E !important; }
.bg-yellow{ background-color: #FFEB3B !important; }
.bg-darkyellow{ background-color: #F9A825 !important; }
.bg-lightgray, .bg-disabled{ background-color: #CFD8DC !important; }

.bg-codelco{ background-color: #FFC107 !important; }
.bg-codelcolight{ background-color: #FFE082 !important; }
.bg-codelcolighter{ background-color: #FFECB3 !important; }
.bg-codelcodark{ background-color: #FFA000 !important; }

.bg-no-drag{
  background-color: rgba(183,28,28,0.5);
}
.bg-ok-drag{
  background-color: rgba(51,105,30,0.5);
}

.card{
  border: 1px solid #FFECB3 !important;
}
