﻿body {
    margin: 0px;
    /*font-family: Verdana, Arial, Helvetica;*/
    font-size: 13px;
    /*position: relative; */
    overflow-y: scroll;
}

.PDTable th {
    /*  background-color:#0088cc !important; 
    text-align:left; 
    color:white; 
    font-size:15px; 
    border-radius:5px 5px 0 0;*/
}

.PDTable th {
    background-color: #0088CC !important;
    /*background-image: linear-gradient(to bottom, #0088CC, #006699);*/
    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-radius: 5px 5px 0 0;*/
    border-width: 1px;
    color: #FFFFFF;
    font-size: 15px;
    padding: 0 14px 0 9px;
    text-align: left;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.PDTable th, .PDTable td {
    padding: 8px 10px !important;
}

.PDTable td {
    font-size: 13px;
    /*line-height:16px;*/
}

.PDTable {
    width: 100%;
    /*border-radius:4px;*/
}

.WebinarDiv {
    width: 590px;
    padding: 12px 20px;
    background-color: #009fda;
}

.WebinarTable td > a {
    color: white;
}

    .WebinarTable td > a:hover {
        color: #555;
    }

    .WebinarTable td > a:focus {
        color: #555;
    }

.WebinarTable td {
    font-family: 'NettoOT', Fallback, sans-serif;
    font-size: 16px;
    color: white;
    padding: 8px 10px;
}

.TableTotal {
    color: white;
    background-color: #0088cc !important;
    font-weight: bold;
    text-align: right !important;
}

.TableSubTotal {
    background-color: #eee !important;
    text-align: right !important;
    font-weight: bold;
    padding: 10px 8px 2px 8px !important;
}

.TableGST {
    background-color: #eee !important;
    text-align: right !important;
    font-weight: bold;
    border-top: 0 !important;
    padding: 3px 8px 10px 8px !important;
}

.custom-logo-preview a {
    color: #0088CC;
    text-decoration: none;
}

.form-horizontal .control-label {
    text-align: left !important;
    width: 140px;
    padding-left: 3px;
}

.form-horizontal .controls {
    margin-left: 150px;
}

.input-xlarge {
    width: 336px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.alert .close {
    right: 0px;
}

.custom-logo-preview {
    width: 440px;
    margin-top: 40px;
    border-left: 4px solid #D0E3F0;
    background: #EAF3FC;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
}

.colorpicker {
    margin-top: -158px;
}

.controls .checker {
    margin-top: 6px !important;
}

.agent-profiles .img-detailed {
    height: 200px;
}

.agent-profiles .DetailedComment {
    height: 194px;
    width: 425px;
}

#ReportTemplate .bootstrap-select {
    width: 100%;
}

.ConfirmPanel span a {
    color: #0088CC;
    text-decoration: none;
}

#SuburbTooltip:after,
#SuburbTooltip_Mobile:after,
#MedianSuburbsTooltip:after,
#MedianSuburbsTooltip_Mobile: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;
}

#SuburbTooltip,
#SuburbTooltip_Mobile,
#MedianSuburbsTooltip,
#MedianSuburbsTooltip_Mobile {
    padding: 8px 14px;
    position: absolute;
    right: 0px;
    margin-top: 10px;
    color: white;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    background-image: -moz-linear-gradient(top, #444, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
    background-image: -webkit-linear-gradient(top, #444, #222);
    background-image: -o-linear-gradient(top, #444, #222);
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    background-color: #444;
    width: 260px;
    white-space: normal;
}

#DemographicSearch > .ui-autocomplete a {
    font-weight: bold !important;
}

#SuburbSearch > .ui-autocomplete a {
    font-weight: bold !important;
}

.agent-logo-preview {
    border-left: 4px solid #D0E3F0;
    background: #EAF3FC;
    padding: 10px;
    display: inline-block;
    position: relative;
}

#myListingsGrid td {
    height: 35px;
}

#myListingsGrid .btn {
    margin: 0px 5px 0px 5px;
}

#recentlyReportedGrid td {
    height: 35px;
}

#recentlyReportedGrid .btn {
    margin: 0px 5px 0px 5px;
}

.top-hero {
    background-color: #EAF3FC;
    border: 0 none;
    color: #333333;
    margin: 10px;
    padding: 10px 15px 5px 15px;
    line-height: 24px;
    font-size: 15px;
}

.even.salesEntryRow > td {
    background-color: #e7f2f8 !important;
    border-top: 1px solid #c4e1f0;
    color: #006699;
}

.odd.salesEntryRow > td {
    background-color: #d9edf7 !important;
    border-top: 1px solid #c4e1f0;
    color: #006699;
}

    .odd.salesEntryRow > td > a, .even.salesEntryRow > td > a {
        color: #006699;
    }

        .odd.salesEntryRow > td > a.btn, .even.salesEntryRow > td > a.btn {
            color: #fff;
        }

    .odd.salesEntryRow > td:first-child, .even.salesEntryRow > td:first-child {
        border-left: 1px solid #c4e1f0;
    }

.streettypepicker.bootstrap-select:not([class*="span"]) {
    width: 220px;
}

.bootstrap-select:not([class*="span"]) {
    width: 208px;
}

.FocusAddress .AddressNumbers {
    width: 80px;
}

.FocusAddress label {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
}

.FocusAddress .RangeTo {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    width: 22px;
    padding-top: 10px;
}

#ReportSalesTarget .LargeInput {
    width: 689px;
}

#ReportSalesTarget {
    margin-left: 42px;
}

.propertytype-bubble {
    border: 1px solid #ccc;
    padding: 10px;
    /*border-radius:5px;*/
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    margin-top: 12px;
    position: absolute;
    width: 434px;
    z-index: 1000 !important;
    background: white;
    height: 210px;
}

    .propertytype-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;
    }

    .propertytype-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;
    }

    .propertytype-bubble iframe {
        border: none;
        outline: none;
        width: 434px;
        height: 210px;
    }

.propertytype-bubble-new {
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    margin-top: 12px;
    position: absolute;
    width: 250px;
    height: 115px;
    box-sizing: border-box;
    z-index: 1000 !important;
    background: white;
}

    .propertytype-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;
    }

    .propertytype-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;
    }

    .propertytype-bubble-new iframe {
        border: none;
        outline: none;
        width: 100%;
        height: 95px;
    }

#ClearAgentText {
    position: absolute;
    top: 25px;
    font-size: 30px;
    color: #999;
    right: 5px;
    cursor: pointer;
}

#ClearStreetAddress {
    position: absolute;
    top: 30px;
    font-size: 36px;
    color: #999;
    right: 13px;
    cursor: pointer;
}

.QuarterSelect {
    width: 85px !important;
}

#ReportSalesTarget {
    position: relative;
}

    #ReportSalesTarget .ui-menu-item > a.ui-corner-all {
        font-size: 22px !important;
        line-height: 26px !important;
        padding: 5px 8px !important;
    }

    #ReportSalesTarget b, #CMATarget b {
        font-weight: normal !important;
    }

    #ReportSalesTarget li.ui-menu-item a span {
        font-size: 22px !important;
    }

.HalfSelect {
    width: 210px !important;
}

.FullSelect {
    width: 454px !important;
}

.LargeInput {
    line-height: normal !important;
}

.ui-autocomplete {
    top: 0px;
}

#ctl00_MP4_CPH3_SearchOptions #IncludeSurroundingTooltip {
    margin-top: 30px !important;
}


#IncludeSurroundingTooltip:after
{
    border-bottom: 9px solid #444;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    display: inline-block;
    left: auto;
    position: absolute;
    left: 42px;
    top: -9px;
}

#IncludeValidPriceRangeRight: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;
}

#IncludeValidPriceRangeLeft:after {
    border-bottom: 9px solid #444;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    display: inline-block;
    left: auto;
    position: absolute;
    left: 42px;
    top: -9px;
}

#IncludeSurroundingTooltip {
    padding: 8px 14px;
    position: absolute;
    left: 26px;
    margin-top: 15px;
    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;
}

#IncludeValidPriceRangeRight {
    padding: 8px 14px;
    position: absolute;
    right: 25px;
    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;
}

#IncludeValidPriceRangeLeft {
    padding: 8px 14px;
    position: absolute;
    Left: 25px;
    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;
}

.InlineCheckbox .radio input[type="radio"] {
    margin-left: 0px;
}

.closebutton {
    width: 22px !important;
    height: 22px !important;
}

.fancybox-wrap.fancybox-offset {
    margin-top: 0px !important;
}
