body {
    font-size: 13px;
}

.alert {
    margin-top: 5px;
}

/*.form-control[readonly], .form-control[disabled] {
    background-color: #F8F8F8;
    color: #424244;
}*/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background: #ddd;
}
/*.form-control {
    color: #424244;
}*/

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th {
    border: 1px solid #E0E0E0;
}

.permissionsDiv {
    display: flex;
}

.permissionsLabel {
    padding-left: 10px;
}
/*
    .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
*/

.form-control {
    font-size: 13px;
    padding: .5em .5em;
    height: 2.4em;
    line-height: 1.4em;
    border-color: #C0C0C0;
}


.input-group-addon {
    border-color: #C0C0C0 !important;
}

.alert {
    display: inline-block;
}

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-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 #424244;
        }

            .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
*********************/

.treeview-menu {
    padding-left: 16px;
}

.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;
    }


/*********************
     SIDEBAR - skin-black-light
    *********************/

.skin-black-light .sidebar {
    color: #666;
}

.skin-black-light .main-sidebar {
    border-color: #E5B822;
}

.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: #FFF;
}

/*********************
 CONTENT HEADER
*********************/

.content-header {
    /*padding-top: 20px;*/
    background-color: #f4f4f4 !important;
    padding-bottom: 10px;
}

    .content-header > h1 {
        font-size: 60px;
        font-weight: 200;
        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: 0.8571em;
    line-height: 1.35em;
    border: none;
    border-radius: 0.1875rem;
    padding: 11px 22px;
    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 {
        background-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.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;
}


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: 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;
    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;
}

.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 Success */
.validation-summary-success {
    font-size: .9em;
    background: #fff;
    border-radius: 3px;
    padding: 12px;
    border: 1px solid forestgreen;
}

    .validation-summary-success ul {
        list-style: none;
        padding: 0;
        margin: 0;
        color: forestgreen;
    }

/*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;
}

/*********************
 BOX STYLING
*********************/

.box {
    border-top-color: #e5b822;
}

.box-header {
    background-color: #fff;
    border: 1px solid #e5b822;
}

.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 COLUMNS
*********************/

.box-body-cols {
}

    .box-body-cols .box-body-section {
        width: calc(50% - 100px);
        float: left;
    }

    .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: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: 13px;
            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;
        }

/* .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 {
    column-count: 2;
    column-gap: 30px;
}

    .field-columns.field-columns-3 {
        column-count: 3;
    }


    .field-columns > div {
        -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
        page-break-inside: avoid; /* Firefox */
        break-inside: avoid; /* IE 10+ */
    }

/*********************
 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;
    }

/*********************
 MORTGAGES MENU
*********************/

/*.mortgages-menu {
    background: transparent !important;
}

    .mortgages-menu > li.active > a {
        color: #e5b822 !important;
    }

    .mortgages-menu > li:hover > a {
        color: #e5b822 !important;
    }*/

/*********************
 CUSTOM ERROR PAGE
*********************/

.error-jumbotron {
    padding: 0px;
    background: #f6f6f6;
}

.custom-error-page h1 {
    color: #E5B822;
    font-size: 150px;
}

.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;
    background-color: #424244;
}

.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 {
    top: 0;
    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;
}

/*********************
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;*/
        font-size: 14px;
    }

.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;
}

/*********************
HANDS ON TABLE HEADER
*********************/

table.htCore thead th {
    text-align: left;
}

/************************
    UI Changes
***********************/


@media (min-width:768px) {
    .navbar-navs {
        margin: 0 -10px !important;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .navbar-user > li > a {
        padding: 10px 3px;
        font-size: 12px;
    }

    .navbar-navs > li > a {
        font-size: 12px !important;
        padding: 10px 5px;
    }
}

#tbproduct .ht_master .wtHolder .wtHider, #tbbrokerage .ht_master .wtHolder .wtHider, #tbbrokerage .ht_clone_top .wtHolder .wtHider, #tbnetwork .ht_master .wtHolder .wtHider, #tbmortgageclub .ht_master .wtHolder .wtHider, #tbdocument .ht_master .wtHolder {
    /*width: auto !important;*/
    /*height: auto !important;*/
    /*overflow-x: scroll !important;   UA-64- Remove Scroll bar
    word-break:break-all */
}

/******************
    IFRAME CHANGES

******************/
.iframe-content-header {
    padding: 1px 15px 1px 15px;
    background-color: #f4f4f4 !important;
}

.iframe-content {
    padding: 0 !important;
}

.btn-group .btn-simple:focus {
    /*outline:  auto;    /*-webkit-focus-ring-color auto 5px !important;*/
    border-color: #1e90ff !important;
}

.btn.btn-primary:focus, .btn.btn-default:focus {
    border: 1px solid #1e90ff !important;
}

/*.handsontable table thead th, .handsontable table tbody tr td {
    /*white-space: pre-line;
    word-wrap:break-word;
    max-width: 30px !important;
}*/
/*.handsontable table thead tr th, .handsontable table tbody tr td {
    white-space: pre-line !important;
    word-wrap: break-word !important;

}*/

.handsontable th {
    height: 46px !important;
}
/*.handsontable th {
    white-space: normal !important;
}*/
.htNumeric {
    text-align: left !important;
    width: 10px !important;
}

/*.handsontable thead th .relative {
    width: 40px !important ;
}*/
/*.handsontable col {
  width:60px !important;
}*/
/*#tbproduct.handsontable col:nth-of-type(3), #tbbrokerage.handsontable col:nth-of-type(2), #tbnetwork.handsontable col:nth-of-type(2), #tbmortgageclub.handsontable col:nth-of-type(2), #tbnetwork.handsontable col:nth-of-type(8), #tbmortgageclub.handsontable col:nth-of-type(8) {
    width:90px !important;
}*/
/*@media (min-width:1920px) {
    #tbproduct.handsontable col:nth-of-type(8), #tbproduct.handsontable col:nth-of-type(7) {
        width: 200px !important;
    }
}*/
/*#tbproduct.handsontable col:nth-of-type(8) {
        width: 409px !important;
    }*/
.handsontable col:last-child {
    width: 0px !important;
}

/*#tbnetwork.handsontable col:nth-of-type(10), #tbmortgageclub.handsontable col:nth-of-type(10) {
    width: 0px !important;
}*/


#tbnetwork.handsontable .hthidden {
    width: 0px !important;
}

.documentUpload {
    border-style: dashed;
    border-width: 3px;
    border-color: gray;
    padding: 10px;
    text-align: center;
}

#validation-browse-message {
    display: none;
}

#validation-success-message {
    display: block;
}

.export {
    margin-right: 10px;
}

/*********************
 SELECT2
*********************/
.select2-container {
    width: 100% !important;
}

.select2-container {
    width: 100% !important;
}

.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;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2em;
        right: .1em;
    }

.display-flex {
    display: flex !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.jqx-custom-tooltip {
    position: fixed;
    z-index: 9999;
    opacity: 1.85;
    max-height: 300px;
    border: #aaa solid 1px;
    padding: 5px 8px;
    border-radius: 5px;
    background: rgba(239, 239, 239, 0.9);
}

.width-100 {
    width: 100% !important;
}

.broker-approval-button {
    margin-bottom: 7px;
    margin-right: 5px;
}

    .broker-approval-button .btn {
        width: 300px !important;
    }

.btn-CanDownloadEquifaxReport {
    white-space: normal;
    padding: 7px;
}

/*progress bar style*/
progress {
    -webkit-appearance: none;
    height: 2em;
    width: 30em;
    border-radius: 2px;
    text-align: center;
}

    progress:after {
        content: attr(value)'%';
    }


    progress[value]::-webkit-progress-bar {
        background-color: #eee;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) inset;
    }


/* selectize dropdown style */
.selectize-input {
    height: 32px !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;
        }

#GridBrokerAPIUser .jqx-grid-column-header {
    font-weight: bold !important;
    font-size: 13px !important;
    background: #fff !important;
    color: #333 !important;
}

#GridBrokerAPIUser .jqx-grid-pager {
    font-size: 13px !important;
    background: #fff !important;
    color: #333 !important;
}

.ip-address-badge {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    margin-top: 5px;
}

.no-click {
    pointer-events: none;
}

.element-at-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 15px;
    /*height: 60px;*/
}

/* css for file upload start */
#submitbutton.button:disabled, button[disabled], button[disabled]:hover {
    cursor: not-allowed !important;
}

#filedrag {
    display: none;
    /*font-weight: bold;*/
    text-align: center;
    padding: 1em 0;
    margin: 1em 0;
    color: #555;
    border: 2px dashed #555;
    border-radius: 7px;
    cursor: default;
}

    #filedrag.hover {
        color: #f00;
        border-color: #f00;
        border-style: solid;
        box-shadow: inset 0 3px 4px #888;
    }

/* css for file upload end */