html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
  background: #daa520;
  border-color: #ce9b1b;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
  color: #daa520;
}

html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
  background: #daa520;
  -webkit-box-shadow: 0px 0px 1px #daa520;
  box-shadow: 0px 0px 1px #daa520;
}

.switch.switch-primary .ios-switch .on-background {
  background: #daa520;
}

.progress-bar {
  background-color: #daa520;
}

.progress .progress-bar-primary {
  background-color: #daa520;
}

.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
  background: #daa520;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, #ebb222),
    color-stop(50%, #daa520),
    to(#a88018)
  );
  background-image: linear-gradient(
    to left,
    #ebb222 0,
    #daa520 50%,
    #a88018 100%
  );
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ebb222),
    color-stop(50%, #daa520),
    to(#a88018)
  );
  background-image: linear-gradient(
    to right,
    #ebb222 0,
    #daa520 50%,
    #a88018 100%
  );
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
  background: #daa520;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
  background: #daa520;
}

.datepicker table tbody tr td.day:hover {
  background: #daa520;
}

.datepicker table tbody tr td.day.active {
  background: #a88018;
}

html:not(.sidebar-light) .datepicker.datepicker-dark {
  background: transparent;
}

html:not(.sidebar-light)
  .datepicker.datepicker-dark
  table
  tbody
  tr
  td.day:hover {
  background: #daa520;
}

html:not(.sidebar-light)
  .datepicker.datepicker-dark
  table
  tbody
  tr
  td.day.active {
  background: #a88018;
}

.datepicker.datepicker-primary table thead tr:first-child {
  background-color: #daa520;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
  background-color: #a88018;
}

.datepicker.datepicker-primary table thead tr:last-child {
  background-color: #e0aa20;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
  background-color: #daa520;
}

.select2-container-multi .select2-choices .select2-search-choice {
  background: #daa520;
}

.wizard-steps > li.active .badge {
  background-color: #daa520;
}

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
  border-top-color: #daa520;
}

.wizard-tabs ul > li.active .badge {
  background-color: #daa520;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
  background: #daa520;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
  border-color: #daa520;
  background: #daa520;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
  color: #daa520;
  border-color: #daa520;
}

.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  background-color: #daa520 !important;
}

.dataTables_processing {
  background-color: #daa520;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
  color: #daa520;
}

.multiselect-container > .active > a,
.multiselect-container > .active > a:hover,
.multiselect-container > .active > a:focus {
  background-color: #daa520;
}
