﻿@import "val-typography.css";

.tt-dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}

a {
    cursor: pointer;
}


.no-float {
    float: none !important;
}

/* Dropdown */
ul.dropdown-menu.show, ul.dropdown-menu-form.show {
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 2px;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    ul.dropdown-menu-form.show {
        padding-top: 10px;
    }

ul.dropdown-menu-form input[type='checkbox'] {
    margin: 4px 7px auto 10px !important;
}

ul.dropdown-menu > li > a,
ul.dropdown-menu-form > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

    ul.dropdown-menu > li > a:hover,
    ul.dropdown-menu-form > li:hover {
        text-decoration: none;
        background-color: #f2f2f2;
        color: #333;
    }

    /* Dropdown checklist */
    ul .dropdown-menu-form {
    padding: 5px 10px 0;
    max-height: 300px;
}

/* = Horizontal Dropdown\
-------------------------------------------------------------- */

div.val-nav-h-dropdown-menu {
    background: rgb(51,51,51, .3);
    background: radial-gradient(circle, rgba(51,51,51, .6) 0%, rgba(51,51,51, .7) 100%);
    /*    background-color: rgba(51,51,51, .6);*/
    margin: 0;
    border: none;
    border-radius: 0;
    width: 100%;
}
.horizontal-dropdown-menu.val-nav-h-dropdown-menu .container {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.horizontal-dropdown.show .horizontal-dropdown-menu.val-nav-h-dropdown-menu a {
    max-width: fit-content;
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    width: auto;
    background-color: transparent;
    color: #f2f2f2;
    font-size: 14px;
    letter-spacing: 0.1rem;
    border-bottom: solid 2px transparent;
    padding: 0 .15rem .1rem .15rem;
    margin: .2rem 0 .2rem 1rem;
}
    .horizontal-dropdown.show .horizontal-dropdown-menu.val-nav-h-dropdown-menu a:hover,
    .horizontal-dropdown.show .horizontal-dropdown-menu.val-nav-h-dropdown-menu a:focus,
    .horizontal-dropdown.show .horizontal-dropdown-menu.val-nav-h-dropdown-menu a:active {
        color: #F2F2F2;
        border-bottom: solid 2px #CC3300;
        transition: linear .5s;
    }


.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.show {
    position: static;
}

.horizontal-dropdown.show ul.horizontal-dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    padding: 10px;
    box-shadow: none;
    background-color: #4d4b4d;
    border-bottom: none;
}

        .horizontal-dropdown.show ul.horizontal-dropdown-menu li {
            float: right;
            display: block;
        }

            .horizontal-dropdown.show ul.horizontal-dropdown-menu li a {
                color: #FFF;
                padding: 0 15px;
            }

#navbarNav {
    margin-right: 25px;
}

.navbar-inverse {
    -webkit-transform: translateZ(0);
    padding: 3px;
}

@media (max-width: 768px) {
    .horizontal-dropdown.show ul.horizontal-dropdown-menu {
        position: static;
        float: left;
    }

        .horizontal-dropdown.show ul.horizontal-dropdown-menu li {
            float: left;
        }

    .navbar-collapse .navbar-nav {
        padding-top: 0;
        margin-bottom: 0;
    }

    .horizontal-dropdown.show ul.horizontal-dropdown-menu {
        padding: 0 0 0 20px;
    }

        .horizontal-dropdown.show ul.horizontal-dropdown-menu li {
            clear: both;
        }

            .horizontal-dropdown.show ul.horizontal-dropdown-menu li a {
                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;
    }
}

/* = 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;
    }

    .btn:hover {
        transition: ease-in .5s;
    }

    .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 {
        padding: 0;
    }
}

@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: 93px;
    color: #333233;
}

/* = Typography
-------------------------------------------------------------- */

h1 {
    font-size: 43px;
    font-weight: 300;
}

h2 {
    font-size: 43px;
    font-weight: 300;
}

h3 {
    color: #1AA0AE;
}

    h3 span a {
        color: #333233;
        font-size: 14px;
    }

    h3.black {
        color: #000;
    }

    h3.client_title a {
        color: #1AA0AE;
    }

strong {
    font-weight: 600;
}

.fine {
    font-size: 12px;
}

/* = Helpers
-------------------------------------------------------------- */

.page-header {
    margin: 44px 0 0 0;
    border: 0;
    text-align: center;
}
.page-header-contact {
    margin: 44px 0 0 0;
    border: 0;
}

    .page-header h2 {
        color: #333;
    }



h3.dashboard-title {
    margin-top: 1px;
}

.report-tabs-title .page-header h2 {
    text-align: center;
    font-style: italic;
}

.text-primary {
    color: #1AA0AE !important;
}

    .text-primary:hover {
        color: #1AA0AE;
    }

h2 i {
    margin-right: 10px;
}

a.ts-and-cs {
    color: #1AA0AE;
}

/* = Navbar / Header
-------------------------------------------------------------- */



    .navbar-inverse .navbar-nav .muted {
        color: #FFF;
        padding-top: 15px;
        padding-bottom: 15px;
    }

.navbar-brand {
    width: 205px;
    padding: 15px 15px 15px 0;
    margin-left: 25px;
}
    .navbar-brand img {
        padding-right: 0 10px 0 0;
        width: 100%;
        max-width: 190px;
    }

.rebrand-logo {
    display: inline-block;
    padding: 9px 0 0 20px;
    position: absolute;
    height: 64px;
    margin: 14px 0 14px;
    vertical-align: middle
}

    .rebrand-logo img {
        position: relative;
        height: 100%;
    }

.navbar-inverse,
footer {
    background-color: #333;
}

    .navbar-inverse .navbar-nav > .active > a {
        background-color: transparent;
        cursor: default;
    }

.navbar {
    margin-bottom: 0;
}

/* = Comment Styling
-------------------------------------------------------------- */

blockquote > footer {
    background-color: #FFF;
    min-height: 0;
    height: auto;
    font-size: 14px;
}

blockquote p {
    font-weight: 300;
    line-height: 1.25;
}


/* = Button Styling
-------------------------------------------------------------- */

.btn {
    border-radius: 7px;
    text-transform: uppercase;
    color: #FFF;
    min-height: 45px;
    line-height: 40px;
    vertical-align: top;
    padding: 3px 12px;
    outline: none;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 600;
    min-width: 150px;
    width: max-content;
}
    .btn.btn-sml {
        font-size: 11px;
    }

    .btn:active, .btn:focus {
        box-shadow: none;
        outline: none;
        border: 1px solid transparent;
        background-color: #333;
    }

    .btn:hover {
        transition: ease-in .3s;
        border: 1px solid transparent;
    }

        .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: #1AA0AE;
    }

    .btn.btn-search {
        line-height: inherit;
    }

        .btn.btn-light:hover, .btn.btn-search:hover,
        .btn.btn-light:focus, .btn.btn-search:focus {
            color: #ffffff;
            background-color: #333;
        }

    .btn.btn-menu {
        color: #333;
        background-color: #F2F2F2;
        text-transform: none;
        text-align: left;
        min-width: 0;
        letter-spacing: 0;
    }

        .btn.btn-menu.info {
            text-align: center;
        }

        .btn.btn-menu:hover,
        .btn.btn-menu:focus {
            color: #ffffff;
            background-color: #1AA0AE;
        }

/* override square button styles */
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 7px;
}

.btn-group > .btn.btn-menu:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn-group > .btn.btn-menu:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.btn-group > a.btn.popup-image.info:hover,
.btn-group > a.btn.popup-image.info:active,
.btn-group > a.btn.popup-image.info:focus {
    border-radius: 0 7px 7px 0;
}

button.btn.btn-menu, a.btn.btn-menu {
    padding: 0 40px;
}

button.btn.btn-menu {
    margin: 0;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

a.btn.btn-menu.info {
    padding: 0 0;
}

.btn.btn-clear {
    background: #F2F2F2;
    color: #1AA0AE !important;
}

    .btn.btn-clear:hover,
    .btn.btn-clear:focus {
        background: #1AA0AE;
        color:  #ffffff !important;
    }

.btn-group {
    width: 100%;
}

    .btn-group.bt-md-6 .btn {
        width: 13%;
        margin-right: 2%;
        margin-top: 5px;
    }

        .btn-group.bt-md-6 .btn:last-child {
            margin-right: 0;
        }

    .btn-group.bt-md-5 .btn {
        width: 17%;
        margin-right: 3%;
        margin-top: 5px;
    }

        .btn-group.bt-md-5 .btn:last-child {
            margin-right: 0;
        }

    .btn-group.bt-md-4 .btn {
        width: 21.3%;
        margin-right: 3.5%;
    }

        .btn-group.bt-md-4 .btn:last-child {
            margin-right: 0;
        }

    .btn-group.bt-md-3 .btn {
        width: 28%;
        margin-right: 5%;
    }

        .btn-group.bt-md-3 .btn:last-child {
            margin-right: 0;
        }

    .btn-group.bt-md-2 .btn {
        width: 45.0%;
        margin-right: 5%;
    }

        .btn-group.bt-md-2 .btn:last-child {
            margin-right: 0;
        }

    .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%;
            }


/*multiselect styles*/

.multiselect-native-select > .btn-group .btn {
    border-color: #DDD;
    color: transparent;
}

.multiselect-native-select > .btn-group .btn::before {
    color: #757575;
    content: "Click to edit";
    display: inline-block;
    text-align: center;
    width: 100%;
}

.multiselect-native-select .btn.multiselect:hover,
.multiselect-native-select .btn.multiselect:focus {
    color: #757575;
    background-color: #F2F2F2;
    border-color: #757575;
}
    .multiselect-native-select .btn.multiselect:hover::before,
    .multiselect-native-select .btn.multiselect:focus::before {
        display: none;
    }
.multiselect-selected-text {
    color: transparent;
}

.multiselect-native-select .btn.multiselect:hover .multiselect-selected-text,
.multiselect-native-select .btn.multiselect:focus .multiselect-selected-text {
    color: #757575;
}

select[name='PostcodeSelection'] + div.btn-group.show {
    z-index: 1030;
}

/*--custom. link to show inline with or in place of buttons*/
.inline-btn-link {
    line-height: 45px;
}

.nav .btn-link,
.nav .btn-link:hover,
.nav .btn-link:focus {
    color: white;
    padding: 0 15px;
    border: 0;
    outline: 0;
}

/* = 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;
    }

.page-bg {
    background: linear-gradient(0deg, rgba(51,51,51, .15), rgba(51,51,51, .85)), url(/Content/Images/login_page_bg.jpg);
    background-size: cover;
    background-position: bottom;
}

.welcome h1, .welcome p.lead {
    color: #FFF;
    letter-spacing: 0.1em;
    font-family: Montserrat, 'Open Sans';
}

.welcome h1 {
    margin-top: 109px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 55px;
}

    .welcome h1.hidden-lg {
        margin-top: 45px;
        line-height: 40px;
        font-size: 36px;
    }


    .welcome h1 strong {
        font-weight: 600;
        letter-spacing: .15em;
    }

    .welcome h1 cite {
        font-weight: 400;
    }


.welcome p.lead {
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 49px;
    margin-top: 11px;
    color: #FFF;
}

.welcome p.instructions {
    font-weight: 300;
    letter-spacing: 0;
    line-height: 29px;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 11px;
    color: #f2f2f2;
}

.welcome p.lead strong {
    font-weight: 500;
    letter-spacing: .1em;
    font-size: 27px;
}

/*** 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: 0;
        padding-right: 0;
    }

    #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_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: #333;
    min-height: 90px;
}

    footer .footer-detail {
        padding-top: 30px;
        color: #FFF;
        font-family: 'Open Sans';
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.7em;
    }

        footer .footer-detail .footer-links {
            padding-left: 0;
            list-style: none;
        }

            .navbar-inverse .val-navbar-nav > li > a.nav-link,
            footer .footer-detail .footer-links a {
                padding-right: 0;
                padding-left: 0;
                padding-bottom: 4px;
                margin-left: 25px;
                color: #F2F2F2;
                font-size: 14px;
                font-family: 'Open Sans', Arial, sans-serif;
                text-transform: uppercase;
                font-weight: 600;
                letter-spacing: .06em;
                border-bottom: solid 2px transparent;
            }

                .navbar-inverse .val-navbar-nav > .show > a.nav-link,
                .navbar-inverse .val-navbar-nav > .show > a.nav-link:hover,
                .navbar-inverse .val-navbar-nav > .show > a.nav-link:focus,
                .navbar-inverse .val-navbar-nav > li > a.nav-link:hover,
                .navbar-inverse .val-navbar-nav > li > a.nav-link:focus,
                footer .footer-detail .footer-links a:hover {
                    color: #F2F2F2;
                    text-decoration: none;
                    transition: ease-in 0.5s;
                    outline: none;
                    border-bottom: solid 2px #CC3300;
                }

            footer .footer-detail .footer-links li {
                float: left;
            }

                footer .footer-detail .footer-links li.muted {
                    padding: 0 18px;
                }

                footer .copyright {
                    margin-right: 25px;
                }

/* = 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;
        }


/* = 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;
    font-size: 0.9rem;
}

.nav-tab-with-colour > li > a.active {
    background-color: #dee2e6 !important;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #dddddd #eeeeee;
}
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus {
    border-color: #b3b1b3 #b3b1b3 transparent #b3b1b3;
}

.nav-tabs > li.highlight > a.active {
    background-color: #FF4F2C;
}


.tab-content {
    padding-bottom: 20px;
}

    .tab-content .report-wrap {
        background-color: #ffffff;
        margin-top: 40px;
        margin-bottom: 20px;
        border: 1px solid #b3b1b3;
        padding: 40px;
        overflow: auto;
    }

        .tab-content .report-wrap img {
            margin-bottom: 40px;
        }

        .tab-content .report-wrap h2 {
            text-align: left; /* center */
            color: #1AA0AE;
            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 {
        border: 1px solid #F2F2F2;
        border-radius: 7px;
    }

    .btn-tall {
        line-height: 100%;
    }

#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: #1AA0AE;
    border-color: #1AA0AE;
}

    .pagination > .active > a:hover {
        background-color: #1AA0AE;
        border-color: #1AA0AE;
    }

/* = Login
-------------------------------------------------------------- */

label[for="RememberMe"] {
    margin: 10px 0 0 10px;
}

/* = Custom file input
-------------------------------------------------------------- */

.di-mandatory-field-text::after {
    color: #DD2311;
}

.NFI-wrapper {
    width: 100%;
    font-family: arial;
    font-size: 14px;
}

    .NFI-wrapper .NFI-button {
        background: #1AA0AE;
        text-shadow: 0 -1px 0 #1AA0AE;
        border: solid #1AA0AE 1px;
        color: #ffffff;
        width: 20%;
        line-height: 30px;
    }

        .NFI-wrapper .NFI-button:hover {
            background: #333;
            text-shadow: 0 -1px 0 #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: #DD2311;
    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: #DD2311;
    }

.result {
    display: inline-block;
}

.late {
    font-size: small;
    display: block;
}

.dashboard-summary td {
    width: 50%;
}

a:hover {
    color: #1AA0AE;
}

#donutchart {
    margin: 0 auto;
    height: 350px;
}

/* = Valuations Section
-------------------------------------------------------------- */

.valuation-listing td {
    font-size: 10pt;
    white-space: nowrap;
}

.table-striped > tbody > tr.delayed:nth-child(odd) {
    background-color: #edcfa8;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #F2F2F2;
}


.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 tr th {
    font-size: 10pt;
    font-weight: bold;
    white-space: nowrap;
    border-bottom: none;
}

.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;
    min-width: 290px;
    margin-bottom: 5px !important;
}

    .dataTables_filter label {
        margin-left: 0;
    }

.dataTables_info[role="status"] {
    color: #1AA0AE;
    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;
}

/* = 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: 0;
    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: #1AA0AE;
        border-color: #1AA0AE;
    }

.sat-view,
.street-view {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}

/* = Report container for Print 
-------------------------------------------------------------- */


.container-report-print h3.report-title {
    margin-left: 20px;
    color: #FFF;
    font-size: 28px;
}

    .container-report-print h3.report-title cite {
        color: #1AA0AE;
        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 .report-header {
    background-color: #1AA0AE;
    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: 0 3px;
}

.container-report-print .comparablemap {
    width: 925px;
}

.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: #1AA0AE;
            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: #DD2311;
    }

.property-detail {
    line-height: 42px;
}

    .property-detail .property-data {
        line-height: 36px;
    }

        .property-detail .property-data div{
            float: left
        }

.rural-totals {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 19px 0 12px 0;
    line-height: 40px;
}

.property-icon {
    color: #1AA0AE;
}

.ival-indicator-row {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    margin-left: 0;
    margin-right: 0;
}

    .ival-indicator-row .ival-label {
        padding-left: 3px;
    }

.report-icon {
    top: 7px;
    position: relative;
    font-size: 40px;
    color: #1AA0AE;
    padding-right: 10px;
    padding-bottom: 5px;
}

.modal-dialog-center {
    margin-top: 25%;
}

.modal #messageHeader {
    color: #DD2311;
}

.modal-header {
    border-top: 6px solid #1AA0AE;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 1rem 1rem;
}

    .modal-header .close{
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    color: #1AA0AE;
    font-weight: 500;
}

#val-detail-image {
    max-width: 100%;
}

/*Broker order Dashboard*/

.bold {
    font-weight: bold;
}

/*Left hand vertical tabs*/

.tabs-left > .nav-tabs > li {
    float: none;
    width: 100%
}

.tabs-left {
    text-align: left;
}

    .tabs-left > .nav-tabs > li > a {
        -moz-min-width: 74px;
        -ms-min-width: 74px;
        -o-min-width: 74px;
        -webkit-min-width: 74px;
        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;
            -ms-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 > li > a.active,
            .tabs-left > .nav-tabs > li > a.active:hover,
            .tabs-left > .nav-tabs > li > a.active: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;
    }

/* Reports 2.0 */

.reportpageheader {
    background-color: #1AA0AE;
    color: #FFF;
}

    .reportpageheader img {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 180px;
    }

    .reportpageheader.agri-header {
        background-color: #eaeaea;
    }

    .reportpageheader .headertitle {
        position: absolute;
        top: 20px;
        right: 15px;
        font-size: 20px;
        font-weight: bold;
    }

.report-header-hr {
    background-color: #333;
    height: 2px;
}

.reportpagefooter {
    height: 60px;
    line-height: 60px;
}

    .reportpagefooter hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .reportpagefooter .report-timestamp {
        position: absolute;
        left: 0;
        font-size: 24px;
        font-weight: normal;
    }

    .reportpagefooter img {
        position: absolute;
        top: 0;
        right: 15px;
    }

    .reportpagefooter .poweredby {
        position: absolute;
        right: 220px;
        font-size: 20px;
        font-weight: normal;
    }

.tab-content .report-wrap .reportpagefooter img {
    margin-bottom: 0;
}

.reportheader {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
}

    .reportheader .headertitle {
        font-size: 43px;
        font-weight: lighter;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 15px;
    }

    .reportheader .rightbox {
        position: absolute;
        top: 20px;
        right: 15px;
    }

        .reportheader .rightbox p {
            text-align: right;
        }

.propertyheader h3 {
    color: #333233;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}

.propertyheader hr {
    margin-top: 0;
    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: #1AA0AE;
    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: #333;
    color: #F2F2F2;
    font-size: 24pt;
    font-weight: lighter;
    padding-right: 10px;
    padding-left: 20px;
}

    .propertyheader .estimate .high.right > span {
        right: 0;
        float: right;
    }

.propertyheader .estimate .low {
    background-color: #F2F2F2;
    color: #333;
    font-size: 24pt;
    font-weight: lighter;
    padding-right: 10px;
    padding-left: 20px;
}

    .propertyheader .estimate .low.right > span {
        right: 0;
        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: 0 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: 0;
    }

    .reporttable tr td:nth-child(2),
    .reporttable tr td:nth-child(4) {
        font-weight: lighter;
    }

.reporttablerows {
    font-size: 16pt;
    font-weight: lighter;
    border-spacing: 0 5px;
    width: 100%;
}

    .reporttablerows th {
        font-size: 16pt;
        font-weight: bold;
    }

    .reporttablerows td {
        padding-top: 0;
        padding-bottom: 0;
    }

.sameline {
    display: inline-block;
}

    .sameline.right {
        position: absolute;
        left: 50%;
    }

.tab-content .report-wrap .location .marker > img {
    position: relative;
    top: 4px;
    margin-bottom: 0;
}

.reportsection h3 {
    color: #333233;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}

.row.reportsection.range {
    margin-bottom: 25px;
}

.reportsection hr {
    margin-bottom: 5px;
}

    .reportsection hr.nomargin {
        margin-top: 0;
        margin-bottom: 0;
    }

    .reportsection hr.minmargin {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.reportsection .location .address {
    font-size: 28pt;
    font-weight: lighter;
    text-transform: capitalize;
    margin-left: 20px;
}

.reportsection .location .marker {
    position: relative;
    text-align: center;
    float: left;
    left: 10px;
}

.comparablemap {
    width: 100%;
    height: 562px;
    overflow: hidden;
}

    .comparablemap.compact {
        width: 100%;
        height: 502px;
    }

    .comparablemap > img {
        width: 100%;
    }

.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;
}

.comparablesale h3 {
    color: #333233;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    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;
    text-align: left;
}

.comparablesale .saleprice, .saledate {
    font-size: 30pt;
    font-weight: lighter;
    color: #1AA0AE;
}

    .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%;
    margin-bottom: 24px;
}

    #search-wrapper .btn-search {
        background-color: #1AA0AE;
        float: left;
    }
    
    #search-wrapper .btn.btn-search:hover, #search-wrapper .btn.btn-search:focus {
        color: #F2F2F2;
        background-color: #333;
    }

#search_map_canvas {
    background-image: url(../images/page_bg.jpg);
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%;
    position: absolute;
}

#search_container {
    width: 100%;
    position: relative;
    z-index: 100;
    padding-bottom: 30px;
}

#search-wrapper #search_container {
    padding-top: 75px;
    padding-bottom: 3px;
}

    #search_container .search-helper-msg {
        color: #F2F2F2;
        font-weight: 600;
        padding-left: 1px;
    }

    #PropertySearchContent #SearchForm {
        padding-top: 10px;
    }

.form-group-nomargin {
    margin-bottom: 0;
}


.address-title {
    text-align: center;
    color: #333;
    border: 0;
    padding-left: 0;
    margin: 0 0 15px 0;
}

    .address-title > h3 {
        margin-top: 9px;
        margin-bottom: 6px;
        font-size: 29px;
        font-weight: bold;
        color: #1AA0AE;
        font-style: normal;
        text-align: center;
        margin-bottom: 0;
    }

    #search_container .address-title > h3 {
        text-shadow: 2px 2px 4px #333;
    }
        .address-title > h3 + span {
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 41px;
            display: block;
            vertical-align: top;
        }


.address-title-rural {
    text-align: center;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 400;
    margin-left: -30px;
}

    .address-title-rural h3 {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 0;
        color: #1AA0AE;
    }

        .address-title-rural h3 + #legal_description {
            color: #707070;
            font-size: 14px;
            font-weight: bold;
        }

#search_overlay {
    z-index: 98;
    background: linear-gradient( 0deg, rgba(51,51,51, 1), rgba(51,51,51, .1));
    position: absolute;
    width: 100%;
    height: 100%;
}

#welcome_row {
    min-height: 40px;
}

#search_container {
    padding-top: 36px;
}

#welcome_text h3 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    margin-top: 12px;
}

    #welcome_text h3 cite.text-primary {
        color: #FFF;
        font-size: 28px;
        font-style: normal;
    }

.btn-search {
    float: left;
}

.twitter-typeahead {
    text-align: left;
}

#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;
    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 #1AA0AE; /* dark grey */
    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(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.content-format {
    font-style: normal;
}

hr.address-divider {
    margin-right: -15px;
    margin-left: -15px;
    border-color: #000;
}

/* Message Queue Notifications*/

div.xmlMessageContentModal {
    overflow: scroll;
    max-height: 500px;
}

    div.xmlMessageContentModal pre {
        width: 1000px;
    }

/* Bootstrap v4.x styles*/

.align-middle-td > tbody > tr > td {
    vertical-align: middle;
}

.leaflet-control-container .leaflet-control {
    z-index: 1000;
}

.legend-component {
    display: none;
    background-color: white;
    position: absolute;
    top: 10px;
    left: 20px;
    padding-left: 6px;
    padding-right: 6px;
    z-index: 250;
    opacity: 0.8;
}

.legend-header {
    font-weight: bold;
}

#legend {
    width: 33%;
}

.title-popup {
    z-index: 251;
}

table#products tr td:first-child {
    display: none;
}

.total-row {
    font-weight: bold;
}

.used-cv {
    color: grey;
}

.excluded-row {
    text-decoration: line-through;
    color: grey;
}

.top-align {
    vertical-align: top;
}

.category-selection-requestor {
    padding: 4px 6px 4px 6px;
    border: 1px solid #cccccc;
}

.location-selection-requestor {
    padding: 4px 6px 4px 6px;
    border: 1px solid #cccccc;
}

dialog {
    white-space: pre;
}

.comparable-sale {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 3px solid #dddddd;
}

.sale-edit-attributes {
    margin-top: 3px;
    padding-top: 3px;
}

.less-margin {
    padding-left: 10px;
    padding-right: 10px;
}

.sale-card-ul {
    list-style: none;
}

.paginate_button, .paginate_active {
    cursor: pointer;
}

.image img {
    width: 200px;
    height: 100px;
}

.sale-card {
    font-size: small;
    min-width: 15em;
    padding: 0.5em;
    margin: 0.5em;
    border: 1px solid #dddddd;
    border-radius: 5px;
    display: inline-block;
}

.address {
    font-size: large;
    margin-bottom: 0.5em;
    display: inline-block;
}

.sale-card-label {
    width: 7em;
    margin-left: 0.5em;
    font-weight: 700;
    display: inline-block;
}

.subject-property-label {
    margin-left: 0.5em;
    font-weight: 700;
    display: inline-block;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    bottom: 33px;
    outline: 0;
    width: 30px;
    height: 101px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-viewport {
    height: 250px;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    margin: 0;
}

.bx-prev.disabled, .bx-next.disabled {
    display: none;
}

.login-fields {
    margin-bottom: 0;
}

.login-fields .form-group {
    height: fit-content;
}

.rounded-fields input {
    border-radius: 7px;
}

.login-btns {
    vertical-align: middle;
    line-height: 47px;
}

    .login-btns label,
    .login-btns a {
        color: #FFF;
        font-size: 17px;
        font-family: Montserrat, 'Open Sans';
        margin-left: 7px;
    }

        .login-btns label:hover,
        .login-btns a:focus,
        .login-btns a:hover,
        .login-btns a:active {
            color: #F2F2F2;
            color: rgba(255,255,255,.6);
            text-decoration: none;
        }

    .login-btns label {
        margin: 0;
        vertical-align: middle;
    }

    .login-btns input[type=checkbox] {
        margin: 15px 7px;
        width: 17px;
        height: 17px;
        position: relative;
        vertical-align: middle;

    }

#username-navigation-button .tooltip {
    max-width: 500px;
}

#username-navigation-button + .tooltip > .tooltip-inner {
    max-width: 100%;
    color: #1AA0AE;
    background-color: #ffffff;
    text-transform: lowercase;
}

#username-navigation-button + .tooltip > .tooltip-arrow {
    border-top-color: #ffffff;
}

/* 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;
}

.brandcolor {
    color: #1AA0AE;
}

.myrebuild-listing-btn {
    min-height: 0;
    line-height: 20px;
    padding: 3px 12px;
    min-width: 0;
    width: 100%;
}

.carousel-control-prev {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control-next {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); 
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

i.edit-fee {
    padding-left: 7px;
}

/** Bootstrap overides **/
.val-container-wrap {
    padding: 0;
    margin: 0;
    min-height: 100%;
    display:inline;
}

    .val-container-wrap .btn {
        border: 1px solid transparent;
    }

        .val-container-wrap .btn.btn-light:hover,
        .val-container-wrap .btn.btn-light:focus,
        .val-container-wrap .btn.btn-light:active:focus,
        .val-container-wrap .btn.btn-light:active {
            background-color: #333;
            color: #F2F2F2;
            border: 1px solid transparent;
            border-radius: 7px;
            outline: none;
            box-shadow: none;
        }

.navbar .nav-item:not(.show) > .nav-link {
    color: #F2F2F2 !important;
}