@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

.pairs {
    border: 1px solid #84deef;
    display: none;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 5em 1em 1em 0;
    border-radius: 8px;
    position: relative;
}

#pairs a img {
    border: 0;
}

#pairs .clear {
    clear: both;
}

#pairs .pairColom {
    float: left;
    height: 100%;
    width: 49.6%;
    border: 1px solid #fff;
    border-right: 1px solid #84deef;
    background: #fff;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
    position: relative;
    z-index: 2
}

#pairs .pairColom.last {
    border-right: 1px solid #fff;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 14px;
}

#pairs .controllBar {
    background: #ECF9FF;
    height: 43px;
    position: relative;
    z-index: 1;
    margin-top: -12px;
    font-size: 14px;
    color: #0182c6;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 8px;
}

#pairs .ques {
    height: 130px;
    padding: 0.3em;
    margin: 0.5em;
    background: #f0fcfc;
    border: 1px solid #cfe9f6;
    border-radius: 14px;
    color: #0182c6;
    font-size: 22px;
}

#pairs .ques span {
    display: none;
}

#pairs .picCon {
    margin: 0.6em 0;
    position: relative;
    height: 366px;
    overflow: hidden;
    font-size: 18px;
    line-height: 22px;
    color: #0182c6;
    padding: 0 0.6em;
}

#pairs .start {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 11;
}

#pairs .control {
    background: url(../images/conIcon.jpg) no-repeat;
    position: absolute;
}

#pairs .prev {
    background-position: 0 0;
    height: 22px;
    top: 15px;
    left: 10px;
    padding: 2px 0 0 30px;
    cursor: pointer;
}

#pairs .next {
    background-position: right -22px;
    height: 22px;
    top: 15px;
    right: 200px;
    padding: 2px 30px 0 0px;
    cursor: pointer;
}

#pairs .related {
    background-position: right -46px;
    height: 22px;
    top: 15px;
    right: 10px;
    padding: 2px 30px 0 0px;
    cursor: pointer;
}

#pairs .counter {
    top: 17px;
    left: 18%;
    position: absolute;
}

#pairs .counter span {
    display: inline-block !important;
}

#pairs .setting {
    position: absolute;
    left: 46%;
    padding: 4px 10px;
    top: 13px;
    background: #fff;
    border: 1px solid #cfe9f6;
    border-radius: 8px;
}

#pairs a.setting {
    text-decoration: none;
    color: #0182c6;
}

#pairs .slider {
    position: absolute;
    bottom: 40px;
    width: 220px;
    background: #ECF9FF;
    padding: 5px;
    height: 370px;
    overflow: auto;
    z-index: 50;
    border-radius: 10px;
    border: 1px solid #84deef;
    right: 10px;
    display: none;
}

#pairs .image {
    background: #fff;
}

#pairs .picCon .image {
    text-align: center;
    height: 100%;
}

.strip {
    position: absolute;
    font-size: 16px;
    top: 17px;
    left: 30px;
    display: block !important;
}


#pairs .slider ul {
    list-style: none;
}

#pairs .slider ul li {
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    font-size: 18px;
    color: #0000CC;
}

#pairs .slider ul li.active {
    color: #FF0000;
}

#pairs .slider ul li span {
    display: block;
    margin-bottom: 5px;
}

#pairs .slider ul li span img {
    vertical-align: middle;
    width: 65px;
    height: auto;
    margin-right: 0px;
}

#pairs .slider ul li:hover {
    cursor: pointer;
}

#pairs .loder {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    z-index: 10000;
    top: 0;
    left: 0;
    padding-top: 200px;
}

#pairs .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;
}

#pairs .settingPop h2 {
    text-align: center;
    color: #0182c6;
    margin-bottom: 15px;
}

#pairs .settingCon {
    border: 1px solid #cfe9f6;
    border-radius: 12px;
    background: #ecf9ff;
    padding: 10px;
}

#pairs .settingCon p {
    color: #0182c6;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

#pairs .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;
}

#pairs .speed span.active {
    background-position: 0px 0;
}

#pairs .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;
}

#pairs .save:hover {
    background: #0099CC;
    color: #fff;
}

#pairs .ques span {
    position: absolute;
    left: 25px;
    top: 22px;
    width: 90%;
    min-height: 120px;
    line-height: 26px;
}


/***************************** audio css ************************************/

#pairs .audioPlayer {
    position: absolute;
    top: 85px;
    right: 110px;
    z-index: 1000;
}

#pairs .audioPlayer2 {
    position: absolute;
    top: 85px;
    right: 110px;
    z-index: 1000;
}

#pairs div.jp-interface {
    position: absolute;
}

#pairs div.jp-interface ul.jp-controls a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#pairs .jp-controls li:first-child {
    display: none !important;
}

#pairs .jp-controls li .jp-pause {
    display: none !important;
}

#pairs a.jp-play,
#pairs a.jp-pause {
    width: 40px;
    height: 40px;
}

#pairs .jp-controls li {
    list-style: none;
}

/* @end */

/* @group progress bar */
#pairs a.jp-mute,
#pairs a.jp-unmute,
#pairs a.jp-volume-max {
    width: 42px;
    height: 38px;
}

#pairs a.jp-mute {
    background: url("../images/sound.jpg") -44px 0px no-repeat;
}

#pairs a.jp-unmute {
    background: url("../images/sound.jpg") 0px 0px no-repeat;
    display: none;
}

#pairs div.jp-volume-bar {
    position: absolute;
    overflow: hidden;
    background: #ccc;
    width: 70px;
    height: 8px;
    cursor: pointer;
    display: none !important;
}

#pairs div.jp-audio div.jp-volume-bar {
    top: 37px;
    left: -10px;
}

#pairs div.jp-video div.jp-volume-bar {
    top: 17px;
    left: 72px;
}

#pairs div.jp-volume-bar-value {
    background: #0066FF;
    width: 0px;
    height: 8px;
}

#pairs .jp-audio:hover div.jp-volume-bar {
    display: block !important;
}

/* @end */

/* @group current time and duration */

#pairs .zind {
    z-index: 5 !important;
}

#pairs .jp-current-time,
#pairs .jp-duration {
    display: none;
}

#pairs .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;
}

#pairs .settingBtn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 20;
}

#pairs .stop {
    background: url(../images/playStop.png) no-repeat -30px 0;
    height: 38px;
    width: 30px;
    position: absolute;
    left: 26%;
    top: 14px;
    cursor: pointer;
    display: none;
}

#pairs .play {
    background: url(../images/playStop.png) no-repeat 0px 0;
}

#pairs .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;
}

#pairs .gameOver {
    width: 98.5%;
    position: absolute;
    height: 94%;
    background: #fff;
    top: 0;
    left: 10px;
    z-index: 1001;
    display: none;
}

#pairs .showLast {
    max-height: 400px;
    overflow: auto;
    width: 300px;
    float: left;
    color: #0182C6;
}

#pairs .gameOver ol {
    margin: 15px 15px 15px 25px;
}

#pairs .gameOver ol li {
    margin-bottom: 5px;
}

#pairs .gameOver ol li span {
    display: inline-block;
    width: 120px;
    font-size: 20px;
    font-weight: bold;
}

#pairs .reload {
    float: left;
    padding-top: 200px;
}

#pairs .reload input,
#pairs .reload img {
    margin-right: 50px;
    vertical-align: middle;
}

#pairs .showLastTname {
    float: left;
    max-height: 400px;
    overflow: auto;
    width: 300px;
    color: #0182C6;
}

#pairs .welcome {
    color: #0182C6;
    position: absolute;
    font-size: 2em;
    left: 19px;
    top: 170px;
    z-index: 10;
    background: #fff;
    padding-right: 10px;
    line-height: 27px;
}

#pairs .welCometitle {
    color: #0182C6;
    font-size: 22px;
    left: 19px;
    position: absolute;
    top: 50px;
    width: 400px;
    z-index: 10;
}

#pairs .reload span {
    position: relative;
}

#pairs .reload span span {
    display: none;
    position: absolute;
    background: #CCCCCC;
    padding: 3px 10px;
    white-space: nowrap;
    font-size: 12px;
    color: #000;
    bottom: -37px;
    left: -10px;
}

#pairs .reload span:hover span {
    display: block;
}

#pairs #pic1 {}

#pairs #jp_container_3 {
    display: none;
}

#pairs .controllBar span,
.controllBar a {
    display: none;
}

#pairs .gameOverTitle {
    padding: 5px 10px;
    background: #ECF9FF;
    font-size: 18px;
    color: #0182C6;
    margin: 10px 0 0 0;
    border-radius: 8px;
    border: 1px solid #84DEEF;
}

#pairs .stopEvent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 50;
}

#pairs .removePrev {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 130px;
    height: 35px;
}

.layer {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}