/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/05/2020, 17:49:34
    Author     : roberto
*/
.switch label {
    color: #000000;
    font-size: 1Em;
}
.switch label input[type=checkbox]:checked + .lever {
    background-color: gray;
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #82B856;
}
.switch label .lever:after {
    background-color: red;
}