body {
    background-color: #EBE4E1;
    /*margin: 20px;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.node{
  cursor: pointer;
}

svg{
/*
  position: absolute;
  top: 0;
  left: 0;
 */
  z-index: 60;
}


text {
  font-size: 14px;
}


h1 {
  font-size: 1.75em;
  color: #1A1A1A;
}

h2 {
  font-size: 16px;
  font-weight: 700;
  color: #1A1A1A;
  margin-top: 0 !important;
}

.header {
  width: 100%;
  margin-top: 60px;
  /*height: 100px;*/
  position: absolute;
  left: 0;
  z-index: 80;
  display: flex;
}

.legend {
  width: 70%;
  padding-left: 20px;
  height: 0;
}

.legend-tooltip-box{
  display: none;
  position: fixed;
  left: 50px;
  top: 50px;
}

.RHS {
  text-align: right;
  width: 30%;
  padding-right: 20px;
  margin-bottom: 0px;
  height: 0;
}

.footer {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  padding: 0.1em 1em 0.25em 1em;
  width: 100%;
  z-index: 80;
  background-color: rgba(238, 232, 229, 0.7);
  border-top: 1px solid white;
}

.title {
  width: 20%;
}

.description {
  width: 80%;
  color: #636363;
  text-align: left;
  font-size: 0.825em;
}

.description p {
  width: 95%;
  margin-top: -0.2em;
}

.disclaimer {
  font-size: 0.75em !important;
  color: #888;
  text-align: left;
}

.link_explanation{
  display: none;
  background-color: white;
  width: 180px;
  padding: 10px;
  position: absolute;
  z-index: 120;
}

.link_explanation p{
  font-size: 12px;
  /* color: aqua; */
  margin: 0;
}

button.legend_btn{
/*   opacity: 0.3; */
  background-color: #EBE4E1;
  font-size: 0.75rem;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-bottom: 8px ;
  border: none;
  border-bottom: 3px solid;
  cursor:pointer;
}

button.legend_btn.selected{
  opacity: 1;
}

button.all_filters_btn{
  background-color: #EBE4E1;
  font-size: 0.750rem;
  font-weight: bold;
  margin-right: 5px;
  padding-bottom: 8px ;
  border: none;
  border-bottom: 3px solid;
  cursor:pointer;
}

button.all_filters_btn.selected{
  opacity: 1;
}

.toast-box{
    opacity: 1;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    -webkit-transition: opacity 0.4s; /* Safari prior 6.1 */
    transition: opacity 0.4s;
    z-index: 100;
    background-color: rgba(255,255,255,0.6);
    padding: 5px 10px;
    margin: 0px;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #000;
}

.link-details{
    opacity: 0.5;
    display: none;
    position: absolute;
    left: 20px;
    top: 100px;
    width: 300px;
    /* transform:translateY(-50%); */
    -webkit-transition: opacity 0.4s; /* Safari prior 6.1 */
    transition: opacity 0.4s;
    z-index: 100;
    background-color: rgba(255,255,255,0.6);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    max-height: 450px;
    overflow: scroll;
    list-style-type: none;
    cursor: grab;
    color: #636363;
}

.link-detail-datum-title{
  padding-top: 20px;
}

.link-detail-datum-title__arrow{
  padding: 0 10px;
}

.link-details__info-source{
  font-style: italic;
  padding-bottom: 20px;
}

.deets-container{
  padding-top: 20px;
}

.deets-container:first-of-type{
  padding-top: 0;
}

ul {
list-style-type: none;
padding: 0;
}

ul li{
  /* float:left; */
}

.link-details .link-color-line{
  width: 50px;
  border-top: 3px solid;
  margin-bottom: 10px;
}

.ui-widget{
  position: relative;
}

#close-search{
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 7px;
}

.ui-widget input{
  color: #636363;
  border-radius: 6px;
  height: 25px;
  border: 1px solid #fff;
  background: none;
  font-size: 14px;
  margin-top: 0px !important;
  padding-left: 10px;
  vertical-align: top;
  width: 180px;
}

.cancel-search{
  display: inline-flex;
  background: none;
  border: none;
  padding: 5px;
}

.ui-widget-content{
  border: 1px solid #dddddd;
  background: rgba(255,255,255,0.8);
  color: #636363;
  font-size: 12px;
  width: 180px;
  max-height: 450px;
  border-radius: 6px;
  overflow: scroll;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 10px 1em 10px .4em;
    outline: 0px solid #000 !important;
    width: 180px;

}

.ui-menu-item{
  background-color: rgba(0,0,0,0) !important;

}

.ui-menu-item-wrapper:hover {
    background-color: #EBE4E1;
    color: #000;
    padding: 10px 1em 10px .4em !important;
    outline: 0px solid #000 !important;
    border-color: #fff;
}

.ui-menu-item-wrapper:not(:hover){
  color: #000;
  background-color: rgba(0,0,0,0) !important;
  outline: 0px solid #000 !important;

    padding: 10px 1em 10px .4em !important;
    border-color: #fff;
}

.abbr-index{
  padding-left: 10px;
  position: relative;

}

.abbr-index button{
  height: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #EBE4E1;
  cursor: pointer;
}

.abbr-index button:hover{
  background-color: #fff;
}

.abbr-index button.active{
  background-color: #fff;
}

.abbr-index-list{
  background-color: rgba(255,255,255,0.8);
  padding: 15px;
  max-height: 450px;
  overflow: scroll;
  width: 300px;
  border-radius: 10px;
  position: absolute;
  right: 0;
  color: #636363;
  border-radius: 10px;
  border: 1px solid #fff;
  z-index: 100;
  -webkit-transition: opacity 0.4s; /* Safari prior 6.1 */
}

.abbr-index-list.closed{
  display: none;
}
.abbr-index-list.open{
  display: block;
}

.abbr-index-list-item{
  display: flex;
  text-align: left;

}

.abbr-index-list-item__abbr{
  width: 25%;

}

.abbr-index-list-item__detail{
  width: 75%;
  padding-left: 1rem;
}

#logos{
    filter: invert(18%) sepia(18%) saturate(4910%) hue-rotate(228deg) brightness(92%) contrast(119%);
}
