.available-listings {
    color: #000;
}

.development span.meta {
    font-size: 10.5px;
    letter-spacing: -0.5px;
}

.development .image-caption {
    padding: 15px 10px;
}

.dspBuilding_row:hover {
    background: #3f8dbf;
    color: #f9f9f9;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: unset;
}
.dspBuildingList > tbody > tr:nth-child(odd) > th {
    background-color: #333 !important;
    color:white;
    text-align: center;
}
.dspBuildingList .dspBuilding_header th {
    color: white;
    text-align: center;
}

.building-comps .table>thead>tr>th {
    text-align: center;
}

h3 {margin-top:20px;}

/*
.buildings .owl-slider-wrapper .owl-item img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    max-height:400px !important;
}

.buildings .owl-slider-wrapper .owl-item item.imageIsVert img {
    max-height:400px !important;
}

*/

.owl-slider-wrapper .item img {
    display: block;
    height: 100%;
    max-height: 502px;
    margin: 1em auto;
}

.btn-back-to-search {
    float: right;
    margin-top: -2em;
}

.btn-buildings {
    width:100%;
    max-width:300px;
    margin:10px auto;
}

#street-view {
    height: 100%;
}
.dspBuildingList {
    margin-top:0px;
}
.essentials {text-align:left; padding:5px 15px 5px 15px; border-bottom:1px #ddd solid;#}
.essentials SPAN {font-weight:bold; min-width:50px;}


.owl-slider-wrapper, .owl-wrapper-outer {
    border-radius:6px !important;
}


.buildingEssential  {text-align: center; background-color: #eee; font-size: 14px; font-weight: normal; padding: 10px;
width: auto;}
.buildingEssential div {
  font-size: 28px;
  font-size: 22px;
  font-weight: bold;
  }

.tableEssentials {margin: 1em; width: 90%; ; border-radius: 5px; border-collapse:unset; border-spacing:5px;}

.tableEssentials td {
    border-radius:6px;
    width: 33%;
    vertical-align: bottom;
}

.label-amenity {display:inline-flex;font-size:unset;margin: .2em .2em;padding: .3em .6em .3em; background-color: #aaa; font-weight: 500;}

.mx-property-map-wrapper {
    display:flex;
    flex-direction:row;
}

@media (max-width: 768px)
{
    .mx-property-map-wrapper {
        flex-direction:column;
    } 
}


@media (max-width:480px)
{
    .table-responsive-sm td {
        font-size: 11px;
        padding: 4px !important;
    }
    .btn-large {
        font-size:13px;
    }
    .panel-body {
        padding: 0px;
    }
    .map.mapboxgl-map {
        height: 400px !important;
        max-height: 400px !important;
        max-width: 400px !important;
    }
}


.card {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
}

.btn-document {
    background-color: #777;
    
}

.btn-custom-link {
    background-color: #999;
    
}


div.detailsSection div.essentials[data-visible=''],
div.detailsSection td.buildingEssential[data-visible=''] {
    display: none;
}
