
body {

}

b, strong {
    font-weight: 600;
}

/*********************
 SIDEBAR AT TOP OF PAGE
*********************/

    /*********************
     TOP NAVBAR
    *********************/

    .sidebar-top .sidebar-collapse .main-header .navbar {
        margin-left: 0;
    }


    /*********************
     SIDEBAR 
    *********************/

    .sidebar-top .main-sidebar {
        padding-top: 10px;
        z-index: 1031 !important;
    }

    .sidebar-top .sidebar-brand {
        margin-bottom: 20px;
    }

    .sidebar-top .sidebar-brand img {
        max-width: 100%;
    }


/*********************
NAVBAR
*********************/

    /*********************
     NAVBAR - skin-black-light
    *********************/

    .skin-black-light .main-header {
        border-bottom: none;
    }

    .skin-black-light .main-header .navbar {
        background: #3c8dbc;
    }

    .skin-black-light .main-header .navbar .navbar-nav>li>a,
    .skin-black-light .main-header .navbar .navbar-custom-menu .navbar-nav>li>a,
    .skin-black-light .main-header .navbar .navbar-right>li>a,
    .skin-black-light .main-header .navbar>.sidebar-toggle,
    .skin-black-light .main-header>.logo {
        border: none;
        border-bottom: 1px solid #3c8dbc;
    }

    .skin-black-light .main-header>.logo {
        border: none;
        border-right: 1px solid #3c8dbc;
    }

    .skin-black-light .main-header .navbar .navbar-nav>li>a,
    .skin-black-light .main-header .navbar>.sidebar-toggle {
        background: #3c8dbc;
        color: #fff;
    }

    .skin-black-light .main-header .navbar .nav>li>a:hover, .skin-black-light .main-header .navbar .nav>li>a:active, .skin-black-light .main-header .navbar .nav>li>a:focus, .skin-black-light .main-header .navbar .nav .open>a, .skin-black-light .main-header .navbar .nav .open>a:hover, .skin-black-light .main-header .navbar .nav .open>a:focus, .skin-black-light .main-header .navbar .nav>.active>a {
        color: #000;
    }


/*********************
SIDEBAR
*********************/

.treeview-menu {
    padding-left: 16px;
}

.sidebar-menu li.header {
    font-size: inherit;
    font-weight: 600;
}

.sidebar-menu>li>a {
    transition: background .2s, border-color .2s;
}

.sidebar-menu>li.disabled {
    cursor: not-allowed;
}


    /*********************
     SIDEBAR - skin-black-light
    *********************/

    .skin-black-light .sidebar {
        color: #666;
    }

    .skin-black-light .main-sidebar {
        border-color: #3c8dbc;
    }

    .skin-black-light .wrapper, .skin-black-light .main-sidebar, .skin-black-light .left-side,
    .skin-black-light .sidebar-menu>li.header {
        background: #fff;
    }

    .skin-black-light .sidebar a,
    .skin-black-light .sidebar-menu>li.header,
    .skin-black-light .sidebar-menu .treeview-menu>li>a {
        color: inherit;
    }

    .skin-black-light .sidebar-menu>li>a {
        font-weight: 400;
    }

    .skin-black-light .sidebar-menu>li.header {
        color: #666;
        border: none;
        font-weight: 400;
    }

    .skin-black-light .sidebar-menu>li:first-child {
        border-top: none;
    }

    .skin-black-light .sidebar-menu>li {
        border-bottom: 1px solid #d2d6de;
    }

    .skin-black-light .sidebar-menu>li:hover>a {
        border-left-color: #3c8dbc;
        background: rgba(60, 141, 188, .2)
    }

    .skin-black-light .sidebar-menu>li.active>a {
        border-left-color: #3c8dbc;
        background: #3c8dbc;
        color: #fff;
    }

/*********************
 MAIN HEADER LOGO 
*********************/

.main-header>.logo img {
    max-height: 40px;
    width: auto;
}

/*********************
 Footer
*********************/

.main-footer {
    background: #B8B8B8;
    color: #fff;
}

/*********************
 CONTENT WRAPPER
*********************/

.content-wrapper {
    background: #f4f4f4;
}

/*********************
 CONTENT HEADER
*********************/

.content-header {
    /*padding-top: 20px;*/
}

.content-header>h1 {
    font-size: 60px;
    font-weight: 200;
    color: #3c8dbc;
}

/*********************
 DROPDOWN MENU FORM
*********************/

.form-control.form-control {
    border-radius: 0;
}

.dropdown-menu-form {
    width: 450px;
    background: #fff;
    padding: 20px;
    border: 1px solid #3c8dbc;
}

.pull-right .dropdown-menu-form  {
    position: absolute;
    right: 0;
    z-index: 11
}

.dropdown-menu-form label {
    font-weight: 400;
}

.dropdown-menu-form > form > button:last-child {
    margin-top: 20px;
}

/*********************
 PAGE CONTROLS
*********************/

.page-controls {
    display: block;
    width: 100%;
    margin-bottom: 20px;;
}

.page-controls:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
    height: 1px;
}

/*********************
 BUTTONS
*********************/

.btn {
    transition: all .3s;
    border-width: 2px;
    font-weight: 400;
    font-size: 0.8571em;
    line-height: 1.35em;
    border: none;
    border-radius: 0.1875rem;
    padding: 11px 22px;
    cursor: pointer;
}

    /*********************
     BUTTONS - COLOURS
    *********************/

    .btn-default {
        background-color: #B8B8B8;
        color: #FFFFFF;
    }
    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:focus, .btn-default.active:hover, .open>.btn.dropdown-toggle, .open>.btn.dropdown-toggle:focus, .open>.btn.dropdown-toggle:hover {
        background-color: #ababab;
        color: #FFFFFF;
    }

    .btn-primary {
        /*background-color: #38BFC4;*/
        color: #FFFFFF;
        border: none;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover, .open > .btn-primary.dropdown-toggle, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
        /*background-color: #3c8dbc;*/
        color: #FFFFFF;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: none;
    }
    .btn-primary.btn-simple {
        color: #38BFC4;
        border-color: #38BFC4;
    }
    .btn-primary.btn-simple:hover, .btn-primary.btn-simple:focus, .btn-primary.btn-simple:active {
        background-color: transparent;
        color: #3c8dbc;
        border-color: #3c8dbc;
    }

    /*********************
     BUTTONS - TYPES
    *********************/

    .btn-round {
        border-width: 1px;
        border-radius: 30px !important;
        padding: 11px 23px;
    }
    .btn-round.btn-simple {
        padding: 10px 22px;
    }
    .btn-simple {
        border: 1px solid;
        border-color: #B8B8B8;
        padding: 10px 22px;
        background-color: transparent;
    }
    .btn-simple.disabled, .btn-simple.disabled:hover, .btn-simple.disabled:focus, .btn-simple.disabled.focus, .btn-simple.disabled:active, .btn-simple.disabled.active, .btn-simple:disabled, .btn-simple:disabled:hover, .btn-simple:disabled:focus, .btn-simple:disabled.focus, .btn-simple:disabled:active, .btn-simple:disabled.active, .btn-simple[disabled], .btn-simple[disabled]:hover, .btn-simple[disabled]:focus, .btn-simple[disabled].focus, .btn-simple[disabled]:active, .btn-simple[disabled].active, fieldset[disabled] .btn-simple, fieldset[disabled] .btn-simple:hover, fieldset[disabled] .btn-simple:focus, fieldset[disabled] .btn-simple.focus, fieldset[disabled] .btn-simple:active, fieldset[disabled] .btn-simple.active, .btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled.focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link:disabled, .btn-link:disabled:hover, .btn-link:disabled:focus, .btn-link:disabled.focus, .btn-link:disabled:active, .btn-link:disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled].focus, .btn-link[disabled]:active, .btn-link[disabled].active, fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link.focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
        background-color: transparent;
    }

    /*********************
     BUTTONS - SIZES
    *********************/

    .btn-lg {
        font-size: 1em;
        border-radius: 0.25rem;
        padding: 15px 48px;
    }
    .btn-lg.btn-simple {
        padding: 14px 47px;
    }
    .btn-sm {
        font-size: 14px;
        border-radius: 0.1875rem;
        padding: 5px 15px;
    }
    .btn-sm.btn-simple {
        padding: 4px 14px;
    }

    /*********************
     BUTTONS - BTN-ADD
    *********************/

    .btn-add:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f067";
        margin-right: .6em;
    }

.span-info {
    transition: all .3s;
    border-width: 2px;
    font-weight: 400;
    font-size: 0.8571em;
    line-height: 1.35em;
    border: none;
    border-radius: 0.1875rem;
    padding: 11px ;
    cursor: default;
}

.span-info-lg {
    font-size: 1em;
    border-radius: 0.25rem;
    padding: 15px;
}

/*********************
 LOAN SUMMARY
*********************/

.loan-summary {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0 24px;
    background: #fff;
    border-radius: 3px;
}

.loan-summary-item {
    float: left;
    width: 16.6667%;
    font-weight: 600;
    border-right: 1px solid #d2d6de;
    padding: 8px 20px;
}

.loan-summary-item-heading {
    height: 57px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 37px;
}

.loan-summary-item:last-child {
    border-right: none;
}

.loan-summary-item .summary-title {
    font-weight: 400;
    display: block;
    color: #3c8dbc;
}

.loan-summary-secondary {
    margin-top: -24px;
    background: #3c8dbc;
    color: #fff;
}

.loan-summary-secondary .loan-summary-item {
    border-top: 1px solid #d2d6de;
}

.loan-summary-secondary .loan-summary-item .summary-title {
    color: #ddd;
}
.btn-excel {
    background-color: #19754E !important;
}
    .btn-excel:hover {
        background-color: #166946 !important;
    }

    /*MVC Validation*/
    .field-validation-error, .validation-summary-errors {
    color: red !important;
}
.field-validation-error:before{
    content: '* ';
}

/*-----  _StatusBreadCrumb -------------*/
.applicationStatus li { 
    position: relative; 
    text-indent: 30px;
    height: 60px;
    background-color: #ababab;
    display: inline-block;
    word-break: break-all;
    /* Dirty IE Hack */
    zoom: 1;
    display: inline;
    margin-left: 5px;
    padding: 10px 10px 10px 30px; /* tweaked this */
    color: white;
    text-align: center;
    line-height: 40px;
}
ul.applicationStatus {
    list-style: none; 

}

/* tweaked various things below here */

li.applicationStatus:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 15px solid #ababab;
    border-bottom: 19px solid transparent;
    margin: 1px 0px 0 9px;
}
li.applicationStatus:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    border-top: 19px solid transparent;
    border-left: 15px solid #f4f4f4;
    border-bottom: 19px solid transparent;
    margin: -0px 0px 0 0px;
}
li.applicationStatus.active {
    background-color: #367fa9;
}
li.applicationStatus.active:after {
    border-left: 15px solid #367fa9;
}

textarea {
    resize: none !important;
}

.debitNoteSelectCheckbox {
    width: 20px;
    height: 20px;
}

#tbLoan > thead > tr > th:nth-child(4) {
    width: 150px !important;
}

.table > thead:first-child > tr:first-child > th {
    vertical-align:top;
}

table.dataTable thead .sorting:after {
    top: 10px;
}

table.dataTable thead .sorting_asc:after {
    top: 10px;
}

table.dataTable thead .sorting_desc:after {
    top: 10px;
}

/* floating-scroll stuff */
.fl-scrolls {
    bottom: 0;
    height: 35px;
    overflow: auto;
    position: fixed;
}

    .fl-scrolls div {
        height: 1px;
        overflow: hidden;
    }

        .fl-scrolls div:before {
            content: ""; /* fixes #6 */
        }

.fl-scrolls-hidden {
    bottom: 9999px;
}

textarea.copyPaste {
    display:none;
}

.notes-menu {
    background-color: lightgreen !important;
    color: inherit !important;
}

.notes-menu-count {
    margin-right: 20px;
}

.redBorder
{
    border : 2px solid red;
}
.bodyPadding{
    padding-right: 0px !important;
}

.funder-email-badge {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    margin-top: 5px;
}
.select2-container {
    width: 100% !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    height: 34px !important;
    border-color: #d2d6de !important;
    border-radius: 0px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 1.9em;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2em;
        right: .1em;
    }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    color: white !important;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0px !important;
   
    border-color: #d2d6de !important;
}
.select2-container .select2-selection--multiple
{
    min-height:34px !important;
}
.selectize-input {
    height: 34px !important;
    padding: 6px 8px !important;
    border-radius: 0px !important;
    background-image: none !important;
    background-color: #fff !important;
}

.selectize-control.plugin-clear_button.single .clear {
    right: calc(10px - 6px + 1.5rem) !important;
}

.selectize-control.plugin-clear_button .clear {
    top: -1px !important;
    font-size: 19px !important;
}