.checkbox-wrapper-42 {display:block;float:left;margin-right:5px;}
.checkbox-wrapper-42 input[type=checkbox] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-42 label {
    display: inline-block;
}

.checkbox-wrapper-42 label {
    position: relative;
    top: 1px;
    width: 17px;
    height: 17px;
    border: 1px solid #000000;
    border-radius: 3px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
}
.checkbox-wrapper-42 label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}
.checkbox-wrapper-42 input[type=checkbox]:checked + label {
    border-color: transparent;
    background: #000000;
}
.checkbox-wrapper-42 input[type=checkbox]:checked + label:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.form-border .system-error {display:none;}
.form-border .system-error p {color:#E71D36;padding:0;margin:0!important;padding-bottom:5px;
font-size:12px;line-height:16px;
}
.awz-ajax-form .oferta-row-checkbox .oferta-name, .awz-ajax-form .row-clever {font-size:12px;line-height:14px;}
.awz-checkbox-form-styled {overflow:hidden;}
.awz-checkbox-form-styled .checkbox-wrapper-42 {margin-top:-2px;}
.awz-ajax-field-stars .star {cursor: pointer;}
.awz-ajax-field-stars .star:hover {cursor: pointer;}
.awz-ajax-form .oferta-row-checkbox .oferta-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    min-height:26px;
}
.awz-ajax-form .oferta-row-checkbox .oferta-name * {margin-right:3px;margin-left:3px;}
.awz-ajax-form .awz-checkbox-form-styled span:hover {cursor:pointer;}
.awz-ajax-form-wrap .preload {width:100%;height:100%;position:absolute;top:0;z-index:21;background:url('images/loadbg2.png') 0 0 repeat;left:0;}
.awz-ajax-form-wrap .preload .load {width:100%;height:100%;display:block;background:url('images/load.gif') 50% 50% no-repeat;opacity:0.8;}
.awz-ajax-form-wrap {position:relative;}
.awz-ajax-form-wrap .error .form-control {border: 1px solid #ff1b59;}

.awz-checkbox-form-styled {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    min-height:30px;
}