/*
For the public side of the website
*/

td.ListingPhotosCell {
	width: auto;
}

/* Always display the stats under the photo on public side */
.VitalStatsBottom {
	display: block;
}
#DynamicContentFixed.mapplus{
    /* Firefox */
    height: -moz-calc(100% - 134px);
    /* WebKit */
    height: -webkit-calc(100% - 134px);
    /* Opera */
    height: -o-calc(100% - 134px);
    /* Standard */
    height: calc(100% - 134px)
}

.mapplus #DynamicContentFixed{
    /* Firefox */
    height: -moz-calc(100% - 54px);
    /* WebKit */
    height: -webkit-calc(100% - 54px);
    /* Opera */
    height: -o-calc(100% - 54px);
    /* Standard */
    height: calc(100% - 54px)
}

#PublicSearchContent.mapplus{
	height: 100%;
	position: fixed;
	left: 0;
	width: 100%;
	/*height: -webkit-calc(100%-50px)!important;*/
	/*height: calc(100%-50px)!important;*/
}
.mapplus #PageNavigationTop{
	position: fixed;
	top: 98px;
	/*z-index: 1;*/
}
.mapplus #SearchResults {
	padding-top: 0;
}

.mapplus #ListingsList {
	width: 755px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: auto;
	margin: 0 0 0 20px;
}

.mapplus #MapCanvasSR {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%; /* For browswers that don't understand calc() */
	width: -webkit-calc(100% - 755px);
	width: calc(100% - 755px);
	position: absolute;
	top: 0;
	left: 0;
}

@media  (max-width: 1199px) {
    .mapplus #ListingsList {
        width: 400px;
    }
    .mapplus #MapCanvasSR {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
    #LoadMapWrapper {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
    div#DynamicContentFixed {
        min-width: 100%;
    }
}
@media  (max-width: 650px) {
    #MapResultsWrapper {
        min-height: 100%;
        height: auto;

        min-width: 300px;
        overflow: auto;
        position: relative;
    }
    div#DynamicContentFixed {
        min-width: 300px;
    }
    div#ListingsList {
        width: 100% !important;
        height: 100%;

        top: 0;
        left: 0;
        margin: 0 !important;

        height: 100%;
        position: absolute;

        overflow: auto;

    }

    #LoadMapWrapper, div#MapCanvasSR {
        display: none;
    }
}


@media (max-width: 765px) {
    .mapplus #MapCanvasSR {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
    .mapplus #ListingsList {
        width: 400px;
    }
}
@media (max-width: 770px) {
    div#DynamicContentFixed {
        min-width: unset;
    }
}
@media (max-width: 782px) {
    li.menu_list_single_item{
        float: right;
        padding-left: 0px;
    }
}

@media  (max-width: 1422px) {
    li.menu_pt_item{
        display: none !important;
    }
    li.menu_order_by_item{
        display: none !important;
    }
    .more_pt_item{
        display: block !important;
    }
    .more_order_by_item{
        display: block !important;
    }


}

@media (max-width: 1167px) {
/*
   li.menu_baths_item,  .menu_pt_item {
        display: none !important;
    }
		*/
}

@media (max-width: 768px) {
    li.menu_view_type_item{
        display: none !important;
    }
    dl.more_view_type_item{
        display: block !important;
    }
    #LocationBox {
        width: 100% !important;
        max-width: none !important;
    }
    #MoreFiltersWrapper {
        left: 0;
    }
}
@media (max-width: 650px) {
    dl.more_view_type_item{
        display: none !important;
    }
}


.JoinAdImage {
	width: 100%;
	text-align: center;
	overflow: hidden;
	max-height: 300px;
	object-fit: cover;
}

.cycle-wizard {
	top: 0;
	position: relative;
	border: 1px solid #ccc;
	padding: 0px 2rem 2rem 2rem;
}

.cycle-wizard, .card.cycle-card, .card.cycle-card .card-header {
	background: #f0f0f0 !important;
}

#CycleForm {
	max-width:750px;
}

.cycle-select.selected {
	border: var(--turquoise-bg) solid 2px;
}

.ccbutton {
	background: #0056b3; 
	color: #fff; 
	font-weight:bold; 
	border-radius: 4px; 
	border:none; 
	min-height:45px; 
	max-height:55px; 
	height: 55px;
	width: 100%;
	min-width: 200px;
	max-width: 750px;
}

.ccbutton:hover {
	filter: brightness(0.95);
}

.ccbutton span {
	vertical-align: middle;
	height: 100%;
	text-align: left;
	width:auto; 
	font-size: 21px;
}

.ppbutton {
	margin-top:1rem;
}
@media (max-width: 1024px) and (min-height: 500px)  {
    #st-2  > div {
        clear: right !important;
        float: right !important;
    }
    #st-2 {
        display: inline-table !important;
        top: 160px !important;
        position: fixed !important;
    }
}@media (max-width: 1024px) and (max-height: 499px)  {
    #st-2  > div {
        clear: none !important;
        float: none !important;
    }
    #st-2 {
        display: block !important;
    }
}

@media (max-width: 800px) {
    #newPageNavigationTop , #PagedListingsTop {
        height: 130px !important;
    }
}

@media (max-height: 431px) {
    #newPageNavigationTop  , #PagedListingsTop {
        height: 200px !important;
    }
}

@supports (-webkit-touch-callout: none) {
    @media (max-height: 431px) {
        #newPageNavigationTop  , #PagedListingsTop {
            height: 350px !important;
        }
    }
}






.mapProperty {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 30px;
    justify-content: center;
    padding: 4px;
    position: relative;
    transition: all 0.3s ease-out;
    width: 30px;
}

.mapProperty::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #FFFFFF;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 90%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1;
}

.mapProperty .icon {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
}

.mapProperty .icon svg {
    height: 10px;
    width: auto;
}

.mapProperty .details {
    display: none;
    flex-direction: column;
    flex: 1;
}

.mapProperty.highlight::after {
    border-top: 9px solid #FFFFFF;
}

.mapProperty.highlight .details {
    display: flex;
}

.mapActiveIcon{
    background-color: #17a249 !important;
}
.mapSoldIcon{
    background-color: #1bafe5 !important;
}
.mapPendingIcon{
    background-color: #866baf !important;
}
.mapOffMarketIcon{
    background-color: #f05652 !important;
}
.mapProperty.highlight .icon{
    display: none;
}


.mapProperty.mapActiveIcon::after {
    border-top: 9px solid  #17a249 !important;;
}
.mapProperty.mapSoldIcon::after {
    border-top: 9px solid  #1bafe5 !important;;
}
.mapProperty.mapPendingIcon::after {
    border-top: 9px solid  #866baf !important;;
}
.mapProperty.mapOffMarketIcon::after {
    border-top: 9px solid  #f05652 !important;;
}

.mapProperty.highlight::after {
    content: none !important;
    border-top: 0 !important;
}

.mapPopDetails{
    padding-left: 4px;
    font-size: 1.07em;
    line-height: 2;
    font-weight: 300;
}