@Import url(Navigation.css);
@Import url(Menu.css);
@Import url(Messages.css);
@Import url(Header.css);
@Import url(Dashboard.css);
@Import url(RoundedCorner.css);
@Import url(JQGridCustomStyle.css);
@import url(../../Scripts/dialog/jquery.dialog.min.css);
@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Barlow:wght@400;700&family=Barlow+Condensed&display=swap');

/*-------------------------------------------------Primaray Elements Styles Start-------------------------------------------------*/

:root {
    /* Start Main Colors */
    --Primary: #03A9F4;
    --Primary-contrast: var(--Primary-light-50);
    --Accent: #8BC34A;
    --Accent-contrast: var(--Accent-dark-50);
    --Warning: #FF5722;
    --Warning-contrast: white;
    --Caution: yellow;
    --Disabled: var(--Primary-light-90);
    /* End Main Colors */
    /* Start Buttons */
    --button-text: var(--Accent-dark-30);
    --button-background: var(--Accent-light-50);
    --button-border: var(--Accent-dark-30);
    /* End Buttons */
    --ToolTip: lightyellow;
    --TaskBackground: white;
    --TextAndBorders: black;
    --Background: var(--Primary-light-80);
    --SideBarHeaders: var(--Warning-dark-40);
    --DropdownArrow: url("data:image/svg+xml;utf8,<svg fill='%238BC34A' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}

html, form {
    background-color: var(--Background);
    color: var(--TextAndBorders);
    font-family: 'Barlow Condensed', 'Arial Narrow', Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 1.1em;
    padding: 0px;
    margin: 0px;
    height: 100vh;
}

body {
    background-color: var(--Primary-dark-30);
    color: var(--TextAndBorders);
    font-family: 'Barlow Condensed',Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 1.3em;
    padding: 0px;
    margin: 0px;
    height: 100vh;
    overflow: hidden;
}

/*This is to remove CellSpacing and CellPadding from the HTML tables*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

    table td, table th {
        border: none;
        padding: 0;
    }

hr {
    border: 1px solid var(--Primary-light-30);
}

bodyprint {
    text-align: left;
    font-family: 'Barlow Condensed',Helvetica,Arial,sans-serif;
    font-size: 100%;
    color: var(--TextAndBorders);
    padding: 0px;
    margin: 0px;
    background-color: var(--TaskBackground);
    text-decoration: none;
}

a.gridheader:link, a.gridheader:visited, a.gridheader:active {
    color: var(--TaskBackground);
    text-decoration: none;
    transition: color .5s;
}

a.gridheader:hover {
    color: var(--Primary-light-50);
}

a, a:visited {
    color: var(--Primary-dark-50);
    transition: color .5s;
}

    a:hover {
        color: var(--Accent-dark-50);
        text-decoration: none;
    }

    a:active {
        color: var(--Primary-dark-50);
    }

p {
    color: var(--TextAndBorders);
    text-align: justify;
}

.hidden {
    display: none;
}

#MasterPageForm {
    overflow: hidden !important;
}

@media (max-height: 551px) {
    #wrapper.main {
        height: 98vh;
        overflow-y: auto !important;
    }
}

@media (min-height: 551px) {
    #wrapper.main {
        height: 99vh;
    }
}

#wrapper.main {
    /*padding:0px 0px 0px 0px;
    width:100%;
    height:99%;*/
    width: auto;
    padding: 5px;
    background: var(--TaskBackground);
    overflow: auto;
}

.page {
    background-color: var(--TaskBackground);
    width: 100%;
    height: 100%;
    /*padding-bottom:3px;*/
}

#mainWrapperTable, #contentAreaLastRow {
    height: 100%;
    width: 100%;
}

.mainWrapperTableElement {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
}

#mainWrapperTable td.mainWrapperTableElement {
    vertical-align: top;
}

#mainDiv {
    padding: 0px 1px;
    background: var(--TaskBackground);
    width: 100%;
    height: 100%;
}

/*-------------------------------------------------Primaray Elements Styles End-------------------------------------------------*/

div.hideSkiplink {
    width: 100%;
}


.border1 {
    border-color: var(--Background);
    border-style: solid;
}

.pagebody {
    position: relative !important;
    border: 1px solid var(--TaskBackground);
    padding: 10px;
    clear: both;
    color: inherit;
    background: var(--TaskBackground); /* var(--Background); */
    /*background: -moz-linear-gradient(top,  #e2eaed 0%, var(--TaskBackground) 50px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2eaed), color-stop(50px,var(--TaskBackground)));
	background: -webkit-linear-gradient(top,  #e2eaed 0%,var(--TaskBackground) 50px);
	background: -o-linear-gradient(top,  #e2eaed 0%,var(--TaskBackground) 50px);
	background: -ms-linear-gradient(top,  #e2eaed 0%,var(--TaskBackground) 50px);
	background: linear-gradient(to bottom,  #e2eaed 0%,var(--TaskBackground) 50px);*/
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-overflow-scrolling: touch;
}

    .pagebody:first-child {
        border-bottom: 0px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-overflow-scrolling: touch;
    }

    .pagebody + .pagebody, textarea {
        /*margin-top:5px;
	font-size:.9em;
	filter: progid:DXImageTransform.Microsoft.gradient( enabled=false );*/
        font-size: .9em;
        border-top: 0px;
        background: var(--TaskBackground);
        /*filter: progid:DXImageTransform.Microsoft.gradient( enabled=false );*/
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-overflow-scrolling: touch;
        font-family: 'Barlow Condensed', 'Arial Narrow', Helvetica,Arial,sans-serif;
    }

    .pagebody:last-child {
        margin-bottom: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-overflow-scrolling: touch;
    }

    .pagebody .pagebody, #ProductFilterAccordionPane_content .pagebody, #ProductsAccordionPane_content .pagebody, table.pagebody {
        border: none;
        padding: 0px;
        -webkit-border-radius: none;
        -moz-border-radius: none;
        border-radius: none;
        -webkit-overflow-scrolling: touch;
    }

    .pagebody .pagebody, #ProductFilterAccordionPane_content .pagebody, #ProductsAccordionPane_content .pagebody {
        background: none;
        filter: progid:DXImageTransform.Microsoft.gradient( enabled=false );
        -webkit-overflow-scrolling: touch;
    }

#LoanSummaryTitleDiv.pagebody, #TitleLabelDiv.pagebody, #TitleDiv.pagebody {
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eaed', endColorstr='var(--TaskBackground)', GradientType=0 );*/
}
/*
#TitleDiv.pagebody + #MainDiv.pagebody
{
	min-width:780px;
}
*/
#PricingDiv {
    font-size: 11px;
    font-family: 'Barlow Condensed',Helvetica,Arial,sans-serif;
}

    #PricingDiv.pagebody {
        padding: 5px;
        overflow: auto !important;
    }

    #PricingDiv.pagebody, #AdjustmentsDiv, #ProductFilterAccordionPane_content .pagebody, #ProductsAccordionPane_content .pagebody {
        font-size: .9em;
    }

.pagebody + .pagebody > table > tbody > tr > td {
    padding: 0 !important;
}

    .pagebody + .pagebody > table > tbody > tr > td + td {
        padding-left: 10px !important;
    }

    .pagebody + .pagebody > table > tbody > tr > td > table > tbody > tr > td {
        padding-bottom: 3px;
    }

#FilterByLabelDiv {
    margin-bottom: 10px;
}

#IncomeTable, #QualifyingRatiosPanel.panel_style, #StableIncomePanel.panel_style, #LoanInformationPanel.panel_style, #PrimaryHousingExpensePanel.panel_style, #OtherObligationPanel.panel_style, #ReservesPanel.panel_style {
    padding: 1px 3px;
}

#IncomeTable, #StableIncomePanel.panel_style, #LoanInformationPanel.panel_style, #OtherObligationPanel.panel_style, #ReservesPanel.panel_style {
    margin-top: 3px;
}

#QualifyingRatiosPanel.panel_style, #PrimaryHousingExpensePanel.panel_style {
    margin-bottom: 3px;
}

#mainDiv > table > tbody > tr > td {
    min-width: 1px;
}

#contentPanel {
    width: 100% !important;
    height: 100%;
}

#CategoryLabelDiv, #ViewFilterLabelDiv {
    margin-bottom: 8px;
}

/*-------------------------------------------------Content Div Styles End-------------------------------------------------*/

#PipelineSearchDiv {
    padding: 2px 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
}

    #PipelineSearchDiv > table > tbody > tr > td {
        border: none;
    }

#BorrowerInformationDiv {
    padding-right: 8px;
}

#CoBorrowerInformationDiv {
    border-left: 1px solid var(--Accent);
    padding-left: 8px;
}

.MissingRequiredFieldStyle {
    border: medium solid var(--SideBarHeaders) !important;
}

.ToolTipStyle {
    padding: 5px;
    border: thin solid var(--Disabled-dark-30);
    background-color: var(--ToolTip);
    color: var(--TextAndBorders);
    position: absolute;
    display: none;
    cursor: help;
    z-index: 1200;
}

.NumberControl {
    text-align: right;
}

.SecurityControl {
    background-color: var(--Caution) !important;
    color: black !important;
    border: 1px dotted black !important;
    /*background-color: var(--TaskBackground)F66;*/
}

.UserViewOnlyStyle {
    color: var(--Primary);
    padding: 3px 5px 3px 5px;
    border: none;
    border-top: 1px solid var(--Disabled);
    background-color: var(--Disabled-light-20);
    overflow: hidden;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
}

.StatusViewOnlyStyle {
    color: var(--Primary);
    padding: 3px 5px 3px 5px;
    border: none;
    border-top: 1px solid var(--Disabled);
    background-color: var(--Disabled-light-20);
    overflow: hidden;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
}

.CustomViewOnlyStyle {
    color: var(--SideBarHeaders);
    padding: 3px 5px 3px 5px;
    border: none;
    border-top: 1px solid var(--Disabled);
    background-color: var(--Disabled-light-20);
    overflow: hidden;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
}

    .StatusViewOnlyStyle > td,
    .CustomViewOnlyStyle > td,
    .UserViewOnlyStyle > td {
        padding: 3px 5px 3px 5px;
    }

.StatusItemStyle {
    font-size: smaller;
    font-family: 'Barlow', sans-serif;
    display: block;
    line-height: 1.5;
    vertical-align: middle;
    /*color: var(--Primary);
    background-color: var(--TaskBackground);*/
}

#LoanInfoWebPanelAccordionPane1_content {
    /* padding: 3px; */
}

    #LoanInfoWebPanelAccordionPane1_content #StatusAreaDiv table td {
        border: none !important;
        padding-left: 2px;
        line-height: 1.5;
        font-size: 11px;
        font-family: 'Barlow', sans-serif;
    }

    #LoanInfoWebPanelAccordionPane1_content #StatusAreaDiv table tr:first-child td {
        /*border-top: 1px solid var(--Disabled);*/
    }

    #LoanInfoWebPanelAccordionPane1_content #StatusAreaDiv table tr:nth-child(odd) td, #PricingDiv table tr:nth-child(even) td {
        background-color: var(--Primary-light-90);
    }

.AccordionStyle {
    width: 100%;
}

#HeaderPanelAccordionPane1_a {
    font-size: x-small;
}

.AccordionHeader {
    background-position: top;
    background-color: var(--Primary-dark-50);
    color: var(--Primary-light-30);
    font-family: 'Aldrich', Arial, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    height: 20px;
    cursor: pointer;
    padding: 1em;
}

div.AccordionHeader text {
    font-family: 'Aldrich', Sans-Serif !important;
}

.AccordionHeader a {
    position: relative;
    top: 20%;
    color: var(--Primary-contrast);
    display: block;
    cursor: default;
    text-decoration: none;
}

    .AccordionHeader a:link {
        display: block;
        cursor: default;
        text-decoration: none;
        font-weight: 300;
        letter-spacing: .1em;
    }

    .AccordionHeader a:hover {
        color: var(--Primary-contrast);
        cursor: pointer;
        text-decoration: none;
    }

    .AccordionHeader a:visited {
        color: var(--Primary-contrast);
        cursor: pointer;
        text-decoration: none;
    }

.AccordianCssStyle {
    background-color: var(--Primary);
    font-family: 'Aldrich', Arial, Sans-Serif;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    color: var(--TaskBackground);
    text-align: center;
}

    .AccordianCssStyle::after {
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid var(--Primary-light-50);
        position: absolute;
        top: 50%;
        right: 10px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.AccordianSelectedCssStyle {
    background-position: right center;
    background-color: var(--Primary-light-60);
    background-repeat: no-repeat;
    font-family: 'Aldrich', Arial, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    color: var(--Primary-dark-50);
    text-align: center;
    font-size: 14px;
    margin-top: 6px
}

.ExplorerHeaderStyle {
    display: block;
    height: 20px;
    overflow: hidden;
    color: var(--Primary);
    vertical-align: middle;
}

.ExplorerSubHeaderStyle {
    zoom: 1;
    padding: 6px;
    background: var(--Background);
    /*background: -moz-linear-gradient(top, var(--TaskBackground) 0%, #e0e7ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--TaskBackground)), color-stop(100%,#e0e7ee));
	background: -webkit-linear-gradient(top, var(--TaskBackground) 0%, #e0e7ee 100%);
	background: -o-linear-gradient(top, var(--TaskBackground) 0%, #e0e7ee 100%);
	background: -ms-linear-gradient(top, var(--TaskBackground) 0%, #e0e7ee 100%);
	background: linear-gradient(to bottom, var(--TaskBackground) 0%, #e0e7ee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--TaskBackground)',endColorstr='#e0e7ee',GradientType=0 );*/
    font-size: 13px;
    color: var(--Primary-dark-50);
    font-family: 'Barlow', sans-serif;
}

.ExplorerItemStyle ul {
    list-style: none;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.ExplorerItemStyle a {
    /*display:block;
	padding:4px 0 4px 24px;
    color: var(--TaskBackground);
    text-decoration: none;
    transition: all .5s;*/ display: block;
    padding: 6px 0 4px 24px;
    color: var(--TaskBackground);
    text-decoration: none;
    transition: all .5s;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
}

    .ExplorerItemStyle a:hover {
        color: var(--Primary-light-50);
        background: var(--Primary-dark-50);
    }

/*.ExplorerItemStyle a:visited {
    color: var(--Primary-dark-30);
}*/

.ExplorerItemStyle {
    display: block;
    text-decoration: none;
    text-decoration: none;
    color: var(--TaskBackground);
    background: var(--Primary-dark-30);
}

    .ExplorerItemStyle li {
        display: block;
    }

        .ExplorerItemStyle li input {
            -ms-transform: scale(.9); /* IE */
            -moz-transform: scale(.9); /* FF */
            -webkit-transform: scale(.9); /* Safari and Chrome */
            -o-transform: scale(.9); /* Opera */
            transform: scale(.9);
            /*padding-left: 10px;*/
            padding: 10px 5px 10px 10px;
        }

        .ExplorerItemStyle li label {
            color: var(--TaskBackground);
            font-size: .9em;
        }

        .ExplorerItemStyle li + br {
            display: none;
        }

.ExplorerSelectedItemStyle a, .ExplorerSelectedItemStyle a:hover {
    background-color: var(--Primary-contrast);
    /*background: var(--Primary-contrast) url(images/sidebar-arrow.gif) no-repeat -6px center;*/
    color: var(--Primary-dark-50);
    /* text-shadow:0 -1px 0 rgba(0,0,0,0.4); */
    cursor: default;
    text-decoration: none;
    position: relative;
}

    .ExplorerSelectedItemStyle a::before {
        content: '';
        border-left: 10px solid var(--Primary-dark-30);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.ExplorerSelectedItemStyle {
    color: var(--Primary-contrast);
}

.ExplorerItemStyle li.WorkflowCategory {
    background-color: var(--Primary);
}

    .ExplorerItemStyle li.WorkflowCategory > a {
        font-weight: bold;
    }

    .ExplorerItemStyle li.WorkflowCategory > ul > li > a {
        padding-left: 30px;
    }

.Page.Category > td > div.button_style {
    background-color: var(--Primary-light-30) !important;
    color: var(--Primary-dark-50) !important;
    border-color: var(--Primary-dark-50) !important;
}

    .Page.Category > td > div.button_style:hover {
        background-color: var(--Primary-dark-50) !important;
        color: var(--Primary-light-30) !important;
    }

.Page.DragSelected > td > div {
    background-color: var(--button-border) !important;
    color: var(--TaskBackground) !important;
}

.Page.Category.DragSelected > td > div {
    background-color: var(--Primary-dark-50) !important;
    color: white !important;
}

/*.ExplorerSelectedItemStyle
{
    background: url(images/sidebar-arrow.gif") no-repeat scroll right center #7FA5EE;
    color: var(--TaskBackground);
    cursor: default;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}*/

#PipelineSearchDiv > table {
    border: none;
}

.GridColumnWordWrapStyle {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
}

/*************************************************
 ********* start WidgetGridView styles ***********
 *************************************************/
.grid_Control, table#ProductsTable {
    background-repeat: repeat-x;
    font-size: 12px;
    font-family: 'Barlow Condensed',Verdana, Arial, Helvetica, sans-serif;
    /*border-top: solid 0px var(--Primary);
    border-right: solid 1px var(--Primary);
    border-bottom: solid 1px var(--Primary);
    border-left: solid 1px var(--Primary);*/
    border: 1px solid var(--Accent-light-30) !important;
}

.grid-justify-left {
    text-align: left !important;
}

.grid-justify-right {
    text-align: right !important;
}

.grid-justify-center {
    text-align: center !important;
}

.grid_Header {
    background-color: var(--Primary-dark-50);
    padding: 3px 5px 3px 5px;
    height: 27px;
    text-align: left;
    color: var(--TaskBackground);
    font-size: 12px;
    font-weight: 300;
    font-family: 'Aldrich', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer;
    white-space: normal;
    overflow: hidden;
    border: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.30);
}

/* This is causing highlighted issue on product and pricing selection grid
tbody > tr > td.grid_SelectedCell, tbody > tr.grid_SelectedCell > td, tbody > tr.grid_Item > td, tbody > tr.grid_Item_Red > td, tbody > tr.grid_Item_Blue > td, tbody > tr.grid_Alt > td, tbody > tr.grid_Alt_Red > td, tbody > tr.grid_Alt_Blue > td, tbody > tr.ProductGrid_Item > td, tbody > tr.ProductGrid_Alt > td, #ProductsTable > tbody > tr.highlighted > td, tbody.grid_Item > tr > td, tbody.grid_Alt > tr > td
{
	padding: 3px 5px 3px 5px;
	border:none;
	
	background-color: var(--Disabled-light-20);
	overflow: hidden;
	white-space: normal;
	vertical-align: middle;
	text-align: left;
	color:var(--Primary);
	cursor: pointer;
}*/
tbody > tr.grid_Header > th {
    padding: 2px 2px 2px 5px;
    text-align: center;
}

tbody > tr > td.grid_SelectedCell, tbody > tr.grid_SelectedCell > td, tbody > tr.grid_Item > td, tbody > tr.grid_Alt > td, tbody.grid_Item > tr > td, tbody.grid_Alt > tr > td {
    padding: 3px 5px 3px 5px;
    border: 1px solid var(--TaskBackground);
    background-color: var(--Primary-light-80);
    overflow: hidden;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    color: var(--Primary-dark-50);
    cursor: pointer;
    font-size: 18px;
}

.grid_Item_Red {
    padding: 3px 5px 3px 5px;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid var(--Disabled);
    border-top: 1px solid var(--Primary-light-80);
    background-color: var(--Warning);
    overflow: hidden;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    color: var(--TaskBackground);
    cursor: pointer;
    font-size: 18px;
}

.grid_Item_Blue {
    padding: 3px 5px 3px 5px;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid var(--Disabled);
    border-top: 1px solid var(--Primary-light-80);
    background-color: var(--Primary-light-20);
    overflow: hidden;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    color: var(--TaskBackground);
    cursor: pointer;
    font-size: 18px;
}

.grid_Item_Yellow {
    padding: 3px 5px 3px 5px;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid var(--Disabled);
    border-top: 1px solid var(--Primary-light-80);
    background-color: var(--Caution);
    overflow: hidden;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    color: var(--TextAndBorders);
    cursor: pointer;
    font-size: 18px;
}

.ProductGrid_Item {
    font-family: 'Barlow Condensed', 'Arial Narrow', Helvetica,Arial,sans-serif;
    padding: 3px 5px 3px 5px;
    border: none;
    /*border-top: 1px solid var(--Disabled);*/
    background-color: var(--Background);
    overflow: hidden;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    color: var(--Primary);
}

.ProductGrid_Alt {
    font-family: 'Barlow Condensed', 'Arial Narrow', Helvetica,Arial,sans-serif;
    padding: 3px 5px 3px 5px;
    border: none;
    /*border-top: 1px solid var(--Disabled);*/
    background-color: var(--TaskBackground);
    overflow: hidden;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    color: var(--Primary);
}

tbody > tr > td.grid_SelectedCell, tbody > tr.grid_SelectedCell > td {
    font-weight: bold;
    color: var(--Primary-dark-50);
    background: var(--Primary-light-50);
}

tbody > tr.grid_Alt > td, tbody > tr.ProductGrid_Alt > td, tbody.grid_Alt > tr > td {
    background-color: var(--TaskBackground);
}

#Comment_SelectorDiv .grid_Header, #BorrowerGrid_GridView .grid_Header, #LenderGrid_GridView .grid_Header, #SelectorGridView_GridView .grid_Header {
    background-color: var(--Primary);
}

#Comment_SelectorDiv .grid_Item td + td, #Comment_SelectorDiv .grid_Alt td + td, #BorrowerGrid_GridView .grid_Item td + td, #BorrowerGrid_GridView .grid_Alt td + td, #LenderGrid_GridView .grid_Item td + td, #LenderGrid_GridView .grid_Alt td + td, #SelectorGrid_GridView .grid_Item td + td, #SelectorGrid_GridView .grid_Alt td + td, #SelectorGridView_GridView .grid_Item td + td, #SelectorGridView_GridView .grid_Alt td + td {
    border-left: 1px solid var(--Disabled);
}

/*************************************************
 *********** end WidgetGridView styles ***********
 *************************************************/
.pagebodyprint {
    text-align: left;
    font-size: .80em;
    font-family: 'Barlow Condensed',Helvetica,Arial,sans-serif;
    color: var(--TextAndBorders);
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    background: var(--TaskBackground);
    overflow: auto;
}

    .pagebodyprint input {
        font-size: .85em;
        font-family: 'Barlow Condensed',Helvetica,Arial,sans-serif;
        padding: 0px;
        margin: 0px;
        border-style: none;
        border-width: 0;
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }

#PipelinePlaceHolder {
    display: block;
    margin: -5px;
    margin-bottom: 0px;
    padding: 5px;
    background: var(--TaskBackground);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 99%;
    overflow: auto;
    max-height: 640px;
}

.pipelineGridBody {
    background: var(--TaskBackground);
    background-repeat: repeat-x;
    border: none;
}

div.DetailDiv {
    border-color: var(--Primary-dark-30);
    border-style: double;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: var(--Primary-dark-50);
    text-transform: uppercase;
    letter-spacing: .1em;
    ;
    /*font-variant: small-caps;
    text-transform: none;*/
    font-weight: 200;
    font-family: 'Aldrich', Arial, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 0px;
}

h1 {
    font-size: 22px;
    margin: 0px;
    text-decoration: none !important;
}

h2 {
    font-size: 15px;
    color: var(--button-text);
}

h3 {
    font-size: 1.2em;
    color: #7f1c07;
}

h4 {
    font-size: 1.1em;
    color: var(--Primary);
}

h5, h6 {
    font-size: 1em;
    color: var(--Disabled-dark-30);
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.headerprint {
    font-size: .85em;
    font-weight: bold;
    font-family: 'Barlow Condensed',Helvetica,Arial,sans-serif;
    position: relative;
    margin: 0px;
    padding: 0px;
    color: var(--TextAndBorders);
    background-color: var(--TaskBackground);
    width: 100%;
}

.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: var(--TaskBackground);
    border: none;
    line-height: 2em;
    font-size: 2em;
}


.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: var(--Primary-dark-50);
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    background-color: var(--Background);
    margin: 1em 0px;
    border: 1px solid var(--TaskBackground);
    border-radius: 1em;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
        color: var(--Disabled-dark-30);
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.2em;
    font-weight: 300 !important;
    padding: 2px 4px 33px 4px;
    color: var(--Primary);
    font-family: 'Aldrich', Arial, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}

[type=text], [type=password], textarea {
    font-family: 'Arial', Helvetica,Arial,sans-serif !important;
    font-size: 13px;
    /*cursor:text;*/
    border: 1px solid var(--Primary-light-80) !important;
    min-height: auto;
    line-height: normal;
    margin: 4px 3px 4px 0;
    padding: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: var(--Primary-dark-50); /*00a1ce;*/
    background: var(--TaskBackground); /* Old browsers * /
background: -moz-linear-gradient(top,  rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ * /
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ * /
background: -webkit-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ * /
background: -o-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ * /
background: -ms-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ * /
background: linear-gradient(to bottom,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%); /* W3C * /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='var(--TaskBackground)',GradientType=0 ); /* IE6-9 */
}

table.ajax__combobox_inputcontainer td.ajax__combobox_buttoncontainer button, td button {
    background-color: var(--Background) !important;
    color: var(--Primary);
    background-image: url(Images/appdropdownlist.gif) !important;
    width: 40px !important;
    height: 40px !important;
    background-size: contain;
    border: 1px solid var(--Primary-light-80) !important;
    margin: 4px !important;
    padding: 11px !important;
}
    /*table.ajax__combobox_inputcontainer td.ajax__combobox_textboxcontainer input:disabled {}*/
    table.ajax__combobox_inputcontainer td.ajax__combobox_buttoncontainer button:disabled {
        display: none;
        background-color: var(--Background) !important;
        background-image: url('Images/appdropdownlistdisabled.gif') !important;
    }

div#TaskAreaBtnDiv {
    display: none;
}

#HeadLoginStatus, #HeadLoginStatus img {
    text-decoration: none;
}

.pagebody .pagebody [type=text], .pagebody .pagebody [type=password] {
    min-height: 1.7em;
    line-height: 1.7em;
}

.textEntry, .passwordEntry {
    width: 320px;
}

.passwordEntry {
}

[readonly], .ReadOnlyControl {
    font-family: 'Barlow Condensed', 'Arial Narrow', Helvetica,Arial,sans-serif;
    font-size: 16px;
    /*min-height:1.7em;
	line-height:1.7em;*/
    padding: 11px;
    color: var(--Primary-dark-50);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
    background: var(--Disabled);
    filter: progid:DXImageTransform.Microsoft.gradient( enabled=false );
}

/* INPUT ADJUSTMENTS   
----------------------------------------------------------*/

/* Borrower Information */ #BorrowerFullNameTextBox, #BorrowerAddressTextBox, #BorrowerCityTextBox, #BorrowerEmailTextBox,
/* '' on Loan Review */ #PrimaryBorrowerInfo_BorrowerName_FirstWebTextEdit, #PrimaryBorrowerInfo_BorrowerName_LastWebTextEdit,
/* '' in Borrower Infomartion Panel */ #BorrowerEmailAddressEditor, #CoBorrowerEmailAddressEditor,
/* '' '' on Underwriting Qualify */ #EmailTextBox,
/* Loan Information */ #UnderWrittingStatusTextBox,
/* Property Information */ #PropertyAddressLine1TextBox, #PropertyAddressLine2TextBox, #PropertyTypeTextBox,
/* '' on Loan Review */ #SubjectPropertyInfo_Address_AddressLine1WebTextEdit, #SubjectPropertyInfo_Address_AddressLine2WebTextEdit,
/* Contacts */ #LoanOfficerNameTextBox, #LoanOfficerEmailTextBox, #ProcessorNameTextBox, #ProcessorEmailTextBox {
    width: 90%; /* !important;*/
    max-width: 300px; /*!important;*/
}

#ProductTextBox {
    width: 95%; /*!important;*/
    max-width: 450px !important;
}
/* Borrower Information on Loan Review */
#PrimaryBorrowerInfo_BorrowerName_MiddleWebTextEdit, #PrimaryBorrowerInfo_BorrowerName_SuffixWebTextEdit,
#CoBorrowerInfo_BorrowerName_MiddleWebTextEdit, #CoBorrowerInfo_BorrowerName_SuffixWebTextEdit {
    width: 50px !important;
}
/* Borrower Information & Loan Information */ #BorrowerSSNTextBox, #LoanAmountNumberBox,
/* Property Information */ #PropertySalesPriceNumberBox, #PropertyAppraisedValueNumberBox {
    width: 90px; /*!important;*/
}
/* Borrower Information & Property Information */ #BorrowerZipWebMaskEdit, #PropertyAddressZipMaskedEdit, /* '' on Loan Review */ #SubjectPropertyInfo_Address_ZipCodeWebMaskEdit {
    width: 80px !important;
}
/* Loan Information */ #LTVPercentEditor, #LoanRateNumberBox,
/* Pricing */ #PricingInfo_CommitmentTextBox {
    width: 70px !important;
}
/* Application Information */ #CreditScoreWebNumericEdit {
    width: 50px !important;
}

/* '' on Loan Review */ #PrimaryBorrowerInfo_SocialSecurityNumberWebMaskEdit, #CoBorrowerInfo_SocialSecurityNumberWebMaskEdit {
    width: 80px !important;
}

/* Borrower Information & Property Information */ #BorrowerStateTextBox, #PropertyAddressStateTextBox,
/* Application Information */ #LoanTermWebNumericEdit {
    width: 30px; /* !important;*/
}

#NamesAtAddressTextBox, #NamesAtMailingAddressTextBox, #AssociatedBorrowerWebTextEditor, #AKAWebTextEdit {
    width: 300px !important;
}

#ProductAstrixDiv, #PropertyNotificationDiv, #FICONotificationDiv, #EscrowsNotificationdDiv, #DocTypeNotificationDiv {
    font-size: 22px;
    font-weight: bold;
    padding-top: 8px;
    vertical-align: middle;
    color: Red;
}

#FileUploadMessageDiv {
    font-size: 1.1em;
    font-weight: bold;
    vertical-align: middle;
    color: Red;
}

#StatusMessageInfoDiv {
    font-size: 1em;
    font-weight: bold;
    padding-top: 20px;
    vertical-align: middle;
    color: Red;
}
/* INPUT LABEL ADJUSTMENTS   
----------------------------------------------------------*/
#LTVPromptDiv {
    padding-left: 5px;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

iframe + hr {
    margin: 0px;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.button_ok {
    background-color: var(--Primary-dark-30);
    color: var(--TaskBackground);
    border-bottom: activeborder thin solid;
    border-left: activeborder thin solid;
    font-family: 'Trebuchet MS';
    border-top: activeborder thin solid;
    border-right: activeborder thin solid;
    font-weight: bold;
    width: 75px;
}

.button_cancel {
    background-color: var(--Primary-dark-30);
    color: var(--TaskBackground);
    border-bottom: activeborder thin solid;
    border-left: activeborder thin solid;
    font-family: 'Trebuchet MS';
    border-top: activeborder thin solid;
    border-right: activeborder thin solid;
    font-weight: bold;
    width: 91px;
}


#dialog-holder #dialog-center td .dialog-alert .dialog-confirm.side-by-side, #dialog-holder #dialog-center td .dialog-alert .dialog-cancel.side-by-side,
#dialog-holder #dialog-center td .dialog-alert .dialog-confirm.dialog-confirm, #dialog-holder #dialog-center td .dialog-alert .dialog-cancel.dialog-confirm,
div.dialog-confirm, .button_style, .taskbutton_style {
    color: var(--button-text) !important;
    background: var(--button-background) !important;
    border: .3em solid var(--button-border);
    padding: .5em .5em .25em .5em;
    white-space: nowrap;
    font-size: 11px !important;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    width: auto !important;
    font-weight: 300;
    border-radius: .4em;
    transition: all .7s;
    font-family: 'Aldrich', Arial, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.workflow_button_style {
    color: var(--button-text) !important;
    background: var(--button-background) !important;
    border: .3em solid var(--button-border);
    padding: .5em .5em .25em .5em;
    white-space: nowrap;
    font-size: 11px !important;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    width: 95%;
    font-weight: 300;
    border-radius: .4em;
    transition: all .7s;
    font-family: 'Aldrich', Arial, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#dialog-holder #dialog-center td .dialog-alert .dialog-confirm.side-by-side:hover, #dialog-holder #dialog-center td .dialog-alert .dialog-cancel.side-by-side:hover,
#dialog-holder #dialog-center td .dialog-alert .dialog-confirm.dialog-confirm:hover, #dialog-holder #dialog-center td .dialog-alert .dialog-cancel.dialog-confirm:hover,
div.dialog-confirm:hover, .button_style:hover, .taskbutton_style:hover {
    background: var(--button-border) !important;
    color: var(--button-background) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( enabled=false );
}


#ImportLoanButton.button_style, #ExcelExportButton.button_style, #SearchButton.button_style, #ClearButton.button_style {
    padding: .5em .5em .25em .5em;
}

#ImportLoanButton.button_style {
    /* margin: 18px 8px 0 2px;*/
}

#SearchButton.button_style, #ClearButton.button_style {
    border-color: var(--button-background);
    color: var(--TaskBackground);
    font-weight: normal;
    background: var(--button-border);
}

    #SearchButton.button_style:hover, #ClearButton.button_style:hover {
        border-color: var(--button-border);
        color: var(--button-text);
        background: var(--button-background);
    }

#LiquidAssetsButton.button_style {
    width: auto; /*!important;*/
}

[disabled].button_style {
    color: var(--button-background) !important;
    text-shadow: none;
    border-color: var(--button-border);
    background: var(--button-border) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( enabled=false );
}

input[type="radio"], input[type="checkbox"] {
    accent-color: var(--Accent-dark-20);
}

.checkbox_style {
    background-color: inherit;
    white-space: nowrap;
    accent-color: var(--Accent-dark-20);
}

.label_style {
    background-color: inherit;
}

.label_warning {
    font-size: 1.2em;
    color: Red;
}

.label_title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    background-color: inherit;
}

.verticalText {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    bottom: 0;
    font-family: 'Aldrich', Arial, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
    font-weight: 300;
    color: var(--TaskBackground);
    margin: auto;
    /*padding-top:10px;*/
}

.StatusDiv {
    font-size: small;
}

.redips-drag {
    background-color: var(--Primary-light-80);
    box-shadow: 2px 2px 8px #444;
    font-size: 14px;
    font-family: 'Barlow',sans-serif;
    border-color: var(--Primary-dark-50);
}

/* Progress Bar Settings
----------------------------------------------------------*/
.progressStyle {
    border: 3px solid var(--button-text);
    background: var(--button-text);
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-radius: .4em;
    transition: all .7s;
    font-family: 'Aldrich', Arial, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ProgressStyleTable {
    text-align: center;
    font-size: 1.25em;
    font-family: "Aldrich",sans-serif;
    font-weight: bold; /*color: var(--Primary-dark-50);*/
    color: var(--button-text) !important;
    padding: 2px 2px 2px 2px;
    margin: 0px;
    text-decoration: none; /*background: var(--Disabled); 	background: -webkit-linear-gradient(var(--Disabled), var(--TaskBackground)); 	background: -moz-linear-gradient(top, var(--Disabled), var(--TaskBackground));*/
    border-radius: .4em;
    transition: all .7s;
    font-family: 'Aldrich', Arial, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: .3em solid var(--button-border);
    background: var(--button-background);
    /*background: linear-gradient(var(--button-background), var(--TaskBackground));
    background: -o-linear-gradient(var(--button-background), var(--TaskBackground)); /*Opera*/
    /*background: -webkit-linear-gradient(var(--button-background), var(--TaskBackground));*/ /*Safari/Chrome*/
    /*background: -moz-linear-gradient(top, var(--button-background), var(--TaskBackground));*/ /*Firefox*/ /*filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='var(--TaskBackground)', startColorstr='var(--Disabled)', gradientType='0');*/
    filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='var(--TaskBackground)', startColorstr='var(--button-background)', gradientType='0');
    line-height: normal;
    text-transform: uppercase;
}

#ProgressIndicatorPanel {
    padding: 0px !important;
    border-radius: .4em;
    transition: all .7s;
    font-family: 'Aldrich', Arial, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* Security Screen Settings
----------------------------------------------------------*/
.SecurityGridViewHeader {
    background-color: var(--button-background);
    color: var(--TaskBackground);
}

.SecurityGridViewAlternatingRow {
    background-color: var(--button-background);
}

/* Navigation Settings
----------------------------------------------------------*/

/* URLA Page 1 */
.legalese {
    width: 98%;
    font-family: Verdana;
}

/* Jquery Growl CSS */
.ui-notify-message {
    padding: 10px;
    margin-bottom: 15px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid var(--Caution);
    background: url(images/check48.png) no-repeat 10px 10px;
}

    .ui-notify-message h1 {
        color: var(--Primary-dark-30);
    }

    .ui-notify-message h2 {
        color: var(--Primary-dark-30);
    }

    .ui-notify-message p {
        color: var(--Primary-dark-30);
        margin: 3px 0;
        padding: 0px 0px 0px 50px;
        font-size: 12px;
    }

    .ui-notify-message:last-child {
        margin-bottom: 0;
    }

.ui-notify-close {
    color: var(--TaskBackground);
    text-decoration: underline;
}

.ui-notify-cross {
    margin-top: -4px;
    float: right;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 1px var(--TaskBackground);
    padding: 2px;
}

    .ui-notify-cross:hover {
        color: var(--TaskBackground)fab;
    }

    .ui-notify-cross:active {
        position: relative;
        top: 1px;
    }

/* JQuery BlockUI Message Style - Start*/
.BlockUIMessage {
    text-align: center;
    font-size: 1.1em; /*font-family: 'Barlow Condensed',Helvetica,Arial,sans-serif;*/
    font-family: "Times New Roman",Times,serif;
    font-weight: bold; /*color: var(--Primary-dark-50);*/
    color: var(--Primary-dark-50);
    padding: 2px 2px 2px 2px;
    margin: 0px;
    text-decoration: none; /*background: var(--Disabled); 	background: -webkit-linear-gradient(var(--Disabled), var(--TaskBackground)); 	background: -moz-linear-gradient(top, var(--Disabled), var(--TaskBackground));*/
    background: var(--Caution);
    background: -webkit-linear-gradient(var(--Caution),var(--TaskBackground)f99);
    background: -moz-linear-gradient(top, var(--Caution),var(--TaskBackground)f99);
    background: -o-linear-gradient(top, var(--Caution),var(--TaskBackground)f99); /*filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='var(--TaskBackground)', startColorstr='var(--Disabled)', gradientType='0');*/
    filter: none;
}

    .BlockUIMessage input {
        font-family: Calibri;
        font-weight: bold;
        border: 1px solid var(--TaskBackground);
        background-color: var(--Primary-dark-30); /*background:#C987FE; */
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        color: var(--TaskBackground);
    }

        .BlockUIMessage input:hover {
            color: var(--Primary-dark-30);
            background-color: var(--TaskBackground); /*background:#905CBA;	  */
            cursor: pointer;
        }
/* JQuery BlockUI Message Style - End*/

/* Modal Popup Styles --Start-- */
.ModalPopupBG {
    background-color: var(--Primary-dark-30);
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.popup_Container {
    background-color: var(--TaskBackground); /*background: var(--Disabled);*/
    border: 2px solid var(--TextAndBorders);
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
    overflow: hidden;
}

.popup_Titlebar {
    background: var(--Primary-dark-30); /* url(images/header.gif);*/
    height: 29px;
    overflow: hidden;
}

.popup_Body {
    padding: 15px 15px 15px 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: var(--TextAndBorders);
    line-height: 15pt;
    clear: both;
    padding: 20px;
}

.TitlebarLeft {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family: 'Barlow Condensed',Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: var(--TaskBackground);
}

.TitlebarRight {
    background: var(--Primary-dark-30) url(images/igdw_Close.png) no-repeat center;
    height: 20px;
    width: 20px;
    float: right;
    cursor: pointer;
    margin-right: 3px;
    margin-top: 3px;
}
/* Modal Popup Styles --End-- */

/* file upload control style start */
.fileUploader {
    text-align: left;
    font-size: .80em;
    font-family: 'Barlow Condensed',Helvetica,Arial,sans-serif;
    color: var(--TextAndBorders);
    padding: 1px 1px 1px 1px;
    margin: 0px;
    text-decoration: none;
    background: var(--Disabled);
}

    .fileUploader form #wrapper {
        height: 100%;
    }

#FileUploadDiv {
}

.ajax__fileupload {
    overflow: scroll;
    height: 90%;
}

.ajax__fileupload_selectFileButton, .ajax__fileupload_uploadbutton, .ajax__fileupload_queueContainer, .removeButton {
    border-bottom: activeborder thin solid !important;
    border-left: activeborder thin solid !important;
    border-top: activeborder thin solid !important;
    border-right: activeborder thin solid !important;
    font-family: 'Trebuchet MS' !important;
    font-weight: bold !important;
    white-space: normal !important;
}

.ajax__fileupload_selectFileButton, .ajax__fileupload_uploadbutton, .removeButton {
    /*background-color: var(--Primary-dark-30) !important;
    color: var(--TaskBackground) !important;
    text-align: center !important;
		text-shadow:0 -1px 0 rgba(0,0,0,0) !important;*/
    color: var(--button-text) !important;
    background: var(--button-background) !important;
    border: .4em solid var(--button-border) !important;
    padding: .4em 1em .25em 1em !important;
    white-space: nowrap;
    font-size: 12px !important;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em !important;
    transition: all .7s;
    font-family: 'Aldrich', Arial, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    width: auto !important;
    font-weight: 300 !important;
}

.ajax__fileupload_selectFileButton {
}

div.ajax__fileupload_fileItemInfo {
    height: 40px;
    line-height: 40px;
}

.ajax__fileupload_uploadbutton {
}

.ajax__fileupload_queueContainer {
    color: var(--Primary) !important;
}
/* file upload control style end */

/* Go to top link css start */
#back-top {
    position: fixed;
    bottom: 25px;
    z-index: 1200;
}

    #back-top a {
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb; /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        opacity: 0.7;
        filter: alpha(opacity=70); /* For IE8 and earlier */
    }

        #back-top a:hover {
            color: var(--TextAndBorders);
            border: 3px solid var(--Background);
            opacity: 1.0;
            filter: alpha(opacity=100); /* For IE8 and earlier */
        }

    /* arrow icon (span tag) */
    #back-top span {
        width: 30px;
        height: 43px;
        display: block;
        background: var(--Primary-light-80) url(images/go-top.jpg) no-repeat center center; /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: var(--Disabled-dark-30);
    }

/* Go to top link css end */

/* Page Header Styling*/
#pNav {
    font-size: 16px;
    font-weight: bold;
}

    #pNav ul {
        list-style-type: none;
        margin: 0 0 0 10px;
        padding: 0;
    }

    #pNav li {
        float: left;
        padding: 6px 15px 5px 15px;
    }

        #pNav li a {
            color: var(--TaskBackground);
            padding: 6px 0px 6px 0px;
            font-weight: bold;
            text-decoration: none;
        }



/* Toolbar  */
#header {
    background: url(images/backhead.png);
    min-width: 800px;
    height: 125px;
    padding-top: 25px;
    text-align: center;
}

    #header h1 a {
        font-size: 44px;
        color: #eee;
        text-shadow: 2px 2px 2px var(--TextAndBorders);
    }

        #header h1 a:hover {
            color: var(--Disabled);
        }


#downhead {
    min-width: 800px;
    margin-top: 30px;
    text-align: center;
}

    #downhead h2 {
        font-size: 30px;
        color: #555;
        text-shadow: 2px 2px 2px #999;
    }

    #downhead p {
        font-size: 20px;
        color: var(--Disabled-dark-30);
        padding: 0 50px 30px 50px;
    }

    #downhead img {
        border: 5px solid var(--Disabled);
    }

/*-- Bottom Toolbar --*/

div#toolbar, div#toolbarbut {
    position: fixed; /* set fixed position for the bar */
    bottom: 0px;
    right: 0px;
    z-index: 9999; /* keep the bar on top  */
    background-color: var(--ToolTip);
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 6px 6px;
    height: 20px;
    line-height: 100%;
    background: var(--Primary-dark-30);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#346D9E, endColorstr=#23387A);
    background: -webkit-gradient(linear, left top, left bottom, from(#346D9E),to(#23387A));
    background: -moz-linear-gradient(top, #346D9E, #23387A);
    border: solid 0px var(--Disabled-dark-30);
}

div#toolbar {
    width: 100%;
    min-width: 100px; /* to limit the width when an excessive window resize */
    margin: 0px auto; /* centered toolbar */
    left: 0px;
    padding-bottom: 8px;
}

div#toolbarbut { /* div for the 'hide status' */
    width: 70px;
    height: 15px;
    margin-right: 3%;
    right: 20px; /* offset from scrollbar area */
}

span.showbar a { /* show button */
    padding: 5px;
    font-size: 12px;
    color: var(--TaskBackground);
    cursor: pointer;
}

.leftside {
    float: left;
}

.rightside {
    float: right;
}

/*-- Left Side --*/
ul#social li {
    display: inline;
}

.rejectbtn {
    padding-left: 3px;
    padding-top: 4px;
}

/*-- Right Side --*/

span.downarr { /* hide button */
    float: right;
    border-left: 1px solid var(--Disabled-dark-30);
}

    span.downarr a {
        display: block;
        width: 30px;
        height: 26px;
        padding: 25px 0 0 10px;
        background: url(images/downarrow.png);
        cursor: pointer;
    }

span.menu_title {
    background: var(--Primary-light-80);
    border-left: 1px solid var(--Disabled-dark-30);
    padding: 10px;
}

    span.menu_title a {
        font-size: 16px;
        line-height: 34px;
        color: var(--Disabled-dark-30);
    }

/* End Toolbar */


/* Product List css start */

#ProductsTable > tbody > tr.highlighted > td, .highlighted {
    background-color: var(--button-background);
    color: var(--TextAndBorders);
    text-align: left;
}

td.IsValidProductColumn {
    display: block;
    text-align: center;
}

#ProductsTable td.IsValidProductColumn {
    line-height: 27px;
}

/* Product List css end */

/* File Upload Documents Screen start */
.AsyncFileUpload {
    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: auto;
    z-index: 10;
    position: relative;
}

/* File Upload Documents Screen end */


/*Pipeline Bottom Legend*/

#PipelineLegendInfoDiv {
    position: relative !important;
    background: var(--TaskBackground);
}

    #PipelineLegendInfoDiv > table > tbody > tr > td {
        border: none;
    }

.legend {
    list-style: none;
    font-size: 14px;
    padding-right: 30px;
    margin-left: -35px;
    line-height: 10px;
}

    .legend li {
        float: left;
        margin-right: 8px;
    }

    .legend span {
        border: 2px solid var(--Disabled);
        float: left;
        width: 14px;
        height: 14px;
        margin: -5px 5px 5px 10px;
    }
    /* your colors */
    .legend .StatusViewOnly {
        background-color: var(--Primary);
    }

    .legend .CustomViewOnly {
        display: none;
        background-color: var(--SideBarHeaders);
    }

#LockExp {
    display: none;
}
/*Pipeline Bottom Legend end*/

/* Change password screen start */
.ChangePwdControl {
    padding: 20px 20px 20px 20px !important;
    position: relative !important;
    border: none !important;
    /*border: 1px solid #A3C0D2 !important;*/
    clear: both;
    color: inherit !important;
    background: var(--TaskBackground) !important;
    background: -moz-linear-gradient(top, #e2eaed 0%, var(--TaskBackground) 50px) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2eaed), color-stop(50px,var(--TaskBackground))) !important;
    background: -webkit-linear-gradient(top, #e2eaed 0%,var(--TaskBackground) 50px) !important;
    background: -o-linear-gradient(top, #e2eaed 0%,var(--TaskBackground) 50px) !important;
    background: -ms-linear-gradient(top, #e2eaed 0%,var(--TaskBackground) 50px) !important;
    background: linear-gradient(to bottom, #e2eaed 0%,var(--TaskBackground) 50px) !important;
    /*-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    -webkit-overflow-scrolling: touch !important;
}

#ChangePasswordPushButton.button_style, #CancelPushButton.button_style {
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.FailureTextStyle {
    color: var(--SideBarHeaders);
    font-weight: bold;
}

.TitleTextStyle {
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
    font: 22px Arial, Helvetica, sans-serif bold;
    font-weight: bold;
    color: var(--Primary-dark-30);
}

.LabelStyle {
    margin: 0px 10px 0px 0px !important;
    padding-right: 10px !important;
}
/* Change password screen end */

.ShadowBox {
    width: 100%;
    /*border: 3px solid var(--Primary-light-20);*/
    background-color: var(--button-background);
    color: Navy;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* Change password screen end */

/* Fixed table header CSS start */
.tableContainer {
    margin: 0px auto;
    position: relative;
    padding-top: 44px;
    padding-bottom: 10px;
}

.FixedHeader {
    position: absolute;
    width: 98.8%;
    width: 100%\9; /* IE8 and below */
    top: 10px;
    left: 0px;
}

@media not all and (-webkit-min-device-pixel-ratio:0) {
    .FixedHeader /* CSS Only For Opera*/ {
        position: absolute;
        width: 99% !important;
        top: 10px;
        left: 0px;
    }
}
/* Fixed table header CSS end */
/* UAMC LO Portal EditEscrow Vertical Text CSS Start */
.EscrowverticalText {
    height: 151px;
    text-align: center !important;
    position: absolute;
    left: -100px;
    top: 13px;
    writing-mode: tb-rl;
    -webkit-transform: rotate(90deg); /* Safari 3.1+, Chrome */
    -moz-transform: rotate(90deg); /* FF3.5+ */
    -o-transform: rotate(90deg); /* Opera 10.5 */
    display: block;
    bottom: 0;
    font-family: 'Barlow Condensed',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: var(--TaskBackground);
    text-shadow: -1px 0 0 rgba(0,0,0,.4);
    cursor: pointer;
}

.DivEscrowverticalText /*For IE vertical Text*/ {
    height: 151px;
    text-align: center !important;
    position: absolute;
    left: 1px;
    top: 13px;
    writing-mode: tb-rl;
    -webkit-transform: rotate(90deg); /* Safari 3.1+, Chrome */
    -moz-transform: rotate(90deg); /* FF3.5+ */
    -o-transform: rotate(90deg); /* Opera 10.5 */
    display: block;
    bottom: 0;
    font-family: 'Barlow Condensed',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: var(--TaskBackground);
    text-shadow: -1px 0 0 rgba(0,0,0,.4);
    cursor: pointer;
}
/* UAMC LO Portal EditEscrow Vertical Text CSS Ends */
/* UAMC LO Portal RightPanel Interchangeable Views CSS Start */
#InterchangeableSlideViews {
    position: relative;
}

    #InterchangeableSlideViews #SlideViewsWindow {
        height: 1000px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 180px;
        top: 0px;
        left: 0px;
    }

        #InterchangeableSlideViews #SlideViewsWindow .SlideArea {
            height: 1000px;
            margin: 0;
            padding: 0;
            position: relative;
            width: 180px;
            top: 0px;
            left: 0px;
        }

            #InterchangeableSlideViews #SlideViewsWindow .SlideArea .slideText {
                height: 1000px;
                width: 100%;
                left: 0;
                top: 16px;
                margin: 0;
                padding: 0;
                position: absolute;
                background-color: var(--TaskBackground);
                font-size: xx-small;
                font-family: verdana;
                display: block;
                color: var(--Primary);
                vertical-align: middle;
            }

                #InterchangeableSlideViews #SlideViewsWindow .SlideArea .slideText a:link, #InterchangeableSlideViews #SlideViewsWindow .SlideArea .slideText a:visited {
                    color: var(--TaskBackground);
                    text-decoration: none;
                }

                #InterchangeableSlideViews #SlideViewsWindow .slide .slideText h2, #InterchangeableSlideViews #SlideViewsWindow .SlideArea .slideText p {
                    color: var(--TaskBackground); /*margin: 10px 0 0 10px;*/
                    padding: 0;
                }

.SlideAreaHead {
    text-align: center;
    color: var(--TaskBackground);
    background-color: var(--Primary-dark-50);
    font-size: x-small;
}

.nav {
    display: block;
    text-indent: -10000px;
    position: absolute;
    cursor: pointer;
}

#leftNav {
    top: 0px;
    left: 0px;
    width: 17px;
    height: 16px;
    background-image: url(Images/prev.gif);
    background-repeat: no-repeat;
    z-index: 999;
}

#rightNav {
    top: 0px;
    left: 163px;
    width: 17px;
    height: 16px;
    background-image: url(Images/next.gif);
    background-repeat: no-repeat;
    z-index: 999;
}

.GridColumnWordWrapStyleNonBreak {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* UAMC LO Portal print Comparison-closing cost details */
.PrintTableBorder {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border: 1px solid var(--Disabled) !important;
}

    .PrintTableBorder td, PrintTableBorder th {
        border: 1px solid var(--Disabled) !important;
        padding: 0 !important;
    }

.PrintTableBorderRemove {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border: none !important;
}

    .PrintTableBorderRemove td, PrintTableBorderRemove th {
        border: none !important;
        padding: 0 !important;
    }
/*.PageScroll
{
    max-height: 150px;
    overflow: auto;
}*/
.TableFrameBox {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
    border-right: 1px solid black !important;
    border-left: 1px solid black !important;
}

/* Alternate color rows*/
.tablealternaterowscolour {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border: 1px solid var(--Disabled) !important;
}

    .tablealternaterowscolour th {
        border: 1px solid var(--Disabled) !important;
        padding: 0 !important;
    }

    .tablealternaterowscolour tr:nth-child(even) td {
        background-color: var(--Disabled) !important;
    }
/* UAMC LO Portal RightPanel Interchangeable Views CSS Start */

/* UAMC LO Portal loan comments CSS start */

#RESPACommentsGrid_EditCommentGridDiv .grid_Header, #IncomeCommentsGrid_EditCommentGridDiv .grid_Header, #CashtoCloseGrid_EditCommentGridDiv .grid_Header, #BuilderCommentsGrid_EditCommentGridDiv .grid_Header {
    background-color: var(--Primary);
}

#RESPACommentsGrid_EditCommentGridDiv .grid_Item td + td, #RESPACommentsGrid_EditCommentGridDiv .grid_Alt td + td, #IncomeCommentsGrid_EditCommentGridDiv .grid_Item td + td, #IncomeCommentsGrid_EditCommentGridDiv .grid_Alt td + td, #CashtoCloseGrid_EditCommentGridDiv .grid_Item td + td, #CashtoCloseGrid_EditCommentGridDiv .grid_Alt td + td, #BuilderCommentsGrid_EditCommentGridDiv .grid_Item td + td, #BuilderCommentsGrid_EditCommentGridDiv .grid_Alt td + td {
    border-left: 1px solid var(--Disabled);
}

/* UAMC LO Portal loan comments CSS end */

/* Open House Flyer*/
.ohf_Print {
    list-style-image: url(images/BlackStar.png);
    list-style-type: none;
}

.CompanySelectionClass, .DenialCategoryReasonsClass {
    width: 100% !important;
    max-width: 100%;
}

#LoanOfficerInfoFrame_CompanyImage, #LoanOfficerInfoFrame_LoanOfficerImage {
    width: 90%;
    max-width: 230px !important;
    height: 90%;
    max-height: 210px !important;
}

#LoanOfficerInfoFrame_LicenseNumberTextBox, #LoanOfficerInfoFrame_EmailAddresssTextBox, #LoanOfficerInfoFrame_LoanOfficerDropDownList,
#LoanOfficerInfoFrame_CompanyNameDropDownList, #LoanOfficerInfoFrame_BusinessChannelCategoryDropDownList, #LoanOfficerInfoFrame_BusinessChannelDropDownList {
    width: 90%;
    max-width: 250px !important;
}

#RealtorInfoFrame_FirstNameTextBox, #RealtorInfoFrame_EmailAddressTextBox, #RealtorInfoFrame_LastNameTextBox,
#RealtorInfoFrame_BranchNameTextBox, #RealtorInfoFrame_LicenseNumberTextBox, #RealtorInfoFrame_CompanyNameTextBox {
    width: 230px;
}

#RealtorInfoFrame_RealtorSaveButton {
    width: 85px !important;
    white-space: normal;
}

.flash {
    -moz-animation: flash 1s ease-out;
    -moz-animation-iteration-count: 1;
    -webkit-animation: flash 1s ease-out;
    -webkit-animation-iteration-count: 1;
    -ms-animation: flash 1s ease-out;
    -ms-animation-iteration-count: 1;
}

div#leftPanelContents {
    background: var(--Primary-dark-30);
}

div#rightPanelContents {
    background: var(--Primary-dark-30);
}

@keyframes flash {
    0% {
        background-color: var(--TextAndBorders);
    }

    50% {
        background-color: var(--SideBarHeaders);
    }

    100% {
        background-color: var(--SideBarHeaders);
    }
}

@-webkit-keyframes flash {
    0% {
        background-color: var(--TextAndBorders);
    }

    50% {
        background-color: var(--SideBarHeaders);
    }

    100% {
        background-color: var(--SideBarHeaders);
    }
}

@-moz-keyframes flash {
    0% {
        background-color: var(--TextAndBorders);
    }

    50% {
        background-color: var(--SideBarHeaders);
    }

    100% {
        background-color: var(--SideBarHeaders);
    }
}

@-ms-keyframes flash {
    0% {
        background-color: var(--TextAndBorders);
    }

    50% {
        background-color: var(--SideBarHeaders);
    }

    100% {
        background-color: var(--SideBarHeaders);
    }
}

input::-ms-clear {
    display: none;
    height: 0;
    width: 0;
}

.uppercaseFileId {
    text-transform: uppercase;
}

textarea {
    font-family: 'Barlow Condensed', 'Arial Narrow', Helvetica,Arial,sans-serif;
    font-weight: 300;
}

select[size] {
    padding: 11px 11px 11px 11px;
    background-image: none;
    background-position: 0 0 0 0;
    background-size: 0;
}

select[size="1"] {
    padding: 11px 22px 11px 11px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1em auto, 100%;
}

div.pagebody select, div.pagebody input, div.pagebody textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 6px;
}

select {
    font-size: 13px;
    font-family: 'Barlow Condensed', 'Arial Narrow', Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: var(--Primary-dark-50);
    line-height: normal;
    padding: 11px 22px 11px 11px;
    box-sizing: border-box;
    margin: 3px 0;
    border: 1px solid var(--Primary-light-80);
    min-width: 50%;
    box-shadow: 0 rgba(0,0,0,0);
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--TaskBackground); /*c5ebf7;*/
    background-image: var(--DropdownArrow);
    /*-webkit-mask-image: var(--svg);
    mask-image: var(--svg);*/
    /*background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');*/
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: center;
    background-size: 3em auto, 100%;
    width: auto !important;
    padding-right: 25px !important;
}

    select::-ms-expand {
        display: none;
    }

    select[multiple] {
        background-image: none;
    }

    select:disabled {
        background: var(--Background);
        color: var(--Primary);
    }

input:disabled {
    background: var(--Background);
    color: var(--Primary);
}

div.ajax__fileupload {
    padding: 1em;
}

div.ajax__fileupload {
    border-radius: .5em;
    padding-bottom: 20px;
}

div.ajax__fileupload_selectFileContainer {
    width: auto !important;
    height: auto !important;
}

span.ajax__fileupload_selectFileButton, span.ajax__fileupload_selectFileContainer {
    font-family: 'Aldrich', Arial, Sans-Serif !important;
    text-transform: uppercase !important;
    letter-spacing: .1em !important;
    width: auto !important;
    font-weight: 300 !important;
}

span.ajax__fileupload_selectFileContainer {
    overflow: visible;
    position: relative;
    width: auto;
    padding: 1em;
    height: 40px;
    line-height: 40px;
}

ul.ajax__combobox_itemlist {
    border: none;
    background-color: var(--Background);
    color: var(--Primary);
    position: absolute !important;
    height: 150px !important;
    overflow-y: auto !important;
    top: auto !important;
    left: auto !important;
}

table {
    font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif !important;
    font-size: 16px;
}

.borrowerRolesDiv {
    border: 1px solid var(--Primary-light-80) !important;
    padding: 11px;
    padding-left: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.RequiredFieldStyle {
    border: medium solid var(--SideBarHeaders) !important;
    background: pink;
}

td.ajax__combobox_textboxcontainer input[type="text"].RequiredFieldStyle {
    border-width: 0 !important;
}

.MissingRequiredMsg {
    color: red;
    font-size: 18px;
}

.DateRangeFieldStyle {
    border: medium solid #ff6a00 !important;
}

.workflow_limited_style {
    max-height: 60vh;
    overflow-y: auto;
}

/*------------------------------------------------- Begin Tab Control Styling -------------------------------------------------*/

div.tab-control {
    border: 1px solid var(--Primary-dark-50);
}

    div.tab-control div.tab-buttons {
        background-color: var(--Primary-light-90) !important;
        border-bottom: 1px solid var(--Primary-dark-50);
        font-size: 0;
    }

        div.tab-control div.tab-buttons button.tab-button {
            width: unset !important;
            height: 35px !important;
            background-image: unset !important;
            margin: unset !important;
            background-color: var(--Primary-light-90) !important;
            border: none !important;
            cursor: pointer !important;
            color: var(--Primary-dark-50) !important;
            border-right: 1px solid var(--Primary) !important;
        }

            div.tab-control div.tab-buttons button.tab-button:hover,
            div.tab-control div.tab-buttons button.tab-button.selected:hover {
                background-color: var(--Primary-contrast) !important;
                color: var(--Primary-dark-50) !important;
            }

            div.tab-control div.tab-buttons button.tab-button.selected {
                background-color: var(--Primary-dark-30) !important;
                color: var(--Primary-light-80) !important;
            }

    div.tab-control div.tab-panel {
        padding: 10px;
    }

/*------------------------------------------------- End Tab Control Styling -------------------------------------------------*/

/*------------------------------------------------- Begin Tree Control Styling ----------------------------------------------*/
ul.tree {
    list-style-type: none;
}

ul.tree.root {
    margin: 0;
    padding: 0;
}

.tree-caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .tree-caret::before {
        content: "\25B6";
        display: inline-block;
        margin-right: 6px;
    }

.tree-caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    ' transform: rotate(90deg);
}

ul.tree > li {
    color: var(--Primary-dark-50);
}

ul.tree.nested {
    display: none;
}

ul.tree.nested.active {
    display: block;
}
/*------------------------------------------------- End Tree Control Styling ------------------------------------------------*/

