@font-face {
  font-family: "KievitWeb";
  src: url('../fonts/KievitWeb.woff');
}

@font-face {
  font-family: "KievitWeb-Bold";
  src: url('../fonts/KievitWeb-Bold.woff') format('woff');
}

@font-face {
  font-family: "KievitWeb-Light";
  src: url('../fonts/KievitWeb-Light.woff') format('woff');
}

body,
html {

  --font-family: "KievitWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  --scroll-behavior: smooth;
  font-family: KievitWeb, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.375;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth
}

/*https: //codepen.io/lewisvrobinson/pen/rYrqWv*/
select {

  font-size: 15px;
  margin-bottom: 1em;
  padding: .40em;
  border: 0;
  color: black;
  border-bottom: 2px solid currentcolor;
  border-radius: 0;
  /* font-weight: bold; */

  /*&:focus,
   &:active {
     outline: 0;
     border-bottom-color: black;
   }*/
}
select:focus {
  outline-width: 0;
}
#dropdown-container {
  position: top;
  margin-bottom: 5px;
  /* display: none */
}

#chart-dropdown {
  position: absolute;
  top: -20px;
  right: 0;
}

#button_container {
  margin-bottom:10px;
}
.nav-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  padding-top: 6px; 
  border-radius: 0px; 
  margin: 2px 5px 2px 0;
  /* width: 80px;*/
  background:#fff;
  min-width: 45px;
  border: 1px solid #bdbbbc;
  /*border-left-width: 0;*/
   line-height: 1; 
  color: #bdbbbc;
  /* font-size: .6rem;
    font-weight: bold; */

    /* NEW */
  text-decoration: none;
  vertical-align: middle;
  font-family: "KievitWeb-bold", Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  cursor:pointer;
  /* margin-top:12px; */
}


.nav-button:hover {
  color: #000;
}

.nav-button:active, .nav-button.active {
  color: #000;
  border: 1px solid #000;

}

#container a {
  text-decoration: none !important;
}

.dropdown-toggle {
  background: #fff;
  color: #000;
  /*font-weight: bold;*/
  border-bottom: 2px solid currentcolor;
  padding: 6px;
  padding-left: 12px;
  margin-bottom: 10px;
  width: 125px;
  border-radius: 0;
  text-align: left;
}

.dropdown-menu {
  top: 70%;
  padding: 0;
  min-width: 150px;
  height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}

.dropdown li.on {
  background-color: lightgray;
  color: gray
}

* {
  box-sizing: content-box;
}

.highcharts-breadcrumbs-group {
      font-size: 18px;
}

#legend_container{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;;
  width:100%
}
#legend_container div {
  font-size:13px
}

iframe {
    border: 0;
    width: 100%
}

@media screen and (max-width: 760px) {
select {
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        /* and then whatever styles you want*/
        min-width: 150px;
        padding-top:10px;
      
    }
     .nav-button {
        padding-top:8px;
     }
}
