body {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

/* #mapbox { position: absolute; top: 0; bottom: 0; width: 100%; } */
#mapbox {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.marker {
  display: block;
  position: relative;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}

.mouse-over {
  cursor: pointer;
}

/* abs positioned overlay-elements */
.ov {
  position: absolute;
  color: #000;
  background-color: #fff;
  font: 0.75em 'Helvetica Neue', Arial, Helvetica, sans-serif;
  /* font-weight: 600; */
  border-radius: 3px;
  max-width: 50%;
  padding: 0.2em;
  z-index: 10;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  /* border-style: solid; */
  border-radius: 3px;
  border-color: #777;
  padding: 5px;
  z-index: 11;
}
.close:hover {
  background-color: red;
}

.ov.ur {
  top: 5px;
  right: 5px;
}
.ov.ul {
  top: 5px;
  left: 5px;
}

.ov.lr {
  right: 10px;
  bottom: 10px;
}
.ov.ll {
  left: 10px;
  bottom: 10px;
}

/* re-open withz transition */
.ov.status {
  position: fixed;
  /* top: 0; */
  /* width: 50%; */
  /* height: 500%; */
  right: -100%;
  /* transition: 1s; */
  /* overflow-y: hidden; */
}

.ov.status.open {
  right: 0;
  transition: 1s;
  /* overflow-y: scroll; */
}

.popup-top {
  margin-bottom: 6px;
  color: white;
}

.ov-bottom {
  padding: 6px;
  color: white;
}

.popup-div-ov {
  /* width: 200px; */
  max-height: 200px;
  overflow: scroll;
}

.mapboxgl-popup-close-button {
  padding: 1px 3px;
  margin: 3px;
  /* color: white; */
  background-color: #bdc100;
  border: 1 red solid;
}

.lvr-popup-nav {
  position: absolute;
  bottom: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  border-color: red;
  cursor: pointer;
  padding: 3px;
  margin: 3px;
  color: white;
  background-color: #bdc100;
}

.lvr-popup-nav.left {
  left: 0;
}

.lvr-popup-nav.right {
  right: 0;
}

.faw-pad {
  padding: 6px;
  color: black;
}

.faw-white {
  color: #bdc100;
}

.faw-dark {
  background-color: #bdc100;
  color: white;
}
.faw-hell {
  background-color: #dae1e8;
  color: #000;
}

.faw-grey {
  background-color: #dae1e8;
  color: grey;
}

.faw-var {
  font-weight: 200%;
  color: black;
}

tr.hilite {
  background-color: #bdc100;
}
td.faw-arg {
  border: 1px solid grey;
  border-style: dashed;
  text-align: right;
}

td.faw-alert {
  color: #0275FF;
  text-align: center;
  font-weight: bolder;
}

td.right {
  text-align: right;
}

button.faw {
  cursor: pointer;
  padding: 0.5rem 0.5rem;
  border: 1px solid #5c8099;
  border-radius: 0.5rem;

  font-size: 1rem;
  color: white;

  background: #dae1e8;
  /*background-image: linear-gradient(-180deg, #adecbb 0%, #393a35 100%);*/
}

button.faw > img {
  /* padding: 0; */
  width: 16px;
  height: 16px;
}

button.faw.dark {
  background-color: #bdc100;
}

/* button.faw > img {
    height: 2.5rem;
} */

.weaInfoBox {
  position: absolute;
  font-family: sans-serif;
  margin: 0px auto;
  padding: 10px;
  font-size: 12px;
  color: #333333;
  background-color: #cccccc;
}

.mapInfoBox {
  position: absolute;
  bottom: 0px;
  font-family: sans-serif;
  font-size: 9px;
  padding: 5px;
  padding-left: 11%;
  width: 100%;
  color: #333333;
  background-color: #cccccc;
}

.legInfoBox {
  position: absolute;
  right: 0;
  margin: 0px auto;
  padding: 10px;
  font-family: sans-serif;
  font-size: 12px;
  color: #333333;
  background-color: #cccccc;
}

.weaDvorPopup .mapboxgl-popup-content {
  font-family: sans-serif;
  font-size: 12px;
  padding: 5px;
  color: #333333;
  background-color: #cccccc;
}
