
  html {
  	width: 100%;
  	height: 100%;
    margin-left: -5%;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
    padding: 0;           
  }

  body{
  	width: 100%;
  	height: auto;
  	margin: 0;
  	padding: 0;
  	font-family: arial;
  	letter-spacing: 1px;
  	background: #000;
    overflow-x: hidden;
    overflow-y: hidden; 
  }

	body::-webkit-scrollbar {
	    width: 1.5em;
	}
	 
	body::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 40px rgba(255,255,255,0.7);
	}
	 
	body::-webkit-scrollbar-thumb {
	  background-color:  yellow;
	  outline: 1px solid   yellow;
	}

  .title {
    background: #333;
    padding:20% 2.5%;
    width: 95%;
    margin: 0;

  }

  h3, h4 {
    color: yellow;
  }

  h4 {
    margin:10% 0 10% 0;
  }

  hr {
    padding:0;
    margin:10% 0 0 0;
  }

  .text-center {
    text-align: center;
  }

  .text-center-selected {
    text-align: center;
    margin: 0;
    padding: 10% 0 10% 0;
    box-shadow: inset 0px 0px 8px black;
  }

  .text-center-selected img {
    width: 45px;
    height: auto;
  }

  #zoom-tool, #point-tool, #info-tool {
    margin: 0;
    padding: 10% 0 10% 0;
    border-bottom: 1px solid #222;
    cursor: pointer;
  }

  .sidebar {
    position: fixed;
    width:10%;
    height: 100%;
    right:0%;
    top:0;
    background: #555;
    box-shadow: 0px 0px 60px #222;
    z-index:-99;
    opacity: 0;
    cursor: default;
  }

  .sidebar .button {
    width: 78.5%;
    margin:5%;
    border:1px solid black;
    padding: 15% 5%;
    text-align: center;
    border-radius: 4%;
    font-size:13px;
    cursor: pointer;
    color: white;
    background: #222
  }

  .sidebar .button:hover {
      opacity: 0.9;
      background: #333;
      color: white;
  }

  /*  .sidebar2 {
    position: fixed;
    width:12.5%;
    height: 100%;
    right:0%;
    top:0;
    background: #00BFFF;
    box-shadow: 0px 0px 60px #222;
  }*/

  #mainstage-container {
    overflow-y:auto;
  }

  .stage{
    position: relative;
  	display: block;
  	padding: 0;
  	width: 100%;
  	height: 80%;
  	/*background: #000 url("WIdget-3-Background-layers.png") bottom no-repeat;*/
  	z-index: -1;
  	margin: 0 auto;
  	/*transition:width 1s;*/
    float: left;
    opacity: 0;
  }


  .stage .background {
  	position: absolute;
  	bottom:0;
  	left:0;
  }

  .stage-left , .stage-right {
    width: 20%;
    float: left;
    /*background:black;
    opacity:0.8;*/
    z-index:-1;
    opacity: 0;
  }

  .stage-ground {
    position: absolute;
    /*bottom: -10px;*/
    left: 0;    
    width: 90%;
    height: auto;
    z-index: -1;
    opacity: 0;
    transition: height 700ms ease;
    -webkit-transition: height 700ms ease;
  }

  #sub-ground-img{
    width: 110%;
    height: 110%;
    margin-left: -10%;
    z-index: -1;

  }

  .animation-stage {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: transparent;
    z-index: -1;
  }


.zoom {
    position:relative;
	  /*top:500px;
    right:0%;*/
    height:10%;
    width: 100%;
    margin: 30% auto;
    display: none;
    /*bottom:10%;*/
   /* margin-left: 5px;*/
   /* transform:rotate(270deg);
    transform-origin:50% 50%;*/
}


.zoom label {
	width: 15%;
	float: left;
	padding: 0%;
	margin: -2.5% 0%;
	color: white;
	font-size: 25px;
	/*transform:rotate(90deg);*/
	text-align: center;
  user-select:none;
}

input[type=range] {
  -webkit-appearance: none;
    float: left;
    width: 70%;
    height: 20px;
    padding: 0%;
    margin: 0;
    background: none;
    cursor: pointer;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: yellow;
  border-radius: 1.3px;

}
input[type=range]::-webkit-slider-thumb {
  height: 44px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: yellow;
}
input[type=range]::-moz-range-track {
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: yellow;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;

}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;

}
input[type=range]::-ms-thumb {

  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}


/**********Layers and Labels ************/

text {
	fill:#fff;
	stroke:#fff;
}


.LayerLabel {
	text-anchor:middle;
	font-size:45px;
	letter-spacing: 1px;
  transition: font-size 2s;
  stroke: none;
  fill:yellow;
  font-weight: bold;
  z-index: 1000;
}

.layerLine {
 stroke-dasharray: 85;
}

.temperature, .density, .pressure {
  display: none;
  position: fixed;
  height: auto;
  width: 100%;
  opacity: 1.0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  z-index: 800;
}

/*.temperature {


  /* Red on Left Blue on Right
  background: #ff3232; /* Old browsers 
  background: -moz-linear-gradient(left, #ff3232 0%, #d6d6d6 50%, #4c00ff 100%); /* FF3.6-15 
  background: -webkit-linear-gradient(left, #ff3232 0%,#d6d6d6 50%,#4c00ff 100%); /* Chrome10-25,Safari5.1-6 
  background: linear-gradient(to right, #ff3232 0%,#d6d6d6 50%,#4c00ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#4c00ff',GradientType=1 ); /* IE6-9 */

  /* Blue on Left Red on Right 
  background: #ff3232; /* Old browsers 
  background: -moz-linear-gradient(right, #ff3232 0%, #d6d6d6 50%, #4c00ff 100%); /* FF3.6-15 
  background: -webkit-linear-gradient(right, #ff3232 0%,#d6d6d6 50%,#4c00ff 100%); /* Chrome10-25,Safari5.1-6 
  background: linear-gradient(to left, #ff3232 0%,#d6d6d6 50%,#4c00ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c00ff', endColorstr='#ff3232',GradientType=1 ); /* IE6-9 

} */

.topm {
  top: 0;
}

.btmm {
  bottom: 0;
}

#tempPath {
  display: none;
}

.altTick {
  stroke:#ffffff;
  stroke-width:7;
  stroke-opacity: 1;
  z-index: 3;
}

#tlm {
  stroke:white;
  stroke-width:7;
}

.tempTick {
  stroke:white;
  stroke-width:7;
  stroke-opacity: 1;
  z-index: 3;
}

.density .densTick {
  stroke:rgb(255,0,255);
  stroke-width:7;
  stroke-opacity: 1;
  z-index: 3;
}

.pressure .pressTick {
  stroke:rgb(0,255,0);
  stroke-width:7;
  stroke-opacity: 1;
  z-index: 3;
}

.temperature .tickText {
  fill:white;
  stroke:white;
  font-size: 40px;
  font-family: Arial;
}

.density .tickText {
  fill:rgb(255,0,255);
  stroke:none;
  font-size: 40px;
  font-family: Arial;
}

.pressure .tickText {
  fill:rgb(0,255,0);
  stroke:none;
  font-size: 40px;
  font-family: Arial;
}

.kpa {
  font-size: 30px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: block;
  width: 60px;
  height: 34px;
  margin: 0 auto;

}

.switch label {}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 0px 10px #888 inset;
}

input:checked + .slider {
  background-color: yellow;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
    
}

/* EARTH ZOOM IN */
#earth_stage {
        width: 60%;
        height: 60%;
        margin: 0 auto;
        position: fixed;
        top: 0;
        left:0;
        overflow: hidden;
        opacity: 0.98;
        z-index: -2;

      }

/*#earth-group {
  transform-origin: 50% 50%;
  transform: rotate(27.48deg);
}*/

.pieText {
  font-size: 45px;
}

.start-button {
  width:100px;
  position: absolute;
  top:50%;
  left:50%;
  padding: 10px;
  text-align: center;
  margin: 50px 0 0 -64px;
  background: yellow;
  border-radius: 90px;
  z-index: 9999;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 0px 200px black;
  border: 4px solid black;
}

.start-button:hover {
  background: yellow;
  cursor: pointer;

}

.itemLabel{
  font-style: italic;
}

#splash-screen-text {
  position: fixed;
  top: 20%;
  max-height: 60%;
  overflow: auto;
  right: 20px;
  width: 30%;
  background: rgba(50,50,50,0.7);
  color: white;
  padding: 1.5em;
  border-radius: 5px;
}

/*svg {
  cursor: pointer;
}*/


.coord-txt {
  stroke: none;
  fill: white;
  font-size: 44px;
  display: none;
}

.coord-box {
  rx: 10;
  ry: 10;
  fill: #555;
  stroke: none;
  display: none;
}

.tool-img {
  width: 50px;
  height: auto;
}

.info-box {
  position: fixed;
  background: #333;
  color: white;
  top: 40%;
  left: 0;
  padding: 1%;
  margin: 0 23%;
  width: 50%;
  display: none;
  opacity: 1;
  line-height: 175%;
}

#x-button {
  width:30px;
  height: 30px;
  font-weight: normal;
  color: white;
  background: orange;
  float: right;
  font-size: 32px;
  padding: .25%;
  text-align: center;
  line-height: 100%;
  margin:0% 0% 1% 1%;
  border-radius: 2px;
  user-select:none;
  clear:none;
}

#x-button:hover {
  background: orange;
  cursor:pointer;
  user-select:none;
}

.paragraph-label {
  font-weight: bold;
  color:yellow;
}