
.yt-uix-checkbox-on-off {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 19px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}
.yt-uix-checkbox-on-off input[type=checkbox] {
    position: absolute;
    margin: 0;
    width: 37px;
    height: 16px;
    opacity: 0;
	cursor: pointer;
}
.yt-uix-checkbox-on-off input[type=checkbox]:checked+label {
    background-color:#508731/* #2a2d34*/;
}
.yt-uix-checkbox-on-off label {
    display: inline-block;
    border: 1px solid transparent;
    height: 17px;
    width: 100%;
    background: #E26060;
    border-radius: 20px;
}
.yt-uix-checkbox-on-off .unchecked, .yt-uix-checkbox-on-off input[type=checkbox]:checked+label .checked {
    width: 22px;
}
.yt-uix-checkbox-on-off .checked, .yt-uix-checkbox-on-off input[type=checkbox]:checked+label .unchecked {
    width: 0;
}
.yt-uix-checkbox-on-off .checked {
    text-align: center;
    line-height: 13px;
}
.yt-uix-checkbox-on-off label>* {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    -moz-transition: width .1s;
    -webkit-transition: width .1s;
    transition: width .1s;
}
.yt-uix-checkbox-on-off .checked:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: no-repeat url('../../images/tick.png');
    background-size: auto;
    width: 19px;
    height: 16px;
    background-position: 3px;
}
.yt-uix-checkbox-on-off .unchecked:before {
    content: "\2716";
    display: inline-block;
    vertical-align: top;
    background-size: auto;
    margin-right: 6px;
    color: #fff;
	margin-top: 1px;
	font-size:10px;
}
.yt-uix-checkbox-on-off .toggle {
    background: #fbfbfb;
    width: 15px;
    border-radius: 7px;
    display: inline-block;
    margin-left: -2px;
}
.yt-uix-checkbox-on-off label>* {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    -moz-transition: width .1s;
    -webkit-transition: width .1s;
    transition: width .1s;
}
.yt-uix-checkbox-on-off .checked, .yt-uix-checkbox-on-off input[type=checkbox]:checked+label .unchecked {
    width: 0;
}
.yt-uix-checkbox-on-off .unchecked, .yt-uix-checkbox-on-off input[type=checkbox]:checked+label .checked {
    width: 22px;
}
