﻿@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700);

.webViewContainer {
    display: block !important;
}

.webViewContainer_Inline {
    display: inline-block !important;
}

.mobileViewContainer {
    display: none !important;
}

.mobileViewContainer_Inline {
    display: none !important;
}

.displayContainer select {
    background-color: white;
    border: thin solid black;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding-left: 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*Arrows*/
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, var(--dark-blue), var(--dark-blue));
    background-position: calc(100% - 16px) calc(1em), calc(100% - 11px) calc(1em), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

    /*select:focus {
                    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
                    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
                    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
                    background-repeat: no-repeat;
                    border-color: grey;
                    outline: 0;
                }*/

    .displayContainer select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #333;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
}

.navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    border-width: 1px 0 1px;
    border-top-color: #eee;
}

.navbar-inverse .navbar-inner {
    background-color: #4e4e4e;
    border-color: #4e4e4e;
    /*-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(to bottom, #555555, #333333);*/
}

.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1002px;
}

.navbar .nav > li > a {
    font-size: 14px;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    font-family: 'NettoOT', Fallback, sans-serif;
    color: #ddd;
}

.navbar-fixed-top .nav > li.active:after {
    content: url("img/BlackArrow.png");
    left: -4px;
    margin-left: 50%;
    position: relative;
    top: -8px;
}

.PDOLHeader {
    height: 120px;
    width: 100%;
    background-color: white;
    padding: 10px 0;
    z-index: 3;
    position: fixed;
    top: 0;
}

    .PDOLHeader .container {
        width: 1002px;
        position: relative;
    }

    .PDOLHeader span {
        position: absolute;
        right: 0;
        bottom: 0;
        line-height: 1em;
        color: #555;
    }

.navbar-inner {
    height: 40px;
}

.mainNavbarLinks {
    height: 39px;
    width: 50px;
    text-align: center;
    line-height: 39px;
}

body {
    background-color: #ffffff;
    font-size: 13px;
}

.MainSection {
    width: 1002px;
    margin-top: 115px;
    background-color: #FFFFFF;
}

    .MainSection > div {
        width: 990px;
        padding: 5px;
        min-height: 480px;
        position: relative;
    }

.Breadcrumb {
    color: #999;
    line-height: 1.1em;
    min-height: 14px !important;
}

.FooterText {
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    padding: 2px 5px;
    font-size: 11px;
    text-align: right;
    color: #999;
    margin-bottom: 30px;
}

a:focus, button:focus, select:focus, div:focus {
    outline: 0 !important;
}

* {
    outline: 0 !important;
}

.HomeBox {
    background-repeat: repeat-x;
    background-image: url("https://s3-ap-southeast-2.amazonaws.com/propertydatazendesk/Bkg_Search-PDOL.png");
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff40a6d9', endColorstr='#ff006699', GradientType=0);
    z-index: 1;
    width: 970px;
    margin: 0 10px 10px 10px;
    background-color: #017ac3;
}

.BlueBox {
    background-color: #1f4c77;
    /*background-repeat: repeat-x;
    background-image: url("https://s3-ap-southeast-2.amazonaws.com/propertydatazendesk/Bkg_Search-PDOL.png");
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff40a6d9', endColorstr='#ff006699', GradientType=0);*/
    z-index: 1;
}

.BlueBoxTop {
    background-color: #1f4c77;
    z-index: 1;
    width: 990px;
}


.BlueBoxMiddle {
    background-color: #1f4c77;
    z-index: 1;
    width: 990px;
}

    .BlueBoxMiddle .BlueBoxMiddleSub {
        padding: 15px 20px 0 20px;
        position: relative;
    }

#RecentSearchContainer .BlueBoxMiddle {
    width: 780px;
    margin: 20px auto;
    padding: 20px 0;
}

.ExtendedSection {
    background-image: -moz-linear-gradient(top, #e6e6e6, #d6d6d6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#d6d6d6));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #d6d6d6);
    background-image: -o-linear-gradient(top, #e6e6e6, #d6d6d6);
    background-image: linear-gradient(to bottom, #e6e6e6, #d6d6d6);
    background-color: #ddd;
    border: 1px solid #ccc;
    border-width: 0 1px;
    -moz-box-shadow: inset 0 5px 10px rgba(0,0,0, 0.35);
    box-shadow: inset 0 5px 10px rgba(0,0,0, 0.35);
}

h3 {
    color: #333;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 15px 0;
    font-family: 'NettoOT', Fallback, sans-serif;
}

h4 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 8px 0;
    font-family: 'NettoOT', Fallback, sans-serif;
}

h5 {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    margin: 0 0 8px 0;
    font-family: 'NettoOT', Fallback, sans-serif;
}

.WhiteHeading {
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.RentalBox {
    background-color: #009fda;
    /*background-image: linear-gradient(to bottom, #5ecfee, #118cb7);
    border-color: #10add0 !important;*/
}

.RentalBoxTop {
    background-color: #009fda;
    /*background-image: linear-gradient(to bottom, #5ecfee, #4cc0e1);
    border-color: #10add0 !important;*/
}

.RentalBoxMiddle {
    background-color: #009fda;
    /*background-image: linear-gradient(to bottom, #4cc0e1, #118cb7);
    border-color: #10add0 !important;*/
    z-index: 1;
    width: 990px;
}

    .RentalBoxMiddle .RentalBoxMiddleSub {
        padding: 15px 20px 0 20px;
        position: relative;
    }

.RentalBoxBottom {
    background-color: #009fda !important;
    border-color: #10add0 !important;
}

.RentalBoxTopBottom {
    background-color: #009fda !important;
    border-color: #118cb7 !important;
    margin-top: -1px;
}

.RentalCMA .dataTable th, .RentalCMA .detailed-view th {
    background-color: #118cb7;
    /*background-image: linear-gradient(to bottom, #4FB7E3, #1A86B8);*/
}

.RentalCMA .badge-info {
    background-color: #3ca5d3;
}

.RentalCMA .MiniBlueBox {
    background-color: #1A86B8;
    /*background-image: linear-gradient(to bottom, #4FB7E3, #1A86B8);
    border-color: #157bab !important;*/
}

.RentalCMA .CMATemplateSelect-Label {
    background-color: #1A86B8 !important;
    /*background-image: linear-gradient(to bottom, #4FB7E3, #1A86B8);*/
}

.RentalCMA .CMATemplateSelect-Selected {
    border: 1px solid #7ECFE5 !important;
    box-shadow: 0 0 8px rgba(0, 160, 204, 0.5) !important;
}

.RentalCMA .detailed-view .btn-primary, .RentalCMA.AddressBubble .btn-primary, .RentalCMA .dataTable .btn-primary {
    /*background-image: linear-gradient(to bottom, #4FB7E3, #1A86B8);*/
    background-color: #118cb7;
    border-color: #157bab;
}

    .RentalCMA .detailed-view .btn-primary:hover,
    .RentalCMA .detailed-view .btn-primary:focus,
    .RentalCMA .detailed-view .btn-primary:active,
    .RentalCMA .detailed-view .btn-primary.active,
    .RentalCMA .detailed-view .btn-primary.disabled,
    .RentalCMA .detailed-view .btn-primary[disabled],
    .RentalCMA.AddressBubble .btn-primary:hover,
    .RentalCMA.AddressBubble .btn-primary:focus,
    .RentalCMA.AddressBubble .btn-primary:active,
    .RentalCMA.AddressBubble .btn-primary.active,
    .RentalCMA.AddressBubble .btn-primary.disabled,
    .RentalCMA.AddressBubble .btn-primary[disabled] {
        color: #ffffff;
        background-color: #118cb7 !important;
    }


.RentalBox .LargeInput {
    /*box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.15) inset !important;*/
}

.LargeInput {
    font-weight: normal !important;
    font-size: 22px !important;
    padding: 6px !important;
    height: 25px !important;
    /*box-shadow:0 0 10px rgba(0,0,0,0.3), 0 4px 8px rgba(0, 0, 0, 0.15) inset !important;
    border:0 none !important;*/
    color: #333;
    /*border-radius:4px !important;*/
}

.SearchColumns {
    width: 100%;
}

    .SearchColumns > tbody > tr > td {
        width: 50%;
        padding: 0 20px 20px;
        vertical-align: top;
    }

        .SearchColumns > tbody > tr > td:last-child {
            border-left: 1px solid #40A6D9;
            border-left: 1px solid rgba(255, 255, 255, 0.05);
        }

    .SearchColumns input[type="text"] {
        font-size: 13px !important;
        font-weight: bold;
        height: 22px;
        border: 0 none;
        outline: 0;
        margin: 0;
    }

        .SearchColumns input[type="text"]:focus {
            /*box-shadow:0 0 6px rgba(255,255,255,0.5), 0 2px 5px rgba(0, 0, 0, 0.3) inset;*/
            border: 0 none;
        }

.bootstrap-select {
    box-shadow: 0 0 6px rgba(0,0,0,0.15) !important;
}

    .bootstrap-select span {
        font-size: 13px !important;
        font-weight: bold;
        color: #333;
    }

    .bootstrap-select a:hover > span {
        color: white !important;
    }

.dropdown-menu > li > a {
    padding: 3px 8px;
}

.dropdown-toggle > span.pull-left {
    left: 8px !important;
}

.FullSearchRow .dropdown-toggle {
    /*border-radius:4px !important;*/
    border: 0 none;
    height: 30px !important;
}

.bootstrap-select.btn-group .btn .caret {
    right: 10px;
}


.SearchColumns label {
    font-size: 13px;
    font-weight: bold;
    color: white;
    line-height: 16px;
}

.ExtendedSection .SearchColumns label {
    color: #333;
}

.ExtendedSection .RangeTo {
    color: #333;
}

.ExtendedSection .SearchColumns > tbody > tr > td:last-child {
    border-left: 1px solid rgba(0,0,0,0.05);
}

.ExtendedSection .SearchColumns input[type="text"], .ExtendedSection .TextboxWithUnits, .ExtendedSection .inputosaurus-container {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) inset;
}

.ExtendedSection .SearchColumns > tbody > tr > td {
    padding: 0px 20px;
}

.ExtendedSection .SearchColumns input[type="text"] {
    margin: 0;
}

.ExtendedSection .btn {
    background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #F2F2F2;
}

    .ExtendedSection .btn:hover {
        background-color: #f2f2f2;
    }

.DropdownControl {
    margin: 13px 28px 0 0 !important;
}

    .DropdownControl > div:first-child {
        color: #555;
        font-size: 0.8em;
        font-weight: bold;
        margin-bottom: 2px;
        margin-left: 2px;
    }

.FullColumnTextbox {
    width: 440px;
}

.Bubble:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: auto;
    position: absolute;
    right: 10px;
    top: -6px;
}

.Bubble {
    background-color: White;
    /*border-radius: 5px 5px 5px 5px;*/
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    color: #333333;
    width: 454px;
    z-index: 1100 !important;
}

    .Bubble select {
        z-index: 1110;
    }

    .Bubble table {
        margin: 10px;
    }

        .Bubble table label {
            display: inline;
            color: #333;
            margin-top: 5px;
            font-weight: normal;
        }

    .Bubble td {
        padding: 3px 5px;
    }

.PDTable tr > :first-child {
    border-left: 1px solid #ddd;
}

.PDTable td, .PDTable th {
    border-left: none;
}

div.checker {
    margin-top: -3px !important;
}

h4 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
}

.btn {
    font-size: 13px;
    border-width: 0px;
}

.bootstrap-select, .ui-datepicker-trigger {
    padding: 5px 12px;
}

.btn-group {
    padding: 0 !important;
}

.SubLabel {
    color: #b3def4;
    font-weight: normal;
    font-size: 11px;
    line-height: 0;
    padding-left: 5px;
}

.MoneyCombo {
    background-color: white;
    padding: 4px;
    width: 200px;
    position: relative;
}

    .MoneyCombo > input {
        background: none repeat scroll 0 0 transparent;
        border-radius: 0 0 0 0 !important;
        box-shadow: none !important;
        margin: 0;
        padding: 0 !important;
        width: 150px;
    }

    .MoneyCombo .pull-left {
        color: #999999;
        font-size: 13px;
        font-weight: bold;
        padding-left: 3px;
        padding-right: 5px;
        padding-top: 1px;
    }

    .MoneyCombo .pull-right {
        padding: 10px 8px 10px 5px;
        cursor: pointer;
        height: 2px !important;
    }

.PriceMenu {
    max-height: 260px;
    overflow: auto;
    width: 100%;
}

    .PriceMenu li a {
        font-size: 13px;
        font-weight: bold;
        padding-left: 20px;
        cursor: pointer;
    }

        .PriceMenu li a:hover {
            font-size: 13px;
            font-weight: bold;
            padding-left: 20px;
            color: #333;
            cursor: pointer;
        }

    .PriceMenu:after {
        border-bottom: 6px solid #FFFFFF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        left: auto;
        position: absolute;
        right: 10px;
        top: -6px;
    }

.RangeTo {
    font-size: 13px;
    font-weight: bold;
    color: white;
    width: 42px;
    text-align: center;
}

.InlineCheckbox {
    padding: 5px 0 0 0;
}

    .InlineCheckbox label {
        display: inline;
    }

.FullSearchRow {
    margin-bottom: 12px;
}

.HalfSizeRange {
    width: 50%;
}

    .HalfSizeRange input {
        width: 88px;
        margin: 0;
    }

    .HalfSizeRange .RangeTo {
        width: 20px;
        font-size: 16px;
    }

.TokenInput {
    width: 445px;
    height: 22px;
}

.FullSearchRow .dropdown-menu li > a:hover > span {
    color: #333 !important;
}

.FullSearchRow .dropdown-menu li a:hover {
    background-color: #cee9fa;
    /*background-image: linear-gradient(to bottom, #cee9fa, #b8d7f0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcee9fa', endColorstr='#ffb8d7f0', GradientType=0);*/
    /*color:#0c5275 !important;*/
}

select.multiselect {
    margin-bottom: 0;
    height: 30px;
    width: 208px;
}

button.multiselect {
    text-align: left;
    font-size: 13px !important;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important;
}

.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
    margin-bottom: 0 !important;
}

.dropdown-menu:after {
    border-bottom: 7px solid #FFFFFF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: auto;
    position: absolute;
    right: 10px;
    top: -6px;
}

.bootstrap-select.open:after, .MoneyCombo.open:after, .btn-group.open:after {
    border-bottom: 7px solid #FFFFFF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: auto;
    position: absolute;
    right: 8px;
    top: 34px;
    z-index: 1000;
}

.multiselect-container {
    min-width: 208px;
    max-width: 460px;
    width: 100%;
}

    .multiselect-container label {
        color: #333;
    }

    .multiselect-container div.checker {
        margin-right: 2px !important;
    }

    .multiselect-container li.active a {
        color: #333;
        background: white !important;
        filter: initial;
    }

    .multiselect-container li a:hover {
        background-image: linear-gradient(to bottom, #cee9fa, #b8d7f0) !important;
        color: #0c5275 !important;
    }

.dropdown-menu {
    border: 0 none !important;
    margin-top: 8px;
    /*border-radius:4px;*/
    z-index: 3;
}

.btn-large {
    font-weight: normal;
    text-shadow: 1px 1px 1px #fff;
    font-size: 20px;
    padding: 9px 18px;
}

    .btn-large.btn-primary, .btn-large.btn-danger {
        text-shadow: 1px 1px 1px #000;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25) !important;
        border-width: 0px;
    }

a.btn-large.btn {
    padding: 9px 18px !important;
}

.datepicker {
    margin-top: -150px !important;
}

.calendar {
    margin-top: 1px;
    margin-right: 4px;
}

.datepicker-days .datepicker td, .datepicker th {
    width: 22px !important;
    height: 18px !important;
}

.datepicker-days .table-condensed th, .table-condensed td {
    padding: 3px !important;
}

.datepicker-days .table-condensed td {
    font-size: 12px !important;
}

.datepicker {
    padding: 5px 6px !important;
}

.datepicker-months td {
}

.TextboxWithUnits {
    background-color: white;
    /*border-radius: 4px;*/
    padding: 4px 6px;
    position: relative;
    width: 194px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(0, 0, 0, 0.3) inset;
}

    .TextboxWithUnits > input {
        background: none repeat scroll 0 0 transparent;
        border-radius: 0 0 0 0 !important;
        box-shadow: none !important;
        margin: 0;
        padding: 0 !important;
        width: 155px;
    }

    .TextboxWithUnits .pull-right {
        color: #aaa;
        font-size: 13px;
        font-weight: bold;
        padding-left: 3px;
        padding-top: 1px;
    }


.ui-datepicker {
    background-color: white;
    /*border-radius: 5px 5px 5px 5px;*/
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 5px 9px;
    width: 190px;
    margin-top: 38px;
    z-index: 3 !important;
}

    .ui-datepicker:after {
        border-bottom: 7px solid #FFFFFF;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        left: auto;
        position: absolute;
        right: 10px;
        top: -6px;
    }

    .ui-datepicker .ui-datepicker-header {
        padding: 0.2em 0;
        position: relative;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        height: 1.8em;
        position: absolute;
        top: 6px;
        width: 1.8em;
        cursor: pointer;
    }

    .ui-datepicker .ui-datepicker-prev {
        background: url("img/calendar-arrow-l.png") no-repeat scroll 8px 5px transparent;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 0;
        background: url("img/calendar-arrow-r.png") no-repeat scroll 10px 5px transparent;
    }

        .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
            display: block;
            left: 50%;
            margin-left: -8px;
            margin-top: -8px;
            position: absolute;
            top: 50%;
        }

    .ui-datepicker .ui-datepicker-title {
        line-height: 1.8em;
        margin: 0 2.3em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            float: left;
            font-size: 12px;
            height: 26px;
            line-height: 15px;
            margin: 0 1px 5px 0;
            padding: 2px;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
        float: right;
    }

    .ui-datepicker table {
        border-collapse: collapse;
        font-size: 0.9em;
        margin: 0 0 0.4em;
        width: 100%;
    }

    .ui-datepicker th {
        border: 0 none;
        font-weight: bold;
        padding: 0;
        text-align: center;
        width: 26px;
    }

    .ui-datepicker td {
        border: 0 none;
        padding: 0;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: 0.1em 0.2em;
            text-align: right;
            text-decoration: none;
            border: 1px solid #fff;
            /*border-radius:3px;*/
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        border-bottom: 0 none;
        border-left: 0 none;
        border-right: 0 none;
        margin: 0.7em 0 0;
        padding: 0 0.2em;
    }

.ui-datepicker-trigger {
    width: 208px;
    text-align: left;
    font-weight: bold;
    border: 0 none;
    /*height:30px;*/
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

.ui-state-active {
    background-image: linear-gradient(to bottom, #EBF5FD, #C6DFF3);
    color: #196B94;
    /*NOTE: removed on purpose on 11092020*/
    /*border: 1px solid #B9D5F2 !important;*/
}

.ui-state-hover {
    /*background-image: linear-gradient(to bottom, #f7fbfe, #eaf3fa);*/
}

a, a:hover, a:focus {
    color: #555;
    text-decoration: none;
}

.multiselect-list {
    height: 32px !important;
    opacity: 1;
    width: 100%;
}

.ExtendedSection .MoneyCombo {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) inset !important;
}

.ExtendedSection .SubLabel {
    color: #999;
}

.AdvancedSearch, .AdvancedSearch:hover {
    font-size: 18px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.3);
    text-decoration: none;
    cursor: pointer;
}

.BlueBoxBottom {
    width: 950px;
    padding: 15px 20px 20px 20px;
    text-align: right;
    background-color: #1f4c77;
    border-top-width: 0;
}


.BlueBoxTopBottom {
    width: 950px;
    padding: 15px 20px 20px 20px;
    text-align: right;
    background-color: #1f4c77;
    border-top-width: 0;
    margin-top: -1px;
}

.ui-state-disabled span {
    color: #bbb !important;
    cursor: not-allowed !important;
}

.btn.disabled, .btn[disabled] {
    opacity: 1;
}

    .btn.disabled span, .btn[disabled] span {
        color: #999;
    }

    .btn.disabled .caret, .btn[disabled] .caret, .btn.disabled .icon-calendar, .btn[disabled] .icon-calendar {
        opacity: 0.4;
    }

.Mini {
    width: 65px !important;
    padding: 0 !important;
}

.PlanType {
    width: 88px !important;
}

.Mini.open:after {
    top: 24px !important;
}

.Mini .btn {
    height: 22px !important;
    padding: 0 5px !important;
    /*border-radius:3px !important;*/
}

.Mini .dropdown-menu > li > a {
    padding: 1px 8px;
}

.Mini .dropdown-menu a span {
    font-size: 12px !important;
}

.Mini .dropdown-menu {
    /*border-radius:3px !important;*/
}

.Mini .dropdown-toggle > span.pull-left {
    font-size: 12px !important;
    left: 6px !important;
    right: auto !important;
}

.Mini .caret {
    right: 6px !important;
}

.Surrounding {
    width: 100%;
    margin-top: 8px;
}

    .Surrounding .InlineCheckbox label {
        font-weight: normal;
        font-weight: bold;
        font-size: 13px;
    }

input.btn-large {
    /*padding:6px 18px;*/
}

.checker.disabled {
    opacity: 0.65;
}

.ui-datepicker-buttonpane button {
    float: right;
    margin: 0 0 5px 5px;
}

.ui-datepicker-next.ui-state-disabled {
    opacity: 0.2;
}

.btn-primary:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}

.btn-primary {
    background-color: #000000;
    *background-color: #000000;
    /*background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #1f4c77, #006699);
    border-left-color: #0044cc;
    border-right-color: #0044cc;
    border-top-color: #0044cc;
    border-bottom-color: #002a80;*/
    border-width: 0px;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #ffffff;
        background-color: #1f4c77 !important;
        *background-color: #1f4c77 !important;
    }

.ui-state-highlight {
    /*color: red;*/
}

.navbar-inner {
    padding-left: 5px;
    padding-right: 10px;
}

    .navbar-inner .dropdown-toggle {
        height: auto;
        border-radius: 0 !important;
        background: none;
    }

    .navbar-inner .dropdown-menu {
        border: 1px solid #DDDDDD !important;
        left: auto;
        right: 0;
        margin-top: 6px;
    }

        .navbar-inner .dropdown-menu:after {
            left: auto !important;
            right: 12px !important;
        }

        .navbar-inner .dropdown-menu:before {
            left: auto !important;
            right: 11px !important;
        }

        .navbar-inner .dropdown-menu > li > a {
            color: #333 !important;
        }

            .navbar-inner .dropdown-menu > li > a:hover {
                color: #ffffff !important;
                text-decoration: none;
                background-color: #009fda;
                /*background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #1f4c77, #0077b3);*/
            }

.navbar {
    margin-bottom: 5px;
}

.GridHeader th {
    border: 0 none;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold !important;
}

    .GridHeader th a {
        line-height: 1em;
    }

.GridHeader {
    height: 40px;
    background-color: #009fda;
    /*background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #1f4c77, #006699);*/
}


.GridRow {
    height: 40px;
}


table.ResultsGrid td {
    line-height: 14px;
    border: 0 none;
}

.CharcoalBar {
    background-color: #222;
    /*background-repeat: repeat-x;*/
    color: white;
    font-size: 12px;
    /*background-image: linear-gradient(to bottom, #444, #222);*/
}

    .CharcoalBar td {
        vertical-align: top;
        padding: 5px 10px 20px 10px;
    }

    .CharcoalBar th {
        border-bottom: 1px solid #555;
        text-align: left;
        padding: 10px 10px 2px;
    }

    .CharcoalBar .Heading2 {
        color: #85c6e6;
        font-weight: bold;
    }

.ResultsGrid tr > td:first-child {
    padding-left: 4px !important;
}

.GridHeader > th > img {
    display: none;
}

.alert {
    font-size: 12px;
    padding: 6px 10px;
}

.alert-footer {
    margin: 1px 0 6px 0 !important;
}

.GridPager td {
    padding-top: 5px;
}

.ResultsGrid > thead > tr:first-child {
    display: none;
}

.ResultsGrid {
    border: 0 none;
}

.GridRow td, .GridRowSlim td, .GridRowAlternatingSlim td, .GridRowAlternating td, .GRS td, .GRSA td {
    border: 0 none;
}

.GridRow, .GridRowAlternating {
    border: 1px solid #ddd;
}

.row-fluid [class*="span"] {
    min-height: 0;
}

.table-bordered th, .table-bordered td {
    border-left-width: 0;
}

    .data.table-bordered th:first-child, .table-bordered td:first-child {
        border-left-width: 1px;
    }

.dataTable.table-bordered th:first-child, .dataTable.table-bordered td:first-child {
    width: 4px;
    padding: 0;
}

.CurrentListing {
    background-color: #ff7d22 !important;
}

.CurrentListingText {
    color: #e46207;
}

.dataTable th {
    background-color: #1f4c77;
    *background-color: #1f4c77;
    /*background-repeat: repeat-x;*/
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    /*background-image: linear-gradient(to bottom, #1f4c77, #006699);
    border-left-color: #0044cc;
    border-right-color: #0044cc;
    border-top-color: #0044cc;
    border-bottom-color: #002a80;*/
}

.table th {
    padding: 9px 4px;
}

.dataTable td {
    padding: 2px 4px;
    vertical-align: middle;
}

.dataTable tr:hover td {
    /*background-color: #D9EDF7 !important;*/
}

.dataTables_info {
    padding: 0px 0 5px 0;
}

.navbar .divider-vertical {
    margin: 0 !important;
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #f2f2f2;
}

.odd > td {
    background-color: #f2f2f2;
}

.disabled.btn {
    filter: alpha(opacity=100);
}

.dataTable .img-polaroid {
    height: 30px;
    width: 42px;
    padding: 2px;
}

    .dataTable .img-polaroid > div, .img-detailed > div {
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;
        background-color: #eee;
    }

.dataTable td, .dataTable th {
    font-size: 12px;
    line-height: 16px;
}

[class^="icon-"], [class*=" icon-"] {
    margin-top: -1px;
}

.dataTable th {
    height: 38px;
    line-height: 12px;
    vertical-align: middle !important;
    padding: 0px 4px;
}

    .dataTable th .checker {
        margin-top: -1px !important;
    }

.dataTable .checker {
    margin-right: 0 !important;
}

#resultsGrid_filter {
    display: none;
}

#SummaryResults {
    margin-bottom: 42px !important;
}

.dropdown-left:after {
    left: 8px;
    right: auto;
}

.dropdown-left {
    text-shadow: none;
}

.dataTable th > div > a, .dataTable th > div > a:hover {
    color: white;
    border-radius: 0;
    height: auto;
    text-decoration: none;
}

.dataTable th > div {
    position: relative;
}

    .dataTable th > div .dropdown-menu {
        margin-left: -8px;
        margin-top: 18px;
        border: 1px solid #DDDDDD !important;
    }

        .dataTable th > div .dropdown-menu a:hover {
            background-color: #009fda;
            /*background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #1f4c77, #0077b3);*/
        }


.dropdown-left:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 8px;
    position: absolute;
    top: -7px;
}

.sorting_desc:after {
    content: url(img/sort_desc.png);
    margin-left: 3px;
}

.sorting_asc:after {
    content: url(img/sort_asc.png);
    margin-left: 3px;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #eee;
}

.dataTable th > div .dropdown-menu a.sorting_desc:hover:after, .sortHeaders a.sorting_desc:hover:after {
    content: url(img/sort_desc.png) !important;
}

.dataTable th > div .dropdown-menu a.sorting_asc:hover:after, .sortHeaders a.sorting_asc:hover:after {
    content: url(img/sort_asc.png) !important;
}

.dataTable th > div .dropdown-menu a.sorting_desc:after, .sortHeaders a.sorting_desc:after {
    content: url(img/sort_desc_black.png) !important;
    margin-left: 5px;
}

.dataTable th > div .dropdown-menu a.sorting_asc:after, .sortHeaders a.sorting_asc:after {
    content: url(img/sort_asc_black.png) !important;
    margin-left: 5px;
}

.highslide {
    cursor: url("../Images/Highslide/zoomin.cur"), pointer !important;
}

.dropdown-right.dropdown-menu {
    border: 1px solid #ccc !important;
    left: auto;
    margin-top: 6px;
    right: 0;
    min-width: 140px;
    text-align: left;
}

    .dropdown-right.dropdown-menu:before {
        left: auto !important;
        right: 5px !important;
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        top: -7px;
    }

    .dropdown-right.dropdown-menu:after {
        right: 6px !important;
    }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 13px;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #017ac3;
}

label, input, button, select, textarea {
    font-size: 13px;
}

.CheckboxRows > div {
    min-height: 25px;
}

    .CheckboxRows > div .bootstrap-select {
        margin: 2px 0 10px 25px !important;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
        width: 320px;
    }

.CheckboxRows .SmallText {
    margin-left: 25px;
}

.CheckboxRows label {
    line-height: 10px;
}

.CheckboxRows .dropdown-menu {
    max-height: 160px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #DDDDDD !important;
}

.modal-body {
    overflow-y: auto;
    max-height: none;
}

    .modal-body.RestrictedHeight {
        overflow-y: auto;
        max-height: 400px;
    }

.SmallText {
    font-size: 11px;
    color: #999;
}

.CheckboxRows .bootstrap-select.open:before {
    border-bottom: 6px solid #ccc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: auto;
    position: absolute;
    right: 8px;
    top: 32px;
}

.CheckboxRows .bootstrap-select.open:after {
    top: 33px !important;
}

.modal.fade.in {
    top: 25%;
    margin-top: -100px;
}

.dropdown-menu a {
    cursor: pointer;
}

.alert {
    margin-bottom: 10px;
}

.modal-body h4 {
    margin-top: 0;
}

.Disclaimer {
    padding: 5px 5px 0 5px;
    font-size: 11px;
    line-height: 16px;
    color: #333;
}

    .Disclaimer a, .Disclaimer a:hover, .Disclaimer a:focus {
        color: #1f4c77;
    }

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dropdown .popover {
    width: 240px;
    margin-left: -56px;
}

.popover {
    /*border-radius: 5px 5px 5px 5px;*/
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    padding: 0;
    z-index: 2 !important;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    max-width: 315px;
}

    .popover.bottom {
        margin-top: 6px;
    }


        .popover.bottom .arrow:after {
            border-bottom-color: #EBF5FD;
            border-top-width: 0;
            margin-left: -6px;
            top: 1px;
        }

    .popover .arrow:after {
        border-width: 6px;
        content: "";
    }

    .popover .arrow, .popover .arrow:after {
        border-color: transparent;
        border-style: solid;
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }

    .popover.bottom .arrow {
        border-bottom-color: rgba(0, 0, 0, 0.25);
        border-top-width: 0;
        left: 50%;
        margin-left: -6px;
        top: -7px;
    }

    .popover .arrow {
        border-width: 6px;
    }

        .popover .arrow, .popover .arrow:after {
            border-color: transparent;
            border-style: solid;
            display: block;
            height: 0;
            position: absolute;
            width: 0;
        }


.popover-content {
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 10px;
}


.popover-title {
    border-bottom: 1px solid #9bc3e4;
    /*border-radius: 5px 5px 0 0;*/
    color: #196B94 !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 !important;
    padding: 8px 14px;
    background-color: #EBF5FD;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #EBF5FD, #C6DFF3);
    text-shadow: none !important;
}

.dataTable-noimages td {
    padding: 0px 4px;
    height: 38px;
}

form {
    margin: 0;
    padding: 0;
}

    form > .modal-body {
        padding: 10px !important;
    }

.dataTables_filter {
    display: none;
}

.fancybox-inner iframe, .fancybox-inner iframe html {
    overflow: hidden;
}

.fancybox-outer, .fancybox-inner, .fancybox-wrap {
    /*border-radius: 5px;*/
}

#resultsGrid td:nth-child(5)
/*#resultsGrid th:nth-child(5)*/ {
    text-align: center;
}

#wysResultsGrid td:nth-child(3), #wysResultsGrid th:nth-child(3) {
    text-align: center;
}

.tab-content td:nth-child(4), .tab-content th:nth-child(4) {
    text-align: center;
}

.img-detailed {
    /*border-radius: 3px;*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    height: 150px;
    width: 200px;
    position: relative;
}

.detailed-view th {
    /*background-color: #1f4c77;
    *background-color: #1f4c77;
    background-repeat: repeat-x;*/
    background-color: #009fda;
    *background-color: #009fda;
    color: #fff;
    /*text-shadow: 1px 1px rgba(0, 0, 0, 0.2);*/
    padding: 0 14px 0 9px;
    text-align: left;
    height: 38px;
    /*border-radius:5px 5px 0 0;*/
    border-collapse: separate;
    font-size: 16px;
    /*background-image: linear-gradient(to bottom, #1f4c77, #006699);*/
    border-left-color: #0044cc;
    border-left-width: 1px;
    border-right-color: #0044cc;
    border-right-width: 1px;
    border-top-color: #0044cc;
    border-top-width: 1px;
    border-bottom-color: #002a80;
    border-bottom-width: 1px;
    font-family: 'NettoOT', Fallback, sans-serif;
}

.detailed-view .StreetView {
    position: absolute;
    top: 120px;
    right: 8px;
    z-index: 1;
}

.DetailedCurrentListing.detailed-view th {
    background-color: #FF7D22;
    *background-color: #FF7D22;
    background-repeat: repeat-x;
    border-color: #E35700 #E35700 #E35700;
    border-color: #E35700;
    background-image: linear-gradient(to bottom, #FF8C32, #E35700);
}

.label-current {
    display: none;
}

.DetailedCurrentListing .label-current {
    display: inline;
}

.DetailedCurrentListing .label-sold {
    display: none;
}

.detailed-view > tbody > tr > td {
    border: 1px solid #d0d0d0;
    border-top-width: 0;
    /*border-radius: 0 0 5px 5px;*/
    padding: 8px;
    background-color: white;
}

.detailed-view {
    width: 100%;
    border-collapse: separate !important;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    /*border-radius:5px;*/
    position: relative;
}

.detailed-table td {
    line-height: 18px;
    padding: 4px 0;
}

    .detailed-table td > div {
        width: 260px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.highslide-container {
    z-index: 3 !important;
}

.DetailedComment {
    float: right;
    height: 175px;
    width: 260px;
    background-color: #D9EDF7;
    background-image: linear-gradient(#ECF6FB, #D9EDF7);
    border: 1px solid #C3DEEC;
    padding: 5px 10px 8px 10px;
    color: #2978a0;
    /*border-radius:5px;*/
    overflow: hidden;
}

.DetailedCurrentListing .DetailedComment {
    background-color: #ffe2ce;
    color: #DC4800;
    border-color: #FFD3B3;
    background-image: linear-gradient(#ffeee3, #FFE2CE) !important;
}

.alert-info {
    color: #2978a0;
    margin-bottom: 5px;
}

    .alert-info p, .alert-error p {
        margin-bottom: 0;
    }

[data-format="datasource"] {
    bottom: 10px;
    position: absolute;
}

.detailed-icons {
    float: right;
}

    .detailed-icons img {
        vertical-align: text-bottom;
        padding-left: 12px;
    }

.DetailedPhotoCount {
    margin: 7px 0 0 4px;
}

    .DetailedPhotoCount img {
        vertical-align: text-bottom;
        margin-right: 1px;
    }

    .DetailedPhotoCount > div {
        float: left;
        font-size: 12px;
        font-weight: bold;
    }

#aSummary, #aDetailed, #aMap,
.pagination ul > li > a {
    cursor: pointer;
}

li.disabled a {
    cursor: default;
}

.DetailedCurrentListing .btn-primary {
    background-color: #ee6c14 !important;
    *background-color: #FF8C32 !important;
    /*background-repeat: repeat-x;*/
    border-color: #ee6c14 #ee6c14 #ee6c14 !important;
    border-color: #ee6c14 !important;
    /*background-image: linear-gradient(to bottom, #FF8C32, #ee6c14) !important;*/
}

    .DetailedCurrentListing .btn-primary:hover,
    .DetailedCurrentListing .btn-primary:focus,
    .DetailedCurrentListing .btn-primary:active,
    .DetailedCurrentListing .btn-primary.active,
    .DetailedCurrentListing .btn-primary.disabled,
    .DetailedCurrentListing .btn-primary[disabled] {
        color: #ffffff;
        background-color: #EE6C14 !important;
    }

#DetailedViewContainer,
#DetailedViewContainer_Sales,
#DetailedViewContainer_Rental,
#historyDetailedViewContainer,
#historyDetailedViewContainer,
#streetDetailedViewContainer,
#suburbDetailedViewContainer,
#clDetailedViewContainer {
    /*padding-top: 1px;*/
    margin-bottom: 6px;
}

.TasRecord tr.HideOnTas {
    display: none;
}

.dropdown-menu .divider {
    margin: 5px 1px;
}

.dataTable th > div > a {
    padding: 8px 0;
}


.ui-helper-hidden-accessible {
    display: none;
}


.ui-autocomplete:after {
    border-bottom: 6px solid #efefef;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: auto;
    position: absolute;
    right: 10px;
    top: -6px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 5px 0;
    margin-top: 32px !important;
    list-style: none;
    background-color: #efefef;
    border-color: #efefef;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    max-width: 100%;
    box-sizing: border-box;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 8px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    white-space: nowrap;
    cursor: pointer;
}

.ui-autocomplete .ui-state-focus, .ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-state-active {
    background-color: #cee9fa;
    background-image: linear-gradient(to bottom, #cee9fa, #b8d7f0);
}

li.ui-menu-item a {
    color: #333;
    /*font-size: 13px !important;*/
    font-size: 13px;
}

    li.ui-menu-item a span {
        color: #006699;
        /*font-size: 13px !important;*/
        font-size: 13px;
    }

.dropdown .caret {
    margin-left: 4px;
}

.Unbold label {
    font-weight: normal;
}

#FullTextSearch li.ui-menu-item a span, #CMATarget li.ui-menu-item a span {
    font-size: 22px;
}

#FullTextSearch .ui-menu-item > a.ui-corner-all, #CMATarget .ui-menu-item > a.ui-corner-all {
    font-size: 22px;
    line-height: 26px;
    padding: 5px 8px;
}

#FullTextSearch b, #CMATarget b {
    font-weight: normal !important;
}

.StreetNumAutocomplete {
    color: #aaa !important;
}

#FullTextSearch input {
    width: 815px;
    margin-bottom: 0px;
}

.OptionRow {
    width: 100%;
    border: 0px;
    height: 85px;
    margin-bottom: 10px;
    color: #333;
    background-color: #eaf3fc;
}

    .OptionRow > tbody > tr > td:first-child {
        width: 5px;
        background-color: #d0e3f0;
    }

    .OptionRow td p a, .OptionRow td p a:hover, .OptionRow td p a:focus {
        color: #006699;
        font-weight: bold;
    }

    .OptionRow td p {
        margin: 5px 0 0 0;
    }

    .OptionRow .OptionHeading {
        padding-left: 20px;
        width: 140px;
        font-size: 20px;
    }

    .OptionRow > tbody > tr > td:last-child {
        text-align: right;
        width: 200px;
        padding-right: 20px;
    }

.OptionRowSplit > tbody > tr:first-child > td {
    padding-top: 10px;
    height: 65px;
}

.OptionRowSplit > tbody > tr:last-child {
    height: 10px;
}

.WarningRow {
    width: 100%;
    margin-bottom: 10px;
}

    .WarningRow td {
        border: 0px;
        color: #333;
        background-color: #FCF2F2;
        font-size: 11px;
        padding: 5px 10px;
        line-height: 16px;
    }

        .WarningRow td:first-child {
            background-color: #DFB5B4 !important;
            width: 5px;
            padding: 0;
        }

        .WarningRow td > span {
            color: #883737;
        }

.SCDollar {
    font-weight: bold;
    color: #006699;
}

#FilterRecords {
    background-color: white;
}

#ToggleFilter {
    cursor: pointer;
}

#filterGrid td {
    padding: 0px 4px !important;
    height: 34px;
}

#filterGrid tr > td:first-child, #filterGrid tr > th:first-child {
    padding: 0 8px !important;
}

#filterGrid th:first-child, #filterGrid th:last-child, #filterGrid tr:last-child td, #filterGrid {
    border-radius: 0;
}

    #filterGrid th:first-child, #filterGrid td:first-child {
        border-left: 0;
    }

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #666;
}

.placeholderFocus {
    color: #000;
}

#FullTextTooltip:after {
    border-bottom: 9px solid #444;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    display: inline-block;
    left: auto;
    position: absolute;
    right: 42px;
    top: -9px;
}

#FullTextTooltip {
    padding: 8px 14px;
    position: absolute;
    right: 0px;
    margin-top: 10px;
    color: white;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    background-repeat: repeat-x;
    background-color: #444;
    background-image: linear-gradient(to bottom, #444, #222);
    z-index: 2;
}

#DemographicSearch,
#GeoSearch,
#SuburbSearch,
#CMATarget,
#FullTextSearch {
    position: relative;
}

#ClearGeoText,
#ClearSuburbText,
#ClearFullText,
#ClearCMATarget {
    position: absolute;
    top: calc(50% - 10px);
    font-size: 34px;
    color: #999;
    right: 6px;
    cursor: pointer;
}

#FullTextSearch input[disabled], #CMATarget input[disabled] {
    /*background-color: white;*/
    cursor: default;
}

.SummaryAddress {
    color: #333;
    font-weight: bold;
}

    .SummaryAddress:hover {
        color: #666;
    }

.DetailedCommentsBox {
    width: 100%;
    border: 0px;
    color: #006699;
    background-color: #eaf3fc;
    clear: both;
}

    .DetailedCommentsBox td:first-child {
        width: 5px;
        background-color: #d0e3f0;
    }

    .DetailedCommentsBox td:last-child {
        padding: 5px 10px 8px;
        line-height: 18px;
    }


/* PIKA */

.pika-wrap {
    width: 520px;
    margin: 0 auto;
}

.pika-image {
    position: relative;
    height: 340px;
    width: 500px;
}
    /*position image holders */
    .pika-image .animation, .pika-image .main-image {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .pika-image .animation {
        display: none;
        z-index: 2;
    }

    .pika-image img {
        border: 0;
    }

    .pika-image .caption {
        position: absolute;
        background: url(../../assets/images/75-black.png);
        border: 1px solid #141414;
        font-size: 11px;
        color: #fafafa;
        padding: 10px;
        text-align: right;
        bottom: 50px;
        right: 10px;
    }

        .pika-image .caption p {
            padding: 0;
            margin: 0;
            line-height: 14px;
        }

.pika-textnav {
    display: none;
}

ul {
    /*   display: none;*/
}

.pikachoose {
    width: 820px;
    margin: 0 auto;
    position: relative;
}

/* Style the thumbnails */


.pika-thumbs {
    display: inline !important;
    height: 410px;
    margin: 0;
    overflow: auto;
    position: absolute;
    right: 20px;
    top: 50px;
    width: 218px;
}


    .pika-thumbs li {
        background: none repeat scroll 0 0 #FAFAFA;
        border: 1px solid #E5E5E5;
        cursor: pointer;
        float: left;
        height: 75px;
        list-style-type: none;
        margin: 4px;
        overflow: hidden;
        padding: 5px;
        width: 75px;
    }

        .pika-thumbs li .clip {
            position: relative;
            height: 100%;
            text-align: center;
            vertical-align: middle;
            overflow: hidden;
        }

            .pika-thumbs li .clip img {
                width: auto !important;
            }



/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {
    width: 520px;
}

.pika-stage {
    position: relative;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 10px 10px 40px 10px;
    text-align: center;
    /* height: 333px;*/
}

    .pika-stage img {
        height: 100%;
    }

    .pika-stage .caption {
        position: absolute;
        background: #000;
        background: rgba(0,0,0,0.75);
        border: 1px solid #141414;
        font-size: 11px;
        color: #fafafa;
        padding: 10px;
        text-align: right;
        bottom: 50px;
        right: 10px;
    }

        .pika-stage .caption p {
            padding: 0;
            margin: 0;
            line-height: 14px;
        }

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {
    position: absolute;
    text-indent: -5000px;
    display: block;
    z-index: 3;
}

    .pika-imgnav a.previous {
        background: url(prev.png) no-repeat left 45%;
        height: 100%;
        width: 50px;
        top: 10px;
        left: 10px;
        cursor: pointer;
    }

    .pika-imgnav a.next {
        background: url(next.png) no-repeat right 45%;
        height: 100%;
        width: 50px;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    .pika-imgnav a.play {
        background: url(play.png) no-repeat 0% 50%;
        height: 100px;
        width: 44px;
        top: 0;
        left: 50%;
        display: none;
        cursor: pointer;
    }

    .pika-imgnav a.pause {
        background: url(pause.png) no-repeat 0% 50%;
        height: 100px;
        width: 44px;
        top: 0;
        left: 50%;
        display: none;
        cursor: pointer;
    }

/* The previous and next textual buttons */
.pika-textnav {
    overflow: hidden;
    margin: 10px 0 0 0;
    bottom: 10px;
    position: absolute;
}

    .pika-textnav a {
        font-size: 12px;
        text-decoration: none;
        color: #333;
        padding: 4px;
    }

        .pika-textnav a.previous {
            float: left;
            width: auto;
            display: block;
        }

        .pika-textnav a.next {
            float: right;
            width: auto;
            display: block;
        }

/*for the tool tips*/
.pika-tooltip {
    font-size: 12px;
    position: absolute;
    color: white;
    padding: 3px;
    background-color: rgba(0,0,0,0.7);
    border: 3px solid black;
}

.pika-counter {
    position: absolute;
    bottom: 45px;
    left: 15px;
    color: white;
    background: rgba(0,0,0,0.7);
    font-size: 11px;
    padding: 3px;
    /*-moz-border-radius: 5px;
    border-radius: 5px;*/
}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */
.pika-loader {
    background: url(loading.gif) 3px 3px no-repeat #000;
    background-color: rgba(0,0,0,0.9);
    color: white;
    width: 60px;
    font-size: 11px;
    padding: 5px 3px;
    text-align: right;
    position: absolute;
    top: 15px;
    right: 15px;
}


.pika-thumbs li .clip img {
    position: absolute;
    top: 0;
    left: -50%;
    max-width: none !important;
    height: auto !important;
}

.DetailPage {
    width: 100%;
    height: 530px;
    position: relative;
}

#PDTabs a {
    cursor: pointer;
}

#PDTabs li.active:after {
    content: '';
}

.navbar-inset {
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f2f2f2, #fff);
}

.navbar .nav > li > a i
/*.viewOptionsContainer a i*/ {
    opacity: 0.6;
}

.navbar .nav > li > a:hover i
/*.viewOptionsContainer a:hover i*/ {
    opacity: 1;
}

.navbar .nav > li.active > a:hover i {
    opacity: 0.6;
}

.StreetViewTab {
    width: 100%;
    height: 100%;
    border: 0;
}

#PDTabs {
    margin: 0 10px;
}

.ResultDetailsSpinner {
    opacity: 0.2;
    margin-top: 195px;
    margin-left: 372px;
}

.NavButtons .btn:last-child {
    padding: 5px 5px 4px 9px !important;
    margin-left: 5px;
}

.NavButtons .btn:first-child {
    padding: 5px 5px 4px 9px !important;
    margin-right: 5px;
}

.RDLoadingBox {
    /*border-radius:5px;*/
    background-color: #454545;
    width: 170px;
    padding: 15px 10px;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: bold;
    margin-left: -100px;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -68px;
    line-height: 16px;
}

    .RDLoadingBox > div {
        height: 50px;
    }

.dataTable-short td {
    height: 35px !important;
    line-height: 13px;
}

#phResultsGrid tr > td:first-child {
    padding-left: 5px;
}

#phResultsGrid tr > th:first-child {
    padding-left: 6px;
}

    #phResultsGrid tr > td:first-child + td, #phResultsGrid tr > th:first-child + th {
        text-align: center;
    }

.SplitDrop {
    text-align: right;
    margin-bottom: 6px;
    position: relative;
    padding-right: 10px;
}

    .SplitDrop .Bubble {
        border: 1px solid #ddd !important;
        margin-top: 5px;
        text-align: left;
    }

    .SplitDrop .bootstrap-select {
        box-shadow: none !important;
    }

        .SplitDrop .bootstrap-select span {
            font-weight: normal !important;
        }

    .SplitDrop .Bubble:before {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        left: auto;
        position: absolute;
        top: -7px;
        right: 9px;
    }

.contact-hero {
    background-color: #EAF3FC;
    border: 0 none;
    color: #333333;
    margin: 10px;
    padding: 10px 15px;
    line-height: 24px;
    width: 50%;
    font-size: 15px;
}

.well {
    background-color: #EAF3FC;
    border-color: #D0E3F0;
}

.thumbnail {
    margin-bottom: 20px;
}

.container-padding {
    margin-bottom: 10px;
    padding: 5px;
}

.PDThumb {
    height: 65px;
    width: 65px;
}

    .PDThumb > div {
        background-size: cover;
        height: 100%;
        width: 100%;
    }

.webViewContainer .rg-image img {
    background-color: #FAFAFA;
    border: 1px solid #666666;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);*/
    max-height: 390px;
    max-width: 100%;
    padding: 4px;
}

.rg-image-wrapper {
    background-image: linear-gradient(#555, #333);
    background-image: -moz-linear-gradient(top, #555, #333);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#333));
    background-image: -webkit-linear-gradient(top, #555, #333);
    background-image: -o-linear-gradient(top, #555, #333);
    /*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
    min-height: 20px;
    /*padding: 20px 30px;*/
    position: relative;
    height: 350px;
    margin-bottom: 10px;
}

.rg-image {
    position: relative;
    text-align: center;
    line-height: 0px;
    pointer-events: none;
}

.rg-image-nav a {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000 url(../images/nav.png) no-repeat -20% 50%;
    width: 28px;
    height: 100%;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.3;
    outline: none;
    /*-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;*/
}

    .rg-image-nav a.rg-image-nav-next {
        right: 0px;
        left: auto;
        background-position: 115% 50%;
        /*-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;*/
    }

    .rg-image-nav a:hover {
        opacity: 0.8;
    }

.rg-caption {
    text-align: center;
    margin-top: 15px;
    position: relative;
}

    .rg-caption p {
        font-size: 11px;
        letter-spacing: 2px;
        font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
        line-height: 16px;
        padding: 0 15px;
        text-transform: uppercase;
    }

.rg-view {
    height: 30px;
}

    .rg-view a {
        display: block;
        float: right;
        width: 16px;
        height: 16px;
        margin-right: 3px;
        background: #464646 url(../images/views.png) no-repeat top left;
        border: 3px solid #464646;
        opacity: 0.8;
    }

        .rg-view a:hover {
            opacity: 1.0;
        }

        .rg-view a.rg-view-full {
            background-position: 0px 0px;
        }

        .rg-view a.rg-view-selected {
            background-color: #6f6f6f;
            border-color: #6f6f6f;
        }

        .rg-view a.rg-view-thumbs {
            background-position: 0px -16px;
        }

.rg-loading {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000 url(../images/ajax-loader.gif) no-repeat center center;
    margin: -23px 0px 0px -23px;
    z-index: 100;
    /*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
    opacity: 0.7;
}


.CBHeading .checker {
    float: left;
    margin: -2px 3px 0 -2px !important;
}

.CBHeading .bootstrap-select {
    width: 100%;
}

#CMATarget .LargeInput {
    width: 936px;
    margin-bottom: 0;
}

.label-info, .badge-info {
    background-color: #1f4c77;
}

.nav-tabs {
    margin-bottom: 0;
    margin-top: 5px;
}

.tab-content {
    border: 1px solid #ddd;
    border-top-width: 0;
    min-height: 527px;
    padding: 5px;
}

.pager {
    margin: 6px 5px 11px;
}

.nav-tabs a {
    cursor: pointer;
}

.nav-tabs .active a {
    cursor: default;
}

#nextTab, #previousTab {
    cursor: pointer;
}

.badge {
    padding-left: 8px;
    padding-right: 8px;
}

.badge-cl {
    background-color: #ff7d22;
}

.label, .badge {
    text-shadow: none !important;
}

.cmaNoResults {
    font-weight: bold;
    padding: 15px 0 0 6px;
}

.badge-empty {
    background-color: #aaa !important;
}

.LastNavButton {
    padding-right: 5px !important;
}

.LargeDropdown .dropdown-toggle {
    height: 38px !important;
    /*border-radius:4px !important;*/
}

.LargeDropdown .filter-option {
    font-size: 22px !important;
    font-weight: normal !important;
    height: 30px;
}

.LargeDropdown .caret {
    right: 15px !important;
}

.LargeDropdown .dropdown-menu > li > a {
    line-height: 28px !important;
}

    .LargeDropdown .dropdown-menu > li > a > span {
        font-size: 22px !important;
        font-weight: normal !important;
    }

.LargeDropdown .dropdown-menu li a:hover {
    background: #cee9fa;
    background-color: #cee9fa;
    background-image: linear-gradient(to bottom, #cee9fa, #b8d7f0);
    /*color:#0c5275 !important;*/
}

    .LargeDropdown .dropdown-menu li a:hover > span {
        color: #333 !important;
    }

.LargeDropdown .bootstrap-select.open:after {
    right: 13px !important;
    top: 40px !important;
}

#ctl00_MP4_CPH3_SearchOptions #FullTextTooltip {
    margin-top: 30px !important;
}

.greyout {
    color: #ccc !important;
    cursor: default !important;
}


.CMAReportSection {
    background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    background-repeat: repeat-x;
    border: 1px solid #DDDDDD;
    /*border-radius: 4px 4px 4px 4px;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.067);
    color: #555555;
    margin-bottom: 6px;
    padding: 7px 15px 7px 10px;
    width: 580px;
    box-sizing: border-box;
}


    .CMAReportSection .badge {
        float: right;
        margin-top: 1px;
    }

    .CMAReportSection label {
        display: inline !important;
        margin-left: 5px;
        font-weight: bold;
    }

.SectionDisabled {
    background-color: #EEEEEE !important;
    background-image: none !important;
    color: #aaa !important;
}

.CMATemplateSelect {
    margin-bottom: 25px;
    height: 280px;
}

    .CMATemplateSelect > div {
        float: left;
        margin-right: 20px;
    }

        .CMATemplateSelect > div:last-child {
            margin-right: 0 !important;
        }


.CMATemplateSelect-Label {
    background-color: #1f4c77;
    /*background-image: linear-gradient(to bottom, #1f4c77, #006699);
    border-radius: 0 0 4px 4px;*/
    color: #FFFFFF !important;
    margin-top: 3px;
    padding: 7px 5px;
}

    .CMATemplateSelect-Label > h4 {
        color: #FFFFFF;
        margin: 0;
        text-align: center;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    }

.CMATemplateSelect-Selected {
    opacity: 1 !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;";
    box-shadow: 0 0 8px rgba(0, 136, 204, 0.5) !important;
    border: 1px solid #7fc3e5 !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.thumbnail-new {
    opacity: 0.6;
    display: block;
    padding: 4px;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #bbb;
    /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

    .thumbnail-new > img {
        display: block;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

.tabs-left .nav-tabs {
    margin-top: 0 !important;
    margin-right: -1px !important;
    position: relative;
    z-index: 1;
}

.tabs-left .tab-content {
    border-top: 1px solid #ddd;
    /*border-radius: 0 4px 4px 4px;*/
    position: relative;
    padding: 15px;
    min-height: 413px;
}

.ClearAP {
    position: absolute;
    right: 25px;
    top: 3px;
    color: #1f4c77;
}

.ClearAPNew {
    color: #1f4c77;
    float: right;
}

.tabs-left .dropdown-menu {
    border: 1px solid #DDDDDD !important;
    max-height: 272px !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) !important;
}

    .tabs-left .dropdown-menu:before {
        left: auto;
        right: 12px;
    }

    .tabs-left .dropdown-menu:before {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-right: 7px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        left: 9px;
        position: absolute;
        top: -7px;
    }

    .tabs-left .dropdown-menu:before {
        left: auto !important;
        right: 11px !important;
    }

.tabs-left .bootstrap-select.open:before {
    border-bottom: 6px solid #DDD;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: auto;
    position: absolute;
    right: 8px;
    top: 32px;
    z-index: 1000;
}

.tabs-left .bootstrap-select {
    width: 100%;
    box-shadow: none !important;
}

.AgentProfileText {
    width: 380px;
    height: 194px;
    margin-bottom: 2px;
}

.BlueHeader {
    color: #1f4c77;
}

.HoverButton {
    position: absolute;
}

.ForgotPasswordBox {
    float: right;
    margin-right: 5px;
}

    .ForgotPasswordBox a {
        color: #1f4c77;
    }

        .ForgotPasswordBox a:focus, .ForgotPasswordBox a:hover {
            color: #006699;
        }

#ForgotPasswordBox-Mobile {
    display: none;
}

.HomeNavButton {
    /*background-color: #FAFAFA;*/
    background-color: #017ac3;
    /*background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    background-repeat: repeat-x;
    border-radius: 5px 5px 5px 5px;*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #555555;
    height: 44px;
    /*margin-bottom: 6px;*/
    margin-bottom: 1px;
    padding: 0;
    width: 320px;
    cursor: pointer;
}

    .HomeNavButton > table {
        height: 100%;
        /*border-radius: 5px 5px 5px 5px;*/
        width: 100%;
        border-collapse: separate;
    }

        .HomeNavButton > table td:first-child {
            /*border-radius: 5px 0px 0px 5px; 
    border:1px solid #ddd;
    border:1px solid rgba(0,0,0,0.15);*/
        }

        .HomeNavButton > table td + td /*, .HomeNavButton > table td:last-child*/ {
            width: 42px;
            /*border-radius: 0px 5px 5px 0px; 
    background-image: linear-gradient(#1f4c77, #006699); 
    background-color:#1f4c77;*/
            background-color: #017ac3;
            /*border:1px solid #006699;
    border: 1px solid rgba(0, 0, 0, 0.2);*/
            text-align: center;
            padding-left: 2px;
        }

    /*
.HomeNavButton:hover > table td:last-child
{ 
    opacity:0.75;
    background-position:-40px;
    transition: opacity .25s ease-in-out;
}

.HomeNavButton:hover > table td:first-child
{
    background-image: linear-gradient(to bottom, #FFFFFF, #f9f9f9);
}

    .HomeNavButton:hover h3
    {
        color:#777 !important;
    }
    */


    .HomeNavButton h3 {
        margin: 0 0 0 15px;
        color: #ffffff;
        font-size: 22px;
        font-family: 'NettoOT', Fallback, sans-serif;
    }

.MiniBlueBox {
    width: 288px;
    float: left;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 12px 15px;
    background-color: #1f4c77;
}

    .MiniBlueBox h3 {
        color: #ffffff;
        margin-bottom: 10px;
        font-family: 'NettoOT', Fallback, sans-serif;
    }

    .MiniBlueBox p {
        margin-bottom: 16px;
    }

    .MiniBlueBox input[type="text"] {
        border: 0 none;
        font-size: 13px !important;
        /*font-weight: bold;*/
        height: 22px;
        margin: 0;
        outline: 0 none;
        width: 276px;
    }

#ReportTemplate .dropdown-menu {
    max-height: 380px !important;
}

.MiniBlueBox.FullDDL .bootstrap-select .dropdown-toggle, .MiniBlueBox.FullDDL .btn-group, .MiniBlueBox.FullDDL .dropdown-menu {
    width: 288px;
}

.MiniBlueBox .dropdown-menu {
    max-height: 115px !important;
}

.LightBlueBox {
    /*background-color:#ebf6fb;
    background-image:linear-gradient(#ebf6fb, #d6eefa); 
    border-radius:5px; 
    border: 1px solid rgba(0,0,0,0.1);*/
    margin-top: 30px;
    padding: 15px 20px;
    width: 265px;
    float: left;
    background-color: #009fda;
}

    .LightBlueBox a {
        /*color: #1f4c77;*/
        color: #ffffff;
    }

        .LightBlueBox a:focus, .LightBlueBox a:hover {
            color: #006699;
        }

    .LightBlueBox h3 {
        /*color: #006699;*/
        color: #ffffff;
        /*font-family:'Exo 2', sans-serif;*/
        font-family: 'NettoOT', Fallback, sans-serif;
    }

.LastNavButton2 {
    padding-right: 10px !important;
}

.photoselector .rg-image-wrapper {
    height: 315px;
    padding: 0;
    background-image: none;
    background: none;
    width: 470px;
    margin-bottom: 30px;
}

.photoselector .rg-image-nav,
.photoselector_Mobile .rg-image-nav {
    display: none;
}

.photoselector .rg-image img {
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    border: 1px solid #ddd;
    padding: 8px;
    max-height: 310px !important;
}

.upload-bubble {
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    margin-top: 8px;
    position: absolute;
    width: 288px;
    background-color: white;
    z-index: 999;
}

    .upload-bubble:before {
        border-bottom: 10px solid #bbb;
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        right: 12px;
        position: absolute;
        top: -11px;
    }

    .upload-bubble:after {
        border-bottom: 10px solid #FFFFFF;
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        right: 12px;
        position: absolute;
        top: -10px;
    }

    .upload-bubble iframe {
        border: none;
        outline: none;
        width: 286px;
    }

.upload-bubble-new {
    z-index: 10;
    position: absolute;
    right: 0;
    /*top: calc(100% + 2px);*/
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    margin-top: 8px;
    background-color: white;
    width: 458px;
    height: 278px;
}

    .upload-bubble-new:before {
        border-bottom: 10px solid #bbb;
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        right: 12px;
        position: absolute;
        top: -11px;
    }

    .upload-bubble-new:after {
        border-bottom: 10px solid #FFFFFF;
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        right: 12px;
        position: absolute;
        top: -10px;
    }

    .upload-bubble-new iframe {
        border: none;
        outline: none;
        width: 458px;
        height: 278px;
    }

.upload-larger {
    width: 368px;
}

    .upload-larger iframe {
        width: 366px;
        height: 150px;
    }

.LeftButtonShortPadding {
    padding-left: 5px !important;
}

.modal-header .close {
    margin-top: 8px;
}

.jGrowl-message {
    line-height: 16px !important;
}

.es-carousel {
    height: 69px;
}


.AgentSelect .bootstrap-select {
    width: 100% !important;
}

.colorpicker input[type="text"] {
    width: auto !important;
}

/*.CBHeading .dropdown-menu, .CBHeading .dropdown-toggle {
    width: 454px;
}*/

.PropTypeList .dropdown-toggle {
    width: 454px !important;
}

.PropTypeList .multiselect-container {
    max-height: 228px;
    overflow: auto;
}

.AgentProfileLabel {
    color: #999999;
    font-size: 12px;
    margin-left: 5px;
}

.RedAst {
    color: #dd0000;
    font-weight: bold;
}

[data-clear-agentphoto] {
    color: #1f4c77;
    cursor: pointer;
}

    [data-clear-agentphoto]:hover, [data-clear-agentphoto]:focus {
        color: #006699;
    }

.CMATemplateSelect {
    overflow: visible;
}

.HalfSelect .dropdown-menu {
    max-height: 245px !important;
    overflow-x: hidden;
}

.selectpicker {
    width: 100%;
}

.RecentSearches {
    position: absolute;
    bottom: 3px;
    right: 90px;
    text-align: right;
}

    .RecentSearches a {
        color: white;
        font-weight: bold;
        cursor: pointer;
    }

    .RecentSearches .dropdown-menu {
        border: 1px solid rgba(0,0,0,0.1) !important;
        right: 0px;
        left: auto;
        margin-top: 6px;
    }

    .RecentSearches .caret {
        border-top: 4px solid #fff;
        margin-top: 8px;
        margin-left: 2px;
    }

    .RecentSearches i {
        margin-top: 0;
    }

    .RecentSearches .dropdown-menu:after {
        right: 6px;
    }

    .RecentSearches .dropdown-menu a {
        padding: 3px 14px;
        text-align: right;
    }

.DisabledUnitBox {
    background-color: #E6E6E6;
}

.thumbnails .thumbnail img {
    border: 1px solid #ddd;
}

.thumbnails .thumbnail h3 {
    font-size: 18px;
}

.thumbnails .thumbnail {
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .thumbnails .thumbnail .categoryheading {
        font-size: 13px;
        color: #aaa;
        font-weight: bold;
    }

.ViewAdvert {
    position: absolute;
    top: 215px;
    right: 15px;
    color: #1f4c77;
}

    .ViewAdvert:focus, .ViewAdvert:hover {
        color: #006699;
    }

.QuickSetDates {
    line-height: 1em;
    margin-bottom: 6px;
    float: right;
}

    .QuickSetDates a.dropdown-toggle {
        color: white !important;
        font-size: 12px !important;
        cursor: pointer;
        padding-right: 7px;
    }

    .QuickSetDates .caret {
        margin-left: 1px;
        margin-top: 6px;
        border-top: 4px solid #FFFFFF;
    }

    .QuickSetDates .dropdown-menu {
        left: auto;
        right: 0;
        min-width: 100px;
        margin-top: 6px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.5);
        /*border-radius:2px;*/
    }

        .QuickSetDates .dropdown-menu li a {
            line-height: 16px;
            font-size: 12px;
        }

        .QuickSetDates .dropdown-menu:after {
            top: -5px;
            right: 4px;
        }

        .QuickSetDates .dropdown-menu li a:hover {
            background-color: #1f4c77;
            /*background-image: linear-gradient(to bottom, #1f4c77, #006699);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff006699', GradientType=0);*/
        }

.placeholder {
    color: #aaa !important;
}

#spanViewHistory {
    color: #1f4c77;
    font-size: 11px;
    cursor: pointer;
}

.important-news th {
    background-color: #fb3640;
}

.ColVis_collection, .ColVis {
    display: none !important;
}

.navbar-smallgaps .nav > li > a {
    padding: 10px;
}

#aDetailed, #aSummary, #aMap {
    padding: 10px 14px !important;
}

[data-togglecolumn]:before {
    content: url("../Images/tick-icon.png");
    opacity: 0;
    margin-right: 6px;
}

[data-togglecolumn].ticked:before {
    content: url("../Images/tick-icon-dark.png");
    opacity: 0.3;
    margin-right: 6px;
    margin-left: 0 !important;
}

[data-togglecolumn].ticked:hover:before {
    content: url("../Images/tick-icon-light.png") !important;
}

#resetColumns i {
    margin-top: 0 !important;
}

.navbar-inner .nudge-arrow:before {
    right: 7px !important;
}

.navbar-inner .nudge-arrow:after {
    right: 8px !important;
}

input:-ms-input-placeholder {
    color: #c8c8c8 !important;
}

/*.dataTables_info {
    float: left;
}*/

.dataTables_wrapper {
    margin-bottom: 42px;
}

a[data-toggle="dropdown"] {
    cursor: pointer;
}

.navbar .nav li.dropdown > .dropdown-toggle.greyout .caret {
    border-bottom-color: #CCCCCC !important;
    border-top-color: #CCCCCC !important;
}

.navbar-inner > .popover {
    left: 573px !important;
}


.mapit-info {
    background: #f8edde;
    border-left: 4px solid #F0AD4E;
    margin-top: 20px;
    padding: 10px;
    right: 0;
    top: 5px;
    width: 296px;
}


    .mapit-info h4 {
        color: #F0AD4E;
        margin: 0 0 5px 0 !important;
    }

.mapit-info-error {
    background: #f8dfde !important;
    border-left: 4px solid #f0574e !important;
}

    .mapit-info-error h4 {
        color: #f0574e !important;
    }

.mapit-info-success {
    background: #dff8de !important;
    border-left: 4px solid #75d871 !important;
}

    .mapit-info-success h4 {
        color: #5bb857 !important;
    }

#closeColumnBubble {
    font-size: 16px;
    float: right;
    cursor: pointer;
}

.wide-popover .popover {
    width: 315px;
}

.mini-bubble {
    vertical-align: top;
    margin-left: 6px;
    margin-top: 3px;
    cursor: pointer;
}

.mini-pricebubble {
    vertical-align: top;
    margin-left: 6px;
    margin-top: 10px;
    cursor: pointer;
}

.dataTable:not(#accountUsers) .tooltip .tooltip-inner {
    background-color: #D9EDF7;
    background-image: linear-gradient(#ECF6FB, #D9EDF7);
    border: 1px solid #C3DEEC;
    color: #2978A0;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    max-width: 300px !important;
    padding: 5px 10px 8px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.dataTable:not(#accountUsers) .tooltip.right .tooltip-arrow {
    border-right-color: #C3DEEC;
}

/*Removed as it caused some minor issues for tooltips - seemed surplus to requiremnents*/
/*.dataTable:not(#accountUsers) .tooltip-arrow:before {
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid #e2f1f9;
    border-top: 9px solid rgba(0, 0, 0, 0);
    content: "";
    left: 2px;
    margin-top: -9px;
    position: absolute;
    z-index: 2;
}*/

.tooltip.right .tooltip-arrow {
    border-width: 7px 7px 7px 0;
    left: -1px;
    margin-top: -7px;
    top: 50%;
}

.dataTable .tooltip.top .tooltip-arrow {
    border-top-color: #C3DEEC;
}

    .dataTable .tooltip.top .tooltip-arrow:before {
        border-left: 6px solid rgba(0, 0, 0, 0);
        border-top: 6px solid #deeff7;
        border-right: 6px solid rgba(0, 0, 0, 0);
        content: "";
        left: -6px;
        margin-top: -8px;
        position: absolute;
        z-index: 2;
    }

.tooltip.top .tooltip-arrow {
    border-width: 7px 7px 0px 7px;
    bottom: -1px;
    margin-top: -7px;
    margin-left: -7px;
    right: 50%;
}

.LimitExceeded {
    color: #dc5151;
    margin-right: 20px;
    float: right;
}

.LimitExceededTB {
    border: 1px solid #F4BDBD;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
}


.MiniBlueBox label {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}

.SmallDropdowns .dropdown-toggle, .SmallDropdowns .btn-group, .SmallDropdowns .dropdown-menu {
    width: 124px !important;
}

.SmallDropdowns {
    width: 100%;
}

.AddressBubble {
    background-color: #FFFFFF;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    padding: 10px 15px 15px 15px;
    position: absolute;
    right: 0px;
    top: 110px;
    width: 424px;
    z-index: 2;
}

    .AddressBubble label {
        font-weight: bold;
        line-height: 16px;
    }

    .AddressBubble .chosen-container-single .chosen-single {
        box-shadow: none !important;
        border: 1px solid #ddd;
        background-image: linear-gradient(to bottom, #FFFFFF, #F0F0F0);
    }

    .AddressBubble .chosen-container-active.chosen-with-drop .chosen-single {
        background-image: linear-gradient(#f0f0f0 20%, #FFFFFF 80%);
        border: 1px solid #ddd;
    }

    .AddressBubble input[type="text"] {
        height: 22px;
        font-size: 13px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) inset;
        border: 1px solid #ddd !important;
    }

    .AddressBubble .chosen-container-single {
        margin-bottom: 10px;
    }

    .AddressBubble #CustomStreet input[type="text"] {
        margin-right: 9px;
    }

    .AddressBubble .chosen-drop {
        border: 1px solid #ddd !important;
        border-top-width: 0 !important;
    }

    .AddressBubble .chosen-container-single .chosen-single span {
        font-weight: normal !important;
    }

    .AddressBubble .chosen-container .chosen-results li {
        font-weight: normal !important;
    }

    .AddressBubble .chosen-container .chosen-drop {
        box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
    }

    .AddressBubble .ui-autocomplete b {
        font-weight: normal;
    }

    .AddressBubble:after {
        border-bottom: 10px solid #FFFFFF;
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        left: auto;
        position: absolute;
        right: 12px;
        top: -9px;
    }

    .AddressBubble .ui-autocomplete:after {
        border-bottom: 8px solid #DDD;
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-right: 8px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        left: auto;
        position: absolute;
        right: 8px;
        top: -8px;
        z-index: 1000;
    }

    .AddressBubble .ui-autocomplete:before {
        border-bottom: 6px solid #fff;
        border-left: 6px solid rgba(0, 0, 0, 0);
        border-right: 6px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        left: auto;
        position: absolute;
        right: 10px;
        top: -6px;
        z-index: 1001;
    }

    .AddressBubble .chosen-container {
        width: 160px !important;
    }

.chosen-container-single .chosen-single abbr:after {
    color: #bbb;
    content: "×";
    font-size: 19px;
    font-weight: bold;
}

.chosen-container-single .chosen-single abbr {
    right: 24px !important;
    top: -1px !important;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 3 !important;
}

.MiniBlueBox .InlineCheckbox {
    padding: 0 !important;
}

#CustomAddressLabel {
    color: #B3DEF4;
    right: 5px;
    position: relative;
    top: 16px;
    text-align: right;
    font-size: 12px;
    float: right;
    line-height: 16px;
    cursor: pointer;
}


    #CustomAddressLabel .caret {
        border-top: 4px solid #B3DEF4;
        margin-left: 1px;
        margin-top: 6px;
    }

.RentalBox #CustomAddressLabel {
    color: #e7f7ff !important;
}

    .RentalBox #CustomAddressLabel .caret {
        border-top: 4px solid #e7f7ff !important;
    }


.AddressBubble #ClearSuburbText {
    color: #999999;
    cursor: pointer;
    font-size: 31px;
    position: absolute;
    right: 8px;
    top: 27px;
}

#SuburbSearch #ctl00_MP1_CPH3_txtbSuburb {
    margin-bottom: 0;
}

#SuburbSearch #ctl00_MP1_CPH3_btnSelectSuburb {
    margin-left: 5px;
}

.AddressBubble .tooltip-inner p:last-child {
    margin-bottom: 0 !important;
}

.UndisclosedNote {
    font-size: 11px;
    color: #999;
    display: inline-block;
    margin-top: 5px;
    line-height: 13px !important;
    margin-left: 3px;
}

.UndisclosedRadio {
    margin-top: 5px;
    display: inline-block;
}

    .UndisclosedRadio .UndisclosedNote {
        color: #B3DEF4 !important;
    }

    .UndisclosedRadio .InlineCheckbox {
        height: 24px;
        margin-left: 0px;
    }

        .UndisclosedRadio .InlineCheckbox label {
            font-weight: normal;
        }

#DetailedReport .InlineCheckbox {
    padding: 0;
}

.RentalPeriod {
    color: #999;
    font-weight: bold;
}

.displaynone {
    display: none;
}

#ctl00_liBtnNav > li > a {
    padding: 10px 14px !important;
}

#ctl00_liBtnNav {
    margin: 0 !important;
}

#divIncludeDemographics select {
    margin-bottom: 0px;
    height: 28px;
}

#divIncludePriceChangeHistory {
    margin-top: 4px;
}

.RadioRows .InlineCheckbox {
    padding-top: 3px;
}

.RadioRows {
    margin-top: 5px;
}

.IE8DownloadOption {
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    float: left;
    line-height: 17px;
    padding: 10px 0 10px 10px;
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
    height: 60px;
}

    .IE8DownloadOption a {
        color: #1f4c77;
        font-weight: bold;
    }

#IE8Reminder {
    width: 450px;
    margin-left: -210px;
}

    #IE8Reminder p a, #IE8Reminder p a:hover, #IE8Reminder p a:focus {
        color: #1f4c77;
    }

.ClassTest {
    border: 1px solid red;
    background-color: white;
    padding: 10px;
}

#MapResults img {
    max-width: none !important;
}

.gm-style {
    font-family: sans-serif, Arial;
    font-size: inherit;
    font-weight: inherit;
}

.GoogleMapContainer {
    width: 100%;
    height: 550px;
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    box-sizing: border-box;
}

    .GoogleMapContainer .detailed-view {
        box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
        margin-bottom: 13px;
    }

        .GoogleMapContainer .detailed-view:before {
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
            border-top: 13px solid #bbb;
            bottom: -13px;
            content: "";
            display: inline-block;
            left: auto;
            position: absolute;
            right: 220px;
        }

        .GoogleMapContainer .detailed-view:after {
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
            border-top: 13px solid #ffffff;
            bottom: -12px;
            content: "";
            display: inline-block;
            left: auto;
            position: absolute;
            right: 220px;
        }

        .GoogleMapContainer .detailed-view > tbody > tr > td {
            padding: 10px 8px;
        }


    .GoogleMapContainer .detailed-table td {
        line-height: 19px;
        padding: 3px 0;
    }

    .GoogleMapContainer .img-detailed {
        height: 120px;
        width: 160px;
    }

    .GoogleMapContainer .DetailedComment {
        height: auto;
        min-height: 30px;
        max-height: 64px;
        width: 430px;
        float: left;
        display: block;
        margin-top: 10px;
        font-size: 11px;
        line-height: 14px;
        padding: 5px 8px;
    }

    .GoogleMapContainer .ViewResultDetails {
        position: absolute;
        right: 9px;
        top: 149px;
    }

    .GoogleMapContainer .detailed-icons img {
        padding-left: 10px;
    }

#CMAResultsContainer #GoogleMap,
#ComparablesResultsContainer #GoogleMap,
#ResultsContainer #GoogleMap {
    width: 100%;
    height: 100%;
}

.infoBox {
    width: 466px;
}

    .infoBox img {
        z-index: 3;
    }

.gm-style-mtc label {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    display: inline-block;
}

.nav .tooltip-inner, #accountUsers .tooltip-inner {
    white-space: nowrap;
    font-weight: bold !important;
    background-color: #333 !important;
    background-image: linear-gradient(#555, #111);
}

.nav .tooltip.bottom {
    margin-top: 2px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #555;
}

.HeadingOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 420px;
}

.multiplemarkers .detailed-view > tbody > tr > td {
    padding-bottom: 50px;
}

.markernavigation {
    position: absolute;
    bottom: 23px;
    right: 9px;
    width: 446px;
}

    .markernavigation .pager {
        margin: 0;
        text-align: right;
    }

    .markernavigation .counterlabel {
        float: left;
        height: 32px;
        line-height: 32px;
        padding-left: 0px;
    }

    .markernavigation .pager li > a {
        color: #007bb8;
    }

        .markernavigation .pager li > a:hover, .markernavigation .pager li > a:focus {
            color: #006699;
        }

    .markernavigation .pager .disabled > a, .markernavigation .pager .disabled > a:hover, .markernavigation .pager .disabled > a:focus {
        color: #999 !important;
    }

.quickguides > .media {
    position: relative;
    margin-bottom: 30px;
}

.quickguides .media {
    margin-top: 5px;
    color: #999;
    line-height: 16px;
}

.quickguides .media-button {
    bottom: 5px;
    left: 121px;
    position: absolute;
}

.quickguides .thumbnail {
    margin-bottom: 0;
    margin-right: 15px;
}

.quickguides .media-heading {
    margin-top: 3px;
}

.quickguides .media.three-lines .media-heading {
    margin-top: 0 !important;
    line-height: 16px;
}

.quickguides .media.three-lines .media-button {
    bottom: 0 !important;
}

.tab-content .BlueBox, .tab-content .ExtendedSection {
    width: 976px !important;
}

    .tab-content .BlueBox .SearchColumns > tbody > tr > td, .tab-content .ExtendedSection .SearchColumns > tbody > tr > td {
        padding-left: 17px !important;
        padding-right: 17px !important;
    }

.tab-content .BlueBoxBottom {
    padding-left: 17px !important;
    padding-right: 17px !important;
    width: 942px !important;
}

.tab-content #ReportSalesTarget .LargeInput {
    width: 682px !important;
}

.tab-content .BlueBox > div:first-child {
    padding-left: 17px !important;
}

.qg-link-holder {
    background-color: #d9edf7;
    background-image: linear-gradient(#ecf6fb, #d9edf7);
    border: 1px solid #c3deec;
    float: left;
    height: 86px;
    margin-bottom: 20px;
    width: 980px;
    /*border-radius:4px;*/
}

    .qg-link-holder > div {
        margin: 8px 0 0 10px;
        width: 232px;
        float: left;
    }

    .qg-link-holder .nav-pills > li > a:hover {
        background-color: #cde5f1;
        /*background-image: linear-gradient(#d0e7f2, #cde5f1);*/
    }

    .qg-link-holder .nav-pills > li > a {
        color: #006699 !important;
    }

a.thumbnail:hover, a.thumbnail:focus {
    border: 1px solid #c3dff7;
    -webkit-box-shadow: 0 0px 4px rgba(0, 105, 214, 0.1) !important;
    -moz-box-shadow: 0 0px 4px rgba(0, 105, 214, 0.1) !important;
    box-shadow: 0 0px 4px rgba(0, 105, 214, 0.1) !important;
}

.pd-manual {
    margin-top: 0;
    width: 938px;
    background-color: #ebf6fb;
    background-image: linear-gradient(#ebf6fb, #d6eefa);
    border: 1px solid rgba(0, 0, 0, 0.1);
    /*border-radius: 5px;*/
    padding: 15px 20px 20px 20px;
}

    .pd-manual h3 {
        margin-bottom: 10px;
        color: #006699;
    }

    .pd-manual p {
        margin-bottom: 15px;
        color: #006699;
    }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: 7px;
}


.dropup .dropdown-right.dropdown-menu:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0 none !important;
    bottom: -7px;
    content: "";
    display: inline-block;
    left: auto !important;
    position: absolute;
    right: 5px !important;
    top: auto;
}

.dropdown-right.dropdown-menu:after {
}

.dropup .dropdown-menu:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffffff;
    border-bottom: 0 none !important;
    bottom: -6px;
    top: auto;
    content: "";
    display: inline-block;
    left: auto;
    position: absolute;
    right: 5px !important;
}

.infoBox > img {
    position: absolute !important;
    right: 0;
}

.report-issue {
    position: absolute;
    right: 12px;
    top: 130px;
    color: #1f4c77;
    font-size: 11px;
    cursor: pointer;
}

    .report-issue:hover, .report-issue:focus {
        color: #006699;
    }

.edit-comment {
    cursor: pointer;
}

.DetailedCurrentListing .report-issue {
    color: #ee6c14 !important;
}

    .DetailedCurrentListing .report-issue:hover, .DetailedCurrentListing .report-issue:focus {
        color: #e35700 !important;
    }

#markerIssueDialog,
#editComparablesCommentDialog,
#editPropertyAttributesDialog,
#ComparablesBetaDialog,
#addEditComparableSalesTextDialog {
    margin-left: -200px;
    width: 400px;
}

    #markerIssueDialog p, #editComparablesCommentDialog p, #editPropertyAttributesDialog p, #ComparablesBetaDialog p {
        line-height: 16px;
    }

#AgentProfileContent .DetailedComment {
    float: left;
    clear: both;
    margin-top: 20px;
    width: 475px;
    height: 126px;
}

#AgentProfileContent .img-detailed {
    width: 130px;
    height: 130px;
}

[data-tab="AgentProfile"] .bootstrap-select {
    box-shadow: none !important;
    width: 100% !important;
}

[data-tab="AgentProfile"] .dropdown-menu {
    max-height: 350px !important;
}

#AgentProfileContent {
    background-color: white;
    position: absolute;
    z-index: 2;
    width: 498px;
    height: 300px;
}

#AgentProfileSpinner {
    width: 498px;
    height: 300px;
    position: absolute;
    background-image: url(../Images/AddEditAccountUserSpinner.gif);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 1;
}

[data-tab="Permissions"] .CMAReportSection {
    width: 472px;
}

    [data-tab="Permissions"] .CMAReportSection label {
        font-weight: normal;
    }

.boldtext label {
    font-weight: bold !important;
}

.au-icon-only {
    height: 22px;
    padding: 3px 0 1px;
    width: 26px;
    margin-left: 5px;
}

    .au-icon-only i {
        margin-top: 0 !important;
    }

.active-marker {
    background-color: #3ba64f !important;
}

.inactive-marker {
    background-color: #d54343 !important;
}

.active-text {
    color: #3ba64f !important;
    font-weight: bold;
}

.inactive-text {
    color: #d54343 !important;
    font-weight: bold;
}

.au-display-name {
    padding-left: 6px !important;
    font-weight: bold;
}

.au-administrator td:nth-child(4) {
    /*font-weight:bold;*/
}

[data-tab="AccountDetails"] .input-xlarge, [data-tab="ContactDetails"] .input-xlarge {
    width: 332px;
}

[data-tab="AccountDetails"] .controls {
    position: relative;
}

[data-tab="AccountDetails"] .au-error {
    color: #cd5350;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: -18px;
}

[data-tab="ContactDetails"] .controls {
    position: relative;
}

[data-tab="ContactDetails"] .au-error {
    color: #cd5350;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: -18px;
}

#accountUsers_wrapper {
    margin-bottom: 0px !important;
}

#accountUsers .tooltip.left {
    margin-left: -11px;
    margin-top: -1px;
}

.SplitCheckboxes .CMAReportSection {
    width: 219px !important;
}

.SplitCheckboxes td:last-child .CMAReportSection {
    float: right;
}

.SplitCheckboxes {
    width: 500px;
}

.CMAReportSection.SubLine .checker {
    top: 6px;
}

.CMAReportSection.SubLine > div {
    clear: both;
    color: #999;
    font-size: 11px;
    line-height: 11px;
    margin: -2px 0 3px 28px;
}

    .CMAReportSection.SubLine > div > label {
        color: #999;
        font-size: 11px;
        line-height: 11px;
        margin-left: 0 !important;
    }

.CMAReportSection.Blue {
    /*background-image: linear-gradient(#f3f9fa, #dde9f2);*/
    background-image: linear-gradient(#f7fbfc, #e7f1f7);
    border-color: #c3dcec;
}

.CMAReportSection.SubLine.Blue > div > label {
    color: #56a0c4 !important;
}

.CMAReportSection.Blue label {
    color: #006699;
}

.btn-danger.disabled, .btn-warning.disabled {
    background-color: #9c9c9c !important;
    background-image: linear-gradient(#9c9c9c, #999999) !important;
    border-color: #888 !important;
}

.icon-deactivate {
    background-image: url("img/icon-lock.png");
    background-position: -1px -1px;
}

.icon-activate {
    background-image: url("img/icon-unlock.png");
    background-position: -1px -1px;
}

.admin-edit-account-user #AgentProfileContent .DetailedComment {
    height: 106px;
    width: 812px;
}

.admin-edit-account-user #AgentProfileContent .img-detailed {
    height: 165px;
    width: 165px;
}

.admin-edit-account-user .SplitCheckboxes .CMAReportSection {
    width: 387px !important;
}

.admin-edit-account-user .SplitCheckboxes .CMAReportSection {
    width: 387px !important;
}


.admin-edit-account-user .SplitCheckboxes {
    width: 834px;
}


.admin-edit-account-user [data-tab="Permissions"] .CMAReportSection {
    width: 807px;
}

.admin-edit-account-user #AgentProfileSpinner, .admin-edit-account-user #AgentProfileContent {
    width: 834px;
}

#filterGrid_wrapper {
    margin-bottom: 0 !important;
}

.mini-pricebubble {
    vertical-align: top;
    margin-left: 6px;
    margin-top: 10px;
    cursor: pointer;
}

.mini-vendorbubble {
    vertical-align: top;
    padding: 5px 0px 5px 0px;
    margin-top: 10px;
    cursor: pointer;
}

.dataTable .tooltip.top .tooltip-arrow {
    border-top-color: #C3DEEC;
}

    .dataTable .tooltip.top .tooltip-arrow:before {
        border-left: 6px solid rgba(0, 0, 0, 0);
        border-top: 6px solid #deeff7;
        border-right: 6px solid rgba(0, 0, 0, 0);
        content: "";
        left: -6px;
        margin-top: -8px;
        position: absolute;
        z-index: 2;
    }

.tooltip.top .tooltip-arrow {
    border-width: 7px 7px 0px 7px;
    bottom: -1px;
    margin-top: -7px;
    margin-left: -7px;
    right: 50%;
}


#filterGrid_wrapper, #wysResultsGrid_wrapper {
    margin-bottom: 0 !important;
}

.ReportErrorHide {
    display: none !important;
}

.TextAreaError {
    border-color: red !important;
    background-color: #ffeeee !important;
}

/*#ctl00_MP4_CPH3_liResultsSelected
{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 20px;
    border: 1px solid transparent;
}*/

.CharCountLabel {
    text-align: left;
    color: #999999;
    font-size: 12px;
    margin-left: 5px;
}

.tblPricingInformation td {
    text-align: left;
    height: 45px;
    width: 125px;
    border: 1px solid #ddd;
    padding-left: 5px;
    padding-right: 5px;
}

.tblPricingInformation th {
    text-align: center;
    height: 35px;
    width: 125px;
}

.tblAgentMedian td {
    text-align: left;
    height: 25px;
    width: 125px;
    padding-left: 5px;
    padding-right: 5px;
}

#membersLoginBox {
    width: 280px;
    height: 230px;
}

#LoginContainer #logoBox {
    position: absolute;
    top: -65px;
    right: 10px;
}

#publicContainer #logoBox {
    margin-top: 15px;
    width: 1002px;
}

#fakeTable {
    margin-bottom: 20px;
}

#fakeMyDetails {
    padding: 8px 10px !important;
    background-color: #0088CC !important;
    background-repeat: repeat-x;
    border-collapse: separate;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-width: 1px;
    color: #FFFFFF;
    font-size: 15px;
    text-align: left;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

#fakeTableBody {
    border: 1px solid #dddddd;
}

.fakeRow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 10px;
}

    .fakeRow.backgroundColor {
        background: #f2f2f2;
    }

    .fakeRow .firstColumn {
        width: 140px;
    }

    .fakeRow .secondColumn {
        width: 100%;
    }

.WhiteBox {
    background-color: white;
    position: absolute;
    padding: 15px;
    border: solid 1px #333333;
}

    .WhiteBox h1 {
        font-size: 22px;
        margin: 0 0 10px 0;
        line-height: 22px;
        font-weight: normal;
    }

    .WhiteBox input[type="submit"] {
        position: absolute;
    }


#LoginContainer {
    height: 440px;
    left: 50%;
    margin-left: -432px;
    margin-top: -225px;
    position: absolute;
    top: 50%;
    width: 863px;
}

.FooterTextLogin {
    position: absolute;
    color: #eee;
    font-size: 11px;
    line-height: 14px;
    color: #333333;
}

.LoginLogos {
    bottom: -47px;
    right: 0;
    padding-right: 10px;
    position: absolute;
    right: 0;
    width: 100%;
}

    .LoginLogos a {
        line-height: 0px;
    }

.LoginTextbox {
    width: 265px;
    margin-bottom: 0;
    font-size: 13px;
}

.LoginBackground {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-color: #F1F5F8;
    overflow: hidden;
}

#MiniBlueBoxContainer {
    float: right;
    width: 320px;
    padding: 10px;
}


#newsContainer {
    width: 630px;
    float: left;
    padding: 10px;
    margin-bottom: 20px;
}

#HomeBox #ctl00_MP2_CPH2_txtbFullAddress {
    width: 795px;
    margin-bottom: 0;
    box-sizing: border-box;
    height: 40px !important;
}

#AdvancedOptions {
    display: none;
}

#AdvancedOptionsContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0;
    width: 990px;
}

    #AdvancedOptionsContainer input[type="text"] {
        border: 0 none;
        margin-bottom: 0;
        box-shadow: 0 0 6px rgb(0 0 0 / 20%), 0 2px 5px rgb(0 0 0 / 10%) inset;
    }

    #AdvancedOptionsContainer #ctl00_MP1_CPH3_txtbLotNumber {
        width: 196px;
    }

#searchPropertyContainerLeft,
#AdvancedOptionsContainerLeft {
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px;
}

#searchPropertyContainerRight {
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#AdvancedOptionsContainerRight {
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.RecentSearchesClearButton {
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 2px 8px;
    font-weight: bold;
}

.includeSurroundingContainer {
    width: 36%;
}

#BlueBoxTopSub,
#RentalBoxTopSub {
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
}

#ctl00_MP1_CPH3_txtbAgent,
#ctl00_MP1_CPH3_txtbAgentName {
    width: 442px;
}

#medianReportButtonContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#searchBoxContainer,
#CMASetupContainer #reportSectionsContainer,
#RentalCMASetupContainer #reportSectionsContainer,
#dataSourceBedroomsContainer,
#roomsYearBuiltContainer,
#bathroomsCarparksContainer,
#lotPlanContainer,
#lotPlanLeft,
#lotPlanRight,
#CustomStreet,
.agentContainer,
#resultTypeBedroomsContainer,
#roomsFurnishedContainer,
#roomsFurnishedContainerRight,
#bedroomsBathroomsContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#OfficeInfoContainer #officeInfoLogoContainer,
#OfficeInfoContainer #addressContainer,
#OfficeInfoContainer #landLineContainer,
#OfficeInfoContainer #mobileContainer,
#OfficeInfoContainer #faxContainer,
#OfficeInfoContainer #emailContainer,
#OfficeInfoContainer #websiteContainer,
#OfficeInfoContainer #reportColourContainer,
#OfficeInfoContainer #primaryContactContainer,
#AccountInfoContainer #nameContainer,
#AccountInfoContainer #phoneContainer,
#AccountInfoContainer #mobilePhoneContainer,
#AccountInfoContainer #emailContainer,
#AccountInfoContainer #trackingContainer,
#AccountInfoContainer #salesSearchContainer,
#AccountInfoContainer #salesCMAContainer,
#AccountInfoContainer #rentalSearchContainer,
#AccountInfoContainer #rentalCMAContainer,
#ChangePasswordContainer #passwordIntructionsContainer,
#ChangePasswordContainer #currentPasswordContainer,
#ChangePasswordContainer #newPasswordContainer,
#ChangePasswordContainer #repeatPasswordContainer,
#ChangePasswordContainer #ctl00_MP1_CPH3_trChangedBy {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
}

    #ChangePasswordContainer #passwordIntructionsContainer #passwordIntructionsContainerLeft {
        width: 500px;
        order: 1;
    }

#OfficeInfoContainer #ownLogoContainer {
    align-items: center;
}

.agentContainer {
    margin-top: 15px;
}

    .agentContainer .agentRight {
        padding-left: 35px;
    }

#searchPropertyContainer,
#CustomStreet,
#searchOptionsContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#searchOptionsContainerLeft {
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px;
}

#searchOptionsContainerRight {
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#bathroomsCarparksContainer input[type="text"],
#roomsYearBuiltContainer input[type="text"],
#ctl00_MP1_CPH3_txtbPlanReference,
#roomsFurnishedContainer input[type="text"] {
    width: 70px;
}

.AddressBubble #ctl00_MP1_CPH3_txtbCustomStreet {
    width: 239px;
}

.AddressBubble #ctl00_MP1_CPH3_ddlCustomStreetType {
    width: 160px;
}

.AddressBubble #ctl00_MP1_CPH3_txtbCustomSuburb {
    width: 408px;
}

#melMetroContainer,
#nonmelMetroContainer {
    float: left
}

#ctl00_MP1_CPH3_divAddressNotMapped #btnNotMappedAgainContainer {
    float: left;
}

#ctl00_MP1_CPH3_divAddressNotMapped #btnNotMappedContinueContainer {
    float: right;
}

#resultSummaryContainer {
    margin-bottom: 10px;
    padding: 10px 15px;
    line-height: 24px;
}

.hidden {
    display: none !important;
}

.loadingPageContainer {
    position: absolute;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    width: 99%;
    height: 99%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loader {
    display: block;
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

.loaderMessage {
    color: white;
    font-size: 18px;
    width: 300px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 60px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.btn-100 {
    width: 100%;
    box-sizing: border-box;
}

.noAccessContainer .contact-hero,
.noPermissionContainer .contact-hero {
    width: 938px;
}

#RentalCMASearchContainer #carparkTableContainer {
    width: 206px;
}

.CSLargeHeading {
    font-family: 'NettoOT', Fallback, sans-serif;
    font-size: 32px;
    color: #009fda;
}

.CSMediumHeading {
    font-family: 'NettoOT', Fallback, sans-serif;
    font-size: 20px;
    color: #009fda;
}

.CSStandardText {
    font-family: 'NettoOT', Fallback, sans-serif;
    font-size: 16px;
    color: black;
}

#OfficeInfoContainer #tblUploadLogo,
#ChangePasswordContainer #passwordIntructionsContainer #tblPasswordInstructions {
    width: 440px;
    border-left: 4px solid #D0E3F0;
    background: #EAF3FC;
    padding: 10px;
    margin-top: 36px;
    box-sizing: border-box;
}

    #OfficeInfoContainer #tblUploadLogo #logoContainer {
        height: 150px;
        width: 130px;
        float: left;
        padding: 0px 15px 0px 0px;
    }

#RecentSearchContainer .SmallHeader {
    font-family: 'NettoOT', Fallback, sans-serif;
    color: white;
    font-size: 14px;
}

#RecentSearchContainer .MoneyCombo {
    width: 160px;
    box-sizing: border-box;
}

#RecentSearchContainer .btn-group button.multiselect.dropdown-toggle.btn {
    box-sizing: border-box;
    width: 160px !important;
    padding: 5px 12px;
}

#RecentSearchContainer .multiselect-container {
    min-width: unset;
    width: 100%;
}

#RecentSearchContainer .ui-multiselect {
    text-align: left;
    width: 100% !important;
}

#RecentSearchContainer .PriceMenu {
    width: 100%;
}

#RecentSearchContainer #ctl00_MP1_CPH3_btnSearch {
    width: 124px;
    height: 30px;
    font-size: 17px;
    padding: 5px;
}

#RecentSearchContainer .inputosaurus-container {
    box-sizing: border-box;
    width: 100% !important;
}

#RecentSearchContainer .ui-autocomplete {
    width: 100% !important;
}

#RecentSearchContainer #ToggleResultType {
    width: 100%;
}

#RecentSearchContainer .DaysSelectionContainer {
    width: 90px;
    display: inline-flex;
    font-weight: normal;
    padding-left: 6px;
}

#RecentSearchContainer #ctl00_MP1_CPH3_txtbAgent {
    width: 97%;
}

#RecentSearchContainer #ctl00_MP1_CPH3_txtbPriceFrom,
#RecentSearchContainer #ctl00_MP1_CPH3_txtbPriceTo {
    width: 72%;
}

#RecentSearchContainer #soldInLastContainer {
    display: flex;
    padding: 0 20px 10px 20px;
}

    #RecentSearchContainer #soldInLastContainer label {
        padding-left: 6px;
    }

#RecentSearchContainer #firstHeader {
    font-family: 'NettoOT', Fallback, sans-serif;
    font-size: 28px;
    color: #009fda;
    margin: 8px 0;
}

#RecentSearchContainer #searchReturnMessage {
    padding-left: 40px;
}
