/* Minification failed. Returning unminified contents.
(2350,1): run-time error CSS1019: Unexpected token, found '{'
(2351,11): run-time error CSS1030: Expected identifier, found ' '
(2351,12): run-time error CSS1031: Expected selector, found '100%'
(2351,12): run-time error CSS1025: Expected comma or open brace, found '100%'
(2352,1): run-time error CSS1019: Unexpected token, found '}'
 */
.ui-tabs-nav {
    background: #00A758 !important;
    border: none;

}
.ui-widget {
    font-family: Arial,Helvetica,sans-serif !important;   
}
.ui-tabs-panel {
    font-size: 14px;
}
.ui-tabs-anchor:focus {
    outline: none !important;
}
.ui-tabs-nav > li {
    border-bottom: 1px solid #00A758 !important;
}
.ui-tabs-nav > .ui-tabs-active {
    border-bottom: 1px solid white !important;
}
.ui-tabs {
    margin: 5px;
    border: 1px solid #00A758;
    padding: 0px !important;
}
.fragment {
    font-size: 12px;
    font-family: tahoma;
    height: 40px;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    text-decoration: none;
}

    .fragment:hover {
        box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    }

    .fragment img {
        float: left;
        margin-right: 10px;
    }


    .fragment h3 {
        padding: 0;
        margin: 0;
        color: #369;
    }

    .fragment h4 {
        padding: 0;
        margin: 0;
        color: #000;
    }

.close {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
    cursor: pointer;
}

body {
    margin: 0px;
    padding: 0px;
    color: rgb(34, 34, 34);
    font-family: Arial,Helvetica,sans-serif;
    background-color: rgb(244, 244, 244);
}

a {
    color: #282b3e;
}

    a:hover {
        color: rgb(66, 69, 89);
    }

    a img {
        border: 0px currentColor;
    }

input {
    font-family: Arial,Helvetica,sans-serif;
}

fieldset {
    border: 0px currentColor;
    border-image: none;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.display-label {
    text-align: right;
}

.editor-label {
    margin: 1em 0px 0px;
    font-weight: bold;
}

.editor-label {
    margin: 1em 0px 0px;
    font-weight: bold;
}

.editor-label-user {
    margin: 0px;
    font-weight: bold;
    vertical-align: bottom;
    display: table-cell;
}

.header-label {
    margin: 1em 0px 0px;
    text-align: left;
    color: rgb(51, 51, 51);
}

.editor-field {
    margin: 0.5em 0px 0px;
}

    .editor-field input {
        border: 1px solid rgb(186, 186, 186);
    }


.editor-field-user input {
    border: 1px solid rgb(186, 186, 186);
    padding-top: 5px;
    padding-left: 5px;
    vertical-align: bottom;
}

.left-title {
    float: left;
    position: relative;
}

div.annoucement {
    text-align: center;
    padding: 10px;
    margin: 0px auto;
    width: 85%;
    color: #333;
    background-color: #feeab8;
}

.padLogo {
    padding: 10px;
}

div#containerPage {
    margin: 0px auto;
    width: 90%;
    overflow: hidden;
    font-size: 14px;
    min-height: 700px;
    /*min-width: 990px; HERE*/
    background-color: rgb(255, 255, 255);
}

.overlay {
    display: none;
}

#menuimg {
    display: none;
    transition: all 0.5s ease-in-out;
}

#menuimg button {
    background: transparent;
    border: none;
}

@media (max-width: 470px) {
    div#disclaimerContent {
        width: auto !important;
        padding: 10px !important;
    }
}
@media (max-width: 1750px) {
    div#splashDiv {
        width: 55% !important;
        
    }
}

@media (max-width: 1550px) {
    div#splashDiv {
        width: 50% !important;
        
    }
}

@media (max-width: 1400px) {
    div#splashDiv {
        width: 49% !important;
    }
}

@media (max-width: 1350px) {
    div#splashDiv {
        width: 45% !important;
    }
}

@media (max-width: 1250px) {
    div#splashDiv {
        width: 80% !important;
    }
}
@media (max-width: 1024px) {
    #menuBar {
        display: none;
    }

    .menuMobile {
        display: block !important;
        position: relative;
        height: auto !important;
        max-height: 90vh !important;
        overflow: auto;
        display: block !important;
        z-index: 10;
        width: 100% !important;
    }

    #menu ul li {
        position: relative !important;
    }

    #menu * {
        transition: none !important;
    }

    .containerHeader {
        z-index: 10;
    }

    .overlay {
        position: fixed;
        top: 120px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background-color: rgba(0,0,0,0.5); /*dim the background*/
    }

    ul {
        -ms-touch-action: manipulation !important; /* IE10  */
        touch-action: manipulation !important; /* IE11+ */
    }

    .showSubMenu {
        display: block !important;
    }

    #menu ul li, .right-navLinks {
        z-index: 11;
        width: 100% !important;
        height: auto !important;
    }

    #menu ul ul, #menu ul ul li {
        position: relative !important;
        z-index: 12 !important;
        top: 0px !important;
        width: 100% !important;
        height: auto !important;
    }

        #menu ul ul ul, #menu ul ul ul li {
            position: relative !important;
            z-index: 13 !important;
            top: 0px !important;
            width: 100% !important;
            height: auto !important;
            left: 0px !important;
        }

    .menuMobile a {
        text-align: left;
        padding-left: 30px !important;
        padding-right: 20px !important;
        border-top: 2px solid white;
    }

     .menuMobile #headerForm {
        text-align: left;
        padding-left: 30px !important;
        padding-right: 20px !important;
        border-top: 2px solid white;
    }

    #menuimg {
        display: block;
    }

    .rotate {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Safari prior 9.0 */
        transform: rotate(90deg); /* Standard syntax */
    }

    .selectedMenu {
        background-color: #00693C !important;
        color: white !important;
    }
}
@media (max-width: 780px) {
    #securityProfileFields , #productDetails{
        width: 100% !important;
        margin: 5px !important;
        padding: 5px !important;
    }
    div#disclaimerContent {
        display: block !important;
    }

        div#ssl {
            display: block !important;
            margin: auto;
        }

        #loanDetailsRight, #loanDetailsLeft {
            width: 100% !important;
            display: block !important;
        }

        .middle {
            width: 100% !important;
            min-width: 100px !important;
            max-width: 100% !important;
            margin: 0px !important;
        }

        #brokerDetails div.editor-label {
            float: none !important;
            padding: 5px !important;
        }

        #imagePrint {
            width: 100%;
        }

        #logonDiv {
            float: none !important;
            padding-left: 0px !important;
            margin: auto !important;
        }

        #brandLogo {
            position: relative;
            width: 50% !important;
            height: 70%;
        }

            #brandLogo > a, #brandLogo > a img {
                height: 6vw;
                max-height: 43px;
            }

        div #containerPage {
            width: 100%;
        }

        div#contentDiv {
            width: 100% !important;
        }

        td, th {
            width: 100% !important;
        }

        #dealConditionsSection > table td, #dealConditionsSection > table th, #requestedDocumentDetails > table td, #requestedDocumentDetails > table th {
            padding: 5px !important;
            display: inline-block;
            width: 100px !important;
            height: auto !important;
            border: none !important;
        }

            #dealConditionsSection > table td:last-child, #dealConditionsSection > table th:last-child {
                width: 33% !important;
                min-width: 120px !important;
            }

        #faxDetails > table td, #faxDetails > table th, #emailGrid td, #emailGrid th {
            padding: 5px !important;
            display: inline-block;
            width: 150px !important;
            height: auto !important;
            border: none !important;
        }

            #emailGrid td:first-child, #emailGrid th:first-child {
                width: 20px !important;
                height: 14px !important;
            }

        #faxDetails thead, #dealConditionsSection thead, #requestedDocumentDetails thead, #emailGrid thead {
            border-bottom-color: rgb(173, 173, 173);
            border-bottom-width: 1px;
            border-bottom-style: solid
        }

        #faxDetails > table td:last-child, #faxDetails > table th:last-child {
            width: 50px !important;
        }

        #productNavigation {
            display: none !important;
        }

        .ui-dialog {
            width: 100% !important;
            height: 90vh !important;
            overflow-y: auto;
        }

            .ui-dialog select:focus, .ui-dialog textarea:focus {
                outline-color: #00693C
            }

            .ui-dialog select, .ui-dialog textarea {
                width: 100% !important;
            }

        #dialog-form {
            overflow: visible !important;
        }

        .editor-field {
            padding: 5px !important;
        }

        #reqDocumentDetails div.editor-field, #messageDetails div.editor-field, div.editor-row {
            display: block !important;
        }

        #reqDocumentDetails > .editor-row > .button-field {
            max-width: 100px;
            display: inline-block !important;
        }

        #dealDetails, #dealDetailsSection, #dealDetailsLeft, #dealDetailsRight, #dealStatusSection {
            display: block !important;
            width: 100% !important;
        }

            #dealDetails div.editor-field {
                width: 45% !important;
                display: inline-block !important;
            }

        #dealStatusDetails {
            width: 100% !important;
            display: inline-block !important;
        }

        #dealDetailsActions {
            width: 50%;
        }
    }

    @media only screen and (max-width: 780px) {
        .emailWrapper {
            overflow-wrap: break-word;
            white-space: break-spaces;
        }

    }


    @media (max-width: 1500px) {
      /*  div#splashDiv {
            padding: 0px !important;
            width: 100% !important;
        }*/
        div#logonDiv {
         
            padding-left: 120px;
        }
            div#containerPage {
            width: 100%;
            
           
        }

        div#contentDiv {
            width: 100% !important;
        }

        #portfolioGrid thead {
            border-bottom-color: rgb(173, 173, 173);
            border-bottom-width: 1px;
            border-bottom-style: solid
        }

        #portfolioGrid td, #portfolioGrid th {
            border: none !important;
            display: inline-block;
            width: 195px !important;
            padding: 5px 10px !important;
            height: auto !important;
        }

        #menu ul ul li {
           /* width: 300px !important;*/
            /*border-bottom: 1px solid rgb(0, 60, 81);*/
        }
    }

    @media (max-width: 780px){
        .ui-datepicker-calendar td, .ui-datepicker-calendar th{
            width: 17px !important;
        }
    }

    div .outer {
        min-height: 80vh;
    }

    div#containerHeader {
        width: 100%;
        margin: 0 auto;
        /*min-width: 900px; HERE*/
        height: 80px;
        border-bottom: 1px solid #00693C;
        padding-top: 20px;
    }


    .mobileHeader {
        padding-right: 20px;
        float: right;
        width: 12.8%;
        padding-top: 5px;
    }

    div#leaderBoard {
        width: 100%;
        background-color: #ffffff;
        padding: 10px;
        border-bottom: 1px solid #cccccc;
    }

    div#rotatingBanner {
        width: 100%;
        background-color: #ffffff;
        padding: 10px;
        border-bottom: 1px solid #cccccc;
    }

    div#containerHeader a img {
        border: 0px currentColor;
        border-image: none;
    }

    div#containerContent {
        width: 100%;
        font-size: 14px;
        min-height: 360px;
    }

    div#containerFooter {
        padding: 10px;
        text-align: center;
    }

    div#brandLogo {
        /*padding-left: 40px;*/
        float: left;
    }

    #logoImg {
        height: 43px;
        padding: 7px 7px 7px 10px;
    }

    div#tagLine {
        float: right;
    }

    div#contentDiv {
        width: 70%;
        margin: 0 auto;
        /*min-width: 900px; HERE*/
    }
    /****************** LOGIN SECTION ***************************/
    #logonDiv {
        padding-top: 40px;
        padding-left: 40px;
        padding-bottom: 40px;
        width: 350px;
        height: 250px;
        float: left;
        font: 13px/20px; /*Arial, Helvetica, sans-serif;*/
        color: #404040;
    }

    .login {
        position: relative;
        margin: 0 auto;
        padding: 20px 20px 20px;
        width: 310px;
        background: white;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 200px #00693C, 0 1px 2px #00693C;
        box-shadow: 0 1px 2px #00693C;
    }

        .login:before {
            content: '';
            position: absolute;
            top: -8px;
            right: -8px;
            bottom: -8px;
            left: -8px;
            z-index: -1;
            background: rgba(0, 0, 0, 0.08);
            border-radius: 4px;
        }

        .login h1 {
            margin: -20px -20px 21px;
            line-height: 40px;
            font-size: 15px;
            font-weight: bold;
            color: white;
            text-align: center;
            background: #008547;
            border-bottom: 1px solid #cfcfcf;
            border-radius: 3px 3px 0 0;
            background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
            background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
            background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
            background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
            -webkit-box-shadow: 0 1px whitesmoke;
            box-shadow: 0 1px whitesmoke;
        }

        .login p {
            margin: 20px 0 0;
        }

    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .login p:first-child {
        margin-top: 0;
    }

    .login input[type=text], .login input[type=password] {
        width: 278px;
    }

    .login-button {
        float: left;
    }

    .login-help {
        font-size: 14px;
        font-weight: bold;
        float: right;
    }

        .login-help a {
            text-decoration: none;
        }

            .login-help a:hover {
                text-decoration: underline;
            }

    .signup-help {
        padding-right: 30px;
        padding-top: 30px;
        text-align: right;
    }

        .signup-help a {
            text-decoration: none;
            font-weight: bold;
            font-size: 15px;
        }

            .signup-help a:hover {
                text-decoration: underline;
            }


    :-moz-placeholder {
        color: #c9c9c9 !important;
        font-size: 13px;
    }

    ::-webkit-input-placeholder {
        color: #ccc;
        font-size: 13px;
    }

    /*#logonDiv input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}*/

    #logonDiv input[type=text], #logonDiv input[type=password] {
        margin: 5px;
        padding: 0 10px;
        width: 200px;
        height: 34px;
        color: #404040;
        background: white;
        border: 1px solid;
        border-color: #c4c4c4 #d1d1d1 #d4d4d4;
        border-radius: 2px;
        outline: 2px solid #eff4f7;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    }

        #logonDiv input[type=text]:focus, #logonDiv input[type=password]:focus {
            border-color: #00693C;
            outline-offset: 0;
        }

    input:focus, select:focus, textarea:focus {
        outline-color: #00693C;
    }

    #logonDiv input[type=submit] {
        padding: 0 20px;
        height: 30px;
        font-size: 12px;
        font-weight: bold;
        color: white;
        color: white;
        border-radius: 5px;
        transition: all 0.4s ease-in-out;
        /*border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 16px;*/
        /*box-sizing: content-box;
    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);*/
    }

        #logonDiv input[type=submit]:hover {
            box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
        }

    #badgeDiv {
        overflow: hidden;
    }

    #appleBadge {
        float: left;
        width: 175px;
        height: 70px;
        padding-top: 5px;
    }

        #appleBadge img {
            margin: 6%;
/*            width: 84.5%;*/
            height: 46px;
        }

    #googleBadge {
        height: 70px;
        float: left;
        padding-top: 5px;
    }

        #googleBadge img {
            width: 175px;
        }

    .lt-ie9 input[type=text], .lt-ie9 input[type=password] {
        line-height: 34px;
    }

    div#splashDiv {
        padding-top: 40px;
        padding-left: 40px;
        width: 60%;
        color: #666;
        font-weight: bold;
        float: left;
    }

    #splashDiv > img {
        width: 100%;
    }

    div#logonErrorDiv {
        padding: 10px;
        float: center;
        margin: 20px 20px 20px 0px;
        width: 85%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: red;
        background-color: #fff;
    }
    /*div#logonDiv a { text-decoration:none;color:#007fc3; }*/
    div#logonActions {
        padding-top: 20px;
    }

    div#logonButton {
        float: left;
    }

    div#logonForgotPassword {
        padding-top: 2px;
        padding-left: 20px;
        float: left;
    }

    div#logonSignUp {
        clear: both;
        padding-top: 30px;
        float: left;
    }

    div#disclaimerDiv {
        padding-top: 50px;
        clear: both;
        width: 85%;
        margin: 0 auto;
    }

    .geoTrustCert {
        padding-right: 20px;
        top: 0px;
        right: 0px;
        float: left;
    }

    div#disclaimerContent {
        max-width: 500px;
        width: 65%;
        display: inline-block;
        font-size: 11px;
        font-weight: normal;
        padding-left: 20px;
        white-space: pre-wrap;
        margin: auto
    }

    div#ssl {
        max-width: 200px;
        display: inline-block;
        width: auto;
        font-size: 11px;
        font-weight: normal;
    }

    div.announcement {
        text-align: center;
        padding: 10px;
        margin: 40px auto;
        /*margin: 20px 20px 20px 40px;*/
        width: 85%;
        width: 85%;
        color: #333;
        background-color: #feeab8;
    }

    a img {
        border: none;
    }

    fieldset {
        border: none;
        /*padding: 1.4em 1.4em 1.4em 1.4em;*/
        /*margin:0 0 1.5em 0;*/
    }
    /*input#UserName
{
	padding: 3px;
	width: 80%;
}
input#Password
{
	padding: 3px;
	width: 80%;
}*/
    .display-label {
        text-align: right;
    }

    .editor-label {
        margin: 1em 0 0 0;
        font-weight: bold;
    }
    /*#UserName.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}*/

    #Password.input-validation-error {
        border: 1px solid #ff0000;
        background-color: #ffeeee;
    }

@media (max-width: 1366px) {
    #splashDiv {
        padding: 100px 0 0 0 !important;
        margin: 0 auto;
        float: none !important;
    }

    #logonDiv {
        float: none !important;
        padding-left: 0px !important;
        margin: auto !important;
    }

    div#disclaimerDiv {
        display: block !important;
    }

    div#ssl {
        display: block !important;
        margin: auto;
    }

    div#disclaimerContent {
        display: block !important;
        width: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    #logonDiv {
        transform: scale(1.3);
    }

    .login::before {
        transform: scale(0.7);
    }

    #brandLogo {
        width: initial !important;
    }
}

@media (max-width: 390px) {
    #badgeDiv {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    #appleBadge, #googleBadge {
        display: inline-block;
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    #appleBadge a img {
        width: 153px;
        height: initial;
        margin: 5% 0 0 0;
    }

    #logonDiv {
        width: 90%;
        max-width: 350px;
        min-width: 200px;
        padding-top: 10px;
    }

    .login {
        width: auto;
    }

    .login #UserName, .login #Password {
        width: 65% !important;
    }

    .login-help {
        margin-top: 7px;
    }

    #splashDiv {
        margin-top: 20px;
    }
}


    /******* PORTFOLIO ************/
    #brokerDetails {
        clear: both;
        padding: 10px;
        float: left;
    }

    #toolButtons {
        padding: 10px;
        float: right;
    }

    #wizardDetails {
        clear: both;
        padding: 10px;
    }

    #brokerDetails div.editor-row {
        display: table-row;
    }

    #brokerDetails div.editor-label {
        float: left;
        padding-right: 20px;
        display: table-cell;
        vertical-align: bottom;
    }

    #brokerDetails div.editor-field {
        display: table-cell;
        vertical-align: bottom;
    }

    .filterParamControl {
        padding-right: 30px;
        vertical-align: top;
        display: inline-block;
    }

        .filterParamControl input {
            width: 120px;
            padding: 5px;
        }

    .filterParamControlStatus {
        vertical-align: top;
        display: inline-block;
    }

        .filterParamControlStatus input {
            width: 25px;
        }

    #portfolioContainer {
        width: 100%;
    }

    #rightButtons {
        top: 0px;
        right: 0px;
        float: right;
    }

        #rightButtons a {
            font-size: 0.8em;
            font-weight: bold;
            vertical-align: middle;
        }

        #rightButtons img {
            border: 0px currentColor;
            border-image: none;
            vertical-align: middle;
        }

    #filterSection {
        border: 1px solid rgb(183, 183, 183);
        border-image: none;
        clear: both;
    }

    #filterSectionDetails {
        clear: both;
        display: none;
    }

    #filterHeader {
        background: rgb(255, 255, 255);
        display: block;
    }

    #filterTitle {
        padding: 10px;
        font-size: large;
        float: left;
    }

    #filterButtons {
        padding: 6px 10px 6px 5px;
        top: 0px;
        right: 0px;
        float: right;
    }

    #filterContent {
        background: rgb(245, 245, 245);
        padding: 0px 10px 5px;
        clear: both;
        vertical-align: top;
        border-top-color: rgb(183, 183, 183);
        border-top-width: 1px;
        border-top-style: solid;
    }

    #filterContentDetails {
        background: rgb(245, 245, 245);
        padding: 0px 10px 15px;
        clear: both;
        vertical-align: top;
        border-top-color: rgb(183, 183, 183);
        border-top-width: 1px;
        border-top-style: solid;
    }

    #filterContent table {
        vertical-align: top;
    }

    #filterContentDetails table {
        vertical-align: top;
    }

    #filterContent table td {
        padding-right: 50px;
        padding-bottom: 5px;
        vertical-align: top;
    }

    #filterContentDetails table td {
        padding-right: 50px;
        padding-bottom: 15px;
        vertical-align: top;
    }

    #filterContent input {
    }

    #filterContentDetails input {
    }

    .ui-datepicker-trigger {
        vertical-align: bottom;
    }

    .filterStatus {
        padding-right: 20px;
        text-align: center;
        float: left;
    }

        .filterStatus input {
            width: 25px;
            border: none;
        }

    #filterContent select {
        padding: 5px;
        border: 1px solid rgb(153, 153, 153);
        border-image: none; /*width: 200px;*/
    }

        #filterContent select:focus {
            outline-color: #00693C;
        }

    .customPager {
        padding-top: 5px;
        height: 25px;
        color: rgb(55, 55, 55);
        padding-right: 10px;
        padding-left: 10px;
        background: #f3f3f3;
        border-bottom: 1px solid #cfcfcf;
    }

    .pagerCust {
        top: 0px;
        right: 0px;
        padding-right: 20px;
        float: right;
    }

        .pagerCust a {
            color: rgb(21, 21, 21);
            font-style: normal;
            font-weight: normal;
            text-decoration: underline;
        }

            .pagerCust a:hover {
                color: rgb(55, 55, 55);
                font-style: normal;
                text-decoration: underline;
            }

            .pagerCust a.selected {
                color: rgb(55, 55, 55);
                font-style: normal;
                font-weight: bold;
                text-decoration: none;
            }

    .pagerCustDetails {
        float: left;
    }

        .pagerCustDetails span {
            vertical-align: top;
        }

    .pagerCust > a {
        color: white;
    }

td.email-attachment {
    width: 25%;
    font-size: 10px;
    max-width: 25%;
}

.attachment-icon {
    font-size: 20px !important;
}

.attachment-pdf {
    color: #e40001 !important;
}

.attachment-word {
    color: #054fb9 !important;
}

.attachment-excel {
    color: #5ba300 !important;
}

.attachment-bmp {
    color: #ab1b54 !important;
}

.attachment-tiff {
    color: #f57600 !important;
}

.attachment-jpg {
    color: #8e16a3 !important;
}

@media only screen and (max-width: 600px) {
    #lblFundingRatio {
        white-space: nowrap;
    }

    #wizardDetails #wizardButton {
        margin-bottom: 10px;
    }

    #filterStatusGrid {
        display: grid;
        width: 85vw;
        gap: 15px;
        grid-template-columns: repeat(auto-fit, 90px);
    }

        #filterStatusGrid .filterStatus {
            width: 100%;
            white-space: nowrap;
        }

    #footerBottom {
        margin-bottom: 24px;
    }

    .pagerCust {
        display: none;
    }

    .pager, .pager a {
        margin-top: 8px;
        color: #1C1C1C !important;
        clear: both;
    }
}

/* Move the pager details below the footer (and above the pager) when there is no space in the footer */
@media only screen and (max-width: 400px) {
    .pagerCustDetails ~ .pagerCustDetails {
        display: none;
    }

    .pagerCust {
        display: none;
    }

    #footerBottom {
        margin-bottom: 68px;
    }

        #footerBottom > .pagerDetails ~ .pagerDetails {
            margin-top: 10px;
            float: right;
            clear: both;
            color: #1C1C1C;
        }

        #footerBottom .pagerDetails:nth-of-type(2) {
            display: none;
        }
}
    .customFooter {
        height: 25px;
        color: rgb(255, 255, 255);
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 10px;
        border-top-color: rgb(255, 255, 255);
        border-top-width: 10px;
        border-top-style: solid;
        background-color: #008547;
    }

    .customFooterMtg {
        width: 100%;
        height: 25px;
        bottom: 0px;
        color: rgb(255, 255, 255);
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 10px;
        border-top-color: rgb(255, 255, 255);
        border-top-width: 10px;
        border-top-style: solid;
        position: absolute;
        background-color: rgb(19, 119, 181);
    }

    .footerDivider {
        height: 20px;
    }

    .pager {
        top: 0px;
        right: 0px;
        padding-right: 20px;
        float: right;
    }

        .pager a {
            color: white;
            font-style: normal;
            font-weight: normal;
            text-decoration: underline;
        }

            .pager a:hover {
                color: rgb(255, 255, 255);
                font-style: normal;
                text-decoration: underline;
            }

            .pager a.selected {
                color: rgb(255, 255, 255);
                font-style: normal;
                font-weight: bold;
                text-decoration: none;
            }

    .pagerDetails {
        float: left;
    }

        .pagerDetails span {
            vertical-align: top;
        }

    .noresults {
        padding-left: 10px;
    }

    .webgrid {
        border: 0px currentColor;
        border-image: none;
        width: 100%;
        color: rgb(2, 7, 11);
        border-collapse: collapse;
    }

    .webgrid-footer {
        display: none;
    }

    .webgrid td {
        height: 30px;
    }

    .webgrid-header a {
        font-weight: normal;
    }

    .webgrid-header img {
        border: 0px currentColor;
        border-image: none;
    }

    .webgrid-header th {
        height: 30px;
        text-align: left;
        padding-right: 10px;
        padding-left: 10px;
        border-top-color: rgb(173, 173, 173);
        border-bottom-color: rgb(173, 173, 173);
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        white-space: nowrap;
    }

    .webgrid-alternating-row {
        background-color: rgb(221, 235, 244);
    }

        .webgrid-alternating-row td {
            text-align: left;
            padding-left: 10px;
        }

    .webgrid-row-style td {
        text-align: left;
        padding-left: 10px;
    }

    #portfolioGrid {
        padding-top: 10px;
        clear: both;
    }

    #loadingDiv {
        text-align: center;
        padding-top: 10%;
        padding-left: 40%;
        vertical-align: middle;
        display: table-cell;
        /*position: absolute; */
        z-index: 10;
    }

    .modalLoadingDiv {
        display: none;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        /*position: absolute; */
        z-index: 10;
        /*position: absolute;*/
        margin: 0 auto;
    }
    /******* DEAL DETAILS *********/

    #reqDocumentDetails, #messageDetails {
        font-size: 11px;
        clear: both;
        width: 100%;
        display: table;
    }

        #reqDocumentDetails div.editor-row,
        #messageDetails div.editor-row {
            display: table-row;
        }

        #reqDocumentDetails div.editor-label,
        #messageDetails div.editor-label {
            float: left;
            padding-right: 20px;
            display: table-cell;
            vertical-align: top;
            padding-bottom: 10px;
        }

        #reqDocumentDetails div.editor-field,
        #messageDetails div.editor-field {
            display: table-cell;
            vertical-align: top;
            padding-bottom: 10px;
            padding-right: 20px;
        }

        #reqDocumentDetails div.button-field,
        #messageDetails div.button-field {
            display: table-cell;
            vertical-align: top;
            padding-bottom: 10px;
            padding-right: 20px;
        }

        #messageDetails div.editor-field input {
            width: 100%;
        }

        #messageDetails div.editor-field textarea {
            height: 25em;
            width: 100%;
        }

    #EmailFrom.input-validation-error {
        border: 1px solid #ff0000;
        background-color: #ffeeee;
    }

    #dealDetails {
        clear: both;
        padding: 10px;
        width: 100%;
        display: table;
    }

    #dealStatusSection {
        display: table-row;
    }

    #dealStatusDetails {
        display: table-cell;
        padding-top: 10px;
    }

    #dealDetailsActions {
        display: table-cell;
        padding-top: 10px;
    }

    #dealDetailsSection {
        display: table-row;
    }

    #dealDetailsLeft {
        display: table-cell;
        padding-top: 10px;
    }

    #dealDetailsRight {
        display: table-cell;
        padding-top: 10px;
    }

    #loanDetailsSection {
        width: 100%;
    }

        #loanDetailsSection .editor-field {
            width: 45%;
            display: inline-block;
        }

    #loanDetailsRight, #loanDetailsLeft {
        width: 48%;
        display: inline-block;
    }

    #dealDetails div.editor-row {
        display: table-row;
    }

    #dealDetails div.editor-label {
        float: left;
        padding-right: 20px;
        display: table-cell;
        vertical-align: top;
        padding-bottom: 10px;
    }

    #dealDetails div.editor-field {
        display: table-cell;
        vertical-align: top;
        padding-bottom: 10px;
        padding-right: 20px;
    }

    #extendedDetails {
        clear: both;
        padding: 10px;
        width: 98%;
        display: table;
    }

    #dealDocumentsSection {
        display: table-row;
    }

    #dealDocumentsDetails {
        display: table-cell;
        padding-top: 10px;
    }

    #faxDetails {
        font-size: 11px;
    }

    #emailDetails {
        font-size: 11px;
    }

    #requestedDocumentDetails {
        font-size: 11px;
    }

    /******* MARKETING ************/

    #accountManagersDiv {
        color: #333333;
        font-weight: bold;
        padding-left: 20px;
        display: table-cell;
        vertical-align: top;
    }

    .contentHeader {
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
        /*color: #00A758;*/
        font-size: 28px;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    }

    .contentHeaderSmall {
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
        color: #016654;
        font-size: 18px;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    }

    .contentTextUpdating {
        color: #47493e;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
        font-size: 18px;
        height: 32px;
        /* Style for Coming Soon Page */
    }

    .contentSubheaderLarge {
        letter-spacing: 0px;
        color: #666666;
        font-weight: bold;
        font-size: 17px;
        line-height: 20px;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    }

    .contentSubheader {
        letter-spacing: 0px;
        color: #666666;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 0;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    }

    .contentSubheaderPDF {
        letter-spacing: 0px;
        color: #666666;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 0;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    }

    .contentSubheaderSmall {
        letter-spacing: 0px;
        color: #666666;
        font-weight: bold;
        font-size: 11px;
        line-height: 20px;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    }

    .pageFooter {
        text-align: center;
        color: #666666;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
        font-size: 9px;
        font-weight: bold;
    }

        .pageFooter a {
            text-decoration: underline;
            color: #666666;
            /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
            font-size: 9px;
            font-weight: bold;
        }

    .contentBold {
        line-height: 16px;
        letter-spacing: 0px;
        color: #333333;
        font-weight: bold;
        font-size: 12px;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    }

    .contentItalic {
        font-style: italic;
        line-height: 16px;
        letter-spacing: 0px;
        color: #333333;
        font-size: 11px;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    }

    .contentItalicLarge {
        font-style: italic;
        line-height: 16px;
        letter-spacing: 0px;
        color: #333333;
        font-size: 12px;
        font-weight: bold;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    }

    table#statTable {
        border-collapse: collapse;
    }

        table#statTable tr {
            border: 1px solid black;
        }

            table#statTable tr:last-of-type {
                border: 0;
            }

    .addRightBorder {
        border-right: thin solid;
    }

    .contentText {
        line-height: 16px;
        letter-spacing: 0px;
        color: #333333;
        font-size: 12px;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    }

    a.MngsLink:link, a.MngsLink:visited, a.MngsLink:hover, a.MngsLink:active {
        font-weight: bold;
        line-height: 16px;
        letter-spacing: 0px;
        font-size: 12px;
        text-decoration: none;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    }


    /********** HEADER ***************/

    div#menuBar {
        width: 100%;
        height: 45px;
        position: relative;
        background-color: #008547;
    }

    div#menu {
        width: auto;
    }

    .right-navLinks {
        top: 0px;
        height: 45px;
        right: 0px;
        float: right;
    }

        .right-navLinks a {
            transition: all 0.4s ease-in-out;
            padding-right: 15px;
            padding-left: 15px;
            color: rgb(255, 255, 255);
            font-style: normal;
            font-weight: normal;
            text-decoration: none;
            line-height: 45px;
            display: block;
        }

            .right-navLinks a:hover {
                /*padding: 15px;*/
                line-height: 45px;
                background-color: #00693C;
                color: white;
            }

            .right-navLinks a.selected {
                padding: 15px;
                color: rgb(255, 255, 255);
                font-style: normal;
                font-weight: bold;
                text-decoration: none;
            }
    /*------------------------------------------------------------------------------------------------------------------------------------------*/
    /* Multi level drop down menu: 																								*/
    /* http://www.blokeish.com/2011/03/horizontal-multilevel-menu-with-css-without-javascript/			*/
    /*------------------------------------------------------------------------------------------------------------------------------------------*/
    ol, ul, li {
        border: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
    }

    .clear {
        clear: both;
    }

    #menu {
        /* the menu container */
        /*background: rgb(19, 119, 181);*/
        background-color: #008547;
        width: 100%;
        font-size: 15px;
    }

        #menu ul {
            /* menu ul style */
            list-style: none;
            margin: 0;
        }

        #menu li {
            transition: all 0.4s ease-in-out;
            /* horizontal menu */
            float: left;
            position: relative;
        }

        #menu a {
            transition: all 0.4s ease-in-out;
            display: none;
        }

        #menu ul a {
            transition: all 0.4s ease-in-out;
            /* the link style of menu */
            color: #FFF;
            display: block;
            line-height: 45px;
            padding: 0 10px;
            text-decoration: none;
            /*border-right: 1px solid #ffffff;*/
        }

        #menu span.arrow-down:after {
            width: 0;
            height: 0;
            border: 0.313em solid transparent; /* 5 */
            border-bottom: none;
            border-top-color: white;
            content: '';
            vertical-align: middle;
            display: inline-block;
            position: relative;
            right: -0.313em; /* 5 */
        }

        #menu span.arrow-right:after {
            width: 0;
            height: 0;
            border: 0.313em solid transparent; /* 5 */
            border-right: none;
            border-left-color: #00693C;
            content: '';
            vertical-align: middle;
            display: inline-block;
            position: relative;
            right: -0.313em; /* 5 */
        }

        /* The sub menu is hidden by default and its position is places right under the parent menu*/
        #menu ul ul {
            display: none;
            position: absolute;
            top: 45px;
            left: 0;
            float: left;
            min-width: 180px;
            z-index: 99999;
        }

        #menu > ul > li:not( :last-child ) > a {
            /*border-right: 1px solid rgb(0, 60, 81);*/
        }


        /* The sub menu list element is given a minimum width */
        #menu ul ul li {
            min-width: 100%;
            /*border-bottom: 1px solid rgb(0, 60, 81);*/
            
        }


        /* the third level menu (sub sub menu) is placed to the left side of its parent*/
        #menu ul ul ul {
            left: 100%;
            top: 0;
        }

        #menu ul ul {
            transition: all 0.4s ease-in-out;
            background-color: #ffffff;
            /*line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;*/
            border-bottom: 1px solid #00693C;
            border-left: 1px solid #00693C;
            border-right: 1px solid #00693C;
        }

            #menu ul ul ul {
                transition: all 0.4s ease-in-out;
                background-color: #ffffff;
                /*line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;*/
                border-top: 1px solid #00693C;
                border-bottom: 1px solid #00693C;
                border-left: 1px solid #00693C;
                border-right: 1px solid #00693C;
            }

            #menu ul ul a {
                transition: all 0.4s ease-in-out;
                line-height: 1em;
                padding: 10px;
                height: auto;
                color: #00693C;
            }

        @media (min-width: 1025px) {
            #menu li:hover > a, #menu ul ul :hover > a {
                background-color: #00693C;
                color: white;
                /*overflow: visible;*/
            }

            #menu ul li:hover > ul {
                display: block!important;
            }

            /* When the mouse is over a list (li) element with unordered-list (ul) element inside then show it. The position when its shown is defined in the previous block of CSS*/
            #menu ul li:hover > ul {
                display: block;
                white-space: nowrap;
            }


            /* Styles the anchor (a) tag when mouse over */
            #menu li:hover > a,
            #menu ul ul :hover > a {
                background-color: #00693C;
                color: white;
            }
        }

    .webgrid tr {
    }

    .webgrid td {
        text-align: left;
        padding-left: 10px;
    }

    .webgrid tr:nth-of-type(even) {
        background: #eee;
    }

    .social-media {
        vertical-align: middle;
    }


    /********* PRODUCT SECTION ***********/

    #productContent {
        clear: both;
        width: 100%;
        display: table;
    }

    #productNavigation {
        min-width: 300px;
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
        border-right: 1px solid #282b3e;
        /*width: 20%;*/
        display: table-cell;
    }

    #productDetailsTermsOfCondtion {
        padding-right: 30px;
        padding-top: 20px;
        padding-left: 20px;
        width: 80%;
        display: table-cell;
        vertical-align: top;
    }

    #productDetails {
        padding-right: 30px;
        padding-top: 20px;
        padding-left: 20px;
        width: 80%;
        display: table-cell;
        vertical-align: top;
    }

    #menuMap {
        width: 433px;
    }

    #productMenu {
    }

        #productMenu ul {
            width: 300px;
            list-style-type: none;
            margin: 0;
            padding: 0;
            border-top: 1px solid #cccccc;
        }

        #productMenu a {
            text-decoration: none;
            color: #007EC5;
            width: 100%;
        }

        #productMenu li:hover > a {
            text-decoration: underline;
        }

        #productMenu li {
            padding: 5px;
            border-bottom: 1px solid #cccccc;
        }

            #productMenu li.active {
                background-color: #edf6fb;
            }

        #productMenu ul.child {
            border-top: none;
            background-color: #fcfcfc;
        }

            #productMenu ul.child li {
                padding-left: 1em;
            }


    /*John B*/
    /*div#containerPage
{
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
	min-width: 970px;
	min-height: 700px;
	max-width: 1280px;
    font-size: 14px;
}
div#containerHeader
{
    width: 100%;
	margin: 0 auto;
	min-width: 900px;
	height: 110px;
	border-bottom: #dedede 2px solid
}


div#containerPage
{
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
	min-width: 970px;
	min-height: 700px;
	max-width: 1280px;
    font-size: 14px;
}
div#containerHeader
{
    width: 100%;
	margin: 0 auto;
	min-width: 900px;
	height: 110px;
	border-bottom: #dedede 2px solid
}*/

    /*
.outer 
{
    
    width: 80%; 
    margin: 10px 10% 0 10%;
    min-width: 700px; 
    max-width: 1000px;
}
*/

    .securityHeader.left {
        float: left;
    }

    .securityHeader.right {
        float: right;
    }

    #ImgFN {
        width: 273px;
        height: 96px;
    }

    #imgMerlin {
        width: 109px;
        height: 94px;
    }

    div.header {
        margin: 0 0 10px 0;
        padding: 0;
        letter-spacing: 1px;
        color: #006951;
        font-style: italic;
        font-size: 28px;
        /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    }


    #securityProfileFields {
        padding: 20px;
        clear: both;
    }

    div.centered {
        text-align: center;
        /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
        font-size: 13px;
    }


    div.header.mid {
        margin-left: 20%;
        margin-right: 20%;
    }

    #PassPhraseBorder {
        padding: 5px;
        border-style: solid;
        margin-left: 5%;
        margin-bottom: 25px;
        width: 90%;
        color: #47493e;
    }

    #imgUserSelection {
        height: 98px;
        width: 130px;
        margin: 3%;
    }

    .securityButton {
        width: 120px;
        margin: 10px;
    }

    .enhancedSecurityDiv {
        clear: both;
        margin-top: 20px;
    }

    #ls_p3 {
        float: left;
        margin: 15px 0 0 5%;
        text-align: left;
        width: 90%;
        margin-bottom: 15px;
    }

    .securityQuestion label {
        float: left;
        margin-left: 5%;
        margin-bottom: 3px;
        text-align: left;
        width: 90%;
    }

    .securityQuestion input {
        float: left;
        margin-left: 5%;
        margin-bottom: 15px;
        width: 90%;
    }

    #sqprompt {
        float: left;
        margin-left: 5%;
        width: 90%;
        text-align: left;
    }

        #sqprompt ul {
            width: 100%;
        }




    .securityRadio {
        text-align: center;
    }




    .securityProfileQuestion label {
        float: left;
        margin-bottom: 3px;
        text-align: left;
        width: 92%;
    }

    .securityProfileQuestion input {
        float: left;
        margin-left: 18px;
        margin-bottom: 10px;
        width: 92%;
    }

    .securityQuestionTable {
        width: 100%;
        border-collapse: collapse;
        border: 0px;
    }

        .securityQuestionTable > div > p {
            display: inline-block;
            margin: 0px;
        }

            .securityQuestionTable > div > p:last-child {
                width: 93%;
            }

            .securityQuestionTable > div > p:first-child {
                width: 3%;
            }

        .securityQuestionTable input, .securityQuestionTable textarea {
            width: 100%;
        }

    .securityImagesTable div {
        display: inline-block !important;
    }

    .securityImagesTable {
        text-align: center;
    }

        .securityImagesTable label, .securityImagesTable input {
            display: block;
            width: 100%;
        }

    .securityProfile {
        width: 100%;
    }

        .securityProfile > div > p {
            display: inline-block;
            margin: 0px;
        }

            .securityProfile > div > p:last-child {
                width: 25%;
                padding: 0 0 10px 0;
            }

            .securityProfile > div > p:first-child {
                width: 70%;
                padding: 0 0 10px 0;
            }

    #changePasswordFields .editor-label {
        display: inline-block;
        width: 20%;
    }

    #changePasswordFields .editor-field {
        display: inline-block;
        width: 70%;
    }

        #changePasswordFields .editor-field input {
            width: 100%;
            max-width: 300px;
        }
{
    width: 100%;
}


.SecurityAnswer {
    width: 100%;
}

    .GetUserId {
        float: left;
        font-weight: bold;
        margin: 2px 5px 0 0;
    }

    .spaceAfter {
        padding: 0 0 5px 0;
    }


    .input-validation-error {
        border: 1px solid #ff0000;
        background-color: #ffeeee;
    }

    .field-validation-error {
        color: #b60000;
    }

    .field-validation-valid {
        display: none;
    }

    .FAQ {
        margin: 10px 0 20px 0;
    }

        .FAQ .Question {
            margin: 10px 0 2px 0;
        }


    /* Mortgage Calculator Section */

    #mortgageCalculator {
        font-size: 13px;
        display: table;
    }

        #mortgageCalculator .inputText {
            width: 95px;
            text-align: right;
        }

        #mortgageCalculator .row {
            width: 100%;
            margin: 2px 0 2px 0;
            float: left;
            display: table-row;
        }

        #mortgageCalculator .left {
            /*float:left;*/
            width: 300px;
            display: table-cell;
        }

        #mortgageCalculator .mid {
            /*float:left;*/
            width: 100px;
            padding-right: 10px;
            display: table-cell;
        }

        #mortgageCalculator .right {
            /*float:left;*/
            margin: 0 0 0 2px;
            /*width: 25%;*/
            display: table-cell;
        }

        #mortgageCalculator .section {
            float: left;
            padding: 10px 5px 10px 5px;
            background-color: #f1f1f2;
        }

            #mortgageCalculator .section input[type="submit"] {
                float: left;
                margin: 20px 0 20px 70%;
                text-align: right;
            }

        #mortgageCalculator .validate {
            float: left;
            margin: 0 0 0 60%;
            color: #FDB913;
        }

        #mortgageCalculator .error {
            color: #b60000;
        }

        #mortgageCalculator .fail {
            color: #b60000;
        }

        #mortgageCalculator #costValue {
            float: left;
            margin: 0 0 0 18%;
            font-weight: bold;
        }

        #mortgageCalculator #FindersFeeValue {
            float: left;
            margin: 0 0 0 18%;
            font-weight: bold;
        }

        #mortgageCalculator .desc {
            float: left;
            margin: 5px 0 5px 0;
            padding: 5px;
        }

        #mortgageCalculator .hint {
            float: left;
            font-size: small;
            padding: 0 0 0 5px;
        }

        #mortgageCalculator .print-hide {
            display: none;
        }

        #mortgageCalculator .printAlertText {
            display: none;
        }

        #mortgageCalculator div#seperator {
            width: 100%;
            background-color: #FDB913;
            height: 20px;
            display: block;
            margin-top: 20px 0 20px 0;
            clear: both;
        }

        #mortgageCalculator .sectionHeader {
            font-weight: bold;
            /*font-size: 18px;*/
            padding: 10px 0 15px 0;
        }

        #mortgageCalculator .rightHeader {
            float: left;
            margin: 30px 0 20px 0;
            color: #006653;
            /*font-size:20px;*/
            font-weight: bold;
            /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
        }

        #mortgageCalculator .footer {
            font-size: 11px;
            margin: 5px 0 0 0;
        }

        #mortgageCalculator .body {
            background-color: #ffffff;
            font-size: 14px;
        }

        #mortgageCalculator div.contentHeader {
            color: #016654;
            padding-top: 15px;
        }

        #mortgageCalculator div#seperator {
            height: 5px;
        }

        #mortgageCalculator .outer {
            margin: 0 0 0 20px;
        }

        #mortgageCalculator .section {
            background-color: #ffffff;
            margin-bottom: 5px;
        }

        #mortgageCalculator .inputText {
            border: 1px solid #CCCCCC;
            height: 22px;
            font-size: 14px;
        }

        #mortgageCalculator .section input[type="submit"] {
            margin: 0;
        }

        #mortgageCalculator .sectionHeader {
            border-bottom: 1px solid #cccccc;
            padding: 10px 0 0 0;
            margin-bottom: 10px;
            color: #016654;
        }

        #mortgageCalculator .right p {
            margin: 3px 0 0 0;
        }

        #mortgageCalculator #divPrint .printOption {
            float: left;
        }

    #wrapCalculator {
        border: 1px solid #cccccc;
        margin-top: 15px;
    }

    @media (max-width: 780px) {
        #mortgageCalculator {
            display: block;
        }

        #mortgageCalculator .outer {
            margin: 0 auto;
            margin-bottom: 40px;
            padding: 0 20px;
            min-width: 0;
            max-width: 600px;
        }

        .mortgageCalcInputField {
            white-space: nowrap;
        }

        #findersFee .mortgageCalcButton {
            vertical-align: middle !important;
        }

        #divPrint .mortgageCalcButton {
            float: none !important;
            clear: both;
            padding-top: 10px;
        }

        #mortgageCalculator #divPrint .printOption {
            width: auto !important;
            white-space: nowrap;
            margin-bottom: 15px;
            margin-right: 15px;
        }
    }

    @media (max-width: 450px) {
        #mortgageCalculator #buyDown {
            margin-bottom: 3px;
        }

        #mortgageCalculator td.left {
            width: auto;
        }

        .mortgageCalcInputField {
            display: inline;
        }

        #mortgageCalculator .mortgageCalcInputField .inputText {
            width: calc(100vw - 150px);
            max-width: 250px;
        }

        #mortgageCalculator #buyDown tr {
            margin-bottom: 3px;
        }

            #mortgageCalculator #buyDown tr td {
                display: inline;
            }

                #mortgageCalculator #buyDown tr td.left {
                    display: block;
                }

        #findersFee .mortgageCalcButton, #findersFee tr, #buyDown tr {
            display: block;
        }

        #mortgageCalculator #calculateFindersFee {
            margin-top: 8px;
        }
    }


    #disclaimer {
        text-align: left;
    }

        #disclaimer .contentSubheaderLarge {
            letter-spacing: 0px;
            color: #006951;
            font-weight: bold;
            font-size: 17px;
            line-height: 20px;
            /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
        }

        #disclaimer .contentSubheader {
            letter-spacing: 0px;
            color: #006951;
            font-weight: bold;
            font-size: 12px;
            line-height: 20px;
            /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
            margin: 5px 0 5px 0;
        }

        #disclaimer .contentItalic {
            font-style: italic;
            line-height: 16px;
            letter-spacing: 0px;
            color: #333333;
            font-size: 11px;
            /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
        }

        #disclaimer .contentText {
            line-height: 16px;
            letter-spacing: 0px;
            color: #333333;
            font-size: 11px;
            /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
            margin: 0 0 5px 0;
        }

    #brokerComp .rsBar {
        color: rgb(0, 81, 105);
        width: 95%;
        height: 3px;
    }

    #brokerComp .rs15 {
        font-size: 16pt;
    }

    #brokerComp .rs16 {
        font-size: 10pt;
        text-align: center;
        text-decoration: underline;
    }

    #brokerComp .rs17 {
        font-size: 10pt;
        text-align: center;
    }

    #brokerComp .subHeader {
        font-size: 10pt;
        text-align: left;
        font-weight: bold;
    }

    #brokerComp li {
        list-style-position: outside;
        text-align: left;
    }

    #brokerComp ul {
        margin: 5px 0 5px 0;
        clear: both;
    }

    div.clearBoth {
        clear: both;
        margin: 0;
    }

    #brokerComp .nospacing {
        margin-bottom: 0;
        margin-top: 0;
    }

    #brokerComp .centerImage {
        text-align: center;
    }

    #brokerComp .title {
        float: left;
    }

    #brokerComp .para {
        font-size: 10pt;
        padding-left: 24px;
    }

    .rs1 {
        color: rgb(0, 81, 105);
        font-size: 25pt;
        /*font-family: Century Gothic, Arial, Helvetica, sans-serif;*/
        width: 80%;
        margin: 40px 0 20px 0;
        float: left;
    }



    #brokerComp .highlights {
        /*font-family: Century Gothic, Arial, Helvetica, sans-serif;*/
        font-size: 16pt;
        color: rgb(0, 81, 105);
        text-align: left;
    }

    /**************** Appraisers *********************/
    #AppraiserList {
        width: 100%;
    }

        #AppraiserList table {
            width: 100%;
            margin: 0;
            border-collapse: collapse;
            font-family: Calibri;
            font-size: 10pt;
            border-color: black;
            border-width: 1px;
            color: Black;
        }

        #AppraiserList th {
            color: #006951;
        }

    #approvedAppraisers .prov {
        margin: 0;
    }

    #approvedAppraisers {
        text-align: left;
    }

        #approvedAppraisers a {
            color: #006951;
        }

            #approvedAppraisers a:link {
                color: #006951;
            }

            #approvedAppraisers a:visited {
                color: #006951;
            }

            #approvedAppraisers a:hover {
                color: #006951;
            }

            #approvedAppraisers a:active {
                color: #006951;
            }

    #documents {
        margin: 0 0 50px 0;
    }

        #documents input[type="text"] {
            float: left;
            width: 220px;
        }

    #Documents_Last7Days {
        font-weight: bold;
    }

    #documents table {
        width: 700px;
    }

    #docHistory th {
        text-align: left;
        font-weight: bold;
    }

    #documents .headers {
        font-weight: bold;
        margin: 0 0 8px 0;
    }

    #documents .faxEmail {
        float: left;
        margin: 0 0 5px 0;
        width: 310px;
    }

    .enabled {
        color: Black;
    }

    .disabled {
        color: #959595;
    }

    a.cssbutton {
        height: 20px;
        margin: 0px;
        vertical-align: top;
    }

    .cssbutton {
        height: 40px;
        border-radius: 5px;
        position: relative;
        top: 0px;
        transition: all 0.2s ease-in-out;
        background-color: #282b3e;
        display: inline-block;
        color: white;
        font-family: arial;
        font-size: 15px;
        padding: 10px 13px;
        text-decoration: none;
        border: 0px;
        outline: 0px;
        -webkit-appearance: none;
        /*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
        background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
        background-color:#ededed;
        -moz-border-radius:2px;
        -webkit-border-radius:2px;
        border-radius:2px;
        border:1px solid #dcdcdc;
        display:inline-block;
        color:#777777;
        font-family:arial;
        font-size:13px;
        font-weight:bold;
        padding:6px 13px;
        text-decoration:none;
        text-shadow:1px 1px 0px #ffffff;*/
    }

        .cssbutton:hover {
            background-color: rgb(66, 69, 89);
            color: white;
            cursor: pointer;
            box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
            /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color:#dfdfdf;*/
        }

        .cssbutton:active {
            position: relative;
            top: 1px;
        }

        .cssbutton:disabled {
            background-color: #777777;
        }

        .cssbutton:focus {
            outline: 1px solid rgb(16, 16, 16);
            outline-offset: 1px;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .cssbutton:focus, input[type="checkbox"]:focus {
                outline: 1px dotted #008547;
            }
        }


    /***** MORE/LESS ******/
    #moreLessText {
        width: 75%;
    }

    .morelink {
        /*text-decoration:underline;
    outline: none;*/
        white-space: nowrap;
    }

    .morecontent span {
        display: none;
    }

    .comment {
        text-align: left;
        /*width: 400px;*/
        /*background-color: #f0f0f0;*/
        /*margin-left: 10px;*/
    }

    #emailGrid td {
        vertical-align: top;
    }

        #emailGrid td.nowrap {
            white-space: nowrap;
        }


    .middle {
        width: 80%;
        margin: 10px 10% 0 10%;
        min-width: 700px;
        max-width: 1000px;
    }

    #ForgotPasswordTable {
        width: 80%;
    }

    .forgotPasswordQuestion {
        padding: 5px;
        padding-left:10px;
       
    }

.forgotPasswordAnswer {
    padding: 5px;
    padding-left: 20px;
}

    .cssbutton-blue {
        -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
        box-shadow: inset 0px 1px 0px 0px #83ccf9;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83CCF9), color-stop(1, #1377B5) );
        background: -moz-linear-gradient( center top, #83CCF9 5%, #1377B5 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83CCF9', endColorstr='#1377B5');
        background-color: #1377B5;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #83CCF9;
        display: inline-block;
        color: #ffffff;
        font-family: arial;
        font-size: 13px;
        font-weight: bold;
        padding: 6px 13px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #1377b5;
    }

        .cssbutton-blue:hover {
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1377B5), color-stop(1, #83CCF9) );
            background: -moz-linear-gradient( center top, #1377B5 5%, #83CCF9 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1377B5', endColorstr='#83CCF9');
            background-color: #1377B5;
        }

        .cssbutton-blue:active {
            position: relative;
            top: 1px;
        }

    /*#sendAMessageButton
{
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #83ccf9;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83CCF9), color-stop(1, #1377B5) );
    background:-moz-linear-gradient( center top, #83CCF9 5%, #1377B5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83CCF9', endColorstr='#1377B5');
    background-color:#1377B5;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    border:1px solid #83CCF9;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
    padding:6px 13px;
    text-decoration:none;
    text-shadow:1px 1px 0px #1377b5;
}
#sendAMessageButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1377B5), color-stop(1, #83CCF9) );
    background:-moz-linear-gradient( center top, #1377B5 5%, #83CCF9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1377B5', endColorstr='#83CCF9');
    background-color:#1377B5;
}
#sendAMessageButton:active {
    position: relative;
    top: 1px;
}*/


    /*#documentSelectionButton
{
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #83ccf9;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83CCF9), color-stop(1, #1377B5) );
    background:-moz-linear-gradient( center top, #83CCF9 5%, #1377B5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83CCF9', endColorstr='#1377B5');
    background-color:#1377B5;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    border:1px solid #83CCF9;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
    padding:6px 13px;
    text-decoration:none;
    text-shadow:1px 1px 0px #1377b5;
}

#documentSelectionButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1377B5), color-stop(1, #83CCF9) );
    background:-moz-linear-gradient( center top, #1377B5 5%, #83CCF9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1377B5', endColorstr='#83CCF9');
    background-color:#1377B5;
}

#documentSelectionButton:active {
    position: relative;
    top: 1px;
}*/
    /********** Wizard Status *****************/
    .wiz_label {
        width: 60%;
    }

    .wiz_value {
        width: 40%;
    }
    /*Wizard Page Styles*/
    .wizardtitle {
        font-size: 16pt;
        font-family: Verdana, Arial, Geneva, sans-serif;
        text-align: center;
        margin: 15px;
    }

    .wizard {
        color: black;
        height: 5
    }

    .fieldbox {
        border-style: solid;
        border-width: 3;
        border-color: #006951
    }

    .wizardCell {
        float: left;
    }

    .wizardTable {
        border-collapse: collapse;
    }

        .wizardTable td {
            border-style: solid;
            border-color: Green;
            border-collapse: collapse;
            border-width: 2px;
        }


    .centerDiv {
        margin-left: auto;
        margin-right: auto;
        float: left;
        width: 70%;
        background-color: #b0e0e6;
    }

    .wizRow {
        float: left;
        height: 30px;
        margin: 10px 0 10px 0;
        width: 250px;
        clear: both;
    }

    .wizLeft {
        float: left;
        margin-left: 10px;
        height: 20px;
        padding: 5px 0 0 2px;
        text-align: left;
        font-weight: bold;
    }

    .wizRight {
        float: right;
        padding: 5px 0 5px 10px;
        text-align: left;
        height: 20px;
    }

    ul.ulContent {
        padding-left: 20px;
        list-style: square;
    }

    ol.olContent {
        padding-left: 20px;
    }

    /* SVG Styles */
    .province {
        cursor: pointer;
        fill: #298BCA;
        fill-opacity: 1;
    }

        .province:hover {
            opacity: 0.8;
            fill: #FFC000;
        }

    text {
        pointer-events: none;
        fill: #FFFFFF;
        font-weight: bold;
        font-size: 3.7em;
        font-family: Arial,Helvetica,sans-serif;
    }

        text.p_id_dark {
            fill: #298BCA;
            pointer-events: auto;
            cursor: pointer;
        }

    #back {
        fill: #FFFFFF;
        fill-opacity: 0.7;
    }

    .nowrap {
        white-space: nowrap;
    }

    .webgrid-header {
    }

    .widthTwentyPercent {
        width: 20%;
    }

    .widthThirtyPercent {
        width: 30%;
    }


    table.tablesorter thead tr .header {
        background-image: url(/Content/Images/icon_arrow-unsorted.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(/Content/Images/icon_arrow-sort-asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(/Content/Images/icon_arrow-sort-desc.gif);
    }

    /* jssor slider bullet navigator skin 01 css */
    /*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
    .jssorb01 {
        position: absolute;
    }

        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            /* size of bullet elment */
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
        }

        .jssorb01 div {
            background-color: gray;
        }

            .jssorb01 div:hover, .jssorb01 .av:hover {
                background-color: #d3d3d3;
            }

        .jssorb01 .av {
            background-color: #fff;
        }

        .jssorb01 .dn, .jssorb01 .dn:hover {
            background-color: #555555;
        }

    /* jssor slider arrow navigator skin 05 css */
    /*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        .jssora05l.jssora05lds      (disabled)
        .jssora05r.jssora05rds      (disabled)
        */
    .jssora05l, .jssora05r {
        display: block;
        position: absolute;
        /* size of arrow element */
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: url('img/a17.png') no-repeat;
        overflow: hidden;
    }

    .jssora05l {
        background-position: -10px -40px;
    }

    .jssora05r {
        background-position: -70px -40px;
    }

    .jssora05l:hover {
        background-position: -130px -40px;
    }

    .jssora05r:hover {
        background-position: -190px -40px;
    }

    .jssora05l.jssora05ldn {
        background-position: -250px -40px;
    }

    .jssora05r.jssora05rdn {
        background-position: -310px -40px;
    }

    .jssora05l.jssora05lds {
        background-position: -10px -40px;
        opacity: .3;
        pointer-events: none;
    }

    .jssora05r.jssora05rds {
        background-position: -70px -40px;
        opacity: .3;
        pointer-events: none;
    }
    /* jssor slider thumbnail navigator skin 09 css */ .jssort09-600-45 .p {
        position: absolute;
        top: 0;
        left: 0;
        width: 600px;
        height: 45px;
    }

    .jssort09-600-45 .t {
        font-family: verdana;
        font-weight: normal;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: #fff;
        line-height: 45px;
        font-size: 20px;
        padding-left: 10px;
    }

    .narrowTh {
        width: 20px;
    }

    #TextSearch {
        height: 20px;
        width: 100%;
        resize: none;
        min-height: 20px;
        min-width: 120px;
        border: 1px solid rgb(186, 186, 186);
        padding-top: 5px;
        padding-left: 5px;
        font-family: arial;
        font-size: 15px;
    }

    #Err_Message {
        visibility: hidden;
        color: red;
        margin: 5px;
    }

.wizardHeader {
    height: auto;
    color: white;
    background-color: #008547;
}
    .wizardHeader p {
        font-size: 18pt;
        color: white;
        background-color: #008547;
        margin: 0px;
        padding: 0px;
        clear: both;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
}

.jssora051:focus {
    outline: solid 1px white;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 720;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}
#logoff {
    background: #008547;
    border: 0;
    box-shadow: none;
    height: 43px;
    font-size: 14px;
    font-weight: normal;
    color: white;
    
}

.btn#logoff:hover {
    color: white;
    background-color: #00693C !important;
   
}
.mobileSubmit {
    width: 100%;
    margin: 10px 0;
    padding: 8px;
    background: #282b3e;
    color: #fff;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background 0.20s, box-shadow 0.20s;
}

    .mobileSubmit:active {
        background: #282b3e;
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    }

.mobileInput {
    margin: 5px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: box-shadow 0.20s;
}

    .mobileInput > input {
        width: 100%;
        padding: 8px;
        box-sizing: border-box;
        background: transparent;
        border: none;
        border-radius: inherit;
        outline: none;
        box-shadow: inset 0px 1px 3px #ccc;
    }

.errormsg {
    color: red;
    margin: 0 0 5px 30px;
}

.uiFocus {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}

.mobileDivider {
    padding: 13px 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.mobileOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f9f9f9;
    transition: background-color 0.20s;
}

.mobileLoader {
    display: table;
    position: fixed;
    padding: 5px;
    top: calc(50vh - 30px);
    left: calc(50vw - 30px);
    padding: 5px;
    margin: 0;
    text-align: center;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    cursor: wait;
}

.mobileLoaderImg {
    display: table-cell;
    vertical-align: middle;
}

#mobileBody {
    background: #f9f9f9;
}

.mobileContainerPage {
    background: #f9f9f9 !important;
    line-height: 1.3 !important;
}
.mobilePage {
    padding: 15px !important;
    line-height: 1.3 !important;
}

.bannerslink {
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #dbeae7;
        color: black;
        text-align: left;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 1;
        left: 104px;
        top: -60px;
        font-weight: 500;
        font-size: small;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
