/* FORM VALIDATION ERRORS styles customization */
.tot_err {
    width: fit-content;
    margin-bottom: 8px;
}

#errors {
    display: inline-grid;
}

#errors li {
    margin-bottom: 8px;
}

span.num {
    font-size: 14px;
    line-height: 21px;
    white-space: nowrap;
    display: table-cell;
    vertical-align: top;
}

span.err_msg {
    display: inline-flex;
    text-align: left;
    color: #A60008;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin-left: 5px;
}

.form_validation.fv-form-bootstrap .help-block {
    margin-top: 0px !important;
}

.wd-100-per {
    width: 100% !important;
}

.pl-2 {
    padding-left: 2px;
}

a.accent.white-btn.disabled {
    color: #FFFFFF !important;
    background-color: #757575 !important;
}
/* FORM VALIDATION ERRORS styles customization */

.alert.alert-success {
    background-color: #dff0d8 !important;
}

.alert.alert-success .close {
    color: #3c763d !important;
    opacity: 1 !important;
}

.alert.alert-danger .close {
    color: #a94442 !important;
    opacity: 1 !important;
}

.alert.alert-success .success-message {
    color: #3c763d !important;
}

.modal-header .close {
    opacity: inherit;
    color: #333;
}

@media only screen and (min-width:319px) and (max-width:991px) {
    .form-group .myprofile-mobile-b0 .form-control.form-control-small {
        height: 45px;
    }
}

.bDisp{
    display: block !important;
}
.ibDisp{
    display: inline-block !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .afterlogin-userwelcome {
        float: none !important;
    }
    .header-text .floatright .login-register{
        float: right !important;
    }
}

html.high-contrast-mode .nav-tabs > li > a.active{
    border-bottom: none !important;
}
.cust_fa{
    font-size: 20px !important;
    padding: 4px 4px 4px 5px !important;
}

.loader_div{
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    z-index: 99;
    opacity:0.7;
    display:none;
    background-image: url(/img/ajax-loader.gif);
    background: lightgrey url('/img/ajax-loader.gif') center center no-repeat;
    background-size: 100px;
}

.trpopup_loader {
     display: none;
     position:   fixed;
     z-index:    1000;
     top:        0;
     left:       0;
     height:     100%;
     width:      100%;
     background: rgba(255, 255, 255, 0.4) 
                 url('/img/upload-loader.gif') 
                 50% 50% 
                 no-repeat;
}

.flex-align-end {
    align-items: end;
}
.justify-content-between {
    justify-content: space-between;
}
.d-flex {
    display: flex;
}

#welcomeuser {
    display: block;
    float: none;
}

.unauthorized-text-footer {
    font-size: 16px;
    margin-top: 30px;
}

.entry-title {
    font-family: 'robotoregular';
    font-size: 30px;
    color: #444444;
    line-height: 40px;
    margin: 0;
    padding: 30px 0 20px;
    letter-spacing: -1px;
}

.unauthorized-footer {
    padding-left: 0px;
}