/* Minification failed. Returning unminified contents.
(1724,41): run-time error CSS1039: Token not allowed after unary operator: '-bs-bg-opacity'
 */
.tooltip {
  pointer-events: none; /*Required to keep tooltip from flickering when it overlaps with the element that is hosting the tooltip*/
}

hr {
  border: none;
  height: 1px;
  background-color: #C3C3C3;
}

/* Bootstrap */

.alert {
  /*position: relative;*/
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

  .tooltip.show {
    opacity: 0.9;
  }

  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }

    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid;
    }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
  }

    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000;
    }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }

    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000;
    }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
  }

    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000;
    }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }

    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000;
    }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}



.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/* End Bootstrap */

@media screen { 

html {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    /*font: 78% 'Open Sans', Arial, sans-serif;*/
    /*font-size: 12px;
    font-family: arial, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font: 78% 'Segoe UI', Arial, Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

img {
  border-width: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited, a:active, a:hover { color: #333; }
    a:hover { background-color: #c7d1d6; }

header, footer, hgroup, nav, section { display: block; }

.float-left  { float: left; }  /* used */
.float-right { float: right; } /* used */

.clear-fix:after {  /*used */
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }


  
h2 {
  color:#5A7D94;
  font-size:3.5em;
  font-weight:200;
  line-height:1.2em;
  text-align:left;
  clear: both;
  margin: 2px 0px 10px 0px;
  }


h3 {
  color:#6E6E6E;
  font-size:1.5em;
  font-weight:200;
  line-height:1em;
  text-align:left;
  clear: both;
  margin: 2px 0px 0px 0px;
  }

/* main layout
----------------------------------------------------------*/
.content-wrapper {    /*used */
    margin: 0 auto;
    max-width: 800px;
}

.nav-content-wrapper {
    margin: 0 auto;
}

#body
{
  background-color: #ffffff;
  clear: both;
  padding-bottom: 35px;
}

.main-content {
    padding-left: 10px;
    padding-top: 5px;
}

/*.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}*/

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background-color: #ffffff;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/

#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;    
    position: relative;
    top:-33px;
}

    #login a {
        background-color: #636563;
        color: white;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    /*background: #5A7D94;*/
    color: #FFFFFF;
    margin: 25px;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 1px;
    /*padding: 6px;*/
    text-align: left;
    width: 800px;
    max-width: 100%;
    /*min-height: 20px;*/
}

    ul#menu li {
        display: inline;
        list-style: none
    }

    ul#menu li a {
        background: none;
        color: #FFFFFF;
        text-decoration: none;
    }

        ul#menu li a:hover {
            color: #EEEEEE;
            text-decoration: none;
        }

/* page titles */
hgroup.title { margin-bottom: 10px; }
hgroup.title h1, hgroup.title h2 { display: inline; }
hgroup.title h2 { font-weight: normal;  margin-left: 3px; }

/* content */

.label { font-weight: 700;  }

/* login page */
#loginForm {
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        max-width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }


#logoutForm {
    display: inline;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
  display: inline;
  /*padding-left: 2px;
  padding-right: 2px;*/
}


label.checkbox { display: inline; }

input, textarea, select
{
  border: 1px solid #CACACA;
  background: #f7f7f7;
  color: #333;
  font-size: 1.0em;
  /*margin: 5px 0 6px 0; */
  padding: 4px; /* width: 300px; */
}

textarea {
    font-family: inherit;
    width: 100%;
    max-width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #636563;
        color: white;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        max-width: 200px;
        white-space: normal;
        height: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
    font-weight: bold;
    font-size:1.05em;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors { color: #e80c4d; font-weight: bold; }
.validation-summary-valid { display: none; }


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    /*font-size: 1.2em;*/
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

select
{
  max-width: 160px;
}

tbody > tr > td.left-align /*For pipeline grid*/
{
  text-align: left;
}

tbody > tr > td.right-align /*For pipeline grid*/
{
  text-align: right;
}

/* LoanApp */

DIV.LoanApp input[type="checkbox"]
{
  margin: 5px 3px 6px 3px;
}

label.editorlabel  /* A label that is used in a location where an input control would normally go*/
{
  display: inline-block;
  margin: 4px 0 6px 0;
}

DIV.LoanApp table, th, td
{
  border-collapse: collapse;
  border-spacing: 1px;
  margin-top: 0.75em;
  /*border-top: 1px solid #CCCCCC;*/
  padding: 5px 6px 5px 0px;
  
}

/*th { background-color: #EEEEEE; }*/

DIV.LoanApp { max-width: 800px; }
DIV.LoanApp th { background-color: #FDEDB4; }
DIV.LoanApp input select {margin-top: 1px}

DIV.LoanAppLine { 
  float: left; 
  /*margin-top: 0.25em; this causes random *huge* margins in firefox*/
  width: 800px; 
  max-width: 100%; 
  /*border-bottom: solid 1px #c8c8c8;*/
  /*font-size: 1.05em;*/
} 

DIV.LoanAppHalfWidthLine { 
  float: left; 
  padding-top: .2em; 
  padding-bottom: .2em;
  width: 360px; 
  max-width: 100%; 
  /*border-bottom: solid 1px #c8c8c8;*/
  margin-right: 40px;
} 
    
DIV.FileIdentifier
{
  float: left;
  /*background: #FFD751; 
  color: #333333; */
  width: 95%;
  padding: 3px 3px 3px 0px;
  margin: 3px 3px 8px 0px;
} 

DIV.LoanAppHeader {
  float: left;  
  background: #2878a7; 
  width: 95%; 
  color:White; 
  padding: 3px 3px 3px 10px; 
  margin: 3px 3px 8px 0px;
} 

/*DIV.LoanAppSubHeader {
  float: left;  
  background: #c5dcfa; 
  width: 95%; 
  color:Black; 
  padding: .2em; 
  margin: 3px 3px 8px 0px;
} */

DIV.LoanAppSubHeader {
  border-top:1px solid #C3C3C3;
  color:#5A7D94;
  font-size:2em;
  font-weight:normal;
  padding-top: 1em;
  }

DIV.LoanAppTotalLine {
  background-color: #353535;
  color: white;
}

DIV.LoanAppFloat {
  clear: both;
  float: left;
  /*padding-left: 1em; 
  border-left: solid 1px #c8c8c8;*/
  padding-right: 5px; 
  margin-top: 3px; 
}

DIV.DisplayData
{
  padding-top: .2em; 
  padding-bottom: .2em; 
  font-weight: 600;
}

div.declarations select { max-width: 4.5em;}

  select.generalinput{ max-width: 150px;}

  input.generalinput{ max-width: 150px;}
  input.street{ max-width: 200px;}
  input.city{ max-width: 100px;}
  input.state{ max-width:2.5em}
  input.zip{ max-width:7em}
  input.zipshort{ max-width:4em}
  input.date{ max-width:6em}
  input.non-select-date{ max-width:75px}
  input.select-date { max-width:6em}
  input.year{ max-width:40px}
  input.dollar{ max-width:85px; text-align:right;}
  input.phone{ max-width:80px}
  input.phoneext{ max-width:120px}
  input.int1{ max-width:20px}
  input.int2{ max-width:25px}
  input.int3{ max-width:35px}
  input.rate{ max-width:55px; text-align:right;}
  input.ssn        { max-width:75px; }
  input.taxid      { max-width:70px; }
  input.email      { max-width:200px; }
  input.firstname  { max-width:90px; }
  input.middlename { max-width:2.5em; }
  input.lastname   { max-width:100px; }
  input.generation { max-width:2.5em; }
  input.chars10 {max-width: 80px;}
  input.chars15 {max-width: 110px;}
  input.chars20 {max-width: 140px;}
  input.chars25 {max-width: 170px;}
  input.chars30 {max-width: 200px;}
  input.num2dot2{ max-width: 40px; text-align:right;}
  input.attn{ max-width: 200px;}
  input.unparsedname{ max-width: 200px;}

  input.generalinput#AccountNo1 { max-width: 90px;}
  input.generalinput#AccountNo2 { max-width: 90px;}
  input.generalinput#AccountNo3 { max-width: 90px;}
  input.generalinput#AccountNo4 { max-width: 90px;}

  select#AccountType1{ max-width: 90px;}
  select#AccountType2{ max-width: 90px;}
  select#AccountType3{ max-width: 90px;}
  select#AccountType4{ max-width: 90px;}

  select#Organization{ max-width: 260px;}

a.deletelink
{
  background: url(../Images/delete16.png) no-repeat left center;
  display: block;
  float: left;
  margin: 2px;
  padding: 9px 0px 9px 20px;
}

a.editlink
{
  display: block;
  float: left;
  margin: 2px;
  padding-top: 9px;
  padding-bottom: 9px;
}

a.addlink
{
  display: block;
  float: left;
  margin: 10px 10px 10px 0px;
}

/* pager for switching loan applications */

  DIV.pager
  {
      padding: 10px 0 10px 0;
      margin: 8px 0 8px 0;
  }

  DIV.pager A
  {
      color: #666;
      background-color: #ddebff;
      text-decoration: none;
      padding: 3px;
      margin: 3px/*.5em .3em .5em .2em*/;
      border: 1px solid #7da6e0;
  }

  DIV.pager A:hover { background-color: #ffd751; }
  DIV.pager A.selected { background-color: #fee48a;}

div.PipelineSearchFilter 
{
    position:relative;
    border: 1px solid #CACACA;
    background: #F7F3F7;

}

/*div.PipelineSearchFilter input
{
    border:solid;
    border-width: 1px;    
    float:right;
} */

/*Formerly Byte.css from here down*/


div#left-nav-container
{
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 0px 0px 0px 0px;
    background: #F7F3F7;    
    clear: both;
    float: left;
    overflow: hidden;
}


ul.NoIndentNoMarker
{
    list-style-type: none;
    padding: 0;
    margin-left: 0;
    font-weight: bold;
}

div.MenuChildItem { padding-left: 1em; }
div.StatusMessage { color: Red; }
ul#menu li.Selected  { font-weight: 900; }

div.front-page-message p 
{
    font-size: large;
    padding-right: 20px;
}

div.logon-control { padding-left: 0px; }
span.field-validation-error span  { max-width: 500px; }

div.top-bar {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
        max-width: 960px;        
}

ol.expand-validation-messages li span 
{
    position: absolute;    
    margin-left: 5px;
    margin-top: 7px;
}

div.pipelinecontainer {
    overflow: hidden;
}

div.contentcontainer {
    overflow: hidden;
    /*padding-left: 25px;
    padding-right: 25px;
    width: 640px;*/
}

div.contentbody {
    overflow: hidden;
}

div.OrderCreditBorrower {
    margin: 10px;
    padding: 10px;
    border: solid;
    border-color: black;
    border-width: 2px;
    width: 33%;
}

div.PageStatusMessage {
    color: red;
    font-weight: bold;
}

ul#left-nav-menu {
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

ul#left-nav-menu li {
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

ul#left-nav-menu li:Hover { background: #BFBFBF; }
ul#left-nav-menu li a:Hover { background: #BFBFBF;  }   

div#ui-datepicker-div { background-color: white; margin-top:5px; }
.ui-datepicker-trigger { padding: 0px !important; }

div.UploadSuccess { color: Black; }
div.UploadFailure { color: Red; }
div.fixed-width { font-family: Fixed, monospace; } /* for displaying txt files*/

/*div.vertical-spacer { height: 15px; } not used */

/* Fix Firefox default button size */ 
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
     padding: 0 !important;
     border: 0 none !important;
 }


.validation-error { color: red; } /* optimal blue*/
tr.field-column td {
    text-align: left;
    vertical-align: top;
}

DIV.generic-header {
    background-color: #2878a7; 
    color: white;
    padding: 5px; 
}


DIV.Spacer {
    padding-top: 10px;
}

.float-none {
    float: none;
}

DIV.DocumentImages {
    max-width: 960px;
}

input.overridden {
    background-color: #FECDCD;    
}

table.noborder td, th {
    border-top: 0  !IMPORTANT;
    padding: 5px 0px 5px 0px;
}

table#grid th {
    padding: 5px !Important;
    border-top: 1px solid #CCC !important;
    border-bottom: 1px solid #CCC !important;
}

table#grid th a {
    font-weight: normal !important;
}

ul#left-nav-menu li a {
    text-decoration: none;
}


a.addfileupload {
    font-size: 9.5px;
    font-family: fixed;
}
    
td.indented {
    padding-left: 20px;
}

.gmi-examples {
    font-size: 9.5px;
    font-style: italic;
}

}  /* end of media screen */


@media screen and (max-width : 800px)  {
  .content-wrapper { max-width: 400px; }
  ul#menu { max-width: 400px; }
  textarea { width: 100%; max-width: 300px; }
  DIV.LoanApp { max-width: 400px; }
  DIV.LoanAppLine { width: 400px; max-width: 100%; }
  span.field-validation-error span  { max-width: 400px; }
  div.top-bar { max-width: 400px; }
  DIV.DocumentImages { max-width: 400px; }
}

nav.navigation { 
    background-color: #ffffff; 
    position: absolute;
}

ul.simple-toggle { 
    list-style: none; 
    padding: 0px; 
    margin: 0px; 
    font-weight: bold; 
    text-align: center; 
}

ul.simple-toggle li { 
    display: inline-block; 
    text-align: left; 
}

ul.simple-toggle li a { 
    display: block; 
    padding: 15px 10px; 
    text-decoration: none; 
    color: #444; 
}

ul.simple-toggle li a:hover { 
    background-color: #eee; 
}

div#menu-toggle {
    font-weight: bold;
    padding: 5px;
    vertical-align: middle;
    cursor: pointer;
}

ul.simple-toggle { 
    display: none; 
}

ul.open { 
    background-color: #F4F4F4;
    box-shadow: 1px 1px 1px #444444;
    display: block;
    list-style: none outside none;
    padding: 0;        
    max-width: 300px;      
}

ul.open li { 
    display: block; 
    list-style: none; 
    text-align: center;  
    color: black !important;
}

/*ul.open li a { 
    display: block; 
    padding: 20px 10px; 
    border-bottom: 1px solid #ccc; 
    text-decoration: none; 
    color: #000;
}*/

ul.open li a { 
    display: block; 
    padding: 4px; 
    border: 1px solid #ccc; 
    text-decoration: none; 
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 95%;
}

ul.open li a:hover { 
    background-color: #eee; 
    color: #000; 
}
	
div.main-wrapper {
    overflow: visible;
    margin: 0 auto;
    max-width: 800px;
}

div#navigation {
    padding-right: 10px;
    display: table-cell;
}

div.current-step {
    display: table-cell;    
}

div.navigation-container {
    display: table; 
}

.modal.fade {
  display: none !important;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-backdrop.fade {
  opacity: 0;
  display: none;
}

.fade.show {
  opacity: 1;
}

.modal-backdrop {
  z-index: 1071;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  display: initial;
  overflow-y: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.fade.show {
  opacity: 1;
}

.modal {
  z-index: 1072;
  padding-right: 17px;
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  transform: translate(0,0)
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

.modal-content {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.5rem !important;
  font-weight: bold;
  color: #5A7D94;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.joint-credit-grid {
  display: grid;
  grid-template-columns: 65% 35%;
  grid-template-rows: auto;
  margin-top: 10px;
}

.joint-credit-label {
  grid-area: 1 / 1 / 1 / 1;
}

.joint-credit-select {
  max-height: 26px;
  min-width: 150px;
  margin-left: 10px;
  grid-area: 1 / 2 / 1 / 2;
  align-self: center;
}

.warning-banner {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #000 !important;
  background-color: RGBA(255,193,7,var(--bs-bg-opacity,1)) !important;
  vertical-align: baseline;
  border-radius: 5px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

.ui-dialog {
  z-index: 9999 !important;
}

