.client-type-help-wrap {
    display: inline-block;
    position: relative;
    margin-left: 6px;
}

.client-type-help-btn {
    border: 1px solid rgba(231, 40, 77, 1);
    background: #fff;
    color: rgba(231, 40, 77, 1);
    border-radius: 50%;
    width: 15px;
    height: 16px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    cursor: help;
    padding: 0;
}

.client-type-help-content {
    display: none;
    position: absolute;
    z-index: 10;
    top: 28px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 12px;
    width: 340px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.client-type-help-wrap:hover .client-type-help-content {
    display: block;
}

.form-horizontal .radio {
    padding: 0 15px 0 0 !important;
    min-height: auto !important;
}

input[type="radio"] {
    display: block !important;
    position: relative !important;
    float: left;
    margin-left: 0 !important;
    margin-top: 5px;
    margin-right: 5px;
}

.radio label {
    padding-left: 0;
}

.required .control-label::after {
    margin-left: 5px;
    margin-top: 5px;
    font-size: 0.75em;
}

.has-live-error .form-control {
    border-color: #a94442;
}

.live-error-msg {
    display: none;
    color: #a94442;
    margin-top: 5px;
}

.has-live-error .live-error-msg {
    display: block;
}

#vies-status {
    width: 100%;
}

label span {
    font-weight: 500 !important;
}

@media (max-width: 1920px) {
    .form-group .control-label {
        max-width: 210px !important;
    }
}