.onoffswitch{position:relative;width:70px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.onoffswitch-checkbox{position:absolute;opacity:0;pointer-events:none}.onoffswitch-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #999;border-radius:6px}.onoffswitch-inner{display:block;width:200%;margin-left:-100%;transition:margin .3s;transition-timing-function:ease-in;transition-delay:0}.onoffswitch-inner:before,.onoffswitch-inner:after{display:block;float:left;width:50%;height:30px;padding:0;line-height:30px;font-size:13px;color:white;font-family:'Roboto',sans-serif;box-sizing:border-box}.onoffswitch-inner:before{content:"ON";padding-left:10px;color:#009640}.onoffswitch-inner.lngE:before{content:"Yes"}.onoffswitch-inner.lngF:before{content:"Oui"}.onoffswitch-inner.lngN:before{content:"Ja"}.onoffswitch-inner.switch-gray:before{background-color:#eee}.onoffswitch-inner.switch-white:before{background-color:#fff}.onoffswitch-inner:after{content:"OFF";padding-right:10px;color:#c1191e;text-align:right}.onoffswitch-inner.lngE:after{content:"No"}.onoffswitch-inner.lngF:after{content:"Non"}.onoffswitch-inner.lngN:after{content:"Nee"}.onoffswitch-inner.switch-white:after{background-color:#fff}.onoffswitch-inner.switch-gray:after{background-color:#eee}.onoffswitch-switch{display:block;width:18px;margin:6px;background:#fff;position:absolute;top:0;bottom:0;right:36px;border:2px solid #999;border-radius:6px;transition:all .3s;transition-timing-function:ease-in;transition-delay:0}.onoffswitch-switch.switch-white{background:#fff}.onoffswitch-switch.switch-gray{background:#eee}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0}