
#hcharts {
  height: 600px
}
#txt-nav-header-side {
  padding-left: 5px;
  padding-top: 10px;
  color: #696969;
  margin-bottom: 0px;
  font-family: 'Open Sans';
  font-size: larger;
  font-weight: 600;
}
hr {
  height: 1px;
  border: 0;
  border-top: 2px solid #ccc;
  margin: 3px;
  padding-top: 15%;
}
#sidebar-side {
  /* background-color: rgb(248, 249, 250); */
  background-color: #edeff1;
  padding-right: 0;
  padding-left: 0;
}
#navSide, #navbarSide {
  padding: 0;
}
.list-group-item {
  /*background-color: rgb(248, 249, 250);*/
  background-color: #edeff1;
  color:#696969;
  border: none;
  font-family: 'Open Sans';
  border-radius: 0;
  font-weight: normal;
  padding-top: 6px;
  padding-bottom: 6px;
}
#listSide.list-group > li.list-group-item.list-group-item-action:hover{
  background-color: #696969;
  color:white;
  border-radius: 5;
}
#listSide.list-group > li.list-group-item.list-group-item-action.active {
  background-color: #f1d11a;
  color:#696969;
  /* border-left: 6px solid #EAD14A; */
  box-shadow: none;
  border-radius: 0;
}
#listSide.list-group > li.list-group-item.list-group-item-action.active:hover {
  color:#696969;
}
#txt-nav-header-dim {
  font-family: 'PT Serif Caption';
  background-color: rgb(248, 249, 250);
  color: #696969;
  font-weight: 300;
  font-size: 16px;
  padding: 12px;
}
#navDims, #navbarDims {
  background-color: #fff;
}
.btn-outline-secondary {
  background-color: #fff;
  color:#696969;
  text-align: left;
  border-radius: 0;
  border-top: none;
  border-left:none;
  border-right:none;
  border-bottom-color: #E1DFDF;
  border-bottom-width: 2px;
  font-family: 'PT Serif Caption';
  font-weight: normal;
}
.btn-group-md > label.btn.btn-outline-secondary.active {
  color:#696969;
  background-color: white;
  border-bottom: 6px solid #75ABDC;
  box-shadow: none;
}
.interactive-chart {
    padding-bottom: 35%;
    max-height: 600px;
    margin: 0 auto;
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
