/*** HQ sdca 3
Created on : 3 Mar, 2016, 12:05:10 PM
Author     : Hritik
***/

.bg-yellow {
    background: #f3f315;
    color: #353535
}

.m-b-150 {
    margin-bottom: 150px
}

section.section-top {
    padding: 80px 0 0
}

section.section-top .container {
    padding-top: 20px;
}

.parent-pending {
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 50px;
    line-height: 25px
}

.student-instruction .game-steps {
    list-style: outside none none;
    padding: 0;
}

.student-instruction .game-steps li {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.student-instruction .game-steps .inst-img {
    float: left;
}

.student-instruction .game-steps .inst-text {
    padding-left: 140px;
}

.student-instruction .question-options {
    list-style: none;
    padding: 0;
}

.student-instruction .question-options li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.student-reading {
    font-family: Times New Roman, Times, serif;
}

.reading-word {
    height: 200px;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.reading-word>h2.word {
    color: #353535;
    font-size: 70px;
    line-height: 160px;
    margin: 0;
}

.reading-word .word {
    font-size: 40px;
    line-height: 40px;
}

.reading-word .word-time {
    margin: 25px 0 30px
}

.reading-word .word-time .seconds {
    font-size: 25px
}

.stop-watch button,
.stop-watch button:hover {
    border-radius: 0;
    font-size: 20px;
    height: 60px;
}

.stop-watch button>span {
    line-height: 40px;
    vertical-align: top;
}
.stop-watch button,
.stop-watch button:hover {
    border-radius: 0;
    font-size: 20px;
    height: 60px;
}

.stop-watch button>span {
    line-height: 40px;
    vertical-align: top;
}
#word-samuel-bomgard-word .stop-watch button,
#word-samuel-bomgard-word .stop-watch button:hover {
    border-radius: 0;
    font-size: 15px;
    height: 37px;
}

.control-note {
    line-height: 40px
}

.comprehension {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.comprehension.student-reading {
    font-size: 16pt;
    line-height: 150%;
}

.comprehension-que .question {
    font-weight: 700;
    font-size: 16pt;
    text-align: left;
    margin: 10px 0px 20px;
    color: #353535;
}

.comprehension-que .que-option {
    list-style: outside none none;
    padding: 0;
}

.comprehension-que .que-option li {
    margin: 0 0 20px;
}

.comprehension-que .que-option span {
    display: inline-block;
    margin-right: 10px;
}

.comprehension-que .que-option a {
    color: #353535;
    font-size: 16pt;
}

.comprehension-que .que-option a:hover {
    color: #FFF;
}

.comprehension-que .que-option a:hover span {
    background: #FFF;
    border-color: #FFF;
}

.comprehension-que {
    overflow: hidden;
    position: relative;
}

.comprehension-que .question-no {
    left: 100%;
    position: absolute;
    transition: left 0.6s ease-in-out 0s;
    top: 0;
    width: 100%;
}

.comprehension-que .question-no.active {
    left: 0;
    position: relative
}

.comprehension-que .question-no.prev-left {
    left: -100%;
    position: absolute;
}

.audio_paly {
    background-image: url('/assets/img/style/audio_wave.png');
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 170px
}

.audio_paly .control i {
    border: 5px solid;
    border-radius: 50%;
    height: 100px;
    margin-top: 30px;
    padding: 18px 10px 10px 20px;
    width: 100px;
    cursor: pointer;
}

.audio_paly .control.play i {
    color: #2d4b74;
}

.audio_paly .control.wait i {
    color: #80b5f6;
    border: none;
    padding: 0
}

.audio_paly .control.pause i {
    color: #558dd4;
    padding-left: 10px;
}

.g-recaptcha > div {
    margin: auto;
}

.button-box {
    box-sizing: border-box;
    border: 3px solid transparent;
    background-clip:padding-box;
}

/* Working Memory*/

#working-memory-section {
    position: relative;
    padding-bottom: 150px
}

#word-reading-section {
    padding-bottom: 150px
}

#working-memory-game {
    position: relative;
}

#memory-grid {
    position: relative;
}

#memory-grid .cell {
    position: absolute;
}

#memory-grid>div.marked {
    background-image: url("/assets/img/sdca/wmQuestionMark.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

#memory-results #countdown {
    line-height: 54px;
    font-size: 25px
}

#game-pause-screen,
#game-complete-screen {
    background-color: rgba(45, 75, 116, 0.75);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: #FFF;
    font-size: 30px;
    padding: 20px;
    text-align: center
}

#game-pause-screen .well-msg,
#game-complete-screen .well-msg {
    margin: 25px 0
}

#game-pause-screen .wait-msg>span,
#game-complete-screen .wait-msg {
    font-size: 40px;
    margin: 25px 0;
    line-height: 40px;
}

.wm-game-type {
    color: #2d4b74;
    font-size: 40px;
    line-height: 75px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.background-info-table td {
    vertical-align: middle !important;
    border-top: medium none !important;
}

.background-info-table small {
    font-size: 85%;
}


/* Word Reading */

.navbar {
    background-color: unset
}

.navbar ul li {
    float: right
}

.ajax-preloader {
    display: none
}

.ajax-preloader-overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}

.ajax-preloader img {
    position: absolute;
    top: 30%;
    left: 50%;
}


/* Samuel Word */

.reading-word.samuel-word {
    height: 120px;
}
.sdca-audio .sound-status-overlay {
    line-height:30px
}

.sdca-audio #runing {
    display: none;
}

.reading-word.samuel-word>h2.word {
    line-height: 80px;
}

.reading-word.samuel-word .word-time {
    margin: 0
}

.reading-word .word-time .speed {
    font-size: 25px;
}

.sound-status-overlay {
    text-align: center;
    color: #dad9d9;
    z-index: 99;
    font-size: 25px;
    line-height: 350px;
    display: block;
    width: 100%;
    position: fixed;
    background: #2e425e none repeat scroll 0% 0%;
    left: 0px;
    height: 100%;
    font-family: verdana;
    font-weight: bold;
    top: 0;
    opacity: 0.95;
}

.sound-status-container {
    position: absolute;
    top: 30%;
    margin: auto;
    width: 100%;
}

.sound-status-container .preloader {
    position: relative;
    width: 200px;
    background: none;
}

@media(max-width:767px) {
    .wm-game-type {
        font-size: 22px;
        line-height: 30px;
    }
    .navbar.navbar-fixed-top {
        height: 60px !important;
        line-height: 60px !important
    }
    .navbar-brand {
        line-height: 60px;
    }
    .navbar-nav {
        margin: 0.5px -15px !important;
    }
    .navbar-brand img {
        width: 100% !important;
    }
    .parent-pending {
        top: 33px;
    }
}