/*
 * It is advised not to edit the smartadmin_production.scss
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */


label.control-label.disabled, input.form-control.disabled {
  color: #999999;
}

.dataTables_wrapper table {
  padding-bottom: 10px;
}

table.dataTable thead > tr > th {
  vertical-align: top;
}

.has-error span {
  border-color: #b94a48;
}

.select2-selection__placeholder {
  color: #999999 !important;
}
