.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.tt-dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}

/* Dropdown checklist */
ul.dropdown-menu-form {
    padding: 5px 10px 0;
    max-height: 300px;
}
/* = Horizontal Dropdown\
-------------------------------------------------------------- */
.horizontal-dropdown a {
    cursor: pointer;
}

.horizontal-dropdown ul.horizontal-dropdown-menu {
    -webkit-transform: translateZ(0);
    display: none;
}

    .horizontal-dropdown ul.horizontal-dropdown-menu > li {
        width: 100%;
    }

.horizontal-dropdown .container {
    margin: 0 auto;
}

.horizontal-dropdown .dropdown-container {
    margin: 0 35px auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start !important;
}

.horizontal-dropdown.open {
    position: static;
}

    .horizontal-dropdown.open div.horizontal-dropdown-menu {
        display: block;
        position: absolute;
        left: 0;
        bottom: -40px;
        width: 100%;
        padding: 6px;
        box-shadow: none;
        background-color: #4d4b4d;
        border-bottom: none;
    }

        .horizontal-dropdown.open div.horizontal-dropdown-menu a {
            float: right;
            display: block;
            color: #FFF;
            padding: 0 15px;
            width: fit-content;
        }

            .horizontal-dropdown.open div.horizontal-dropdown-menu a:hover {
                color: #FFF;
                background-color: #4d4b4d;
                text-decoration: underline;
            }

.navbar-inverse {
    -webkit-transform: translateZ(0);
}

@media (max-width: 768px) {
    .horizontal-dropdown.open div.horizontal-dropdown-menu {
        position: static;
        float: left;
    }

        .horizontal-dropdown.open div.horizontal-dropdown-menu a {
            float: left;
            width: 100%;
        }

    .navbar-collapse .navbar-nav {
        padding-top: 0;
        margin-bottom: 0;
    }

    .horizontal-dropdown.open div.horizontal-dropdown-menu {
        padding: 0 0 0 20px;
    }


        .horizontal-dropdown.open div.horizontal-dropdown-menu a {
            clear: both;
            float: left;
            padding: 10px;
        }

    .nav > li {
        position: relative;
        display: block;
        clear: left;
    }

    .navbar-collapse.collapse {
        padding-top: 50px;
    }
}

@media (min-width: 772px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }
}

.dropdown-item-valocity {
    display: block;
    width: auto;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: 2px 7px 2px 3px;
    color: #f2f2f2;
    font-size: 14px;
    letter-spacing: 0.1rem;
    border-bottom: solid 2px transparent;
    margin: .2rem 0 .2rem 1rem;
}

    .dropdown-item-valocity:hover {
        color: #F2F2F2;
        border-bottom: solid 2px #CC3300;
        transition: linear .5s;
    }

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0px;
}
/* = Mobile Extras
-------------------------------------------------------------- */
@media (max-width: 992px) {
    .footer-links {
            display: none;
        }

        .tt-dropdown-menu {
            max-height: 500px;
            overflow-y: auto;
        }

        .row .report-categories .cat {
            width: 50%;
            display: block;
            float: left;
        }

        .form-group .btn {
            width: 100%;
        }

        li.muted {
            display: none;
        }

        .multiple-search-result .col-md-3 {
            width: 50%;
            float: left;
        }

            .multiple-search-result .col-md-3 img {
                width: 100%;
            }

        .navbar > .container .navbar-brand img {
            width: 130px;
        }
    }

    @media (max-width: 768px) {
        .container > .navbar-header .nav.navbar-nav,
        .container > .navbar-collapse .nav.navbar-nav {
            padding-top: 0;
        }
    }

    .navbar-toggle {
    margin-top: 26px;
}

body {
    padding-top: 120px;
    color: #333233;
}
/* = Typography
-------------------------------------------------------------- */
h1 {
    font-size: 43px;
    font-weight: 300;
}

h2 {
    font-size: 43px;
    font-weight: 300;
}

h3 {
    color: #E00030;
}

    h3 span a {
        color: #333233;
        font-size: 14px;
    }

    h3.black {
        color: #000;
    }

    h3.client_title a {
        color: #E00030;
    }

strong {
    font-weight: 600;
}

.fine {
    font-size: 12px;
}
/* = Helpers
-------------------------------------------------------------- */
.page-header {
    margin: 44px 0 0 0;
    border: 0;
    text-align: center;
}

h3.dashboard-title {
    margin-top: 1px;
}

.report-tabs-title .page-header {
    font-style: italic;
}


.drop-shadow {
    -webkit-box-shadow: 3px 3px 0 0 #d3d3d3;
    box-shadow: 3px 3px 0 0 #d3d3d3;
    margin-bottom: 3px;
}

h2 i {
    margin-right: 10px;
}
/* = Navbar / Header
-------------------------------------------------------------- */
.navbar-inverse .navbar-nav > li > a:hover {
    color: #E00030;
}


.navbar-inverse .navbar-nav .muted {
    color: #707070;
}

.rebrand-logo {
    display: inline-block;
    padding-left: 20px;
    position: absolute;
    border-left: 2px solid #CCC;
    height: 64px;
    margin: 14px 0 14px;
    vertical-align: middle
}

    .rebrand-logo img {
        position: relative;
    }

.navbar-inverse,
footer {
    background-color: #E1E1E1;
}

    .navbar-inverse .navbar-nav > .active > a {
        background-color: none;
        cursor: default;
    }

.navbar {
    margin-bottom: 0;
}

/* = Comment Styling
-------------------------------------------------------------- */
blockquote > footer {
    background-color: #FFF;
    min-height: 0px;
    height: auto;
    font-size: 14px;
}

blockquote p {
    font-weight: 300;
    line-height: 1.25;
}


/* = Button Styling
-------------------------------------------------------------- */
.btn {
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    min-height: 36px;
    line-height: 30px;
    vertical-align: top;
    padding: 3px 12px;
}

    .btn:active {
        box-shadow: none;
    }

    .btn.btn-dark {
        background-color: #333233;
    }

        .btn.btn-dark:hover,
        .btn.btn-dark:focus {
            color: #ffffff;
            background-color: #4d4b4d;
        }

    .btn-search, .btn.btn-light {
        background-color: #E00030;
    }

        .btn.btn-light:hover, .btn.btn-search:hover,
        .btn.btn-light:focus, .btn.btn-search:focus {
            color: #ffffff;
            background-color: #333233;
        }

    .btn.btn-menu {
        color: #333333;
        background-color: #eaeaea;
        text-transform: none;
        text-align: left;
    }

        .btn.btn-menu.info {
            text-align: center;
        }

        .btn.btn-menu:hover,
        .btn.btn-menu:focus {
            color: #ffffff;
            background-color: #E00030;
        }

button.btn.btn-menu, a.btn.btn-menu {
    padding: 0px 40px;
}

button.btn.btn-menu {
    margin: 0;
}

a.btn.btn-menu.info {
    padding: 0px 0px;
}

.btn.btn-clear {
    background: none;
    color: #E00030;
}

    .btn.btn-clear:hover,
    .btn.btn-clear:focus {
        color: #333233;
    }

.btn-group {
    width: 100%;
}

    .btn-group.bt-md-5 .btn {
        width: 17%;
        margin-right: 3%;
        margin-top: 5px;
    }

        .btn-group.bt-md-5 .btn:last-child {
            margin-right: 0px;
        }

    .btn-group.bt-md-4 .btn {
        width: 21.3%;
        margin-right: 3.5%;
    }

        .btn-group.bt-md-4 .btn:last-child {
            margin-right: 0px;
        }

    .btn-group.bt-md-3 .btn {
        width: 28%;
        margin-right: 5%;
    }

        .btn-group.bt-md-3 .btn:last-child {
            margin-right: 0px;
        }

    .btn-group.bt-md-2 .btn {
        width: 45.0%;
        margin-right: 5%;
    }

        .btn-group.bt-md-2 .btn:last-child {
            margin-right: 0px;
        }

    .btn-group.bt-md-1 .btn {
        width: 100%;
    }

    .btn-group.bt-md-1.info {
        margin-bottom: 5px;
    }


        .btn-group.bt-md-1.info .btn {
            width: 90%;
        }

            .btn-group.bt-md-1.info .btn.info {
                width: 10%;
            }

.btn-margin-standard {
    margin: 5px;
}
.btn-variable-width {
    white-space: nowrap !important;
    min-width: fit-content !important;
}
/*--custom. link to show inline with or in place of buttons*/
.inline-btn-link {
    line-height: 45px;
}
/* = Sticky Footer 
-------------------------------------------------------------- */
html,
body {
    height: 100%;
}

.container-wrap {
    min-height: 100%;
    width: 100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 89px;
    margin: 0 auto -89px; /* this needs to force a horizontal scroll bar so that the page doesn't jump*/
}

    .container-wrap .upload-result {
        margin-bottom: 50px;
    }

/*** Audit Styles ***/
#AuditUpdate.container-wrap {
    margin-bottom: -90px;
}

#audit_header_row {
    position: relative;
    top: 94px;
    position: fixed;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    height: 60px;
    width: 100%;
}

    #audit_header_row .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #audit_header_row button, #audit_header_row a.btn {
        margin-top: 15px;
    }

tr.audit-urgent td {
    font-weight: bold;
}

#to_backlog + .popover {
    width: 100% !important;
    max-width: 500px !important;
}

.comment-section label {
    line-height: 34px;
    vertical-align: middle;
}

#audit_header_summary {
    margin-top: 100px;
    padding-left: 30px;
}

    #audit_header_summary .fa {
        font-size: 17px;
    }


#audit_padding_row {
    min-height: 50px;
}
/*** END of Audit Styles ***/


footer,
.push {
    height: 90px;
    /* .push must be the same height as .footer */
}
/* = Footer
-------------------------------------------------------------- */
footer {
    background-color: #E1E1E1;
    min-height: 90px;
}
    footer.main-layout {
        padding-left: 25px;
        padding-right: 25px;
    }

    footer .footer-detail {
        padding-top: 30px;
        color: #707070;
    }

        footer .footer-detail .footer-links {
            list-style: none;
            padding-left: 110px;
        }

            footer .footer-detail .footer-links a {
                color: #707070;
            }

                footer .footer-detail .footer-links a:hover {
                    color: #E00030;
                    text-decoration: none;
                }

            footer .footer-detail .footer-links li {
                float: left;
            }

                footer .footer-detail .footer-links li.muted {
                    padding: 0 18px;
                }
/* = Homepage Responsive Map
-------------------------------------------------------------- */
.map-custom {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin: 30px 0 30px;
}

    .map-custom iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* = Report Categories
-------------------------------------------------------------- */
.report-categories {
    text-align: center;
}

    .report-categories .cat {
        width: 14%;
        display: inline-block;
        position: relative;
        /*float:left;*/
    }

        .report-categories .cat h4 {
            padding-bottom: 10px;
            font-size: 1.1rem!important;
        }


/* = Search Results
-------------------------------------------------------------- */
.multiple-search-result img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

.multiple-search-result .multiple-search-description {
    display: block;
}

.property-breakdown-wrap {
    border: 1px solid #e5e5e5;
    position: absolute;
    left: 50px;
    top: 20px;
    z-index: 1000;
    width: 386px;
    background-color: #ffffff;
    padding: 20px;
}

    .property-breakdown-wrap h4 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #efefef;
    }

    .property-breakdown-wrap .property-breakdown {
        display: table;
        width: 100%;
    }

        .property-breakdown-wrap .property-breakdown .property-entries {
            display: table-cell;
            vertical-align: middle;
        }

.report-pane {
    background-color: #f2f2f2;
    position: relative;
    top: -5px;
    border-top: 1px solid #b3b1b3;
    border-bottom: 1px solid #b3b1b3;
    margin-bottom: 100px;
}

    .report-pane .report-timestamp {
        position: absolute;
        right: 55px;
    }

    .report-pane .map-custom {
        margin: 20px 0;
    }

    .report-pane .report-pre-detail .content-wrap {
        background-color: #ffffff;
        margin-top: 40px;
        margin-bottom: 20px;
        padding: 20px;
        border: 1px solid #b3b1b3;
    }

.disclaimer {
    background-color: #f2f2f2;
    border: 1px solid #b3b1b3;
    font-size: 8pt;
}

    .disclaimer h4 {
        text-align: center;
    }

.disclaimer2 {
    font-size: 8pt;
}

    .disclaimer2 .heading {
        font-weight: bold;
    }

.nav.nav-tabs a {
    color: #333233;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-color: #b3b1b3;
}

.nav-tabs > li.active.highlight > a {
    background-color: #FF4F2C;
}

.navbar-inverse .navbar-nav > li > a {
    color: #707070;
}

    .navbar-inverse .navbar-nav > li > a:focus {
        color: #707070;
    }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #E00030;
}

.tab-content {
    padding-bottom: 20px;
}

    .tab-content .report-wrap {
        background-color: #ffffff;
        margin-top: 40px;
        margin-bottom: 20px;
        border: 1px solid #b3b1b3;
        padding: 40px;
        /*max-height: 1287px;*/
        overflow: auto;
    }

        .tab-content .report-wrap img {
            margin-bottom: 40px;
        }

        .tab-content .report-wrap h2 {
            text-align: left; /* center */
            color: #E00030;
            font-size: 30pt;
            font-weight: lighter;
        }

.agri.reportsection h2 {
    color: #7CA32C;
}

.tab-content .report-wrap .page-header {
    border-bottom: 1px solid #b3b1b3;
}

#addressSearch,
.btn-tall,
#Password,
#Email,
#SearchValue {
    height: 45px;
}

    #SearchValue:focus {
        border-color: #707070;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.show-grid {
    margin-bottom: 15px;
}

.message-success {
    margin-top: 10px;
}
/* = Tables
-------------------------------------------------------------- */

table.table-condensed td:last-child {
    width: auto;
}

table.table-default td:last-child {
    width: auto;
}
/* = Pagination
-------------------------------------------------------------- */
.pagination > .active > a {
    background-color: #E00030;
    border-color: #E00030;
}

    .pagination > .active > a:hover {
        background-color: #E00030;
        border-color: #E00030;
    }
/* = Login
-------------------------------------------------------------- */
label[for="RememberMe"] {
    margin: 10px 0 0 10px;
}
/* = Custom file input
-------------------------------------------------------------- */
.NFI-wrapper {
    width: 100%;
    font-family: arial;
    font-size: 14px;
}

    .NFI-wrapper .NFI-button {
        background: #E00030;
        text-shadow: 0px -1px 0px #E00030;
        border: solid #E00030 1px;
        color: #ffffff;
        width: 20%;
        line-height: 30px;
    }

        .NFI-wrapper .NFI-button:hover {
            background: #333;
            text-shadow: 0px -1px 0px #111111;
            border: solid #333 1px;
        }

    .NFI-wrapper .NFI-filename {
        width: 200px;
        border: solid #ccc 1px;
        border-left: 0;
        line-height: 30px;
        height: 32px;
        width: 80%;
        color: #777;
    }
/* = Executive Summary Section
-------------------------------------------------------------- */
.brand-image {
    text-align: center;
}

    .brand-image img {
        margin-left: 20px;
    }
/* = Validation Section
-------------------------------------------------------------- */
.validation-summary-errors,
.field-validation-error {
    color: #E00030;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

    .validation-summary-errors li {
        list-style: none;
    }
/* = Dashboard Section
-------------------------------------------------------------- */
.block-div a:hover {
    text-decoration: none;
}

.block {
    padding: 6px;
    color: #ffffff;
    margin-bottom: 4px;
}

    .block.dash-PENDING {
        background-color: #b3b3b3;
    }

    .block.dash-QUOTING {
        background-color: #999999;
    }

    .block.dash-NEW {
        background-color: #737173;
    }

    .block.dash-ACCEPTED {
        background-color: #4d4b4d;
    }

    .block.dash-APPOINTMENT_MADE {
        background-color: #333333;
    }

    .block.dash-INSPECTED {
        background-color: #000;
    }

    .block.dash-REJECTED {
        background-color: #E00030;
    }

.result {
    display: inline-block;
}

.late {
    font-size: small;
    display: block;
}

.dashboard-summary td {
    width: 50%;
}

a:hover {
    color: #E00030;
}
a {
    color: #333333;
    text-decoration: none;
}
#donutchart {
    margin: 0 auto;
    height: 350px;
}

/* = Valuations Section
-------------------------------------------------------------- */
.valuation-listing td {
    font-size: 10pt;
    white-space: nowrap;
    vertical-align: middle;
}

.table-striped > tbody > tr.delayed:nth-child(odd) {
    background-color: #edcfa8;
}

.overdue td a {
    color: red;
}

.delayed td a {
    color: orange;
}

.delayed.overdue td a {
    color: orange;
}

.urgent td a {
    font-weight: bold;
}

.onHold {
    background-color: #faebd7;
    font-weight: bold;
}

.valuation-listing thead td {
    font-weight: bold;
    white-space: nowrap;
}

.shaded-rows {
    background-color: #f8f8f8;
}

.subhead {
    display: inline-block;
    width: 12em;
}

.subhead-wide {
    display: inline-block;
    width: 14em;
}

.subhead-wide-indent {
    display: inline-block;
    margin-left: 2em;
    width: 12em;
}

.sorting_asc {
    background: url("../images/sort_asc.png") no-repeat center right;
}

.sorting_desc {
    background: url("../images/sort_desc.png") no-repeat center right;
}


.dataTables_filter input {
    margin-left: 1em;
    position: relative;
    vertical-align: top;
    background-color: transparent;
}

.dataTables_filter .twitter-typeahead {
    width: auto;
}

.dataTables_filter label {
    margin-left: 8px;
}

@media (min-width: 768px) {
    .dataTables_filter .twitter-typeahead .tt-dropdown-menu {
        min-width: 450px;
    }

    .dataTables_filter input {
        min-width: 280px;
    }
}

.dataTables_info[role="status"] {
    color: #e00030;
    word-spacing: 4px;
}

.dataTables_paginate a {
    margin-right: 2em;
}

@keyframes fadeInOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dataTables_scroll {
    margin-bottom: 2em;
}

.dataTables_length {
    display: none;
}

.dataTables_Loading {
    height: 400px;
}

.dataTables_Loading_Icon {
    position: absolute;
    top: 180px;
    left: 50%;
}
/* = Invoice Section
-------------------------------------------------------------- */
.invoice-wrap .table > tbody > tr > td,
.invoice-wrap .table > thead > tr > th {
    border: none;
}

.invoice-wrap h3 {
    color: #333233;
    padding-top: 0;
    margin-top: 0;
}

.invoice-wrap .page-header {
    text-align: left;
    padding-top: 80px;
}

    .invoice-wrap .page-header p {
        padding-left: 40px;
    }

.invoice-wrap .cut-line {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px dashed #333233;
    position: relative;
}

    .invoice-wrap .cut-line .fa-scissors {
        font-size: 40px;
        top: -21px;
        position: absolute;
        background-color: #ffffff;
    }

.invoice-wrap .invoice-breakdown {
    text-align: right;
    padding-top: 50px;
}

.invoice-wrap .invoice-entry {
    border-bottom: 1px solid #b3b1b3;
    padding-bottom: 10px;
}

.invoice-wrap .invoice-total {
    border-top: 1px solid #333233;
    padding-top: 10px;
}

.invoice-wrap .invoice-head {
    border-bottom: 1px solid #333233;
    padding-bottom: 10px;
}

.invoice-wrap .pa-breakdown .pa-breakdown-entry {
    border-bottom: 1px solid #b3b1b3;
    margin-bottom: 10px;
}

.invoice-wrap .pa-breakdown .pa-breakdown-enclosed {
    border-bottom: 1px solid #333233;
}

.invoice-wrap .pa-breakdown .fine {
    padding-top: 5px;
    color: #4d4b4d;
    text-align: right;
}

.invoice-wrap .first {
    text-align: left;
}

.checkbox.fine {
    line-height: 38px;
}

    .checkbox.fine input[type='checkbox'] {
        margin-top: 0;
    }
/* = Dashboard Section
-------------------------------------------------------------- */
.dropbox-custom {
    bottom: 0px;
    left: 16px;
}

.report-categories {
    padding: 30px 0;
}

.customSelect {
    /* This is the default class that is used */
    /* Put whatever custom styles you want here */
    width: 80%;
    border: 1px solid red;
    background-color: white;
    padding: 6px 10px;
    border: 1px solid #333233;
    margin-top: 20px;
    height: 34px;
    text-overflow: ellipsis;
}

    .customSelect.active {
        color: #E00030;
        border-color: #E00030;
    }

.customSelectInner {
    /* You can style the inner box too */
    width: 100% !important;
    display: inline-block;
    background: url(../images/customSelect-arrow.gif) right center no-repeat;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
}

.sat-view,
.street-view {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}

/* = Report container for Print 
-------------------------------------------------------------- */
.container-report-print {
}

    .container-report-print h3.report-title {
        margin-left: 20px;
        color: #FFF;
        font-size: 28px;
    }

        .container-report-print h3.report-title cite {
            color: #E00030;
            font-size: 28px;
            font-weight: normal;
        }

    .container-report-print .propertyheader h3 {
        font-size: 20px;
    }

    .container-report-print .propertyheader .address > p {
        font-size: 22pt;
    }

    .container-report-print .propertyheader .mainblock > div {
        height: 430px;
        margin-bottom: 15px;
    }

    .container-report-print .propertyheader .address {
        overflow: hidden;
        margin-bottom: 20px;
        height: 170px;
        line-height: 1.19;
    }

    .container-report-print .propertyheader .estimate .amount {
        font-size: 44pt;
        line-height: 1;
        margin-bottom: 10px;
    }

    .container-report-print .propertyheader .estimate .date {
        font-size: 44pt;
        line-height: 1;
        margin-bottom: 10px;
        color: #000000;
    }

    .container-report-print .tab-content .report-wrap {
        max-height: none;
        margin: 0;
        padding: 0;
        border: 0;
        overflow: visible;
    }

        .container-report-print .tab-content .report-wrap img {
            margin-bottom: 10px;
            margin-top: 5px;
        }

        .container-report-print .tab-content .report-wrap .comparablesale .infoblock img.resize4print {
            width: 100%;
        }

        .container-report-print .tab-content .report-wrap .comparablesale .icontext {
            font-size: 13pt;
        }

    .container-report-print .report-header {
        background-color: #080808;
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

        .container-report-print .report-header .col-md-6 {
            text-align: center;
        }

    .container-report-print .infoblock {
        height: 260px;
        margin-bottom: 5px;
    }

        .container-report-print .infoblock.slim {
            height: auto;
        }

    .container-report-print .reporttable {
        font-size: 14.5pt;
        border-spacing: 0px 3px;
    }

    .container-report-print .comparablemap {
        width: 925px;
    }

/*.container-report-print .reportsection .location .letter {
        top: 10px;
    }*/

.sales-history .sh-header {
    font-size: 16pt;
}

.sales-history .sh-header {
    font-weight: bold;
}

.sales-history-row {
    font-size: 16pt;
    font-weight: lighter;
    border-top: 1px solid #ddd;
    padding: 5px 0 7px;
    min-height: 20px;
}

    .sales-history-row .sh-label {
        font-weight: bold;
    }

.print-page-break {
    page-break-before: always;
}

.print-page-break-auto {
    page-break-inside: avoid;
}

.report-options {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

    .report-options li {
        text-align: left;
        display: inline-block;
        width: 100%;
        padding: 10px 40px;
        background-color: #eaeaea;
        margin-bottom: 5px;
    }

        .report-options li a.icon {
            margin-right: 10px;
        }

        .report-options li:hover,
        .report-options li.active {
            background-color: #E00030;
            color: #ffffff;
        }

            .report-options li:hover a,
            .report-options li.active a {
                color: #ffffff;
                text-decoration: none;
            }

            .report-options li:hover i,
            .report-options li.active i {
                color: #ffffff;
            }

        .report-options li:last-child {
            margin-bottom: 0;
        }

.close-content,
.show-content {
    cursor: pointer;
    position: absolute;
    z-index: 500;
    font-size: 30px;
    right: 20px;
    top: 10px;
}

    .close-content .glyphicon,
    .show-content .glyphicon {
        padding: 6px 5px;
        background-color: #444;
        font-size: 20px;
        width: 30px;
        text-align: center;
        color: #fff;
    }

    .close-content:hover .glyphicon-remove,
    .show-content:hover .glyphicon-remove {
        background-color: #E00030;
    }

.property-detail {
    line-height: 42px;
}

    .property-detail .property-data {
        line-height: 36px;
    }

.rural-totals {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 19px 0 12px 0;
    line-height: 40px;
}

.property-icon {
    font-size: 35px !important; /*To override base font size on fa icons*/
    color: #E00030;
}

.report-icon {
    top: 7px;
    position: relative;
    font-size: 40px;
    color: #E00030;
    padding-right: 10px;
    padding-bottom: 5px;
}


.modal-dialog-center {
    margin-top: 25%;
}

#val-detail-image {
    max-width: 100%;
}

/*Broker order Dashboard*/
.bold {
    font-weight: bold;
}
/*Left hand vertical tabs*/
.tabs-left > .nav-tabs > li {
    float: none;
}

.tabs-left {
    text-align: left;
}

    .tabs-left > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

    .tabs-left > .nav-tabs {
        width: 18%;
        float: left;
        margin-right: 2%;
        border-right: 1px solid #ddd;
        border-bottom-style: none;
    }

        .tabs-left > .nav-tabs > li > a {
            margin-right: -1px;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

            .tabs-left > .nav-tabs > li > a:hover,
            .tabs-left > .nav-tabs > li > a:focus {
                border-color: #eeeeee #dddddd #eeeeee #eeeeee;
            }

        .tabs-left > .nav-tabs .active > a,
        .tabs-left > .nav-tabs .active > a:hover,
        .tabs-left > .nav-tabs .active > a:focus {
            border-color: #ddd transparent #ddd #ddd;
            *border-right-color: #ffffff;
        }

    .tabs-left > .tab-content > .tab-pane > table {
        width: 80%;
    }

    .tabs-left .broker-table .user {
        width: 75%;
    }

    .tabs-left .broker-table tbody {
        border-bottom: 1px solid #ddd;
    }

    .tabs-left .broker-table td {
        padding: 4px;
    }

    .tabs-left .broker-table .unread {
        font-weight: bold;
    }

    .btn-link {
        font-weight: bold;
        color: #007bff;
        text-decoration: none;
    }
        .btn-link:hover {
            font-weight: bold;
            color: #0056b3;
            text-decoration: underline;
        }
/* Reports 2.0 */
.reportpageheader {
    background-color: #eaeaea;
    color: #333233;
}

    .reportpageheader .headertitle {
        position: absolute;
        top: 20px;
        right: 15px;
        font-size: 20px;
        font-weight: bold;
    }

.tab-content .report-wrap .reportpageheader img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.reportpagefooter {
    height: 60px;
    line-height: 60px;
}

    .reportpagefooter hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .reportpagefooter .report-timestamp {
        position: absolute;
        left: 0px;
        font-size: 24px;
        font-weight: normal;
    }

    .reportpagefooter img {
        position: absolute;
        top: 0px;
        right: 15px;
    }

    .reportpagefooter .poweredby {
        position: absolute;
        right: 220px;
        font-size: 20px;
        font-weight: normal;
    }

.tab-content .report-wrap .reportpagefooter img {
    margin-bottom: 0px;
}

.reportheader {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
}

    .reportheader .headertitle {
        font-size: 43px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 15px;
    }

    .reportheader .rightbox {
        position: absolute;
        top: 20px;
        right: 15px;
    }

        .reportheader .rightbox p {
            text-align: right;
        }

    .reportheader p {
        text-align: right;
    }

.propertyheader h3 {
    color: #333233;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
}

.propertyheader hr {
    margin-top: 0px;
    margin-bottom: 5px;
}

.propertyheader .mainblock > div {
    height: 466px;
    margin-bottom: 20px;
}

.propertyheader .address {
    overflow: hidden;
    margin-bottom: 20px;
    height: 188px;
    line-height: 1.19;
}

    .propertyheader .address > p {
        font-size: 24pt;
        font-weight: lighter;
        line-height: 1.19;
    }

.propertyheader .estimate .amount {
    font-size: 48pt;
    font-weight: lighter;
    color: #E00030;
    line-height: 1;
    margin-bottom: 27px;
}

.propertyheader .estimate h3 {
    font-size: 22px
}

.container-report-print .estimate h3 {
    font-size: 20px;
}


.propertyheader .estimate .amount sup {
    font-size: 60%;
}

.propertyheader .estimate .high {
    background-color: #4d4b4d;
    color: #eaeaea;
    font-size: 24pt;
    font-weight: lighter;
    padding-right: 10px;
    padding-left: 20px;
}

    .propertyheader .estimate .high.right > span {
        right: 0px;
        float: right;
    }

.propertyheader .estimate .low {
    background-color: #777;
    color: #eaeaea;
    font-size: 24pt;
    font-weight: lighter;
    padding-right: 10px;
    padding-left: 20px;
}

    .propertyheader .estimate .low.right > span {
        right: 0px;
        float: right;
    }

.tab-content .report-wrap .confidence > img {
    margin-bottom: 10px;
}

.row.summary-confidence {
    padding-top: 15px;
}

.confidence > span {
    font-size: 24pt;
    font-weight: lighter;
    float: left;
}

.fsd > span {
    font-size: 24pt;
    font-weight: lighter;
}

.row .risk-flags {
    margin-bottom: 15px;
}

/* Report tables */
.reporttable {
    width: 100%;
    font-size: 16pt;
    border-collapse: separate;
    border-spacing: 0px 5px;
}

    .reporttable tr td:first-child,
    .reporttable tr td:nth-child(3),
    .reporttable tr td:nth-child(5) {
        font-weight: bold;
        padding-left: 15px;
    }

    .reporttable.light tr td:first-child {
        font-weight: lighter;
    }

    .reporttable tr td.light {
        font-weight: lighter;
    }

    .reporttable tr td:last-child:not(:first-child) {
        font-weight: lighter;
        padding-left: 0px;
    }

    .reporttable tr td:nth-child(2),
    .reporttable tr td:nth-child(4) {
        font-weight: lighter;
    }

.reporttablerows {
    font-size: 16pt;
    font-weight: lighter;
    border-spacing: 0px 5px;
    width: 100%;
}

    .reporttablerows th {
        font-size: 16pt;
        font-weight: bold;
    }

    .reporttablerows td {
        padding-top: 0px;
        padding-bottom: 0px;
    }

.sameline {
    display: inline-block;
}

    .sameline.right {
        position: absolute;
        left: 50%;
    }

.tab-content .report-wrap .location .marker > img {
    position: relative;
    top: -5px;
    margin-bottom: 0px;
    height: 28px;
}

/*.reportsection h3 {
    color: #333233;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
}*/

.row.reportsection.range {
    margin-bottom: 25px;
}

.reportsection hr {
    margin-bottom: 5px;
}

    .reportsection hr.nomargin {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .reportsection hr.smallmargin {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .reportsection hr.minmargin {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.reportsection .location .address {
    font-size: 14pt;
    /*font-weight: lighter;*/
    text-transform: capitalize;
    margin-left: 20px;
    color: gray;
}

.reportsection .location .marker {
    position: relative;
    text-align: center;
    float: left;
    left: 10px;
}

.reportsection .location .letter {
    font-size: 12pt;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 0px;
    top: -2px;
    width: 100%;
}

.comparablemap {
    width: 100%;
    overflow: hidden;
}

    .comparablemap.compact {
        width: 100%;
        height: 502px;
    }

    .comparablemap > img {
        /*width: 100%;*/
    }

.comparablesale h3 {
    color: #333233;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    text-transform: uppercase;
}

.infoblock {
    height: 270px;
    padding-top: 5px;
    margin-bottom: 20px;
}

    .infoblock.slim {
        height: auto;
    }

.comparablesale .infoblock img {
    width: 100%;
    height: 100%;
}

.comparablesale .icontext {
    font-size: 14pt;
    display: block;
    margin-left: 10px;
    padding-bottom: 7px;
}

.comparablesale .saleprice, .saledate {
    font-size: 30pt;
    font-weight: lighter;
    color: #E00030;
}

    .comparablesale .saleprice sup {
        font-size: 60%;
    }

.container-report-print .comparablesale .saleprice, .container-report-print .saledate {
    font-size: 29pt;
}

.tab-content .report-wrap .comparablesale img {
    margin-bottom: 10px;
}

/* Diagonal lines */
.strike {
    position: relative;
    display: inline-block;
}

    .strike:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        border-color: inherit;
    }

    .strike.up:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .strike.down:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

div.cartodb-popup.v2.infowindow-custom.wider {
    width: 242px;
}

div.cartodb-legend.category ul li {
    text-transform: capitalize !important;
}

/* Search on property landing page */

#search-wrapper {
    position: relative;
    width: 100%;
    min-height: 205px;
    margin-bottom: 24px;
}

#search_map_canvas {
    background-image: url(../images/search-map-grey-200.png);
    height: 100%;
    width: 100%;
    position: absolute;
}

#search_container {
    width: 100%;
    position: relative;
    z-index: 100;
    padding-bottom: 30px;
}

#PropertySearchContent #SearchForm {
    padding-top: 10px;
}

#SearchForm .form-control:focus {
    /*    border-color: #707070;
    outline: 0px;*/
}

.address-title {
    text-align: center;
    border: 0;
}

    .address-title h3 {
        margin-top: 9px;
        margin-bottom: 6px;
        font-size: 34px;
        font-weight: 400;
        color: #FFF;
    }

.address-title-rural {
    text-align: center;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 30px;
    font-weight: 400;
    margin-left: -30px;
}

    .address-title-rural h3 {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 0px;
        color: #E00030;
    }

        .address-title-rural h3 + #legal_description {
            color: #707070;
            font-size: 14px;
            font-weight: bold;
        }

#search_overlay {
    z-index: 98;
    background-color: rgba(223, 0, 32, .9);
    position: absolute;
    width: 100%;
    height: 100%;
}

#welcome_row {
    min-height: 40px;
}

#search-wrapper #search_container {
    padding-top: 120px;
}

#search-wrapper #welcome_text {
    /*    position: absolute;*/
}

    #search-wrapper #welcome_text h3 {
        color: #FFF;
        font-size: 28px;
        font-style: normal;
        margin-top: 12px;
    }

        #search-wrapper #welcome_text h3 cite.text-primary {
            color: #FFF;
            font-size: 28px;
            font-style: normal;
        }

#search-wrapper .btn-search {
    background-color: #4d4b4d;
    float: left;
}

#search-wrapper .btn.btn-search:hover,
#search-wrapper .btn.btn-search:focus {
    color: #FFF;
    background-color: #333233;
}

#search-wrapper .twitter-typeahead, .twitter-typeahead {
    text-align: left !important;
}

#StartOfContent {
    font-style: italic;
}

/* system notification */

#system_notification {
    text-align: center;
    width: 90%;
    margin-top: -20px;
    position: fixed;
    margin-left: 4%;
    margin-right: auto;
    z-index: 1099;
}

    #system_notification div {
        position: relative;
        top: 24px;
        margin-bottom: 5px;
        z-index: 1100;
    }
/* Loader */

#loader_canvas {
    position: relative;
    background: url(../images/House_solid_32px.png) no-repeat 7px 7px;
    width: 48px;
    height: 48px;
}

    #loader_canvas.street-view-canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.street-view-canvas + #streetImage {
    min-height: 64px;
}

#loader_canvas .loader {
    position: absolute;
    top: 0;
    left: 0;
    border: 6px solid #F2F2F2;
    border-top: 6px solid #E00030; /* red */
    border-radius: 50%;
    width: 48px;
    height: 48px;
    animation: spin 1.5s linear infinite;
    background: none;
}


#loader_canvas.loader_table {
    position: absolute;
    left: 17.75em;
    top: -1em;
    animation: fadeIn 0.5s ease;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.content-format {
    font-style: normal;
}

hr.address-divider {
    margin-right: -15px;
    margin-left: -15px;
    border-color: #000;
}

span.custom-pagination {
    margin-right: 2em;
    display: inline-block;
}

/* Message Queue Notifications*/
div.xmlMessageContentModal {
    overflow: scroll;
    max-height: 500px;
}

    div.xmlMessageContentModal pre {
        width: 1000px;
    }

/* loading spinner */
.spinner {
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    color: #ffffff;
    height: 100%;
    width: 100%;
    z-index: 1080;
}

.spinner-text {
    margin-left: 1em;
    font-size: 16px;
    text-shadow: -1px 0 0.5em grey, 0 1px 0.5em grey, 1px 0 0.5em grey, 0 -1px 0.5em grey;
}

.text-on-image {
    position: absolute;
    pointer-events: none;
    color: black;
    text-shadow: -1px 0 0.5em white, 0 1px 0.5em white, 1px 0 0.5em white, 0 -1px 0.5em white;
}

.form-group {
    margin-bottom: 15px !important;
}

.table td {
    padding: 0.5rem;
    width: auto;
    border-spacing: 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote small,
blockquote .small {
    display: block;
    line-height: 1.428571429;
    color: #999999;
}

blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
    text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
    content: "";
}
.radio-inline, .checkbox-inline {
    display: inline-block!important;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
        margin-top: 3px;
    }


.profile-signin {
    width: 640px
}

.tnc-wrap {
    background-color: #ffffff;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #b3b1b3;
}

ul.no-bullets {
    list-style-type: none;
}
.order-label {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #212529;
    font-size: 14px;
    margin-left: 25px;
}

.order-label-empty {
    padding: 0.5rem;
    margin-left: 25px;
}

.order-field {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #212529;
    font-size: 14px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none !important;
}

.table-compact > tbody > tr > td,
.table-compact > tbody > tr > th,
.table-compact > tfoot > tr > td,
.table-compact > tfoot > tr > th,
.table-compact > thead > tr > td,
.table-compact > thead > tr > th {
    padding: 4px;
}

td.price {
    text-align: right !important;
    width: 60px;
}

.col-fixed-width-100 {
    width: 100px !important;
}

.second-button-row {
    padding-top: 2px;
}
.empty-element {
    display:none;
}
.highlight {
    color: #FF0000;
}
.form-input-with-top-gap {
    padding-top: 0.5rem;
}
/*Start - Override bootstrap styles to fix ui issues after upgrade*/
.modal-body {
    padding: 1rem !important;
}
.float-left {
    float: left !important;
}
label {
    margin-bottom: 0.5rem !important;
}
.form-control
{
    appearance:auto !important;
}
.text-right {
    text-align: right !important;
}
.input-group-append
{
    margin-left: -1px !important;
}
.input-group-prepend, .input-group-append {
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    background-color: #e9ecef !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}
.link-light {
    color: #333333 !important;
}
.link-light:hover {
    color: #1AA0AE !important;
    text-decoration: underline !important;
}
.link-light:visited {
    color: #333333 !important;
    text-decoration: none;
}
.link-light:focus {
    color: #333333 !important;
    text-decoration: none;
}
.table thead th {
    vertical-align: bottom !important;
    border-bottom: 2px solid #dee2e6 !important;
}
.table th, .table td {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 0px;
}
.contact-details-table td {
    border: 0;
    padding: 0.2rem;
    border-top: 0px solid !important;
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }

    .container-summarydetail-maxwidth {
        max-width: 1320px;
    }
}
#decisioninfo .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
#decisioninfo .col-md-6,
#decisioninfo .col-md-4,
#decisioninfo .col-md-8 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
@media (min-width: 768px) {
    #decisioninfo .col-md-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
@media (min-width: 576px) {
    .modal-dialog-custom {
        max-width: 500px !important;
    }
}
.float-right {
    float: right !important;
}
.portfolio-search-box #SearchValue {
    width: 75% !important;
}

.portfolio-search-box .twitter-typeahead {
    text-align: center !important;
}

.portfolio-search-box .tt-dropdown-menu {
    display: inline-block;
    text-align: left !important;
    left: 140px !important;
}
@media (min-width: 576px) {
    #usage .col-sm-2 {
        width: 16.66666667%;
    }
    #usage .col-sm-1 {
        width: 8.33333333%;
    }
    #usage .col-sm-3 {
        width: 25%;
    }
}
/*End - Override bootstrap styles to fix ui issues after upgrade*/

.bold-header
{
    font-weight: bold;    
}
.validation-summary-valuation-assesment {
    display: none;
    color: #DD2311;
    font-weight: bold;
}
.validation-summary-valuation-assesment li {
    list-style: none;
}

.storyland-button {
    background-color: #1AA0AE;
    border: none;
    border-radius: 8px;
    color: #FFFFFF;
    display: inline-block;
    font-size: clamp(16px, 1.599vw, 20px);
    font-weight: 600;
    height: clamp(40px, 3.996vw, 50px);
    line-height: 1.2;
    padding: 0 clamp(15px, 1.776vw, 20px);
    text-overflow: ellipsis;
    transform: translateZ(0);
    transition: background 0.4s;
    white-space: nowrap;
    width: auto;
    z-index: 999999;
    cursor: pointer;
    outline: none;
}