
/*@import url(//fonts.googleapis.com/css?family=PT+Sans+Caption&text=iNZight:700,400); */
* {
  box-sizing: border-box;
}
html{
  width:100%;
  height:99%;
  margin:0;
  padding:0;
}
body {
	background-color: #F5F5F5;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  font-family: "PT Sans Caption", sans-serif;
}
#start{
  width:100%;
  height:5%;
}
input{
  width:100%;
  /*height:5%;*/
  float: left;
  clear: left;

}
option{

}
#banner {
  display: block;
  height: 3%;
  width: 100%;
  background: #094b85;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 100%;
}

label {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width:100%;
  font-size: 1em;
  font-weight: 700;
    /*#18afe3*/
    /*#CBFFFF*/
    /*#094b85*/
  color: #094b85;
  background-color: #EEFFFF;
}
textarea{
  width:100%;
  max-width: 100%;
}
.disabled {
  color:grey;
}
.selectContainer{
  width:100%;
  height:auto;
  float: left;
  clear: left;
  overflow: hidden;
  
}
.selectContainer select{
    /* width:110%; */
   background: transparent;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 100;
   border-bottom: 1px solid #ccc;
}
select {
  width:100%;
}

/* select:after {
  content: "▼";
  padding: 12px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
} */
#importButton {
    width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.bluebutton{
  margin-top:1px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width:100%;
  /* height:15%; */
  padding-top: 56.25%;
  font-size: calc(6px + 1vmin);
  font-weight: 700;
  border-radius: 8px;
    /*#18afe3*/
  color: white;
  background-color: #094b85;
  cursor: pointer;
  box-sizing: border-box;
  padding: 5px;
  border: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bluebutton:hover{
  /*background: #18afe3;
  color: #094b85;*/
  border: 3px solid #18afe3;
}
.bluebutton:disabled{
    /*#18afe3*/
  color: white;
  background-color: grey;
  cursor: default;
}
#mainButton{
  /*border: 5px solid #18afe3;*/
 /* background: #18afe3;
*/}


#leftHalf {
  display: block;
  float: left;
  width: 20%;
  height:97%;
   border-right: 3px solid rgba(24, 176, 226, 0.47);
   overflow: overlay;
}
#rightHalf{
  display: block;
  float:left;
  width:80%;
  height:97%;

}

.svg {
  
  width:100%;
  height:95%;
  overflow-x: scroll;
}

.controls {
  
  width: 100%;
  height:100%;
  overflow: overlay;
  /* -ms-overflow-style: none; */

}

circle {
  /*fill-opacity: 0.5;*/
  stroke: #556270;
  /* fill: #C7D0D5; */
  /* stroke: #556270; */
  fill: darkgrey;
  /*stroke-opacity: 1;*/
}

.statLine{
  stroke-width: 3;
  stroke: black;

}

.categoryLabel {
  text-anchor: end;
  opacity: 1;
  alignment-baseline: middle;
  font-size: 1em;
}
.chart text {
  fill: white;
  font: 10px sans-serif;
  text-anchor: middle;
}
line {
  opacity: 1;
  stroke: black;
  stroke-width:2;
}

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

.axis text {
    font-family: sans-serif;
    font-size: 0.75em;
}
.tab2Divider {
  display:block;
  float:left;
  width:100%;
  /*height:33%;*/
}
.tab {
  display:block;
  height:100%;
}
.repSelect{
  display: inline-block;
  width: 2vmin;
  height: 2vmin;
  float:left;
  margin: 5%;
}
.repLabel {
  display: inline-block;
  width: auto;
  float:left;
  font-size: calc(2vmin);
  background: transparent;
  font-weight: 700;
  color:#094b85;
  margin-top: 5%;
}
.labelText {
  color:black;

}

#buttonCenter {
  text-align: center;
  height:100%;
}
#buttonContainer {
  display: inline-block;
  width:50%;
  height: 100%;
}
.menubutton{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width:100%;
  height:5%;
  font-size: 2vh;
  font-weight: 700;
    /*#18afe3*/
  color: white;
  background-color: #094b85;
  cursor: pointer;
}
.menubutton:disabled{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width:100%;
  height:5%;
  font-size: 2vh;
  font-weight: 700;
    /*#18afe3*/
  color: white;
  background-color: grey;
  cursor: default;
}
div.menutitle {
  height:20%;
  margin-top: 20%;
}
p.menutitle {
  display: inline;
  padding:0px;
/*  margin-top: 25%;*/
  font-size: 7vh;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 700;
}
p.t1 {
  color: #18afe3;
}
p.t2 {
  color: #094b85;
}
.buttontext {
  /* margin-top: 2%; */
}
#popText {
  background: grey;
}
#displayLabel{
  display: block;
  width: 100%;
  float: right;
 height: 5%;

}
#displayLabel p {
  margin-top: 0px;
  margin-left: 5px;
  padding-top:0px;
  opacity: 0.5;
  color: grey;
  display: inline-block;
}
#bPlot line{
  opacity: 0.5;
  stroke: grey;
}
.presetItems {
  cursor: pointer;
}