﻿#map {
    /*
    position: absolute;
    top: 100px;
    left:0;    
    height: 600px;
    
    position: relative;
    */
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
    padding: 6px;
}

.map_box_container {
    position: relative;
    width: 100vw;
    height: 100vh;
    
    /*
    height: 90% !important;
    width: 90% !important;
        */
}

#mapsmall {
    height: 280px;
    width: 240px;
    margin: 0;
    padding: 0px;
}

.map-overlay {
    font: bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: absolute;
    width: 200px;
    top: 100px;
    left: 0;
    padding: 10px;
}

.map-overlay .map-overlay-inner {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
}

.map-overlay label {
    display: block;
    margin: 0 0 10px;
}

.map-overlay input {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    cursor: ew-resize;
}

#mapsummary {
    position: absolute;
    top: 60px;
    right: 0;
    width: 280px;
    height: 100px;
    overflow: hidden;
    background: white;
    padding:6px;
}

#social {
    width: 400px;
    height: 500px;
    position: absolute;
    top: 120px;
    left: 50px;
    padding:6px;
    background-color:white;
    display: block; 
    border:solid 1px #333;
    overflow:auto;
    transform:translateX(-800px);
    transition: all 0.5s ease;
}

.leavecomment {
    background-color: white;
    width:100%;
    padding:4px;
    height: 350px;
    overflow: auto;    
    display: none;        
}


#header {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 50px;
    background-color: white;
    opacity: 0.8;
}

#headerw {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: white;
}

#mapfeatures {
    /*JUST ADDED Self explanatory*/
    /*pointer-events: none;  remove defailt actions */
    position: absolute;
    top: 58px;
    right: 0;
    width: 280px;
    height: calc(100% - 58px); /*810px;*/
    overflow: auto;
    background: white; /*rgba(255, 255, 255, 0.8);*/
    padding: 6px;
}

#mapfeaturesnarrow {
    /*JUST ADDED Self explanatory*/
    /*pointer-events: none;  remove defailt actions */
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    overflow: auto;
    background: white; /*rgba(255, 255, 255, 0.8);*/
    padding: 6px;
    padding-bottom: 10px;
    margin: 0;
    background: rgba(255,255,255,0.5);
    transform: translateX(800px);
    transition: all 0.5s ease;
}

.featureslabelspan {
    font-size: 13pt;
    font-weight: 800;
    display: none;
}

.featureslabel {
    width:100%;
    font-size: 13pt;
    font-weight: 800;
    border-bottom: solid 1px #333;   
    display:none;
}

.featureseachnarrow {
    width: 100%;
    height: 30px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    padding-top: 4px;
    display: flex;
    justify-content: space-around;
    font-weight: 500;
    background: rgba(255,255,255,0.5);
}

.featureseach {
    width: 100%;
    height: 30px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    padding-top: 4px;
    display: flex;
    justify-content: space-around;
    font-weight: 500;
}

.featuressingle {
    width: 100%;
    height: 34px;
    font-weight: 400;
    cursor: pointer;
    padding: 6px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    margin: 0px;
}

.featurestop {
    width: 100%;
    height: 34px;
    font-weight: 400;
    cursor: pointer;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    font-weight: 800;
    background-color: white;
    margin:0px;
}

.featuresstats {
    width: 100%;
    height: auto;
    cursor: pointer;
    padding: 0;
    margin-top: 6px;
    margin-bottom: 20px;
}

.greenbackground {
    background-color: rgba(0, 255, 0, 0.1);
}


.featuresstats p {
    padding:0 6px;
    font-weight:600;
    line-height:14px;

}

.featuresstats .toppart {
    padding:2px 6px;
    background-color:rgba(0, 0, 0, 0.1);
}

.featuresstats .detailpart {
    margin: 0;
    padding: 2px 6px;
    background-color: rgba(255, 106, 0, 0.1);
}

.featuresstats h3 h4 {
    text-align:left;
    background-color:#333;
    color:white;
    font-weight: 800;
}

.featuresstats .label {
    padding-left: 0px;
    font-weight: 400;
}

.featuresstats .value {
    font-weight: 700;
    padding-right: 4px;
}


#map canvas {
    cursor: crosshair;
}