@charset "ISO-8859-1";

*{
	padding: 0;
	margin: 0;
	border: 0;
	//cursor:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
@font-face {
    //font-family: Gotham;
    //src:url(../../fonts/Gotham-Medium.otf);
}
html, body{
	background-color:#333;
	//cursor:pointer;
	overflow:hidden;
	width:100%;
	height:100%;
	//font-family:Gotham, Arial, sans-serif;
	font-family:Arial, sans-serif;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	position:fixed;
	top:0px;
	left:0px;
}
::selection {
	background: transparent;
}
::-moz-selection {
	background: transparent;	
}
#mainContainer{
	position:absolute;
	top:50%;
	left:50%;
	height:700px;
	width:750px;
	margin:-350px 0px 0px -350px;
	border-radius:10px;
	background-color:#FFF;
}
#backgroundImage{
	position:absolute;
	top:15px;
	left:15px;
	height:565px;
	width:425px;
	background-image:url(images/background.svg);
	background-repeat:no-repeat;
	//background-color:#0F0;
	background-color:#FFF;
}
.btDefect{
	position:absolute;
	height:80px;
	width:80px;
	background-image:url(images/buttonNoDefect.svg);
	background-repeat:no-repeat;
	//background-color:#F30;
	//opacity:0;
	cursor:pointer;
}
#btDefect0{
	top:270px;
	left:30px;
}
#btDefect1{
	top:320px;
	left:100px;
}
#btDefect2{
	top:320px;
	left:280px;
}
#btDefect3{
	top:270px;
	left:350px;
}
.btEyeball{
	position:absolute;
	top:0px;
	left:0px;
	height:150px;
	width:155px;
	//background-image:url(images/buttonEyeball.svg);
	background-repeat:no-repeat;
	//background-color:#F30;
	cursor:pointer;
}
#btEyeball0{
	top:433px;
	left:29px;
}
#btEyeball1{
	top:433px;
	left:275px;
}
.pupil{
	position:absolute;
	top:520px;
	height:50px;
	width:70px;
	background-image:url(images/pupil1.svg);
	background-repeat:no-repeat;
}
#pupil0{
	left:67px;
}
#pupil1{
	left:317px;
}
#penlight{
	position:absolute;
	bottom:20px;
	left:192px;
	height:157px;
	width:72px;
	background-image:url(images/penlight.svg);
	background-repeat:no-repeat;
	//display:none;
	cursor:pointer;
}
.bgAfferent{
	position:absolute;
	top:40px;
	height:401px;
	width:270px;
	background-repeat:no-repeat;
	opacity:0.3;
	
}
#bgAfferent0{
	left:93px;
	background-image:url(images/afferent_pathway_0.svg);
}
#bgAfferent1{
	left:93px;
	background-image:url(images/afferent_pathway_1.svg);
}
.bgEfferent{
	position:absolute;
	height:442px;
	width:190px;
	background-repeat:no-repeat;
}
#bgEfferent0{
	top:105px;
	left:20px;
	background-image:url(images/efferent_pathway_0.svg);
}
#bgEfferent1{
	top:105px;
	left:242px;
	background-image:url(images/efferent_pathway_1.svg);
}
.canvas1{
	position:absolute;
	top:-5px;
	left:-5px;
	//opacity:0.2;
	display:none;
}
.canvas2{
	position:absolute;
	top:-5px;
	left:-5px;
	//opacity:0.2;
	transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	display:none;
}
.canvas3{
	position:absolute;
	top:10px;
	left:-5px;
	//opacity:0.2;
	display:none;
}
.canvas4{
	position:absolute;
	top:10px;
	left:-5px;
	//opacity:0.2;
	transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	display:none;
}
#instructionsBG{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background-color:#FFF;
	border-radius:10px;
	opacity:0.6;
	//display:none;
}
#instructionsContainer{
	position:absolute;
	top:270px;
	left:28px;
	width:399px;
	height:587px;
	background-image:url(instructions3_0.svg);
	background-repeat:no-repeat;
	background-size:contain;
	//display:none;
}

#circle{
	position:absolute;
	bottom:20px;
	left:50%;
	width:50px;
	height:50px;
	background-color:#00F;
	cursor:pointer;
	display:none;
}
#log{
	position:absolute;
	bottom:0px;
	right:0px;
	height:200px;
	width:200px;
	background-color:#0F0;
	display:none;
	
}
.line{
	position:absolute;
	bottom:0px;
	left:30px;
	height:200px;
	width:2px;
	background-color:#F00;
	display:none;
}
#line0{
	left:65px;
}
#line1{
	left:136px;
}
#line2{
	left:315px;
}
#line3{
	left:386px;
}

#description{
	position:absolute;
	top:40px;
	left:470px;
	width:255px;
	height:300px;
	font-size:18px;
	//background-color:#0F0;
}
#dTitle{
	font-size:24px;
	font-weight:bold;
	//background-color:#0F0;
	//line-height:32px;
	padding-bottom:5px;
}
