/**
 * Copyright eLearning Brothers LLC 2012 All Rights Reserved
 */
:focus {outline: 0; }
div.game div.buttons {
    padding-top: 20px;
    text-align: center;
    clear: both;
    width: 100%;
}
div.game {
    background: black 50% 50% no-repeat;
    width: 720px;
    height: 540px;
    background-size: cover;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 0;
    position: relative;
    overflow: hidden;
}
div.game a.button {
    cursor: pointer;
    display: inline-block;
    color: white;
    background: #3787e0;
    border-radius: 8px;
    line-height: 26px;
    height: 26px;
    font-size: 1.5em;
    padding: 4px 50px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7),  0 2px 5px rgba(0,0,0,0.15), inset 0 -17px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7),  0 2px 5px rgba(0,0,0,0.15), inset 0 -17px 0 rgba(0,0,0,0.10);
    box-shadow: 0 0 10px rgba(0,0,0,0.7),  0 2px 5px rgba(0,0,0,0.15), inset 0 -17px 0 rgba(0,0,0,0.10);
}
div.game a.button:hover {
    color: white;
    background: #3787e0;
}
div.game a.button:active {
    top:1px;
    left:1px;
}
div.game>div {
    display: none;
}
div.game.step-0>div.step-0,
div.game.step-1>div.step-1,
div.game.step-2>div.step-2,
div.game.step-3>div.step-3,
div.game.step-4>div.step-4,
div.game.step-5>div.step-5 {
    display: block;
}
/* STEP 1 */
/* STEP 2 */
div.game div.step-2 {
}
div.game div.step-2-description {
    padding: 0px;
    background: white;
    border: 5px solid #CCC;
    margin: 0 auto;
    width: 600px;
    height: 290px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
div.game div.step-2-description>div {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 280px;
    min-height: 280px;
}
div.game div.step-2-description>div>div {
    margin: 10px;
}
/* STEp 3*/
/* STEP 4 */
div.game .step-4 div.scoreboard {
    position: absolute;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.7);
}
div.game .step-4.answered .question-choose-wrapper {
    display: none;
}
div.game .step-4 .buttons.buttons-confirm,
div.game .step-4.unanswered .buttons.buttons-continue,
div.game .step-4.unanswered .question-answered-block-wrapper{
    display: none;
}
div.game .step-4.unanswered.type-multiple .buttons.buttons-confirm {
    display: block;
}
div.game .step-4.answered.incorrect .question-answered-block-wrapper h1{
    color: #FF5555;
}
div.game .step-4.answered.correct .question-answered-block-wrapper h1{
    color: #55FF55;
}
div.game div.question-answered-block-wrapper {
    background: white;
    width: 300px;
    height: 232px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    float: left;
    margin-top: 0px;
}
div.game .question-answered-block-wrapper>div {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 280px;
    min-height: 280px;
}
div.game .question-answered-block-wrapper>div>div {
    margin: 10px;
}
div.game .vertical .question-answered-block-wrapper {
    margin: 0 auto;
    margin-top: 0px;
    float: none;
}
div.game .question-choose-wrapper {
    float: left;
    margin-top: 0px;
}
div.game .vertical .question-choose-wrapper {
    float: none;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
}
div.game .vertical .question-choose {
    margin-top: 35px;
    text-align: center;
}
div.game .vertical .question-choose .variant {
    float: none;
    display: inline-block;
    text-align: left;
    margin: 5px;
}
div.game .question-choose .variant {
    background: white;
    height: 60px;
    width: 300px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
    cursor: pointer;
    display: block;
    position: relative; /*for eli*/
}
div.game .question-choose .variant div.table {
    display: table;
    height: 100%;
    width: 100%;
    text-align: left;
    margin: 0px auto;
}
div.game  .question-choose .variant div.table>div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
div.game  .question-choose .variant div.table>div div {
    width: 100%;
}
div.game .question-block-wrapper {
    margin-top: 00px;
    margin-left: 25px;
    margin-right: 25px;
    float: left;
}
div.game .vertical .question-block-wrapper {
    float: none;
}
div.game .question-block-wrapper.transparent {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div.game .question-block-wrapper.transparent>div>div {
    /*display: none;*/
}
div.game .question-block-wrapper.transparent>div.question-block-wrapper-inner {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div.game .question-block-wrapper>div.question-image {
    background-size: cover;
    position: absolute;
}
div.game .question-block-wrapper>div.question-image,
div.game .question-block-wrapper>div.question-block-wrapper-inner {
    background:  0 0 no-repeat;
    width: 300px;
    height: 262px;
}
div.game .question-block-wrapper.vertical>div.question-image,
div.game .question-block-wrapper.vertical>div.question-block-wrapper-inner {
    width: 600px;
    height: 100px;
    margin: 0 auto;
}
div.game .question-block-wrapper>div.question-block-wrapper-inner {
    background-size: cover;
}
div.game .question-block-wrapper>div.question-block-wrapper-inner>div {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    min-height: 100%;
}
div.game .question-block-wrapper>div.question-block-wrapper-inner>div>div {
    margin: 10px;
}
/* STEP 5 */
div.game div.result-block div.score-description {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}
div.game .result-block-wrapper>div {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 260px;
    min-height: 260px;
}
div.game .result-block-wrapper>div>div {
    margin: 10px;
}
div.game .progressbar {
    position: absolute;
}
div.game .progressbar>div {
    /*float: left;*/
    margin: 0px auto;
}
/* SCIENTIST */
div.game div.scoreboard {
    position: absolute;
    font-size: 36px;
    color: white;
}
div.game.step-5 .step-5 div.scoreboard .score{
    padding: 10px;
    text-align: left;
}
div.game #animation .cash,
div.game #animation {
    width: 361px;
    height: 461px;
    position: absolute;
}
div.game #animation {
    bottom: 85px;
    right: 10px;
}
div.game.step-4 > #animation {
    bottom: 20px;
    right: 10px;
}
div.game #animation {
    display: block;
}
div.game #animation .cash {
    background: url("../config/images/cash.png") no-repeat scroll 0 0 transparent;
    height: 122px;
    position: absolute;
    width: 234px;
}
div.game #animation .transit{
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
div.game #animation .cash:nth-of-type(1) {
    left: 10px;
    top: 335px;
    z-index: 1;
}
div.game #animation .cash:nth-of-type(2) {
    left: 90px;
    top: 330px;
    z-index: 2;
}
div.game #animation .cash:nth-of-type(3) {
    left: 15px;
    top: 290px;
    z-index: 3;
}
div.game #animation .cash:nth-of-type(4) {
    left: 85px;
    top: 284px;
    z-index: 4;
}
div.game #animation .cash:nth-of-type(5) {
    left: 20px;
    top: 250px;
    z-index: 5;
}
div.game #animation .cash:nth-of-type(6) {
    left: 80px;
    top: 209px;
    z-index: 6;
}
div.game #animation .cash:nth-of-type(7) {
    left: 30px;
    top: 200px;
    z-index: 7;
}
div.game #animation .cash:nth-of-type(8) {
    left: 70px;
    top: 180px;
    z-index: 8;
}
div.game #animation .cash:nth-of-type(9) {
    left: 40px;
    top: 160px;
    z-index: 9;
}
div.game #animation .cash:nth-of-type(10) {
    left: 80px;
    top: 135px;
    z-index: 10;
}
div.game #animation .cash.fall{
    margin-top: -100px;
    opacity: 0;
}
div.game #animation .cash_shadow{
    width: 361px;
    height: 37px;
    position: absolute;
    background: url('../config/images/shadow.png') 0 0 no-repeat;
    bottom: 0px;
    opacity: 1;
}
div.game #animationCanvas {
    position: absolute;
    z-index: 1;
}
div.game>div {
    position: relative;
    z-index: 3;
}
div.game .vertical .question-choose-wrapper,
div.game .vertical .question-answered-block-wrapper,
div.game .vertical .question-block-wrapper {
    overflow: hidden;
    width: 360px;
    margin-left: 10px;
}
div.game .vertical .question-block-wrapper {
    width: 100%;
}
div.game.step-5 .step-5 > .result-block-wrapper {
    left: 15px ;
    top: 15px;
    position: absolute;
    border: none;
    /*padding: 15px;*/
    /*width: 300px;*/
    /*height: 315px;*/
    background-color: transparent;
    background-size: cover;
}
div.game.step-5 .step-5 div.scoreboard{
    font-size: 36px;
    color: white;
    left: 575px;
    top: 15px;
    width: 128px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.5);
}
div.game.step-5 .step-5 > div.progressbar{
    left: 623px;
    top: 72px;
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}
body.gamebody {
    margin: 0 auto;
    width: 720px;
    height: 540px;
    /*padding: 50px;
    padding-top: 0px;*/
}
div.game div#texture {
    position: absolute;
    width: 720px;
    height: 540px;
    display: block;
}
div.game .quiz-results {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    margin-left: -15px;
}
.gamebody {
    background: url('../../low_contrast_linen.png') repeat !important;
}

/* Quiz instructions */
div.game div.step-2-description>div>div {
     	font-size: 23px !important;
}

/* Question */
div.game .question-block-wrapper>div.question-block-wrapper-inner>div>div {
	font-size: 20px !important;
	line-height:22px !important;
}

/* Answer */
.scrollable {
	font-size: 20px !important;	
	line-height:24px !important;
}

.description .scrollable h1 {
	padding-bottom: 0em !important;
}

.congrad {
	line-height: 1px;
}

.congratulations_quizname {
	font-weight: bold;
}

#adv_php_names {
	margin-top: 10px ;
}

#print_button, #save_php {
	font-size: 16px;
	margin-top: 5px;
}

.btn-group-adv {
	margin-top: 5px;
}

#display_complete {
	margin-top: 5px;
}