body{
  padding: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0px;
  overflow:hidden;
}

#x3d_id{
  border: 0px;
}

#x3dom_logdiv{
  position: absolute;
  left: 0px;
  bottom:0px;
  width:99%;
}

.x3dom-canvas{
  cursor:pointer;
}

body {
    padding: 0;
    margin: 0;
}
html, body, #x3d_wrapper {
    height: 100vh;
    width: 100vw;
}

#map_wrapper{
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 500px;
  height: 400px;
  border: 2px solid white;
  border-radius: 2px;
  z-index: 10000;
}

#leaflet_map{
  width: 500px;
  height: 400px;
}

.measurementtooltip{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0px 3px;
/*   margin:20px 0px 0px 7px; */
  font-weight: normal;
  border-radius: 1px;
  font-size: 16px;
  display:block;
  
  position:absolute;
  top: 16px;
  left: 3px;
}

.leaflet-tooltip-left.measurementtooltip::before {
  border: 0px;
  border-left-color: cyan;
}

.leaflet-tooltip-right.measurementtooltip::before {
  border: 0px;
  border-right-color: cyan;
}

#infowindow, #infowindow div{
    z-index:10;
    background:rgba(220,220,220,1);
    border:0px solid rgba(100,100,100,0.5);
    border-radius: 2px;
    color:black;
    font-size:20px;
}

#map_resizer_handle{
    position:absolute;
    top:-8px;
    left:-8px;
    width:16px;
    height:16px;
    border-radius:8px;
    background-color:white;
    z-index:1000;
    cursor:move;
}

.leaflet-tooltip-pane { z-index: 350; }

.leaflet-control-zoom-in, .leaflet-control-zoom-out{
    user-select:none;
}

.leaflet-control-zoom{
    user-select:none;
}

#help_wrapper{
    position:absolute;
    top:2px;
    right:2px;
/*    width:30%;
    height:100%;*/
/*     background: rgba(200,100,100,0.5); */
    z-index: 1000;
}

#help_button{
    background: white;
    border: 0px solid white;
    border-radius: 2px;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
}

#help_button:focus {outline:0;}

#help_button:hover {
    background: rgba(248,248,248,1);
}

#help-content, #menu-content{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border-radius:2px;
    border: 0px solid gray;
    color:white;
    font-size:16px;
    padding: 20px 100px;
    background:rgba(50,50,50,0.9);
    overflow:auto;
    display:none;
    z-index:10000;
}

#menu_button{
    background-image:url('images/settings.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    
    background-color:white;
    width: 32px;
    height: 32px;
    border: 0px solid white;
    border-radius: 2px;
    margin-bottom: 2px;
}

#menu_button:hover {
    background-color: rgba(248,248,248,1);
}

.my-check-box {
    width:25px;
    height:25px;
}






