.card-header-autochip {
  padding: 1.5rem!important;
  border-radius: 8px 8px 0px 0px!important;
}

.bg-light-blue {
  background-color: #51B1E1;
}

.bg-light-green {
  background-color: #34B1AA;
}

.bg-light-red {
  background-color: #e16551;
}

.bg-light-gray {
  background-color: #a8a8a8;
}

.light-blue {
  color: #51B1E1;
}

.light-green {
  color: #34B1AA;
}

.light-red {
  color: #e16551;
}

.light-gray {
  color: #a8a8a8;
}

select.form-control, select.asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row select, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint {
  color: black;
}
