/* Switch button */
.btn-on.active      {background-color: #5BB75B;color: white;   border: 1px solid black; }
.btn-off.active     {background-color: #DA4F49;color: white;   border: 1px solid black; }

.btn-on-blue.active {background-color: #337AB7;color: white;   border: 1px solid #337AB7; }
.btn-off-blue.active{background-color: #D9EDF7;color: #0275D8; border: 1px solid #337AB7; }

/* Switch button */
.btn-default.btn-on.active{background-color: #5BB75B;color: white;}
.btn-default.btn-off.active{background-color: #DA4F49;color: white;}

.btn-default.btn-on-1.active{background-color: #006FFC;color: white;}
.btn-default.btn-off-1.active{background-color: #DA4F49;color: white;}

.btn-default.btn-on-2.active{background-color: #00D590;color: white;}
.btn-default.btn-off-2.active{background-color: #A7A7A7;color: white;}

.btn-default.btn-on-3.active{color: #5BB75B;font-weight:bolder;}
.btn-default.btn-off-3.active{color: #DA4F49;font-weight:bolder;}

.btn-default.btn-on-4.active{background-color: #006FFC;color: #5BB75B;}
.btn-default.btn-off-4.active{background-color: #DA4F49;color: #DA4F49;}