@charset "utf-8";

/* CSS Document */

.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%;
}
.selected_index {
    background-color: #ff0000;
    color: #fff;
}
.instDtls {
    color: #3f3f3f;
}

/*.instTxt {
    color: #ff0000 !important;
}*/

.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);
}
​ #warning-message {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #eee;
    display: block;
    z-index: 9999999;
    text-align: center;
    font-size: 25px;
    text-align: center;
}

/*theme 1 internal css*/

.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;
    /*background:#fff;
               background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f1f5));
               background: -moz-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f1f5));
               padding:12px 15px;*/
    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;
}

/***************************************/

.visibleNone {
    display: none;
}
.visiblityHidden {
    visibility: hidden;
}
.marginTop10 {
    top: 10%;
}
#earseLinePopup {
    position: absolute;
    width: 215px;
    left: 300px;
    top: -52px;
    color: #c70000;
    font-weight: bold;
    border: 1px solid #000;
    padding: 5px;
    text-align: left;
    font-size: 14px;
    box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.4);
}
#dropLinePopup {
    position: absolute;
    width: 185px;
    left: 290px;
    top: 15px;
    color: #c70000;
    font-weight: bold;
    border: 1px solid #000;
    padding: 5px;
    font-size: 14px;
    box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.4);
    text-align: left;
}
.instructionText p {
    margin: 0;
}
.buttonPanel {
    /*    position: absolute;
    top: 81%;
    float: left;*/
}
#svgelem {
    /*margin-top: 5%;*/
    position: absolute;
    left: 45%;
    /*border: 1px solid;*/
}
#drgLine1 {
    background-image: url("drag_1.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 30px;
    float: left;
    cursor: pointer;
}
#drgLine2 {
    background-image: url("drag_2.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 30px;
    float: left;
    cursor: pointer;
}
#drgLine3 {
    background-image: url("drag_3.png");
    background-repeat: no-repeat;
    height: 35px;
    width: 60px;
    float: left;
    cursor: pointer;
}
#drgLine4 {
    background-image: url("drag_4.png");
    background-repeat: no-repeat;
    height: 35px;
    width: 60px;
    float: left;
    cursor: pointer;
}
#draggableContainer {
    width: 100%;
    /* height: 100px; */
    float: right;
    position: absolute;
    top: 273px;
    left: 275px;
}
#mainDropableArea {
    /*width: 180px;
    height: 185px;
    position: absolute;
    border: 1px solid;
    left: 225px;
    top: 85px;*/
    width: 230;
    height: 230;
    position: absolute;
    /*border: 1px solid;*/
    left: 260px;
    top: 40px;
    /*border: 1px solid;*/
}
#line1Drp {
    width: 32px;
    height: 11px;
    position: absolute;
    left: 320px;
    top: 74px;
    /* z-index: 1000; */
    /*border: 1px solid;*/
}
#line2Drp {
    width: 30px;
    height: 12px;
    position: absolute;
    left: 352px;
    top: 72px;
    /* z-index: 1000; */
    /*border: 1px solid*/
}
.answers {
    /*margin-bottom: 1px;*/
    width: 200px;
}
.borderCls {
    overflow: auto;
}
.wrapper {
    height: 600px;
}
.activtywrapper {
    height: 400px;
}
.buttonPanel {
    padding-top: 15px;
}
#ansPopupParent {
    position: absolute;
}
#answerPopup {
    background: gainsboro;
    padding: 10px
}
.dscTxtSpan {
    font-size: small;
    color: rgb(0, 0, 0);
    font-weight: bold;
}
.instDtls {
    color: rgb(0, 0, 0);
}
.dscTxtSpan {
    /*    position: absolute;
    top: 75%;*/
}
.instDtls h2 {
    margin: 0;
}
.instTxt {
    margin: 0 !important;
    color: red;
}
#chkResponse {
    position: absolute;
    top: 68%;
    right: 30%
}
#droplineChkresp {
    position: absolute;
    top: 80%;
    right: 30%;
}
#resetPopup {
    background-color: #e4c600;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 3px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 5px 0;
    border: 0;
}
#c_5 {
    cy: 33;
}
#c_31 {
    cx: 56;
    cy: 46;
}
#c_32 {
    cx: 105;
    cy: 45;
}
#c_10 {
    cx: 133;
}
#c_38 {
    cy: 102;
}
#c_26 {
    cy: 178;
    cx: 135;
}
#c_36 {
    cx: 160;
    cy: 76;
}

/*.loaderWrapper {
    height: 360px !important;
}*/


/*.lin1CorerectPos {
    left: 24px;
    top: -172px;
}*/

.instructionText {
    width: 220px;
    position: absolute;
    left: 250px;
    top: 380px;
}
.activtywrapper img, #svgelem {
    cursor: pointer;
}
#imgTopText {
    position: absolute;
    top: 60px;
    left: 80px;
    font-size: 12px;
    font-weight: bold;
}
#imgFrontText {
    position: absolute;
    top: 250px;
    left: 80px;
    font-size: 12px;
    font-weight: bold;
}
#imgRightText {
    position: absolute;
    top: 250px;
    left: 168px;
    font-size: 12px;
    font-weight: bold;
}
.topTexttab2 {
    /*top: 16% !important;
  left: 17% !important;*/
}
.frontTexttab2 {
    /*top: 41% !important;
      left: 16% !important;*/
}
.rightTexttab2 {
    /*top: 41% !important;
  left: 26% !important;*/
}
.topTexttab3 {
    /*top: 22% !important;
  left: 10% !important;*/
}
.frontTexttab3 {
    /*top: 48% !important;
  left: 10% !important;*/
}
.rightTexttab3 {
    /*top: 41% !important;
    left: 24% !important;*/
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#my_image2 {
    width: auto !important;
}
/*#option1{
  border: 1px solid black;
}
#option2{
  border-top: 1px solid black;
  border-right:  1px solid black;
  border-bottom:  1px solid black;
}
#option3{
  border-left: 1px solid black;
  border-right:  1px solid black;
  border-bottom:  1px solid black;
}*/
.optionImg0{
  border-top: 1px solid transparent;
  border-left: 1px solid black;
  border-right:  1px solid black;
  border-bottom:  1px solid black;


}
.optionImg1{
  border-top: 1px solid black;
  border-right:  1px solid black;
  border-bottom:  1px solid black;
  border-left: 1px solid transparent;

}

.optionImg2{
  border: 1px solid black;

}
.completeBorderCls{
  border: 1px solid black;


}
/*.activtywrapper img{
	  cursor: pointer;
}*/
