@media print
{
    .noprint
    {
        display: none !important;
    }
}
.noprint {
  display: block !important;
}

.switch label input[type=checkbox]:checked+.lever {
    padding: 3px 0 0 10px;
}
.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 100px;
    height: 21px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}
.switch label .lever:before, .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 22px;
    left: 0;
    top: -1px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
}
.switch label input[type=checkbox]:checked+.lever:before, .switch label input[type=checkbox]:checked+.lever:after {
    left: 80px;
}
.switch label input[type=checkbox]+.lever span.off, .switch label input[type=checkbox]+.lever span.off {
    display: none;
}
.switch label input[type=checkbox]+.lever span.on, .switch label input[type=checkbox]+.lever span.on {
    display: inline-block;
    padding: 0 0 0 20px;
    color: #fff;
}

.switch label input[type=checkbox]:checked+.lever span.on, .switch label input[type=checkbox]:checked+.lever span.on {
    display: none;
}
.switch label input[type=checkbox]:checked+.lever span.off, .switch label input[type=checkbox]:checked+.lever span.off {
    display: inline-block;
    padding: 0 0 0 10px;
    color: #000;
}
.switch label input[type=checkbox]+.lever {
    padding: 3px 0 0 15px;
}
.extrabg {
  background: lightblue url("../../assets/images/bgbig.jpg") no-repeat right top;
}
