body {
  background: #ecf0f1;
  color: #333;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

#map-template {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
}

#footer {
  position: absolute;
  height: 5%;
  top: 75%;
  width: 100%;
}

.custom-control {
  background: white;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.leaflet-control-layers {
  position: absolute;
  left: 10px;
  top: 10px;
}

/*
// from bs, for leaflet.control.custom
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
*/

.hidden {
display: none;
}

.alwaysontop {
  z-index: 1000;
}

.position{
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}

.lb-data .lb-caption {
	font-size: 24px;
}

.leaflet-control-attribution_no {
  background: rgba(255, 255, 255, 0) !important;
  font-size: 16px !important;
  a:link { /* unvisited link */
    color: darkslategray;
  }
  a:visited { /* visited link */
    color: darkslategray;
  }
  a:hover { /* mouse over link */
    color: darkslategray;
  }
  a:active { /* selected link */
    color: darkslategray;
  }
}
