/* Page main layout styles */
body {
    font-family: 'Montserrat', Verdana, Helvetica !important;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0 0 0 0;
    background-color: #f4f4f4;
    font-size: 12px;
    font-weight: 500;
    color: #555555;
    /*max-width: 2200px;*/
    min-width: 1200px !important;
    width: 100%;
    position: relative;
    --bs-border-radius: 0;
}

.floater {
    position: absolute;
    top: 100px;
    right: -14%;
    width: 28%;
    height: 300px;
    z-index: 1;
    border-radius: 3px 0 0 3px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.portalMain {
    background-color: #FFF;
    padding-right: 0 !important;
    padding-left: 0 !important;
    /*width: 1170px !important;*/
    /*max-width: 100%;*/
    height: 100%;
}

.portalBody {
    min-height: 750px;
    min-width: 1200px;
    /*max-width: 2000px;*/
}

    .portalBody > .row {
        margin-right: auto;
        /*min-width: 100vw !important;*/
    }

.bodyLeftNav {
    margin: 0px;
    padding-left: 15px;
    padding-right: 2px;
    width: 280px !important;
    max-width: 280px !important;
}

.bodyContent {
    margin: 0px;
    padding-left: 5px;
    max-width: 75vw !important;
    min-width: 300px !important;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}

.bodyLoginControl {
    display: block;
    margin-left: 25%;
    margin-right: 25%;
}

/* Used for when LeftNav is hidden on body content divs*/
.bodyContentContainer {
    margin: 0 auto;
    width: 75%;
    padding: 10px;
}

.bodyContentFullWidth {
    max-width: 100vw !important;
    margin-left: 15px;
    margin-right: 15px;
}

    .bodyContentFullWidth .subMenu {
        margin-left: -15px;
        padding-left: 15px;
    }

.portalMainHelp {
    width: 605px;
    height: 900px;
}

bodyLeftNavHidden {
    width: 0px;
    display: none;
    visibility: hidden;
}

.bodyContentHelp {
    margin-right: 15px;
    margin-left: 15px;
    padding: 0px;
    vertical-align: top;
    border: 1px solid #FFF;
    background-color: #FFFFFF;
    height: 100%;
    min-height: calc(100vh - 110px);
    width: 605px;
}

.bodyFieldHelp {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    border: 1px solid #FFF;
    background-color: #FFFFFF;
}

/* Body items */
.bodyFullWidthMargin {
    margin: 0px 1px 0px 1px;
    padding: 0px;
    width: calc(100% - 8px);
}

.bodyFullWidthNoMargin {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.bodyMarginTop {
    margin-top: 10px;
}

.bodyHeader {
    border-collapse: collapse;
    margin: auto;
    padding: 0px;
    height: 40px;
    background-color: #565555;
    max-height: 45px !important;
}

.bodyHeaderTopBorder {
    border-top: 2px solid #86CAE8;
}

.bodyHeaderTitle {
    cursor: default;
    vertical-align: middle;
    background-color: #565555;
    height: 40px;
}

.bodyHeaderTitle, .bodyHeaderTitleText {
    padding-left: 8px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    max-height: 45px;
}

.bodyHeaderHelp {
    padding-top: 4px;
    background-color: #565555;
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
    max-height: 45px;   
}

hr {
    margin-top: 20px;
    margin-bottom: 5px !important;
    border: 0;
    border-top: 1px solid #eee
}

.workableChecklistSeparator {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    color: #CCCCCC;
    border: 0;
    border-top: 1px solid #CCCCCC;
}

.fa-bodyHeaderHelpIcon {
    font-size: inherit;
    color: inherit;
}

.fa
{
    padding-left: 2px !important;
    padding-right: 2px !important;
}

bodyHeaderHelpIcon {
    font-size: 24px;
    color: #ffffff;
}

a.bodyHeaderHelpIcon:link {
    font-size: 24px;
    color: #ffffff;
}

a.bodyHeaderHelpIcon:visited {
    font-size: 24px;
    color: #ffffff;
}

a.bodyHeaderHelpIcon:hover {
    font-size: 24px;
    color: #f37720;
}

    a.bodyHeaderHelpIcon:hover:visited {
        font-size: 24px;
        color: #f37720;
    }

.bodyIndent {
    padding-left: 2px;
}

.bodyOutline {
    border: 1px solid grey;
}

.homeMain .bodyHeaderTitle table {
    width: 100%;
}

.bodyTitle {
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    background-color: #313131;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    width: 100%;
}

.bodyTitleCenter {
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    background-color: #313131;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.bodyTitleRight {
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    background-color: #313131;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    width: 100%;
}

.bodySubTitle {
    padding: 0px;
    color: #313131;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 13px;
}

.controlFullWidthNoMargin {
    width: 100%;
}

.searchContainer {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    background-color: #f5f5f5;
    /* border-radius: 5px;
    padding: 10px;
    border: solid 1px #a1a1a1;*/
}

.searchResultsBorder {
    margin-top: 5px;
    border-style: solid none none none;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
}

.expandOrCollapseAll,
.expandOrCollapseAll:active,
.expandOrCollapseAll:link,
.expandOrCollapseAll:hover,
.expandOrCollapseAll:visited {
    font-weight: normal;
    font-size: 10px;
    color: inherit;
    vertical-align: middle;
    text-decoration: none;
}

.tdButtons {
    text-align: right;
}

.divButtons {
    display: block;
    text-align: right !important;
}

.divFullWidthMargin {
    margin: 0px 4px 0px 4px;
    padding: 0px;
    width: calc(100% - 8px);
}

.divFullWidthNoMargin {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.divMarginTop {
    margin-top: 10px;
}

.divMarginBottom {
    margin-bottom: 20px;
}

.divReadOnlyText {
    overflow-y: auto;
    height: 400px;
    width: 100%;
}

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
    width: 100%;
    padding-bottom: 5px;
}

.divTableCell {
    display: table-cell;
}

.divMarginBottom10px {
    margin-bottom: 10px;
}

tr.trMarginBottom > td {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}

tr.trHighlight {
    background-color: yellow !important;
}

.summaryHeader {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #313131;
    margin: 3px 0 3px 0;
    padding: 4px 0 4px 4px;
    vertical-align: middle;
}

.summaryHeaderRight {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #313131;
    padding: 2px;
    vertical-align: middle;
    text-align: right;
}

.returnToResults {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
}


td {
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    vertical-align: top;
    text-align: left;
    empty-cells: show;
}

.helpText {
    text-align: left;
    font-size: 10px !important;
    font-style: normal;
    vertical-align: top;
    white-space: normal;
}

.helpTextBold {
    font-style: bold !important;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.bordered {
    border: 1px solid #C0C0C0;
}

.borderedDisabled {
    background-color: #E5E5E5 !important;
}

.noLeftBorder {
    margin-left: -2px;
}

.noBorder {
    border: none !important;
}

.centered {
    text-align: center;
}

.center {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.optionLabel {
    white-space: nowrap;
}

.optionControl {
    padding-left: 20px;
}

.optionControlPrefix {
    padding-left: 20px;
}

.optionControlSuffix {
    padding-left: 20px;
}

.optionChildOption {
    padding-left: 20px;
    border-left: thick double orange;
}

/*.optionHelpText {
}*/

.optionCheckBoxListPanel {
    overflow: auto;
}

.devcontent {
    border: 1px solid red;
}

.devcontentpath {
    color: red;
    padding-left: 5px;
    padding-right: 5px;
}

.devcontenterror {
    color: red;
    background-color: yellow;
}

.overrideSource {
    font-size: 12px;
    font-weight: normal;
    color: #313131;
}

.overrideSourceHeader {
    font-size: 12px;
    font-weight: bold;
    color: #313131;
}

.refiLoan-BorderedPanelHeaderText {
    font-size: 13px !important;
    font-weight: bold;
    color: #313131;
}

    .refiLoan-BorderedPanelHeaderText A {
        font-size: 13px !important;
        font-weight: bold;
        color: #313131;
        text-decoration: none;
        cursor: pointer;
    }

        .refiLoan-BorderedPanelHeaderText a:focus {
            font-size: 13px !important;
            font-weight: bold;
            color: #313131;
            text-decoration: none;
            cursor: pointer;
        }

        .refiLoan-BorderedPanelHeaderText A:visited {
            font-size: 13px !important;
            font-weight: bold;
            color: #313131;
            text-decoration: none;
            cursor: pointer;
        }

        .refiLoan-BorderedPanelHeaderText A:hover {
            font-size: 13px !important;
            font-weight: bold;
            color: #F37720;
            text-decoration: none;
            cursor: pointer;
        }

        .refiLoan-BorderedPanelHeaderText A:visited:hover {
            font-size: inherit;
            font-weight: bold;
            color: #F37720;
            text-decoration: none;
            cursor: pointer;
        }

    .refiLoan-BorderedPanelHeaderText :after {
        font-family: 'FontAwesome';
        content: "\f077";
        float: right;
        color: #313131;
    }

    .refiLoan-BorderedPanelHeaderText .collapsed:after {
        content: "\f078";
        font-family: 'FontAwesome';
        float: right;
        color: #313131;
    }

.borderedPanelHeaderText
{
    padding-left: 16px !important;
}

.borderedPanel {
    padding: 5px 5px 15px 5px;
    margin: 3px 3px 15px 0px;
    border: 1px solid #dadada;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.borderedPanelMinHeight {
    min-height: 300px;
    height: auto !important;
}

.disableBorderedPanel-heading a {
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    text-decoration: none;
    pointer-events: none;
}

    .disableBorderedPanel-heading A:hover {
        font-size: 16px;
        font-weight: bold;
        color: #313131;
        text-decoration: none;
        pointer-events: none;
    }

 .borderedPanel-heading, .borderedPanelHeaderText {
    font-size: 16px;
    font-weight: bold;
    color: #313131;
}

.borderedPanel-heading a {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #313131;
    text-decoration: none;
}

    .borderedPanel-heading A:hover {
        font-size: 16px;
        font-weight: bold;
        color: #F37720;
        text-decoration: none;
        cursor: pointer;
    }

    .borderedPanel-heading A:visited {
        font-size: 16px !important;
        font-weight: bold !important;
        color: #313131;
        text-decoration: none;
        cursor: pointer;
    }

        .borderedPanel-heading A:visited:hover {
            font-size: 16px;
            font-weight: bold;
            color: #F37720;
            text-decoration: none;
            cursor: pointer;
        }

.borderedPanel-heading :after {
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
    color: #313131;
}

.borderedPanelContent {
    padding: 2px 2px 2px 2px;
    background-color: #fff !important;
    border-radius: 4px;
}

.borderedPanel-heading .collapsed:after {
    content: "\f078";
    font-family: 'FontAwesome';
    float: right;
    color: #313131;
}

.collapsePanelGray {
    margin-top: 10px;
    background-color: #EAEAEA;
    border-radius: 3px;
    border-width: 1px;
    border-color: #313131;
    border-style: solid;
    padding: 3px 0px 3px 5px;
    display: block;
    white-space: nowrap;
}

    .collapsePanelGray .collapsePanelHeaderText {
        font-size: 13px;
        font-weight: 600;
        color: #313131;
        display: inline-block;
        white-space: nowrap;
        margin-top: 8px;
        margin-bottom: 0px !important;
    }

    .collapsePanelGray .collapsePanelImage {
        display: inline-block;
        white-space: nowrap;
        width: 2%;
        text-align: right;
        padding-right: 10px;
        vertical-align: middle;
    }

.collapsePanel {
    margin-top: 10px;
    /*background-color: #3fa6f1;*/
    background-color: #9BCEF5; /* #B5D4EC;*/
    border-radius: 5px;
    border-width: 1px;
    border-color: #a1a1a1;
    border-style: solid;
    padding: 4px 0px 3px 5px;
    display: block;
    white-space: nowrap;
}

    .collapsePanel .collapsePanelHeaderText {
        color: #313131; /*#232a5f; */
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        white-space: nowrap;
    }

    .collapsePanel .collapsePanelImage {
        display: inline-block;
        white-space: nowrap;
        width: 2%;
        text-align: right;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 5px;
        vertical-align: middle;
    }

.ui-state-active, .ui-widget-content,
.ui-state-active, .ui-widget-header,
.ui-state-active, a.ui-button:active,
.ui-button:active, .ui-button.ui-state-active:hover, .ui-widget-content {
    color: #313131 !important;
}

.callToActionMain {
    margin-left: 0;
    margin-right: auto;
    border-radius: 5px;
    padding: 10px;
    border: solid 1px #a1a1a1;
    width: 100%;
    vertical-align: top;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #e8f4fe;
    padding: 5px 5px 5px 5px;
}

    .callToActionMain .callToActionMainHeader {
        padding: 0px;
        color: #4F5458;
        background-color: #e8f4fe;
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        vertical-align: middle;
        margin-bottom: 13px;
    }

/*.callToActionMain .ui-widget {
    }*/

/*.callToActionMain .ui-widget-content a {
     
        font-size: 12px;
        font-weight: normal;
        color: #F37720;
        text-decoration: none;
    }

        .callToActionMain .ui-widget-content A:hover {            
            font-size: 12px;
            font-weight: normal;
            color: #313131;
            text-decoration: none;
        }

        .callToActionMain .ui-widget-content A:visited {
            font-size: 12px;
            font-weight: normal;
            color: #F37720;
            text-decoration: none;
        }

            .callToActionMain .ui-widget-content A:visited:hover {
                font-size: 12px;
                font-weight: normal;
                color: #313131;
                text-decoration: none;
            }
            
    .callToActionMain .ui-state-default,
    .callToActionMain .ui-widget-content .ui-state-default,
    .callToActionMain .ui-widget-header .ui-state-default {
        border: 1px solid #a1a1a1;
        background: #9BCEF5; /* #badefc; url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;*/
/*  font-weight: normal;
        color: #313131 !important;
    }

    .callToActionMain .ui-accordion .ui-accordion-content {
        padding: .5em 1em 1em;
        border-top: 0;
        overflow: auto;
        margin-left: 0px;
    }

        .callToActionMain .ui-accordion .ui-accordion-content td {
            padding-right: 5px;
            border-top: 0;
            overflow: auto;
            margin-left: 0px;
        }

    .callToActionMain .ui-state-hover,
    .callToActionMain .ui-widget-content .ui-state-hover,
    .callToActionMain .ui-widget-header .ui-state-hover,
    .callToActionMain .ui-state-focus,
    .callToActionMain .ui-widget-content .ui-state-focus,
    .callToActionMain .ui-widget-header .ui-state-focus {
        border: 1px solid #999999;
        background: #FFE4D1;*/ /* #dadada; url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;*/
/*    font-weight: normal;
        color: #212121;
    }

        .callToActionMain .ui-state-hover a,
        .callToActionMain .ui-state-hover a:hover,
        .callToActionMain .ui-state-hover a:link,
        .callToActionMain .ui-state-hover a:visited,
        .callToActionMain .ui-state-focus a,
        .callToActionMain .ui-state-focus a:hover,
        .callToActionMain .ui-state-focus a:link,
        .callToActionMain .ui-state-focus a:visited {
            color: #313131 !important;
            text-decoration: none;
        }*/

.callToActionMainPanel {
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    background: #fff;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 8px;
}

    .callToActionMainPanel .callToActionMainPanelHeader {
        padding: .3em .5em .3em .7em;
        color: #313131 !important; /* #4F5458;*/
        background-color: #e8f4fe;
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        vertical-align: middle;
        margin-bottom: 0px;
        background: #9BCEF5;
        font-weight: normal;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .callToActionMainPanel .callToActionMainPanelContent {
        width: 100%;
        color: #313131 !important;
        font-weight: normal;
        background-color: #fff;
        padding: 10px 6px 5px 5px;
        margin: 2px 1px 5px 0px;
    }

        .callToActionMainPanel .callToActionMainPanelContent li {
            list-style: none;
            padding-left: 15px;
        }

        .callToActionMainPanel .callToActionMainPanelContent div {
            line-height: 1.75;
        }

.callToActionButton {
    width: 180px !important;
}

.appDetailMainPanel {
    border: 1px solid #999999;
    margin-bottom: 10px !important;
}

.appDetailMainContentPanel {
    border: 1px solid #999999;
    margin: 0px -7px 0px -7px;
    padding: 5px 0px 5px 0px;
    background-color: #ffffff;
}

.appDetailMainContentTabPanel {
    margin: 0px -7px 0px -7px;
    padding: 5px 0px 5px 0px;
}

.appSummarySecQuestions .ui-widget-content {
    color: #313131;
    font-size: 12px;
}

.appSummarySecQuestions .ui-widget {
    color: #313131;
}

.applicationDocumentsApplicantHeaderItem .applicantHeaderItem {
    width: 25%;
}

applicationDocumentsApplicantHeaderItem .applicantHeaderItem:empty {
    width: 0%;
    display: none !important;
}

.applicantHeaderContainer {
    max-width: 850px !important;
}

.applicantHeaderItem {
    width: 50% !important;
    min-width: 425px !important;
}

    .applicantHeaderItem:empty {
        width: 0%;
        display: none !important;
    }

.newDrawRequestTable {
    display: table;
    content: ' ';
}

.newDrawRequestRow {
    display: table-row;
}

.newDrawRequestCell {
    display: table-cell;
    text-align: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.newDrawRequestCellLeftBorder {
    border-left: 1px solid #ccc;
    display: table-cell;
    text-align: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.authPolicyLabel {
    font-weight: bold;
    padding: .3em 0 .3em 0 !important;
    line-height: 1 !important;
    font-size: 12px !important;
    color: #313131 !important;
    border: 0px none #313131 !important;
    font-weight: bold !important;
    vertical-align: top !important;
    text-align: left !important;
    border-radius: 0 !important;
    margin-bottom: 1px !important;
}

.drawInfo-FlexContainer {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    width: 98%;
    height: 98%;
}

.drawInfo-FlexItem {
    margin-left: 8px;
    margin-bottom: 3px;
    margin-right: 10px;
    margin-top: 2px;
    white-space: normal;
    padding-bottom: 3px;
    padding-top: 0px;
    display: block;
    /*border: 1px solid #F37720;*/
}

/* 2 column flex boxes */
.drawInfo-FlexItem2 {
    width: 395px;
    height: 100%;
}

/* 3 column flex boxes */
.drawInfo-FlexItem3 {
    width: 200px;
    height: 100%;
}

.drawDisbDetailsPanel-heading :before {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    content: "\f056";
    float: left;
    color: #F37720;
    margin-left: 22px;
    padding-right: 5px;
}

.drawDisbDetailsPanel-heading .collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f055";
    font-family: 'FontAwesome';
    float: left;
    color: #F37720;
    margin-left: 22px;
    padding-right: 5px;
}

.schoolContactAssignments-heading :before {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    content: "\f056";
    float: left;
    color: #F37720;
    margin-left: -25px;
    padding-right: 5px;
}

.schoolContactAssignments-heading .collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f055";
    font-family: 'FontAwesome';
    float: left;
    color: #F37720;
    margin-left: -25px;
    padding-right: 5px;
}

.drawDisbInfoPanel {
    margin-left: 35px;
    margin-right: auto;
    width: 100%;
}

.drawDisbInfo-FlexContainer {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    width: 98%;
    height: 98%;
}

.drawDisbInfo-FlexItem {
    margin-left: 8px;
    margin-bottom: 3px;
    margin-right: 10px;
    margin-top: 2px;
    white-space: normal;
    padding-bottom: 3px;
    padding-top: 0px;
    display: block;
}

/* 4 column flex boxes */
.drawDisbInfo-FlexItem2 {
    width: 175px;
    max-width: 175px;
    height: 100%;
}

.refiDisbEdit-FlexContainer {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    /*width: 98%;
    height: 98%;*/
}

/* 4 column flex boxes */
.refiDisbEdit-FlexItem2 {
    width: 260px;
    height: 100%;
}

/* 4 column flex boxes */
.refiDisbEdit-FlexItem3 {
    width: 200px;
    height: 100%;
}

.input-group-addon {
    padding: 3px 8px 2px 8px !important;
    font-size: 13px;
    border: 1px solid #313131;
}

.input-group-addon-percent {
    display: inline-flex;
    padding-right: 20px !important;
}

.input-group-addon-percent-money {
    display: inline-flex;
    padding-right: 15px !important;
}

.nowrap {
    white-space: nowrap !important;
}

.word-wrap {
    word-wrap: break-word !important;
    word-break: break-word !important;
    -ms-word-break: break-word !important;
    padding-right: 5px !important;
}

a .fa {
    cursor: pointer;
}

.fa-flag, .fa-flag-o {
    padding-left: 5px;
}

.fa-lg {
    font-size: 1.33333333em !important;
}

/* font awesome colors */

.fa-check-circle, .fa-times-circle {
    background-color: #fff;
    border-radius: 50%;
}

.fa-green {
    color: #03c607;
}

    .fa-green a {
        color: #f37720;
    }

        .fa-green a:visited {
            color: #f37720;
        }

            .fa-green a:visited:hover {
                color: #313131;
            }

        .fa-green a:hover {
            color: #313131;
        }

a:hover .fa-green {
    color: #313131;
}

a:visited:hover .fa-green {
    color: #313131;
}

.fa-white {
    color: #ffffff;
}

.fa-orange {
    color: #f37720;
}

    .fa-orange a {
        color: #f37720;
    }

        .fa-orange a:visited {
            color: #f37720;
        }

            .fa-orange a:visited:hover {
                color: #313131;
            }

        .fa-orange a:hover {
            color: #313131;
        }

a:hover .fa-orange {
    color: #313131;
}

a:visited:hover .fa-orange {
    color: #313131;
}

.fa-gray {
    color: #313131;
}

    .fa-gray a {
        color: #313131;
    }

        .fa-gray a:visited {
            color: #313131;
        }

        .fa-gray a:hover {
            color: #f37720;
        }

        .fa-gray A:visited:hover {
            color: #f37720;
        }

a:hover .fa-gray {
    color: #f37720;
}

a:visited:hover .fa-gray {
    color: #f37720;
}

.fa-red {
    color: #ff0000;
}

    .fa-red a {
        color: #313131;
    }

        .fa-red a:visited {
            color: #313131;
        }

        .fa-red a:hover {
            color: #f37720;
        }

        .fa-red A:visited:hover {
            color: #f37720;
        }

a:hover .fa-red {
    color: #f37720;
}

a:visited:hover .fa-red {
    color: #f37720;
}

.fa-cloud-upload {
    font-size: 1.6em;
    font-weight: 100;
    padding-right: 5px;
    color: #313131;
}

.fa-asterisk {
    font-size: 1.6em;
    font-weight: 100;
    padding-right: 5px;
    color: #313131;
}

.selectAllLink {
    cursor: pointer;
}

/* positioning class for scrollable table body */
.table-StaticHeader {
    display: table;
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
    table-layout: fixed;
}

.table-StaticRowHeader {
    border-collapse: collapse;
}

.table-ScrollBody {
    display: block;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid black;
    border-collapse: collapse;
}

.dashboardHomeContainer {
    margin: auto 5px 10px 0px;
}

/* tooltip classes */
.tooltip-inner {
    max-width: 350px;
    text-align: left;
    background-color: #313131;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #313131;
}

.checkboxList label {
    font-weight: 500;
}

.payoff-checkbox label {
    position: relative;
    top: -2px;
    margin-left: 2px;
    color: #F37720;
    font-weight: 700 !important;
}


/* Used with  Bootstrap row class. This will remove the indenting margins from that class*/
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col {
        padding-right: 0;
        padding-left: 0;
    }

    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.no-padding-left {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.no-padding-right {
    padding-right: 0;
    margin-right: 0;
    margin-right: 0;
}

.journalText {
    padding-right: 5px;
    /* Works for Chrome */
    word-break: break-word;
    /* IE / Edge should pick up this property*/
    word-break: break-all;
}

.securityRolesMain, .securityTaskMain {
    margin-top: 10px;
}

.securityRolesSummary {
    margin-top: 20px;
}

.drawDisclosure {
    white-space: pre-line;
    overflow-x: hidden;
    overflow-y: auto;
    height: 300px;
    max-height: 300px;
    word-wrap: break-word;
    word-break: break-word;
}

ul.dotSeparator {
    padding: 0;
    overflow-x: hidden;
    list-style: none;
}

    ul.dotSeparator .dotSeparatorLabel {
        padding-left: 5px;
        font-size: 12px;
        font-weight: bold;
        color: black;
    }

    ul.dotSeparator li:before {
        float: left;
        width: 0;
        white-space: nowrap;
        content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . "
    }

    ul.dotSeparator span:first-child {
        padding-right: 0.33em;
        background: white;
    }

    ul.dotSeparator span + span {
        float: right;
        padding-left: 0.33em;
        background: white;
        word-break: break-word;
    }

ul.dotSeparatorWell {
    padding: 0;
    overflow-x: hidden;
    list-style: none;
}

    ul.dotSeparatorWell .dotSeparatorLabel {
        padding-left: 5px;
        font-size: 12px;
        font-weight: bold;
        color: black;
    }

    ul.dotSeparatorWell li:before {
        float: left;
        width: 0;
        white-space: nowrap;
        content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . "
    }

    ul.dotSeparatorWell span:first-child {
        padding-right: 0.33em;
        background: #f5f5f5;
    }

    ul.dotSeparatorWell span + span {
        float: right;
        padding-left: 0.33em;
        background: #f5f5f5;
        word-break: break-word;
    }

.dotSeparatorControlLabel {
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.loanInformationPadding {
    padding-left: 10px;
    padding-right: 10px;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.securityUserMain,
.securityRolesMain,
.securityRolesTasks,
.securityTaskMain,
.clientSearch {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 1200px !important;
}

.homeEquityCollapsePanel {
    background-color: white;
}

.hidden {
    display: none !important;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.choices {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px !important;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #fff !important;
    padding: 2px 3.5px 3px !important;
    border: thin solid #313131 !important;
    min-height: 20px !important;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
    white-space: nowrap;
}

    .choices:focus {
        outline: 0;
    }

    .choices:last-child {
        margin-bottom: 0
    }

    .choices.is-open {
        overflow: visible;
    }

    .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
        background-color: #eaeaea;
        cursor: not-allowed;
        -webkit-user-select: none;
        user-select: none;
    }

    .choices.is-disabled .choices__item {
        cursor: not-allowed;
    }

    .choices [hidden] {
        display: none !important;
    }

    .choices[data-type*=select-one] {
        cursor: pointer;
    }

        .choices[data-type*=select-one] .choices__inner {
            /*padding-bottom: 7.5px*/
            font-size: 12px;
        }

        .choices[data-type*=select-one] .choices__input {
            display: block;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #ddd;
            background-color: #fff;
            margin: 0;
            overflow: hidden;
        }

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
    overflow:hidden;
}

    .choices__input > option
    {
        overflow: hidden;
    }

    .choices[data-type*=select-one] .choices__button {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
        padding: 0;
        background-size: 8px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -10px;
        margin-right: 25px;
        height: 20px;
        width: 20px;
        border-radius: 10em;
        opacity: .25;
    }

            .choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
                opacity: 1;
            }

            .choices[data-type*=select-one] .choices__button:focus {
                box-shadow: 0 0 0 2px #00bcd4;
            }

        .choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
            display: none;
        }

        .choices[data-type*=select-one]::after {
            content: "";
            height: 0;
            width: 0;
            border-style: solid;
            border-color: #333 transparent transparent;
            border-width: 5px;
            position: absolute;
            right: 11.5px;
            top: 50%;
            margin-top: -2.5px;
            pointer-events: none;
        }

        .choices[data-type*=select-one].is-open::after {
            border-color: transparent transparent #333;
            margin-top: -7.5px;
        }

        .choices[data-type*=select-one][dir=rtl]::after {
            left: 11.5px;
            right: auto;
        }

        .choices[data-type*=select-one][dir=rtl] .choices__button {
            right: auto;
            left: 0;
            margin-left: 25px;
            margin-right: 0;
        }

    .choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
        cursor: text;
    }

    .choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
        position: relative;
        display: inline-block;
        margin: 0-4px 0 8px;
        padding-left: 16px;
        border-left: 1px solid #008fa1;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
        background-size: 8px;
        width: 8px;
        line-height: 1;
        opacity: .75;
        border-radius: 0;
    }

        .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
            opacity: 1;
        }

.choices__list--dropdown, .choices__list[aria-expanded] {
    width: initial;
    min-width: 100%;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    position: relative;
    padding: 10px;
    font-size: 12px !important;
    font-family: 'Montserrat', Verdana, Helvetica !important;
    color: #555555 !important;
    white-space: nowrap;
}
.choices__list--dropdown {
    border: thin solid #313131 !important;
}


    .choices__list--dropdown .choices__item--selectable.is-highlighted,
    .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
        background-color: #767676;
        color: #fff !important;
    }

.form-group {
    margin-bottom: 10px !important;
}



.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

    .col-xs-12,.col-md-12,
    .col-lg-12 {
        width: 100%;
    }

    .col-xs-11,.col-md-11,
    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-xs-10,.col-md-10,
    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-xs-9,.col-md-9,
    .col-lg-9 {
        width: 75%;
    }

    .col-xs-8,.col-md-8,
    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-xs-7,.col-md-7,
    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-xs-6.col-md-6,
    .col-lg-6 {
        width: 50%;
    }

    .col-xs-5,.col-md-5,
    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-xs-4,.col-md-4,
    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-xs-3,.col-md-3,
    .col-lg-3 {
        width: 25%;
    }

    .col-xs-2,.col-md-2,
    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-xs-1, .col-md-1,
    .col-lg-1 {
        width: 8.33333333%;
    }

.bootstrap-select {
    width: 220px;
    vertical-align: middle
}

    .choices:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 250px
    }


.input-group-text {
    color: #555555 !important;
    border: 1px solid #555555 !important;
    font-size: 13px !important;
    padding: .125rem .5rem !important; 
}

[type=search] {
    outline-offset: -1px !important; 
}
