.navbar {
    min-height: 72px;
}

a.navbar-brand {
    margin-top: 71px !important;
    margin-left: 47px !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b75bc !important;
    border-color: #fff !important;
}

.r-vbar-page .r-left [data-logo-cell][data-logo-cell] {
    height: 50px !important;
    margin-top: 0px !important;
    margin-bottom: 129px !important;
    margin-left: -52px !important;
    border-bottom: #fff!important;
    background-color: #ffffff !important;   
}

.body_overlay{
    background-color:#9c9c9c;
    position: sticky;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */
    filter: alpha(opacity=50); /* in IE */
    pointer-events:none;
}
.custom_loading{
	position: fixed; /* or absolute */
	top: 50%;
    left: 50%;
    border:1px solid lightgray;
    background-color: #fefaf4;
    z-index:9999;
    padding:20px 50px;
    font-size:14px;
}

.alert-warning {
    background-color: #1b75bc;
    border-color: #d08002;
    color: white !important;
    text-align: center !important;
    margin-top: 23px !important;   
}

.alert {
    font-size: 14px;
    font-weight: 500;
}
