html, body {
    margin: 0;
    padding: 0;
    background-color: #000;    
}

* {
    font-family: gotham, "arial";
    color: white;
    opacity: 100%;
}

div#container {
    position: relative;
    margin: auto;
    top: 43px;
    height: 700px;
    width: 1024px;
}

.hide {
    display: none !important;
}

div.view {
    -webkit-transition: all 0.5s linear;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

video {
    max-width: 1024px;
    max-height: 700px;
}

.buttonFade {
	-webkit-transition: opacity 0.3s linear;
}

.transparent {
	opacity: 0 !important;
}

div:not([class='transparent']) {
	opacity: 100%;
}

.right {
	float: right:
}

span.note {
	display: none;
}

p#time2 {
	top: 30px;
}

p#time3 {
	top: 60px;
}

p#time4 {
	top: 90px;
}

p#time5 {
	top: 120px;
}

div#labTips span.current + div#labTips span.note {
	display: block;
}

/*-------------
    BACKGROUNDS
-------------*/

div#load {
	background-color: black;
	z-index: 5000;
}

div#start {
    background-image: url('../images/backgroundStart.png');
}

div#setContext {
    background-image: url("../images/backgroundContext.png");
}

div#choice1 {
    background-image: url("../images/backgroundChoice1.png");
}

div#lab {
    background-image: url("../images/backgroundLab.png");
}

div#labBack {
    background-image: url("../images/backgroundLabBack.png");
}

div#analysis {
	background-image: url("../images/backgroundAnalysis.png");
}

/*-------------
    START
-------------*/

div#start div.halfView {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 49%;
    vertical-align: middle;    
}

div#start div.halfView div h1 {
    font-size: 21pt;
}

div#start div.halfView div p {
    font-size: 13pt;
    line-height: 22px;
}


div#start div.halfView div.startOptionLeft {
    -webkit-transition: all 0.5s linear;
    position: absolute;
    top: 250px;
    right: 37px;
    text-align: right;
    padding: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 300px;
    height: 177px;
    border: 1px solid rgba(0,0,0,0);
}

div#start div.halfView div.startOptionRight {
    -webkit-transition: all 0.5s linear;
    position: relative;
    top: 250px;
    left: 37px;
    text-align: left;
    padding: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 300px;
    height: 177px;
    border: 1px solid rgba(0,0,0,0);

}

div#start div.halfView div {
    transition: all 0.5s linear;
    background-color: rgba(0,0,0,0.2);
}

div#start div.halfView div.hover {
    background-color: rgba(0,0,0,0.9);
    border: 1px solid grey;
}


/*-------------
    SET CONTEXT
-------------*/

div#setContext div#contextParagraph {
    line-height: 24px;
    width: 855px;
    padding:  12px 31px ;
    position: absolute;
    left: 54px;
    bottom: 120px;
    background-color: rgba(0,0,0,0.8);
}

div#setContext div.button {
    -webkit-transition: all 0.3s linear;
    padding: 9px 14px;
    border: 1px solid rgba(0,0,0,0.6);
    display: inline-block;
    background-color: rgba(0,0,0,0.6);
}

div#setContext div.button p {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
}

div#setContext div#contextNext {
    position: absolute;
    right: 54px;
    bottom: 55px;
}

div#setContext div#contextQuit {
    position: absolute;
    left: 54px;
    bottom: 55px;
}

div#setContext div.button:hover {
    background-color: rgba(0,0,0,0.9);
    padding: 9px 14px;
    border: 1px solid white;
}


/*-------------
    CHOICE 1
-------------*/

div#choice1 div#choice1Overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 0;
}

div#choice1 div {
    position: relative;
    vertical-align: top;
}

div#choice1 video {
    position: absolute;
    z-index: 1;
}

div#choice1 video#choice1SamplePrepThumb {
    width: 208px;
    top: 251px;
    left: 138px;
}

div#choice1 video#choice1HowToThumb {
    width: 208px;
    top: 252px;
    left: 408px;
}

div#choice1 div#choice1tray {
    position: relative;
    left: 107px;
    display: inline-block;
    top: 260px;
}


div#choice1 div.choice1Option {
    -webkit-transition: all 0.7s linear;
    margin: 0px 30px;
    display: inline-block;
    width: 208px;
    border: 1px solid rgba(0,0,0,0);
    z-index: 2;
}

div#choice1 div.choice1Option:hover {
    border: 1px solid white;
}

div#choice1 div.choice1Option p {
    -webkit-transition: all 0.5s linear;
    margin: 0;
    padding: 13px 10px;
    font-size: 13px;
    background-color: rgba(0,0,0,0);
}

div#choice1 div.choice1Option:hover p {
    background-color: rgba(0,0,0,1);
}

div#choice1 div.video img {
    -webkit-transition: opacity 0.3s linear;
    opacity: 100;
}

div#choice1 div.video:hover img {
    opacity: 0;
}

div#choice1 div#choice1Title {
    position: absolute;
    font-size: 14px;
    top: 195px;
    left: 117px;
}

div#choice1 div#choice1Quit {
    position: absolute;
    top: 0px;
    right: 10px;
}

div#choice1 div.option-tray {
	-webkit-transition: opacity 1s linear;
	position: absolute;
	top: 80px;
	height: 34px;
	padding-top: 6px;
	width: 	100%;
	background-color: rgba(50,50,50,0.2);
	vertical-align: middle;
}

div#choice1 div.option-tray > div {
	height: 100%;
	width: 160px;
	margin: auto;
}

div#choice1 div.option-tray > span {
	display: inline-block;
	top: 3px;
	background-color: rgba(150,150,150, 0.8);
	z-index: 5000;
}

div#choice1 div.option-tray > div > span:first-child {
	float: left;
}
div#choice1 div.option-tray > div > span:last-child {
	float: right;
}

div#choice1 div.option-tray > div > span > p {
	padding: 7px 19px 5px 19px;
	border: 1px solid rgba(200,200,200, 0.9);
}

/*-------------
    LAB
-------------*/
div#lab * {
    position: absolute;
}

/* Buttons */
div#lab div.labButtonArrow {
    -webkit-transition: all 0.3s linear;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-image: url('../images/arrow2.png');
    background-repeat: no-repeat;
    background-position: center;    
    background-color: rgba(0,0,0,0.6);
    border: 1px solid #444;
}

div#lab div.labButtonArrow:hover {
    border: 1px solid white;
    background-color: rgba(30,30,30,0.8);
}

div#lab div#labIncreaseBrightness {
    top:141px;
    left: 417px;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
}

div#lab div#labDecreaseBrightness {
    top:209px;
    left: 417px;
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg);
}

div#lab div#labApertureLeft {
    top:272px;
    left: 450px;
    -webkit-transform: rotate(180deg); 
    -moz-transform: rotate(180deg);
}

div#lab div#labApertureRight {
    top:272px;
    left: 488px;
}

div#lab div#labApertureUp {
    top:253px;
    left: 469px;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
}

div#lab div#labApertureDown {
    top:291px;
    left: 469px;
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg);
}

div#lab div#labJoystickLeft {
    top:542px;
    left: 707px;
    -webkit-transform: rotate(180deg); 
    -moz-transform: rotate(180deg);
}

div#lab div#labJoystickRight {
    top:542px;
    left: 752px;
    
}

div#lab div#labJoystickUp {
    top:519px;
    left: 729px;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
}

div#lab div#labJoystickDown {
    top:565px;
    left: 729px;
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg);
}

/* Button Trays */

div#lab div.labButtonBox {
    position: absolute;
    height: 60px;
    width: 45px;
    background-image: url('../images/backgroundButtonBox.png');
    background-repeat: no-repeat;
    background-position: 19px 14px;
}

div#lab div.labButtonBox .up {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(-140deg); 
    -moz-transform: rotate(-140deg);
}

div#lab div.labButtonBox .down {
    bottom: 0px;
    left: 0px;
    -webkit-transform: rotate(140deg); 
    -moz-transform: rotate(140deg);
}

div#lab div.labButtonBox .labButtonArrow {
    height: 16px;
    width: 16px;
    border-radius: 16px;
}

div#lab div#labCondenserBox {
    top: 540px;
    left: 345px;
}

div#lab div#labZoomBox {
    top: 556px;
    left: 802px;
    -webkit-transform: rotate(-19deg)
}
/* Text Buttons */

div#lab div.labButton {
    -webkit-transition: all 0.3s linear;
    position: absolute;
    padding: 7px 14px;
    border: 1px solid rgba(100,100,100,0.4);
    background-color: rgba(0,0,0,0.5);
}

div#lab div.labButton:hover {
    background-color: rgba(30,30,30,0.8);
    border: 1px solid grey;
}

div#lab div.labButton p {
    position: relative;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

div#lab div#labPlaceSample {
    left: 110px;
    top: 447px;
}

div#lab div#labChangeObjective {
    left: 314px;
    top: 364px;
}

div#lab div#labSwap {
    bottom: 37px;
    left: 20px;
}

div#lab div#labSwap p {
	font-size: 11px;
}

div#lab div#labAnalyze {
    bottom: 30px;
    right: 40px;
}

div#lab div#labAnalyze:hover {
    background-color: rgba(170,0,0,0.7)
}

div#lab div#labAnalyze p {
    font-size: 13px;
}

div#lab div#labQuit {
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 3px 5px;
}

/* TIPS */

div#lab div#zoomTip {
	top: 570px;
	left: 845px;
}

div#lab div#joystickTip {
	top: 509	px;
	left:695px;
}

div#lab div#condenserTip {
	top: 567px;
	left: 395px;
}


/*-------------
    LAB TIPS
-------------*/

div#labTips {
	-webkit-transition: all 0.5s linear;
    position: absolute;
    min-height: 125px;
    top: 55px;
    width: 330px;
    background-color: rgba(0,0,0,0.9);
    padding: 17px;
    left: 19px;
    border: 1px solid rgba(100,100,100,0.4);
}

div#labTips.labBack {

    top: 425px;
}

div#labTips.big {
	-webkit-transition: all 0.5s linear;
	padding: 35px;
	width:730px;
	left: 111px;
	top: 50px;
	background-color: rgba(0,0,0,0.8);	
}

div#labTips.computer {
	top: 400px;
	left: 675px;
}

div#labTips.big p {
	font-size: 16px;
	line-height: 22px;
}

div#labTips.big h4 {
	padding-bottom: 7px;
    font-size: 38px;
}

div#labTips span {
	color: #bbb;
}

div#labTips h4 {
	-webkit-transition: all 0.5s linear;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
}

div#labTips p {
	-webkit-transition: all 0.5s linear;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 11px;
    color: #bbb;
}

div#labTips .button {
     -webkit-animation-name: glow;
	 -webkit-animation-duration: 2s;
	 -webkit-animation-iteration-count: infinite;
	 -webkit-animation-direction: alternate;
	 -webkit-animation-timing-function: ease-in-out;
    position: relative;
    display: inline-block;
    padding: 7px 14px;
    margin: 5px;
    border: 1px solid rgba(100,100,100,0.4);
    background-color: rgba(0,0,0,0.5);
    color: white;
}

div#labTips .button:hover {
    background-color: rgba(30,30,30,0.8);
    border: 1px solid grey;
}

@-webkit-keyframes glow {
	0% {
		border: 1px solid rgba(100,100,100,0.4);
    	background-color: rgba(0,0,0,0.5);
	} 100% {
		
    	border: 1px solid rgba(200,200,200,0.8);
   	 	background-color: rgba(100,100,100,0.5);
    }
}

div#labTips .current {
	font-weight: bold;
	color: white;
}

div#labtips .current + span {
	display: block;
	color: white;
}

div#labTips span#thanks {
	float: right;
}

div#labTips span.result {
	font-size: 22px;
	font-weight: bold;
	color: white;
}


/*-------------
    LAB BACK
-------------*/

/* Text Buttons */

div#labBack div.labButton {
    -webkit-transition: all 0.3s linear;
    position: absolute;
    padding: 7px 14px;
    border: 1px solid rgba(0,0,0,0);
    background-color: rgba(0,0,0,0.5);
}

div#labBack div.labButton:hover {
    background-color: rgba(0,0,0,0.8);
    border: 1px solid grey;
}

div#labBack div.labButton p {
    position: relative;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

div#labBack div#labBackNitrogen {
    top: 20px;
    left: 157px;
}

div#labBack div#labBackEquipment {
    top: 390px;
    left: 355px;
}

div#labBack div#labBackFPA {
    left: 437px;
    top: 174px;
}

div#labBack div#labBackSwap {
    bottom: 17px;
    left: 13px;
}

div#labBack div#labBackQuit {
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 3px 5px;
}

/* Video */

div#labBack video {
    position: absolute;

}

div#labBack video#labBackNitrogen {
    top: 320px;
    right: 110px;
    padding: 10px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px;
}


/*-------------
    COMPUTER VIEW
-------------*/

div#computerView {
    -webkit-transition: all 0.7s ease-in-out;
    position: absolute;
    top: 65px;
    right: 10px;
    width: 495px;
    height: 415px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.8);
    background-image: url("../images/monitor.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 470px 390px;
}

div#computerView div#maximize {
    -webkit-transition: all 0.6s linear;
    position: absolute;
    background-color: rgba(0,0,0,0);
    top: 0px;
    right: 0px;
    width: 50%;
    height: 5%;
    opacity: 0%;
    border-radius: 6px;
    z-index: 100;
}

div#computerView div.openClose {
	position: absolute;
	height: 2.647059%;
	width: 50%;
	top: 20px;
	right: 0;
}

div#computerView div#maximize p {
    -webkit-transition: all 0.3s linear;
    position: absolute;
    display: inline-block;
    right: 5%;
    padding: 3px 7px;
    font-size: 10px;
    margin: 0px;
    color: rgba(0,0,0,0);
}

div#computerView:hover div#maximize {
    opacity: 100%;
}

div#computerView:hover div#maximize p {
    color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,0.4);
    border: 1px solid rgba(100,100,100,0.8);
}

div#computerView.large div#maximize {
    display: none;
}

div#computerView.large:hover div#maximize p {
    color: rgba(0,0,0,0);
}

div#computerView div#close {
	-webkit-transition: all 0.6s linear;
    position: absolute;
	background-color: rgba(0,0,0,00);
    top: 0px;
    right: 0px;
    width: 50%;
    height: 5%;
    opacity: 0%;
    z-index: 100;
}

div#computerView div#close p {
    -webkit-transition: all 0.3s linear;
    border: 1px solid rgba(100,100,100,0.8);
    position: absolute;
    display: inline-block;
    right: 5%;
    padding: 3px 7px;
    margin: 0px;
}

div#computerView video {
    -webkit-transition: all 0.7s ease-in-out;
    position: absolute;
    top: 10px;
    left: 12px;
    width: 472px;
    height: 378px;
}

div#computerView.large {
    top: 0;
    right: 0;
    height: 700px;
    width: 1024px;
    border-radius: 0px;
}

div#computerView.large:hover {
    background-color: rgba(0,0,0,0.8);
}

div#computerView.large video {
    top: 10px;
    left: 68px;
    height: 680px;
    width: 850px;
    border-radius: 0px;
}

div#computerView div.videoOptions {
    -webkit-transition: all 0.7s ease-in-out;
    position: absolute;
    top: 10px;
    left: 12px;
    height: 378px;
    width: 472px;
}

div#computerView.large div.videoOptions {
    top: 10px;
    left: 68px;
    height: 680px;
    width: 850px;
}

div#computerView div.videoOptions div {
    -webkit-transition: all 0.4s linear;
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
}

div#computerView div.videoOptions div:hover {
    -webkit-transition: all 0.4s linear;
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    border: 1px solid white;
}

div#computerView div.videoOptions div#computerGetSampleReadyStart {
    bottom: 0;
    left: 0;
    height: 2.794118%; /* 19px */
    width: 7.647059%; /* 65px */
}

div#computerView div.videoOptions div#computerGetSampleReadyLaunch {
/*    display: none; */
    top: 65.441176%; /* 445px */
    left: 0px; 
    height: 4.411765%; /* 30px */
    width: 14.823529%; /* 126px */
}

/*  CALIBRATION VIDEO  */
div#computerView div.videoOptions div#computerCalibrationStart {
    bottom: 0;
    left: 0;
    height: 2.794118%; /* 19px */
    width: 7.647059%; /* 65px */
}

div#computerView div.videoOptions div#computerCalibrationLaunch {
/*    display: none; */
    top: 57.058824%; /* 388px */
    left: 0px;
    height: 4.411765%; /* 30px */
    width: 14.823529%; /* 126px */
}

div#computerView div.videoOptions div#computerCalibrationCollect {
/*    display: none; */
    top: 2.352941%; /*  16px */
    left: 8.588235%; /*  73px */
    height: 2.205882%; /*  15px */
    width: 3.529412%; /*  30px */
}

div#computerView div.videoOptions div#computerCalibrationRapidScan1 {
/*    display: none; */
    top: 4.558824%; /* 31px */
    left: 8.823529%; /* 75px */
    height: 1.911765%; /* 13px */
    width: 15.882353%; /* 135px */
}

div#computerView div.videoOptions div#computerCalibrationRapidScanComputations {
/*    display: none; */
    top: 28.235294%; /* 192px */
    left: 43.158824%; /* 366px */
    height: 1.911765%; /* 13px */
    width: 5.882353%; /* 50px */
}

div#computerView div.videoOptions div#computerCalibrationRapidScanLoad {
/*    display: none; */
    top: 60%; /* 408px */
    left: 26.588235%; /* 226px */
    height: 2.352941%; /* 16px */
    width: 6.941176%; /* 59px */
}

div#computerView div.videoOptions div#computerCalibrationRapidScanMethod1 {
/*    display: none; */
    top: 42.794118%; /* 291px */
    left: 35.058824%; /* 290px */
    height: 2.205882%; /* 15px */
    width: 8.235294%; /* 70px */
}

div#computerView div.videoOptions div#computerCalibrationRapidScanSetup {
/*    display: none; */
    top: 68.970588%; /* 469px */
    left: 37.176471%; /* 316px */
    height: 2.352941%; /* 16px */
    width: 5.882353%; /* 50px */
}

div#computerView div.videoOptions div#computerCalibrationRapidScanOk {
/*    display: none; */
    top: 10.294118%; /* 70px */
    left: 89.882353%; /* 764px */
    height: 2.352941%; /* 16px */
    width: 4.117647%; /* 35px */
}

div#computerView div.videoOptions div#computerCalibrationRapidScanClose {
/*    display: none; */
    top: 24.705882%; /* 168px; */
    left: 73.882353%; /* 628px; */
    height: 3.235294%; /* 22px; */
    width: 3.235294%; /* 22px; */
}

div#computerView div.videoOptions div#computerCalibrationCollect2 {
/*    display: none;*/
    top: 2.352941%; /*  16px */
    left: 8.588235%; /*  73px */
    height: 2.205882%; /*  15px */
    width: 3.529412%; /*  30px */
}

div#computerView div.videoOptions div#computerCalibrationStingray {
/*    display: none;*/
    top: 26.176471%; /* 173px; */
    left: 8.823529%; /* 75px */
    height: 1.911765%; /* 13px */
    width: 15.882353%; /* 135px */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScan {
/*    display: none;*/
    top: 27.205882%; /* 185px */
    left: 24.470588%; /* 208px */
    height: 1.911765%; /* 13px */
    width: 8.235294%; /* 70px */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanComputations {
/*    display: none;*/
    left: 47.058824%;  /* 400px */
    top: 28.235294%; /* 192px */
    height: 1.911765%; /* 13px */
    width: 5.882353%; /* 50px */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanLoad {
/*    display: none;*/
    top: 60%; /* 408px */
    left: 26.588235%; /* 226px */
    height: 2.352941%; /* 16px */
    width: 6.941176%; /* 59px */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanMethod2 {
/*    display: none;*/
    height: 1.764706%; /* 12px */
    width: 12.941176%; /* 110px */
    top: 44.852941%; /* 305px */
    left: 34.117647%; /* 290px */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanSetup {
/*    display: none;*/
    top: 68.970588%; /* 469px */
    left: 37.176471%; /* 316px */
    height: 2.352941%; /* 16px */
    width: 5.882353%; /* 50px */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanFindCenterburst {
/*    display: none;*/
    height: 2.205882%; /* 15px */
    width: 8.941176%; /* 79px */
    top: 47.205882%; /* 321px */
    left: 89.882353%; /* 764px */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanOk {
/*    display: none;*/
    top: 10.294118%; /* 70px */
    left: 89.882353%; /* 764px */
    height: 2.352941%; /* 16px */
    width: 4.117647%; /* 35px */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanMethod3 {
/*    display: none;*/
    height: 1.764706%; /* 12px */
    width: 12.470588%; /* 106px */
    top: 46.323529%; /* 315px */
    left: 34.117647%; /* 290px */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanSetup2 {
/*    display: none;*/
    top: 68.970588%; /* 469px */
    left: 37.176471%; /* 316px */
    height: 2.352941%; /* 16px */
    width: 5.882353%; /* 50px */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanLancerControl {
/*    display: none;*/
    height: 2.647059%; /* 18px */
    width: 12.352941%; /* 105 */
    top: 96.911765%; /* 659 */
    left: 58.235294%; /*495 */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanHighRange {
/*    display: none;*/
    height: 2.205882%; /* 15 */
    width: 2.205882%; /* 15 */
    top: 35.294118%; /* 240 */
    left: 14.705882%; /* 125 */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanRaiseEnergy {
/*    display: none;*/
    height: 2.205882%; /* 15 */
    width: 2.705882%; /* 23 */
    top: 44.852941%; /* 305 */
    left: 17.058824%; /* 145 */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanRawData {
/*    display: none;*/
    height: 2.058824%; /* 14 */
    width: 8.823529%; /* 75 */
    top: 22.794118%; /* 155 */
    left: 2.705882%; /* 23 */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanCalibrate {
/*    display: none; */
    height: 2.5%; /* 17px */
    width: 5.764706%; /* 49px */
    top: 22.058824%; /* 150px */
    left: 15.058824%; /* 128px */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanOk2 {
/*    display: none;*/
    top: 10.294118%; /* 70px */
    left: 89.882353%; /* 764px */
    height: 2.352941%; /* 16px */
    width: 4.117647%; /* 35px */
}

div#computerView div.videoOptions div#computerCalibrationStingrayRapidScanClose {
/*    display: none;*/
    top: 24.705882%; /* 168px; */
    left: 73.882353%; /* 628px; */
    height: 3.235294%; /* 22px; */
    width: 3.235294%; /* 22px; */
}

/*  GET BACKGROUND VIDEO  */

div#computerView div.videoOptions div#computerGetBackgroundWebCam {
    height: 2.647059%; /* 18px */
    width: 12.352941%; /* 105px */
    top: 97.058824%; /* 660px */
    left: 33.176471%; /* 282px */
}

div#computerView div.videoOptions div#clearSpot {
/*    display: none; */
	top: 3.970588%; /* 27px */
	left: 5.294118%; /* 45px */
	height: 83.823529%; /* 570px */
	width: 70%; /* 595px */
}

div#computerView div.videoOptions div#clearSpot img {
	height: 100%;
	width: 100%;
}

div#computerView div.videoOptions div#computerGetBackgroundCollect {
/*    display: none; */
    top: 2.352941%; /*  16px */
    left: 8.588235%; /*  73px */
    height: 2.205882%; /*  15px */
    width: 3.529412%; /*  30px */
}

div#computerView div.videoOptions div#computerGetBackgroundStingray {
/*    display: none; */
    top: 26.176471%; /* 173px; */
    left: 8.823529%; /* 75px */
    height: 1.911765%; /* 13px */
    width: 15.882353%; /* 135px */
}

div#computerView div.videoOptions div#computerGetBackgroundBackground {
/*    display: none; */
    height: 2.205882%; /* 15px */
    width: 5.647059%; /* 48px */
    top: 27.941176%; /* 190px */
    left: 37.647059%; /* 320px */
}

div#computerView div.videoOptions div#computerGetBackgroundNewFile {
/*    display: none; */
    height: 2.647059%; /* 18px */
    width: 8.235294%; /* 70px */
    top: 36.764706%; /* 250px */
    left: 39.411765%; /* 335px */
}

div#computerView div.videoOptions div#computerGetBackgroundElectronics {
/*    display: none; */
    height: 2.205882%; /* 15px */
    width: 5.294118%; /* 45px */
    top: 27.941176%; /* 190px */
    left: 24.352941%; /* 207px */
}

div#computerView div.videoOptions div#computerGetBackgroundBackground2 {
/*    display: none; */
    height: 2.205882%; /* 15px */
    width: 6%; /* 51px */
    top: 68.970588%; /* 469px */
    left: 30.362941%; /* 258px */
}

div#computerView div.videoOptions div#computerGetBackgroundCheckBackground {
/*    display: none; */
    height: 36.911765%; /* 251px */
    width: 29.882353%; /* 254px */
    top: 4.411765%; /* 30px */
    left: 7.058824%; /* 60px */
}

/*-----------------------
    GET SAMPLE READING
-----------------------*/

div#computerView div.videoOptions div#computerGetSampleReadingWebCam {
    height: 2.647059%; /* 18px */
    width: 12.352941%; /* 105px */
    top: 97.058824%; /* 660px */
    left: 33.176471%; /* 282px */
}

div#computerView div.videoOptions div#computerGetSampleReadingResolutions {
/*    display: none; */
    height: 2.647059%; /* 18px */
    width: 12.352941%; /* 105px */
    top: 97.058824%; /* 660px */
    left: 46.117647%; /* 392px */
}

div#computerView div.videoOptions div#computerGetSampleReadingResolutions img {
	height: 100%;
	width: 100%;
}

div#computerView div.videoOptions div#computerGetSampleReadingCollect {
/*    display: none; */
    top: 2.352941%; /*  16px */
    left: 8.588235%; /*  73px */
    height: 2.205882%; /*  15px */
    width: 3.529412%; /*  30px */
}

div#computerView div.videoOptions div#computerGetSampleReadingStingray {
/*    display: none; */
    top: 26.176471%; /* 173px; */
    left: 8.823529%; /* 75px */
    height: 1.911765%; /* 13px */
    width: 15.882353%; /* 135px */
}

div#computerView div.videoOptions div#computerGetSampleReadingScan {
/*    display: none; */
    height: 2.647059%; /* 18px */
    width: 6.117647%; /* 52px */
    top: 68.823529%; /* 468px */
    left: 24.705882%; /* 210px */
}

div#computerView div.videoOptions div#computerGetSampleReadingSave {
/*    display: none; */
    height: 2.647059%; /* 18px */
    width: 6.117647%; /* 52px */
    top: 55.441176%; /* 377px */
    left: 59.529412%; /* 506px */
}

div#computerView div.videoOptions div#computerGetSampleReadingScanYellow {
/*    display: none; */
    height: 35.882353%; /* 244px */
    width: 29.411765%; /* 250px */
    top: 4.705882%; /* 32px */
    left: 47.176471%; /* 401px */
}


/* NOT IN USE */
div#computerView div.videoOptions div#computerGetSampleReadingScanGreen {
/*    display: none; */
    height: 30px; /* 30px */
    width: 30px; /* 30px */
    top: 378px; /* 378px */
    left: 506px; /* 506px */
}

div#computerView div.videoOptions div#computerGetSampleReadingScanGreen2 {
/*    display: none; */
    height: 30px; /* 30px */
    width: 30px; /* 30px */
    top: 100px; /* 100px */
    left: 500px; /* 500px */
}
/* END NOT IN USE */


/*-------------------
    ANALYSIS VIEW
-------------------*/

div#analysis video {
    position: absolute;
    top: 30px;
    left:45px;
    height: 480px;
    z-index: 0;
    padding: 15px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 7px;
}

div#analysis div {
    display: block;
}

div#analysis div.computerButton {
    -webkit-transition: all 0.7s linear;
    position: absolute;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    z-index: 2;
}

div#analysis div.computerButton:hover {
    background-color: rgba(0,0,0,0.3);
    border: 1px solid white;
}

div#analysis div#analysisOpen {
    background-color: rgba(0,0,0,0.2);
    height: 9.264706%;
    width: 5.411765%;
    top: 28.823529%;
    left: 0;
}

div#analysis div#analysisAnalyze {
/*    display: none; */
    height: 3.970588%;
    width: 26.588235%;
    top: 71.470588%;
    left: 11%;
}

div#analysis div#analysisBox {
/*    display: none; */
    background-color: white;
    position: absolute;
    height: 5.882353%;
    width: 30.833333%;
    top: 50%;
    left: 41.666667%;
}

div#analysis div.labButton {
    -webkit-transition: all 0.3s linear;
    position: absolute;
    padding: 7px 14px;
    border: 1px solid rgba(0,0,0,0);
    background-color: rgba(0,0,0,0.5);
}

div#analysis div.labButton p {
    position: relative;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

div#analysis div.labButton:hover {
    background-color: rgba(0,0,0,0.8);
    border: 1px solid grey;
}

div#analysis div#analysisQuit {
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 3px 5px;
}

div#analysis div#analysisFile {
/*    display: none; */
    height: 2.352941%;
    width: 19.166667%;
    top: 37.352941%;
    left: 25.166667%;
}


div#analysis div#analysisTips {
    position: absolute;
    width: 750px;
    background-color: rgba(0,0,0,0.9);
    padding: 17px;
    bottom: 20px;
    left: 25px;
}

div#analysis div#analysisTips h4 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
}

div#analysis div#analysisTips p {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 11px;
}

div#analysis div#analysisButtons {
	position: absolute;
	top: 45px;
	left: 60px;
	height: 480px;
	width: 600px;
}

div#analysis div#finalBlurb {
/*    display: none; */
	-webkit-transition: all 0.5s linear;
    position: absolute;
    min-height: 125px;
    top: 55px;
    width: 630px;
    background-color: rgba(0,0,0,0.9);
    left: 19px;
    border: 1px solid rgba(100,100,100,0.4);
	padding: 35px;	
	z-index: 10000;
}

div#analysis div#finalBlurb p {
	font-size: 16px;
	line-height: 22px;
}

div#analysis div#finalBlurb h4 {
    font-size: 38px;
}

div#analysis div#finalBlurb .button {
     -webkit-animation-name: glow;
	 -webkit-animation-duration: 2s;
	 -webkit-animation-iteration-count: infinite;
	 -webkit-animation-direction: alternate;
	 -webkit-animation-timing-function: ease-in-out;
    position: relative;
    display: inline-block;
    padding: 7px 14px;
    margin: 5px;
    border: 1px solid rgba(100,100,100,0.4);
    background-color: rgba(0,0,0,0.5);
    color: white;
}




/*---------------------
	GAME 2
---------------------*/

div.question {
	position: absolute;
	width: 300px;
}

div.question span {
	padding: 15px 20px;
	width: 80px;
	margin: 23px;
	border: 1px solid grey;
}

div.question span.selected {
    background-color: rgba(50,50,50,0.8);
    border: 1px solid grey;
}

div.question p {
	position: relative;
	margin-bottom: 40px;
	line-height: 20px;
}

div.result p {
	line-height: 20px;
	position: absolute;
}

/* Type 1 */

div.type1 img {
	position: absolute;
	height: 600px;
	top: 50px;
	left: 30px;
}

div.type1 div.question {
	position: absolute;
	top: 150px;
	left: 700px;
}



div.type1 div.result p {
	position: absolute;
	top: 350px;
	left: 700px;
	width: 300px;
	line-height: 19px;
}

#q1box {
	position: absolute;
	top: 330px;
	left: 260px;
	height: 25px;
	width: 140px;
	border: 2px solid red;
}


/*  Type 2 */

div.type2 img {
	position: absolute;
	top: 50px;
	left: 30px;
	height: 500px;
}

div.type2 img + img {
	height: 250px;
	left: 600px;
}


div.type2 div.question {
	top: 360px;
	left: 620px;
}

div.type2 div.result p {
	position: absolute;
}

div.type2 p.correct, div.type2 p.incorrect {
	width: 850px;
	top: 565px;
	left: 50px;

}

div.type2 div.result p.map {
	left: 290px;
	top: 250px;
}

div.type2 div.result p.values {
	left: 290px;
	top: 480px;
}

div.type2 div.result p.image {
	top: 55px;
	left: 615px;
}



/* Type 3 */

div.type3 img {
	position: absolute;
	top: 30px;
	width: 720px;
}

div.type3 div.question {
	top: 310px;
	left: 780px;
}

div.type3 div.result p.detail {
	top: 73px;
	left: 765px;
	width: 200px;
}

div.type3 div.result p.correct, div.type3 div.result p.incorrect {
	top: 500px;
	left: 35px;
	width: 900px;
}

div.type3 div.result div.q3box {
	position: absolute;
	top:85px;
	left: 610px;
	height: 37px;
	width: 110px;
	border: 2px solid red;
}

/* Type 4 */

div.type4 div.question {
	top: 340px;
	left: 700px;
}

div.type4 img {
	width: 650px;
}


div.type4 div.result p {
	top: 510px;
	width: 800px;
	left: 75px;
}


.next {
	z-index: 50000000;
	position: absolute;
	bottom: 30px;
	right: 30px;
	border: 1px solid grey;
	padding: 10px 15px;
}









