
*body {
  margin: 0;
}

#navbar {
  overflow: hidden;
  background-color: #099;
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

#navbar a {
  float: left;
  display: block;
  color: #666;
  text-align: center;
  padding-right: 20px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #4CAF50;
  color: white;
}

.main {
  height: 90%;
  width: 100%;
  overflow: auto;
  cursor: grab;
  cursor: -o-grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.main img {

}

.button {
  width: 300px;
  height: 60px;
}


button.ol-zoom-in {
  background-color: rgba(0, 136, 41, 0.5);
}

button.ol-zoom-out {
  background-color: rgba(0, 136, 41, 0.5);
}

button.legendButton {
  background-color: rgba(0, 136, 41, 0.5);
}

button.legendButtonlitle{
  background-color: rgba(0, 136, 41, 0.5);
}

.ol-scale-line {
  color: rgb(0, 255, 76);
  background-color: rgba(125, 206, 143, 0.298);
}
.ol-scale-line-inner {

  background-color: rgba(0, 136, 41, 0.5);

}