.ios-toggle,.ios-toggle:active {
 position:absolute;
 /*! top:-5000px; */
 height:0;
 width:0;
 opacity:0;
 border:none;
 outline:none;
}
 
.checkbox-label {
 /*display:block;
 */ position:relative;
 margin-top: 2px;
 position:absolute;
 padding:10px;
 margin-bottom:20px;
 font-size:12px;
 line-height:16px;
 width:48px !important;
 height:20px !important;
 border-radius:18px;
 background:#f8f8f8;
 cursor:pointer;
}
 
.checkbox-label:hover {
  
}
 
.checkbox-label:before {
 content:'';
 display:block;
 position:absolute;
 z-index:1;
 line-height:34px;
 text-indent:40px;
 height:24px;
 width:24px;
 border-radius:100%;
 top:-2px;
 left:0px;
 right:auto;
 background:white;
 box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}
 
.checkbox-label:after {
 margin-left: -50px;
 content:attr(data-off);
 display:block;
 position:relative;
 z-index:0;
 top:13px;
 left:43px;
 padding:5px;
 height:100%;
 /*width:209px !important;*/
 text-align:left;
 color:#000000;
 white-space:nowrap;
}
 
.ios-toggle:checked + .checkbox-label {
 box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
 
.ios-toggle:checked + .checkbox-label:before {
 left:calc(100% - 24px);
 /*box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);*/
}
 
.ios-toggle:checked + .checkbox-label:after {
 content:attr(data-on);
 left:10px;
 width:36px;
}
 

/* RED CHECKBOX */
 
#rediostoggle + .checkbox-label {
 margin-left: 33px;
 width: 27px;
 height: 4px; 
 box-shadow:inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd;
}
 
#rediostoggle:checked + .checkbox-label {
 margin-left: 33px;
 width: 25px;
 height: 4px;
 box-shadow:inset 0 0 0 20px #cc0000,0 0 0 2px #dddddd;
}
 
#rediostoggle:checked + .checkbox-label:after {
 margin-left: -30px;
 width: 25px;
 height: 4px;
 color:#000000;
}
/***************************************************************************/ 

.checkbox-label-for-rozn {
 /*display:block;
 position:relative;*/
 margin-top: 2px;
 position:absolute;
 padding:10px;
 margin-bottom:20px;
 font-size:12px;
 line-height:16px;
 width:100%;
 height:36px;
 border-radius:18px;
 background:#038c01;
 cursor:pointer;
}
 
.checkbox-label-for-rozn:hover {
  
}
 
.checkbox-label-for-rozn:before {
 content:'';
 display:block;
 position:absolute;
 line-height:34px;
 text-indent:40px;
 height:24px;
 width:24px;
 border-radius:100%;
 top:0px;
 left:0px;
 right:auto;
 background:white;
 box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}
 
.checkbox-label-for-rozn:after {
 margin-left: -285px;
 content:attr(data-off);
 display:block;
 position:absolute;
 z-index:0;
 top:0;
 /*left:-300px;*/
 padding:5px;
 height:100%;
 /*width:300px;*/
 text-align:left;
 color:#000000;
 white-space:nowrap;
 font-size: 18px;
 font-weight: bold;
}
 
.ios-toggle:checked + .checkbox-label-for-rozn {
 box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
 
.ios-toggle:checked + .checkbox-label-for-rozn:before {
 left:calc(100% - 24px);
 /*box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);*/
}
 
.ios-toggle:checked + .checkbox-label-for-rozn:after {
 content:attr(data-on);
 left:75px;
 width:36px;
}
 

/* RED CHECKBOX */
 
#rediostoggle-for-rozn + .checkbox-label-for-rozn {
 margin-left: 33px;
 width: 27px;
 height: 4px; 
 box-shadow:inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd;
}
 
#rediostoggle-for-rozn:checked + .checkbox-label-for-rozn {
 margin-left: 33px;
 width: 25px;
 height: 4px;
 box-shadow:inset 0 0 0 20px #cc0000,0 0 0 2px #dddddd;
}
 
#rediostoggle-for-rozn:checked + .checkbox-label-for-rozn:after {
 margin-left: -30px;
 width: 25px;
 height: 4px;
 color:#000000;
}
 