/* line 5, /app/public/app/assets/stylesheets/views/map.scss */
#state_map,
#state_map .container,
[id^="state_map_"],
[id^="state_map_"] .container {
  height: 100%;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
/* line 12, /app/public/app/assets/stylesheets/views/map.scss */
#state_map #map-canvas,
[id^="state_map_"] #map-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
/* line 19, /app/public/app/assets/stylesheets/views/map.scss */
#state_map .account button,
[id^="state_map_"] .account button {
  min-width: 50px;
  text-align: right;
  border: 1px solid #cccccc;
}
/* line 26, /app/public/app/assets/stylesheets/views/map.scss */
#state_map .treewater-filter,
[id^="state_map_"] .treewater-filter {
  width: 300px !important;
}
/* line 29, /app/public/app/assets/stylesheets/views/map.scss */
#state_map .treewater-filter .multiselect,
[id^="state_map_"] .treewater-filter .multiselect {
  width: 250px;
  text-align: right;
}
/* line 34, /app/public/app/assets/stylesheets/views/map.scss */
#state_map .treewater-filter .multiselect-group,
[id^="state_map_"] .treewater-filter .multiselect-group {
  display: block;
  cursor: pointer;
  background-color: #e0e0e0;
  line-height: 30px;
  margin-bottom: 1px;
}
/* line 42, /app/public/app/assets/stylesheets/views/map.scss */
#state_map .treewater-filter a,
[id^="state_map_"] .treewater-filter a {
  display: none;
}
/* line 46, /app/public/app/assets/stylesheets/views/map.scss */
#state_map .treewater-filter a.selected, #state_map .treewater-filter a.multiselect-all,
[id^="state_map_"] .treewater-filter a.selected,
[id^="state_map_"] .treewater-filter a.multiselect-all {
  display: block;
}
/* line 53, /app/public/app/assets/stylesheets/views/map.scss */
#state_map .has-active,
[id^="state_map_"] .has-active {
  background-color: #61cc6d !important;
}
/* line 57, /app/public/app/assets/stylesheets/views/map.scss */
#state_map .input-watercount,
[id^="state_map_"] .input-watercount {
  width: 40px;
}
/* line 61, /app/public/app/assets/stylesheets/views/map.scss */
#state_map .gm-style-iw > div,
[id^="state_map_"] .gm-style-iw > div {
  width: 100% !important;
}

/* line 66, /app/public/app/assets/stylesheets/views/map.scss */
.map-list {
  position: absolute;
  top: 70px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  background-color: white;
  border: 1px solid black;
}
/* line 75, /app/public/app/assets/stylesheets/views/map.scss */
.ipad .map-list {
  top: 90px;
}
