@CHARSET "UTF-8";

.ol-control:hover{
	background-color: rgba(255, 255, 255, .6);
}

.ol-mouse-position{
	top: 8px;
	right: 8px;
	position: absolute;
	color: red;
	text-transform: bold;
	font-size: 150%
}

.ol-popup {
  position: absolute;
  z-index: 15;
  background: rgba(204, 204, 204, 0.7);
  background: -webkit-linear-gradient(rgba(204, 204, 204, 0.7), #FFF 17%);
  background: -o-linear-gradient(rgba(204, 204, 204, 0.7), #FFF 17%);
  background: -moz-linear-gradient(rgba(204, 204, 204, 0.7), #FFF 17%);
  background: linear-gradient(rgba(204, 204, 204, 0.7), #FFF 17%);
  padding: 0px;
  border-radius: 5px;
  border: 0px solid #cccccc;
  box-shadow: 0px 0px 10px #888;
  top: 12px;
  left: -50px;
}

.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-bottom-color: rgba(204, 204, 204, 0.6);
  border-width: 10px;
  left: 48px;
  top: -20px;
  margin-left: -10px;
}

.ol-popup-closer {
  text-decoration: none;
  text-decoration-color: #336699;
  position: absolute;
  top: -2px;
  right: 2px;
  margin: 2px;
  z-index: 2;
}

.ol-popup-closer:after,
.ol-popup-closer:hover {
  content: "x";
}

.ol-control:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, .6);
}

.ol-mouse-position {
  top: 2px;
  right: 2px;
  position: absolute;
  color: #ccc;
  text-transform: bold;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #ccc;
  font-size: 15px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.ol-zoom {
  margin-top: 40px;
}

.mooringViewDiv {
	position: absolute;
	left: 360px;
	top: 10px;
	z-index: 3;
	background: rgba(89, 89, 89, 0.4);
}

#mooring-view-popup {
  width: 900px;
}

svg,
#mooringGraph {
  width: 100%;
  height: 100%;
}

#chart1 {
  width: 600px;
  height: 400px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
}

#mooring-info-box,
#mooring-location {
  text-align: center;
}

#mooring-info-box {
  font-size: 18px;
}