.ol-tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
}
.ol-tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.ol-tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}
.ol-tooltip-measure:before,
.ol-tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.ol-tooltip-static:before {
  border-top-color: #ffcc33;
}
.mouse_position{
  position: absolute;
  right: 8px;
  top: 24px;
  font-size: 14px !important;
  padding: 5px;
  color: #ffffff !important;
  text-shadow: 2px 2px 4px #000000 !important;
  background-color: rgba(0,0,0,0.3) !important;
}

/*desclaimer links*/
.disclaimer a{
  color: #ffffff !important;
}

/*wizard*/
div.dataview-multisort-item {
  /*width: 80% !important;*/
  margin: 5px;
  padding: 5px;
  /*border: 1px solid #ccc;*/
  float: left;
  width: 175px;
  height: 175px;
  /*background-color: white;*/
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

div.dataview-multisort-item img {
  width: 100px;
  height: auto;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

div.desc {
  padding: 15px;
  text-align: center;
  font-size: 11px;
  padding: 10px 20px;
  /*color: black;*/
}
