/* overview map legend */
#hydro-overview-map > div.leaflet-control-container > div.leaflet-bottom.leaflet-right > div.info.legend.leaflet-control > i:nth-child(2) {
    border-radius: 18px;
}
#hydro-overview-map > div.leaflet-control-container > div.leaflet-bottom.leaflet-right > div.info.legend.leaflet-control > i:nth-child(4) {
    border-radius: 18px;
}
#hydro-overview-map > div.leaflet-control-container > div.leaflet-bottom.leaflet-right > div.info.legend.leaflet-control > i:nth-child(9) {
    height: 5px;
    vertical-align: middle;
    margin-top: -4px;
}
#hydro-overview-map > div.leaflet-control-container > div.leaflet-bottom.leaflet-right > div.info.legend.leaflet-control {
    line-height: 20px;
}

/* non bold y-axis */
div.highcharts-yaxis > span.highcharts-axis-title > b {
    font-weight: normal;
}

/* dt headers and borders */

#hydro-rf-seasonal div.dataTables_scrollHead > div > table > thead > tr > th:not(:first-child) {
  text-align: center !important;  
}
#hydro-rf-max-short div.dataTables_scrollHead > div > table > thead > tr > th:not(:first-child) {
  text-align: center !important;  
}
#hydro-flow-max div.dataTables_scrollHead > div > table > thead > tr > th:not(:first-child) {
  text-align: center !important;  
}

.border-left {
    border-left: 1px solid #ddd;
}
.border-right {
    border-right: 1px solid #ddd;
}

/* table.dataTable {
    border-bottom: 1px solid rgb(221, 221, 221);
} */

/* merged dt rows */
.highlight-row {
    background-color: #ececec;
}

/* wider navbar menu */
#navbarSupportedContent > ul > li > ul.dropdown-menu.show {
  min-width: 190px;
}
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;
}
