﻿input[type="checkbox"],input[type="radio"]{display:none !important;}input[type="checkbox"]~label,input[type="radio"]~label{padding-left:28px;position:relative;text-transform:none;line-height:18px;cursor:pointer;display:inline-block;height:18px;font-weight:normal;font-size:16px;}input[type="checkbox"]~label:before,input[type="radio"]~label:before{content:'';display:inline-block;width:18px;height:18px;border:2px solid #999;position:absolute;left:0;top:0;}input[type="checkbox"]~label:after,input[type="radio"]~label:after{opacity:0;transition:opacity .15s ease;font-family:'FontAwesome';content:'';font-size:13px;color:#fff;display:inline-flex;justify-content:center;align-items:center;width:18px;height:18px;background-color:#4f2683;position:absolute;left:0;top:0;}input[type="checkbox"]:checked~label:after,input[type="radio"]:checked~label:after{opacity:1;}input[type="radio"]~label:before{border-radius:50%;}input[type="radio"]~label:after{border-radius:50%;content:'';font-size:8px;}.field-validation-error{color:#f00;}.input-validation-error~label{color:#f00 !important;}