﻿/*#region reset*/
/*a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, tdvideo, tt, u, ul, var { background: transparent; border: 0 none; margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; text-decoration: none; color: inherit; }
a { color: inherit; }
    a:hover { text-decoration: none; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
embed { vertical-align: top; }
* { font: inherit; }*/
/*#endregion reset*/

#body {
    background: transparent;
}

.font-weight-bold, .bold {
    font-weight: bold;
}

.red {
    background: red !important;
}

.green {
    background: green !important;
}

.pink {
    background: fuchsia !important;
}

.color-green {
    color: green !important;
}

.full {
    width: 100%;
}

.min-width-full {
    min-width: 100%;
}

.nopadd {
    padding: 0 !important;
}

.nopadd-right {
    padding-right: 0 !important;
}

.nopadd-left {
    padding-left: 0 !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.display-block {
    display: block !important;
}

.display-inlineblock {
    display: inline-block !important;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-10 {
    bottom: 10px !important;
}

.left-0 {
    left: 0 !important;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y {
    overflow-y: scroll;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #ccc;
}

.border-bottom-solid {
    border-bottom: 1px solid #ccc;
}

    .border-bottom-dashed:last-child, .border-bottom-solid:last-child {
        border-bottom: none;
    }

.border-solid {
    border: 1px solid #ccc;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.min-padd[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

    .min-padd[class*='col-'] .form-horizontal .form-group {
        margin-right: -5px;
        margin-left: -5px;
    }

.btn-group, .btn-group-vertical {
    width: 100%;
}

.dd-multiselect {
    width: 100%;
}

.blur {
    filter: blur(3px);
}

.map-container {
    overflow: hidden;
    height: 80vh;
    width: calc(100% - 350px);
    float: left;
}
    /*11*/
    .map-container #map_canvas_interactiveMap, .map-container #map_canvas_presaleMap {
        width: 100%;
        height: 100%;
    }

#map_canvas_interactiveMap .animate {
    animation: pulsateScale .8s ease-in-out infinite;
}

#map_canvas_interactiveMap .active {
    background-color: green !important;
    color: #fff;
}

#map_canvas_interactiveMap img {
    max-width: none !important;
    background: none !important
}

.map-container-mobile {
    overflow: hidden;
    height: 100vh;
}

    .map-container-mobile #map_canvas_interactiveMap, .map-container-mobile #map_canvas_presaleMap {
        width: 100%;
        height: 100%;
    }

div[class*='labels-size-'] {
    background: blue;
    border-radius: 50%;
    color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.3);
    text-align: center;
    border: 2px solid #fff;
}

.labels-size-0 {
    width: 25px;
    height: 25px;
    padding: 4px 0;
}

.labels-size-1 {
    width: 29px;
    height: 29px;
    padding: 6px 0;
}

.labels-size-2 {
    width: 34px;
    height: 34px;
    padding: 8px 0;
    font-size: 12px;
}

.labels-size-3 {
    width: 38px;
    height: 38px;
    padding: 10px 0;
}

.labels-size-4 {
    width: 42px;
    height: 42px;
    padding: 12px 0;
}

.labels-size-5 {
    width: 50px;
    height: 50px;
    padding: 17px 0px;
}

.hover:hover {
    background-color: rgba(0,0,0,.05);
}


.listing-infoWindow {
    position: absolute;
    display: none;
    width: 300px;
    background: #fff;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.35);
    border-radius: 2px;
}

    .listing-infoWindow #myInfo, #ddPrice .dropdown-menu {
        overflow-y: auto;
        max-height: 350px;
    }

    .listing-infoWindow:after {
        position: absolute;
        width: 0;
        height: 0;
        content: "";
        border-style: solid;
        border-color: transparent #fff;
    }

    .listing-infoWindow .closeInfoWindow {
        cursor: pointer;
        position: absolute;
        top: -20px;
        left: 10px;
        background: #fff;
        padding: 0 5px;
        box-shadow: 1px -1px 1px 0px rgba(0,0,0,.3);
        font-size: 14px;
    }

#interactiveMap ol, #interactiveMap ul {
    list-style: none;
}

.listing-infoWindow #myInfo > ul > li {
    padding: 10px 0;
}

.listing-container {
    padding-bottom: 60px;
}

.listing-paging-container {
    bottom: 0;
    background: #fff;
}

    .listing-paging-container .pagination {
        margin: 0;
    }

.interactiveMapSearchContainer-desktop .search-container { /*box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);*/
    z-index: 2;
    position: relative;
}

.listing-container-parent {
    box-shadow: 2px 0 2px -1px rgba(0,0,0,.3);
    z-index: 1;
    position: relative;
    width: 350px;
    float: left;
}
/*11*/

.toolbox-container-mobile {
    background: #fff;
    box-shadow: 0 0px 5px 0px rgba(1,1,1,.5);
    bottom: 0px !important; /*padding-right: 29px;*/
    z-index: 999;
    margin-left: -1px;
}

.mapSearchContainer-mobile {
    display: none;
    background: #fff;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
}

.listing-container-parent-mobile {
    display: none;
    background: #fff;
    padding-bottom: 50px !important;
    height: 100%;
}

.mapSearchContainer-mobile, .listing-container-parent-mobile, .listing-infoWindow-mobile {
    z-index: 1001;
}

.presaleMapSearchContainer-desktop .search-container {
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.mapSearchContainer-mobile .chk {
    width: 100%;
    border-radius: 4px !important;
    margin-bottom: 10px;
    height: 34px;
}

.presaleMapSearchContainer-desktop .chk {
    height: 34px;
}


    .mapSearchContainer-mobile .chk.active, .presaleMapSearchContainer-desktop .chk.active {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.mapSearchContainer-mobile .bottom-10 {
    z-index: 99;
    border-top: solid 1px #ccc;
    padding-top: 5px;
    padding-bottom: 11px;
    background: #f1f1f1;
    box-shadow: 0 0px 5px 0px rgba(1,1,1,.5);
    margin-left: -1px;
    bottom: 0 !important;
}

.twitter-typeahead {
    width: 100%;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 4px 0 0 4px;
    border: 1px solid #ccc;
}

/* Nofa */
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    font-size: 14px;
    height: 34px;
    line-height: 19px;
}

.new-search-listing {
    background: #fff;
    min-height: 70vh;
}

#presaleMap {
    padding-top: 0px;
}

    .new-search-listing .input-group-btn, #presaleMap .input-group-btn {
        vertical-align: top;
    }

        .new-search-listing .input-group-btn .btn {
            /*font-size: 16px;*/
            height: 34px;
            width: 55px;
            padding: 0 5px;
        }

.presaleMapSearchContainer-desktop .form-control, .new-search-listing .form-control {
    font-size: 14px;
    height: auto;
    padding: 7px;
    line-height: 18px;
    border-radius: 4px;
}

.new-search-listing .caret {
    border-top: 0.3rem solid #000;
    border-right: 0.2rem solid transparent;
    border-bottom: 0 dotted;
    border-left: 0.2rem solid transparent;
    margin-left: 3px;
}

.new-search-listing .dropdown-toggle, .input-group button {
    font-size: 13px;
    padding: 0.2em 1.3em;
    height: 34px;
    border-radius: 4px;
    margin-left: 0px !important;
}

.search-container {
    padding: 15px 10px 0;
    z-index: 9;
    position: relative;
}

.search-container-boxshadow {
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.dropdown-menu {
    width: 100%;
}

.areweneedthis .close-btn {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 3px 9px;
    background: #eee;
    border-radius: 50%;
    font-weight: bold;
    margin: 5px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,.3);
    z-index: 1;
}

.listing-infoWindow-mobile {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

    .listing-infoWindow-mobile #myInfo {
        overflow-y: auto;
        height: 100%;
    }


@keyframes pulsateScale {
    0%, 100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }
}

.interactiveMapType-container {
    margin-bottom: 15px;
}

    .interactiveMapType-container .btn-link.active:hover {
        color: #fff;
    }

.vertical-middle {
    vertical-align: middle;
}

.margin-5 {
    margin: 5px;
}

.search-container i { /*color: #ccc;*/
    cursor: pointer;
}

    .search-container i.fa-active {
        color: #000;
    }

.loading5 {
    position: absolute;
    top: 19px;
    left: 45%;
    display: none;
    color: #fff;
    background: #000;
    padding: 5px;
    border-radius: 5px;
    z-index: 5;
}

.fas {
    vertical-align: middle;
}

.img-responsive {
    max-width: 100% !important;
}


.C_ForSale {
    background: yellowgreen;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    font-family: helvetica;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    padding: 1px 5px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.search-result-item {
    margin-bottom: 15px;
}

.grid-container .C_Details {
    min-height: 120px;
    border: none;
    position: static;
}

.grid-container .C_Picture a.lgnfavlnkjqlnk {
    position: absolute;
    z-index: 999;
    cursor: pointer;
    padding: 10px;
    width: auto;
}

    .grid-container .C_Picture a.lgnfavlnkjqlnk:hover i {
        font-weight: 900;
    }

.grid-container .search-result-item .search-result-item-container {
    box-shadow: 0 0 7px #dedede;
    padding: 0;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
}

    .grid-container .search-result-item .search-result-item-container:hover {
        box-shadow: 0 0 17px #c9c9c9;
        transform: translateY(-.5%);
    }

.grid-container .search-result-item .content_container {
    width: 100%;
    padding: 30px 20px 20px 20px;
}

    .grid-container .search-result-item .content_container .street {
        display: block;
    }

    .grid-container .search-result-item .content_container .signin {
        position: absolute;
        top: 25%;
        width: 100%;
        left: 0;
        text-align: center;
		z-index:10;
    }

        .grid-container .search-result-item .content_container .signin a {
            padding: 10px 10px;
            border-radius: 15px;
            background: green;
            color: #fff;
        }

    .grid-container .search-result-item .content_container p {
        font-size: 14px;
        color: #000;
    }

.grid-container .C_NumberPhoto {
    display: none;
}

.grid-container .picture-container {
    position: relative;
    height: 50%;
}

    .grid-container .picture-container .C_Picture {
        height: 100%;
        overflow: hidden;
    }

        .grid-container .picture-container .C_Picture img {
            object-fit: cover;
        }

.grid-container .row.price .caption {
    display: none;
}

.grid-container .row.price {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.grid-container #divForSaleTitle {
    position: absolute;
    bottom: -11px;
    z-index: 9;
    left: 20px;
}

.grid-container .C_ForSale {
    border-radius: 15px;
    font-size: 13px;
    padding: 5px 10px;
}

.list-container .search-result-row {
    width: 100%;
}

.tt-menu {
    background: #fff;
    border: 1px solid #ccc;
    width: calc(100% + 55px);
    max-height: 300px;
    overflow: visible scroll;
}

    .tt-menu h3 {
        font-weight: bold;
        border-bottom: 1px solid #efefef;
        margin-top: 5px;
        padding: 5px;
    }

        .tt-menu h3.league-name {
            color: #858998;
            font-weight: normal;
            padding: 15px 10px 10px 10px;
            text-transform: uppercase;
        }

    .tt-menu .tt-suggestion {
        padding: 5px;
        cursor: pointer;
        padding-left: 20px;
        color: #555;
        font-size: 14px;
    }

        .tt-menu .tt-suggestion:hover {
            background: #ddd;
        }

.presale-checkboxes-img {
    width: 20px;
}

.nav-tabs li:first-child {
    margin-left: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    background-color: #ddd !important;
}

.font-weight-normal {
    font-weight: normal;
}

.noborder {
    border: none;
}

.pointer {
    cursor: pointer;
}

.picture-container img {
    max-height: 300px;
}

.listing-container p, .map-container p {
    font-size: initial !important;
}

#spinner {
    position: fixed;
    top: 40%;
    left: calc(50% - 85px);
    background: #ffffff;
    height: auto;
    padding: 10px 25px;
    border-radius: 15px;
}

.spinner.med-fixd > .spinner-circle {
    border-color: #e8e8e8;
    border-top-color: #555;
}

.spinner.med-fixd.large > .spinner-circle {
    width: 50px;
    height: 50px;
    border-width: 5px;
}

.spinner.med-fixd > .spinner-label {
    color: inherit;
}

.map-listing-container > .col-md-3 {
    width: 350px;
}

.map-listing-container > .col-md-9 {
    width: calc(100% - 350px);
}

.list-unstyled > li.row {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .listing-infoWindow li.row p.price, .list-unstyled > li.row p.price {
        font-weight: bold;
        font-size: 16px;
    }

    .listing-infoWindow li.row p.street, .list-unstyled > li.row p.street {
        color: #000;
        font-size: 14px !important;
    }

.listing-infoWindow li.row p.bedbath, .list-unstyled > li.rosw p.bedbath {
    color: #000;
    font-size: 12px !important;
}

.listing-infoWindow li.row p.status, .list-unstyled > li.row p.status {
    color: #000;
    font-size: 12px !important;
}

.list-unstyled > li.row p.signin {
    filter: none;
    PADDING: 5px;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    margin-right: 5px;
}

    .list-unstyled > li.row p.signin a {
        color: #fff !important;
        font-size: 12px;
    }

.max-height-300-forselect .multiselect-container {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}


#propertyTypeContainer .dropdown-menu {
    overflow: hidden;
}

    #propertyTypeContainer .dropdown-menu .input-group {
        padding: 0 5px 5px;
        width: 100%;
    }

#propertyTypeContainer #btnPropertyTypes {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 4px;
}

#propertyTypeContainer #treePropertyType {
    height: 50vh;
    overflow: auto;
}

#btnClearPropertyTypeSearch {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    background: transparent;
    padding: 0.2em .3em;
    z-index: 9;
    font-size: 0;
}

    #btnClearPropertyTypeSearch:before {
        content: '\f00d ';
        font-size: 18px;
    }

#propertyTypeContainer #txtPropertyTypeSearch {
    padding-right: 20px;
}

#propertyTypeContainer .input-group-btn {
    position: absolute;
    right: 24px;
}

.listing-container img {
    max-height: 150px;
    margin: auto;
}


.squareFeet-container input[type=text] {
    width: 40%;
    float: left;
}

.squareFeet-container span {
    width: 20%;
    float: left;
    padding: 7px;
    line-height: 18px;
}

#from_price_detail, #to_price_detail {
    display: none;
}
/*#from_price_detail li, #to_price_detail li{ text-align:right; }*/

.color-gray {
    color: #bbb;
}

.margin-left-10 {
    margin-left: 10px;
}

.btn-tools-container {
    margin-top: 15px;
    border-top: 1px solid #ccc;
}

    .btn-tools-container button {
        font-size: 1em !important;
    }


#savedSearchList li {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

    #savedSearchList li:last-child {
        border-bottom: 1px solid transparent;
    }

    #savedSearchList li a {
        padding: 0;
        display: inline-block;
        width: 80%; /* text-overflow: ellipsis; */ /* overflow: hidden; */
        white-space: normal;
    }

    #savedSearchList li i.fas.fa-trash {
        padding: 3px;
        width: 20%;
        text-align: right;
    }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}

.manageSavedContainer {
    background: #eee;
    text-align: center;
    margin-top: 10px;
}

#ddResultTypeOptions li, #ddResultTypeOptions_presale li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    cursor: pointer;
}

    #ddResultTypeOptions li:hover, #ddResultTypeOptions_presale li:hover {
        background: #ccc;
    }

#ddPrice_dropdownMenu {
    min-width: 220px;
}

.min-padd .SearchTitle {
    float: left;
    padding-top: 7px;
    padding-left: 10px;
    margin-bottom: 0;
    color: #888;
    font-weight: 600;
}

.min-padd #ddOrder {
    font-weight: bold;
    float: right;
}

.map-listing-container > .listing-container-parent > .form-inline > .form-group:first-child {
    width: 100%;
}

/*.interactiveMapSearchContainer-desktop > .search-container {
    height: 54px;
}*/

/*.interactiveMapSearchContainer-desktop > .search-container .form-group {
        margin-bottom: 0px;
    }*/

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default .jstree-checked > .jstree-checkbox {
    background: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    vertical-align: sub;
    color: #5ca356
}

    .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:before, .jstree-default .jstree-checked > .jstree-checkbox:before {
        content: "\f14a";
    }

.jstree-default .jstree-node {
    margin-bottom: 1px;
}

.jstree-default .jstree-anchor > .jstree-undetermined {
    background: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 16px;
    vertical-align: sub;
    color: #5ca356
}

    .jstree-default .jstree-anchor > .jstree-undetermined:before {
        content: "\f14a";
    }

.jstree-default .jstree-checkbox {
    background: none !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 16px;
    vertical-align: sub;
    color: #5ca356
}

    .jstree-default .jstree-checkbox:before {
        content: "\f0c8";
    }

.jstree-default .jstree-wholerow-clicked {
    background: #5ca3565e !important;
}

.height-34 {
    height: 34px;
}

#btnSaveSearch, #btnResultType { /*height: 34px;
    padding: 5px 20px;
    border-radius: 4px;*/
    padding: .2em .5em;
}


#btnSaveSearch, .searchBtn {
    height: 34px;
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 12px;
    padding: .2em .5em;
}



@media(max-width: 767px) {
    #RegionContent > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .nav-tabs[role="tablist"] {
    }

        .nav-tabs[role="tablist"] > li {
            width: auto;
        }

            .nav-tabs[role="tablist"] > li a {
                font-size: 12px;
            }

    .map-listing-container {
        margin-right: 0;
        margin-left: 0;
    }

    .toolbox-container-mobile li a {
        display: inline-block;
        background: #f1f1f1;
        padding: 10px;
        border-radius: 3px;
        border: solid 1px #ccc;
    }

    .mapSearchContainer-mobile .search-container {
        margin-right: 0;
        margin-left: 0;
    }
}

.width-250 {
    width: 250px;
}


.bootstrap-datetimepicker-widget {
    width: 200px;
}

.search-tools-container {
    position: absolute;
    top: -42px;
    right: 10px;
}

.moreOptionContainer {
    right: 0;
    left: auto;
}