.vxn-map-sidebar {
  width: 100%;
  /* height: 100%; */
  overflow-x: hidden;
  overflow-y: auto;
}

.vxn-map-sidebar .group-label {
  font-weight: bold;
  margin: 1rem 0;
  border-bottom: 1px solid black;
}

.vxn-map-sidebar .group-label div:first-child{
  padding: 0 0.2rem;
}

.vxn-map-sidebar .group-field, .vxn-map-sidebar .group-field-list {
  padding: 0 0.6rem;
}

.vxn-map-sidebar .group-field div:first-child {
  font-weight: bold;
}

.legend-img {
  max-width: 18px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.leaflet-control-layers-selector {
  margin-left: 15px;
  vertical-align: text-bottom;
}

.leaflet-control-layers-list {
  padding: 2px;
}

.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* IE10+ CSS here */
    .img-fluid, .legend-img {
      width: 100%;
    }
}
