@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);
}
div, input
{
    font-variant-ligatures: none;
}
@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;
}

#main{
	position:absolute;
	/* width: 1280px;
	height: 720px;	 */
	width: 100%;
	height: 100%;	
	background-size: 100% 100%;
}

#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);
 }
.qText{
	text-align:center;
	margin: -10px 90px 10px 0px;
}
.box{	
	font-family: Ans;	
	background-color:#FFF;
	border-radius:5px;
	padding:10px;
	pointer-events:inherit;
	margin-right:10px;
}

.clockHand{
	position:absolute;
	transform-origin:6px 6px;
}

.num{
	position:absolute;
	background-color:rgba(255,0,0,0);
	height:50px;
	width:50px;
	border-radius:50%;
	cursor:pointer;
	margin:0px;
}

.abtn{
	height:40px;
	line-height:40px;
	margin:10px 5px;
	cursor:pointer;
	box-shadow:#333 4px 4px 4px;
	padding:3px;
	border:2px solid #39F;
	border-radius:5px;
	pointer-events:inherit;
}

#qBox{	
	visibility:hidden;
	pointer-events:auto;
}

#qDiv{	
	visibility:inherit;
	pointer-events: none;
}


.options{
	background-color:transparent;
	margin-left:10px;
	margin-right:10px;
	vertical-align:middle;
	text-align:center;
	pointer-events:inherit;
}

.cell{
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	margin-left:10px;
	margin-bottom:10px;
	border:3px solid #F29B34;
	background:#FFF;
	transform-origin:center;
	-webkit-transform-origin:center;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	pointer-events:inherit;
	cursor:pointer;	
}
.cell:first-child{
	border:5px solid #6c6c6c;
}
.scaled{
	transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	pointer-events:none;
	transition: background-color 0.3s;
	transition: scale 0.3s;

}

#optDv{
	position:absolute;
	top:360px;
	
	padding-left:8px;
	padding-top:0px;
}

.rightAns{	
	/*border: 3px solid #090;*/
	background:#090;
}

.wrongAns{
	/*border: 3px solid #F00;*/
	background:#F00;
}


#SnoDiv{
	border:#CCC solid 2px;
	background:#FFF;
	text-align:center;
}

.dropzone{
	/* position:absolute; */
}

#dropZone0{
	margin-left:160px;
}

#dropZone1{
	margin-left:20px;
}

.drop-target {
  background-color: #29e;
  border-color: #fff;
  border-style: solid;
}

.drop-active {
	background-color:#eee;
	border-radius:5px;
}

#submit{
	font-size: 21px;
    font-family: Ans;
    display: block;
    width: 145px;
	float:left;
    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;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
	visibility:hidden;
}
#answer{
	font-size: 21px;
    font-family: Ans;
    display: block;
    width: 145px;
    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;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
	float:right;
	visibility:hidden;
	margin-right: 38px;
}

#checkSolution{
	position:absolute;
	width:350px;
	top:620px;
	left:260px;
	z-index:1;
}

#showHowBtn{
	font-size: 21px;
    font-family: Ans;
    display: block;
    width: 180px;
    /* height: 30px; */
    margin-top: 0px;
    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: -350px;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
	float:right;
	visibility:hidden;
}
#showHowVideo img, #showHowVideo video{
    position: absolute;
    top: 285px;
    left: 619px;
    width: 640px;
    height: 360px;
    border: solid 5px #ddd6d6;
    border-radius: 20px;
	z-index:4;
}

img#xCloseBtn {
    width: 38px;
    height: 38px;
    display: block;
    border: none;
    position: absolute;
    left: 1224px;
    top: 291px;
	cursor: pointer;
}

.nextpreNav{
	width:540px;
    position: absolute;
	display:inline-block;
}

#nextBtn{
	background:url(../Assets/images/arrow.png);
	background-size: 61px 61px;
	width: 61px;
    height: 61px;
	float: right;
	cursor:pointer;
	margin-right: -170px;
}

#preBtn{
	background:url(../Assets/images/arrow2.png);
	background-size: 61px 61px;
	float:left;
	width: 61px;
    height: 61px;
	cursor:pointer;
}

#activityText{
	position:absolute;
	left:500px; 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:1000px; 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;}
}