@charset "utf-8";
@font-face{
	font-family: Rubric;
	font-style: normal;
	font-weight: normal;
	src:url(../__fonts/Cabin-Bold.ttf);
}

@font-face{
	font-family: Ans;
	font-style: normal;
	src:url(../__fonts/Roboto-Regular.ttf);
}

@font-face{
	font-family: Title;
	font-style: normal;
	font-weight: normal;
	src:url(../__fonts/MyriadPro-Semibold_2.otf);
}


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

div{
	/*border:#000 dotted 2px;*/
}
.trans{
	width:200px;
	display:inline-block;
}

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

#rubricAud {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
 margin-right: 10px;
   vertical-align: middle;
   background-size: 90%;
   background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #F29B34;
 	box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 2px 0 rgba(0,0,0,0.2);
 }

.cell{
	display: inline-block;
    border: #999999 0.5px solid;
    /* margin: 5px;
    border-radius: 10px;
    box-shadow: #443939 3px 3px 3px; */
}
.colorDiv{
	font-size:20px;
	font-family:Ans, sans-serif;
	color:#FFF;
	text-align:center;
	line-height:40px;
	height:40px;
	width:40px;
	display:inline-block;
	border:#ccc 2px solid;
	border-radius:10px;
	margin:10px;
	box-shadow:#333 4px 4px 4px;
	cursor:pointer;
}
.selected-color{
	height:30px;
	line-height:30px;
	width:30px;
	box-shadow:#333 2px 2px 2px;
}

#subRub{
	position:absolute;
	background-color:#fff;
	padding:5px;
	top:145px;
	left:175px;
	border-radius:10px;
}

#rubricDiv
{
	position:absolute;
	top:35px;
	left:165px;
	background:#fff;
	padding:5px;
	border-radius:10px;
	border-bottom-right-radius:10px;
	font-family: Rubric;
	font-weight:bold;
	color:black;
	text-align:left;
}

#stage{
	width: 1280px;
	height: 720px;
}

#ques{
cursor:default;	
}

.containr
{
	position:absolute;
	width:180px;
	top:0px;
}

.optionDesign{
	font-family:Ans, sans-serif;
	box-shadow: inset 0px 0px 6px #666 ;
	border: 3px solid #F29B34;
	border-radius:5px;
	background:#ffff99;
	padding: 10px;
	}

.optionImage{
	display:inline-block;
	padding:5px;
	margin-top:10px;
	
}



#textBox
{
	font-family:Ans, sans-serif;
	display:block;
	border:3px solid #F29B34;
	background:#fff;
	padding-left:0px;

}


.aContainr
{
	font-family:Ans, sans-serif;
	display:block;
	position:absolute;
	/* border:3px solid #F29B34; */
	background:#FFF;
	padding-left:0px;

	
}





.quesDiv
{
	display:block;
	position:absolute;	
	padding-left:10px;
	padding-top:2px;
}

#SnoDiv
{
	font-family:Ans, sans-serif;
	display:inline-block;
	position:absolute;
	padding-top:5px;
	border:3px solid #F29B34;
	border-radius:50%;
	background:#FFF;
	text-align:center;
	font-size:30px;
}

.option{	
	text-align:center;
	font-size:30px;
	display:inline-block;
	cursor:pointer;
	margin-left:5px;
}

.option-selected{
	
	text-align:center;
	font-size:30px;
	display:inline-block;
	cursor:pointer;
	margin-left:5px;
	color:#2b64ff;
	
}

.option-right{
	text-align:center;
	font-size:30px;
	display:inline-block;
	cursor:pointer;
	margin-left:5px;
	color:#00c100;	
}

.option-wrong{
	text-align:center;
	font-size:30px;
	display:inline-block;
	cursor:pointer;
	margin-left:5px;
	color:#F00;
}

#submitBtn{
	font-size: 21px;
    font-family: Ans;
    display:inline-block;
    width: 145px;
    /* height: 30px; */
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient($fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    color: #151515;
    cursor: pointer;
    padding: 7px 0 7px 0;
    margin-right: 20px;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
	
}
 
#answerBtn{
	font-size: 21px;
    font-family: Ans;
    display:inline-block; 
    width: 145px;
    /* height: 30px; */
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient($fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    color: #151515;
    cursor: pointer;
    padding: 7px 0 7px 0;
    margin-right: 20px;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;

}
 
#checkSolution{
	visibility:hidden;
	position:absolute;
	width:530px;
	top:610px;
    left: 246px;
	z-index: 1;
}
#preNext{
	position:absolute;
	width:650px;
	height:50px;
	
}

.prenxt
{
	height:53px;
	width:53px;
	cursor:pointer;
	background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient($fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
	border-radius:100%;


}


#prev{
	
	background:url(../Assets/images/arrow2.png);
    background-size: 53px 53px;
}

#next{
	
	background:url(../Assets/images/arrow.png);
    background-size: 53px 53px;
}

.innerQ{
	text-align:center;
	/* margin:15px 10px 20px 50px; */
	
}
.inClass
{
	border:0;
	position:absolute;
	outline:none;
	border-bottom:black 2px solid;
	text-align:center;
	font-size:25px;	
	background-color:#FFF;
}


#showHowBtn{
	font-size: 21px;
    font-family: Ans;
    display: inline-block;
    width: 180px;
    /* height: 30px; */
    /*margin-top: -100px;
	margin-left:-50px;*/
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient($fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    color: #151515;
    cursor: pointer;
    padding: 7px 0 7px 0;
    margin-right: 20px;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
		
}
#showHowVideo img, #showHowVideo video{
    position: absolute;
    top: 256px;
    left: 619px;
    width: 640px;
    height: 360px;
    border: solid 5px #fff;
    border-radius: 20px;
}
img#xCloseBtn {
    width: 38px;
    height: 38px;
    display: block;
    border: none;
    position: absolute;
    left: 1224px;
    top: 291px;
	cursor: pointer;
}

#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;}
}