.color-1 .irs-single,
.color-1 .irs-bar,
.color-1 .irs-bar-edge {
    background: teal;
}

.color-2 .irs-single,
.color-2 .irs-bar,
.color-2 .irs-bar-edge {
    background: red;
}
.color-3 .irs-single
{background:#00D900;}
.color-3 .irs-bar,
.color-3 .irs-bar-edge {
    background: lime;
}
.color-4 .irs-single,
.color-4 .irs-bar,
.color-4 .irs-bar-edge {
    background: blue;
}
/* Switch info */
.switch-info label input[type=checkbox]:checked+.lever {
  background-color: #33b5e5;
}

.switch-info label input[type=checkbox]:checked+.lever:after {
  background-color: #0099CC;
}

.switch-amber label input[type=checkbox]:checked + .lever {
    background-color: #ffe082;
}
.switch-amber label input[type=checkbox]:checked + .lever:after {
    background-color: #ffd54f;
}


