/*
Bivariate CSS
*/

html,
body.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11pt;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#viewDiv {
  position: absolute;
  right: 1%;
  left: 40%;
  top: 0;
  bottom: 0;
  height: 100%;
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  margin-right: 5px;
}

#panel {
  position: absolute;
  left: 1%;
  height: 100%;
  width: 39%;
  overflow: scroll;
}

hr { 
  display: block;
  margin-top: 1em;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
} 
/*Style the table and table elements */
table {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  text-align: center;
}

tr{
  width: 100%
}

td.a{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11pt;
  font-weight: lighter;
  margin-top: 0%;
  margin-bottom: 0%;
  vertical-align: top;
  padding: 2px;
}

td.b{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11pt;
  font-weight: bold;
  vertical-align: top;
  margin-top: 0%;
  margin-bottom: 0%;
  vertical-align: top;
}
.selectChecks {
  border: 1px solid #FFF;
}

/*Style the tab */
.tab {
     overflow: hidden;
     width: 37.7%;
    border: 1px solid #ccc;
    background-color: #693A77;
    position: fixed;
    z-index: 2;
    height: 61.08px;
    }

/*Style the tab buttons */
.tab button {
  background-color: #E5E5E5;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: black;
  height: 100%;
}

.tab button:hover {
  background-color: #693A77;
  color: white;
 }

.tab button.active {
  background-color: #693A77;
  color: white;
    }
 /*Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  margin-top: 70px; 
 }

 /*overlay text on maps*/
 #wrapper { position: relative; }
 #over_map { position: absolute; top: 10px; right: 10px; z-index: 99; font: bold 20px Arial, Helvetica, sans-serif; color: black; }
 
 /*Style the select elements*/
 select {
  width:  100%;
  overflow: hidden;
  text-overflow: ellipsis;
  }

  #myInput {
    width: 150px;
  }
  
.scenario
{
  background-color: #ccc; /* Grey */
  border: none;
  color: black;
  width: 150px;
  margin: auto; 
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
}

button.format {
  background-color: #ccc; /* Grey */
  border: none;
  color: black;
  width: 150px;
  margin: auto; 
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px;

  }
  .divider {
    width: 4%;
    height: 35px;
    display: inline-block;
    margin-bottom: 10px;
  }


  button.format1 {
    background-color: #ccc; /* Grey */
    border: none;
    color: black;
    width: 48%;
    margin: auto; 
    padding: 8px 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
  
    }
button.format:hover {
  cursor: pointer
  }
  button.format1:hover {
    cursor: pointer
    }
button.format:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  }
  button.format1:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    }

button.show {
  background-color: #ccc; /* Grey */
  border: none;
  color: black;
  width: 100%;
  margin: auto; 
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
  
  }
button.show:hover {
  cursor: pointer
  }
button.show:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  }


p {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11pt;
  margin-top: 1%;
  margin-bottom: 5%;
  margin-right: 5%;
  margin-left: 0%;
  }
  
p.a {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11pt;
  font-weight:bold;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-right: 5%;
  margin-left: 0%;
}
  
p.main {    
  font-family: Arial, Helvetica, sans-serif;
  font-size:11pt;

}
p.sub {    
    font-family: Arial, Helvetica, sans-serif;
    font-size:11pt;

}

h3.heading {    
  font-family: Arial, Helvetica, sans-serif;
  font-size:11pt;
  font-weight: lighter;
  margin-top: 0%;
  margin-bottom: 0%;
}
h3.sub {    
  font-family: Arial, Helvetica, sans-serif;
  font-size:11pt;
  font-weight: lighter;
  margin-top: 0%;
  margin-bottom: 0%;
}
@media print {
  .noprint {
    visibility: hidden;
  }
}
