@charset "utf-8";

/* CSS Document */

.activtywrapper {
    height: 300px;
}
.sliderPanel {
    height: 60px;
    margin-top: 60px;
    margin-bottom: 50px;
}
.visibilityCls {
    visibility: hidden;
}
#my_image-reel {
    height: 400px;
}
.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;
}

.selected_index {
    background-color: #ff0000;
    color: #fff;
}
.instDtls {
    color: #3f3f3f;
}
.instTxt {
    color: #3f3f3f !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;
}
​ #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*/

.animate, .reset {
    position: relative;
    left: 42%;
    right: 50%;
    top: 35px;
}


.buttonPanel {
    display: none;
}
.mouseBlock {
    background-color: white !important;
    opacity: 0;
}
.mouseBlock0 {
    background-color: white !important;
    opacity: 1;
    color: #000;
}
.mouseBlock1 {
    background-color: white !important;
    opacity: 1;
    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;
}
#my_image {
    width: 400px;
}
#rtSdTxt {
    position: absolute;
    top: 307px;
    left: 458px;
    font-size: 0.8em;
    font-weight: bolder;
}
#topTxt {
    position: absolute;
    top: 165px;
    left: 380px;
    font-weight: bolder;
    font-size: 0.8em;
}
#frontTxt {
    position: absolute;
    top: 307px;
    left: 380px;
    font-size: 0.8em;
    font-weight: bolder;
}
.ipadfrontTxt {
    top: 295px !important;
}
.ipadtopTxt {
    top: 160px !important;
}
.ipadrtSdTxt {
    top: 295px !important;
}
.answers {
    width: 200px;
}
.cursorPointerCls {
    cursor: pointer !important;
}
.cursorDefaultCls {
    cursor: default;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 1024px) {
  #frontTxt {

    top: 294px;

}
#rtSdTxt {
  top: 294px;
}
}
