@charset "utf-8";
/* CSS Document */

.delimg{
width:auto !important;	
}
html, body {
	
	font-family:'Open Sans',sans-serif; 
	font-size:100%;
	height:100%;
	width:100%
	}

.btnOff{
	opacity:.5;
}



#headerCont{height:50px; background-color:#90af3D; box-shadow:0px 2px 4px rgba(0,0,0,.5); }

#header h2 {height:50px; text-align:left; color:#FFF; line-height:50px; z-index:99;}

#info{
	position:absolute;
	display:none;
	width:100%;
	left:0;
	background-color:#FFF;
	text-align:left;
	margin:0 auto;
	
	padding:4%;
	z-index:9999;
	box-shadow:0px 2px 4px #000;

}

#info ul li {margin-left:4%}


#controls{
	float:right;
	position:absolute;
	right:30px;
	top:5px;}

.controlBtn{
	display:inline-block;
	cursor:pointer;
	background-color:#FFF;
	background-position:top left;
	background-size:25px 25px;
	width:25px;
	height:25px;}


.controlBtn:hover{
	background-color:#222;
}





.btn {	

	width:220px; 
	height:80px;
	background-color:#e2a853;
	padding:12px auto;
	line-height:80px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

#content{
width:100%;
height:100%;
/*background-color:#093	*/
}

#content a {text-decoration:none;
}

.btn_main {
	margin:20px;
	line-height:normal;
	padding-top:2%;
	padding-bottom:5%;
	
}
.btn:hover{color:#222; box-shadow:0px 3px 3px #222;}


#footer {
	position:fixed;
	bottom:0; 
	width:100%; 
	background-color:#778691; 
	height:40px;
	color:#FFF; 
	text-align:center; 
	line-height:30px;}



#stage{width:100%; position:relative;}

#stage .asset{position:absolute;}
/*.asset{ width:100%; height:100%;}*/

.highlight {
    background-color: cyan;
    font-weight: bold;
	border:solid 3px #09C;
}


.scientistHolder{
	position:absolute;
	
	height:80%;
	width:15%;	
}

.scientist{
	margin-top:10px;
	cursor:pointer;	
	height:25%;
	width:auto;
}

.scientist img{
height:100%;
width:auto;	
}


.videoHolder p{
	font-weight:bold;
	text-align:center;
	margin-top:10px;
}

.videoHolder{
	display:inline-block;
	
	width:49%;
	height:35%;
	/*background-color:#F00;	*/
	margin-bottom:75px;
	margin-right:0.5%
}

.videoHolder2{
	display:inline-block;
	
	width:49%;
	height:35%;
	
	margin-top:200px;
	margin-right:0.5%
}

.left{
	float:left;
	width:75%;
	height:100%;
	/*background-color:#090;*/
	display:inline-block;
}

.right{
	float:right;
	width:25%;
	height:100%;
	/*background-color:#036;*/
	display:inline-block
}
.drag{
	width:150px;
	height:150px;
	display:block;
	
	margin:10px;
}

.drop{
	height:150px;
	width:150px;
	display:block;
	background-color:#666;	
	
	margin-left:43%
}



.row{
	height:150px;
	width:100%;
	margin-top:10px;
}

#initialDragArea{
	height:100%;
	width:auto	
}





/************* Light Intensity **************/


/*****************************************/

#Graph_popUp  {
	position:realtive;
	background-color:#FFF;
	padding:20px;
	border:solid 12px #e2a853;
	visibility:hidden;
 
 
 
/****
VISIBLE GRAPH FIX 
****/
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
	}



#stageBtns > *, #GraphButtons>*
{
	display:inline;
	padding:12px;
	}

.highcharts-series > * {visibility:hidden}

#light{cursor:pointer}


/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	




}


