body {
  margin: 30px;
  font-family: sans-serif;
  }

#fontSizeWrapper { font-size: 16px; }

#fontSize {
  width: 100px;
  font-size: 1em;
  }

/* ————————————————————–
  Tree core styles
*/
.tree { margin: 1em; }

.tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  }

.tree input ~ ul { display: none; }

.tree input:checked ~ ul { display: block; }

/* ————————————————————–
  Tree rows
*/
.tree li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 1em 1em;
  }

.tree ul li { padding: 1em 0 0 1em; }

.tree > li:last-child { padding-bottom: 0; }

/* ————————————————————–
  Tree labels
*/
.tree_label {
  position: relative;
  display: inline-block;
  background: #fff;
  white-space: nowrap;
  }

label.tree_label { cursor: pointer; }

label.tree_label:hover { color: #666; }

/* ————————————————————–
  Tree expanded icon
*/
label.tree_label:before {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 1em 0 -2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  content: '+';
  text-align: center;
  line-height: .9em;
  }

:checked ~ label.tree_label:before { content: '–'; }

/* ————————————————————–
  Tree branches
*/
.tree li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.5em;
  display: block;
  width: 0;
  border-left: 1px solid #777;
  content: "";
  }

.tree_label:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1.05em;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-radius: 0 0 0 .3em;
  content: '';
  }

label.tree_label:after { border-bottom: 0; }

:checked ~ label.tree_label:after {
  border-radius: 0 .3em 0 0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0;
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  height: auto;
  }

.tree li:last-child:before {
  height: 1em;
  bottom: auto;
  }

.tree > li:last-child:before { display: none; }

.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
}






.highlight{
  color:rgb(94, 97, 98);
}

.highlight_stay{
  color:rgb(167, 18, 75) !important;
  font-weight: bold;
}

.default {
  color:rgb(38, 117, 170);
}

.min-100 {
  /*min-height: 100%;*/
}

.left-side-bar {
  /*margin:10px;*/
  padding: 10px;
}

.infoContainer {
  height: 60px;
  /*height: 80px;*/
  /**position: absolute;
  bottom: 0;
  min-width: 100%;
  width: 100%;**/
}

.info {
  margin: 0;
  /*min-height: 100%;
  padding: auto;
  margin: 0;*/
  /**position: absolute;
  bottom: 0;
  width:100%; **/ 
  /*margin: 10px;*/
}

.infoText {
  white-space: pre-wrap;
}

.content {
  /*min-height: 100%;*/
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.chartArea {
  flex: 1;
  flex-grow: 1;
  /*margin: 10px;*/
} 

.nav-tabs > li.active > a {
  color: #3c5a78;
  font-size: 16px;
}
.nav-tabs > li > a {
  color: #575757;
}


/*
html, body {
  height: 100%;
  margin: 0;
}
*/
html, body {margin: 0; height: 100vh; width: 100vw; /*overflow: hidden*/}

/*


.hide {
  display:none;
}
  
.maincontainer {
  margin: 30px;
  min-height: calc(100% - 60px);
  height: 100%;
}

.fill { 
  min-height: 100%;
  height: 100%;
}*/

/*
.plotly {
  width: 100% !important;
  min-height: 100% !important;
  }

.svg-container {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
}
  */