@charset "utf-8";
@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);
}
html {
    overflow-x: hidden;
}
body{
	margin:0px;
	padding:0px;
	-webkit-user-select:none;
	-moz-user-select:none;
	  height: 100vh;
    background: #009e66;
	width: 100vw;
	overflow-x: hidden;
}

#main{
	width: 1280px;
	height: 720px;
	position: relative;
}


#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);
 }

.options{
	transition: background-color 0.3s;
}

.cell{
	position:absolute;
	text-align:center;
	display:inline-block;
	/* margin-left:5px; */
}
#SnoDiv{
	border:#CCC solid 2px;
	background:#FFF;
	text-align:center;
	line-height: 44px;
}

.dropzone{
	/* position:absolute; */
}

.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;
	margin-left: 40px;
}
#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; */
	display: none;
}
#Reset{
	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;
}

#checkSolution{
	position:absolute;
	width:350px;
	top:644px;
	left:260px;
	z-index:1;
}

.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-left: 640px;
    position: absolute;
}

#preBtn{
	background:url(../Assets/images/arrow2.png);
	background-size: 61px 61px;
	float:left;
	width: 61px;
    height: 61px;
	cursor:pointer;
}
/* .txtformat{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	background:transparent;
	border:0;
	border-bottom:2px solid black;
} */
#activityText{
	position:absolute;
	left:200px; top:65px;
	-webkit-animation-name: activityTextAnim;
    -webkit-animation-duration: 1s;
    animation-name: activityTextAnim;
    animation-duration: 1s;
}
#arrowUp {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
  
	border-bottom: 65px solid #744b29;
	position: absolute;
	top: -55px;
	left: 246px;
}
#optDv{
	position:absolute;
	top:240px;
	/* border:3px solid #F29B34;
	background:#FFF; */
	padding-left:10px;
	padding-top:5px;
	z-index: 1;
}
#bucket{
	width: 100%;
	height: 40px;
	background-color: #2ab4eb;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	/* margin-top: 24px; */
	position:absolute;
	top: 26px;
	z-index: -1;
}

/* #bucket >div{
	width: 100%;
	height: 80%;
	background-color: #2ab4eb;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
} */
/* #bucket{
	width: 100%;
	height: 80%;
}
#bucket >div{
	height:45px;
    width:90px;
    border-radius: 0 0 90px 90px;
    background:green;
} */

#weightBar {
    height: 15px;
	width: 540px;
	background-color: #744b29;
	position: absolute;
	top: 506px;
	left: 287px;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
}
#weightStand {
	width: 150px;
	height: 150px;
	background-color: rgb(78, 52, 52);
	position: absolute;
	top: 425px;
	left: 462px;
	background-color: #fff;
	background: url(../Assets/images/hingBase.png);
	background-size: cover;
}
#weightAmt {
    position: absolute;
    top: 13px;
    left: 831px;
	height: 85px;
	width: 250px;
	/* display: inline-flex; */
}
#wBucket{
	width: 100%;
	height: 40px;
	background-color: #2ab4eb;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	/* margin-top: 44px; */
	position: absolute;
	top: 40px;
}
@-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;}
}

/* #questTxt{
	position: absolute;
    top: 170px;
    left: 100px;
    background-color: #fff;
    padding: 10px;
    border: 3px solid rgb(242, 155, 52);
} */

#showHowBtn{
	position:absolute;
	font-size: 21px;
    font-family: Ans;
    display: inline-block;
    width: 180px;
    /* height: 30px; */
    margin-top: 0px;
	margin-left:190px;
    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: 285px;
    left: 619px;
    width: 640px;
    height: 360px;
    border: solid 5px #fff;
    border-radius: 20px;
    z-index: 200;
}
img#xCloseBtn {
    width: 38px;
    height: 38px;
    display: block;
    border: none;
    position: absolute;
    left: 1224px;
    top: 291px;
    cursor: pointer;
}
#scorePanel{
	position:absolute;
	top: 148px;
    left: 1055px;
	font-family:Ans, sans-serif;
	font-size:20px;
	background-color:#312122;
	border-radius:8px;
	padding:10px;
	color:#fff;
}