.form-control + label.error {
    position: absolute;
    z-index: 1;
    background-color: rgba(255,255,255,.85);
    font-weight: bold;
}
.input-group .form-control, .input-group .form-control.error {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.input-group .form-control + label.error {
    margin-top: 60px;
}
.form-check-input + label.error {
    position: absolute;
    z-index: 1;
    width: max-content;
    margin-left: -30px;
    background-color: rgba(255,255,255,.85);
    font-weight: bold;
}
.input-group-addon {
    display: flex;
    border: 1px solid #ced4da;
    border-right: none;
    background-color: #e9ecef;
    height: 56px;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

select.selectpicker[readonly] + button.dropdown-toggle {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}

.text-black {
    color: black;
}
.text-blue {
    color: #0070d2 !important;
}
.text-white {
    color: white;
}

#page-loader
{
    display:none;
    z-index:10;
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color: #F7F7F7;
    opacity:0.92;
}

#page-loader-ajax
{
    width:100%;
    height:100%;
    background-image:url(../../../img/ajax-loader.gif);
    background-position:center center;
    background-repeat:no-repeat;
}

.card h3, label, p.subtext, p.subtext.mini{
    color: #000 !important;
}