body{
    -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}   
body{
	/* background-color: gray; */
	user-select: none;
}
.header{
	position:absolute;
	height: 66px;
	width: 100%;
	top:2px;
	left:2px;
	background-color:#3F7497;
}

.launchPage{
	position: absolute;
	width: 775px;
	height:496px;	
	top:-71px;
	
}
.buttons{
	display:none;
}
.courseTitle{
	position: absolute;
    text-align: center;
    width: 97%;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    /* font-family: VAG Rounded; */
    top: 1px;
    font-family: BerlinSansFBDemi_Bold;
    left: 12px;
    text-shadow: 0px 0px #8989F8
}

.main{
	position: absolute;
	width: 775px;
	height: 496px;
	/*  border: 1px solid red; */
	padding: 10px;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	/* background-color: gray; */
	/* opacity: 0.4; */
}
.gameActivity{
	position: absolute;
	width: 792px;
	height: 780px;
	background-image: url(../images/activity/grid.png);
	background-repeat: no-repeat;
	transform: scale(0.5);
	top: -158px;
	left: 2.5px;
	/* opacity: 0; */
	/* border: 1px solid white; */
}

.gameTitle{
	position: absolute;
	width: 800px;
	height: 476px;
	background-image: url(../images/activity/intro_text.png);
	background-repeat: no-repeat;
	top: 157px;
	left: -5px;
	/* opacity: 0.5; */
}
.leftButton{
	position: absolute;
	width: 416px;
	height: 800px;
	background-image: url(../images/activity/engine_x_normal.png);
	background-repeat: no-repeat;
	transform: scale(0.5);
	left: -98px;
	top: -192px;
	/* opacity: 0; */
}
/* .leftButton:hover{
	background-image: url(../images/activity/engine_x_hover.png);
} */
.leftButtonFire{
	position: absolute;
	width: 115px;
	height: 246px;
	/* border: 1px solid black; */
	top: 586px;
	left: 110PX;
	/* transform: scale(0.5); */
	display: none;
}
.leftButtonFireWin{
	
	position: absolute;
	width: 115px;
	height: 246px;
	/* border: 1px solid black; */
	top: 586px;
	left: 110PX;	
	display:none;
	
}
.rightButtonFireWin{
	
	position: absolute;
    width: 115px;
    height: 246px;
   
    top: 586px;
    left: 174PX;
	display:none;
}
.rightButton{
	position: absolute;
	width: 416px;
	height: 800px;
	background-image: url(../images/activity/engine_o_normal.png);
	background-repeat: no-repeat;
	transform: scale(0.5);
	left: 476px;
	top: -192px;
	/* opacity: 0; */
}
/* .rightButton:hover{
	background-image: url(../images/activity/engine_o_hover.png);
} */

.changeImageRight{
	background-image: url(../images/activity/engine_o_hover.png);
}
.clickImageRight{
	background-image: url(../images/activity/engine_o_clicked.png);
}

.clickImageIdle{
	background-image: url(../images/activity/engine_x_idle.png);
}


.changeImageLeft{
	background-image: url(../images/activity/engine_x_hover.png)
}
.clickImageLeft{
	background-image: url(../images/activity/engine_x_clicked.png);
}
.clickImageIdleLeft{
	background-image: url(../images/activity/engine_o_idle.png);
}


.rightButtonFire{
	position: absolute;
	width: 115px;
	height: 246px;
	top: 587px;
	left: 175PX;
	/* transform: scale(0.5); */
}

.rightCircle{
    position: absolute;
    height: 335px;
    width: 335px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    top: 282px;
    left: 65px;
    opacity: 0;
    cursor: pointer;
}
.leftCircle{
   position: absolute;
   height: 335px;
   width: 335px;
   background-color: #bbb;
   border-radius: 50%;
   display: inline-block;
   top: 279px;
   left: 7px;
   opacity: 0;
   cursor: pointer;
}

.tileArea{
	position: absolute;
	/* background-image: url(../images/activity/questions_panel.png); */
	width: 783px;
	height: 771px;
	/* border: 1px solid black; */
	display:none;
	left: 9px;
	/* opacity: 0; */
}
.tile{
	position: absolute;
	background-image: url(../images/activity/additon_button_normal.png);
	width: 264px;
	height: 264px;
	float: left;
	/* border: 1px solid black; */
	/* margin-left: 4px; */
	/* margin-top: 7px; */
	cursor:pointer;
	top: 12px;
	left: 2px;
	/* opacity: 0.5; */
}
#tile_1{
	
top: 12px;
	
left: 0;
}
#tile_2{
	
left: 252px;
	
/* opacity: 0; */
	
top: 12px;
}
#tile_3{
	
left: 500px;
	
/* opacity: 0; */
	
top: 12px;
}
#tile_4{
	
top: 262px;
	
/* opacity: 0; */
	
 left: -1px;
}
#tile_5{
	
left: 252px;
	
top: 262px;
	
/* opacity: 0; */
}
#tile_6{
	
left: 500px;
	
top: 262px;
	
/* opacity: 0; */
}
#tile_7{
	
top: 508px;
	
 left: 0;
	
/* opacity: 0; */
}
#tile_8{
	
top: 508px;
	
left: 252px;
}
#tile_9{
	
left: 500px;
	
top: 508;
}

.wintile{
	position: absolute;
	width: 219px;
	height: 224px;
	float: left;	
	left: 10px;
	display:none;
}
#wintile_1{
	left: 33px;
	top: 28px;
}
#wintile_2{
	left: 285px;
	top: 28px;
}
#wintile_3{
	left: 535px;
}
#wintile_4{
	left: 32px;
	top: 277px;
}
#wintile_5{
	left: 286px;
	top: 276px;
}
#wintile_6{
	left: 532px;
	top: 278px;
}
#wintile_7{
	left: 34px;
	top: 524px;
}
#wintile_8{
	left: 285px;
	top: 526px;
}
#wintile_9{
	left: 534px;
	top: 523px;
}
.tileHoverClass{
	background-image: url(../images/activity/additon_button_hover.png); 
}
.quizQuestion{
	position: absolute;
	width: 788px;
	height: 780px;
	background-image: url(../images/activity/questions_panel.png);
	display: none;
	transform: scale(0.5);
	top: -160px;
	left: 4px;
}
.question{
	position: absolute;
	text-align: left;
	font-size: 47px;
	color: #ffffff;
	/* padding-left: 24px; */
	padding: 33px;
	left: 2px;
	top: 0px;
}
.questionPanel{
	position: absolute;
	width: 774px;
	height: 477px;
	top: 293px;
	left: 16px;
}
.options{
	position: absolute;
	width: 385px;
	height: 184px;
	background-image: url(../images/activity/question_button_normal.png);
	/* float: left; */
	/* margin-top: -20px; */
	cursor:pointer;
	/* opacity: 0; */
	top: -26px;
	left: -8px;
}
#options_1{
	
}
#options_2{
	
left: 373px;
}
#options_3{
	
top: 150px;
}
#options_4{
	
left: 373px;
	
top: 150px;
}
.optionsText{
	position: relative;
	color: #20538a;
	text-align: center;
	font-size: 50px;
	padding-top: 68px;
	font-weight: bold;
}
.submitButton{
	position: absolute;
	width: 268px;
	height: 88px;
	background-image: url(../images/activity/submit_button_normal.png);
	top: 629px;
	left: 253px;
	cursor: pointer;
}
.submitButtonHover{
	background-image: url(../images/activity/submit_button_hover.png);
}

.submitButtonClicked{
	background-image: url(../images/activity/submit_button_selected.png);
}
.optionHoverClass{
	 background-image: url(../images/activity/question_button_hover.png);
	
	
}
.optionClickedClass{
	background-image: url(../images/activity/question_button_selected.png);
}
.righttick{
	background-image: url(../images/activity/engine_o_correct.png);
}
.wrongtick{
	background-image: url(../images/activity/engine_o_wrong.png);
}
.tickMarkLeft{
	position: absolute;
	width: 296px;
	height: 278px;
	left: 65px;
}

.tickMarkRight{
	position: absolute;
    width: 296px;
    height: 278px;
    left: 80px
}
.zeroImage{
	
background-image: url(../images/activity/o_correct_ans_static.png);
	
/*  left: 33px; */
	
top: 18px;
	
background-repeat: no-repeat;
	
background-position-x: 30px;
	
background-position-y: 10px;
}
.xImage{
	background-image: url(../images/activity/x_correct_ans_static.png);
    left: 25px;
    top: 30px;
    background-repeat: no-repeat;
    transform: scale(0);
    background-position-x: 28px;
    background-position-y: 19px;
}

.xImage2{
	
	
	animation-duration: 3s;
    animation-delay: -1s;
    animation-name: scalelingX;
    animation-iteration-count: 1;
    /* animation-direction: alternate; */
   
    left: 23px;
    top: 14px;
	 
	 
}
.showrightAns{
	background-image: url(../images/activity/question_buttonwrong.png);
}
.xWinText{
	background-image: url(../images/activity/x_wins.png);
	width: 318px;
	height: 104px;
	top: 110px;
	left: 30px;
}

.oWinText{
	background-image: url(../images/activity/o_wins.png);
    width: 318px;
    height: 104px;
    top: 100px;
}
.xwinsprite{
	background-image: url(../images/activity/x_win_glow_static.png);
    left: 30px;
    top: 25px;
    background-repeat: no-repeat;
    opacity: 0.6;
    background-position-x: 32px;
    background-position-y: 17px;
}
.xwinsprite2{
	background-image: url(../images/activity/x_win_glow_static.png);
	left: 30px;
	top: 28px;
	background-repeat: no-repeat;
}
.owinsprite{
	background-image: url(../images/activity/o_win_glow_static.png);
    left: 30px;
    top: 28px;
    background-repeat: no-repeat;
    opacity: 0.6;
    background-position-x: 33px;
    background-position-y: 16px;
   
}
.owinsprite2{
	background-image: url(../images/activity/o_win_glow_static.png);
    left: 30px;
    top: 25px;
    background-repeat: no-repeat
}

.disableActivity{
	position:absolute;
	width:100%;
	height:100%;	
	display:none;
	
}

.playagainPatch{
	position: absolute;
    width: 196px;
    height: 103px;
    border: 4px solid white;
    left: 19px;
    border-radius: 11px;
    background-color: #0009;
    display: none;
    top: -4px;
    box-shadow: 7px 7px #00152b33;
}
.playAgainbutton{
	position: absolute;
	background-image: url(../images/activity/green_button_normal.png);
	width: 304px;
	height: 88px;
	transform: scale(0.5);
	left: -55px;
	top: -21px;
	cursor: pointer;
	font-size: 46px;
	color: #fff;
	text-align: center;
	padding-top: 19px;
	font-family: VAGRoundedStd_Bold;
	background-repeat: no-repeat;
	/* background-size: 100%; */
}
.playAgainbutton:hover{
	background-image: url(../images/activity/green_button_clicked@2x.png);
	
}
.quitbutton{
	position: absolute;
	background-image: url(../images/activity/green_button_normal.png);
	width: 304px;
	height: 88px;
	transform: scale(0.5);
	left: -56px;
	top: 24px;
	cursor: pointer;
	font-size: 46px;
	color: #fff;
	text-align: center;
	padding-top: 19px;
	font-family: VAGRoundedStd_Bold;
	background-repeat: no-repeat;
	/* background-size: 100%; */
}
.quitbutton:hover{
	background-image: url(../images/activity/green_button_clicked@2x.png);
}
.refresh_btn {
    position: absolute;
    right: 73px;
    top: 8px;
    width: 80px;
    height: 70px;
    background-image: url(../images/replay_normal@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    border: none;
    left: 0px;
    top: 443px;
    cursor: pointer;
}
.refresh_btn:hover
{
	background-image:url("../images/replay_hover@2x.png");
}
.refresh_btn:active{
	background-image:url("../images/replay_selected@2x.png");
}
.dummyButton{
	position: absolute;
    width: 388px;
    height: 383px;   
    left: 203px;
    top: 38px;
    display: none;
}
@keyframes scalelingX {
	
from {
transform:scale(0);
}
to {
transform:scale(1);
}d