.loadingoverlay {
    background: rgba(0,0,0,0.7) !important;
}

.container-fluid {
    background: #fff;
}

label.control-label {
    font-weight:bold;
}

div.controls {
    position: relative;
}
.form-group.error {
    margin-bottom: 2.5rem;
}

.form-group .help-block {
    display: none;
}

.form-group.error .help-block, label.help-block {
    padding: .5rem;
    display: block;
    color: #fff;
}

.controls .help-block {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    line-height: 1;
    border-radius: .2rem;
    top: 100%;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(246,45,81,.8);
}

.custom-control-label::after, .custom-control-label::before {
    width:1.5rem;
    height:1.5rem;
}

.custom-control.custom-radio {
    padding-left: 1.8rem;
    padding-top: 0.3rem;
}

.alert-success, .alert-danger {
    font-weight:bold;
}

i.fa {
    font-size:1.5em;
}

.modal-xlg {
    max-width: 80%;
}

.steps ul li a:hover {
    background: none !important;
}

.validation-wizard .form-group {
    min-height: 6rem !important;
    margin-bottom: 0rem;
}