﻿/***************************** ADAPTIVE SETTINGS ******************************/
@media screen and (max-width: 767px) {

}

@media screen and (min-width: 768px){

}

/***************************** MAP SETTING  ***********************************/
.map-div {
    z-index: 1;
    height: 100%;
    min-width: 1360px;
}

.office-map-div{
    height: 570px;
    width: 100%;
    margin-left:-25px;
}

.office-map-div-mobile {
    height: 520px;
    width: 100%;     
}

.office-map {
    z-index: 1;    
    height: 100%;
}

/*Navigation title and dropdown*/
.nav-title-div {
    background-color: #dc6b22;
    margin-left:-10px;
    width:340px;
}
.nav-title-div-mobile {
    background-color: #dc6b22;        
    margin-left:0px;
}
.nav-title {
    color: white;
}

.nav-title-div select{
    float:right;    
}

.nav_item{
    height: 150px !important;
    margin-bottom: 1rem;
}

.map-distance-nav{
    align-content:center;
    align-items: center;
}

/*Navigations*/
.map-navigation{
    overflow-y: scroll;
    overflow-x:hidden;
    height: 100%;
    max-height: 500px;
    width:340px;
    margin-left:-10px;
}

.map-navigation-mobile {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    max-height: 500px;    
    margin-left: 0px;
}

.map-navigation-mobileV {
    overflow-y: hidden;
    overflow-x: scroll;
    height: 165px;        
    display:flex;
    align-content:center;
    align-items:center;

}
.map-list {
    border: 2px solid #7ecade;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding:1rem 0;
    height: 100%;
}

.map-list-mobile {
    border: 2px solid #7ecade;    
    flex-direction: row;
    align-items: center;
    padding: 1rem 0;
    height: 100%;
}

.building-img {
    width: 110%;
    height : 140px;
}

.building-imgslide {
    width: 100%;
    height: 115px;
}
.building-name {
    color: #0a6db7;
    cursor: pointer;
    width: 220px;
    text-align: center;
    font-weight:bold;
    font-size : 19px;
    margin-top : 30px;
}

.building-name-mobile {
    color: #0a6db7;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.building-location {
    width: 220px;
    text-align: center;
    font-size:12px;
}
.building-location-mobile {
    text-align: center;
    font-size: 12px;
}

.sale-count, .rent-count {
    background-image: linear-gradient(to bottom right, #fe9b3e, #ff6000);
    min-width: 8rem;
    overflow: hidden;
    border-radius: 10%;
    color: white;
    margin: 1rem 0;
    text-align: center;
    height: 30px;
    padding-top: 5px;
    text-decoration : underline;
}

.left-block, .right-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left-block-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:-25px;
}
.right-block-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -25px;
}
/******************************* ICON  ***************************************/
.div-icon {
    width: 130px !important;
    height: 30px !important;
    background-color: #5586cc;
    color: white;
    border-radius: 10px;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    opacity: 0.8
}

    .div-icon span {
        margin-left: 5px;
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

.circle-icon-left {
    height: 20px;
    width: 20px;
    background-color: #5586cc;
    color: white;
    border-radius: 50%;    
    position: relative;
    top: -47px;
    right: -40px;
}
.circle-icon-left-mobile {
    height: 20px;
    width: 20px;
    background-color: #5586cc;
    color: white;
    border-radius: 50%;
    position: relative;
    top: -35px;
    right: -45px;
}
.circle-icon {
    height: 25px;
    width: 25px;
    background-color: #ff6000 !important;
    color: white;
    border-radius: 50%;
    border: 0px solid blue;
    position:absolute;
    top:-10px;
    left:110px;
}

.nav-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

/******************************* SWIPER  ***************************************/

.related-building-swiper-div {
    z-index: 2;
    position: relative;
    bottom: 220px;
    max-height: 200px;    
    margin: 0 1rem;
    padding-bottom:2px;
}

.related-building-swiper-div-mobile {
    z-index: 2;
    position: relative;    
    max-height: 200px;
    margin: 0 0;    
    padding-bottom: 2px;
    margin-top:-100px;
    float:right;
}

.map-swiper-background-color {
    position:absolute;
    background-color: white;
    opacity: 0.85;
    width: 100%;
    height:100%;
    z-index:-1;
}

.building-slide{ 
    height: 175px !important;    
}

.building-slide a {
    width: 90%;
    height: 100%;
    font-size: 12px;
}

.building-slide-font{
    font-size:12px !important;
}

.building-slide-nopadding{
    padding:0 !important;
}

.building-slide-smpadding{
    padding: 0 0 0 5px;
}

.swiper-close{
    float:right;
    font-size:20px;
    cursor: pointer;
    padding-right: 15px;
}

/******************************* CHECKBOX  ***************************************/
.map-display-checkbox {
    -webkit-appearance:auto !important;
}

.map-toolbox{
    position: absolute;
    z-index:2;
    top:1rem;
    right:3rem;
    background:white;
    padding:1rem;
    border-radius:1rem;
}

.map-toolbox-mobile {
    position: absolute;
    z-index: 2;
    right: 1rem;
    background: white;
    padding: 3px;
    border-radius: 1rem;
    margin-top: 5px;
    font-size: 10px;
}

.map-btn {
    float:right;    
    margin-top: -10px;
}

.map-btn-top {
    margin-left: 1rem;
}

.selected-building {
    width: 340px;
    margin-top: 5px;
    margin-left: -25px;
}
