/*CDC 508 Compliance Changes - September 2024*/
*:focus-visible {
  outline: 2px solid black;
}
.dropdown-toggle:focus{
    outline: 2px solid #6baed6;
}
.dropdown-menu>li>a:focus{
  outline: 2px solid #6baed6;
}
#header > div.leaflet-control-zoom.leaflet-bar.leaflet-control > a:focus{
    outline: 2px solid #6baed6;
}
/*CDC 508 Compliance Changes - November 2022*/
.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: 108px;
}
.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;
}

#header{
background-color:white;
}

#map{
 background-color: white;
 background: white !important;
}

.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;
}
#urbanSelector{
    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:13px;
}
.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;
}

.prosperityIndexButtonClass {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    text-align: left;
    outline: inherit;
}

