@charset "utf-8";
/* CSS Document */

header {
	height: 7em;
	padding: .5em;
	position: relative;
	background-color:burlywood;
	display: flex;
}

h4 {
	color: aquamarine;
	width: 50%;
}

.logo {
	flex: 1;
	background: #676767;
	align-content: center;
}
#title {
	width: 10em;
	padding: 1em
}

.slidecontainer {
  flex: 5;
	display: grid;
	grid-template-columns: repeat(18, minmax(0,1fr));
  /*background-image: url("Axon2.png")*/
}

.sliderDiv {
	padding-top: 0em;
	grid-column: 5/13;
  grid-row: 1;
}

#recordSlider {
	grid-row: 1;
	padding-top: 4.3em;
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  /*appearance: none;*/
  width: 52em; /* Full-width */
  height: 10px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;/**/
  width: 5px;
  height: 45px;
  border: 0;
  cursor: pointer;
  padding-top: 1em;
  /*background:  url('minielectrode.png')*/
  background: #000000;
}

/* Mouse-over effects */
.slider:hover {
  /*opacity: 1; /* Fully shown on mouse-over */
}

/* Tooltip text */
.sliderDiv .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: relative; 
  z-index: 1;
  top: -5px;
  right: 10%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.sliderDiv:hover .tooltiptext {
  visibility: visible;
}

#neurony {
  grid-column: 2/13;
  grid-row: 1;
	width: 55em;
	height: 7em;
}

section {
	display: flex;
	
}

/*  Control Panel */
.ctrlPanel {
	background-color: rgb(207,232,220);
	height: 32em;
	width: 17em;/**/
	display: grid;
	grid-template-columns: repeat(12, minmax(0,1fr));
  	grid-gap: .1rem;
}

/*  ------------------ Control Panel Tabs ------------- */
.tab1 {
  overflow: hidden;
  border: none;
  background-color: #F1F1A1;
  grid-column: 1/13;
  grid-row: 1;
  height: 3em
}

/* Style the buttons that are used to open the tab content */
.tab1 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 17px 16px;
  transition: 0.3s;
}

.tab1 input {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 5px;
  transition: 0.3s;
	width: 4.5em;
}

/* Change background color of buttons on hover */
.tab1 button:hover {
  background-color: #ddd;
}
.tab1 input:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab1 button.active {
  background-color: rgb(207,232,220);
}

.tab1 input.active {
  background-color: rgb(207,232,220);
}

.tabcontent {
	grid-column: 1/13;
	grid-row: 2;
}

/* Button Panel */
#p1 {
	grid-column: 1/13;
  	grid-row: 2;
	flex: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
  	grid-gap: 1rem;
	align-self: center;
}

.button{
	width: 4rem;
}

/* Ion Concentrations Panel */
#f2 {
	grid-column: 1/13;
  	grid-row: 1;
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
  	grid-gap: .2rem;
	align-self: center;
	color:firebrick;
	
	padding: .3em;
	border-radius: 5px;
    background-color: rgb(207,232,220);
    border: 2px solid rgb(79,185,227);
	height: 12em;
}

#f1 {
	grid-column: 1/13;
  	grid-row: 1;
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
  	grid-gap: .2rem;
	align-self: center;
	color:firebrick;
	
	padding: .3em;
	border-radius: 5px;
    background-color: rgb(207,232,220);
    border: 2px solid rgb(79,185,227);
	height: 12em;
}

#f3 {
	grid-column: 1/13;
  	grid-row: 1;
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
  	grid-gap: .2rem;
	align-self: center;
	color:firebrick;
	
	padding: .3em;
	border-radius: 5px;
    background-color: rgb(207,232,220);
    border: 2px solid rgb(79,185,227);
	height: 14em;
}

.numLabel{
	flex-direction: row;
	border-radius: 5px;
	background-color: rgb(207,232,220);
	border: 2px solid rgba(227,78,98,1.00);
	padding: .4rem .4rem;
	text-align: right;
	font-weight: bold;
	/*  "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" */
	font-family:  Helvetica;
	font-size: 14px; 
}

#numlab0 {
	color: darkblue;
	grid-column: 1/3;
  	grid-row: 1;
	text-align: left;
	font-size: 17px;
	border: none;
}

#numlab1 {
	grid-column: 1;
  	grid-row: 2;

}
#numlab2 {
	grid-column: 1;
  	grid-row: 3;
}
#numlab3 {
	grid-column: 2;
  	grid-row: 2;
}
#numlab4 {
	grid-column: 2;
  	grid-row: 3;
}

.number {
	width: 4em;
 }

#numlabg0 {
	color: darkblue;
	grid-column: 1/3;
  	grid-row: 1;
	text-align: left;
	font-size: 17px;
	border: none;
}

#numlabg1 {
	grid-column: 1;
  	grid-row: 2;
}
#numlabg2 {
	grid-column: 1/2;
  	grid-row: 3;
}
#numlabg3 {
	grid-column: 1/2;
  	grid-row: 4;
}

#numlabs0 {
	color: darkblue;
	grid-column: 1/3;
  	grid-row: 1;
	text-align: left;
	font-size: 17px;
	border: none;
	height: 1.5em;
}
#numlabs1 {
	grid-column: 1/3;
  	grid-row: 2;
	height: 1.5em;
}
#numlabs2 {
	grid-column: 1/3;
  	grid-row: 3;
	height: 1.5em;
}
#numlabs3 {
	grid-column: 1/3;
  	grid-row: 4;
	height: 1.5em;
}
#numlabs4 {
	grid-column: 1/3;
  	grid-row: 5;
	height: 1.5em;
	text-align: right;
	font-size: 13px;
}

#stimAmp {
  -webkit-appearance: none;  /* Override default CSS styles */
  /*appearance: none;*/
  width: 10em; /* Full-width */
  height: 1px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
	padding-top: .2em;
}

#stimAmp::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;/**/
  width: 5px;
  height: 5px;
  border: 0;
  cursor: pointer;
  padding-top: 1em;
  /*background:  url('minielectrode.png')*/
  background: red;
}

.mainPanel {
	grid-column: 1/13;
  	grid-row: 3;
	padding: .3em;
	color: firebrick;
	border-radius: 5px;
    background-color: rgb(207,232,220);
    border: 2px solid rgb(79,185,227);
	height: 8em;
}

#startBut {
	background: #00C05D;
	width: 5em;
	height: 3em;
	padding: .4em;
	color: white;
	grid-column: 2/3;
}
#pauseBut {
	background: #F99705;
	width: 5em;
	padding: .4em;
	color: white;
	grid-column: 6/6;
}

#numlabElasped {
	padding: .8em;
	border: none;
	grid-row: 2;
	grid-column: 1/13;
}
#numlabStart {
	padding: .3em;
	grid-column: 1/13;
	grid-template-columns: repeat(8, minmax(0,1fr));
	display: grid;
}

#speedRange {
  -webkit-appearance: none;  /* Override default CSS styles */
  /*appearance: none;*/
  width: 10em; /* Full-width */
  height: 1px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
	padding-top: .2em;
}

#speedRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;/**/
  width: 5px;
  height: 5px;
  border: 0;
  cursor: pointer;
  padding-top: 1em;
  /*background:  url('minielectrode.png')*/
  background: red;
}

/* --------------------- Graph ----------------------------*/
.Graph {
	/*background-color: coral;*/
	height: 10em;
	flex: 4;
}

.graphclass {
	height: 10em;
}

/*  ------------------ Graph Tabs ------------- */
.tab2 {
  overflow: hidden;
  border: none;
  background-color: #F1F1A1;
  grid-column: 1/13;
  grid-row: 1;
  height: 3em
}

/* Style the buttons that are used to open the tab content */
.tab2 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 17px 16px;
  transition: 0.3s;
}

.tab2 input {
  background-color: inherit;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 5px;
  transition: 0.3s;
	width: 4.5em;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
  background-color: #ddd;
}
.tab2 input:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab2 button.active {
  background-color: white;
}

.tab2 input.active {
  background-color: white;
}

footer {
	background-color:  rosybrown;
}
