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;
}

#leaflet_map{
  width: 640px;
  height: 640px;
  user-select:none;
}

.measurementtooltip{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0px 3px;
  margin:14px 0px 0px 5px;
  font-weight: normal;
  border-radius: 1px;
}

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

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

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

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

