.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto;
    /* box-shadow: 0 8px 12px #ccc; */
}
/* .navv {
    background: #f7f9f9;
} */
.navv a {
    min-height: 42px;
    min-width: 42px;
}
.navv .btn {
    min-height: 42px;
    min-width: 42px;
}
.navv .form-control {
    /* color: #78909C; */
    height: 42px;
    /* line-height: 42px; */
    min-width: 144px;
}
/* .navv .btn.btn-default {
    color: #78909C;
} */
.navv .form-group {
    position: relative;
}
.navv .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding: 0 1.9em 0 0.6em;
}
.navv .select:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 1.5em;
    color: #b0bec5;
    /* background: pink; */
    /* padding: 10px 8px 0 10px; */
    position: absolute;
    pointer-events: none;
    right: 0.4em;
    top: 10px;
}
.filters {
    position: absolute;
    width: 100%;
    z-index: 9000;
    background: white;
    /* box-shadow: 0 8px 16px #bfbfbf; */
    box-shadow: 0 6px 10px #b0bec5;
}
.btn-i {
    padding: 0;
}
.btn i {
    margin: 0;
}
.m-0 {
    margin: 0 !important;
}
.my-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}
.my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.mx-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.mt-1 {
    margin-top: 0.5rem !important;
}
.mt-2 {
    margin-top: 1rem !important;
}
.mt-3 {
    margin-top: 1.5rem !important;
}
.mt-4 {
    margin-top: 2rem !important;
}
.mt-5 {
    margin-top: 2.5rem !important;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: 0.5rem;
}
.mb-2 {
    margin-bottom: 1rem;
}
.mb-3 {
    margin-bottom: 1.5rem;
}
.mb-4 {
    margin-bottom: 2rem;
}
.mb-5 {
    margin-bottom: 2.5rem;
}
.mr-1 {
    margin-right: 0.5rem !important;
}
.mr-2 {
    margin-right: 1rem !important;
}
.mr-3 {
    margin-right: 1.5rem !important;
}
.p-1 {
    padding: 0.5rem !important;
}
.p-2 {
    padding: 1rem !important;
}
.p-3 {
    padding: 1.5rem !important;
}
.pr-2 {
    padding-right: 1rem !important;
}
.pr-3 {
    padding-right: 1.5rem !important;
}
.pr-4 {
    padding-right: 2rem !important;
}
.px-05 {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
}
.px-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.py-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.pt-2 {
    padding-top: 1rem !important;
}
.pt-3 {
    padding-top: 1.5rem !important;
}
.pb-4 {
    padding-bottom: 2rem !important;
}
.w-100 {
    width: 100%;
}
.w-75 {
    width: 80%;
}
.w-50 {
    width: 50%;
}
.tiny {
    font-size: 0.6rem;
}
.smaller {
    font-size: 0.8rem;
}
.ickleBigger {
    font-size: 1.05rem;
}
.bigger {
    font-size: 1.2rem;
}
.slim {
    font-weight: 200;
}
.fat {
    font-weight: bold;
}
.center {
    display: flex;
    align-items: center;
}
.center-around {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aqua {
    background: aquamarine;
}
.pink {
    background: pink;
}
.v-div {
    margin-left: 4px;
    margin-right: 8px;
    padding: 6px 0;
    border-left: 1px solid #bfbfbf;
}
select::-ms-expand {
    display: none;
}
.navv.container-fluid form.container {
    margin: 0 auto;
}
@media (max-width: 1360px) {
    .w-75 {
        width: 100%;
    }
    .navv .advanced .form-control {
        min-width: 84px;
    }
    .navv .form-control {
        height: 42px;
        line-height: 42px;
        min-width: 84px;
    }
}
@media (max-width: 380px) {
    .bigger {
        font-size: 1rem;
    }
}
@media (max-width: 300px) {
    .bigger {
        font-size: 0.8rem;
    }
}
@media (min-width: 1600px) {
    /* .navv .advanced .form-control {
        min-width: 172px;
    } */
}
@media (min-width: 1900px) {
    .w-75 {
        width: 70%;
    }
}
@media (min-width: 2400px) {
    .w-75 {
        width: 50%;
    }
}
.property {
    /* min-height: 195px; */
    min-height: 240px;
}
/* .property {
    border: 1px solid #CFD8DC;
    position: relative;
}
.property img {
    border-bottom: 1px solid #CFD8DC;
} */
.property .info {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: flex; */
}
.property .info-title {
    font-size: 0.9em;
}
@media (max-width: 767px) {
    /* .property {
        border: 1px solid #B0BEC5;
    } */
    /* .property {
        min-height: 248px;
    } */
    .property .info {
        width: 100%;
        position: absolute;
        bottom: 0;
        /* background: rgba(96, 125, 139, 0.3); */
        color: white;
    }
}
.property .icons {
    /* font-size: 1.5rem; */
    display: flex;
    flex-direction: row;
    align-items: bottom;
    justify-content: flex-end;
}
.property .icons .btn {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    /* background: rgba(96, 125, 139, 0.75); */
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}
.property-link {
    text-decoration: none;
    color: inherit;
}
.property-link:hover {
    text-decoration: none;
    color: inherit;
}
.bar {
    flex-wrap: wrap;
}
.bar > div {
    padding-bottom: 0.75rem;
}

/* .dim {
    color: #B0BEC5 !important;
} */

/* MAP */

/* .mbf-map {
    padding: 0;
} */
.map {
    min-height: 80vh;
}
.map-wrap {
    position: relative;
}
#ds-btn-container {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}
#draw-button {
    width: 50px;
    height: 50px;
    padding: 10px;
}
.ds {
    min-width: 28px;
    min-height: 28px;
    background: white;
    border: none;
    box-shadow: 0px 1px 1px #b0bec5;
}
#draw-button {
    width: 48px;
    height: 48px;
}
.ds:hover {
    background: #eceff1;
    /* box-shadow: 0px 2px 2px #b0bec5; */
}
.ds-search:disabled {
    opacity: 0.75;
}
.ds-cancel:disabled {
    opacity: 0.75;
}

/* .property .gm-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: white;
} */

.gm-info {
    /* width: 100%; */
    max-width: 300px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 1.0rem;
    padding: 0 !important;
}
.gm-info img {
    max-width: 30%;
}
.gm-info .icons button {
    color: white;
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    /* background: rgba(96, 125, 139, 0.75); */
    border-radius: 50%;
    border: none;
}
.gm-property-link {
    text-decoration: none;
}
.gm-property-link:hover {
    text-decoration: none;
    color: inherit;
}
.row.no-pad {
    margin-right:0;
    margin-left:0;
}
.row.no-pad > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
#property-details {
    padding: 0;
    min-height: 80vh;
}
#property-details-ph {
    padding: 0;
    min-height: 40vh;
}
.pd-extra-info {
    display:flex;
    flex-direction:column;
}
#pd-full {
    min-height: 42px;
    min-width: 42px;
    bottom: 10px;
    position: absolute;
    padding: 0;
    left: 8px;
    width: auto;
    right: 8px;
}

.p-img-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    overflow: hidden;
}
.p-img-container > img {
    height: 100%;
}
.availability {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
    padding: 3px 6px;
    top: 6px;
    font-size: 0.6rem;
    border-right-width: 3px;
    right: -4px;
}
@media (max-width: 767px) {
    .availability {
        padding: 4px 8px;
        top: 8px;
        font-size: 0.75rem;
        border-right-width: 4px;
        right: -4px;
    }
    .p-img-container > img {
        width: auto;
        height: auto;
    }
}
@media (max-width: 991px) {
    .p-img-container {
        height: 240px;
    }
}