@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;
}
body{
	margin:0px;
	padding:0px;
	-webkit-user-select:none;
	-moz-user-select:none;
}


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


#rubricDiv
{
	position:absolute;
	top:15px;
	left:0px;
	padding:10px;
	font-family: Ans, sans-serif;
	text-align:left;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	background:#FFF;
	color:#3d8eb9;
}

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

.dBox
{

	position:absolute;
	padding:10px;
	font-weight:bold;
	text-align:center;
	font-family: Ans, sans-serif;
	border:3px solid #F29B34;
	background:#FFFFFF;
	visibility:hidden !important;

}


#wBox
{
	position:absolute;
	z-index:0;
	text-align:center;
	border:3px solid #F29B34;
	background:#FFFFFF;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	visibility:hidden;
}


#submit{
	margin-right:20px;
	padding:2px;
	float:right;
	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;
	/* display: flex; */
	margin-top:59px;

}



#answer{
	margin-top:10px;
	padding:2px;
	margin-right:20px;
	float:right;
	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;
	display:none;

}
#Reset{
	margin-top:10px;
	padding:2px;
	margin-right:20px;
	float:right;
	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;
	/* display:none; */

}
#checkSolution{
	position:absolute;
	width:250px;
	z-index:1;
	top: 370px !important; 
}



.b {
   transform-origin: center;
}

box-rotate1 {

   zoom: 1;
  
}

.box-rotate2 {
  transform: scaleY(2);
}

#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: 148px;
    left: 1055px;
	font-family:Ans, sans-serif;
	font-size:20px;
	background-color:#312122;
	border-radius:8px;
	padding:10px;
	color:#fff;
}