@charset "utf-8";

@font-face{
	font-family: Rubric;
	font-style: normal;
	font-weight: normal;
	src:url(../Assets/fonts/Cabin-Bold.ttf);
}
@font-face{
	font-family: Ans;
	font-style: normal;
	src:url(../Assets/fonts/Roboto-Regular.ttf);
}

@font-face{
	font-family: Title;
	font-style: normal;
	font-weight: normal;
	src:url(../Assets/fonts/Courgette-Regular.ttf);
}

body{
	margin:0px;
	padding:0px;
	-webkit-user-select:none;
	-moz-user-select:none;
}

*:focus {
   outline: none;
}

.disa{
	-webkit-user-select:none;
	-moz-user-select:none;
	/*border:none;
	background:transparent;
	background-image:url(../Assets/images/box.png);
	background-repeat: no-repeat;
	background-size:45px 45px;*/
}

#main{
	width: 1280px;
	height: 720px;
	background:url(../Assets/images/bg.png);
	/*background-color: #CCC;*/
}

.optionDesign{
	box-shadow: inset 0px 0px 6px #666 ;
	border: 2px solid #FFF;
	border-radius:5px;
	background:#ffff99;
	padding: 10px;
}

.Level{
	text-shadow:3px 2px 3px #000;
	color:#FFF;
	text-align:center;
	line-height:70px;
	width:181px;
	height:63px;
	background-image:url(../Assets/images/LevelBtn.png);
}

#checkSolution{
	position:absolute;
	width:347px;
	top:506px;
	left:466px;
	z-index:1;
}

#submit{
	background:url(../Assets/images/CheckSol_Btn.png) 0 0;
	width:143px;
	height:47px;
	cursor:pointer;
	font-size:20px;
	font-family:Rubric;
	margin-right:20px;
	line-height:40px;
	text-align:center;
}

#answer{
	background:url(../Assets/images/CheckSol_Btn.png) 0 0;
	width:143px;
	height:47px;
	cursor:pointer;
	font-size:20px;
	font-family:Rubric;
	margin-right:20px;
	line-height:40px;
	text-align:center;
	float:right;
	display: none;
}


#Reset{
	background:url(../Assets/images/CheckSol_Btn.png) 0 0;
	width:143px;
	height:47px;
	cursor:pointer;
	font-size:20px;
	font-family:Rubric;
	margin-right:20px;
	margin-top: -46px;
	line-height:40px;
	text-align:center;
	float:right;
	visibility: hidden;
	
}






.nextpreNav{
	/*border:1px solid blue;*/
	position:absolute;	
	top:500px;
	left:350px;
	width:560px;
    position: absolute;
	display:inline-block;
	
}

#nextBtn{
	background:url(../Assets/images/nex.png);
	/*background-size: 61px 61px;*/
	width: 108px;
    height: 59px;
	float: right;
	cursor:pointer;
}

#preBtn{
	background:url(../Assets/images/pre.png);
	/*background-size: 61px 61px;*/
	float:left;
	width: 108px;
    height: 59px;
	cursor:pointer;
}

#title{
	font-family: Rubric;
	position:absolute;
	top:46px;
	left:340px;
	font-size:40px;
	text-align:center;
	color:#FFF;
	width:560px;
}


.inClass, .inClass:focus, .disa , .disa:focus{
    -webkit-user-select: text; /* Chrome, Opera, Safari */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
    margin:0 !important;
    padding:0 !important;
    border-radius: 0!important;
}





#activityText{
	position:absolute;
	left:200px; top:65px;
	-webkit-animation-name: activityTextAnim;
    -webkit-animation-duration: 1s;
    animation-name: activityTextAnim;
    animation-duration: 1s;
}

@-webkit-keyframes activityTextAnim {
    0%   {left:200px; top:-100px;}
    50%  {left:200px; top:95px;}
    100% {left:200px; top:65px;}
}


@keyframes activityTextAnim {
    0%   {left:200px; top:-100px;}
    50%  {left:200px; top:95px;}
    100% {left:200px; top:65px;}
}

#completedText{	
	position:absolute;
	left:600px; top:65px;
	-webkit-animation-name: completedTextAnim;
    -webkit-animation-duration: 1s;
    animation-name: completedTextAnim;
    animation-duration: 1s;
}


@-webkit-keyframes completedTextAnim {
    0%   {left:600px; top:225px;}
    50%  {left:600px; top:35px;}
    100% {left:600px; top:65px;}
}


@keyframes completedTextAnim {
    0%   {left:600px; top:225px;}
    50%  {left:600px; top:35px;}
    100% {left:600px; top:65px;}
}





#scorePanel{
	position:absolute;
	top: 179px;
    left: 1055px;
	font-family:Ans, sans-serif;
	font-size:20px;
	background-color:#312122;
	border-radius:8px;
	padding:10px;
	color:#fff;
}
