@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

.clozy {
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    font-size: 12px;
    margin: 5em 1em 1em 0;
    position: relative;
    height: 100%;
}

#clozy a img {
    border: 0;
}

#clozy .clear {
    clear: both;
}

.beforAn {
    text-align: center;
}

input:focus {
    outline: 0;
    border: 0;
}

#clozy .pairColom {
    float: left;
    padding: 1em 1em 0 1em;
    width: 98%;
    border: 1px solid #84deef;
    background: #fff;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.bookCon {
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 8px;
}

.bookCon #pic {
    margin-left: -100% !important;
}

#clozy .secondColom {
    float: right;
    padding: 1em 1em 0.5em 1em;
    width: 20%;
    min-height: 320px;
    border: 1px solid #84deef;
    background: #fff;
    border-radius: 12px;
    margin-left: 1.2em;
    z-index: -10;
    position: relative;
}

#clozy .controllBar {
    background: #ecf9ff;
    height: 64px;
    position: relative;
    z-index: 1;
    margin-top: -20px;
    font-size: 1em;
    padding: 0 1em;
    color: #0182c6;
    font-weight: bold;
    width: 98%;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    float: left;
    border: 1px solid #84DEEF;
    border-radius: 12px 12px 12px 12px;
}

#clozy .ques {
    padding: 10px;
    background: #f0fcfc;
    border: 1px solid #cfe9f6;
    border-radius: 18px;
    color: #0182c6;
    text-align: left;
    font-size: 20px;
    position: relative;
    min-height: 320px;
    line-height: 30px;
}

#clozy .ques h2 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}


#clozy .picCon {
    min-height: 320px;
    overflow: hidden;
    margin: 10px 0 0 0;
    position: relative;
    font-size: 20px;
    line-height: 22px;
    color: #0182c6;
    text-align: center;
    overflow: hidden;
}

#clozy .start {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

#clozy .control {
    background: url(../images/conIcon.jpg) no-repeat;
}

#clozy .prev {
    background-position: 0 -2px;
    height: 22px;
    top: 20px;
    left: 10px;
    padding: 2px 0 0 30px;
    cursor: pointer;
    float: left;
    display: none;
}

#clozy .next {
    background-position: right -22px;
    height: 22px;
    top: 32px;
    right: 20px;
    float: right;
    padding: 2px 30px 0 0px;
    cursor: pointer;
    font-size: 1.3em;
}

#clozy .related {
    background-position: right -46px;
    height: 22px;
    top: 15px;
    right: 10px;
    padding: 2px 30px 0 0px;
    cursor: pointer;
}

#clozy .wordTitle {
    font-size: 18px;
    color: #0182c6;
    padding: 10px 10px 5px 5px;
    line-height: 24px;
    font-weight: bold;
}

#clozy .counter {
    top: 32px;
    left: 50%;
    position: absolute;
    font-size: 1.3em;
    margin-left: -50px;
}

#clozy .counter span {
    display: inline-block !important;
}

#clozy .setting {
    position: absolute;
    z-index: 1000;
    bottom: 30px;
    right: 200px;
}

#clozy a.setting {
    text-decoration: none;
}

#clozy .slider {
    background: #f0fcfc;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #84deef;
    position: relative;
}

#clozy .slider ul {
    display: none;
}

#clozy .slider ul.active {
    display: block;
}

#clozy .image {
    /*position:absolute; left:0; top:0; width:550px; height:400px;*/
    background: #fff;
    text-align: center;
    height: 100%;
}


#clozy .hidden {
    display: none !important;
}

#clozy .slider ul {
    list-style: none;
}

#clozy .slider ul li {
    border: 1px solid #cfe9f6;
    color: #0182C6;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    padding: 12px;
    height: 25px;
    margin-top: 14px;
    background: #fff;
}

#clozy .slider ul li:hover {
    cursor: pointer;
}

.downArrow {
    border: 1px solid #cfe9f6;
    height: 300px;
    border-radius: 8px;
    padding: 12px;
    margin-top: 14px;
    background: #fff;
    position: relative;
}

.downArrow .arrow {
    position: absolute;
    z-index: 1;
    background: url(../images/downarrow.png) no-repeat;
    height: 250px;
    width: 24px;
    top: 20px;
    left: 45%;
}

.downArrow .arrowBg {
    position: absolute;
    background: #e4f8fd;
    height: 250px;
    width: 24px;
    top: 20px;
    left: 45%;
    height: 0;
}

#clozy .loder {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    z-index: 10000;
    top: -40px;
    left: 0;
    padding-top: 200px;
}

#clozy .settingPop {
    position: absolute;
    width: 300px;
    border: 1px solid #cfe9f6;
    border-radius: 12px;
    background: #fff;
    left: 250px;
    top: 100px;
    z-index: 9999;
    box-shadow: 5px 5px 5px #888;
    padding: 10px;
    display: none;
}

#clozy .settingPop h2 {
    text-align: center;
    color: #0182c6;
    margin-bottom: 15px;
}

#clozy .settingCon {
    border: 1px solid #cfe9f6;
    border-radius: 12px;
    background: #cfe9f6;
    padding: 10px;
}

#clozy .settingCon p {
    color: #0182c6;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

#clozy .speed span {
    background: url(../images/act.png) no-repeat 0 -23px;
    padding-left: 32px;
    display: inline-block;
    height: 22px;
    margin-right: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #0182c6;
    cursor: pointer;
}

#clozy .speed span.active {
    background-position: 0px 0;
}

.speed input {
    position: absolute;
    z-index: -99;
}

#clozy .save {
    background: #fff;
    border: 1px solid #cfe9f6;
    border-radius: 8px;
    float: right;
    padding: 3px 15px;
    font-size: 14px;
    color: #0182c6;
    text-decoration: none;
    font-weight: bold;
    margin-top: 30px;
}

#clozy .save:hover {
    background: #0099CC;
    color: #fff;
}




/***************************** audio css ************************************/

#clozy .audioPlayer {
    position: absolute;
    bottom: 40px;
    left: 30px;
    z-index: 1000;
}

#clozy div.jp-interface {
    position: absolute;
}

#clozy div.jp-interface ul.jp-controls a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#clozy .jp-controls li:first-child {
    display: none !important;
}

#clozy .jp-controls li .jp-pause {
    display: none !important;
}

#clozy a.jp-play,
#clozy a.jp-pause {
    width: 40px;
    height: 40px;
}

#clozy .jp-controls li {
    list-style: none;
}

/* @end */

/* @group progress bar */
#clozy a.jp-mute,
#clozy a.jp-unmute,
#clozy a.jp-volume-max {
    width: 42px;
    height: 38px;
}

#clozy a.jp-mute {
    background: url("../images/sound.jpg") -44px 0px no-repeat;
}

#clozy a.jp-unmute {
    background: url("../images/sound.jpg") 0px 0px no-repeat;
    display: none;
}

#clozy div.jp-volume-bar {
    position: absolute;
    overflow: hidden;
    background: #ccc;
    width: 70px;
    height: 8px;
    cursor: pointer;
    display: none !important;
}

#clozy div.jp-audio div.jp-volume-bar {
    top: 37px;
    left: -10px;
}

#clozy div.jp-video div.jp-volume-bar {
    top: 17px;
    left: 72px;
}

#clozy div.jp-volume-bar-value {
    background: #0066FF;
    width: 0px;
    height: 8px;
}

#clozy .jp-audio:hover div.jp-volume-bar {
    display: block !important;
}

/* @end */

/* @group current time and duration */

#clozy .zind {
    z-index: 5 !important;
}

#clozy .jp-current-time,
#clozy .jp-duration {
    display: none;
}

#clozy .gameName {
    top: -30px;
    left: 0;
    position: absolute;
    background: #0099CC;
    border: 1px solid #cfe9f6;
    border-radius: 8px;
    padding: 3px 15px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#clozy .settingBtn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 20;
}

#clozy .stop {
    background: url(../images/playStop.png) no-repeat -30px 0;
    height: 28px;
    width: 30px;
    position: absolute;
    left: 45%;
    top: 23px;
    cursor: pointer;
    display: none;
}

#clozy .play {
    background: url(../images/playStop.png) no-repeat 0px 0;
}

#clozy .btn {
    background: url(../images/btn.jpg) no-repeat;
    width: 125px;
    height: 38px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 6px;
    cursor: pointer;
}

#clozy .gameOver {
    width: 98%;
    position: absolute;
    background: #fff;
    top: 4px;
    left: 10px;
    z-index: 1001;
    display: none;
}

#clozy .gameOver ol {
    margin: 15px 15px 15px 25px;
    color: #0182C6;
}

#clozy .lastScroll {
    height: 288px;
    overflow: auto;
    margin-right: 10px;
}

#clozy .gameOver ol li {
    margin-bottom: 5px;
}

#clozy .gameOver ol li span {
    display: inline-block;
    width: 120px;
    font-size: 20px;
    font-weight: bold;
    height: 24px;
}

#clozy .reload {
    float: left;
    padding-left: 50px;
    display: none;
}

#clozy .reload input,
#clozy .reload img {
    margin-right: 50px;
    vertical-align: middle;
}

#clozy .showLastTname {
    float: left;
}

#clozy .welcome {
    color: #0182C6;
    font-size: 1.5em;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 98%;
    z-index: 10;
    height: 440px;
    background: #fff;
    line-height: 25px;
    padding: 15px;
}

#clozy .welCometitle {
    color: #0182C6;
    font-size: 22px;
    left: 19px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
}

#clozy .welCometitle.inside {
    width: 60%;
}

#clozy .reload span {
    position: relative;
}

#clozy .reload span span {
    display: none;
    position: absolute;
    background: #CCCCCC;
    padding: 3px 10px;
    white-space: nowrap;
    font-size: 12px;
    color: #000;
    bottom: -37px;
    left: -10px;
}

.tl {
    float: left;
    margin-right: 10px;
    margin-bottom: 100%;
}

#clozy .reload span:hover span {
    display: block;
}

#clozy #pic1 {}

#clozy #jp_container_3 {
    display: none;
}

#clozy .controllBar span,
.controllBar a {
    display: none;
}

#clozy .gameOverTitle {
    padding: 8px;
    background: #ECF9FF;
    font-size: 18px;
    font-weight: bold;
    color: #0182C6;
    margin: 10px 10px 10px 0;
    border: 1px solid #cfe9f6;
    border-radius: 14px;
}

.gameOverTitle span {
    padding-left: 15px;
}

#clozy .stopEvent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 50;
}

#clozy .removePrev {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 130px;
    height: 35px;
}

#clozy .instructionStrip {
    padding: 35px 0 0 60px;
    font-size: 14px;
}

.repeat {
    background: url(../images/repeat.jpg) no-repeat;
    width: 36px;
    height: 34px;
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
}

.photo {
    background: url(../images/photo.jpg) no-repeat;
    width: 36px;
    height: 34px;
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
}

#clozy .slider .next {
    position: absolute;
    bottom: 50px;
    top: auto;
    right: 100px;
    font-size: 18px;
    color: #0182c6;
}

.audioPlayer .print {
    position: absolute;
    bottom: -35px;
    left: 0;
}

.audioPlayer .print span {
    display: none;
}

.audioPlayer .print:hover span {
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
}



#clozy .answer {
    left: 36%;
    top: 15px;
}

#clozyRight {
    background: url(../images/right2.png) no-repeat right 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 30px;
    z-index: 1000;
}

#clozyWrong {
    background: url(../images/right2.png) no-repeat right -30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 30px;
    z-index: 1000;
}

#clozy .ques div {
    position: relative;
}

#clozy .selectedOption {
    display: inline-block;
    padding-top: 4px;
}

#clozy .progress {
    top: -40px;
    right: 1em;
    position: absolute;
    width: 400px;
    height: 32px;
}

#clozy .progressBar {
    background: url(../images/pbg.gif) repeat-x;
    border: 1px solid #cfe9f6;
    overflow: hidden;
    border-radius: 8px;
    width: 400px;
    height: 32px;
}

#clozy .progressLength {
    background: url(../images/pbg1.gif) repeat-x;
    height: 32px;
    width: 0px;
}



#clozy .switchArow {
    position: absolute;
    background: url(../images/progress.png) no-repeat 0px 0;
    width: 36px;
    position: absolute;
    left: -20px;
    top: -1px;
    height: 36px;
}

#clozy .switch {
    background-position: -40px 0;
    width: 36px;
}

#clozy .counter2 {
    background: url(../images/counterBG.png) no-repeat;
    height: 27px;
    width: 27px;
    position: absolute;
    left: 18px;
    top: 2px;
    text-align: center;
    font-size: 14px;
    color: #FF0000;
    padding-top: 4px;
}

#clozy .correct,
#clozy .incorrect {
    margin: 0 4px 0 6px;
}

#clozy .per {
    margin-left: 6px;
    font-size: 20px;
}

#clozy .tnameOption {
    position: absolute;
    right: 126px;
    top: 15px;
}

#clozy .rightAnswer {}

#clozy .wrongOption {
    background: url(../images/wrong.png) no-repeat left center;
    padding-left: 25px;
    color: #FF0000;
}

#clozy .redLine {
    border: 1px solid #FF0000;
    border-top: 0px;
    display: inline-block;
}

#clozy .checkBocx {
    margin-left: 32px;
    color: #0182C6;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}

#clozy .layer {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#clozy .hibro .tnameOption {
    left: 20px;
}

#clozy .hibro .selectedOption {
    position: absolute;
    right: 130px;
    top: 27px;
}

#clozy .hibro .rightAnswer {
    position: absolute;
    right: 130px;
    top: 27px;
}

#clozy .answered {
    margin: 10px 5px;
}

#clozy .answered div {
    background: url(../images/questionCheck.jpg) no-repeat;
    padding-left: 22px;
    display: block;
    color: #0182C6;
    font-size: 14px;
    font-weight: bold;
}

#clozy .answered div.right {
    background-position: 0 0;
    height: 19px;
    margin-bottom: 15px;
}

#clozy .answered div.wrong {
    background-position: 0 -18px;
    height: 19px;
    margin-bottom: 5px;
}

.answerCon {
    font-size: 14px;
    color: #0182C6;
    font-weight: bold;
}

.answerCon span {
    display: inline-block;
    padding: 0 5px;
}

#puttext {
    padding: 6px;
    letter-spacing: 5px;
    font-size: 20px;
    color: #0182C6;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: 6;
    background: none;
    border: 0;
}

.type {
    display: inline-block;
    height: 33px;
    width: 9px;
    margin-right: 4px;
    border-bottom: 1px solid #0182C6;
    position: absolute;
    z-index: 5;
}

.option {
    margin-top: 10px;
    position: relative;
}

.option .opt {
    float: left;
    margin-right: 8px;
    background: #f0fcfc;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 8px;
    position: relative;
}

.option .opt .ans {
    display: block;
    padding: 4px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #0799ca;
    text-align: center;
    cursor: pointer;
}

.ques div input {
    border: 0;
    background: none;
    border-bottom: 1px solid #ccc;
    width: 120px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #0182c6;
}

#options {
    min-height: 100px;
}

#options .option.show {
    display: block;
}

#options .option {
    display: none;
}

#options .imgPop {
    position: absolute;
    background: #f0fcfc;
    padding: 8px;
    left: 100%;
    bottom: 0px;
    border: 1px solid #ccc;
    z-index: 999;
    display: none;
}

.nextPrev {
    margin-right: 25%;
    margin-top: -50px;
    height: 20px;
}

.muteSound {
    position: absolute;
    left: 8px;
    bottom: 12px;
    height: 34px;
    width: 36px;
    z-index: 5;
}

.mutePhoto {
    position: absolute;
    left: 55px;
    bottom: 12px;
    height: 34px;
    width: 36px;
    z-index: 5;
}

.wordPhoto {
    position: absolute;
    left: 10px;
    top: 5px;
    height: 38px;
    width: 100%;
    z-index: 5;
}

.resultScreenTemp {
    display: none;
}

.dans {
    display: none;
}

#clozy .image .resultScreen {
    background: #fff;
    text-align: left;
    height: 100%;
    width: 100%;
}

#clozy .image .resultScreen ol {
    overflow: auto;
    margin-bottom: 10px;
    max-height: 285px;
}

#clozy .image .resultScreen h2 {
    font-size: 16px;
}

#clozy .image .resultScreen .dans {
    display: inline-block;
    color: #00FF00;
    font-weight: bold;
}

#clozy .image .resultScreen input {
    background: none;
    border: 1px solid #FF0000;
    border-top: 0;
    cursor: auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #FF0000;
}

#clozy .picCon .resultScreen li {
    margin-bottom: 10px;
    margin-left: 40px;
    line-height: 30px;
}

#clozy .picCon .resultScreen .answered {
    font-size: 18px;
    font-weight: bold;
}

#clozy .picCon .resultScreen .correct {
    color: #009900;
}

#clozy .picCon .resultScreen .incorrect {
    color: #FF0000;
}

#custom-menu {
    display: none;
}

.printCon {
    position: absolute;
    width: 98%;
    height: 88%;
    padding: 10px;
    padding-bottom: 40px;
    background: #fff;
    top: -30px;
    left: 2px;
    z-index: 1000;
    display: none;
}

.printCon .cover {
    font-size: 16px;
    background: #fff;
}

.printCon .dans {
    display: none;
}

.printCon ol {
    margin-left: 20px;
    margin-top: 15px;
    overflow: auto;
    height: 400px;
}

.printCon ol input {
    border: 0px;
    border-bottom: 1px solid #ccc;
    width: 100px;
    background: none;
}

.printCon ol li {
    margin-bottom: 15px;
    line-height: 28px;
    font-size: 1.2em;
}

.printCon .head li {
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 10px;
}

.printCon .pLink {
    position: absolute;
    bottom: 5px;
    left: 15px;
}

.printCon .pLink a {
    margin-right: 10px;
    color: #003399;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.printCon .pLink a:hover {
    text-decoration: underline;
}

.printCon .lastScr .dans {
    display: inline-block;
    font-weight: bold;
}

@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

.comprehension {
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    font-size: 12px;
    margin: 5em 1em 1em 0;
    position: relative;
    height: 100%;
}

#comprehension a img {
    border: 0;
}

#comprehension .clear {
    clear: both;
}

input:focus {
    outline: 0;
    border: 0;
}

#comprehension .pairColom {
    float: left;
    padding: 1em 1em 0 1em;
    width: 98%;
    border: 1px solid #84deef;
    background: #fff;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.bookCon {
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 8px;
}

.bookCon #pic {
    margin-left: -100% !important;
}

#comprehension .secondColom {
    float: right;
    padding: 1em 1em 0.5em 1em;
    width: 20%;
    min-height: 320px;
    border: 1px solid #84deef;
    background: #fff;
    border-radius: 12px;
    margin-left: 1.2em;
    z-index: -10;
    position: relative;
}

#comprehension .controllBar {
    background: #ecf9ff;
    height: 64px;
    position: relative;
    z-index: 1;
    margin-top: -20px;
    font-size: 1em;
    padding: 0 1em;
    color: #0182c6;
    font-weight: bold;
    width: 98%;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    float: left;
    border: 1px solid #84DEEF;
    border-radius: 12px 12px 12px 12px;
}

#comprehension .ques {
    padding: 10px;
    background: #f0fcfc;
    border: 1px solid #cfe9f6;
    border-radius: 18px;
    color: #0182c6;
    text-align: left;
    font-size: 20px;
    position: relative;
    min-height: 320px;
    line-height: 30px;
}

#comprehension .ques h2 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}


#comprehension .picCon {
    min-height: 320px;
    overflow: hidden;
    margin: 10px 0 0 0;
    position: relative;
    font-size: 20px;
    line-height: 22px;
    color: #0182c6;
    text-align: center;
    overflow: hidden;
}

#comprehension .start {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

#comprehension .control {
    background: #fff url(../images/conIcon.jpg) no-repeat;
}

#comprehension .prev {
    top: -50px;
    left: 5%;
    padding: 2px 0 0 30px;
    cursor: pointer;
    display: none;
    background: #fff url(../images/prev1.png) no-repeat 3% center;
    padding-right: 15px;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 10px 4px 20px;
    border: 1px solid #84deef;
    border-radius: 6px;
    z-index: 10;
    position: absolute;
}

#comprehension .next {
    position: absolute;
    top: -50px;
    right: 5px;
    cursor: pointer;
    background: #fff url(../images/next1.png) no-repeat 90% center;
    padding-right: 15px;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 20px 4px 10px;
    border: 1px solid #84deef;
    border-radius: 6px;
    z-index: 10;
}

#comprehension .next:hover {
    background: #d2ebf5 url(../images/next1.png) no-repeat 90% center;
}

#comprehension .related {
    background-position: right -46px;
    height: 22px;
    top: 15px;
    right: 10px;
    padding: 2px 30px 0 0px;
    cursor: pointer;
}

#comprehension .wordTitle {
    font-size: 18px;
    color: #0182c6;
    padding: 10px 10px 5px 5px;
    line-height: 24px;
    font-weight: bold;
}

#comprehension .counter {
    top: 32px;
    left: 50%;
    position: absolute;
    font-size: 1.3em;
    margin-left: -50px;
}

#comprehension .counter span {
    display: inline-block !important;
}

#comprehension .setting {
    position: absolute;
    z-index: 1000;
    bottom: 30px;
    right: 200px;
}

#comprehension a.setting {
    text-decoration: none;
}

#comprehension .slider {
    background: #f0fcfc;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #84deef;
    position: relative;
}

#comprehension .slider ul {
    display: none;
}

#comprehension .slider ul.active {
    display: block;
}

#comprehension .image {
    /*position:absolute; left:0; top:0; width:550px; height:400px;*/
    background: #fff;
    text-align: center;
    height: 100%;
}


#comprehension .hidden {
    display: none !important;
}

#comprehension .slider ul {
    list-style: none;
}

#comprehension .slider ul li {
    border: 1px solid #cfe9f6;
    color: #0182C6;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    padding: 12px;
    height: 25px;
    margin-top: 14px;
    background: #fff;
}

#comprehension .slider ul li:hover {
    cursor: pointer;
}

.downArrow {
    border: 1px solid #cfe9f6;
    height: 300px;
    border-radius: 8px;
    padding: 12px;
    margin-top: 14px;
    background: #fff;
    position: relative;
}

.downArrow .arrow {
    position: absolute;
    z-index: 1;
    background: url(../images/downarrow.png) no-repeat;
    height: 250px;
    width: 24px;
    top: 20px;
    left: 45%;
}

.downArrow .arrowBg {
    position: absolute;
    background: #e4f8fd;
    height: 250px;
    width: 24px;
    top: 20px;
    left: 45%;
    height: 0;
}

#comprehension .loder {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    z-index: 10000;
    top: -40px;
    left: 0;
    padding-top: 200px;
}

#comprehension .settingPop {
    position: absolute;
    width: 300px;
    border: 1px solid #cfe9f6;
    border-radius: 12px;
    background: #fff;
    left: 250px;
    top: 100px;
    z-index: 9999;
    box-shadow: 5px 5px 5px #888;
    padding: 10px;
    display: none;
}

#comprehension .settingPop h2 {
    text-align: center;
    color: #0182c6;
    margin-bottom: 15px;
}

#comprehension .settingCon {
    border: 1px solid #cfe9f6;
    border-radius: 12px;
    background: #cfe9f6;
    padding: 10px;
}

#comprehension .settingCon p {
    color: #0182c6;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

#comprehension .speed span {
    background: url(../images/act.png) no-repeat 0 -23px;
    padding-left: 32px;
    display: inline-block;
    height: 22px;
    margin-right: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #0182c6;
    cursor: pointer;
}

#comprehension .speed span.active {
    background-position: 0px 0;
}

.speed input {
    position: absolute;
    z-index: -99;
}

#comprehension .save {
    background: #fff;
    border: 1px solid #cfe9f6;
    border-radius: 8px;
    float: right;
    padding: 3px 15px;
    font-size: 14px;
    color: #0182c6;
    text-decoration: none;
    font-weight: bold;
    margin-top: 30px;
}

#comprehension .save:hover {
    background: #0099CC;
    color: #fff;
}




/***************************** audio css ************************************/

#comprehension .audioPlayer {
    position: absolute;
    bottom: 59px;
    left: 30px;
    z-index: 1000;
}

#comprehension div.jp-interface {
    position: absolute;
}

#comprehension div.jp-interface ul.jp-controls a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#comprehension .jp-controls li:first-child {
    display: none !important;
}

#comprehension .jp-controls li .jp-pause {
    display: none !important;
}

#comprehension a.jp-play,
#comprehension a.jp-pause {
    width: 40px;
    height: 40px;
}

#comprehension .jp-controls li {
    list-style: none;
}

/* @end */

/* @group progress bar */
#comprehension a.jp-mute,
#comprehension a.jp-unmute,
#comprehension a.jp-volume-max {
    width: 42px;
    height: 38px;
}

#comprehension a.jp-mute {
    background: url("../images/sound.jpg") -44px 0px no-repeat;
}

#comprehension a.jp-unmute {
    background: url("../images/sound.jpg") 0px 0px no-repeat;
    display: none;
}

#comprehension div.jp-volume-bar {
    position: absolute;
    overflow: hidden;
    background: #ccc;
    width: 70px;
    height: 8px;
    cursor: pointer;
    display: none !important;
}

#comprehension div.jp-audio div.jp-volume-bar {
    top: 37px;
    left: -10px;
}

#comprehension div.jp-video div.jp-volume-bar {
    top: 17px;
    left: 72px;
}

#comprehension div.jp-volume-bar-value {
    background: #0066FF;
    width: 0px;
    height: 8px;
}

#comprehension .jp-audio:hover div.jp-volume-bar {
    display: block !important;
}

/* @end */

/* @group current time and duration */

#comprehension .zind {
    z-index: 5 !important;
}

#comprehension .jp-current-time,
#comprehension .jp-duration {
    display: none;
}

#comprehension .gameName {
    top: -30px;
    left: 0;
    position: absolute;
    background: #0099CC;
    border: 1px solid #cfe9f6;
    border-radius: 8px;
    padding: 3px 15px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#comprehension .settingBtn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 20;
}

#comprehension .stop {
    background: url(../images/playStop.png) no-repeat -30px 0;
    height: 28px;
    width: 30px;
    position: absolute;
    left: 45%;
    top: 23px;
    cursor: pointer;
    display: none;
}

#comprehension .play {
    background: url(../images/playStop.png) no-repeat 0px 0;
}

#comprehension .btn {
    background: url(../images/btn.jpg) no-repeat;
    width: 125px;
    height: 38px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 6px;
    cursor: pointer;
}

#comprehension .gameOver {
    width: 98%;
    position: absolute;
    background: #fff;
    top: 4px;
    left: 10px;
    z-index: 1001;
    display: none;
}

#comprehension .gameOver ol {
    margin: 15px 15px 15px 25px;
    color: #0182C6;
}

#comprehension .lastScroll {
    height: 288px;
    overflow: auto;
    margin-right: 10px;
}

#comprehension .gameOver ol li {
    margin-bottom: 5px;
}

#comprehension .gameOver ol li span {
    display: inline-block;
    width: 120px;
    font-size: 20px;
    font-weight: bold;
    height: 24px;
}

#comprehension .reload {
    float: left;
    padding-left: 50px;
    display: none;
}

#comprehension .reload input,
#comprehension .reload img {
    margin-right: 50px;
    vertical-align: middle;
}

#comprehension .showLastTname {
    float: left;
}

#comprehension .welcome {
    color: #0182C6;
    font-size: 1.5em;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 98%;
    z-index: 10;
    height: 440px;
    background: #fff;
    line-height: 25px;
    padding: 15px;
}

#comprehension .welCometitle {
    color: #0182C6;
    font-size: 22px;
    left: 19px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
}

#comprehension .welCometitle.inside {
    width: 60%;
}

#comprehension .reload span {
    position: relative;
}

#comprehension .reload span span {
    display: none;
    position: absolute;
    background: #CCCCCC;
    padding: 3px 10px;
    white-space: nowrap;
    font-size: 12px;
    color: #000;
    bottom: -37px;
    left: -10px;
}

.tl {
    float: left;
    margin-right: 10px;
    margin-bottom: 100%;
}

#comprehension .reload span:hover span {
    display: block;
}

#comprehension #pic1 {}

#comprehension #jp_container_3 {
    display: none;
}

#comprehension .controllBar span,
.controllBar a {
    display: none;
}

#comprehension .gameOverTitle {
    padding: 8px;
    background: #ECF9FF;
    font-size: 18px;
    font-weight: bold;
    color: #0182C6;
    margin: 10px 10px 10px 0;
    border: 1px solid #cfe9f6;
    border-radius: 14px;
}

.gameOverTitle span {
    padding-left: 15px;
}

#comprehension .stopEvent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 50;
}

#comprehension .removePrev {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 130px;
    height: 35px;
}

#comprehension .instructionStrip {
    padding: 35px 0 0 60px;
    font-size: 14px;
}

.repeat {
    background: url(../images/repeat.jpg) no-repeat;
    width: 36px;
    height: 34px;
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
}

.photo {
    background: url(../images/photo.jpg) no-repeat;
    width: 36px;
    height: 34px;
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
}

#comprehension .slider .next {
    position: absolute;
    bottom: 50px;
    top: auto;
    right: 100px;
    font-size: 18px;
    color: #0182c6;
}

.audioPlayer .print {
    position: absolute;
    bottom: -35px;
    left: 0;
}

.audioPlayer .print span {
    display: none;
}

.audioPlayer .print:hover span {
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
}




#comprehension .answer {
    left: 36%;
    top: 15px;
}

#comprehensionRight {
    background: url(../images/right2.png) no-repeat right 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 30px;
    z-index: 1000;
}

#comprehensionWrong {
    background: url(../images/right2.png) no-repeat right -30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 30px;
    z-index: 1000;
}

.comprehensionRight {
    background: url(../images/right2.png) no-repeat right 0;
    position: absolute;
    right: 10%;
    top: 30px;
    width: 33px;
    height: 30px;
    z-index: 1000;
}

.comprehensionWrong {
    background: url(../images/right2.png) no-repeat right -30px;
    position: absolute;
    right: 10%;
    top: 5;
    width: 33px;
    height: 30px;
    z-index: 1000;
}


#comprehension .ques div {
    position: relative;
}

#comprehension .selectedOption {
    display: inline-block;
    padding-top: 4px;
}

#comprehension .progress {
    top: -40px;
    right: 1em;
    position: absolute;
    width: 400px;
    height: 32px;
}

#comprehension .progressBar {
    background: url(../images/pbg.gif) repeat-x;
    border: 1px solid #cfe9f6;
    overflow: hidden;
    border-radius: 8px;
    width: 400px;
    height: 32px;
}

#comprehension .progressLength {
    background: url(../images/pbg1.gif) repeat-x;
    height: 32px;
    width: 0px;
}



#comprehension .switchArow {
    position: absolute;
    background: url(../images/progress.png) no-repeat 0px 0;
    width: 36px;
    position: absolute;
    left: -20px;
    top: -1px;
    height: 36px;
}

#comprehension .switch {
    background-position: -40px 0;
    width: 36px;
}

#comprehension .counter2 {
    background: url(../images/counterBG.png) no-repeat;
    height: 27px;
    width: 27px;
    position: absolute;
    left: 18px;
    top: 2px;
    text-align: center;
    font-size: 14px;
    color: #FF0000;
    padding-top: 4px;
}

#comprehension .correct,
#comprehension .incorrect {
    margin: 0 4px 0 6px;
}

#comprehension .per {
    margin-left: 6px;
    font-size: 20px;
}

#comprehension .tnameOption {
    position: absolute;
    right: 126px;
    top: 15px;
}

#comprehension .rightAnswer {}

#comprehension .wrongOption {
    background: url(../images/wrong.png) no-repeat left center;
    padding-left: 25px;
    color: #FF0000;
}

#comprehension .redLine {
    border: 1px solid #FF0000;
    border-top: 0px;
    display: inline-block;
}

#comprehension .checkBocx {
    margin-left: 32px;
    color: #0182C6;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}

#comprehension .layer {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#comprehension .hibro .tnameOption {
    left: 20px;
}

#comprehension .hibro .selectedOption {
    position: absolute;
    right: 130px;
    top: 27px;
}

#comprehension .hibro .rightAnswer {
    position: absolute;
    right: 130px;
    top: 27px;
}

#comprehension .answered {
    margin: 10px 5px;
}

#comprehension .answered div {
    background: url(../images/questionCheck.jpg) no-repeat;
    padding-left: 22px;
    display: block;
    color: #0182C6;
    font-size: 14px;
    font-weight: bold;
}

#comprehension .answered div.right {
    background-position: 0 0;
    height: 19px;
    margin-bottom: 15px;
}

#comprehension .answered div.wrong {
    background-position: 0 -18px;
    height: 19px;
    margin-bottom: 5px;
}

.answerCon {
    font-size: 14px;
    color: #0182C6;
    font-weight: bold;
}

.answerCon span {
    display: inline-block;
    padding: 0 5px;
}

#puttext {
    padding: 6px;
    letter-spacing: 5px;
    font-size: 20px;
    color: #0182C6;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: 6;
    background: none;
    border: 0;
}

.type {
    display: inline-block;
    height: 33px;
    width: 9px;
    margin-right: 4px;
    border-bottom: 1px solid #0182C6;
    position: absolute;
    z-index: 5;
}

.option {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    min-height: 150px;
}

.option .opt {
    margin: 0 0% 8px 0%;
    background: #f0fcfc;
    padding: 8px;
    border-radius: 6px;
    position: absolute;
    width: 75%;
    left: 0%;
    top: 0;
    display: none;
}

.questionCon {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 4px;
    float: left;
}

.option .opt.current {
    display: block;
    border: 1px solid #cfe9f6;
}

.option .opt .ans {
    display: block;
    border-radius: 6px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #0799ca;
    margin: 10px;
    width: 85%;
}

.opt div {
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
}

.opt div input {
    margin: 0 5px 0 10px;
    vertical-align: middle;
}

.opt div span {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    vertical-align: top;
    color: #0799CA !important;
}

.ques div input {
    border: 0;
    background: none;
    border-bottom: 1px solid #ccc;
    width: 120px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #0182c6;
}

#options {
    min-height: 100px;
    position: relative;
}

#options .option.show {
    display: block;
}

#options .option {
    display: none;
}

#options .imgPop {
    position: absolute;
    background: #f0fcfc;
    padding: 8px;
    left: 100%;
    bottom: 0px;
    border: 1px solid #ccc;
    z-index: 999;
    display: none;
}

#options .quesNext {
    position: absolute;
    top: 5%;
    left: 69%;
    cursor: pointer;
    background: #fff url(../images/next1.png) no-repeat 90% center;
    padding-right: 15px;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 20px 4px 10px;
    border: 1px solid #84deef;
    border-radius: 6px;
}

#options .quesPrev {
    position: absolute;
    top: 25%;
    left: 5%;
    cursor: pointer;
    background: #fff url(../images/prev1.png) no-repeat 5% center;
    padding-right: 15px;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 10px 4px 20px;
    border: 1px solid #84deef;
    border-radius: 6px;
    display: none;
}


#options .option .opt:nth-child(odd) {
    background: #e6f7f7;
}

#options .quesNext:hover {
    background: #d2ebf5 url(../images/next1.png) no-repeat 90% center;
}

#options .quesPrev:hover {
    background: #d2ebf5 url(../images/prev1.png) no-repeat 5% center;
}

.nextPrev {
    margin-right: 25%;
    margin-top: -20px;
    height: 20px;
    border-radius: 6px;
    position: relative;
    z-index: 11;
}

.muteSound {
    position: absolute;
    left: 8px;
    bottom: 12px;
    height: 34px;
    width: 36px;
    z-index: 5;
}

.mutePhoto {
    position: absolute;
    left: 55px;
    bottom: 12px;
    height: 34px;
    width: 36px;
    z-index: 5;
}

.wordPhoto {
    position: absolute;
    left: 10px;
    top: 5px;
    height: 38px;
    width: 100%;
    z-index: 5;
}

.resultScreenTemp {
    display: none;
}

.dans {
    display: none;
}

#comprehension .image .resultScreen {
    background: #fff;
    text-align: left;
    height: 100%;
    width: 100%;
}

#comprehension .image .resultScreen ol {
    padding-bottom: 10px;
}

#comprehension .image .resultScreen ol li {
    position: relative;
}

.scr {
    max-height: 285px;
    overflow: auto;
}


#comprehension .image .resultScreen h2 {
    font-size: 16px;
}

#comprehension .image .resultScreen .dans {
    display: inline-block;
    color: #00FF00;
    font-weight: bold;
}

#comprehension .image .resultScreen input {
    background: none;
    border: 1px solid #FF0000;
    border-top: 0;
    cursor: auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #FF0000;
}

#comprehension .picCon .resultScreen li {
    margin-bottom: 10px;
    margin-left: 40px;
    line-height: 30px;
}

#comprehension .picCon .resultScreen .answered {
    font-size: 18px;
    font-weight: bold;
}

#comprehension .picCon .resultScreen .correct {
    color: #009900;
}

#comprehension .picCon .resultScreen .incorrect {
    color: #FF0000;
}

#custom-menu {
    display: none;
}


.printCon {
    position: absolute;
    width: 100%;
    height: 88%;
    padding: 10px;
    padding-bottom: 40px;
    background: #fff;
    top: -30px;
    left: 0;
    z-index: 1000;
    display: none;
}

.printCon .cover {}

.printCon .dans {
    display: none;
}

.printCon .questioPrint {
    margin-left: 20px;
    margin-top: 15px;
    height: 400px;
    overflow: auto;
    background: #fff;
}

.printCon ol input {
    border: 0px;
    border-bottom: 1px solid #ccc;
    width: 100px;
    background: none;
}

.printCon ol li {
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
}

.printCon .head li {
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 10px;
}

.printCon .pLink {
    position: absolute;
    bottom: 5px;
    left: 15px;
}

.printCon .pLink a {
    margin-right: 10px;
    color: #003399;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.printCon .pLink a:hover {
    text-decoration: underline;
}

.printCon .lastScr .dans {
    display: inline-block;
    font-weight: bold;
}

.rightAns {
    color: #009933;
}

.wrongAns {
    color: #FF0000;
}

.printCon .option .opt {
    position: relative;
    display: block;
}

.printCon #options .option {
    display: block;
}

.option .correctAns {
    color: #0799ca !important;
}

.option span b {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}


@media print {
    .reload {
        display: none;
    }

    .controllBar {
        display: none;
    }

    .lastScroll {
        height: auto;
    }

    .secondColom {
        display: none;
    }

    .tower {
        display: none;
    }

    .secondColom {
        display: none;
    }

    .practiceWarp {
        display: none;
    }

    .bottomCarousel {
        display: none;
    }

    .footer {
        display: none;
    }

    .yiiLog {
        display: none;
    }

    .menu {
        display: none
    }

    .utilityMenu {
        display: none
    }

    .header {
        display: none
    }

    .pairColom {
        border: 0;
    }

    #comprehension .image .resultScreen ol {
        overflow: visible;
        margin-bottom: 10px;
        max-height: 100%;
        height: 100%
    }

    .printCon .cover {
        max-height: 100%;
        height: 100%;
        overflow: visible;
    }

    .printCon .pLink {
        display: none;
    }

    .printCon .cover {
        max-height: 100%;
        height: 100%;
        overflow: visible;
        font-size: 16px;
    }

    .printCon .pLink {
        display: none;
    }

    .content table {
        display: none;
    }

    .wrapCarousel {
        display: none;
    }

    .printCon .questioPrint {
        height: 100%;
        overflow: visible;
    }

    .scr {
        max-height: 100%;
        overflow: visible;
    }

    #comprehension .pairColom {
        border: 0px solid #84deef;
    }

    .tower2 {
        display: none !important
    }



}