.timeframeLabel{
  color: black;
  font-size: 12px;
  text-align: center;
  margin-right: 2px;
}
.legendLabel{
    color: black;
    font-size: 11px;
}
.subHeaderGroup{
  color: black;
  font-size: 12px;
}
#pointLegendhHeader > div{
  width: 155px;
}
.zTitle {
  color: black;
}

#header{
  padding-top: 17px;
}
.menuDropdownElement{
  font: inherit;
  margin: 0;
  overflow: visible;
  cursor: pointer;
  text-transform: none;
}

#NCHSTable tr:nth-child(even) {
  background: rgb(216, 216, 216);
}
#HABTable tr:nth-child(even) {
  background: rgb(216, 216, 216);
}
#FQHCTable tr:nth-child(even) {
  background: rgb(216, 216, 216);
}
#bottomBorderTableFirstRow{
    background-color: white !important;
}
.checkItem-selected{
    background: rgba(255, 165, 0,0.8) !important;
}
.checkItem:hover {
    background: rgba(255, 165, 0,0.2);
    cursor: pointer;
}

.checkmark{
    border-width: 1px;
    width: 18px;
    border-style: solid;
    border-color: black;
    height: 18px;
}
#overlaySelector{
    border-style: solid;
    border-color: black;
    border-width: 2px;
background:white;

}
#polygonSelector{
    border-style: solid;
    border-color: black;
    border-width: 2px;
background:white;
}
.selectorStyleClass{
    border-style: solid;
    border-color: black;
    border-width: 2px;
background:white;

}
#header > div.leaflet-control-zoom.leaflet-bar.leaflet-control > a.leaflet-control-zoom-out.leaflet-disabled{
    border-style: solid;
    border-color: black;
    border-width: 2px;
background:white;

}
#header > div.leaflet-control-zoom.leaflet-bar.leaflet-control > a.leaflet-control-zoom-in{
    border-style: solid;
    border-color: black;
    border-width: 2px;
    background:white;
    margin-right: 10px;
}

.legendLabel{
  font-size:14px;
}
.legend i{
    display: block;
    width: 18px;
    height: 18px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}
.zTitle{
   font-size:13px;
}

#shareDetailPage{
  color:black;
}
#printIt{
  color:black;
}

.dropdown-menu>li>label{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    /* max-width: 100%; */
    margin-bottom: 0px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>label:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

#embedButton2{
  display: none !important;
}
#embedButton{
  display: none !important;
}

#race-menu-button{
    border-style: solid;
    border-color: white;
    border-width: 2px;
    background: #4a4a4a;
    width: 100%;
    color: white;
}

#raceMiniMenu{
  margin-top: 30px;
}
.emptyCell{
  width:115px;
}

.bottomBorderTableTR_category{
  background-color: #d3cccc !important;
}
