html {
    font-size: 1em !important;
}

body {
    background-color: #f5f5f5;
    margin: 0px 0px 0px 0px;
    font-size: 1em !important;
    color: #404040;
}

body.dialog {
    background-color: White;
}

h2 {
    font-size: 1.625em !important;
}

@media (min-width: 700px) {
    h2 {
        font-size: 2.25em !important;
    }
}

p {
    font-size: 1em !important;
}

a {
    color: #2a5db0;
    text-decoration: none;
}

.master-template-table {
    width: 100%;
}

.master-table {
    padding-top: 10px;
    width: 100%;
    vertical-align: top;
}

.banner-table {
    width: 1000px;
    height: 44px;
    background-color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 16px;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
}



/* used for the left-nav drawer on a mobile device */
.id-drawer > header {
    background-color: #ffffff;
    color: #00539b !important;
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #CCC;
    border-bottom-width: 2px;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25);
    min-height: 50px;
}

    .id-drawer > header > span {
        font-size: 14px;
        font-style: italic;
    }

    .id-drawer ul {
        color: gray;
    }

.left-nav > header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25);
    color: #00539b;
}

.left-nav {
    padding-top: 30px;
    padding-left: 12px;
    padding-right: 15px;
    vertical-align: top;
    width: 200px;
}

.left-nav-title {
    font-family: Arial;
    font-size: 1em;
    color: #4F6F19;
    text-decoration: none;
    padding-left: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #CCC;
    width: 164px;
}

/*.left-nav-link {
    font-family: Arial;
    font-size: 0.69em;
    font-weight: bold;
    color: #666;
    padding-left: 8px;
    padding-top: 5px;
    vertical-align: middle;
    border-bottom: 1px solid #FFF;
    height: 24px
}

    .left-nav-link ul {
        list-style: none;
        font-family: Arial;
        font-size: 0.69em;
        font-weight: bold;
        color: #666;
        padding-left: 8px;
        padding-top: 5px;
        vertical-align: middle;
        border-bottom: 1px solid #FFF;
    }

        .left-nav-link ul li {
            height: 24px;
            padding: 10px 2px 0px 0px;
            border-bottom: 1px solid #FFF;
            width: 164px;
            vertical-align: middle;
        }

            .left-nav-link ul li a {
                color: #666;
            }

                .left-nav-link ul li a:visited {
                    color: #666;
                }*/

.login-box {
    width: 800px;
    height: 385px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 10%;
    margin-left: -400px;
    border: 1px solid #CCC;
    /* Firefox */
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    /* Safari and Chrome */
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    /* IE */
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /* Firefox */
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    /* Safari and Chrome */
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    /* IE */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #FFF;
}

.login-box-left {
    width: 288px;
    border-right: 1px solid #CCC;
    background: -webkit-gradient(linear, left bottom, left top, from(#D1DAC0), to(#fff));
    background: -moz-linear-gradient(bottom, #D1DAC0, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#D1DAC0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#D1DAC0)";
    padding-left: 30px;
    padding-top: 45px;
    vertical-align: top;
}

.login-box-right {
    width: 512px;
    padding-left: 45px;
    padding-top: 45px;
    padding-right: 35px;
}

/* new responsive banner */
.banner {
    /*height: 48px;*/
    background: #ffffff !important;
    border-bottom: 1px solid #CCC;
    border-bottom-width: 2px;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25);
    padding-left: 2em;
    padding-right: 2em;
}

.material-icons {
    color: #00539b;
}

.bannerContent {
    margin: 0 auto;
    padding: 10px 20px 10px 20px;
}

.nav-link {
    color: #00539b;
}

.bannerSecurity {
    color: #00539b;
    text-align: right;
    padding-top: 7px;
}

    .bannerSecurity span {
        color: #00539b;
        padding-right: 3px;
    }

    .bannerSecurity a {
        font-family: Arial, sans-serif;
        font-size: 0.95em;
        color: #00539b !important; /*#464646;*/
        font-weight: bold;
        padding: 10px 3px 10px 3px;
        margin-right: 5px;
        margin-left: 5px;
        font-style: normal;
        text-decoration: none;
    }

    .bannerSecurity .dropdown {
        padding: 10px 3px 10px 3px;
    }

    .bannerSecurity button span {
        color: #00539b;
    }

    .bannerSecurity button {
        border: 0px;
        padding: 0px 3px 00px 3px;
        background: none;
        position: relative;
        font-weight: bold;
        color: #00539b;
    }

button.navbar-toggler  {
    color: #00539b !important;
}

button.person:hover {
    color: #00539b;
    background: none;
}

.mdl-layout__header-row {
    height: auto !important;
    min-height: inherit;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.mdl-layout__header.is-compact {
    max-height: 100% !important;
}

/* override tooltip font size */
.mdl-tooltip {
    font-size: .75em;
}

.toolTipLink {
    text-decoration: underline;
}

.glossary-tooltip {
    color: #FFFFFF;
    background-color: #333333;
    font-size: .75em;
}

.main-content {
    margin-top: 44px;
}

.subNav {
    height: 44px;
    background: #F6F6F6;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    display: block;
    margin-top: .5em;
}   

    .subNav ul {
        list-style: none;
    }

        .subNav ul li {
            padding-top: 10px;
            padding-right: 15px;
            padding-left: 15px;
            text-decoration: none;
            text-align: left;
            display: inline-block;
        }

            .subNav ul li a {
                font: normal 1em arial, sans-serif;
                color: #00539b !important;
                margin-left: 0px;
                padding-bottom: 5px;
                text-decoration: none;
            }

    .subNav li a:hover {
        border-bottom: 3px solid #454545;
        text-decoration: none;
    }

    .subNav li a.active {
        border-bottom: 3px solid #454545;
        text-decoration: none;
    }
/* .subNav li a.focus {background: #26909b} */

.content {
    padding: 35px 35px 35px 35px;
    min-height: 85vh;
    margin: -20px 35px 0px 35px;
    background-color: #ffffff;
}

.content-narrow {
    margin: -20px 150px 0px 150px;
}

.contentLeft {
    padding: 35px 0px 35px 0px;
    min-height: 85vh;
    margin: 0px auto 0px 35px;
    min-width: 250px;
}

.contentRight {
    margin: 0px auto 0px auto;
    min-height: 85vh;
}

.subPageLeft {
    width: 250px !important;
}

.modernContent {
    /*margin: 0px 0px 0px auto;*/
    /*background-color: #ffffff;*/
    /*background-color: #e2e1e0;*/
    padding: 0px !important;
    width: 100%;
    min-height: 85vh;
}

.integrated-footer {
    border-top: 1px solid #CCC;
    border-top-width: 2px;
    background: #F6F6F6;
    width: 100%;
    padding: 10px 40px 10px 40px;
    bottom: 0;
    position: sticky;
    color: FooterTextColor;
}

.disclaimers {
    color: FooterTextColor;
    font-size: 12px;
}

 .disclaimers > p
{
    color: FooterTextColor;
    font-size: 12px;
}

    .integrated-footer a {
        color: FooterTextColor; /*#2a5db0 */
    }

.footer-links {
    text-align: right;
}

.app-nav {
    padding: 30px 10px 15px 15px;
    padding-right: 20px;
    margin: 0px;
    vertical-align: top;
    margin-top: 1.5em;
    /*background-color: #ffffff;*/
    /*background-color: #f5f5f5;
    border-right: 1px solid #CCC;*/
}

/* mobile layout */
@media (max-width: 768px) {
    .app-nav {
        display: none;
    }
}

.app-form {
    background-color: inherit;
    margin-top: 1em;
    margin-bottom: 1em;
}

.app-form-admin {
    background-color: #ffffff;
}

.app-card {
    /*background: #fff;
    border-radius: 2px;
    margin: 1rem;
    position: relative;
    padding: 2em;*/
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

div.id-progress-bar {
    margin: -20px auto 40px auto;
    padding: 0;
    width: 270px;
}

.navbar {
    margin-bottom: 0px;
}

button, .SmallButton {
    padding-top: 2px;
    padding-bottom: 2px;
}

input[type="button"], input[type="submit"], .Button {
    color: #ffffff;
    background: #00539b;
}

.SecondaryButton {
    color: #00539b !important;
    background: #ffffff !important;
}


button, .Button, .SecondaryButton {
    border: 1px solid #00539b;
    border-radius: 3px;
    font-weight: normal;
    font-size: 0.95em !important;
    font-family: Arial;
    vertical-align: middle;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
    text-align: center;
    margin-left: 1em;
    height: auto !important;
}

    .Button:hover:enabled {
        color: #00539b !important;
        background-color: #ffffff !important;
        background-image: none;
    }

    .Button:disabled,
    .Button[disabled] {
        opacity: 0.65;
        cursor: not-allowed;
    }

 button.SecondaryButton:hover {
     cursor: pointer;
     font-weight: 500;
 }
/* tertiary button used for delete and other links */
button.link-button {
    color: #2a5db0 !important;
    border: none;
    outline: none;
    background-color: transparent;
    text-decoration: none;
    font-weight: 400;
}

    button.link-button:hover {
        text-decoration: underline;
        /*color: darken(#2a5db0, 10%);*/
        cursor: pointer;
        font-weight: 500;
    }

.id-button-group {
    margin: 20px 0px 20px 0px;
}

.dataGridEditButton {
    text-align: center;
    width: 100px;
    height: 50px;
}

/* dialog close x */
button.close {
    color: rgb(64, 64, 64) !important;
    font-size: 2em !important;
    margin-top: 0px;
}

/* user authentication popover */
.welcome {
    color: #00539b !important;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}

.welcome-text {
    font-size: 0.95em;
    color: #464646 !important;
    background-color: transparent;
}

A.welcome-link {
    font-size: 0.95em;
    color: #2a5db0;
    text-decoration: underline;
}

    A.welcome-link:hover {
        color: #2a5db0;
    }

/* enhanced form layout */
/* add spacing between the label and input control */
.RenderAboveCompositeControl > input,
.RenderAboveCompositeControl > select {
    margin-top: 5px;
}

/* improve spacing on radio buttons */
input[type="radio"],
input[type="checkbox"] {
    margin: 4px !important;
    font-weight: normal;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
    height: 30px;
    border-radius: 3px;
    border: 1px solid #BBB;
    font-size: 0.95em;
    font-family: Arial !important;
}

    input[type="text"].modernTextBox,
    input[type="password"].modernTextBox,
    input[type="email"].modernTextBox,
    input[type="number"].modernTextBox,
    input[type="tel"].modernTextBox {
        height: 30px;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid rgba(0,0,0,.62);
        font-size: 0.95em;
        font-family: Arial !important;
        padding: 4px 15px 4px 10px;
        color: rgba(0,0,0,.95);
        background-color: white;
        font-size: 16px;
        box-sizing: border-box;
    }

.id-select {
    border-radius: 0px;
    padding-right: 1em;
    padding-left: .40em;
    border-bottom: 1px solid rgba(0,0,0,.62) !important;
    appearance: none;
    color: rgba(0,0,0,.95);
    -webkit-appearance: none;
    background: url(/ClientSettings/Images/icons/top-nav-arrow.gif) no-repeat right;
}

.id-radiobutton-list .id-radiobutton-list--label {
    display: block;
    margin-bottom: 1em;
}

.id-radiobutton-list.is-invalid .id-radiobutton-list--label {
    color: #d50000;
}

.id-radiobutton-list.is-invalid .id-radiobutton-list--label:before {
    content: "* ";
}


.mdl-textfield.is-invalid .id-select {
    border-bottom: 1px solid #d50000 !important;
}

.id-select-list.is-invalid .id-select-list--label {
    color: #d50000;
}

    .id-select-list.is-invalid .id-select-list--label:before {
        content: "* ";
    }

select:disabled,
select[disabled]{
  opacity: 0.65; 
}

/* material design lite overrides */
/* make the starting font color for input controls darker */

.mdl-textfield__label {
    color: rgba(0,0,0,.50);
}

.mdl-dropdown-disabled__label {
    color: rgb(63, 81, 181);
    font-size: 12px;
    left: auto;
    right: auto;
    position:unset;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    font-size: 16px !important;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label:before  {
    content: "* ";
}

/*.mdl-textfield--floating-label.is-optional .mdl-textfield__label:after {
    content: " (optional)";
    display: inline;
}*/

.mdl-textfield--floating-label.is-optional.is-focused .mdl-textfield__label:before {
    content: "(optional) ";
    display: inline;
    color: darkgray;
}

label {
    font-weight: normal !important;
    color: #4e4e4e;
    margin-bottom: 0;
}

/* add custom sizes for text boxes */
/* needs to be applied to the div in material controls */
.id-input-xs {
    width: 5em;
}

.id-input-sm {
    width: 10em;
}

.id-input-md {
    width: 122px;
}

.id-select::-ms-expand {
    display: none;
    background: url(/ClientSettings/Images/icons/top-nav-arrow.gif) no-repeat right;
}

.id-form-cell {
    margin-right: 20px !important;
    margin-top: 10px !important;
}

.id-form-cell > span {
    display: block;
}
       
    /* improve spacing between buttons */
    /*.Button {
    margin-top: 30px;
}*/
    /* add spacing between the label and input control for inline form elements */
    .RenderInlineCompositeControl > input,
    .RenderInlineCompositeControl > select,
    .RenderInlineCompositeControl > span.FormBody {
        /*margin-left: 10px;*/
    }

.RenderInlineCompositeControl, .RenderAboveCompositeControl, .RenderBelowCompositeControl {
    float: left;
    padding-left: 0px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.radioColumn input[type="radio"] {
    margin-left: 10px !important;
}

/* override configurable font sizes so we have better consistency*/
.FormText, .FormTextRequired, .FormTextTop, .FormBody {
    font-size: 0.95em !important;
    font-family: Arial !important;
}

.FormTextRequired {
    font-weight: bold !important;
}

.TextSectionHeading {
    font-size: 1.25em;
    font-family: Arial !important;
}

.FormHeading {
    font-size: 1.125em;
    font-family: Arial !important;
}

.FormSubHeading {
    font-size: 1em;
    font-family: Arial !important;
}

.Text {
    font-size: 0.95em;
    font-family: Arial !important;
}

.TextTitle {
    font-size: 1.25em;
    font-family: Arial !important;
}

/* background image on the new home page */
.home-banner {
    /*background-image: url("/ClientSettings/Images/loginConsumer.jpg");*/
    background-image: url("/GetImage.ashx?id=ModernHomePageBackground");
    background-size: cover;
    background-color: #cccccc;
    min-height: 400px;
    padding: 1em 2em 1em 2em !important;
    margin-right: 0px !important;
    border-radius: 0px !important;
}


    .home-banner div h1 {
        font-size: 2em;
        color: #ffffff !important;
        margin-bottom: 25px;
    }

    .home-banner p  {
        color: #ffffff !important;
    }

@media (min-width: 700px) {
    .home-banner div h1 {
        font-size: 4em;
        margin-bottom: 50px;
    }
}


.nav-button {
    color: #ffffff !important;
    background: #00539b !important;
    border: 1px solid #00539b !important;
    border-radius: 3px;
    margin-right: 2rem;
    margin-top: 2rem;
    font-size: 1.25em;
    width: 100%;
    padding: 8px 15px;
    height: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

    .nav-button:hover:enabled {
        color: #00539b !important;
        background: #ffffff !important;
        background-image: none;
        text-decoration: none;
    }

.stretch {
    padding: 0px;
}

.home-content {
    margin-bottom: 2em;
}
   
.home-content a {
    color: #2a5db0 !important;
}

.home-content .nav-button {
    color: #ffffff !important;
}

   

.simpleTable {
    border: 1px solid gray;
    width: 300px;
    margin: 5px 5px 5px 5px;
    color: #404040;
    font-family: Arial;
    text-align: center;
}

    .simpleTable thead th {
        background-color: #e6e6e6 !important;
        border-bottom: 1px solid gray;
        padding: 5px 5px 5px 5px;
        font-weight: bold;
    }

    .simpleTable tbody tr {
        background-color: white;
    }

        .simpleTable tbody tr td {
            padding: 5px 5px 5px 5px;
            background-color: white;
        }

    .simpleTable tfoot tr td {
        padding: 5px 5px 5px 5px;
        background-color: white;
    }
/*.row { margin-right: 0px !important }*/

div.pipelineParent {
    width: 915px;
}

.searchBox {
    width: 100px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 2px !important;
}

.popup-button {
    color: #ffffff !important;
    background: #00539b !important;
    border: 1px solid #00539b !important;
    border-radius: 3px;
    margin-right: 50px;
    margin-top: 50px;
    font-size: 1.25em;
    padding: 8px 15px;
    height: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

    .popup-button:hover:enabled {
        color: #00539b !important;
        background: #ffffff !important;
        background-image: none;
        text-decoration: none;
    }

.popup-button-secondary {
    color: #00539b !important;
    background: #ffffff !important;
    border: 1px solid #00539b !important;
    border-radius: 3px;
    margin-right: 50px;
    margin-top: 50px;
    font-size: 1.25em;
    padding: 8px 15px;
    height: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

button.select {
    padding: 0px 12px;
    display: inline-block !important;
    float: right !important;
    color: #ffffff !important;
    border-radius: 3px;
    font-weight: normal;
    font-size: 0.95em;
    height: auto;
    margin-right: 12px !important;
}

.productName > h2 {
    font-size: 1.125em !important;
}

.refineSearch {
    margin: 0px 0px 0px 0px;
}

/* Dropdown Button */
.dropbtn {
    font-family: Arial !important;
    font-size: 0.95em;
    color: #00539b; /*#464646;*/
    font-weight: bold;
    padding: 10px 3px 10px 3px;
    margin-right: 5px;
    margin-left: 5px;
    font-style: normal;
    border: none;
    outline: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    border-width: 1px;
    display: none;
    position: fixed;
    background: #fff;
    min-width: 260px;
    max-width: 276px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1001;
    text-align: left;
    padding: 5px 5px 5px 5px;
    white-space: normal;
    border-radius: 6px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #2a5db0 !important; /*#464646;*/
        text-decoration: none;
        display: block;
    }


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #ffffff;
}

/* End Dropdown Button */

.rowButton {
    background: transparent !important;
    border: none !important;
    padding: 4px !important;
    cursor: pointer !important;
    font-size: 0.95em !important;
    color: #2a5db0 !important;
    font-family: Arial !important;
    text-decoration: underline !important;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    outline: none !important;
}

    .rowButton:hover {
        background: transparent !important;
        box-shadow: none !important;
        outline: none !important;
    }

.grdButton {
    /*border: none !important;*/
    padding: 4px !important;
    cursor: pointer !important;
    font-size: 0.95em !important;
    color: #2a5db0 !important;
    font-family: Arial !important;
    text-decoration: underline !important;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    outline: none !important;
}

    .grdButton input {
        background: transparent !important;
        border: none !important;
        padding: 4px !important;
        cursor: pointer !important;
        font-size: 0.95em !important;
        color: #2a5db0 !important;
        font-family: Arial !important;
        text-decoration: underline !important;
        background-repeat: no-repeat;
        cursor: pointer;
        overflow: hidden;
        outline: none !important;
    }

        .grdButton input:hover {
            background: transparent !important;
            box-shadow: none !important;
            outline: none !important;
        }


.DialogHeading {
    font-size: 2em !important;
}

.ModernFormBody {
    padding-right: 6px;
}

    .ModernFormBody td {
        padding-right: 6px;
    }

.ModernTable {
    border-collapse: collapse;
}

    .ModernTable td {
        padding-top: .3em;
        padding-bottom: .3em;
    }

.ModernFormTextRequired {
    padding-right: 2px !important;
}

.FormTable tbody tr td {
    padding-top: 6px !important;
    padding-left: 4px;
}

.PopUpBody {
    background-color: #FFFFFF;
}


.GridTable tbody tr td {
    padding: 5px 5px 5px 5px;
}

.dataGrid {
    font-size: 0.95em !important;
}

table.productInfo {
    font-size: 0.80em !important;
}

    table.productInfo tbody tr td {
        font-size: 0.85em !important;
    }

.InlineCompositeControl {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-top: 0px;
}

.welcome-banner-block {
    margin: 10px 0px 10px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
}

.welcome-banner-content {
    border: none !important;
}

.welcome-banner-header {
    padding-left: 12px;
}

.welcome-banner-subheader {
    padding-left: 12px;
    padding-right: 12px;
}

.welcome-banner a.AccountLink {
    padding-right: 12px;
}

.welcome-banner-shortcuts {
    padding-top: 10px;
}


#progressPath {
    border-radius: 5px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: linear-gradient(to top, #ffffff, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=white);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=white)";
    height: 52px;
    border: 1px solid #00539b;
}

ul.progressPath {
    background: none !important;
}

    ul.progressPath li.active:first-child {
        border-left: none;
    }

    ul.progressPath li.active {
        height: -webkit-fill-available;
        width: fit-content;
        border-left: 1px solid #00539b;
    }

    ul.progressPath li.notstarted {
        height: -webkit-fill-available;
        width: fit-content;
        border-left: 1px solid #00539b;
    }

    ul.progressPath li.complete {
        height: -webkit-fill-available;
        width: fit-content;
        border-left: 1px solid #00539b;
    }


    ul.progressPath li {
        border-left: none;
    }

.ModernMessages {
    font-size: .95em !important;
}

.To-DoItem {
    line-height: 1.1;
}

.buttonGrp {
    padding-top: 4px;
}

.pdivider {
    margin-top: 1px;
    margin-bottom: 1px;
}

.id-card {
    background-color: rgba(255, 255, 255, .9 );
    margin: 1rem .5rem 1rem .5rem !important;
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 1rem;
    width: 95% !important;
}

.buttonRow {
    padding-bottom: .5em;
}

.ModernHeading {
    font-size: 1.15em;
    font-family: Arial !important;
    color: #00539b !important;
}

.shortHeaderRow {
    margin-top: 0em;
    margin-left: 0em;
    width: 600px;
    float: left;
}

div.CheckInLink {
    margin-top: 2em;
    margin-left: 0em;
}

@-ms-viewport {
    width: auto !important
}

h3.productDetailsDate {
    font-size: 1.15em;
    font-weight: bold;
    font-style: italic;
}

#pointsSlider {
    width: 90%;
    margin: .15em auto 1em auto;
}

div.side-box {
    width: 95%;
    margin: 1rem .5rem 1rem .5rem !important;
    background-color: rgba(255, 255, 255, .9 );
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
}

    div.side-box h1 {
        font-size: 1em;
    }

    div.side-box hr {
        margin: 0px 0px 12px 0px;
        width: auto;
    }

.progressWait {
    position: fixed;
    left: 50%;
    margin: 1rem 1rem 1rem 0;
    top: auto;
}

.fixedspinner {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 20px;
    float: right;
}

.anchorDisabled {
    opacity: 0.65;
    cursor: not-allowed;
    text-decoration: none !important;
}

.dataTable.editControls {
    width: auto !important;
}

.buttonBlock {
    float: left;
    padding-bottom: 1.5em;
}


.blockHeadingCell label {
    font-size: 1em;
    color: #00539b;
    font-style: italic;
    font-family: Arial;
    margin-bottom: 0px;
}

.blockHeadingCell hr {
    margin-top: 7px;
}

TextArea {
    font-size: inherit;
}

div.newApplication {
    padding-top: 15px;
}

.noData label {
    display: block;
    font-style: italic;
    padding-top: 2em;
    padding-bottom: 2em;
}

.infoList
{
    display: block;
    padding-top: 2em;
    padding-bottom: 2em;
    max-width: 550px;
}

.blockCtrl {
    display: block;
    padding-bottom: 2em;
}


.modal-dialog {
    position: relative !important;
}

.list-header {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #e5e5e5;
    border: 1px solid #ddd;
    font-weight: bold;
}

.list-group-item:hover,
.list-group-item:focus {
    /*background: #F4F4F4;*/
    cursor: pointer;
}

.ulTable {
    padding-bottom: 2em;
    padding-left: 0px;
}

li.head {
    font-size: 1.25em !important;
    font-weight: bold;
    list-style: none;
}

li.data {
    list-style: none;
}

span.col1,
span.col2 {
    line-height: 3em;
    display: inline-block;
}
span.col1{
    width: 30%;
}

@media only screen and (max-width: 415px) {
    span.col1 {
        width: 60%;
    }
}

/*.list-group-item a {
   text-decoration:underline;
}*/
.list-group-item:nth-child(odd) {
    background: #F4F4F4;
}

.listItemRight {
    display: block;
    float: right;
}

.numericColumn {
    text-align: right;
}

.nav-li {
    list-style: none;
    width: auto;
    margin-right: 5px;
}

.nav-image {
    display: inline-block;
}

.nav-hr {
    width: 20px;
    display: inline-block;
}

.nav-ul {
    display: inline-flex;
    width: 100%;
    padding: 0px;
}

.nav-step-label {
    display: inline-block;
    align-items: center;
    vertical-align: top;
    padding-top: 12px;
}

@media only screen and (max-width: 1224px) {
    .nav-step-label {
        display: none;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1224px) and (orientation:portrait) {
    .nav-step-label {
        display: none;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1224px) and (orientation:landscape) {

    .nav-step-label {
        display: none;
    }
}

@media only screen and (max-width: 414px) { 
    .mdl-textfield{
            width:100%;
    }
    .mdl-textfield__input{
            width:100%;
    }

    .nav-hr {
        display: none;
    }
}

@media only screen and (max-width: 320px) { 
    .mdl-textfield{
            width:100%;
    }
    .mdl-textfield__input{
            width:100%;
    }
    .nav-li {
        margin-right: 4px;
    }

}

.icon-disabled {
    color: #a7a4a4;
}

.nav-backgroundColor {
    color: #00C1D5;
}

.borrower-card-grid {
    padding: 15px 0px 15px 0px !important;
    margin: 0px !important;
}

.borrower-card {
    background-color: #f5f5f5;
    margin: 1rem 1rem 1rem 0rem !important;
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 1rem;
}

    .borrower-card h3 {
        background-color: #f5f5f5;
        margin: 8px 0px 8px 0px;
    }

    .borrower-card-info {
        font-style:italic;
}

.card-Initial {
    color: #FFFFFF;
    font-style: normal;
    font-size: .75em;
}

.card-Circle {
    color: #00C1D5;
}

.listItemBottom {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

/* warning\confirmation dialog style */
.modal-confirm-dialog {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 2px;
}

.modal-confirm-header {
    display: none;
}

.modal-confirm-buttons .ui-button {
    color: #ffffff !important;
    background: #00539b !important;
    border: 1px solid #00539b !important;
    border-radius: 3px;
    margin-right: 50px;
    margin-top: 50px;
    font-size: 1.25em;
    padding: 8px 15px;
    height: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

    .modal-confirm-buttons .ui-button:nth-last-of-type(2) {
        color: #00539b !important;
        background: #ffffff !important;
    }

.modal-confirm-footer {
    border-top: 0px;
}

.modal-title {
    margin-top: 10px;
}

.modernResponsiveLabel {
    margin-bottom: 0px;
}

.input-group-addon
{
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,.12) !important;
    padding: 1px; 
}

.input-group .input-group-addon + .form-control
{
    border-left: none;
}

.modal-dialog-header {
    font-size: 1.25em;
    font-family: Arial !important;
    background: none;
    border: 0px;
    color: #00539b;
}

.modal-dialog-header-no-close .ui-dialog-titlebar-close {
    display: none;
}

.modal-confirm-content {
    padding-top: 1.5em !important;
    font-family: Arial !important;
    font-size: 1em;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.asset-icon-color {
    color: #00C1D5;
}
.center-items {
    display: flex;
    align-items: center;
}

.ui-dialog-title {
    overflow: inherit !important;
}

.groupedInput {
    border-left: 1px solid rgba(0,0,0,.62) !important;
}

.rightSideLabel{
    text-align:right;
}
select::-ms-value {
    background-color: transparent;
    color: inherit;
}

.subQuestion{
    padding-left: 20px;
}

.subControl:focus {
    outline: none;
}

@media print {
    .noprint {
        VISIBILITY: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .modal-dialog,
    .modal-content {
        /* 80% of window height */
        height: 95%;
    }

    .modal-body {
        /* 100% = dialog height, 120px = header + footer */
        max-height: calc(100% - 120px);
        overflow-y: auto;
    }
}

.build-number { float: right; }

