@charset "utf-8";

html, body {
  background-color: #fff;
  font-size: 100%;
  width: 100%;
  height: 100%;

  font-family: "Leto", sans-serif;
  font-size: 14px;
  color: #333;
}

#mapSliderContainer {
  max-height: 100%;
}

.svg-container-top {
    display: block;
    position: relative;
    max-height: 80%;
    vertical-align: top;
}

.svg-content-top {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

#sliderDiv {
  max-height: 10%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-size: 18px;
}

#mapDiv {
  max-height: 80%;
  padding-right: 10px;
  padding-left: 10px;
}

#svgmap {
  max-height: 60vh;
}

#chart-container {
  margin: 5px;
  min-height: 800px;  
  max-height: 95vh;
}

#dataDiv {
  height: 100%;
}

#chart-panel1 {
  height: 100%;
  padding-top: 150px;
}

#chart-panel2 {
  max-height: 95vh;
}

.svg-container-bot {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 65vh;
    vertical-align: top;
}

.svg-content-bot {
    display: block;
    position: relative;
    max-height: 65vh;
    top: 0;
    left: 0;
}

#chartDiv {
  max-height: 80%;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 0;
}

#analysisText, #analysistext {
  display: block;
  font-weight: bold;
  font-size: 2vmin;
  text-align: justify;
  text-justify: inner-word;
  padding-top: 20px;
  max-height: 30vh;
}

#topHalfWindow {
  max-height: 80vh;
}


#topHalfWindowLE {
  max-height: 80vh;

  margin-bottom: 10px;
}

#topHalfWindowGenMort {
  max-width: 80%;
}

#titleDiv {
  text-align: left;
  font-family: "Lato", Sans-serif;
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
}

.panel-body {
  width: 100%;
  height: 100%;
}

#chartImage {
  object-fit: contain;
  width: auto;
  max-height: 80vh;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;  
}

#chartImage2 {
  object-fit: contain;
  width: auto;
  max-height: 40vh;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;  
}

#chartImage3 {
  object-fit: contain;
  width: auto;
  max-height: 40vh;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;  
}

#svgchart {
  width: 100%;
  height: 80%;
}

#cloudImage {
  /*max-width: 100%;*/
  max-height: 76vh;  
  object-fit: fill;
  background-position: center;
  background-repeat: no-repeat;   
}

.grid line {
  stroke: gray;
  stroke-opacity: 0.7;
  shape-rendering: crispEdges;
}

.grid path {
  stroke-width: 0;
}


.wrapper {
  text-align: center;
}


#mSlider .slider-selection{
  background: #923025;
}

#mSlider .slider-handle{
  background: #5a201e;
}

/* Mike: map formatting */
div.tooltip { 
    position: absolute;     
    text-align: center;     
    width: 100px;         
    height: 28px;         
    padding: 0px;       
    font: 12px sans-serif;    
    border: 0px;    
    border-radius: 8px;     
    pointer-events: none;     
}

.tooltipAlt {
  position: absolute;
  width: 145px;
  height: 24px;
  pointer-events: none;
  font-weight: bold;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  border-radius: 5px;
  color: #000;
  background-color: #ccc;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  word-wrap: break-word;
  overflow: visible;

}

.tooltipTree {
    position: absolute;
    display: none;
    width: auto;
    height: auto;
    background: none repeat scroll 0 0 white;
    border: 0 none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: -3px 3px 15px #888888;
    color: black;
    font: 16px sans-serif;
    font-weight: bold;    
    padding: 5px;
    text-align: center;
}

.tooltipBtn {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltipBtnText {
    visibility: hidden;
    width: 120px;
    background-color: white;
    color: black;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;  
}

.tooltipBtn:hover .tooltipBtnText {
    visibility: visible;
}

.node {
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
}

.node-label {
  padding: 4px;
  line-height: 1em;
  white-space: pre;
}

.node-value {
  color: rgba(0,0,0,0.8);
  font-size: 9px;
  margin-top: 1px;
}


.axis path,
.axis line {
  stroke: black;
  stroke-width: 1;
  shape-rendering: crispEdges;
  fill: none;
}

.axis text{
  font-size: 16px;
}

text {
  font-size: 12px;
  font-weight: bold;
  fill: black;
  text-anchor: middle;
  cursor: default;
}

.title {
  font-size: 26px;
  font-weight: bold;
}

.titlechart {
  font-size: 18px;
  font-weight: bold;
}



#dataSource {
  position: absolute;
  z-index: 1;
  width: 90%;
}

.subtopic {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}