
a{
    color: #14B8A6;
}
a:hover{
    color: #43a39c;
}

.c-app.c-login{
    background-color: #0d2337;
}

.c-app{
    background-color: #EFF3F9;
}
.c-main{
    color: #374151;
}
.table thead th{
    border: none;
}
[data-initials]:before {
    background: #099bdd;
    color: white;
    opacity: 1;
    content: attr(data-initials);
    display: inline-block;
    font-weight: bold;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
#logo{
    height: 50px;
    width: auto;
    padding-left: 20px;
    padding-right: 30px;

}
.c-sidebar{
    background: #102435;
}

.c-sidebar-brand{
    background: #102435;
    justify-content: left;
}

.c-sidebar.c-sidebar-minimized .c-sidebar-brand{
    overflow: hidden;
}
.c-sidebar .c-sidebar-minimizer{
    background-color: transparent;
}

.c-sidebar .c-sidebar-brand,
.c-sidebar .c-sidebar-header{
    background-color: transparent;

}

.c-header{
    border-bottom: 1px solid #E1E7EF;
}

.table thead{
    background-color: #547391;
    color: white;
    border-color: #E1E7EF;
}
.btn-green{
    color: #fff;
    background: #14B8A6;
    border-color: #14B8A6;
}

.btn-green:hover{
    color: #fff;
    background-color: #4db3ab;
}

.btn-green-hollow{
    color: #14B8A6;
    background: transparent;
    border-color: #14B8A6;
}

.btn-green-hollow:hover{
    color: #fff;
    background-color: #4db3ab;

}
html:not([dir="rtl"]) .c-callout-green{
    border-left-color: #14B8A6;
}

#loan-detail{
    border-radius: 8px;
}

#loan-detail .nav{
    border-bottom: 1px solid #d3d3d3;
}

#loan-detail .nav-pills .nav-link,
#loan-detail .nav-pills .show > .nav-link{
    background-color: #fff;
    color: #767676;
    border-radius: 0;
    font-weight: bold;
}

#loan-detail .nav-pills .nav-link.active,
#loan-detail .nav-pills .show > .nav-link{
    background-color: #fff;
    color: #5091AD;
    border-bottom: 5px solid #5091AD;
    border-radius: 0;
}
#loan-detail .tab-pane{
    padding-top: 20px;
}
#loan-detail .loan-detail-item{
    margin-bottom: 20px;
}
#loan-detail .loan-detail-item-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    /*color: #606060;*/
}
#loan-detail .loan-detail-item-value{
    font-size: 14px;
    margin-bottom: 5px;
}

.c-sidebar .c-sidebar-nav-link:hover, .c-sidebar .c-sidebar-nav-dropdown-toggle:hover{
    background-color: #1D2F46;
}

.spinner-border{
    width: 1rem;
    height: 1rem;
    display: none;
}
#request_extension_button .spinner-border,
#request_discharge_button .spinner-border,
#request_funds_button .spinner-border
{
    width: 1rem;
    height: 1rem;
    display: none;
}

#available_warning .description{
    display:none;
    font-size: 12px;
    color: white;
    border-radius: 3px;
    background-color: grey;
    padding: 3px 10px;
    bottom: 100%;
    left: 0;
    width: 120px;
}

#available_warning:hover .description{
    display:block;
}

.drawrequest_tooltip{
    position:absolute;
    border: 1px solid #e0e0e0;
    padding: 10px 10px;
    z-index:2;
    background: white;
    border-radius: 2px;
    display: none;
    min-width: 200px;
}
.bp_tooltip{
    position: relative;
}

.bp_tooltip>div.bp_tooltip_content{
    display: none;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    z-index:2;
    background: white;
    border-radius: 4px;
    display: none;
    min-width: 200px;

    -webkit-box-shadow: 2px 2px 3px 0px rgba(43,43,43,0.2);
    box-shadow: 2px 2px 3px 0px rgba(43,43,43,0.2);
}

.bp_tooltip_content{
    position: absolute;
}
.bp_tooltip:hover>.bp_tooltip_content{
    display: block;
}

.nav-tabs .nav-link.bp-nav-link{
    border: none;
    padding: 0 0 3px 0;
    margin: 0.5rem 1rem;
}
.nav-tabs .nav-link.bp-nav-link{
    color: #606060;
}
.nav-tabs .nav-link.bp-nav-link:hover{
    border: none;
}

.nav-tabs .nav-link.bp-nav-link.active{
    color: #14B8A6;
    background-color: #fff;
    border-bottom: 2px solid #14B8A6;
}
.text-decoration-line-through{
    text-decoration: line-through;
}

.bbtn{border-radius:0.3rem !important;}
.bbtn-outline-danger:hover{background-color:#e55151 !important;}
.bbtn-dark{background: #647489 !important; border-color:#647489 !important;}
.bbtn-primary.disabled, .bbtn-primary:disabled{background:#E1E2E5 !important; color:#647489 !important; border-color:#E1E2E5 !important;}

.bbtn {
    display: inline-flex;
    align-items: center;
    color: #495660;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    min-width: auto;
    margin-top: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0.3rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
}

.bbtn:hover {
    color: #495660;
    text-decoration: none;
}

.bbtn:focus, .bbtn.focus {
    outline: black;
}

.bbtn.disabled, .bbtn:disabled {
    opacity: 0.65;
}

.bbtn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.bbtn-primary {
    color: #fff;
    background-color: #40b2a4;
    border-color: #40b2a4;
}

.bbtn-primary:hover {
    color: #fff;
    background-color: #36968a;
    border-color: #338c81;
}

.bbtn-primary:focus, .bbtn-primary.focus {
    color: #fff;
    background-color: #36968a;
    border-color: #338c81;
}

.bbtn-primary.disabled, .bbtn-primary:disabled {
    color: #fff;
    background-color: #40b2a4;
    border-color: #40b2a4;
}

.bbtn-primary:not(:disabled):not(.disabled):active, .bbtn-primary:not(:disabled):not(.disabled).active,
.show > .bbtn-primary.dropdown-toggle {
    color: #fff;
    background-color: #25675f;
    border-color: #1e544e;
}

.bbtn-secondary {
    color: #495660;
    background-color: #7DA7C6;
    border-color: #7DA7C6;
}

.bbtn-secondary:hover {
    color: #fff;
    background-color: #6295ba;
    border-color: #5a8fb6;
}

.bbtn-secondary:focus, .bbtn-secondary.focus {
    color: #fff;
    background-color: #6295ba;
    border-color: #5a8fb6;
}

.bbtn-secondary.disabled, .bbtn-secondary:disabled {
    color: #495660;
    background-color: #7DA7C6;
    border-color: #7DA7C6;
}

.bbtn-secondary:not(:disabled):not(.disabled):active, .bbtn-secondary:not(:disabled):not(.disabled).active,
.show > .bbtn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #43759a;
    border-color: #3c6888;
}

.bbtn-danger {
    color: #fff;
    background-color: #e55151;
    border-color: #e55151;
}

.bbtn-danger:hover {
    color: #fff;
    background-color: #e03030;
    border-color: #de2525;
}

.bbtn-danger:focus, .bbtn-danger.focus {
    color: #fff;
    background-color: #e03030;
    border-color: #de2525;
}

.bbtn-danger.disabled, .bbtn-danger:disabled {
    color: #fff;
    background-color: #e55151;
    border-color: #e55151;
}

.bbtn-danger:not(:disabled):not(.disabled):active, .bbtn-danger:not(:disabled):not(.disabled).active,
.show > .bbtn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b51b1b;
    border-color: #9f1818;
}

.bbtn-warning {
    color: #495660;
    background-color: #F2AB4C;
    border-color: #F2AB4C;
}

.bbtn-warning:hover {
    color: #495660;
    background-color: #ef9a28;
    border-color: #ef951c;
}

.bbtn-warning:focus, .bbtn-warning.focus {
    color: #495660;
    background-color: #ef9a28;
    border-color: #ef951c;
}

.bbtn-warning.disabled, .bbtn-warning:disabled {
    color: #495660;
    background-color: #F2AB4C;
    border-color: #F2AB4C;
}

.bbtn-warning:not(:disabled):not(.disabled):active, .bbtn-warning:not(:disabled):not(.disabled).active,
.show > .bbtn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c97a0f;
    border-color: #b26b0d;
}

.bbtn-info {
    color: #fff;
    background-color: #0D7DD3;
    border-color: #0D7DD3;
}

.bbtn-info:hover {
    color: #fff;
    background-color: #0b68af;
    border-color: #0a61a3;
}

.bbtn-info:focus, .bbtn-info.focus {
    color: #fff;
    background-color: #0b68af;
    border-color: #0a61a3;
}

.bbtn-info.disabled, .bbtn-info:disabled {
    color: #fff;
    background-color: #0D7DD3;
    border-color: #0D7DD3;
}

.bbtn-info:not(:disabled):not(.disabled):active, .bbtn-info:not(:disabled):not(.disabled).active,
.show > .bbtn-info.dropdown-toggle {
    color: #fff;
    background-color: #074473;
    border-color: #06365b;
}

.bbtn-tab {
    color: #fff;
    background-color: #2E7AAD;
    border-color: #2E7AAD;
}

.bbtn-tab:hover {
    color: #fff;
    background-color: #26658f;
    border-color: #235e85;
}

.bbtn-tab:focus, .bbtn-tab.focus {
    color: #fff;
    background-color: #26658f;
    border-color: #235e85;
}

.bbtn-tab.disabled, .bbtn-tab:disabled {
    color: #fff;
    background-color: #2E7AAD;
    border-color: #2E7AAD;
}

.bbtn-tab:not(:disabled):not(.disabled):active, .bbtn-tab:not(:disabled):not(.disabled).active,
.show > .bbtn-tab.dropdown-toggle {
    color: #fff;
    background-color: #19415c;
    border-color: #133348;
}

.bbtn-light {
    color: #495660;
    background-color: #EFF3F9;
    border-color: #EFF3F9;
}

.bbtn-light:hover {
    color: #495660;
    background-color: #d3deef;
    border-color: #cad7eb;
}

.bbtn-light:focus, .bbtn-light.focus {
    color: #495660;
    background-color: #d3deef;
    border-color: #cad7eb;
}

.bbtn-light.disabled, .bbtn-light:disabled {
    color: #495660;
    background-color: #EFF3F9;
    border-color: #EFF3F9;
}

.bbtn-light:not(:disabled):not(.disabled):active, .bbtn-light:not(:disabled):not(.disabled).active,
.show > .bbtn-light.dropdown-toggle {
    color: #495660;
    background-color: #a5bbdd;
    border-color: #92add6;
}

.bbtn-dark {
    color: #fff;
    background-color: #495660;
    border-color: #495660;
}

.bbtn-dark:hover {
    color: #fff;
    background-color: #38434a;
    border-color: #333c43;
}

.bbtn-dark:focus, .bbtn-dark.focus {
    color: #fff;
    background-color: #38434a;
    border-color: #333c43;
}

.bbtn-dark.disabled, .bbtn-dark:disabled {
    color: #fff;
    background-color: #495660;
    border-color: #495660;
}

.bbtn-dark:not(:disabled):not(.disabled):active, .bbtn-dark:not(:disabled):not(.disabled).active,
.show > .bbtn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2226;
    border-color: #121518;
}

.bbtn-cancel {
    color: #495660;
    background-color: #E1E7EF;
    border-color: #E1E7EF;
}

.bbtn-cancel:hover {
    color: #495660;
    background-color: #c8d3e2;
    border-color: #c0ccdd;
}

.bbtn-cancel:focus, .bbtn-cancel.focus {
    color: #495660;
    background-color: #c8d3e2;
    border-color: #c0ccdd;
}

.bbtn-cancel.disabled, .bbtn-cancel:disabled {
    color: #495660;
    background-color: #E1E7EF;
    border-color: #E1E7EF;
}

.bbtn-cancel:not(:disabled):not(.disabled):active, .bbtn-cancel:not(:disabled):not(.disabled).active,
.show > .bbtn-cancel.dropdown-toggle {
    color: #495660;
    background-color: #9eb2cc;
    border-color: #8ea4c3;
}

.bbtn-white {
    color: #495660;
    background-color: #fff;
    border-color: #fff;
}

.bbtn-white:hover {
    color: #495660;
    background-color: #ececec;
    border-color: #e6e6e6;
}

.bbtn-white:focus, .bbtn-white.focus {
    color: #495660;
    background-color: #ececec;
    border-color: #e6e6e6;
}

.bbtn-white.disabled, .bbtn-white:disabled {
    color: #495660;
    background-color: #fff;
    border-color: #fff;
}

.bbtn-white:not(:disabled):not(.disabled):active, .bbtn-white:not(:disabled):not(.disabled).active,
.show > .bbtn-white.dropdown-toggle {
    color: #495660;
    background-color: #cccccc;
    border-color: #bfbfbf;
}

.bbtn-danger-light {
    color: #495660;
    background-color: #FBF0F0;
    border-color: #FBF0F0;
}

.bbtn-danger-light:hover {
    color: #495660;
    background-color: #f3d2d2;
    border-color: #f0c8c8;
}

.bbtn-danger-light:focus, .bbtn-danger-light.focus {
    color: #495660;
    background-color: #f3d2d2;
    border-color: #f0c8c8;
}

.bbtn-danger-light.disabled, .bbtn-danger-light:disabled {
    color: #495660;
    background-color: #FBF0F0;
    border-color: #FBF0F0;
}

.bbtn-danger-light:not(:disabled):not(.disabled):active, .bbtn-danger-light:not(:disabled):not(.disabled).active,
.show > .bbtn-danger-light.dropdown-toggle {
    color: #495660;
    background-color: #e69f9f;
    border-color: #e08b8b;
}

.bbtn-light-green {
    color: #495660;
    background-color: #F1FCFB;
    border-color: #F1FCFB;
}

.bbtn-light-green:hover {
    color: #495660;
    background-color: #d2f5f2;
    border-color: #c7f3ef;
}

.bbtn-light-green:focus, .bbtn-light-green.focus {
    color: #495660;
    background-color: #d2f5f2;
    border-color: #c7f3ef;
}

.bbtn-light-green.disabled, .bbtn-light-green:disabled {
    color: #495660;
    background-color: #F1FCFB;
    border-color: #F1FCFB;
}

.bbtn-light-green:not(:disabled):not(.disabled):active, .bbtn-light-green:not(:disabled):not(.disabled).active,
.show > .bbtn-light-green.dropdown-toggle {
    color: #495660;
    background-color: #9deae3;
    border-color: #88e6dd;
}

.bbtn-outline-primary {
    color: #40b2a4;
    border-color: #40b2a4;
}

.bbtn-outline-primary:hover {
    color: #fff;
    background-color: #40b2a4;
    border-color: #40b2a4;
}

.bbtn-outline-primary.disabled, .bbtn-outline-primary:disabled {
    color: #40b2a4;
    background-color: transparent;
}

.bbtn-outline-primary:not(:disabled):not(.disabled):active, .bbtn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bbtn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #40b2a4;
    border-color: #40b2a4;
}

.bbtn-outline-secondary {
    color: #7DA7C6;
    border-color: #7DA7C6;
}

.bbtn-outline-secondary:hover {
    color: #495660;
    background-color: #7DA7C6;
    border-color: #7DA7C6;
}

.bbtn-outline-secondary.disabled, .bbtn-outline-secondary:disabled {
    color: #7DA7C6;
    background-color: transparent;
}

.bbtn-outline-secondary:not(:disabled):not(.disabled):active, .bbtn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bbtn-outline-secondary.dropdown-toggle {
    color: #495660;
    background-color: #7DA7C6;
    border-color: #7DA7C6;
}

.bbtn-outline-danger {
    color: #e55151;
    border-color: #e55151;
}

.bbtn-outline-danger:hover {
    color: #fff;
    background-color: #e55151;
    border-color: #e55151;
}

.bbtn-outline-danger.disabled, .bbtn-outline-danger:disabled {
    color: #e55151;
    background-color: transparent;
}

.bbtn-outline-danger:not(:disabled):not(.disabled):active, .bbtn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bbtn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e55151;
    border-color: #e55151;
}

.bbtn-outline-warning {
    color: #F2AB4C;
    border-color: #F2AB4C;
}

.bbtn-outline-warning:hover {
    color: #495660;
    background-color: #F2AB4C;
    border-color: #F2AB4C;
}

.bbtn-outline-warning.disabled, .bbtn-outline-warning:disabled {
    color: #F2AB4C;
    background-color: transparent;
}

.bbtn-outline-warning:not(:disabled):not(.disabled):active, .bbtn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bbtn-outline-warning.dropdown-toggle {
    color: #495660;
    background-color: #F2AB4C;
    border-color: #F2AB4C;
}

.bbtn-outline-info {
    color: #0D7DD3;
    border-color: #0D7DD3;
}

.bbtn-outline-info:hover {
    color: #fff;
    background-color: #0D7DD3;
    border-color: #0D7DD3;
}

.bbtn-outline-info.disabled, .bbtn-outline-info:disabled {
    color: #0D7DD3;
    background-color: transparent;
}

.bbtn-outline-info:not(:disabled):not(.disabled):active, .bbtn-outline-info:not(:disabled):not(.disabled).active,
.show > .bbtn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #0D7DD3;
    border-color: #0D7DD3;
}

.bbtn-outline-tab {
    color: #2E7AAD;
    border-color: #2E7AAD;
}

.bbtn-outline-tab:hover {
    color: #fff;
    background-color: #2E7AAD;
    border-color: #2E7AAD;
}

.bbtn-outline-tab.disabled, .bbtn-outline-tab:disabled {
    color: #2E7AAD;
    background-color: transparent;
}

.bbtn-outline-tab:not(:disabled):not(.disabled):active, .bbtn-outline-tab:not(:disabled):not(.disabled).active,
.show > .bbtn-outline-tab.dropdown-toggle {
    color: #fff;
    background-color: #2E7AAD;
    border-color: #2E7AAD;
}

.bbtn-outline-light {
    color: #EFF3F9;
    border-color: #EFF3F9;
}

.bbtn-outline-light:hover {
    color: #495660;
    background-color: #EFF3F9;
    border-color: #EFF3F9;
}

.bbtn-outline-light.disabled, .bbtn-outline-light:disabled {
    color: #EFF3F9;
    background-color: transparent;
}

.bbtn-outline-light:not(:disabled):not(.disabled):active, .bbtn-outline-light:not(:disabled):not(.disabled).active,
.show > .bbtn-outline-light.dropdown-toggle {
    color: #495660;
    background-color: #EFF3F9;
    border-color: #EFF3F9;
}

.bbtn-outline-dark {
    color: #495660;
    border-color: #495660;
}

.bbtn-outline-dark:hover {
    color: #fff;
    background-color: #495660;
    border-color: #495660;
}

.bbtn-outline-dark.disabled, .bbtn-outline-dark:disabled {
    color: #495660;
    background-color: transparent;
}

.bbtn-outline-dark:not(:disabled):not(.disabled):active, .bbtn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bbtn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #495660;
    border-color: #495660;
}

.bbtn-outline-cancel {
    color: #E1E7EF;
    border-color: #E1E7EF;
}

.bbtn-outline-cancel:hover {
    color: #495660;
    background-color: #E1E7EF;
    border-color: #E1E7EF;
}

.bbtn-outline-cancel.disabled, .bbtn-outline-cancel:disabled {
    color: #E1E7EF;
    background-color: transparent;
}

.bbtn-outline-cancel:not(:disabled):not(.disabled):active, .bbtn-outline-cancel:not(:disabled):not(.disabled).active,
.show > .bbtn-outline-cancel.dropdown-toggle {
    color: #495660;
    background-color: #E1E7EF;
    border-color: #E1E7EF;
}

.bbtn-outline-white {
    color: #fff;
    border-color: #fff;
}

.bbtn-outline-white:hover {
    color: #495660;
    background-color: #fff;
    border-color: #fff;
}

.bbtn-outline-white.disabled, .bbtn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
}

.bbtn-outline-white:not(:disabled):not(.disabled):active, .bbtn-outline-white:not(:disabled):not(.disabled).active,
.show > .bbtn-outline-white.dropdown-toggle {
    color: #495660;
    background-color: #fff;
    border-color: #fff;
}

.bbtn-outline-danger-light {
    color: #FBF0F0;
    border-color: #FBF0F0;
}

.bbtn-outline-danger-light:hover {
    color: #495660;
    background-color: #FBF0F0;
    border-color: #FBF0F0;
}

.bbtn-outline-danger-light.disabled, .bbtn-outline-danger-light:disabled {
    color: #FBF0F0;
    background-color: transparent;
}

.bbtn-outline-danger-light:not(:disabled):not(.disabled):active, .bbtn-outline-danger-light:not(:disabled):not(.disabled).active,
.show > .bbtn-outline-danger-light.dropdown-toggle {
    color: #495660;
    background-color: #FBF0F0;
    border-color: #FBF0F0;
}

.bbtn-outline-light-green {
    color: #F1FCFB;
    border-color: #F1FCFB;
}

.bbtn-outline-light-green:hover {
    color: #495660;
    background-color: #F1FCFB;
    border-color: #F1FCFB;
}

.bbtn-outline-light-green.disabled, .bbtn-outline-light-green:disabled {
    color: #F1FCFB;
    background-color: transparent;
}

.bbtn-outline-light-green:not(:disabled):not(.disabled):active, .bbtn-outline-light-green:not(:disabled):not(.disabled).active,
.show > .bbtn-outline-light-green.dropdown-toggle {
    color: #495660;
    background-color: #F1FCFB;
    border-color: #F1FCFB;
}

.bbtn-white:hover {
    color: #359488 !important;
    background-color: #FFF;
}

.bbtn-link {
    font-weight: normal;
    text-decoration: none;
}

.bbtn-link:hover {
    color: #2c7a70;
    text-decoration: underline;
    background-color: transparent;
}

.bbtn-link:focus, .bbtn-link.focus {
    text-decoration: underline;
}

.bbtn-link:disabled, .bbtn-link.disabled {
    color: #E1E7EF;
    pointer-events: none;
}

.bbtn-danger-light, .bbtn-danger-light:hover {
    color: #e55151;
}

.bbtn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.5rem;
}

.bbtn-md {
    padding: 0.25rem 0.75rem;
    font-size: 13px;
    line-height: 1;
    border-radius: 0.2rem;
}

.bbtn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.2rem;
}

.bbtn-block {
    display: block;
    width: 100%;
}

.bbtn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].bbtn-block,
input[type="reset"].bbtn-block,
input[type="button"].bbtn-block {
    width: 100%;
}

.bbtn-outline-gray {
    background-color: #FFFFFF;
    border: 1px solid #E1E7EF;
    color: #647489;
}

.bbtn-outline-gray:hover {
    color: #647489;
    background: #F8FBFF;
    border: 1px solid #E1E7EF;
}

.bbtn-outline-secondary:hover {
    color: #fff;
}

.bbtn-secondary {
    color: #fff;
}

.usercircleicon{
    border-radius:50%;width:30px;height:30px;margin:0px;cursor: pointer;display:inline-block;
}
.usercircleicon span{
    cursor:pointer;
}
.usercircleicon.initials{
    color:#FFFFFF;font-weight:bold;display: inline-flex !important;align-items: center;justify-content: center;
}
.usercircleicon.initials.circlecolor0,.usercircle.bcircle.circlecolor0{
    background-color:#4D7ABC;
}
.usercircleicon.initials.circlecolor1,.usercircle.bcircle.circlecolor1{
    background-color:#615ECC;
}
.usercircleicon.initials.circlecolor2,.usercircle.bcircle.circlecolor2{
    background-color:#8648C1;
}
.usercircleicon.initials.circlecolor3,.usercircle.bcircle.circlecolor3{
    background-color:#1B5CCE;
}
.usercircleicon.initials.circlecolor4,.usercircle.bcircle.circlecolor4{
    background-color:#229FD6;
}
.usercircleicon.initials.circlecolor5,.usercircle.bcircle.circlecolor5{
    background-color:#1DCAD8;
}
.usercircleicon.initials.circlecolor6,.usercircle.bcircle.circlecolor6{
    background-color:#20BA7B;
}
.usercircleicon.initials.circlecolor7,.usercircle.bcircle.circlecolor7{
    background-color:#12D89F;
}
.usercircleicon.initials.circlecolor8,.usercircle.bcircle.circlecolor8{
    background-color:#F7944B;
}
.usercircleicon.initials.circlecolor9,.usercircle.bcircle.circlecolor9{
    background-color:#F95D73;
}
.usercircleicon.initials.circlecolorsys,.usercircle.bcircle.circlecolorsys{
    background-color:#B4BDC9;
}
.usercircle.bcircle.edit:hover,
.usercircle.bcircle.circlecolor0.edit:hover,.usercircle.bcircle.circlecolor1.edit:hover,.usercircle.bcircle.circlecolor2.edit:hover,
.usercircle.bcircle.circlecolor3.edit:hover,.usercircle.bcircle.circlecolor4.edit:hover,.usercircle.bcircle.circlecolor5.edit:hover,
.usercircle.bcircle.circlecolor6.edit:hover,.usercircle.bcircle.circlecolor7.edit:hover,.usercircle.bcircle.circlecolor8.edit:hover,
.usercircle.bcircle.circlecolor9.edit:hover,.usercircle.bcircle.circlecolorsys.edit:hover,
.usercircleicon.edit:hover,.usercircleicon.initials.circlecolor0.edit:hover,
.usercircleicon.initials.circlecolor1.edit:hover,.usercircleicon.initials.circlecolor2.edit:hover,
.usercircleicon.initials.circlecolor3.edit:hover,.usercircleicon.initials.circlecolor4.edit:hover,
.usercircleicon.initials.circlecolor5.edit:hover,.usercircleicon.initials.circlecolor6.edit:hover,
.usercircleicon.initials.circlecolor7.edit:hover,.usercircleicon.initials.circlecolor8.edit:hover,
.usercircleicon.initials.circlecolor9.edit:hover,.usercircleicon.initials.circlecolorsys.edit:hover{
    background:#F3F4F6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 30 30'%3E%3Cpath stroke-width='1.5' stroke='%23555' d='M 11,11 L 19,19 M 19,11 L 11,19' /%3E%3C/svg%3E");
    padding-left:30px;
    box-sizing:border-box;
    overflow:none;
}
.usercircle.bcircle.edit:hover,
.usercircle.bcircle.circlecolor0.edit:hover,.usercircle.bcircle.circlecolor1.edit:hover,.usercircle.bcircle.circlecolor2.edit:hover,
.usercircle.bcircle.circlecolor3.edit:hover,.usercircle.bcircle.circlecolor4.edit:hover,.usercircle.bcircle.circlecolor5.edit:hover,
.usercircle.bcircle.circlecolor6.edit:hover,.usercircle.bcircle.circlecolor7.edit:hover,.usercircle.bcircle.circlecolor8.edit:hover,
.usercircle.bcircle.circlecolor9.edit:hover,.usercircle.bcircle.circlecolorsys.edit:hover{
    background-image:none; padding-left:0;
}
.usercircle.bcircle .userclose{
    display:none;
}
.usercircle.bcircle.edit:hover .userclose,
.usercircle.bcircle.circlecolor0.edit:hover .userclose,.usercircle.bcircle.circlecolor1.edit:hover .userclose,.usercircle.bcircle.circlecolor2.edit:hover .userclose,
.usercircle.bcircle.circlecolor3.edit:hover .userclose,.usercircle.bcircle.circlecolor4.edit:hover .userclose,.usercircle.bcircle.circlecolor5.edit:hover .userclose,
.usercircle.bcircle.circlecolor6.edit:hover .userclose,.usercircle.bcircle.circlecolor7.edit:hover .userclose,.usercircle.bcircle.circlecolor8.edit:hover .userclose,
.usercircle.bcircle.circlecolor9.edit:hover .userclose,.usercircle.bcircle.circlecolorsys.edit:hover .userclose{
    display: block; cursor: pointer;
}
.usercircle.bcircle.edit:hover .userinitials,
.usercircle.bcircle.circlecolor0.edit:hover .userinitials,.usercircle.bcircle.circlecolor1.edit:hover .userinitials,.usercircle.bcircle.circlecolor2.edit:hover .userinitials,
.usercircle.bcircle.circlecolor3.edit:hover .userinitials,.usercircle.bcircle.circlecolor4.edit:hover .userinitials,.usercircle.bcircle.circlecolor5.edit:hover .userinitials,
.usercircle.bcircle.circlecolor6.edit:hover .userinitials,.usercircle.bcircle.circlecolor7.edit:hover .userinitials,.usercircle.bcircle.circlecolor8.edit:hover .userinitials,
.usercircle.bcircle.circlecolor9.edit:hover .userinitials,.usercircle.bcircle.circlecolorsys.edit:hover .userinitials{
    display: none; cursor: pointer;
}
.usercirclewrapper{
    min-height: 24px;
}
.bcircle {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 11px;
}

.img-dashboard{margin-right:10px;margin-bottom:4px;width:20px;height:18px;background:transparent url(../images/toolbar_dark.gif) no-repeat -674px -45px;}
.dulltab .img-dashboard{margin-right:10px;margin-bottom:4px;width:20px;height:18px;background:transparent url(../images/toolbar_dark.gif) no-repeat -694px -45px;}
.admin-user{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -768px 0;}
.admin-settings{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -800px 0;}
.admin-support{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -864px 0;}
.admin-logout{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -832px 0;}
.img-addrec{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -32px -32px;}
.beltprev{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -64px 0;width:16px;height:32px;vertical-align:middle;}
.beltnext{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -80px 0;width:16px;height:32px;vertical-align:middle;}
.img-del{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -50px -32px;width:12px;height:16px;vertical-align:middle;}
.img-undo{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -928px -32px;width:16px;height:16px;vertical-align:middle;}
.img-undo-disabled{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -944px -32px;width:16px;height:16px;vertical-align:middle;}
.img-redo{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -928px -48px;width:16px;height:16px;vertical-align:middle;}
.img-redo-disabled{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -944px -48px;width:16px;height:16px;vertical-align:middle;}
.img-save{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -752px -48px;width:14px;height:14px;vertical-align:middle;}
.img-save-loan-template{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -1048px -40px;width:23px;height:23px;vertical-align:middle;}
.img-import-loan-template{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -897px -32px;width:23px;height:23px;vertical-align:middle;}
.img-import-app{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -992px 0;width:23px;height:23px;vertical-align:middle;}
.img-tick{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -32px -53px;width:12px;height:12px;vertical-align:middle;}
.img-xls{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -64px -52px;width:12px;height:12px;vertical-align:middle;}
.img-pdf{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -76px -52px;width:12px;height:12px;vertical-align:middle;}
.img-diskette{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -96px -48px;width:16px;height:16px;vertical-align:middle;}
.img-taxwhite{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -544px 0px;width:16px;height:16px;vertical-align:middle;}
.img-taxgrey{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -544px -16px;width:16px;height:16px;vertical-align:middle;}
.img-medtick{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -32px -53px;width:16px;height:16px;vertical-align:middle;}
.img-plus{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -480px -32px;width:16px;height:16px;vertical-align:middle;}
.img-minus{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -496px -32px;width:16px;height:16px;vertical-align:middle;}
.img-sigdoc{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -496px -48px;width:16px;height:16px;vertical-align:middle;}
.img-share{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -480px -48px;width:16px;height:16px;vertical-align:middle;}
.img-interest{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -528px -32px;width:16px;height:16px;vertical-align:middle;}
.img-config{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -512px 0;width:16px;height:16px;vertical-align:middle;}
.img-cert{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -512px -16px;width:16px;height:16px;vertical-align:middle;}
.img-warn{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -528px -16px;width:16px;height:16px;vertical-align:middle;}
.img-licence{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -496px 0px;width:16px;height:16px;vertical-align:middle;}
.img-check{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -512px -32px;width:16px;height:16px;vertical-align:middle;}
.img-pad{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -512px -48px;width:16px;height:16px;vertical-align:middle;}
.img-pin_on{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -1328px -48px;width:14px;height:14px;vertical-align:middle;}
.img-pin_off{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -1312px -48px;width:14px;height:14px;vertical-align:middle;}
.img-worksheet_on{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -960px 0;width:16px;height:16px;vertical-align:middle;}
.img-worksheet_off{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -960px -16px;width:16px;height:16px;vertical-align:middle;}
.img-up{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat 0 -32px;width:12px;height:12px;vertical-align:middle;}
.img-down{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -12px -32px;width:12px;height:12px;vertical-align:middle;}
.daylightsaving{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -32px -20px;width:12px;height:12px;vertical-align:top;}
.img-closeall{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -21px -1px;vertical-align:middle;margin-right:4px;}
.img-home{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -96px 0;}
.img-settings{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -384px 0;}
.img-settings-light{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -384px -32px;}
.img-reports{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -224px 0;}
.img-reports-light{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -224px -32px;}
.img-speechrecog{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -128px 0;}
.img-clock{width:12px;height:12px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat 0 -52px;}
.img-tracker{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -288px 0;}
.img-tracker-light{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -288px -32px;}
.img-copy{border:none;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -926px -16px;width:16px;height:16px;vertical-align:middle;}
.ico-tutorials{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -220px 0;vertical-align:middle;}
.ico-purview{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -240px 0;vertical-align:middle;}
.ico-fund{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -260px 0;vertical-align:middle;}
.ico-consumerloans{margin-right:8px;width:22px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -280px 0;vertical-align:middle;}
.ico-activeloans{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat 0 0;vertical-align:middle;}
.ico-fundedloans{margin-right:8px;width:22px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -19px 0;vertical-align:middle;}
.ico-dischargedloans{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -41px 0;vertical-align:middle;}
.ico-deadloans{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -60px 0;vertical-align:middle;}
.ico-clients{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -80px 0;vertical-align:middle;}
.ico-lawyers{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -100px 0;vertical-align:middle;}
.ico-investors{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -120px 0;vertical-align:middle;}
.ico-brokers{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -140px 0;vertical-align:middle;}
.ico-appraisers{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -301px 0;vertical-align:middle;}
.ico-emds{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -321px 0;vertical-align:middle;}
.ico-settings{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -160px 0;vertical-align:middle;}
.ico-reports{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -180px 0;vertical-align:middle;}
.ico-lab{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -200px 0;vertical-align:middle;}
.ico-tasks{margin-right:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -340px 0;vertical-align:middle;}
.admin-notification{background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -897px 0;}
.bico-edit{margin-left:10px;width:20px;height:20px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -448px -32px;}
.bico-import{width:16px;height:18px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -448px 0;vertical-align:middle;margin-right:5px;}
.bico-export{margin-right:8px;width:18px;height:18px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -1024px -40px;vertical-align:middle;}
.dico-doc{width:12px;height:18px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -480px 0;vertical-align:middle;margin-right:14px;}
.arrow-up{width:8px;height:4px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -472px 0;margin-left:2px;}
.arrow-down{width:8px;height:4px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -472px -5px;margin-left:2px;}
.arrow-both{width:8px;height:9px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -472px 0;margin-left:2px;}
.arrow-dark-up{width:8px;height:5px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -472px -8px;margin-left:2px;}
.arrow-dark-down{width:8px;height:5px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -472px -13px;margin-left:2px;}
.arrow-dark-both{width:8px;height:10px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -472px -8px;margin-left:2px;}
.ico-rush-gray{margin-right:8px;margin-bottom:2px;width:16px;height:16px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -688px -48px;vertical-align:middle;}
.ico-rushoff-gray{margin-right:8px;margin-bottom:2px;width:16px;height:16px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -688px -32px;vertical-align:middle;}
.img-cfbpencil{margin-right:8px;width:16px;height:16px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -1424px 0px;vertical-align:middle;}
.img-cfbpdf{margin-right:8px;width:16px;height:16px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat  -1392px 0px;vertical-align:middle;}
.ico-rush{margin-right:8px;margin-bottom:2px;width:16px;height:16px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -608px -32px;vertical-align:middle;}
.ico-rushoff{margin-right:8px;margin-bottom:2px;width:16px;height:16px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -608px -48px;vertical-align:middle;}
.ico-rushwhitebg{margin-right:8px;margin-bottom:2px;width:16px;height:16px;background:transparent url(../images/toolbar_dark.gif?acv=229) no-repeat -624px 0;vertical-align:middle;}
.text-size-sm{
    font-size: 12px;
}
.form-group label{
    margin-bottom:0.25rem;
}
.table,.breadcrumb-item.active{
    color:#374151;
}
