/* ========================================================================
 * additions to bootstrap-switch - from v3.3.1
 */

.bootstrap-switch {
  border-color: #c9b47d;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fcf8e5;
  background: #976533;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #FCF8E5;
  background: #c9b47d;
}
.bootstrap-switch .bootstrap-switch-label {
  color: #b13a04;
  background: #fcf8e5;
}

.bootstrap-switch.bootstrap-switch-focused {
  border-color: #b13a04;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(118, 54, 11, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(118, 54, 11, 0.6);
}
