/* OVERVIEW MAP LEGEND */

div.leaflet-control-container>div.leaflet-bottom.leaflet-right>div.info.legend.main-map.leaflet-control>i {
    border-radius: 18px;
}

div.leaflet-control-container > div.leaflet-bottom.leaflet-right > div.info.legend.main-map.overview-core-sites-legend.leaflet-control > i:nth-child(3) {
    border-radius: 0px;
}

div.leaflet-control-container>div.leaflet-bottom.leaflet-right>div.info.legend.main-map.leaflet-control>i {
    border: 1px solid rgba(0, 0, 0, 0.6);
}

div.leaflet-control-container>div.leaflet-bottom.leaflet-right>div.info.legend.main-map.leaflet-control {
    line-height: 22px;
}

div.leaflet-control-container>div.leaflet-top.leaflet-right>div>form>div.leaflet-control-layers-base {
    line-height: 8px;
}

/* OVERVIEW MAP POLYGON CURSOR */

div.leaflet-pane.leaflet-map-pane>div.leaflet-pane.leaflet-overlay-pane>svg>g>path[stroke="#03F"] {
    cursor: -webkit-grab;
    cursor: grab;
}

/* wider navbar menu */
#navbarSupportedContent > ul > li > ul.dropdown-menu.show {
  min-width: 200px;
}
div.navbar-collapse.collapse.show > ul > li > ul.dropdown-menu.show {
  min-width: initial !important;
}

/* boxes for tab content */
div.escir-shared-output {
  padding-top: 12px !important;
}
div.escir-shared-output p {
  margin-bottom: 16px !important;
}

hr.escir-thinner {
  margin-left: 6px;
  margin-right: 6px;
}
