﻿.chbox,.radio{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;cursor:pointer;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;padding:10px;border-radius:6px;}.chbox>.state,.radio>.state{min-width:30px;width:30px;min-height:30px;height:30px;background-repeat:no-repeat;background-position-x:center;background-position-y:center;background-size:cover;transition:background-image .3s ease-in-out;margin-right:10px;}.chbox>.label,.radio>.label{font-family:'Montserrat';color:#666;font-size:14px;font-weight:400;}.chbox.checked>.state,.radio.checked>.state{transition:background-image .5s ease-in-out;}.chbox>.state{background-image:url(../Images/checkboxes/ch_false.svg);}.chbox.checked>.state{background-image:url(../Images/checkboxes/ch_true.svg);}.radio>.state{background-image:url(../Images/checkboxes/ch_false.svg);}.radio.checked>.state{background-image:url(../Images/checkboxes/ch_true.svg);}@keyframes fadeoutredbackgroundcolor{0%{color:#d10000;border-color:#d10000;background-color:rgba(255,127,127,.9);}100%{color:#666;border-color:#cfcfcf;background-color:transparent;}}.inp_error{animation-name:fadeoutredbackgroundcolor!important;animation-duration:2s;animation-iteration-count:1;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}