body {
    font-size: 11px;
}

b, strong {
    font-weight: 600;
}

h3 {
    margin-top: 30px
}

/*********************
 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 {
    font-size: 14px;
}

.sidebar-brand img {
    height: 20px;
    height: auto;
    width: auto;
    padding: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-sidebar,
    .main-header .logo {
        width: 180px;
        font-size: 12px;
    }

    .content-wrapper,
    .main-footer,
    .main-header .navbar {
        margin-left: 180px
    }
}


/*********************
NAVBAR
*********************/

/*********************
     NAVBAR - skin-black-light
    *********************/

.skin-black-light .main-header {
    border-bottom: none;
}

    .skin-black-light .main-header .navbar {
        background: #000;
    }

        .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 #000;
        }

            .skin-black-light .main-header > .logo,
            .skin-black-light .main-header > .logo:hover {
                border: none;
                border-right: 1px #424244;
                background-color: #424244;
            }

        .skin-black-light .main-header .navbar .navbar-nav > li > a,
        .skin-black-light .main-header .navbar > .sidebar-toggle {
            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,
            .skin-black-light .main-header .navbar > .sidebar-toggle:hover {
                color: #fff;
                background-color: #424244;
            }


/*********************
SIDEBAR
*********************/

.sidebar-menu {
    margin-top: 20px;
}

    .sidebar-menu > li.menu-item {
        padding: 12px 5px 12px 15px;
        display: block;
    }

    .sidebar-menu li.header {
        font-size: inherit;
        font-weight: 600;
    }

    .sidebar-menu > li > a {
        transition: background .2s, border-color .2s;
    }

    .sidebar-menu > li > .disabled {
        padding: 12px 5px 12px 15px;
        display: block;
        transition: background .2s, border-color .2s;
    }


    .sidebar-menu > li.disabled {
        cursor: not-allowed;
    }

.treeview-menu {
    padding-left: 12px;
    padding-bottom: 8px;
    background: #333 !important;
}

    .treeview-menu > li > a {
        font-size: .85em;
    }

.sidebar-menu > li.active > a {
    background: #000 !important;
    border-left-color: #E5B822
}

.sidebar-menu .treeview-menu > li.active > a,
.sidebar-menu .treeview-menu > li > a:hover {
    color: #e5b822 !important;
}


/*********************
     SIDEBAR - skin-black-light
    *********************/

.skin-black-light .sidebar {
    color: #666;
}

.skin-black-light .main-sidebar {
    border-color: transparent;
}

.skin-black-light .wrapper, .skin-black-light .main-sidebar, .skin-black-light .left-side,
.skin-black-light .sidebar-menu > li.header {
    background: #000;
}

.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 {
    color: #fff;
}

    .skin-black-light .sidebar-menu > li:hover > a {
        border-left-color: #E5B822;
        background: rgba(60, 141, 188, .2);
        color: #fff;
    }

    .skin-black-light .sidebar-menu > li.active > a {
        background: #C13931;
        color: #fff;
    }

    .skin-black-light .sidebar-menu > li > .disabled {
        color: #fff;
        cursor: not-allowed;
    }

    .skin-black-light .sidebar-menu > li:hover > .disabled, .skin-black-light .sidebar-menu > li:hover > .disabled:hover {
        background: #ddd;
        border-left-color: red !important;
    }


.skin-black-light .sidebar-menu select {
    font-weight: 400;
    color: #fff;
    width: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
}

    .skin-black-light .sidebar-menu select:focus {
        border: 0;
        outline: 0;
    }

        .skin-black-light .sidebar-menu select:focus > option {
            background: #000;
            outline: 0;
        }

        .skin-black-light .sidebar-menu select:focus > option {
            background: #000;
            outline: 0;
        }




/*********************
 MAIN HEADER LOGO 
*********************/

.main-header > .logo img {
    max-height: 30px;
    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: 40px;
        font-weight: 300;
        color: #000;
    }

/*********************
 DROPDOWN MENU FORM
*********************/

.form-control.form-control {
    border-radius: 0;
}

.dropdown-menu-form {
    width: 450px;
    background: #fff;
    padding: 20px;
    border: 1px solid #E5B822;
}

.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;
}

.toto:hover {
    background-color: red !important;
}

/*********************
 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: 1em;
    line-height: 1.35em;
    border: none;
    border-radius: 0.1875rem;
    padding: 1em 1.2em;
    cursor: pointer;
}

/*********************
     BUTTONS - COLOURS
    *********************/

.btn-default {
    background-color: #ababab;
    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: #E5B822;
    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,
    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #E5B822;
        border-color: #E5B822;
        color: #FFFFFF;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: none;
    }

    .btn-primary.btn-simple {
        color: #FFFFFF;
        border-color: #E5B822;
    }

        .btn-primary.btn-simple:hover, .btn-primary.btn-simple:focus, .btn-primary.btn-simple:active {
            background-color: transparent;
            color: #FFFFFF;
            border-color: #E5B822;
        }

/*********************
     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-Indicative {
    font-size: 1em;
    border-radius: 0.25rem;
    padding: 15px;
}

    .btn-lg.btn-simple {
        padding: 14px 47px;
    }

.btn-sm {
    font-size: 12px;
    border-radius: 0.1875em;
    padding: 6px 12px;
}

    .btn-sm.btn-simple {
        padding: 4px 14px;
    }

.box-header .btn-sm {
    padding: 6px 10px;
}

.btn-xs {
    font-size: 16px;
    border-radius: 0.1875em;
    padding: 2px 5px;
}

/*********************
     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;
}

.btn > i.fa:first-child {
    font-size: .9em;
    line-height: inherit;
    margin-right: .5em;
}

    .btn > i.fa:first-child:last-child {
        margin-right: 0;
    }

.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;
}


body.page-login {
    background: #000;
    color: #fff;
}

/*********************
 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: 12.5%;
    font-weight: 600;
    border-right: 1px solid #d2d6de;
    /*padding: 8px 20px;*/
    height: 52px;
}

.loan-summary-item-heading {
    height: 57px;
    font-size: 1.2em;
    font-weight: 400;
    text-align: right;
    line-height: 37px;
}

.loan-summary-item:last-child {
    border-right: none;
}

.loan-summary-item .summary-title {
    font-weight: 400;
    display: block;
    color: #E5B822;
    font-size: 15px
}

.loan-summary-item .summary-body {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.loan-summary-item:hover .summary-body {
    white-space: normal;
    background: #fff;
    z-index: 2;
    position: relative;
    /*margin-left: -20px;
    margin-right: -20px;*/
    padding: 0 0px 0px;
}

.loan-summary-secondary {
    margin-top: -24px;
    background: #E5B822;
    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, .validation-summary-errors ul li a {
    color: red;
}

.validation-summary-errors {
    font-size: .9em;
    background: #fff;
    border-radius: 3px;
    padding: 12px;
    border: 1px solid red;
}

    .validation-summary-errors ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .validation-summary-errors ul li {
            padding: 1px 0;
        }

            .validation-summary-errors ul li a {
            }

.field-validation-error {
    display: block;
    width: 100%;
    background: red;
    color: #fff;
    font-size: .9em;
    padding: .3em;
}

    .field-validation-error:before {
        content: '* ';
    }

.utb-bridging-table {
    background: #f4f4f4;
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #E5B822;
    font-size: 12px;
}

.caption-one .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #e5b822 !important;
    color: white !important;
}


/*********************
 GENERAL FORM ELEMENTS
*********************/

label {
    margin-bottom: 3px;
}

.form-group {
    margin-bottom: 7px;
    font-size: 11px;
}

    .form-group > label {
        display: block;
    }

.form-control {
    font-size: 11px;
    padding: .5em .5em;
    height: 27px;
    line-height: 1.4em;
    border-color: #999;
    color: #000;
}

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background: #ddd;
    }

.input-group .input-group-addon {
    font-size: 1em;
    background: #eee;
    color: #000;
    border-color: #999;
}


.input-group-addon .addon-fixed-width {
    display: inline-block;
    width: 8px;
}

.no-label label {
    display: none;
}

.no-label .checkbox,
.checkbox-no-label .checkbox label,
.checkbox.checkbox-no-label label {
    display: block;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
}


/*********************
 BOX STYLING
*********************/

.box {
    border-top-color: #e5b822;
    margin-top: 40px;
}

    h3 + .box,
    h3 + .row > div > .box,
    .box .box {
        margin-top: 10px;
    }

.box-body-cards .box {
    margin-top: 0;
}

.box-header {
    background-color: #fff;
    border: 1px solid #e5b822;
    padding-top: 8px;
    padding-bottom: 8px;
}

.box-title {
}

.box .btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

.box-body {
    border: 1px solid #e5b822;
    border-top: none;
}

.box .box .box-header {
    background: #e5b822;
    color: #fff;
}

.box-body > hr {
    border-color: #e5b822;
    margin: 18px -11px;
}

.box-body > .box-body-cols + hr {
    margin-top: 20px;
}

/*********************
 BOX BODY COLUMNS
*********************/

.box-body-cards::before,
.box-body-cards::after,
.box-body-cols::before,
.box-body-cols::after {
    display: table;
    content: " ";
    width: 100%;
}


.box-body-cols {
}

    .box-body-cols .box-body-section {
        width: calc(50% - 100px);
        float: left;
        margin-bottom: 20px;
    }

        .box-body-cols .box-body-section:nth-last-of-type(-n+2) {
            margin-bottom: 0;
        }

    .box-body-cols .box-section-heading {
        display: none;
    }

    .box-body-cols .box-body-section::before {
        content: attr(data-title);
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
        color: #e5b822;
    }

    .box-body-cols .box-body-section .form-group {
        position: relative;
        padding-right: 10px;
    }

        .box-body-cols .box-body-section .form-group label {
            display: none;
        }

        .box-body-cols .box-body-section .form-group .btn-group label {
            display: block;
        }

        .box-body-cols .box-body-section .form-group .checkbox label {
            display: block;
            width: 1em;
            overflow: visible;
            white-space: nowrap;
        }

    .box-body-cols .box-body-section:nth-of-type(2n-1) {
        margin-left: 200px;
    }

        .box-body-cols .box-body-section:nth-of-type(2n-1) .form-group::before {
            content: attr(data-label);
            display: table-cell;
            vertical-align: bottom;
            position: absolute;
            left: -200px;
            top: 50%;
            transform: translateY(-50%);
            width: 200px;
            padding-right: 10px;
            font-size: 11px;
            font-weight: 600;
            line-height: 1em;
        }

/* With large labels */

.box-body-cols-labels-wide .box-body-section {
    width: calc(50% - 150px);
}

    .box-body-cols-labels-wide .box-body-section:nth-of-type(2n-1) {
        margin-left: 300px;
    }

        .box-body-cols-labels-wide .box-body-section:nth-of-type(2n-1) .form-group::before {
            font-size: 12px;
            left: -300px;
            width: 300px;
        }

/* With extra large labels */

.box-body-cols-labels-extra-wide .box-body-section {
    width: calc(50% - 250px);
}

    .box-body-cols-labels-extra-wide .box-body-section:nth-of-type(2n-1) {
        margin-left: 500px;
    }

        .box-body-cols-labels-extra-wide .box-body-section:nth-of-type(2n-1) .form-group::before {
            font-size: 12px;
            left: -500px;
            width: 500px;
        }


/* .box-body-cards */

.box-body-cards {
    margin-right: -20px;
}

    .box-body-cards > .box {
        width: calc(25% - 20px);
        float: left;
        margin-right: 20px;
    }

@media (max-width: 1199px) {
    .box-body-cards > .box {
        width: calc(33.333% - 20px);
    }
}

@media (max-width: 991px) {
    .box-body-cards > .box {
        width: calc(50% - 20px);
    }
}


/* .field-columns */

.field-columns {
    column-count: 2;
    column-gap: 30px;
    margin-bottom: 10px;
}

    .field-columns.field-columns-3 {
        column-count: 3;
    }

    .field-columns:last-child {
        margin-bottom: 0;
    }

    .field-columns > div {
        -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
        page-break-inside: avoid; /* Firefox */
        break-inside: avoid; /* IE 10+ */
    }

    .field-columns div.checkbox {
        margin: 0;
        padding-top: 12px;
    }

    .checkbox-no-label .field-columns .checkbox label,
    .field-columns.checkbox-no-label .checkbox label {
    }

    .field-columns .btn-group input {
        display: none;
    }


/*********************
 TABLE FORM
*********************/

.table-form {
    font-size: 11px;
}

    .table-form .form-control {
        font-size: 11px;
    }

    .table-form tr {
        position: relative;
    }

    .table-form td {
        position: relative;
        width: 11.111%;
    }


.table.table-form tr > td,
.table.table-form tr > th {
    padding: 0;
    border: none;
}

.table-form td .form-group label {
    display: none;
}

.table-form td .form-group .input-group {
    width: 100%;
}

.table-form td .input-group-addon {
    padding: 5px 8px;
    font-size: 13px;
}

.table-form .form-group textarea.form-control {
    height: 2.4em;
    line-height: 1.2em;
    resize: none;
    min-height: 27px;
}

.table-form td .form-group {
    position: relative;
    padding-left: 50%;
    margin-bottom: 0;
}

    .table-form td .form-group::before {
        content: attr(data-label);
        width: 50%;
    }

    .table-form td .form-group::before,
    .table-form td > label {
        font-size: 11px;
        font-weight: 600;
        line-height: 1em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0;
    }

.table-form td .form-group {
    max-width: calc(100%);
}

/* COLSPAN-3 */

.table-form td.colspan-3 .form-group {
    padding-left: 33.333%;
}

    .table-form td.colspan-3 .form-group::before {
        width: 33.333%;
    }

.table-form td.colspan-3.label-colspan-2 .form-group {
    padding-left: 66.667%;
}

    .table-form td.colspan-3.label-colspan-2 .form-group::before {
        width: 66.667%;
    }

/* COLSPAN-4 */

.table-form td.colspan-4 .form-group {
    padding-left: 25%;
}

    .table-form td.colspan-4 .form-group::before {
        width: 25%;
    }

.table-form td.colspan-4.label-colspan-2 .form-group {
    padding-left: 50%;
}

    .table-form td.colspan-4.label-colspan-2 .form-group::before {
        width: 50%;
    }

.table-form td.colspan-4.label-colspan-3 .form-group {
    padding-left: 75%;
}

    .table-form td.colspan-4.label-colspan-3 .form-group::before {
        width: 75%;
    }

/* COLSPAN-5 */

.table-form td.colspan-5 .form-group {
    padding-left: 20%;
}

    .table-form td.colspan-5 .form-group::before {
        width: 20%;
    }

.table-form td.colspan-5.label-colspan-2 .form-group {
    padding-left: 40%;
}

    .table-form td.colspan-5.label-colspan-2 .form-group::before {
        width: 40%;
    }

/* COLSPAN-6 */

.table-form td.colspan-6 .form-group {
    padding-left: 16.667%;
}

    .table-form td.colspan-6 .form-group::before {
        width: 16.667%;
    }

.table-form td.colspan-6.label-colspan-2 .form-group {
    padding-left: 33.333%;
}

    .table-form td.colspan-6.label-colspan-2 .form-group::before {
        width: 33.333%;
    }

/* COLSPAN-7 */

.table-form td.colspan-7 .form-group {
    padding-left: 14.286%;
}

    .table-form td.colspan-7 .form-group::before {
        width: 14.286%;
    }

/* COLSPAN-8 */

.table-form td.colspan-8 .form-group {
    padding-left: 12.5%;
}

    .table-form td.colspan-8 .form-group::before {
        width: 12.5%;
    }

/* NO LABEL */

.table-form.no-label .form-group,
.table-form .no-label .form-group {
    padding-left: 0;
}

    .table-form.no-label .form-group::before,
    .table-form .no-label .form-group::before {
        content: none;
        display: none;
    }

/* SINGLE FIELD BLOCK */

.table-form .single-field-block .form-group {
    padding-left: 0;
}

    .table-form .single-field-block .form-group::before {
        display: block;
        position: static;
        font-size: 24px;
        margin: 30px 0 0;
        font-weight: 400;
    }

    .table-form .single-field-block .form-group textarea {
        height: auto;
    }

/* CHECKBOX */

.table-form .form-group > .checkbox {
    margin-top: 4px;
    margin-bottom: 0;
    left: 10px;
}

    .table-form .form-group > .checkbox label {
        display: block;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
    }

/* APPROVAL CHECKBOX */

.table-form .checkbox-approval {
    width: auto;
    margin: 0;
    padding: 3px 8px;
    border-radius: 5px;
}

    .table-form .checkbox-approval.approval-approved {
        background: #92d04f;
    }

    .table-form .checkbox-approval label {
        display: block;
        padding-top: 2px;
    }

        .table-form .checkbox-approval label input {
            top: 3px;
        }


/*********************
 TABLE FORM > CREDIT PAPER
*********************/

.content .table-credit-paper {
    position: relative;
    z-index: 1;
    border-collapse: inherit;
}

    .content .table-credit-paper::before {
        content: '';
        display: block;
        position: absolute;
        left: -15px;
        top: -20px;
        width: calc(100% + 30px);
        height: calc(100% + 40px);
        background: #fff;
        z-index: -1;
    }

/*********************
 TABLE FORM > TABLE CHECKLIST
*********************/

.table.table-checklist tr > td {
    padding: 2px 0;
}

.table.table-checklist tr:nth-child(even) > td {
    background: #fff;
}

.box-body .table.table-checklist tr:nth-child(even) > td {
    background: #f4f4f4;
}

.table.table-checklist td > label {
    position: static;
    transform: none;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 25px;
    display: table-cell;
    vertical-align: middle;
}

.table-checklist tr > td .checklist-label {
    display: 20px;
    padding: 5px 0 5px 5px;
    max-height: 4em;
    overflow: hidden;
    display: block;
    position: relative;
}

    .table-checklist tr > td .checklist-label:hover {
        max-height: none;
    }

/*********************
 ADD TO LOAN FIELD GROUP
*********************/

.add-to-loan-group {
    position: relative;
}

    .add-to-loan-group .form-control {
        padding-right: 28px;
    }

    .add-to-loan-group input {
        z-index: 1;
    }

    .add-to-loan-group .form-group.form-group-checkbox {
        padding: 0 !important;
        margin: 0 !important;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        background: #fff;
        border: 1px solid #999;
        height: 100%;
        width: 26px;
    }

        .add-to-loan-group .form-group.form-group-checkbox input {
            margin-top: 3px;
            margin-left: -24px;
        }


.add-to-loan-group-percentage-toggle .form-group:nth-child(2),
.add-to-loan-group-percentage-toggle.toggle-percentage .form-group:nth-child(1) {
    display: none;
}

.add-to-loan-group-percentage-toggle.toggle-percentage .form-group:nth-child(2) {
    display: block;
}


.add-to-loan-group .form-group.form-group-checkbox::before {
    display: none;
}


.table-form td .add-to-loan-group-percentage-toggle .form-group::before {
    padding-right: 35px
}

.add-to-loan-group-percentage-toggle .btn-toggle {
    position: absolute;
    top: 0;
    right: 50%;
    right: calc(50% + 2px);
}
/*.add-to-loan-group-fee-overridden-toggle .form-group:nth-child(2),
.add-to-loan-group-fee-overridden-toggle.toggle-percentage .form-group:nth-child(1) {
    display: none;
}*/
.add-to-loan-group-fee-overridden-toggle.toggle-percentage .form-group:nth-child(2) {
    display: block;
}

.table-form td .add-to-loan-group-fee-overridden-toggle .form-group::before {
    padding-right: 35px
}

.add-to-loan-group-fee-overridden-toggle .btn-toggle {
    position: absolute;
    top: 0;
    right: 50%;
    right: calc(50% + 2px);
}

/*********************
 DOCS
*********************/
.table-docs tbody > tr > th,
.table-docs tbody > tr > td {
    vertical-align: middle;
    font-size: 12px;
}

.btn-download::before {
    content: "\f019";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: .6em;
}

/*********************
 SELECT2
*********************/

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    height: 2.4em;
    padding: .5em .6em;
    border-color: #999;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 1.9em;
        color: #000 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2em;
        right: .1em;
    }


/*********************
 YES NO (BOOLEAN) BUTTONS
*********************/

.btn-group .btn {
    outline: none !important;
}

.btn-group .btn-simple {
    border-color: #999;
}

    .btn-group .btn-simple:hover {
        background: rgba(229, 184, 34, .3);
    }

    .btn-group .btn-simple.active,
    .btn-group .btn-simple:active {
        background: #e5b822;
        color: #fff;
    }


/*********************
 DATATABLES
*********************/

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    top: 6px;
    bottom: auto;
}

.yadcf-filter-wrapper {
    display: block;
    max-width: 10em;
    position: relative;
}

.yadcf-filter {
    max-width: 100%;
    border: 1px solid #d2d6de;
    margin-right: 22px;
    height: 24px;
}

.sorting .yadcf-filter {
    max-width: 100%;
}

.yadcf-filter-reset-button {
    background: #fff;
    color: #d2d6de;
    font-size: 14px;
    border: 1px solid #d2d6de;
    line-height: 12px;
    height: 24px;
    display: block;
    position: absolute;
    width: 22px;
    right: 0;
    top: 0;
}

    .yadcf-filter-reset-button:hover {
        color: #000;
    }

/*********************
 MISC
*********************/

.brokerDeclaration > ul {
    padding-left: 15px;
    font-weight: 700;
}

.brokerDeclaration > p {
    margin-top: 10px;
    font-weight: 700;
}

.changePasswordValSummary {
    margin-top: 10px;
}

.forgot-password-link {
    color: white;
}

    .forgot-password-link:hover {
        color: white;
        text-decoration: underline;
    }

.predictive-accuracy-label {
    border-color: #999;
    color: #444 !important;
}

/*********************
 CUSTOM ERROR PAGE
*********************/

.error-jumbotron {
    padding: 0px;
    background: #f6f6f6;
}

.custom-error-page h1 {
    color: #E5B822;
    font-size: 90px;
}

.custom-error-page h3 {
    color: #E5B822;
    font-size: 50px;
}

.custom-error-page p {
    color: #424244;
    font-size: 30px;
}

    .custom-error-page p a {
        font-size: 30px;
        font-weight: 500;
    }

/*********************
 CONSISTENCY CHANGES
*********************/

.main-header-fixed {
    position: fixed;
    width: 100%;
    font-size: 14px;
}

.content-header {
    margin-top: 50px;
}

.main-sidebar-fixed {
    position: fixed;
    overflow-y: auto;
    height: 100%;
    font-size: 14px;
}

.left-top-logo {
    width: 95%;
    padding-left: 5px;
    margin-top: 10px;
}

ul.main-menu li a {
    border-right: 1px solid #ffffff !important;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none !important;
}

ul.main-menu li:last-child a {
    border: none !important;
}

ul.main-menu li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-sidebar-fixed:before {
    /*position: fixed;*/ /*this is commented becuase of on IE Side bar flashing when BRI-585*/
    left: 0;
    width: 100%;
    height: 50px;
    content: "";
    background-color: #424244;
}

ul.main-menu li.active {
    background-color: #424244;
}

ul.main-menu li:hover {
    background-color: #424244;
}

.dataTable > thead > tr > th {
    vertical-align: text-top !important;
}

.dataTable thead .sorting:after {
    top: 8px;
}

.dataTable thead .sorting_asc:after {
    top: 8px;
}

.dataTable thead .sorting_desc:after {
    top: 8px;
}

.btn-print {
    background-color: #424244 !important;
    color: #FFFFFF !important;
    border: none !important;
}

.custom-footer {
    overflow: hidden;
    /*padding-bottom: 0px;*/
    background: #000;
}

.footer-text {
    font-size: 13px;
}

.footer-logo1 {
    float: left;
    display: inline-block
}

.footer-logo2 {
    float: left;
    padding-left: 20px
}

.footer-align {
    text-align: right;
    font-size: 13px;
}

.footer-a {
    pointer-events: none;
}

.footer-img {
    width: 100%;
    height: 100%
}

.footer-padding {
    padding-top: 120px;
}

/*********************
SIDEBAR
*********************/

.sidebar-menu {
    margin-top: 20px;
}

    .sidebar-menu > li.menu-item {
        padding: 12px 5px 12px 15px;
        display: block;
    }

    .sidebar-menu li.header {
        font-size: inherit;
        font-weight: 600;
    }

    .sidebar-menu > li > a {
        transition: background .2s, border-color .2s;
    }

    .sidebar-menu > li > .disabled {
        padding: 12px 5px 12px 15px;
        display: block;
        transition: background .2s, border-color .2s;
    }


    .sidebar-menu > li.disabled {
        cursor: not-allowed;
    }

.treeview-menu {
    padding-left: 12px;
    padding-bottom: 8px;
    background: #333 !important;
}

    .treeview-menu > li > a {
        font-size: 14px;
        padding: 5px 5px 5px 5px !important;
    }

.sidebar-menu > li.active > a {
    background: #000 !important;
    border-left-color: #E5B822
}

.sidebar-menu .treeview-menu > li.active > a,
.sidebar-menu .treeview-menu > li > a:hover {
    color: #e5b822 !important;
}

.sidebar .sidebar-menu span .select2 {
    width: auto !important;
}

    .sidebar .sidebar-menu span .select2 .select2-selection {
        width: auto !important;
    }
/*********************
HANDS ON TABLE HEADER
*********************/
table.htCore thead th {
    text-align: left;
}

/*****************
VALIDATION CHANGES
******************/

.add-to-loan-group .form-group.form-group-checkbox-height {
    height: auto !important;
}

.form-group-dropdown {
    margin-bottom: 3px !important;
}

textarea {
    min-height: 40px !important;
    overflow: hidden;
}
/*********************
COMPLETED BY CUSTOM FONT
*********************/

.completedByCustomFont {
    font-weight: bold;
}
/********************
    IPAD CHANGES
**********************/
.treeview-menu > li > a {
    padding: 5px 5px 5px 5px !important;
}

.tble-overflow {
    overflow-x: scroll !important;
}

.table.table-form1 tr > td,
.table.table-form1 tr > th {
    padding-right: 1px !important;
}

.portal {
    color: #E5B822;
    text-align: left;
    padding-left: 5px;
    margin-top: 20px;
}

@media (min-width:768px) {
    .navbar-navs {
        margin: 0 -10px !important;
    }
}

@media (min-width:768px) and (max-width:954px) {
    .navbar-user > li > a {
        padding: 10px 3px;
        font-size: 12px;
    }

    .navbar-navs > li > a {
        font-size: 12px !important;
        padding: 10px 5px;
    }
}


.table-form2 td .form-group::before, .table-form2 td > label {
    transform: translateY(-65%) !important;
    padding-left: 0px !important;
}

.th-padding {
    padding-left: 40px !important;
}
/*.box-body-cols-labels-extra-wide .box-body-section-credit:nth-of-type(2n-1),.box-body-cols-labels-extra-wide .box-body-section-credit {
    margin-left: 0px;
    width: 100% !important;
}
.box-body-cols .box-body-section-credit:nth-of-type(2n-1) .form-group::before {
    content: unset;
    display: table-cell;
    vertical-align: bottom;
    position: static !important;
    left: 0px;
    top: 50%;
    transform: translateY(0%);
    width: 100%;
    padding-right: 0px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1em;
}
.box-body-cols .box-body-section-credit .form-group label {
    display: inline-block;
}*/

/*.box-body-cols .box-body-section1:nth-of-type(2n-1) {
    margin-left: 200px;
}*/

/* With large labels */

.box-body-cols-labels-wide .box-body-section1 {
    width: calc(50% - 150px);
}

    .box-body-cols-labels-wide .box-body-section1:nth-of-type(2n-1) {
        margin-left: 300px;
    }

@media (min-width:768px) and (max-width:948px) {
    .box-body-cols-labels-wide .box-body-section1 {
        margin-left: 300px;
    }
}

.box-body-cols-labels-wide .box-body-section1:nth-of-type(2n-1) .form-group::before {
    left: -300px;
    width: 300px;
}

@media (min-width:768px) and (max-width:948px) {
    .box-body-cols-labels-wide .box-body-section1 .form-group::before {
        font-size: 12px;
        left: -300px;
        width: 300px;
    }
}
/* With extra large labels */

.box-body-cols-labels-extra-wide .box-body-section1 {
    width: calc(50% - 250px);
}

    .box-body-cols-labels-extra-wide .box-body-section1:nth-of-type(2n-1) {
        margin-left: 500px;
    }

        .box-body-cols-labels-extra-wide .box-body-section1:nth-of-type(2n-1) .form-group::before {
            left: -500px;
            width: 500px;
        }

@media (min-width:768px) and (max-width:948px) {
    .box-body-cols-labels-extra-wide .box-body-section1:nth-of-type(2n-1) .form-group::before {
        left: -500px;
        width: 300px;
    }
}

@media (min-width:768px) and (max-width:948px) {
    .box-body-cols .box-body-section1:nth-of-type(2n-1) .form-group .btn-group {
        font-size: 12px;
        left: -164px;
        width: 300px;
    }

    .box-body-cols .box-body-section1:nth-of-type(2n) .form-group .btn-group {
        font-size: 12px;
        left: -58px;
        width: 380px;
    }
}

@media (min-width:768px) and (max-width:948px) {
    .box-body-cols .box-body-section1:nth-of-type(2n-1)::before {
        margin-left: -152px !important;
    }

    .box-body-cols .box-body-section1:nth-of-type(2n)::before {
        margin-left: -44px !important;
    }
}

@media (min-width:768px) and (max-width:948px) {
    .box-body-cols .box-body-section1:nth-of-type(2n-1) .form-group .form-control {
        font-size: 12px;
        margin-left: -164px;
        width: 90px;
    }

    .box-body-cols .box-body-section1:nth-of-type(2n) .form-group .form-control {
        font-size: 12px;
        margin-left: -57px;
        width: 85px;
    }
}

@media (min-width:768px) and (max-width:948px) {
    .box-body-cols .box-body-section1:nth-of-type(2n-1) .form-group .field-validation-error {
        display: block;
        background: red;
        color: #fff;
        font-size: .9em;
        width: 86px;
        margin-left: -162px;
    }

    .box-body-cols .box-body-section1:nth-of-type(2n) .form-group .field-validation-error {
        display: block;
        background: red;
        color: #fff;
        font-size: .9em;
        width: 86px;
        margin-left: -58px;
    }
}

.Applcant-heading {
    display: block !important;
    margin-bottom: 10px;
    font-weight: 600;
    color: #e5b822;
    font-size: 11px !important;
}

.no-label1 span > label {
    display: none;
}

@media (min-width:768px) and (max-width:948px) {
    .checkbox > label {
        white-space: normal;
    }
}

/****************
PAGINATION CHANGES
*****************/

.pagination > li > a, .pagination > li > span {
    padding: 6px 8px !important;
}

.creditPaper {
    margin-left: -15px;
}

.myclass {
    margin-top: 10px;
}

.divPadding {
    padding: 0 !important;
}

.rightPadding {
    padding-right: 0 !important;
}

.leftPadding {
    padding-left: 0 !important;
}

.creditPaperDiv {
    width: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .creditPaperDiv {
        width: 100% !important;
    }
}

.table-form td .form-group::before, .table-form td > #CaseOwnerUwId-label {
    padding-left: 0 !important;
}

.td-space > td {
    padding: 2px !important;
}

.glyphiconIcon {
    position: absolute !important;
    top: 0 !important;
    padding-left: 3px;
}

.thankYouMessage {
    font-size: 12px;
    min-height: 200px;
    border: 1px solid black;
    padding: 10px;
    float: left;
}

/****************
FOOTER CHANGES
*****************/

nav ul li {
    float: left;
}

footer #footersocial a:hover, footer #mainfooter nav ul li a:hover {
    color: #f0c63b;
}

footer #mainfooter nav ul li a {
    color: #fff;
    margin: 0 10px 0 0;
}

.footer_padding {
    padding: 10px 0 10px 16px;
}

footer #mainfooter nav ul li + li:before {
    content: "|";
    color: #fff;
    margin-right: 10px;
}


.footer-ul {
    font-size: 14px;
    list-style: none;
}
/*ol, ul {
   
}*/
footer #mainfooter #footerlogo {
    display: block;
    line-height: 0;
    font-size: 0;
    width: 170px;
    height: 39px;
    float: right;
    margin-top: -26px;
    margin-right: 15px;
}

.padding-between .form-group {
    padding-left: 30% !important;
}

.creditpaper-valuer-textbox {
    padding: .5em .5em !important;
}

.remove-top {
    top: 11px !important;
}

/*******************
    GDPR CHANGES 
*******************/
.GDPR-box-width {
    width: 27% !important;
}

.GDPR-buttons {
    width: 113px;
    height: 33px;
}

.btn-sidebar {
    white-space: normal;
    width: 144px;
    height: 60px;
}

.btn-aligment {
    padding: 12px 5px 12px 15px !important;
}

.popup-body {
    border-bottom: solid 1px;
    height: 47px;
    border-bottom-color: gray;
    padding-top: 6px;
}

.popup-content {
    border: solid 1px;
    width: 550px;
}

.popup-close {
    position: absolute;
    top: 6px;
    right: 10px;
    transition: all 200ms;
    font-size: 24px;
    text-decoration: none;
    color: #333;
}

    .popup-close:hover {
        color: orange;
    }

/***************
Indicative Term page  css changes
******************8*/

.chk-box .no-label .checkbox {
    display: block;
    width: 2em !important;
    overflow: visible !important;
    white-space: nowrap;
}

.chk-box .add-to-loan-group .form-group.form-group-checkbox input {
    margin-left: -28px !important;
}

.chek-box-label {
    font-size: 11px;
    font-weight: 600;
    line-height: 1em;
    left: 0;
    text-align: left;
    margin: 0;
    padding-top: 10px;
}

.before-label .btn-toggle::before {
    content: attr(data-label);
    font-size: 11px;
    font-weight: 600;
    line-height: 1em;
    position: absolute;
    top: 74%;
    transform: translateY(-50%);
    left: 0;
    /*left: 46% !important;
    left: calc(46% + 2px) !important ;*/
    text-align: left;
    padding-right: 5px;
}


@media (min-width:1199px) {
    .before-label .btn-toggle::before {
        /*left: 46%  !important;
        left: calc(44% + 2px) !important;*/
        left: 100px;
        width: 59px;
    }
}

.bottom-padding-last-child {
    padding-bottom: 152px;
}

#tbApplication tr > td:last-child, #tbApplication tr > th:last-child {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .dual-rep-IE {
        display: -ms-grid;
        -ms-grid-columns: min-content;
        padding-top: 0 !important;
    }

    .dual-rep-other {
        display: flex;
        width: min-content;
        /*padding-top: 1px !important;*/
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {

    .dual-rep-chrome {
        /*display: flex;*/
        width: min-content;
        padding-top: 1px !important;
    }
}

.selectize-dropdown {
    position: static !important;
    margin-top: -10px !important;
    top: auto !important;
}

#topbar.nav > li > a {
    padding: 5px 10px !important;
}


#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.font-portal {
    font-size: 10px !important;
}
/*for jqxGrid Header font style*/
.jqx-grid-column-header {
    font-family: Verdana, Geneva, sans-serif !important;
    font-weight: bold !important;
    font-size: 11px !important;
    background: #e5b822 !important;
}

.jqx-grid-pager {
    background: #fff !important;
}

.portal-color {
    color: #E5B822 !important;
}
/*.rowWithFlex {
    flex-wrap: wrap;
    display: flex;
   
}*/
#DoNamesOnLandRegMatchToBorrower label, #AnyNameOnLandRegWhichAreNotBorrowers label, #AllSecuritiesPropertiesedBeingValued label {
    margin-right: 3px;
}

.table-note-layout-fixed {
    table-layout: fixed !important;
}

pre {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    white-space: pre-wrap;
    overflow: hidden;
    padding: 0;
    background-color: rgba(0,0,0,0);
    border: 0;
    border-radius: 0;
    white-space: pre-wrap;
    word-break: break-word;
}

.textarea-resize-none {
    resize: none;
    height: 40px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.tdOtherSecurity {
    border: 1px solid grey !important;
    border-collapse: separate !important;
    border-spacing: 0px !important;
    padding: 4px !important;
    vertical-align: top !important;
}

.credit-area {
    display: list-item;
    margin-left: 1em;
    outline: none;
}

    .credit-area div {
        display: list-item;
    }

.position-static {
    position: static !important;
    margin-left: 5px;
}

.element-at-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 15px;
    /*height: 60px;*/
}

.btn-forgotten {
    color: #E5B822 !important;
}
