.path-my-preferences #main .main-content .form-item .onoffswitch {
    position: relative; 
	width:37px;
    -webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select: none;
}
.path-my-preferences #main .main-content .form-item .onoffswitch-checkbox {
    display: none;
}

.path-my-preferences #main .main-content .form-item  .onoffswitch-checkbox  + .onoffswitch-label{
    display: block!important;
    overflow: hidden;
    cursor: pointer;
    height: 15px;
    padding: 0!important;
    line-height: 15px;
    border: 0px solid #FFFFFF;
    border-radius: 30px;
    background:#c6c5c5!important;
    width:100%;
	background-image:none;
}

.path-my-preferences #main .main-content .form-item .onoffswitch-checkbox + .onoffswitch-label:before {
    content:"";
    display:block;
    width:20px;
    margin:-5px;
    background:#464b9d;
    position:absolute;
    top:2px;
    bottom:0;
    right:27px;
    border-radius:20px;
    transition:all 0.3s ease-in 0s;
    height:20px;
	-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12);
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12);
	background-color:#f1f1f1;
}

.path-my-preferences #main .main-content .form-item  .onoffswitch-checkbox:checked  + .onoffswitch-label{
	background:#a2a5ce!important;
}

.path-my-preferences #main .main-content .form-item .onoffswitch-checkbox:checked + .onoffswitch-label:before{
   -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12);
   background-color: #464b9d;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right:0px!important;
}