/* General */
* {
  margin: 0;
}
body {
  font-size: 15px;
  font-family: "Roboto", sans-serif !important;
  line-height: 140%;
  text-rendering: optimizeLegibility;
}
h1 {
  text-align: center;
}
h2 {
  margin-bottom: 5px;
}
h3 small {
  color: #696969 !important;
  font-size: 65%;
  font-weight: normal;
}
hr {
  border-color: #eee;
  margin: 10px 20px 10px 0px;
}
:root {
  --popup-color: #267770;

  --theme-dvrpc: #0078ae;
  --theme-dark: #505a5e;
  --theme-dark2: #979797;
  --theme-dark3: #dcdcdc;
  --theme-access: #30958c;
  --theme-access2: rgba(48, 149, 140, 0.7);
  --theme-access-lite: #59aaa3;
  --theme-access-lite2: #eaf4f3;
  --theme-access-dark: #267770;
  --theme-access-dark2: #164743;
  --theme-access-map: #50faec;

  --theme-accessO: #90d782;
  --theme-accessO2: rgba(249, 248, 113, 0.8);
  --theme-accessO-lite: #a6df9b;
  --theme-accessO-dark: #73ac68;

  --theme-accessF: #ad0074;
  --theme-accessF2: rgba(173, 0, 116, 0.8);
  --theme-accessF-lite: #bd338f;
  --theme-accessF-dark: #8a005c;

  --wrapper-padding: 10px;
  --wrapper-padding-double: 20px;

  --border-radius: 4px;
  --box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.flex-row {
  display: flex;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-around {
  justify-content: space-around;
}
.flex-end {
  justify-content: flex-end;
}
/* END General */

/* Modal */
#modal-content {
  box-shadow: var(--box-shadow);
}
#modal-toggle,
#close-modal {
  cursor: pointer;
  font-size: inherit;
}
#modal {
  position: fixed;
  display: none;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
}
#modal-content {
  position: relative;
  background: #fff;
  width: 50%;
  padding: var(--wrapper-padding-double);
  border-radius: var(--border-radius);
  filter: brightness(150%);
}
#close-modal {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 1.5em;
}
.modal-content-subheader {
  text-align: center;
  margin-bottom: 1rem;
}
.modal-body p {
  margin: 0px 0px 10px 0px;
}
/* END Modal */

/* Navbar */
nav {
  position: relative;
  height: 8vh;
  padding: 0 var(--wrapper-padding);
  background-color: var(--theme-access);
  color: #f7f7f7;
  box-shadow: var(--box-shadow);
  z-index: 1;
}
.nav-links {
  color: #f7f7f7;
}
.nav-btn {
  background: transparent;
  border: none;
  text-decoration: underline;
  padding: 0;
}
.nav-vr {
  margin: 0 5px;
}
#dvrpc-logo {
  display: block;
  width: 75px;
}
#accessscore-logo {
  height: 40px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tour-btn {
  margin: 5px 10px 0px 10px;
  /* color: var(--theme-access-dark);
  background-color: #dcdcdc; */
  background: var(--theme-access-map) !important;
  border: 2px solid #236e68 !important;
  color: var(--theme-access-dark2);
}
.tour-btn:hover {
  background: #dcdcdc !important;
}
#btn-tour {
  position: absolute;
  right: 85px;
  top: 15px;
  z-index: 2 !important;
  height: 60px;
  width: 60px;
  cursor: pointer;
  display: none;
}
#btn-tour-bar {
  z-index: 2 !important;
  height: 60px;
  float: right;
  cursor: pointer;
  display: none;
}
#beta {
  margin-top: -15px;
  color: #e3fffb;
}
/* END Navbar */

/* Main Webmap Area */
#main-content-wrapper {
  height: 92vh;
}
#regional-extent-img {
  display: block;
  margin: 0 auto;
  height: 20px;
  width: 20px;
}
#legend-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  padding: 8px;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  width: 400px;
  justify-content: space-between;
}
#legend-box-Item {
  text-align: center;
  margin-bottom: 5px;
}
#clickBait {
  right: 25%;
  display: block;
  margin: 15px 0px 0px 0px;
  padding: 6px 8px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: absolute;
  background: #f7f7f7;
  border-radius: 3px;
  max-width: 500px;
}
#main {
  display: flex;
  width: 100%;
  height: 92vh;
  background: var(--theme-access-dark);
}
.landingLink-all {
  float: right !important;
  margin-left: auto;
}
.landingLinks {
  margin-top: 13px;
}
.landingLink {
  list-style: none;
  float: right !important;
}
.landingLink > li {
  float: left;
}
.landingLink > a {
  margin: 6px 4px;
  padding: 9px 10px;
  color: #ffffff !important;
  text-decoration: none;
}
.landingLink > a:hover {
  border-bottom: 3px solid #312867;
  color: #bbe6fa;
}
.dvrpc_full_logo {
  margin: 10px 15px 6px 5px;
  float: left;
}
#homeLink {
  display: none;
}
/* END Main Webmap Area */
/* Start Home Page */
#aboutWrapper {
  margin: 0px 10px 15px 10px;
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  justify-content: space-between;
  width: 100px;
  flex: 37%;
}
#aboutText {
  padding: var(--wrapper-padding);
  color: #000;
  border-radius: 4px;
  border-color: #dadada;
  background-color: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
#aboutContact {
  font-size: 13px !important;
  border-radius: 4px;
  padding: var(--wrapper-padding);
  background-color: var(--theme-dark);
  color: #f7f7f7;
  margin-top: 20px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
#aboutContact a {
  color: #f7f7f7;
}
#scoreMapWrapper {
  margin: 15px 10px 15px 10px;
  overflow: hidden;
  flex: 63%;
  min-height: calc(100% - 2 * 50px);
}
#scoreBoxAbout {
  display: flex;
  margin: 15px 0px 0px 0px;
}
.score-cb {
  display: flex;
}
.score-box {
  display: inline-block;
  width: 25%;
}
#score-text {
  text-align: center;
  font-weight: lighter;
  display: inline-block;
  width: 100%; /*set width to 100%*/
  margin: 0px 5px 0px 0px;
}
#searchOrExplore {
  display: flex;
  width: 98%;
  margin-left: 8px;
  align-items: first baseline;
  border-radius: 4px 4px 0px 0px;
  border-color: #dadada;
  background-color: rgba(255, 255, 255, 0.45);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
#stationSearchForm {
  display: block;
  /* width: 40%; */
  width: 340px;
  margin: 10px 0px 10px 45px;
}
#stationSearchFormMap {
  display: none;
}
#stationSearchForm button:hover {
  background: #dcdcdc !important;
}
#search label {
  color: white;
}
#searchboxHome,
#searchboxMap {
  padding: 12px 20px;
  border: 1px solid #0078ae;
  border-radius: 4px;
  color: initial;
}
#searchForm {
  border-radius: 4px;
  padding: 8px 14px;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(48, 149, 140, 0.5);
  width: 100px;
  background: var(--theme-access-map) !important;
  border: 2px solid #236e68 !important;
  color: var(--theme-access-dark2);
  font-size: 1.17em;
  font-weight: bold;
}
.searchOrExploreOR {
  /* width: 4%; */
  width: 20px;
}
#search {
  margin: 0px 0px 0px -20px;
}
#exploreTheMap :hover {
  background: #dcdcdc !important;
}
#label-box-large {
  border-radius: 4px;
  padding: 8px 14px;
  margin: 10px auto 10px 25px;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(48, 149, 140, 0.5);
  position: relative;
  display: block;
  width: 200px;
  background: var(--theme-access-map) !important;
  border: 2px solid #236e68 !important;
  color: var(--theme-access-dark2);
}
.score-map {
  width: 98%;
  border-radius: 0px 0px 4px 4px;
  margin: 0px auto 10px auto;
  display: block;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
  min-height: calc(100% - 2 * 50px);
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
/* End Home Page */

/* Sidebar */
#sidebar {
  display: none;
  width: 40%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  /* background-color: #f7f7f7; */
  background-color: #eaeaea;
}
details > summary {
  padding: 4px;
  width: 200px;
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: bolder;
}

details > p {
  padding: 4px;
  margin: 0;
}
#sidebar-content {
  padding: var(--wrapper-padding-double) var(--wrapper-padding);
  min-height: calc(90% - 40px);
}
.sidebar-img {
  display: block;
  max-width: 100%;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}
.sidebar-form {
  margin: var(--wrapper-padding) auto;
}
.sidebar-fieldset {
  background: white;
  border-radius: var(--border-radius);
  border-color: #dadada;
  border: 2px solid #dadada;
  margin: 5px 0px 5px 10px;
}
.sidebar-fieldset label {
  margin-right: 5px;
}
.sidebar-text {
  font-weight: lighter;
  margin: 0px 5px 10px 5px;
}
#exploreWrapper {
  margin: 5px 0px 15px 10px;
  padding: 0px 10px 10px 0px;
  border-radius: 4px;
  border-color: #dadada;
  background: #fff;
  overflow: hidden;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.info2 {
  display: flex;
  background-color: var(--theme-dark2);
  margin-left: -10px;
  border-radius: 4px;
}
.infoIcon {
  display: inherit;
  width: 33%;
  margin: 5px 5px 5px 15px;
  align-items: center;
}
.infob1,
.infob2,
.infob3 {
  width: 30px;
}
.infoText {
  margin: 0px 0px 0px 5px;
  text-align: center;
}
#analysisWrapper {
  margin: 5px 0px 15px 10px;
  padding: 0px 10px 10px 0px;
  border-radius: 4px;
  border-color: #dadada;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#scoreWrapper {
  margin: 5px 0px 15px 10px;
  padding: 0px 10px 10px 0px;
  border-radius: 4px;
  border-color: #dadada;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#scoreTogglers {
  margin: 5px 0px 5px 10px;
  border-radius: 4px;
  border-color: #dadada;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#stationContent {
  color: #fff;
  border-radius: 3px;
  text-align: center;
  margin: 10px auto 13px auto;
  padding: 0px 10%;
  background-color: var(--theme-dark2);
  width: 75%;
  min-height: 30px;
  border: 2px solid var(--theme-dark);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
#stationName {
  color: #fff;
  border-radius: 3px;
  text-align: center;
  margin: 10px auto 13px auto;
  padding: 0px 10% 10px 10%;
  background-color: var(--theme-dark);
  width: 75%;
  line-height: 30px;
  border: 2px solid var(--theme-dark);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
#stationName h1 {
  margin: 10px 0px 0px 0px;
}
#stationInfo {
  color: #fff;
  padding: 0.25rem 0;
  border-radius: 3px;
  font-size: 20px;
  text-align: center;
  display: center;
  margin: 10px auto 10px auto;
  padding: 0px 10%;
}
#operatorLogo {
  vertical-align: middle;
  margin-left: 7px;
}
#infoSwitch,
#infoSwitchBS,
#infoSwitchWS {
  margin: 10px 3% 5px 3%;
  background: #fff;
  border: 2px solid #dadada;
  border-radius: 3px;
}
#wrapperIntro {
  margin: 15px 0px 0px 20px;
}
#stationScores {
  margin: 5px 5% 5px 5%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.odemeter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5vw;
  height: 5vw;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
#scoreBox {
  display: block;
  width: 33%;
  margin: 15px 0px 0px 0px;
}

#legendSet {
  width: 95%;
  margin: 5px 3% 10px 3%;
}
#legendWrapper {
  /* margin: 5px 0px 5px 10px; */
  min-height: 60px;
  border-radius: 4px;
  /* border-color: #dadada; */
  background-color: #fff;
  overflow: hidden;
  /* box-shadow: 1px 2px 3px rgba(0,0,0,.3); */
  display: flex;
  justify-content: space-between;
}
#label-box-AS,
#label-box-BS,
#label-box-WS {
  height: 100%;
  background: white;
  border: 1px solid #979797;
  border-radius: 10px;
  /* padding: 5px; */
  padding: 1vh;
  margin: 10px auto 10px auto;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(48, 149, 140, 0.5);
  position: relative;
  display: block;
  /* width:140px; */
  width: 35vh;
  max-width: 140px;
}
#label-box-AS:hover {
  font-weight: 700;
  box-shadow: 0 0 22px rgba(35, 110, 104, 0.8);
}
#label-box-BS:hover {
  font-weight: 700;
  box-shadow: 0 0 22px rgba(214, 76, 255, 0.8);
}
#label-box-WS:hover {
  font-weight: 700;
  box-shadow: 0 0 22px rgba(239, 128, 1, 0.8);
}
#label-box-about {
  background: white;
  border: 1px solid #979797;
  border-radius: 10px;
  /* padding: 5px; */
  padding: 1vh;
  margin: 10px auto 10px auto;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(48, 149, 140, 0.5);
  position: relative;
  display: block;
  /* width:140px; */
  width: 35vh;
  max-width: 140px;
}
.legend-bar-chart {
  overflow: hidden;
  /* box-shadow: 1px 2px 3px rgba(0,0,0,.3); */
  display: flex;
  justify-content: space-between;
  margin: 10px 5% 0px 5%;
}
#label-box-small {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: hand;
  background-image: none;
  border: 1px solid transparent;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.AS {
  background: #236e68 !important;
  border: 2px solid #236e68 !important;
  color: white;
}
.BS {
  background: #d64cff !important;
  border: 2px solid #d64cff !important;
  color: white;
}
.WS {
  background: #ef8001 !important;
  border: 2px solid #ef8001 !important;
  color: white;
}
/* .AS {
  background: #3bb8ad !important;
  border: 2px solid #236e68 !important;
  color: white;
} */

/* END Sidebar */
/* Score Colors */
.as-2 {
  background: #a50026;
}
.as-3 {
  background: #d73027;
}
.as-4 {
  background: #f46d43;
}
.as-5 {
  background: #fdae61;
}
.as-6 {
  background: #74add1;
}
.as-7 {
  background: #4575b4;
}
.as-8 {
  background: #313695;
}
/* End Score Colors */

/* Charts */
#chartWrapper {
  margin: 5px 0px 5px 10px;
  border-radius: 4px;
  border-color: #dadada;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  display: none;
}
.highcharts-root {
  font-family: "Roboto", sans-serif !important;
}
#charts {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  margin: 10px 3% 0px 3%;
}
.chart-subheader,
.chart-subheader-layers {
  /* background-color: var(--theme-access);*/
  color: #f7f7f7;
  padding: 0.25rem 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 1.5px 0 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}
#chartAS {
  background-color: var(--theme-access);
}
#chartBS {
  background-color: var(--theme-accessO);
}
#chartWS {
  background-color: var(--theme-accessF);
}
#info-data {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  margin: 10px 10px 10px 10px;
}
#data-info {
  margin-left: 15px;
}
.info1 {
  margin: 5px 0px 5px 10px;
}
.data-subheader {
  /* background-color: var(--theme-access); */
  color: #f7f7f7;
  padding: 0.25rem 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 1.5px 0 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}
.data-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0;
  border-bottom: 1px dotted #414770;
  margin: 0px 10px 0px 0px;
}
.dataTable {
  width: 100%;
}
.dataTable tr {
  /* display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 0; */
  text-align: center;
  border-bottom: 1px dotted #414770;
  /* margin: 0px 10px 0px 0px; */
}
.data-info {
  font-size: small;
  color: #808080;
  border-bottom: 1px dotted #414770;
  text-align: left;
}
.data-info2 {
  font-size: small;
  color: #808080;
  text-align: left;
}
.data-value {
  font-size: medium;
  border-bottom: 1px dotted #414770;
}
.data-value2 {
  font-size: medium;
}
/* #baseLayers {
    background-color: var(--theme-access);
    transition: all 0.5s ease;
}
.shown {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    background-color: blue;
    height: 200px;
    border: 0px solid #dadada;
  } */

/* ENDCharts */
/* Map */
#map {
  display: none;
}
#map {
  width: 60%;
  height: 100%;
}
#map2 {
  position: absolute;
  width: 80vh;
  height: 30vh;
}
.mapboxgl-ctrl-logo {
  display: none !important;
}
.mapboxgl-popup-content {
  padding: var(--wrapper-padding-double) var(--wrapper-padding);
}
/* .popup-span {
    display: block;
}
.popup-span:not(:last-of-type) {
    border-bottom: 1px dotted var(--theme-dark);
} */

.mapboxgl-popup-close-button {
  display: none;
}
.mapboxgl-popup-content {
  font: 400 15px/22px "Source Sans Pro", "Helvetica Neue", sans-serif;
  padding: 0;
  width: 180px;
}
.mapboxgl-popup-content h3 {
  background: var(--theme-dark);
  color: #fff;
  margin: 0;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
}
.mapboxgl-popup-content h3 small {
  color: #fff !important;
}
.mapboxgl-popup-content h4 {
  margin: 0;
  padding: 10px;
  font-weight: 400;
}
.mapboxgl-popup-content div {
  padding: 10px;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 15px;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: var(--theme-dark);
}
.mapboxgl-popup-content .BUS {
  color: #000;
  background: #e0c063 !important;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  /* border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; */
}

.mapboxgl-popup-content .ES {
  color: #000;
  background: #c8ffaf !important;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  /* border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; */
}

.mapboxgl-popup-content .CIV {
  color: #000;
  background: #66ffff !important;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  /* border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; */
}

.mapboxgl-popup-content .CIRCUIT {
  color: #000;
  background: #4fe314 !important;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  /* border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; */
}
.mapboxgl-popup-content .IPD {
  color: #fff;
  background: #434343 !important;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.mapboxgl-popup-content .LandUse {
  color: #fff;
  background: #1261A0 !important;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.mapboxgl-popup-content .Car {
  color: #fff;
  background: #D18700 !important;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.mapboxgl-popup-content .Emp {
  color: #fff;
  background: #6C0BA9 !important;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.mapboxgl-popup-content .Pop {
  color: #fff;
  background: #0C2D48 !important;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* station popup */
.mapboxgl-popup .station-popup .mapboxgl-popup-anchor-bottom {
  min-height: 60px;
}
.station-popup .mapboxgl-popup-content {
  background-color: var(--popup-color);
  height: 15px;
  border-color: #fff;
}
.station-popup .mapboxgl-popup-tip {
  border-top-color: var(--theme-access2);
}
.station-popup .mapboxgl-popup-content h3 {
  color: #fff;
  margin: 0;
  display: block;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
}
.station-popup .mapboxgl-popup-content h3-as-6 {
  background: #a50026;
  color: #fff;
  margin: 0;
  display: block;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
}
.hover-popup .mapboxgl-popup-anchor-bottom {
  min-height: 60px;
}
.hover-popup .mapboxgl-popup-content {
  background-color: rgba(255, 255, 255, 0.75);
  height: 15px;
  border-color: #fff;
}
.hover-popup .mapboxgl-popup-tip {
  border-top-color: #fff;
}
.hover-popup .mapboxgl-popup-content h3 {
  color: #000;
  margin: 0;
  display: block;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
}
.hover-popup.mapboxgl-popup-content h3-as-6 {
  background: #a50026;
  color: #fff;
  margin: 0;
  display: block;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
}
/* END Map */

/* Footer */
footer {
  padding: var(--wrapper-padding);
  width: 100%;
  min-height: calc(10% - 20px);
  background-color: var(--theme-dark);
  color: #f7f7f7;
}
/* END Footer */
/* Custom Style for Category Selector */
section {
  display: flex;
  flex-flow: row wrap;
}
section > div {
  flex: 1;
  padding: 0.5rem;
}
/* hides radio button */
input[class="lbox-AS"],
input[class="lbox-BS"],
input[class="lbox-WS"] {
  display: none;
}
input[class="lbox-AS"]:not(:disabled) ~ #label-box-AS,
input[class="lbox-BS"]:not(:disabled) ~ #label-box-BS,
input[class="lbox-WS"]:not(:disabled) ~ #label-box-WS {
  cursor: pointer;
}
input[class="lbox-AS"]:disabled ~ #label-box-AS,
input[class="lbox-BS"]:disabled ~ #label-box-BS,
input[class="lbox-WS"]:disabled ~ #label-box-WS {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}
input[class="lbox-AS"] + #label-box-AS {
  /* OG color #30958c; */
  background: #3bb8ad;
  border: 2px solid #236e68;
  color: white;
}
input[class="lbox-BS"] + #label-box-BS {
  /* background: #90d782;
    border: 2px solid #73ac68; */
  background: #df73ff;
  border: 2px solid #d64cff;
  color: white;
}
input[class="lbox-WS"] + #label-box-WS {
  /* background: #ad0074;
    border: 2px solid #8A005C; */
  background: #efa801;
  border: 2px solid #ef8001;
  color: white;
}
input[class="lbox-AS"]:checked + #label-box-AS {
  box-shadow: 0px 0px 20px rgba(59, 184, 173, 0.75);
}
input[class="lbox-BS"]:checked + #label-box-BS {
  box-shadow: 0px 0px 20px rgba(223, 115, 255, 0.75);
}
input[class="lbox-WS"]:checked + #label-box-WS {
  box-shadow: 0px 0px 20px rgba(239, 168, 1, 0.75);
}
input[class="lbox-AS"]:checked + #label-box-AS::after {
  color: #3d3f43;
  font-family: FontAwesome;
  border: 2px solid #236e68;
  content: "";
  font-size: 14px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}
input[class="lbox-BS"]:checked + #label-box-BS::after {
  color: #3d3f43;
  font-family: FontAwesome;
  border: 2px solid #d64cff;
  content: "";
  font-size: 14px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background: white;
  /* box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25); */
  box-shadow: 0px 0px 5px -2px rgba(223, 115, 255, 0.3);
}
input[class="lbox-WS"]:checked + #label-box-WS::after {
  color: #3d3f43;
  font-family: FontAwesome;
  border: 2px solid #ef8001;
  content: "";
  font-size: 14px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(239, 168, 1, 0.3);
}
@media only screen and (max-width: 700px) {
  section {
    flex-direction: column;
  }
}
/* CUSTOM STYLE FOR CHECKBOX */
.legend-as {
  color: #3bb8ad;
}
.legend-bs {
  color: #df73ff;
}
.legend-ws {
  color: #efa801;
}
.legend-sidewalk {
  color: #fefcf7;
}
.legend-circuit {
  color: #4fe314;
}
.legend-bus-stops {
  color: #e0c063;
}
.legend-septa {
  color: #e0c063;
}
.legend-njt {
  color: #e0c063;
}
.legend-lts {
  color: #f9f871;
}
.legend-parking {
  color: #696969;
}
.legend-retail {
  color: #9c9df0;
}
.legend-bikelane {
  color: #ffa17a;
}
.legend-crime {
  color: #c70c4d;
}
.legend-es {
  color: #c8ffaf;
}
.legend-civic {
  color: #66ffff;
}
.legend-high {
  color: #fa78b9;
}
.legend-parks {
  color: #86c319;
}
#sidebar-content ul {
  list-style-type: none;
}
input[type="checkbox"]:focus {
  outline: 0;
}
input[type="checkbox"] {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #d3d3d3;
  border-radius: 26px;
  cursor: pointer;
  height: 18px;
  position: relative;
  transition: border 0.25s 0.15s, box-shadow 0.25s 0.3s, padding 0.25s;
  width: 36px;
  vertical-align: top;
  -webkit-appearance: none;
}
input[type="checkbox"]:after {
  background-color: white;
  border: 1px solid #d3d3d3;
  border-radius: 16px;
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025),
    0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  right: 16px;
  top: 0;
  transition: border 0.25s 0.15s, left 0.25s 0.1s, right 0.15s 0.175s;
}
input[type="checkbox"]:checked {
  border-color: var(--theme-dark);
  box-shadow: inset 0 0 0 13px var(--theme-dark);
  padding-left: 18px;
  transition: border 0.25s, box-shadow 0.25s, padding 0.25s 0.15s;
}
input[type="checkbox"]:checked:after {
  border-color: var(--theme-dark);
  left: 16px;
  right: 0;
  transition: border 0.25s, left 0.15s 0.25s, right 0.25s 0.175s;
}
/* END CUSTOM STYLE FOR CHECKBOX */
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #30958c;
}
/* Create an active/current tablink class */
.tab button.active {
  background-color: #30958c;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.modal-header {
  font-size: 18px;
  margin-bottom: 5px;
}
#about,
#disclaimer,
#CAT1-Modal,
#CAT2-Modal,
#CAT3-Modal,
#CAT4-Modal,
#baseLayers-Modal {
  max-width: 800px !important;
  z-index: 1000 !important ;
}
.blocker {
  z-index: 10 !important;
}
.legendRange {
  display: flex;
}
.legendRange-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}
.legendRange-inner {
  display: inline-block;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  list-style-type: disc;
}

/* Legend Boxes */
.legend-container {
  position: absolute;
  top: 10px;
  left: 10px;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  background-color: #fff;
  color: var(--theme-black);
  z-index: 1;
  padding: var(--padding);
}
.legend-title {
  color: var(--theme-dvrpc-accent);
  font-size: 1.125em;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid var(--theme-black);
}
.legend-item {
  margin: 10px 0;
  width: max-content;
}
.legend-item:last-child {
  margin-bottom: 0;
}
.legend-icon-line {
  display: block;
  width: 2.5px;
  height: 15px;
  margin-right: 12.5px;
  transform: rotate(90deg);
  /* account for transform */
  margin-left: 7.5px;
}
.legend-icon-circle {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 9px;
  border-radius: 50%;
}
.legend-text {
  font-size: 1em;
}
.legend {
  width: 375px;
}
.legend label,
.legend span {
  display: block;
  float: left;
  height: 15px;
  width: 14%;
  text-align: right;
  font-size: 11px;
  color: #808080;
}
.legend-note{
  font-size: 11px;
}

#legend-Item {
  text-align: center;
}
.circle {
  width: 20px;
  height: 20px;
  border-radius: 0px;
}
.circle span {
  margin-left: 25px;
  display: block;
  width: 70px;
  text-align: left;
}
#legend-box1,
#legend-box2 {
  z-index: 1001;
  margin-bottom: 20px;
  font-size: 13px;
}
#legend-box3{
  z-index: 1001;
  margin-bottom: 20px;
  font-size: 13px;
}
#baselayer-legend-item {
  text-align: center;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.square {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  margin: 5px;
}
.rectangle {
  width: 130px;
  height: 20px;
  border-radius: 0px;
}
.rectangle span {
  /* width: 170px;
  float:right; */
}
/*Colors */
.ipd-1 {
  background: #ffffd9;
}
.ipd-2 {
  background: #c7e9b4;
}
.ipd-3 {
  background: #7fcdbb;
}
.ipd-4 {
  background: #225ea8;
}
.ipd-5 {
  background: #081d58;
}
.ipd-no {
  background: #6e6e6e;
}
.lu-1 {
  background: rgba(255,255,0,1);
}
.lu-2{
  background: rgba(194,158,215,1);
}
.lu-3 {
  background: rgba(104,104,104,1);
}
.lu-4{
  background: rgba(255,190,190,1);
}
.lu-5 {
  background: rgba(255,0,0,1);
}
.lu-6{
  background: rgba(190,232,255,1);
}
.lu-7 {
  background: rgba(0,132,168,1);
}
.lu-8{
  background: rgba(165,230,0,1);
}
.lu-9 {
  background: rgba(215,215,158,1);
}
.lu-10{
  background: rgba(168,0,0,1);
}
.lu-11 {
  background: rgba(76,230,0,1);
}
.lu-12{
  background: rgba(0,197,255,1);
}
.lu-13{
  background: rgba(206, 209, 176,1);
}
.emp-1{
  background: #dadaeb;
}
.emp-2{
  background:  #bcbddc;
}
.emp-3{
  background:#9e9ac8;
}
.emp-4{
  background: #756bb1;
}
.emp-5{
  background: #54278f;
}
.pop-1{
  background: #DFEFFB;
}
.pop-2{
  background:   #A6CFE1;
}
.pop-3{
  background:#4D9DC0;
}
.pop-4{
  background:  #0078AE;
}
.pop-5{
  background: #004E76;
}
.car-1{
  background:#ffffd4;
}
.car-2{
  background:#fed98e;
}
.car-3{
  background:#fe9929;
}
.car-4{
  background:#d95f0e;
}
.car-5{
  background: #993404;
}

/* End Score Colors */
