 @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);
}
div, input
{
    font-variant-ligatures: none;
    background: no-repeat;
}
#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);
	cursor:pointer;
}
body{
	margin:0px;
	padding:0px;
	-webkit-user-select:none;
	-moz-user-select:none;
}

#main{
	width: 1280px;
	height: 720px;
	background-repeat: no-repeat;
	background-size: cover;
}

.cell{
	position:absolute;
	text-align:center;
	display:inline-block;
	margin-left:0px;
}

#optDv{
	position:absolute;
	top:100px;
	/*background:#FF0000;
	border:3px solid #F29B34;
	padding-left:10px;
	padding-top:5px;*/
}

.optDesign{
	/*! border:3px solid #F29B34; */
	/*! background:#FFF; */
	/*! padding:70px; */
	margin-top: 120px;
	margin-left: -120px;
}

#SnoDiv{
	padding:7px;
	border:#CCC solid 2px;
	background:#FFF;
	text-align:center;
	font-size:30px;
}

#submit{
	font-size: 21px;
    font-family: Ans, sans-serif;
    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;
	visibility:hidden;
	float:left;
}

#answer{
	font-size: 21px;
    font-family: Ans, sans-serif;
    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-top:20px; */
	float: right;
}


#checkSolution{
	position:absolute;
	width:310px;
	top:606px;
	left:340px;
	z-index:1;
	/*! display: none; */
	/*! text-align: center; */
}
.dropzone{
	position:absolute;
	/*! background:#FFF; */
	/*! border:1px solid grey; */
	height: 135px;
	width: 180px;
	border: 0px solid red;
	/*! text-align: center; */
}

.drop-target {
  background-color: #29e;
  border-color: #fff;
  border-style: solid;
}


.nextpreNav{
	left:700px;
	top:650px;
	width:250px;
    position: absolute;
}

.nextPre{
	background:url(../../__images/nexpre.png) 0 0;
	width:50px;
	height:50px;
	cursor:pointer;
	margin-right:30%;
	float:right;
}

.ab{
	background:url(../../__images/nexpre.png) -78px 0;
}

.debug{
	border:1px solid #F00;
}


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

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


@keyframes activityTextAnim {
    0%   {left:320px; top:-100px;}
    50%  {left:320px; top:95px;}
    100% {left:320px; 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;}
}

#dropZone0{
	background-image: url("../Assets/images/Img11.png");
	background-position: center; 
}
#dropZone1{
	background-image: url("../Assets/images/Img22.png");
	background-position: center; 
}
#dropZone2{
	background-image: url("../Assets/images/Img33.png");
	background-position: center; 
}

#dropZone3{
	background-image: url("../Assets/images/Img44.png");
	background-position: center; 
}

#dropZone4{
	background-image: url("../Assets/images/Img55.png");
	background-position: center; 
}

#dropZone5{
	background-image: url("../Assets/images/Img66.png");
	background-position: center; 
}

#op1{
	top: 23%;
	left: 12%;
	}


#op2{
	top: 22%;
	left: 2%;
	}



#op3{
top: 22%;
left: 21%;
}

#op4{
	/*transform: translate(55px,33px);*/
	top: 25%;
left: 30%;
}



#op5{
	/*transform: translate(55px,33px);*/
	top: 24%;
left: 6%;
}



#op0{
	/*transform: translate(55px,33px);*/
	top: 5%;
left: 20%;
}