input.custom-checkbox[type="checkbox"]{display:none}input.custom-checkbox[type="checkbox"]+label::before,input.custom-checkbox[type="checkbox"]+input[type="hidden"]+label::before,input.custom-checkbox[type="checkbox"]+span::before,input.custom-checkbox[type="checkbox"]+input[type="hidden"]+span::before{content:"";display:inline-block;height:15px;width:15px;margin:0 5px 0 0;background-image:url(/api/common/Images/checkbox.png);background-repeat:no-repeat;top:2px;position:relative}input[type="checkbox"].custom-checkbox+label::before,input[type="checkbox"].custom-checkbox+input[type="hidden"]+label::before,input[type="checkbox"].custom-checkbox+span::before,input[type="checkbox"].custom-checkbox+input[type="hidden"]+span::before{background-position:0 0}input[type="checkbox"].custom-checkbox:checked+label::before,input[type="checkbox"].custom-checkbox:checked+input[type="hidden"]+label::before,input[type="checkbox"].custom-checkbox:checked+span::before,input[type="checkbox"].custom-checkbox:checked+input[type="hidden"]+span::before{background-position:0 -15px}input[type="checkbox"].custom-checkbox:disabled+label::before,input[type="checkbox"].custom-checkbox:disabled+input[type="hidden"]+label::before,input[type="checkbox"].custom-checkbox:disabled+span::before,input[type="checkbox"].custom-checkbox:disabled+input[type="hidden"]+span::before{background-position:0 -30px}input[type="checkbox"].custom-checkbox:checked:disabled+label::before,input[type="checkbox"].custom-checkbox:checked:disabled+input[type="hidden"]+label::before,input[type="checkbox"].custom-checkbox:checked:disabled+span::before,input[type="checkbox"].custom-checkbox:checked:disabled+input[type="hidden"]+span::before{background-position:0 -45px}