/* Copyright (c) 2015-2018 WebWolf Studios, LLC. All Rights Reserved */.iOSWeb_switch{width:60px;height:36px;background-color:white;border:2px solid #e6e6e6;border-radius:20px;display:inline-block;position:absolute;box-shadow:inset 0 0 1px #e6e6e6;-webkit-transition:box-shadow .2s ease-out,border .3s,background-color .2s .1s ease-out;-moz-transition:box-shadow .2s ease-out,border .3s,background-color .2s .1s ease-out;-ms-transition:box-shadow .2s ease-out,border .3s,background-color .2s .1s ease-out;-o-transition:box-shadow .2s ease-out,border .3s,background-color .2s .1s ease-out;transition:box-shadow .2s ease-out,border .3s,background-color .2s .1s ease-out;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}*[iosweb-type="switch"][disabled]{opacity:.45}*[iosweb-type="switch"][disabled],*[iosweb-type="switch"][disabled] *{cursor:default!important}.iOSWeb_switch_active{background-color:#00d264;border:2px solid #00d264;box-shadow:inset 0 0 40px #00d264}.iOSWeb_switch-center{width:32px;height:32px;background-color:white;border-radius:30px;box-shadow:0 1px 4px rgba(10,10,10,0.3);position:absolute;left:0;right:auto;-webkit-transition:left .4s ease;-moz-transition:left .4s ease;-ms-transition:left .4s ease;-o-transition:left .4s ease;transition:left .4s ease}.iOSWeb_switch-center_active{left:24px}.iOSWeb_switch_large{width:90px;height:48px;border-radius:50px}.iOSWeb_switch_large>.iOSWeb_switch-center{width:44px;height:44px;box-shadow:0 2px 6px rgba(10,10,10,0.5)}.iOSWeb_switch_large>.iOSWeb_switch-center_active{left:42px}.iOSWeb_checkbox{width:32px;height:32px;background-color:silver;color:silver;line-height:32px;border-radius:20px;font-size:1.2em;text-align:center;display:inline-block;box-shadow:inset 0 0 1px #e6e6e6;transition:box-shadow .3s ease-out,border .3s .1s ease,background-color .3s .3s ease,color .2s .1s ease;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.iOSWeb_checkbox_active{background-color:#00d264!important;box-shadow:inset 6px 0 40px #00d264;color:white}.iOSWeb_checkbox_large{width:90px;height:48px;border-radius:50px}input[type=range].iOSWeb_slider{-webkit-appearance:none;width:100%;margin:12.5px 0}input[type=range].iOSWeb_slider:focus{outline:0}input[type=range].iOSWeb_slider::-webkit-slider-runnable-track{width:100%;height:3px;cursor:pointer;box-shadow:0 0 0 #000,0px 0 0 #0d0d0d;background:#b22b2d;border-radius:3px;border:0 solid #010101}input[type=range].iOSWeb_slider::-webkit-slider-thumb{box-shadow:3.5px 3.5px 6.5px rgba(0,0,0,0.15),0px 0 3.5px rgba(13,13,13,0.15);border:0 solid #000;height:28px;width:28px;border-radius:28px;background:#fff;cursor:pointer;-webkit-appearance:none;margin-top:-12.5px}input[type=range].iOSWeb_slider:focus::-webkit-slider-runnable-track{background:#b22b2d}input[type=range].iOSWeb_slider::-moz-range-track{width:100%;height:3px;cursor:pointer;box-shadow:0 0 0 #000,0px 0 0 #0d0d0d;background:#b22b2d;border-radius:3px;border:0 solid #010101}input[type=range].iOSWeb_slider::-moz-range-thumb{box-shadow:3.5px 3.5px 6.5px rgba(0,0,0,0.15),0px 0 3.5px rgba(13,13,13,0.15);border:0 solid #000;height:28px;width:28px;border-radius:28px;background:#fff;cursor:pointer}input[type=range].iOSWeb_slider::-ms-track{width:100%;height:3px;cursor:pointer;background:transparent;border-color:transparent;color:transparent}input[type=range].iOSWeb_slider::-ms-fill-lower{background:#b22b2d;border:0 solid #010101;border-radius:6px;box-shadow:0 0 0 #000,0px 0 0 #0d0d0d}input[type=range].iOSWeb_slider::-ms-fill-upper{background:#b22b2d;border:0 solid #010101;border-radius:6px;box-shadow:0 0 0 #000,0px 0 0 #0d0d0d}input[type=range].iOSWeb_slider::-ms-thumb{box-shadow:3.5px 3.5px 6.5px rgba(0,0,0,0.15),0px 0 3.5px rgba(13,13,13,0.15);border:0 solid #000;height:28px;width:28px;border-radius:28px;background:#fff;cursor:pointer;height:3px}input[type=range].iOSWeb_slider:focus::-ms-fill-lower{background:#b22b2d}input[type=range].iOSWeb_slider:focus::-ms-fill-upper{background:#b22b2d}