@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;
	-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:770px;
	margin:-350px 0px 0px -380px;
	border-radius:10px;
	background-color:#FFF;
}
#backgroundImage{
	position:absolute;
	top:15px;
	left:15px;
	height:670px;
	width:670px;
	background-image:url(images/diagram.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-color:#FFF;
}
.eyeBox{
	position:absolute;
	top:15px;
	width:130px;
	height:130px;
	background-repeat:no-repeat;
	background-size:contain;
}
#leftEye{
	left:63px;
	background-image:url(images/0.svg);
}
#rightEye{
	left:228px;
	background-image:url(images/0.svg);
}
.fieldBox{
	position:absolute;
	top:15px;
	width:130px;
	height:130px;
	background-repeat:no-repeat;
	background-size:contain;
	//opacity:0.5;
	//display:none;
}
#leftField{
	left:63px;
	background-image:url(images/v0.png);
}
#rightField{
	left:228px;
	background-image:url(images/v1.png);
}
#leftField{
	left:420px;
}
#rightField{
	left:575px;
}
.defectButton{
	position:absolute;
	width:40px;
	height:40px;
	background-color:#F0F;
	opacity:0.0;
	cursor:pointer;
}
#defect1{
	top:285px;
	left:250px;
}
#defect2{
	top:333px;
	left:222px;
}
#defect3{
	top:340px;
	left:197px;
	height:50px;
	width:25px;
}
#defect4{
	top:375px;
	left:242px;
}
#defect5{
	top:400px;
	left:290px;
	height:37px;
	width:40px;
}
#defect6{
	top:437px;
	left:260px;
	height:22px;
	width:45px;
}
#defect7{
	top:495px;
	left:250px;
	height:40px;
	width:40px;
}
#defect8{
	top:550px;
	left:215px;
	height:80px;
	width:50px;
}
#defectLines{
	position:absolute;
	top:15px;
	left:15px;
	height:670px;
	width:670px;
	background-image:url(images/d1.svg);
	background-repeat:no-repeat;
	background-size:contain;
	//background-color:#FFF;
	display:none;
}
.defectInfo{
	position:absolute;
	left:425px;
	width:270px;
	height:40px;
	color:#000;
	//background-color:#EEE;
	cursor:pointer;
	display:none;
}
#infoTitle{
	font-weight:bold;
}
#info1{
	top:290px;
	//left:390px;
}
#info2{
	top:335px;
	//left:410px;
}
#info3{
	top:340px;
	//left:410px;
}
#info4{
	top:375px;
	//left:425px;
}
#info5{
	top:400px;
	//left:425px;
}
#info6{
	top:430px;
	//left:425px;
}
#info7{
	top:505px;
	//left:410px;
}
#info8{
	top:540px;
	//left:390px;
}
#log{
	position:absolute;
	bottom:0px;
	right:0px;
	height:100px;
	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;
}





#instructions{
	position:absolute;
	top:200px;
	left:420px;
	width:300px;
	height:100px;
	font-size:20px;
	//background-color:#999;
	
}