/* Younger Player Theme CSS */

@font-face {
    font-family: 'Helvetica';
    src: url('../css/fonts/helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VGA_bold';
    src: url('../css/fonts/vagbld_.ttf');
}

@font-face {
    font-family: "segoeuib";
    src: url('../css/fonts/segoeuib.ttf');
}

@font-face {
    font-family: "segoeui";
    src: url('../css/fonts/segoeui.ttf');
}

@font-face {
    font-family: "DIN1451";
    src: url('../css/fonts/din1451.ttf');
}

@font-face {
    font-family: "antonio";
    src: url('../css/fonts/antonio-regular.ttf');
}

.ui-loader {
    display: none;
}

body {
    margin: 0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/**
 * 	
 */

div {
    font-family: "Helvetica";
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
 */
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
}

input {
    font-family: "Helvetica";
    font-size: 20px;
}

.rootDivStyle {
    background: #bccc2a; /* Old browsers */
    background: -moz-linear-gradient(top, #bccc2a 0%, #2c913c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bccc2a), color-stop(100%,#2c913c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bccc2a 0%,#2c913c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bccc2a 0%,#2c913c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bccc2a 0%,#2c913c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bccc2a 0%,#2c913c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccc2a', endColorstr='#2c913c',GradientType=0 ); /* IE6-9 */
}

#gameLoader {
    width: 100%;
    height: 100%;
    background: #fea629;
    position: absolute;
    z-index: 1000;
}

.loaderImage {
    width: 110px;
    height: 110px;
    background-image: url('images/preloader_anim.png');
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    margin-top: -55px;
    position: relative;
    animation: loaderAnim 1s steps(25) infinite normal;
    -webkit-animation: loaderAnim 1s steps(25) infinite normal;
    -ms-animation: loaderAnim 1s steps(25) infinite normal;
    -o-animation: loaderAnim 1s steps(25) infinite normal;
    -moz-animation: loaderAnim 1s steps(25) infinite normal;
}

@keyframes loaderAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -2750px 0px;
    }
}

@-webkit-keyframes loaderAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -2750px 0px;
    }
}

@-ms-keyframes loaderAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -2750px 0px;
    }
}

@-o-keyframes loaderAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -2750px 0px;
    }
}

@-moz-keyframes loaderAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -2750px 0px;
    }
}

.objContentHolderStyle {
    position: relative;
    width: 1024px;
    height: 768px;
}

.objHeaderStyle {
    position: absolute;
    width: 100%;
    height: 90px;
    top: 0px;
    display: none;
    background: rgba(0,0,0,.6);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    z-index: 10;
}

.subHeaderStyle {
    position: absolute;
    width: 100%;
    height: 90px;
    top: 91px;
    display: none;
}

.levelUpMonkey {
    width: 667px;
    height: 508px;
    background-image: url('images/MonkeyVictoryFrames.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    left: 160px;
    top: 260px;
    position: absolute;
    float: left;
    z-index: 60;
}

.levelUpMonkeyAnimation {
    animation: monkeySmileAnim 1s steps(10) normal;
    -webkit-animation: monkeySmileAnim 1s steps(10) normal;
    -ms-animation: monkeySmileAnim 1s steps(10) normal;
    -o-animation: monkeySmileAnim 1s steps(10) normal;
    -moz-animation: monkeySmileAnim 1s steps(10) normal;
}

@keyframes monkeySmileAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -6670px 0px;
    }
}

@-webkit-keyframes monkeySmileAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -6670px 0px;
    }
}

@-ms-keyframes monkeySmileAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -6670px 0px;
    }
}

@-o-keyframes monkeySmileAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -6670px 0px;
    }
}

@-moz-keyframes monkeySmileAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -6670px 0px;
    }
}

/* Level Up */
.levelUpScreen {
    display: none;
    background-color: white;
    border: 2px solid;
    width: 800px;
    height: 450px;
    position: absolute;
    top: 150px;
    left: 112px;
    padding: 30px;
    z-index: 50;
}

.levelUpFlexContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.levelUpHeaderTextStyle {
    position: relative;
    font-family: 'Mouse Memoirs', sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
}

.levelUpImg {
    height: 360px;
    display: none;
}

/* Video Popup */
.videoPopup {
    display: none;
    background-color: white;
    border: 2px solid;
    position: absolute;
    padding: 30px;
    z-index: 50;
}

.videoPopupFlexContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* end of game video*/
.endOfGameVidDiv {
    width: 100%;
    padding-top: 20px;
    display: none;
    justify-content: center;    
}

/* end of game special game */
.endOfGameSpecialGameDiv {
    width: 70%;
    height: 400px;
    display: none;
    align-items: center;
    position: absolute;
    background-color: white;
    left: 180px;
    top: 100px;
    flex-flow: column;
}

.endofGameSpecialGameButton {
    margin-top: 20px;
    width: 285px;
    height: 216px;
    background-image: url(/images/special_game_button.png);
    cursor: grab;
}

.popupHolerStyle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

    .popupHolerStyle_gameDialogue {
        background: url(../images/parrot-character.png);
        top: 515px;
        left: 10px;
        position: absolute;
        width: 180px;
        height: 252px;
    }

.popupHolerStyleBlack {
    background-color: black;
}


.popupDialogueBox {
    position: absolute;
    height: 490px;
    width: 650px;
    padding: 50px;
    background: url('../css/images/blank_popup.png');
    background-repeat: no-repeat;
    display: none;
}


.introHeaderText {
    font-family: VGA_bold;
    width: 100%;
    height: 40px;
    margin-top: 0px;
    font-size: 2em;
    text-align: center;
}

.pauseText {
    font-family: VGA_bold;
    width: 90%;
    padding: 5%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
    font-size: 2em;
    /*    width: 100%;
	height:40px;
	margin-top: 0px;
	font-size: 2em;
	text-align: center; */
}
/*  style="width:90%; padding:5%;position:relative;padding-top:100px;padding-bottom:30px;"  */


.introText {
    font-family: VGA_bold;
    margin-top: 50px;
    height: auto;
    font-size: 1.2em;
    text-align: center;
}

.introText1 {
    font-family: VGA_bold;
    margin-top: 50px;
    height: auto;
    font-size: 1.2em;
    text-align: center;
}

.introImage {
    position: absolute;
    left: 50px;
    bottom: 270px;
    height: 74px;
    width: 682px;
    background-repeat: no-repeat;
    background-position: center;
}

.errorText {
    display: table;
    height: 290px;
    width: 680px;
    position: absolute;
    left: 20px;
}

    .errorText span {
        font-family: VGA_bold;
        font-size: 1.5em;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.popupButton {
    background: #de4710;
    border: solid 3px #832201;
    border-radius: 5px;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    position: absolute;
    left: 600px;
    top: 350px;
    cursor: pointer;
    font-size: 1.3em;
    text-transform: uppercase;
    box-shadow: 3px 3px 5px #000;
    transition: all .2s ease-in-out;
}

.popupButton.videoPopupButton {
    position: relative;
    margin-top: 15px;
    top: 0px;
    left: 0px;
}

.leftPopupButton {
    background: #de4710;
    border: solid 3px #832201;
    border-radius: 5px;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    position: absolute;
    left: 500px;
    top: 350px;
    cursor: pointer;
    font-size: 1.3em;
    text-transform: uppercase;
    box-shadow: 3px 3px 5px #000;
    transition: all .2s ease-in-out;
}

.popupButton:hover {
    background: #f95215;
    box-shadow: 2px 2px 3px #000;
}

.popupButton.resumeButton {
    width: 120px;
}

.popupButton.startButton {
    display: none;
}

/* EOD stuff */
.gameStats {
    background: rgba(0,0,0,.8) url(../images/endofmoduleol.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
}

.gameStatsTrial {
    background: rgba(0,0,0,1) url(../images/eod/bf_endofmodule.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
}

.gameStats .nextButton {
    width: 280px;
    height: 160px;
    position: absolute;
    top: 590px;
    left: 400px;
    cursor: pointer;
    background: url(../images/buttons/nextbutton.png) no-repeat 0 0;
}

.gameStats .nextButtonTrial {
    width: 280px;
    height: 160px;
    position: absolute;
    top: 590px;
    left: 520px;
    cursor: pointer;
    background: url(../images/buttons/nextbutton.png) no-repeat 0 0;
}

.gameStats .getActivate {
    width: 113px;
    height: 61px;
    position: absolute;
    top: 640px;
    left: 380px;
    cursor: pointer;
    background: url(../images/buttons/getactivate_btn.png) no-repeat 0 0;
}

.gameStats .getActivateEOD {
    width: 113px;
    height: 61px;
    position: absolute;
    top: 570px;
    left: 430px;
    cursor: pointer;
    background: url(../images/buttons/getactivate_btn.png) no-repeat 0 0;
}

.gameStats .playAgainButtonk6 {
    width: 113px;
    height: 61px;
    position: absolute;
    top: 650px;
    left: 430px;
    cursor: pointer;
    background: url(../images/buttons/play_again_btnk6.png) no-repeat 0 0;
}

.gameStats .playAgainButton612 {
    width: 113px;
    height: 61px;
    position: absolute;
    top: 650px;
    left: 560px;
    cursor: pointer;
    background: url(../images/buttons/play_again_btn612.png) no-repeat 0 0;
}

.gameStats .logoutButton {
    width: 115px;
    height: 61px;
    position: absolute;
    top: 630px;
    left: 400px;
    cursor: pointer;
    background: url(../images/buttons/logoutbutton.png) no-repeat 0 0;
}

.gameStats .logoutButtonTrial {
    width: 115px;
    height: 61px;
    position: absolute;
    top: 570px;
    left: 400px;
    cursor: pointer;
    background: url(../images/buttons/logoutbutton.png) no-repeat 0 0;
}
.gameStats .logoutButtonTrialEOD {
    width: 115px;
    height: 61px;
    position: absolute;
    top: 570px;
    left: 560px;
    cursor: pointer;
    background: url(/images/buttons/logoutbutton.png) no-repeat 0 0;
}

.gameStats .introRewardScreenButton {
    width: 113px;
    height: 61px;
    position: absolute;
    top: 630px;
    left: 530px;
    cursor: pointer;
    background: url(../images/buttons/introscreenrewardbutton.png) no-repeat 0 0;
}

.gameStats .introRewardScreenButtonTrial {
    width: 113px;
    height: 61px;
    position: absolute;
    top: 570px;
    left: 693px;
    cursor: pointer;
    background: url(../images/buttons/introscreenrewardbutton.png) no-repeat 0 0;
}

.gameStats .rankMeterContainer {
    position: absolute;
    top: 50px;
    left: 230px;
    color: #E24D37;
    width: 700px;
}

.gameStats .rankBadge {
    background: url(../images/badge_01.png) no-repeat 0 0;
    background-size: 70px 70px;
    position: absolute;
    left: -100px;
    top: 40px;
    width: 70px;
    height: 70px;
}

.gameStats .currentRankText {
    font-family: antonio, sans-serif;
    font-size: 2.2em;
    text-transform: uppercase;
}

.gameStats .nextRankText {
    font-family: antonio, sans-serif;
    font-size: 2.2em;
    text-transform: uppercase;
    position: absolute;
    left: 570px;
    top: 40px;
    width: 200px;
    height: 70px;
}

.gameStats .rankMeter {
    border: 4px solid #E24D37;
    height: 55px;
    float: left;
    width: 550px;
    border-radius: 10px;
    margin-right: 10px;
    overflow: hidden;
}

    .gameStats .rankMeter .meterValueFill {
        width: 300px;
        height: 100%;
        background-color: #E24D37;
    }

.gameStats .coinArea {
    color: #E24D37;
    font-family: antonio, sans-serif;
    position: absolute;
    top: 25px;
    left: 200px;
}

.gameStats .coinContainer {
    top: 0;
    width: 300px;
}

    .gameStats .coinContainer h2 {
        text-align: center;
        font-family: antonio, sans-serif;
        font-size: 2em;
        text-transform: uppercase;
        margin-top: 15px;
    }

    .gameStats .coinContainer.gameCoinEarned {
        float: left;
    }

    .gameStats .coinContainer.dayCoinEarned {
        float: right;
    }

    .gameStats .coinContainer.totalCoinEarned {
        margin: auto;
    }

.gameStats .coinBox {
    width: 150px;
    height: 80px;
    position: relative;
    border: 4px solid #E24D37;
    border-radius: 10px;
    color: gold;
    text-align: center;
    font-size: 3.6em;
    font-weight: normal;
    line-height: 86px;
    font-family: antonio, sans-serif;
    margin: auto;
}

.gameStats .parrotText {
    position: absolute;
    left: 400px;
    top: 475px;
    font-family: antonio;
    font-size: 2.5em;
}

.gameStats .parrotTextCL {
    position: absolute;
    left: 380px;
    top: 445px;
    font-family: antonio;
    font-size: 20px;
    width: 400px;
}

.gameStatsHideBackground {
    background-color: #000;
    background-image: none;
}

.endOfModuleClScreen {
    position: relative;
    top: 80px;
    left: 310px;
    border: 3px solid;
    width: 400px;
    height: 310px;
    background-color: black;
    color: white;
    text-align: center;
}

.endOfDayClScreen {
    position: relative;
    top: 225px;
    left: 310px;
    border: 3px solid;
    width: 400px;
    height: 310px;
    background-color: black;
    color: white;
    text-align: center;
}

.rewardsAchieved {
    background-color: black;
    border: 3px solid;
    color: white;
    display: none;
    z-index: 100;
    width: 600px;
    height: 500px;
    top: 125px;
    left: 200px;
    position: absolute;
    padding: 5px;
}

    .rewardsAchieved .rewardDialogClose {
        float: right;
        cursor: pointer;
    }

    .rewardsAchieved .title {
        font-family: 'Mouse Memoirs', sans-serif;
        color: white;
        font-size: 55px;
        text-align: center;
        height: 120px;
        position: relative;
        top: 20px;
    }

    .rewardsAchieved .rewardBottom {
        padding: 30px;
    }

    .rewardsAchieved .rewardImageDiv {
        position: absolute;
        width: 280px;
    }

    .rewardsAchieved .rewardContentDiv {
        position: absolute;
        left: 330px;
        font-family: 'Mouse Memoirs', sans-serif;
        color: white;
        font-size: 45px;
        padding-right: 20px;
        height: 300px;
        overflow: auto;
    }

.gameOver {
    width: 100%;
    height: 100%;
}

    .gameOver.cols-2 {
        background: url(../images/eodscreen.png) no-repeat 0 0;
    }

    .gameOver.cols-3 {
        background: url(../images/eodscreen.png) no-repeat 0 0;
    }



    .gameOver .rankMeterContainer {
        position: absolute;
        top: 110px;
        left: 230px;
        color: #E24D37;
        width: 800px;
    }

    .gameOver .rankBadge {
        background: url(../images/badge_01.png) no-repeat 0 0;
        background-size: 70px 70px;
        position: absolute;
        left: -100px;
        top: 40px;
        width: 70px;
        height: 70px;
    }

    .gameOver .currentRankText {
        font-family: antonio, sans-serif;
        font-size: 2.2em;
        text-transform: uppercase;
    }

    .gameOver .nextRankText {
        font-family: antonio, sans-serif;
        font-size: 2.2em;
        text-transform: uppercase;
        position: absolute;
        left: 570px;
        top: 40px;
        width: 200px;
        height: 70px;
    }

    .gameOver .rankMeter {
        border: 4px solid #E24D37;
        height: 55px;
        float: left;
        width: 550px;
        border-radius: 10px;
        margin-right: 10px;
        overflow: hidden;
    }

        .gameOver .rankMeter .meterValueFill {
            width: 300px;
            height: 100%;
            background-color: #E24D37;
        }

    .gameOver .scoreArea {
        color: #E24D37;
        font-family: antonio, sans-serif;
        position: absolute;
        top: 200px;
    }

    .gameOver .scoreContainer {
        position: absolute;
        top: 0;
        width: 130px;
        height: 180px;
        background: url(../images/eodscreen_scorebox.png) no-repeat 0 0;
    }

    .gameOver.cols-2 .scoreContainer.score_1_1 {
        top: 58px;
        left: 234px;
    }

    .gameOver.cols-2 .scoreContainer.score_1_2 {
        top: 58px;
        left: 619px;
    }

    .gameOver.cols-2 .scoreContainer.score_1_3 {
        display: none;
    }

    .gameOver.cols-2 .scoreContainer.score_2_1 {
        top: 278px;
        left: 234px;
    }

    .gameOver.cols-2 .scoreContainer.score_2_2 {
        top: 278px;
        left: 619px;
    }

    .gameOver.cols-2 .scoreContainer.score_2_3 {
        display: none;
    }

    .gameOver.cols-3 .scoreContainer.score_1_1 {
        top: 58px;
        left: 145px;
    }

    .gameOver.cols-3 .scoreContainer.score_1_2 {
        top: 58px;
        left: 439px;
    }

    .gameOver.cols-3 .scoreContainer.score_1_3 {
        top: 58px;
        left: 731px;
    }

    .gameOver.cols-3 .scoreContainer.score_2_1 {
        top: 278px;
        left: 145px;
    }

    .gameOver.cols-3 .scoreContainer.score_2_2 {
        top: 278px;
        left: 439px;
    }

    .gameOver.cols-3 .scoreContainer.score_2_3 {
        top: 278px;
        left: 731px;
    }

    .gameOver .scoreBox {
        width: 100%;
        height: 80px;
        top: 93px;
        position: absolute;
        text-align: center;
        font-size: 2.2em;
        font-weight: normal;
        line-height: 105px;
        font-family: antonio, sans-serif;
    }

    .gameOver .parrotText {
        position: absolute;
        left: 397px;
        top: 29px;
        font-family: antonio;
        font-size: 2.5em;
    }

    .gameOver .parrotTextCL {
        position: absolute;
        left: 350px;
        top: 10px;
        font-family: antonio;
        font-size: 15px;
        width: 335px
    }

    .gameOver .gameBadge {
        width: 125px;
        height: 92px;
        position: relative;
        top: 2px;
        left: 2px;
        background-repeat: no-repeat;
        background-size: cover;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Alegreya SC', serif;
        color: white;
        font-size: 20px;
        text-align: center;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.objFooterDivStyle {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0px;
    left: 0px;
}

.achievementDivStyle {
    float: right;
    position: relative;
    z-index: 100;
    top: 31px;
}

.progressMeter {
    position: absolute;
    top: 160px;
    left: 914px;
}

.defaultButtonStyle {
    position: relative;
    background: #fcd34e; /* Old browsers */
    background: -moz-linear-gradient(top, #fcd34e 0%, #fc8a1b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd34e), color-stop(100%,#fc8a1b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcd34e 0%,#fc8a1b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcd34e 0%,#fc8a1b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcd34e 0%,#fc8a1b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcd34e 0%,#fc8a1b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd34e', endColorstr='#fc8a1b',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    border: solid 2.90px #CD6F02;
    border-radius: 19px;
    font-weight: bold;
    font-size: 25px;
    color: #772202;
    padding: 6px;
    cursor: pointer;
    max-height: 34px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.defaultButtonStyleDisabled {
    position: relative;
    background: #fcd34e; /* Old browsers */
    background: -moz-linear-gradient(top, #fcd34e 0%, #fc8a1b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd34e), color-stop(100%,#fc8a1b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcd34e 0%,#fc8a1b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcd34e 0%,#fc8a1b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcd34e 0%,#fc8a1b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcd34e 0%,#fc8a1b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd34e', endColorstr='#fc8a1b',GradientType=0 ); /* IE6-9 */
    border: solid 2.90px #CD6F02;
    border-radius: 19px;
    font-weight: bold;
    font-size: 25px;
    color: #aaa;
    padding: 6px;
    max-height: 34px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.defaultButtonStyle:hover {
    position: relative;
    cursor: pointer;
    border: solid 2.90px #CD6F02;
    border-radius: 19px;
    font-weight: bold;
    font-size: 25px;
    color: #B63302;
    padding: 6px;
    cursor: pointer;
    max-height: 34px;
    background: #fce8a8; /* Old browsers */
    background: -moz-linear-gradient(top, #fce8a8 0%, #fc932b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fce8a8), color-stop(100%,#fc932b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fce8a8 0%,#fc932b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fce8a8 0%,#fc932b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fce8a8 0%,#fc932b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fce8a8 0%,#fc932b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce8a8', endColorstr='#fc932b',GradientType=0 ); /* IE6-9 */
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.screenBlockerStyle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .5;
    display: none;
    z-index: 25;   /* put it in fromt of everything */
}

.pageStyle {
    width: 100%;
    height: 100%;
}

.headerChildDivStyle {
    position: relative;
    background-repeat: no-repeat;
}

.fullScreenButton {
    position: relative;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin: 5px;
    background-image: url('images/zoominbtn.png');
    float: right;
    cursor: pointer;
}

.headerExitButton {
    position: relative;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin: 5px;
    background-image: url('images/closebtn.png');
    float: right;
    cursor: pointer;
}

.headerPauseButton {
    position: relative;
    background-repeat: no-repeat;
    width: 219px;
    height: 91px;
    background-image: url('images/pausebtn.png');
    cursor: pointer;
}

.headerPlayButton {
    position: relative;
    background-repeat: no-repeat;
    width: 219px;
    height: 91px;
    background-image: url('images/pausebtn.png');
    cursor: pointer;
}

.clBox {
    position: relative;
    background-repeat: no-repeat;
    width: 219px;
    height: 91px;
    background-image: url('images/clbox.png');
    cursor: pointer;
}

.clBoxMedalDiv {
    display: inline;
    position: relative;
    top: 15px;
    left: 125px;
}

.subheaderHelpButton {
    position: relative;
    float: right;
    background-repeat: no-repeat;
    width: 38px;
    height: 51px;
    background-image: url('images/helpbtn.png');
    cursor: pointer;
}


.scoreBoxBgStyle {
    width: 363px;
    height: 91px;
    top: 0px;
    right: 0;
    position: absolute;
    padding: 0px 10px 0px 0px;
}

.headerNameTextStyle {
    position: absolute;
    font-size: 30px;
    color: #FE8001;
    padding-left: 63px;
}

.headerScoreTextStyle {
    position: absolute;
    font-family: "antonio";
    font-size: 32px;
    color: #ed5138;
    padding-left: 85px;
    top: 23px;
    left: 1px;
}

.headerLayerTextStyle {
    font-family: "antonio";
    font-size: 32px;
    color: #ed5138;
    padding-left: 83px;
    top: 23px;
    left: 83px;
    text-align: right;
}

.headerScoreLabel {
    position: absolute;
    font-size: 30px;
    color: #fff;
    padding-left: 14px;
    top: 7px;
    text-transform: uppercase;
}


.headerTimerTextStyle {
    font-family: "antonio";
    font-size: 32px;
    color: #ed5138;
    top: 9px;
    left: 80px;
    padding: 3px 0px 0px 0px;
}

.headerCoinTextStyle {
    position: absolute;
    font-size: 30px;
    color: #ffffff;
    left: 70px;
    padding: 3px 0px 0px 0px;
    float: left;
}

.headerCoinAnim {
    width: 69px;
    height: 69px;
    background-image: url('images/index.gif');
    background-repeat: no-repeat;
    left: -2px;
    top: -16px;
    position: relative;
    float: left;
}

.headerCoinAnimCollect {
    width: 219px;
    height: 191px;
    background-image: url('images/tresure_anim.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    left: -70px;
    top: -20px;
    position: absolute;
    float: left;
}

.headerCoinAnimCollectAnimation {
    animation: coinCollectionAnim 1s steps(15) infinite normal;
    -webkit-animation: coinCollectionAnim 1s steps(15) infinite normal;
    -ms-animation: coinCollectionAnim 1s steps(15) infinite normal;
    -o-animation: coinCollectionAnim 1s steps(15) infinite normal;
    -moz-animation: coinCollectionAnim 1s steps(15) infinite normal;
}

@keyframes coinCollectionAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -3285px 0px;
    }
}

@-webkit-keyframes coinCollectionAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -3285px 0px;
    }
}

@-ms-keyframes coinCollectionAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -3285px 0px;
    }
}

@-o-keyframes coinCollectionAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -3285px 0px;
    }
}

@-moz-keyframes coinCollectionAnim {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -3285px 0px;
    }
}

.coinBlockStyle {
    top: 0px;
    float: left;
    padding-top: 12px;
    /*padding-left:63px;*/
    width: 148px;
    height: 52px;
    top: -12px;
    left: -8px;
    background-image: url('images/coinbox.png');
    position: relative;
    background-repeat: no-repeat;
}


.scoreBlockStyle {
    top: 0px;
    left: 7px;
    /*	float:right;
	padding-top:12px;
	/*padding-left:63px;*/
    width: 165px;
    height: 91px;
    background-image: url('images/scorebox.png');
    position: absolute;
    background-repeat: no-repeat;
}

/* COIN REWARD */
.coinRewardBlockStyle {
    top: 15px;
    left: 120px;
    width: 60px;
    height: 60px;
    position: relative;
    display: none;
}

    .coinRewardBlockStyle .coinImage {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0px;
        left: 0px;
        background-image: url('../images/rewards/rewardcoin.png');
    }

    .coinRewardBlockStyle .coinValue {
        position: relative;
        font-family: 'Mouse Memoirs', sans-serif;
        font-size: 40px;
        color: #214f79;
        font-weight: bold;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        line-height: 60px;
        margin: 0 auto;
    }

    .coinRewardBlockStyle .coinValue1 {
        width: 15px;
    }

    .coinRewardBlockStyle .coinValue2 {
        width: 25px;
    }

    .coinRewardBlockStyle .sixPuzzlePiece {
        width: 18px;
        height: 27px;
        border: solid 2px;
        color: black;
        position: absolute;
        background-color: #0f59da;
        display: none;
    }

    .coinRewardBlockStyle .twelvePuzzlePiece {
        width: 8px;
        height: 27px;
        border: solid 2px;
        color: black;
        position: absolute;
        background-color: #860ab1;
        display: none;
    }

    .coinRewardBlockStyle .twentyPuzzlePiece {
        width: 4px;
        height: 27px;
        border: solid 2px;
        color: black;
        position: absolute;
        background-color: #af0909;
        display: none;
    }

    .coinRewardBlockStyle .topLeft {
        border-top-left-radius: .5em;
    }

    .coinRewardBlockStyle .topRight {
        border-top-right-radius: .5em;
    }

    .coinRewardBlockStyle .bottomLeft {
        border-bottom-left-radius: .5em;
    }

    .coinRewardBlockStyle .bottomRight {
        border-bottom-right-radius: .5em;
    }

/* COIN REWARD ANIMATION */
.spinClass {
    animation-name: spin, flyoff;
    animation-duration: .2s, .1s;
    animation-delay: 0s;
    animation-timing-function: linear, linear;
    animation-iteration-count: infinite, 1;
    -webkit-animation-name: spin, flyoff;
    -webkit-animation-duration: .2s, .1s;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: linear, linear;
    -webkit-animation-iteration-count: infinite, 1;
}

.spinClassReverse {
    animation-name: spin, flyoffreverse;
    animation-duration: .2s, .1s;
    animation-delay: 0s;
    animation-timing-function: linear, linear;
    animation-iteration-count: infinite, 1;
    animation-direction: reverse, normal;
    -webkit-animation-name: spin, flyoffreverse;
    -webkit-animation-duration: .2s, .1s;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: linear, linear;
    -webkit-animation-iteration-count: infinite, 1;
    -webkit-animation-direction: reverse, normal;
}

/* Spin */
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

/* Fly Off */
@-moz-keyframes flyoff {
    from {
    }

    to {
        top: -10px;
        left: -10px;
    }
}

@-webkit-keyframes flyoff {
    from {
    }

    to {
        top: -10px;
        left: -10px;
    }
}

@keyframes flyoff {
    from {
    }

    to {
        top: -10px;
        left: -10px;
    }
}

@-moz-keyframes flyoffreverse {
    from {
    }

    to {
        top: -10px;
        left: 55px;
    }
}

@-webkit-keyframes flyoffreverse {
    from {
    }

    to {
        top: -10px;
        left: 55px;
    }
}

@keyframes flyoffreverse {
    from {
    }

    to {
        top: -10px;
        left: 55px;
    }
}

/* REWARD TRUNK */
.coinChestBlockStyle {
    top: 0px;
    left: 0px;
    width: 180px;
    height: 85px;
    position: absolute;
    color: #ec5138;
    border-radius: .5em;
    border: solid 3px;
}

    .coinChestBlockStyle .chestValue {
        position: absolute;
        font-size: 20px;
        color: white;
        top: 33px;
        left: 60px;
    }

    .coinChestBlockStyle .chestImage {
        position: absolute;
        top: 22px;
        left: 5px;
    }


.TimerBlockStyle {
    top: 0px;
    left: 190px;
    /*	float:left; */
    padding-top: 12px;
    /*padding-left:63px;*/
    width: 165px;
    height: 91px;
    background-image: url('images/timerbox.png');
    position: absolute;
    background-repeat: no-repeat;
}

.DebuggerStyle {
    width: 900px;
    height: 10%;
    position: absolute;
    top: 0px;
    left: 110px;
}

.blankPopupStyle {
    position: relative;
    width: 691px;
    height: 345px;
    background: url('images/blank_popup.png');
    background-repeat: no-repeat;
}

.pausePopupButtonStyle {
    cursor: pointer;
    font-weight: bold;
    font-size: 30px;
    position: relative;
    width: 200px;
    height: 71px;
    background: url('images/resumebtn.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/*  PROGRESS BAR */
progress {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #0094ff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
    height: 30px;
    width: 400px;
    color: #ff6a00;
    border-radius: 3px;
    text-align: left;
}

    /* Chrome/Safari Track */
    progress::-webkit-progress-bar {
        background: #0094ff;
        box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
        border-radius: 5px;
        border: solid;
        border-width: thin;
        border-color: black;
        height: 30px;
        width: 400px;
    }

    /* Chrome/Safari Bar */
    progress::-webkit-progress-value {
        background-color: #ff6a00;
        border-radius: 3px;
        text-align: left;
    }

    /*Firefox bar */
    progress::-moz-progress-bar {
        background-color: #ff6a00;
        border-radius: 3px;
        text-align: left;
    }

.errorText {
    font-family: VGA_bold;
    margin-top: 50px;
    height: auto;
    font-size: 1.2em;
    text-align: center;
}

.padtop {
    margin-top: 120px;
}

#errorBody {
    float: left;
    margin-top: 130px;
}

#copyError {
    position: relative;
    left: -240px;
}

/* REWARD OBJECTS */
.rewardObjectContainer {
    width: 100%;
    height: 100%;
    z-index: -1;
}

.rewardObject {
    position: absolute;
}

/* Reward Specialty Items */
.itemNameDiv {
    position: absolute;
    text-align: center;
    top: 51px;
    width: 100%;
    font-family: 'Mouse Memoirs', sans-serif;
    font-size: 22px;
    color: #ea381e;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.storeItemNameDiv {
    position: absolute;
    text-align: center;
    top: 90px;
    width: 100%;
    font-family: 'Mouse Memoirs', sans-serif;
    font-size: 22px;
    color: #ea381e;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.btn-dlg-med {
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    text-shadow: 2px 3px 3px #666666;
    -webkit-box-shadow: 3px 3px 2px #666666;
    -moz-box-shadow: 3px 3px 2px #666666;
    box-shadow: 3px 3px 2px #666666;
    font-family: Arial;
    color: #000000;
    font-size: 20px;
    background: #ec5138;
    padding: 10px 20px 10px 20px;
    border: solid #ff003e 2px;
    text-decoration: none;
}

    .btn-dlg-med:hover {
        background: #f53329;
        text-decoration: none;
    }

.btn-dlg-sm {
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    text-shadow: 2px 3px 3px #666666;
    -webkit-box-shadow: 3px 3px 2px #666666;
    -moz-box-shadow: 3px 3px 2px #666666;
    box-shadow: 3px 3px 2px #666666;
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    background: #ec5138;
    padding: 10px 20px 10px 20px;
    border: solid #ff003e 2px;
    text-decoration: none;
}

    .btn-dlg-sm:hover {
        background: #f53329;
        text-decoration: none;
    }

/* Storyline Screens */
/* INTRO SCREENS */
.objStoryLineDiv {
    width: 100%;
    position: absolute;
    top: 175px;
    display: none;
    z-index: 50;
    flex-flow: column;
    align-items: center;
}

.objStoryLineContent {
    background-color: white;
    border: 2px solid;
    width: 675px;
    top: 175px;
    padding: 30px;
    text-align: center;
}

.objStoryLineTextStyle {
    position: relative;
    font-family: 'Helvetica';
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.objStoryLineButtonStyle {
    text-align: center;
    font-size: 25px;
    font-family: Helvetica;
    color: #772202;
    display: inline-block;
    top: 0px;
    left: 0px;
}

/* Storyline Achievements */
.slAchievementDiv {
    flex-flow: column;
}

.slAchievementTitle {
    justify-content: space-evenly;
    display: flex;
    text-shadow: -1px -1px 0 #fc0,1px -1px 0 #fc0,-1px 1px 0 #fc0,1px 1px 0 #fc0;
    font-size: 75px;
    font-family: 'Mouse Memoirs';
    font-weight: bold;
}

.slAchievementImg {
    background-image: url('/images/sl_achievement.gif');
    height: 130px;
    width: 151px;
}

/* PARENT SUMMARY */
.parentSummaryDiv {
    background-color: white;
    width: 950px;
    height: 680px;
    left: 10px;
    position: relative;
    top: 10px;
    display: none;
    flex-flow: column;
    align-items: center;
    padding: 20px;
    border: 5px solid #F8CD00;
}

.parentSummaryDiv h1 {
    font-size: 20px;
    text-align: center;
}

.parentSummaryDiv h3 {
    font-size: 15px;
}

.parentSummaryDiv table, .parentSummaryDiv th, .parentSummaryDiv td {
    border: 1px solid black;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 15px;
}

parentSummaryDiv th, .parentSummaryDiv td {
    padding: 5px;
}

.parentSummaryDiv div {
    font-family: 'Arial';    
}

.parentSummaryDiv .contiueButton {
    width: 130px;
    height: 70px;
    cursor: pointer;
    background: url(../images/buttons/continuebutton.png);
    background-size: cover;
    margin-top: 10px;
}

.parentSummaryDiv .tableHeader {
   background-color: lightskyblue;
}

.parentSummaryProgress {
    width: 90%;
    display: flex;   
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
}

.parentAchievement { 
    display: flex;
    flex-flow: column;
    align-items: center;
}

.parentSummaryProgressTime {
    display: flex;
}

.parentSummaryProgressTimeCell {
    width: 285px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.psC8DebugDiv {
    display: none;
    position: absolute;
    top: 150px;
    left: -250px;
    background-color: white;
    text-align: left;
}

.psC8DebugDiv input {
    width: 50px;
}

.psChart_div {
    width: 130px;
    height: 130px;    
}

.psChart_Cover {
    width: 130px;
    height: 130px;
    background-color: #F8CD00;
}

.imgPieChartCover {
    display: block;
    border-radius: 50%;
    border: 1px solid black;
    margin-bottom: 5px;
}

.psLevelsBeatContainer {
    position: relative;
    height: 200px;
    top: -100px;
    margin-bottom: 20px;
}

.psLevelsBeatImage {
    position: relative;
}

.psTotalTimeImage {
    position: absolute;
    transform: rotate(-10deg);
}

.psTotalMinutesPlayedLabel {
    position: absolute;
    top: 300px;
    left: 125px;
    color: red;
}

.psWeeklyMinutesPlayedLabel {
    position: absolute;
    top: 300px;
    left: 525px;
    color: red;
}

.psStepLevelLabel {
    position: absolute;
    font-size: 20px;
    z-index: 10;
    display: none;
}

/*** AUDIO SCRIPT SCREEN ****/
.audioScriptScreen {
    width: 500px;
    height: 570px;
    position: absolute;
    left: 280px;
    top: 100px;
    border: solid;
    background-color: beige;
    display: none;
    align-items: center;
    flex-flow: column;
    z-index: 70;
}

.audioScriptScreenText {
    font-family: VGA_bold;
    margin-top: 50px;
    height: auto;
    font-size: 1.2em;
    text-align: center;
    width: 400px;
    height: 400px;
    background-color: white;
    overflow-y: scroll;
    border: solid;
    padding: 10px;
}

.audioScriptButton {
    background: #de4710;
    border: solid 3px #832201;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
   font-size: 1.3em;
   box-shadow: 3px 3px 5px #000;   
   padding-left: 5px;
   padding-right: 5px;
   margin-top: 20px;
   position: absolute;
   top: 300px;
   left: 320px;
}

.audioScriptCloseButton {
    background: #de4710;
    border: solid 3px #832201;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    font-size: 1.3em;
    box-shadow: 3px 3px 5px #000;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
}