.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-image : -webkit-linear-gradient(top, #3A44E1 0%, #7C83EB 100%);
  background-image :         linear-gradient(to bottom, #3A44E1 0%, #7C83EB 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-secondary, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-secondary {
  background-image : -webkit-linear-gradient(top, #545766 0%, #777B8F 100%);
  background-image :         linear-gradient(to bottom, #545766 0%, #777B8F 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-success {
  background-image : -webkit-linear-gradient(top, #20A576 0%, #39D9A0 100%);
  background-image :         linear-gradient(to bottom, #20A576 0%, #39D9A0 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-info {
  background-image : -webkit-linear-gradient(top, #0C84D1 0%, #36A9F3 100%);
  background-image :         linear-gradient(to bottom, #0C84D1 0%, #36A9F3 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background-image : -webkit-linear-gradient(top, #FF7216 0%, #FFA063 100%);
  background-image :         linear-gradient(to bottom, #FF7216 0%, #FFA063 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-danger {
  background-image : -webkit-linear-gradient(top, #FF1635 0%, #FF6377 100%);
  background-image :         linear-gradient(to bottom, #FF1635 0%, #FF6377 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-red, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-red {
  background-image : -webkit-linear-gradient(top, #D32F2F 0%, #EF5350 100%);
  background-image :         linear-gradient(to bottom, #D32F2F 0%, #EF5350 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-pink, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-pink {
  background-image : -webkit-linear-gradient(top, #C2185B 0%, #EC407A 100%);
  background-image :         linear-gradient(to bottom, #C2185B 0%, #EC407A 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-purple, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-purple {
  background-image : -webkit-linear-gradient(top, #7B1FA2 0%, #AB47BC 100%);
  background-image :         linear-gradient(to bottom, #7B1FA2 0%, #AB47BC 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-blue, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-blue {
  background-image : -webkit-linear-gradient(top, #1976D2 0%, #42A5F5 100%);
  background-image :         linear-gradient(to bottom, #1976D2 0%, #42A5F5 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-cyan, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-cyan {
  background-image : -webkit-linear-gradient(top, #0097A7 0%, #26C6DA 100%);
  background-image :         linear-gradient(to bottom, #0097A7 0%, #26C6DA 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-teal, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-teal {
  background-image : -webkit-linear-gradient(top, #00796B 0%, #26A69A 100%);
  background-image :         linear-gradient(to bottom, #00796B 0%, #26A69A 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-yellow, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-yellow {
  background-image : -webkit-linear-gradient(top, #FBC02D 0%, #FFEE58 100%);
  background-image :         linear-gradient(to bottom, #FBC02D 0%, #FFEE58 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-amber, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-amber {
  background-image : -webkit-linear-gradient(top, #FFA000 0%, #FFCA28 100%);
  background-image :         linear-gradient(to bottom, #FFA000 0%, #FFCA28 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-blue-grey, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-blue-grey {
  background-image : -webkit-linear-gradient(top, #455A64 0%, #78909C 100%);
  background-image :         linear-gradient(to bottom, #455A64 0%, #78909C 100%);
  background-repeat : repeat-x;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-grey-blue, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-grey-blue {
  background-image : -webkit-linear-gradient(top, #2C303B 0%, #78909C 100%);
  background-image :         linear-gradient(to bottom, #2C303B 0%, #78909C 100%);
  background-repeat : repeat-x;
}