/* Place all the styles related to the maps controller here.
/* They will automatically be included in application.css.
/* You can use Sass (SCSS) here: http://sass-lang.com/ */

.map-canvass-container {
  border: 1px solid black;
  background-color: #eeeeff;
  /* position:relative; */
}

.map-canvass {
  background-color: transparent;
  /* position: absolute; */
  left: 0px;
  z-index: 10;
}

.open-street-map {
  height: 600px;
  width: 100%;
  border: 1px solid black;
}

.popover {
  position:absolute;
  left:0;
  bottom:18px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #088;
  width: 100px;
  padding: 6px;
}


#subregion-scrollable {
  height:600px;
  overflow-y:scroll;
  border: 1px solid black;
}

.small-map-box {
  border: 1px solid black;
  background-color:#e0e0e0;
  padding: 12px;
  width: 100px
}

.gw-selected-area {
  background-color:#ffd0d0 !important;
}
