.bangla, .name_bn {
    font-family: "solaiman-lipi", "Inter", "Roboto", "Arial", sans-serif;
!important;
}

.login-page {
    /*background-image: url('../images/header2.jpg');*/
}

.main-header, .skin-blue .main-header .navbar {
    /*background-image: none;*/
    background: royalblue;
}

body, .form-control, .btn, table, tr, th, td, thead, tbody, .dropdown-menu, .skin-blue-light .sidebar-menu > li > a {
    font-weight: inherit;
}

.label, label {
    color: #3d3d3d;
    font-weight: bold;
}

.login-box, .register-box {
    width: 460px;
    margin: auto;
    margin-top: 20px;
}

.login-page {
    background-image: url(../images/login-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #ffffff;
}

.login-logo, .register-logo {
    font-size: 24px;
}

.main-header .logo, .logo, .logo-mini, .logo-lg {
    font-size: 14px;
}
.modal-open .modal {
    z-index: 2000 !important;
}


/*
****** Provider select : starts *******
 */

/*.preview {*/
/*    border: 2px forestgreen solid;*/
/*    border-radius: 0 0 5px 5px;*/
/*    padding: 10px*/
/*}*/

.preview *{
    font-size: 12px;
}
.provider-bio {
    border: 2px solid black;
    padding: 5px;
    width: 100%;
    table-layout: fixed;
}

/****** Provider select : ends *******/

/****** Status colours  : starts *******/
.status-new {
    background-color: #ffcccc;
}

.status-closed {
    background-color: #ccff99;
}

.status-in-progress {
    background-color: #ffff99;
}
.status-under-processing {
    background-color: #ffff99;
}

.status-solved {
    background-color: #ccff99;
}

.status-re-assigned {
    background-color: #ffcccc;
}

.status-answered {
    background-color: #ccff99;
}

.status-approved {
    background-color: #ccff99;
}

.status-draft {
    background-color: #ffcccc;
}

.status-requested {
    background-color: #ffcccc;
}

.status-move-in-complete {
    background-color: #ccff99;
}

.status-move-out-complete {
    background-color: #ccff99;
}

.status-cancelled {
    background-color: #ff0005;
}
.status-withdrawn {
    background-color: #ff0005;
}
.status-declined {
    background-color: #e6e6e6;
}

.status-font-color {
    color: #000000;
}

/*
|--------------------------------------------------------------------------
| Completeness block
|--------------------------------------------------------------------------
*/

.data-completeness-block {
    /*border: 2px lightgrey solid;*/
    /*padding: 2px 5px;*/
    /*border-radius: 4px;*/
    /*margin-right: 15px*/
}

.data-completeness-percentage {
    font-size: 1.3em;
    font-weight: bold;
}

/*
|--------------------------------------------------------------------------
| Boxed selection
|--------------------------------------------------------------------------
*/

.select-facility label {
    color: olivedrab;
    border-color: olivedrab;
    background: white;
}

.select-facility .selection-data {
    border-color: olivedrab;
    background: white;
}

.select-provider label {
    color: royalblue;
    border-color: royalblue;
    background: white;
}

.select-provider .selection-data {
    border-color: royalblue;
    background: white;
}

.select-post label {
    color: orangered;
    border-color: orangered;
    background: white;
}

.select-post .selection-data {
    border-color: orangered;
    background: white;
}
.selected-verify-1 {
    border-color: green;
}

.selected-verify-0 {
    border-color: orangered;
}
.vacant-post-box {
    border: 2px solid lightgrey;
    height: 50px;
    padding: 10px 0 10px 10px;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
}

.selected-status-new{
    border-color: #ffcccc;
    border-width: 3px;
}

.selected-status-in-progress{
    border-color: #ffff99;
    border-width: 3px;
}

.selected-status-closed{
    border-color: #ccff99;
    border-width: 3px;
}

/*
|--------------------------------------------------------------------------
| Input with left and bottom borders : start
|--------------------------------------------------------------------------
*/
/*label {*/
/*    margin-bottom: 0;*/
/*}*/

/*.form-control {*/
/*    padding: 0 12px;*/
/*    border-top: 0;*/
/*    border-right: 0;*/
/*}*/

/*div.form-control {*/
/*    background-color: inherit;*/
/*}*/

/*div.form-group span.readonly {*/
/*    padding: 5px;*/
/*}*/

/*.select2-container .select2-choice {*/
/*    padding: 3px 0 5px 0;*/
/*}*/

/*.select2-container-disabled {*/
/*    background-color: #fbfbfb;*/
/*}*/

/*.align-with-input {*/
/*    margin-top: 17.5px;*/
/*}*/

/* Input with left and bottom borders : end */
@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.3; }
    to { opacity: 1.0; }
}

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.3; }
    to { opacity: 1.0; }
}

.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}
