#mapDiv {
  margin-top: 50px;
  min-height: 100%; 
  max-height: 100%; 
}

.navbar .navbar-brand {
  padding-top: 13px;
  color: #5cb85c;
}

#bmus, #hard-reset {
  margin-top: 9px;
  margin-right: 10px;
}

.navbar-border: {
  border-bottom: 1px solid gray;
}

.controls {
  position: absolute;
  z-index: 30;
  bottom: 10px;
  right: 10px;
}

#locate-button {
  position: absolute;
  top: 135px;
  left: 16px;
  z-index: 50;
}

.draw-toolbar {
  position: absolute;
  top: 60px;
  right: 10px;
  z-index: 30;
}

.LayerSwipe .horizontal {
  background-color: #5cb85c;
}

.toolbar-btn {
  padding: 7px 14px;
}

.icon-point {
    background-image: url("../img/point.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-multipoint {
    background-image: url("../img/multipoint.png");
    background-position: center center;
}

.icon-line {
    background-image: url("../img/line.png");
    background-position: center center;
}

.icon-extent {
    background-image: url("../img/extent.png");
    background-position: center center;
}

.icon-polygon {
    background-image: url("../img/polygon.png");
    background-position: center center;
}

.icon-pencil {
    background-image: url("../img/pencil.png");
    background-position: center center;
}