﻿
/*
       COLOR GUIDE
        Main color: #006db6
        Secondary color: #55c6b4;
*/


@media (max-width: 770px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 1487px) {
    .beginbuttons {
        min-height: 335px;
    }
}

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#logo {
    max-width: 150px;
    padding: 0px;
    float: left;
    padding-top: 5px;
}

.logo {
    max-width: 150px;
    padding: 0px;
    float: left;
    padding-top: 10px;
}

.fullappMaster {
    background-color: White;
}

.masterHeader {
    background-color: White;
    border-bottom: #006db6 8px solid;
    padding: 10px 10px 15px 20px;
}

.masterHeader2 {
    background-color: White;
    border-bottom: #006db6 8px solid;
    padding: 5px 10px 12px 12px;
}

.masterFooter {
    background-color: #006db6;
    border-bottom: #006db6 0 solid;
    border-top: #006db6 1px solid;
    color: White;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
    z-index: 10000;
}

.banner {
    height: 100px;
}

.mainContent {
    margin-top: 10px;
    margin-bottom: 60px;
}

.row {
    margin-right: 0px !important;
    margin-left: -10px !important;
}

.mainContentBorder {
    border-left: #cdcdcd medium solid;
    padding-left: 10px;
    padding-right: 10px;
}

label {
    font-weight: 500 !important;
    padding-left: 5px;
}

.beginbuttons {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #006db6;
    border-radius: 15px;
    background-color: White !important;
    color: #006db6 !important;
    font-size: 48px !important;
}

.headerp {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 0px !important;
}

option {
    border-radius: 15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px !important;
    padding-left: 8px !important;
}

FORM {
    font-family: 'Gotham Light', sans-serif !important;
    FONT-SIZE: 17px;
    COLOR: #3c3d43;
}

body {
    font-family: 'Gotham Light', sans-serif !important;
    margin: 0;
    padding: 0;
}

.form-control {
    border-radius: 15px;
    border: 1.5px solid #006db6;
    color: #005581;
    height: 40px;
    padding: 0px 5px;
    font-size: 15px;
}

.input-lg {
    font-size: 18px !important;
}

.input-xlg {
    font-size: 20px !important;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

textarea {
    padding: 10px 10px 5px 10px !important;
}

.addressSpacing {
    line-height: 2.5;
}

.addPadding {
    padding-left: 2px !important;
    padding-right: 15px !important;
}

.addPaddingLeft {
    padding-left: 2px !important;
}

.noPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

p {
    margin: 4px 5px 10px;
    font-size: 20px;
}

.pageTitle {
    margin-top: 0px;
}

li {
    margin-bottom: 8px;
}



.grhd {
    padding: 0px 0px;
    color: #006db6;
    font-size: 18px;
}

.grhdREO {
    padding: 0px 0px;
    color: #006db6;
    font-size: 18px;
    /* background-color: #3D95CE !important; */
    border-bottom: 2px solid #0301fc !important;
    font-size: 26px;
}

.grhdAssets {
    padding: 0px 0px;
    color: #006db6;
    font-size: 18px;
    /* background-color: #3D95CE !important; */
    border-bottom: 2px solid #0301fc !important;
    font-size: 23px;
}

.grhdLogin {
    padding: 0px 0px;
    color: #006db6;
    font-size: 22px;
}

.gr {
    padding: 8px 2px;
    margin-bottom: 5px;
}

.table-responsive {
    border-radius: 15px;
}

table {
    border: transparent !important;
}

tbody {
    border: transparent !important;
}

tr {
    border: transparent !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid white;
}

/* Fixes for using asp control with bootstrap */ /
.radio.radiobuttonlist input[type="radio"],
.checkbox.checkboxlist input[type="checkbox"] {
    margin-left: 0;
}

.img-rounded {
    border-radius: 3px;
}

.radio.radiobuttonlist label,
.checkbox.checkboxlist label {
    margin-bottom: 4px;
    margin-left: 0;
}

fieldset legend {
    border: 0;
    font-size: inherit;
    font-weight: 700;
    margin-bottom: 0;
}

fieldset .radio,
fieldset .checkbox {
    margin-top: 4px;
}

.panel-primary {
    border-color: #cdcdcd;
    border-width: medium;
    border-radius: 15px;
}

.panel-primary2 {
    border: none;
}

.panel-body2 {
    padding-left: 8px;
    margin-right: -5px;
}

.panel-heading2 {
    padding-left: 8px;
}

.panel-primary > .panel-heading {
    /*background-image: linear-gradient(to bottom,#fcf8e3 0,#E87722 100%);*/
    background-image: linear-gradient(to bottom,White 0,White 100%);
    background-color: #006db6 !important;
    color: #777;
    border-color: #006db6;
    border-radius: 15px;
    border-bottom: 3px solid transparent !important;
}

.pnlHeadText {
    color: #006db6;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.1;
}

.jumbotron {
    background-color: transparent;
    border-radius: 15px;
}

    .jumbotron h1.beginText {
        color: #006db6;
        font-size: 55px;
    }

    .jumbotron p.beginText {
        font-size: 30px;
        color: #006db6;
        font-weight: bold;
    }

h1.beginText {
    margin-top: 0px;
    color: #006db6;
}

.info {
    font-style: italic;
    color: inherit;
    padding-left: 5px;
}

.infored {
    font-style: italic;
    color: inherit;
    padding-left: 5px;
    color: Red;
    font-weight: normal !important;
    font-size: 18px;
}

.center-block {
    float: none !important
}

.btn, .btn-lg {
    padding: 8px 0px !important;
    border-radius: 15px;
    text-align: center;
    background-color: #006db6 !important;
    background-image: linear-gradient(to bottom,#006db6 0,#006db6 100%) !important;
    font-weight: bold !important;
    font-size: 20px;
}

.btnResponsive {
    white-space: normal !important;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #55c6b4 !important;
    background-image: linear-gradient(to bottom,#55c6b4 0,#55c6b4 100%) !important;
}

.gridbtnRemove {
    padding: 7px 8px 5px 10px !important;
    background-color: #b22b2e !important;
    background-image: linear-gradient(to bottom,#b22b2e 0,#b22b2e 100%) !important;
    font-size: 18px;
}

.gridbtnAdd, .gridbtnAdd:hover {
    padding: 7px 8px 5px 10px !important;
    background-color: #55c6b4 !important;
    background-image: linear-gradient(to bottom,#55c6b4 0,#55c6b4 100%) !important;
    font-size: 18px;
}

/*--Makes drop downs look the same in all three browsers --*/
select.custom {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select.custom::-ms-expand {
        display: none;
    }
/*----------------------------------*/


.error {
    display: inline-block;
    padding: 2px 6px 3px 25px !important;
    background: url("/i/cross.png") no-repeat scroll 5px center #FABBBB;
    border: 1px solid #C88383;
    color: #882626 !important;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-left: 0px;
}

.addressSpacing.checkboxWithProperWrap input, .checkboxWithProperWrap input {
    float: left;
    margin-left: 5px !important;
}

.addressSpacing.checkboxWithProperWrap label {
    margin-left: 25px;
    display: block;
    padding: 0px !important;
}

.checkboxWithProperWrap label {
    margin-left: 25px;
    display: block;
    padding: 0px !important;
    line-height: 1.42857143 !important;
}

table.radioWithProperWrap input {
    float: left;
    margin-left: 5px;
}

table.radioWithProperWrap label {
    margin-left: 25px;
    display: block;
}

#sidenav a.active:link, #minitabs a.active:visited, #minitabs a:hover {
    background-color: rgb(0, 109, 182) !important;
    background-image: linear-gradient(to bottom,rgb(0, 109, 182) 0,rgb(0, 109, 182) 100%);
    border-radius: 15px;
    color: White;
}

.nav > li > a {
    padding: 0px 0px 0px 20px !important;
    font-size: 22px !important;
    font-weight: bold !important;
}

.leftSide {
    padding-left: 20px !important;
}

a > img {
}

.nav > li > a:focus {
    background: #55c6b4;
    border-radius: 15px;
    color: White;
}

.nav > li > a:hover {
    background: #55c6b4;
    border-radius: 15px;
    color: White;
}


.input-group-addon {
    background-image: linear-gradient(to bottom,#006db6 0,#006db6 100%) !important;
    border-radius: 15px;
    border: 1.5px solid #006db6;
    line-height: 1.42857143;
    color: White;
}

.loginLinks {
    font-weight: bold;
    text-decoration: underline;
}

.invalid_p {
    font-size: 25px !important;
}

.loanofficerName {
    float: right;
    font-weight: bold !important;
    font-size: 20px;
}

.popover {
    /*--border-radius: 15px;--*/
}

.popover-title {
    font-size: 20px;
    color: White;
    background-color: #0301fc;
    /*--border-radius: 15px; --*/
}

.tooltip.right .tooltip-inner {
    background-color: #55c6b4;
    font-weight: bold;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #55c6b4;
}

a {
    color: #006db6;
    font-weight: bold;
}

    a:focus, a:hover {
        color: #55c6b4;
        text-decoration: underline;
    }

.form-control:focus {
    border-color: #006db6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,71,18,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,71,18,.6);
}

/*----LOAN OFFICER CONTROL PHOTO AND POPOUT------*/
.photo {
    border: 1px solid #3c3d43;
    border-radius: 5px;
    margin: 0;
    box-sizing: border-box;
    z-index: 500;
}

.tipPhoto {
    border: 1px solid silver;
    border-radius: 0px;
    margin: 0;
    z-index: 500;
    margin-bottom: 15px;
}

.loanOfficerTag {
    color: #fff;
    background-color: #006db6;
    font-size: 15px;
    font-weight: bold !important;
    text-align: center;
    padding: 0px 10px;
    height: 45px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1000;
}

.loanOfficerName {
    position: relative;
    top: 4px;
    font-weight: bold !important;
}

.hdrNMLS {
    /*position: relative;*/
    font-size: 12px;
}

.loanOfficerLink {
    text-align: right;
    color: #006db6;
}

.nmlsLink {
    text-align: right;
    position: relative;
    top: -5px;
    color: #006db6;
}

label.hdrNMLS {
    margin-bottom: 0px !important;
}

#downArrow {
    width: 10px;
    margin-top: 4px;
    float: right;
    font-size: 14px;
    font-weight: normal;
    webkit-transform: scale(1.5, 1.0);
    -moz-transform: scale(1.5, 1.0);
    -ms-transform: scale(1.5, 1.0);
    -o-transform: scale(1.5, 1.0);
    transform: scale(1.5, 1.0);
}

.loanOfficerInfo {
    display: block;
    color: #006db6;
    border: 1px solid #006db6;
    border-radius: 0 0 15px 15px;
    background-color: #fff;
    font-family: 'Gotham Light', sans-serif;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    box-sizing: border-box;
    z-index: 1000;
    display: none;
}

    .loanOfficerInfo label {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .loanOfficerInfo p {
        font-size: 17px;
        margin-bottom: 0px;
    }

.tipLOName {
    font-size: 17px;
    font-weight: normal;
}

.tipLabel {
    font-size: 17px;
    margin-bottom: 0px;
    color: #3c3d43;
}

.tipData {
    font-size: 17px;
    margin-bottom: 0px;
    color: #006db6;
}

.tipPhoto {
    max-width: 300px;
}

.tipData a {
    color: #006db6;
}

.glyphicon-option-horizontal {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    text-align: center;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    border: 0px solid #ccc;
    width: 26px;
    height: 26px;
    padding-top: 5px;
    color: White;
    background-color: #55c6b4;
    cursor: pointer;
}

.notification {
    display: block;
    margin-bottom: 1em;
    padding: 1.3em 10px;
    font-size: 10pt !important;
}

    /*.notification.undone
{
    background: url("/i/cross.png") no-repeat scroll 10px center #FABBBB;
    border: 1px solid #C88383;
    color: #882626;
}*/
    .notification.done {
        background: no-repeat scroll 0px center #C2EE9B;
        border: 1px solid #90B96B;
        color: #428607;
        border-radius: 15px;
        font-size: 20px !important;
    }

.isRequired {
    background-color: #e8e8e8;
}

.blueP {
    color: #006db6;
    font-size: 20px;
}

.short {
    margin-left: 1%;
    margin-right: 1%;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default {
    background-color: White;
    border-color: White;
}

.currency {
    width: 8em;
}

.currency2 {
    width: 10em;
}

.Copyright {
    font-size: 15px;
    line-height: 1.5em;
    position: relative;
    text-align: center;
}

.FooterSocial {
}

.fa {
    font-size: 24px;
    margin-right: 10px;
    color: #ffffff !important;
}

    .fa:hover {
        font-size: 24px;
        margin-right: 10px;
        color: #55c6b4 !important;
    }

/* portal */
.tpd-skin-portal .tpd-content,
.tpd-skin-portal .tpd-title,
.tpd-skin-portal .tpd-close {
    color: #fff;
}

.tpd-skin-portal .tpd-background-content {
    background-color: #fff;
}

.tpd-skin-portal .tpd-background {
    border-width: 1px;
    border-color: #000;
}

.tpd-skin-portal .tpd-title {
    font-size: 18px;
    text-transform: capitalize;
}

.tpd-skin-portal .tpd-background-title {
    background-color: #006db6;
}
/* line below the title */
.tpd-skin-portal .tpd-title-wrapper {
    border-bottom: 1px solid #006db6;
}
/* shadow */
.tpd-skin-portal .tpd-background-shadow {
    box-shadow: 0 0 8px rgba(0,0,0,.15);
}
/* spinner */
.tpd-skin-portal .tpd-spinner-spin {
    border-color: rgba(255,255,255,.2);
    border-left-color: #fff;
}
/* links */
.tpd-skin-portal a {
    text-decoration: underline;
}

    .tpd-skin-portal a:hover {
        text-decoration: none;
    }

.tpd-skin-portal .tpd-background {
    border-radius: 15px;
}

.tpd-skin-portal .tpd-no-stem .tpd-background-box,
.tpd-skin-portal .tpd-no-stem .tpd-shift-stem {
    display: none;
}

.tpd-skin-portal .tpd-no-stem .tpd-background-box-top {
    display: block;
}

.icon-ehl_2 {
    font-size: 48px;
    color: White;
    margin-right: 30px;
    position: absolute;
    right: 0;
    top: 18px;
    float: right;
}

@media (max-width:960px) {
    .icon-ehl_2 {
        font-size: 50px;
        color: White;
        margin-right: 0px;
        position: relative;
        right: 0;
        top: 10px;
        float: none;
    }
}

.tpd-tooltip a:hover {
    color: #55c6b4 !important;
}
