@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);

body {
  /*padding:20px;*/
  font:16px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#666666;
  font-weight:400;
}

h1 {
  color:#ffffff;
  margin-top: 40px;
  margin-bottom: 0.1em;
  margin-left: 0.2em;

}

p {
  margin:0 0 10px;
  margin-left: 1em;
  margin-right: 1em;
  display: inline-block;
}

h1 {
  padding-left: 5px;
  line-height:1.1;
}

h1 {
  font-size:30px;
}

h2 {
    color: 	#ff867b;
    margin-left: 0.55em;
    font-size: 28px;
}

h3 {
    margin-left: 0.8em;
    transition-duration: 0.5s;
}

h4 {
  margin:0;
  font-size: 14px;
  color: #666666;
}

a {
  color:#39c;
  font-weight:400;
  text-decoration:none;
}

table {
  border: 1px solid #666666;
  margin-left: 20px;
  margin:0 0 10px;
  width: 80%;
}

th, td {
  text-align:left;
  padding:5px 5px;
  border-bottom:1px solid #e5e5e5;

}

th {
  background-color: #666666;
  color: white;
}

tr:hover {background-color: #ffb5ae;}

.title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #ff867b;
    padding: 10px;
    margin-left: -5px;
    color: white;

}

.title:after {
  background: linear-gradient(to right, #ff867b 30%,#7bb2ff 70%);
  position: absolute;
  content: '';
  height: 4px;
  margin-left:35%;
  right: 0;
  left: 0;
  top: 0;
}

.content {
    /*padding-top: 20px;
    padding-bottom: 10px;*/
}

#data_table {
    height: 200px;
    width: 90%;
}

#choiceform {
    padding-top: 20px;
    border-top: 0px solid #ff867b;
}

#left_column {
    height:auto;
    width: 40%;
    float:left;
    overflow: scroll;
    background-color: #f7faff;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    margin-top: -19px;
}

#right_column {
    width: 60%;
    float: right;
    margin-left:40%;
    margin-top:-0.3%;
    position:fixed;
}

#download {
    float: right;
    font-size:28px;
    font-weight: 700;
}

.key {
    background-color: #000032;
}

.p1 {
  line-height: 4;
  margin-bottom: 10px;
}

.overlay{
    position:relative;
    height:900px;
}

.selectMenu {
    position: absolute;
    margin-left:-0.4em;
    border: 1px solid lightgrey;
    border-top: 0px solid lightgrey;
    background-color:  #f7faff;
    width:auto;
}

.left_side{
    float:left;
    width:auto;
    padding-left:5px;
    margin-right:10px;
}

.mid_side {
    display:flex;
    border-left: 1px solid lightgrey;
    flex-wrap: wrap;
    height:auto;
    padding-left: 10px;
    padding-right: 10px;
}


.hoverText{
    display:none;
    position:absolute;
    width:auto;
    margin-top:7em;
    padding: 1%;
    margin-left: 3%;
    background-color:#7bb2ff;
    color:white;
    border-radius: 3px;
}

#grad {
  height: 3px;
  margin-top:2%;
  margin-left:30%;
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, red , white); /* Standard syntax (must be last) */
  width: 125px;
}

.keyBoxHBO {
    width:25px;
    height:25px;
}

.area{
    /* fill: #C0C0C0; */
    stroke: none;
}

.boundary {
    fill: none;
    stroke: #5c5857;
    stroke-width:0.75;
}

.selected {
    /*fill: #7bb2ff;
    background-color: black;*/
    stroke: #7bb2ff;
    stroke-width: 3;
    stroke-linejoin: round;
}

.selectButton{
    display: none;
    border-radius: 2px;
    border: 2px solid #ff867b;
    margin-left: 30px;
    transition-duration: 0.5s;
}

.selectButton:hover {
  background-color: #ff867b; /* Green */
  color: white;
}

.doc{
    display: none;
}

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

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.graphTitle {
  color: #7bb2ff;
}

.src{
    margin-left: 3%;
    font-size:12px;
}

small {
  margin-left: 1.5em;
  font-size: 12px
}

strong {
  font-size: 28px;
}

select {

  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  padding: 0.2em 1.5em 0em 0.1em;
  font-size:12px;


  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.round {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
    background-position:
      calc(100% - 10px) 0.6em,
      calc(100% - 5px) 0.6em,
      calc(100% - 0.1em) 0em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 5px) 0.5em,
    calc(100% - 10px) 0.5em,
    calc(100% - 0.1em) 0em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #f7faff;
    cursor: pointer;
    border: none;
    width:100%;
    margin-left: -0.75em;
    text-align: left;
    outline: none;
    color: 	#ff867b;
    font-size: 28px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active {
    background-color: #f7faff;
}

.collapsible:hover {
    background-color: #ccc;
}

.collapsible:after {
     content: '\FE3E'; /* Unicode character for "plus" sign (+) */
     font-size: 28px;
     color: #ff867b;
     float: right;
     margin-left: 5px;
}
.active:after {
  content: "\FE3D"; /* Unicode character for "minus" sign (-) */
}

/* Style the collapsible content. Note: hidden by default */
.content {
  background-color: #f7faff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.zoomBTN{
    border-radius:7px;
    color:black;
    font-size:14px;
    position:fixed;
    min-width: 3em;
    border:1px solid lightgrey;
    background-color: #ff867b;
}

.zoomBTN:active {
    background-color: #7bb2ff;
}

.contactUS {
    position: fixed;
    right:0;
    bottom:0;
}

.deathToll{
    margin-left:35%;
    display:inline-block;
    padding:0;
    text-align:left;
    padding-right:10px;
    color:black;
    font-size:40px;
    border-radius:10px;
    background-color:#ff867b;
}

.testLine {
    height:0.5em;
    width:30%;
    padding-left:10px;
    margin:0;
    display:inline-block;
    background-color: #ff867b
}

.testLineP {
    margin:0;
    margin-left:16%;
    padding:0;
}

.lineBox {
    display: inline-block;
}


div.tooltip {
    position: absolute;
    text-align: center;
    width: 60px;
    height: 28px;
    padding: 2px;
    font: 12px sans-serif;
    background: lightsteelblue;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
}


.line {
  fill: none;
  stroke: #ff867b;
  stroke-width: 2px;
}
