@charset "utf-8";
/* CSS Document */


.y_axis_label {
	width: 20px;
	height: 20px;
	position: absolute;
	text-align: center;
	top: 12px;
	left: 314px;
}
.z_axis_label {
	width: 20px;
	height: 20px;
	position: absolute;
	text-align: center;
	top: 298px;
	left: 140px;
}
.x_axis_label {
	width: 20px;
	height: 20px;
	position: absolute;
	text-align: center;
	top: 291px;
	left: 462px;
}
.y_axis {
	position: absolute;
	width: 2px;
	height: 193px;
	background-color: yellow;
	left: 306px;
	top: 25px;
	z-index: 99;
}
.z_axis {
	width: 2px;
	height: 164px;
	background-color: #4f63ff;
	position: absolute;
	top: 178px;
	left: 235px;
	transform: rotate(240deg);
	-moz-transform: rotate(240deg);
	-webkit-transform: rotate(240deg);
	-o-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
}
.x_axis {
	width: 2px;
	height: 164px;
	background-color: #ff0b0b;
	position: absolute;
	top: 173px;
	left: 379px;
	transform: rotate(-244deg);
	-moz-transform: rotate(-244deg);
	-webkit-transform: rotate(-244deg);
	-o-transform: rotate(-244deg);
	-ms-transform: rotate(-244deg);
}
.btn {
	background-color: yellow;
	cursor: pointer;
	line-height: 30px;
	display: inline-block;
	border-radius: 15px;
	margin: 0 10px;
	border: none;
	outline: 0 !important;
}
.btn.active {
	cursor: default;
	background-color: #b70cca;
}
.imgContainer {
	width: 250px;
	height: 89px;
}
.imgContainer#set_1 {
	position: absolute;
	left: 178px;
	top: 154px;
}
.imgContainer#set_2 {
	position: absolute;
	left: 182px;
	top: 166px;
}
.rotation_arrow {
	position: absolute;
	left: 242px;
	top: 45px;
	cursor: pointer;
	background: url("../image/sprite.png") no-repeat scroll 0px 0px transparent;
	height: 34px;
	width: 132px;
	border-radius: 50%;
}
.reset{    
	left: 265px;
    top: 450px;
}
.selected_index {
	background-color: #ff0000;
	color: #fff;
}
.instructionText{
    position: relative;
	top: -35px;
}
.instDtls {
	color: #3f3f3f;
	position: relative;
    width: 350px;
    text-align: left;
    left: 135px;
}
.instTxt {
	color: #ff0000 !important;
	position: relative;
    width: 350px;
    text-align: left;
    left: 135px;
}
.img {
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.svg {
	position: absolute;
	width: 64px;
	height: 62px;
	left: 206px;
	top: 37px;
}
.oval {
	width: 48px;
	height: 15px;
	background: none repeat scroll 0% 0% transparent;
	border-radius: 138px / 36px;
	left: 283px;
	position: relative;
	top: 53px;
}
.left {
	width: 22px;
	height: 30px;
	background: transparent;
	position: relative;
	left: 242px;
	float: left;
}
.right {
	width: 24px;
	height: 30px;
	background: transparent;
	position: relative;
	left: 350px;
}
#chevron {
	position: relative;
	text-align: center;
	padding: 12px;
	margin-bottom: 6px;
	height: 2px;
	width: 90px;
	left: 250px;
	top: 56px;
}
#chevron:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 40%;
	background: transparent;
	-webkit-transform: skew(0deg, 14deg);
	-moz-transform: skew(0deg, 14deg);
	-ms-transform: skew(0deg, 14deg);
	-o-transform: skew(0deg, 14deg);
	transform: skew(0deg, 14deg);
}
#chevron:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40%;
	background: transparent;
	-webkit-transform: skew(0deg, -14deg);
	-moz-transform: skew(0deg, -14deg);
	-ms-transform: skew(0deg, -14deg);
	-o-transform: skew(0deg, -14deg);
	transform: skew(0deg, -14deg);
}

.radiobtn_wrap ul {
	float: left;
	list-style-type: none;
	margin: 0 2px;
	padding: 0;
}
.radiobtn_wrap li {
	font-family: arial;
	font-size: 13px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}
.radiobtn_wrap li span {
	padding: 8px;
	background: #bbbbbb;
	display: block;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
.radiobtn_wrap li span.active {
	background: #f5f500;
}
.mouseBlock {
	background-color: white !important;
	opacity: 0;
}
.mouseBlock0 {
	background-color: white !important;
	opacity: 0;
	color: #000;
}
.mouseBlock1 {
	background-color: white !important;
	opacity: 0;
	color: #f00;
}
.question1 {
	margin-left: 91px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	font-weight: 700;
}
.question span {
	float: left;
	margin: 0 7px 0 0;
	display: block;
	font-size: 14px;
}
.answers div {
	line-height: 18px;
	color: #000;
	font-size: 13px;
	border-bottom: #ccc 1px solid;
}

a:active {
	background-color: antiquewhite !important;
}
.menu_1 {
	margin-left: 72px;
	height: 37px;
	margin-top: 20px;
	width: 62px !important;
}
.exercise_1 {
	margin-left: 133px;
	height: 36px;
	margin-top: 2px;
	width: 88px !important;
	margin-bottom: 2px;
}
.axisImage {
	position: absolute;
	top: 10px;
	left: 119px;
	width: 400px;
	height: 400px;
}
.yAxisImg {
	display: none;
	background-image: url("../../assests/module_1/theme_1/Icon1.png");
	background-size: 400px 400px;
}
.xAxisImg {
	display: none;
	background-image: url("../../assests/module_1/theme_1/Icon2.png");
	background-size: 400px 400px;
}
.zAxisImg {
	display: none;
	background-image: url("../../assests/module_1/theme_1/Icon3.png");
	background-size: 400px 400px;
}
.coverDiv {
	position: absolute;
    top: 100px;
    cursor: pointer;
	width: 350px;
    height: 370px;
    z-index: 10;
    margin-left: 130px;
}
label:before {
	background: #545454;
	content: "";
	height: 6px;
	left: 50%;
	margin-left: 0;
	margin-top: -10px;
	position: absolute;
	width:3px;
	cursor:pointer;
}

.mouseBlock{
	width: 619px;
	height: 30px;
	opacity: 1!important;
	position: relative;
}
.animatePanel
{
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.01);	
}



