/* SEMANTIC-UI OVERRIDES */
.ui.selection.dropdown{
  min-width: 8em;
}

.ui.primary.segments{
  background-color: white;
}

.ui.secondary.vertical.pointing.menu, .ui.secondary.vertical.pointing.menu .item{
  border-right-width: 0;
  border-left-width: 2px;
}

.ui.secondary.vertical.pointing.menu .active.item{
  border-left-style: solid;
}

.ui.segment{
  margin: 2rem 0;
}

.ui.top.right.attached.label{
  color: black;
  background-color: #ccc;
  font-size: 0.9rem;
}

.ui.disabled.dropdown{
  opacity: 1;
}

i.dropdown.icon.disabled{
  visibility: hidden;
}

.ui.cards>.card{
  width: auto;
}

input:read-only, input:read-only + .ui.label{
  background-color: #eee !important;
}

/* LEAFLET OVERRIDES */
.leaflet-pane{
  z-index: auto;
}

.leaflet-pane.leaflet-marker-pane {
  z-index:10;
}

.leaflet-pane.leaflet-popup-pane {
  z-index: 20;
}


.leaflet-pane.leaflet-popup-pane {
  z-index: 200;
}