
.get_direction_btn{
    border-radius: 9%;
    background-image: url('../images/outline-directions-24px.svg');
    background-color: #fff;
    border: 2px solid #c2bfba;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 150ms cubic-bezier(.4,0,1,1);
    color: #4285F4;
    top: 0;
    min-width: 39px !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    z-index: 9000 ; 
    position: absolute;
    background-size: 29px 29px;
    width: 39px;
    height: 39px;
    margin: 12px 9px 11px 9px;
}

#change-layer-btn{
    pointer-events: auto;
    cursor: pointer;
}

.Satellite{
    background-image: url('../images/satellite.jpg');    
}

.Plan{
    background-image: url('../images/plan.jpg');    
}

#map-container {
    z-index: 0;
    width: 100%;
    height: 100%;
}

.change-map-view{
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    bottom: 0 ; 
    left: 0 ;
    border-radius: 9%;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    transition: box-shadow 150ms cubic-bezier(.4,0,1,1);
    color: #4285F4;
    z-index: 9000 ;
    margin: 10px;
    position: absolute;
    border: 2px solid #c2bfba;
    border-radius: 7%;
    box-shadow : inset 0px -18px 17px 0px rgba(0, 0, 0, 0.41); 
}

.change-map-view span {
    display: table-cell;
    vertical-align: bottom;
    height: 52px;
    padding: 0 5px;
    font-weight: 400;
    font-size: 12px;
    color: white;
}

.map-logo {
  background-image: url('../images/logo.png');
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px auto;
  
}

.leaflet-popup-content {
  margin: 6px 10px !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background-color: rgba(255,255,255,0.7) !important;
}