/* Layout of the site */
body {
    font-family: agsbtbqr, sans-serif;
    font-size: 13px;
    min-width: 1000px;
}

a {
    text-decoration: none;
}
a img { border: 0; }

/* fix to normalize antialiasing in chrome */
img {
    -webkit-backface-visibility: hidden;
}

.cke_editable {
    min-width: 0;
}

*:not(input) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    -webkit-touch-callout: none;

    /* Fix to prevent dragging of the ghost image */
    -webkit-user-select:   none;
    -khtml-user-select:    none;
    -moz-user-select:      none;
    -ms-user-select:       none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Remove black highlight in webkit browser */
input,
textarea,
button,
select,
label,
a,
h1,
img,
.bet,
.syllable-text {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

button:focus,
a:focus {
    outline: none;
    outline-offset: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Main container */
.maincontainer {
    position: fixed;
    top: 5px;
    left: 10px;
    bottom: 5px;
    right: 10px;
    padding: 7px;
    border: 1px solid #CCCCCC;
    min-height: 662px;
    min-width: 960px;
    /* Prevent pull to refresh */
    touch-action: none;
}

/* Main header */
.maincontainer > header .container {
    height: 82px;
    background: #FFF000;
    margin-bottom: 10px;
}

.maincontainer > header .container.red {
    background: #ED1847;
}

.maincontainer > header .container > .content {
    height: 100%;
}

.maincontainer > header .user {
    float:left;
}

.maincontainer > header .user img {
    float: left;
    margin-right: 20px;
}
.maincontainer > header .user.user--sufferdje img {
    height: 78px;
    margin-top: 4px;
    width: auto;
}

.maincontainer > header .user label img {
    cursor: pointer;
}

.maincontainer > header .user h1 {
    float: left;
    margin: 18px 0;
    font-size: 40px;
}

.maincontainer > header .user form {
    float: left;
}

.maincontainer > header .user .hidden {
    display: none;
}

.maincontainer > header .category {
    position: relative;
    float: right;
    z-index: 20;
}

.maincontainer > header .category img {
    display: block;
    margin-top: -7px;
    margin-right: -7px;
 /*   width: 140px; */
 /*   height: 105px; */
}

.maincontainer > header .back-button {
    position: relative;
    float: right;
    z-index: 20;
}

.maincontainer > header .back-button img {
    margin-top: 15px;
    margin-right: 30px;
    height: auto;
    width: 8em;
}


/* Main footer */
.maincontainer > footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.maincontainer > footer .sufferdje {
    position: fixed;
    left: 25px;
    bottom: 0;
}

.maincontainer > footer .sufferdje img {
    display: block;
}

.counter {
    position: fixed;
    right: 0;
    bottom: 0;
}

.counter img {
    display: block;
}

.counter .count {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    font-size: 42px;
    font-family: agsbtbqm, sans-serif;
    text-align: center;
    color: #ED1847;
    text-shadow: -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;
}

header {
    z-index: 2;
}

/* Main content */
main {
    top: 97px;
    right: 7px;
    left: 7px;
    bottom: 7px;
    position: absolute;
    z-index: 21;
    /* Prevent pull to refresh */
    touch-action: none;
}

main.main-large {
    top: 7px;
}

main .container {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    /** z-index Is added to show the scoreboard over the main container (PIS-206) */
    z-index: 3;
}

main .container > .content {
    position: relative;
    padding: 20px;
    text-align: center;
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
}
main .container > .content > .content-home {
    margin: 0 auto;
}
main .container > .content > .content-home > * {
    vertical-align: top;
}
main .container > .content > .content-home > .window {
    margin-top: 33px;
}

.background {
    background-color: #80D2F2;
    z-index: 0;
    position: absolute;
    top: 97px;
    right: 7px;
    left: 7px;
    bottom: 7px;
}

.welcome {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}
.welcome-text {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
    border: 1px solid #000;
    display: inline-block;
    padding: 5px;
    min-width: 320px;
}

.sufferdje-home {
    background-image: url(../../images/ui/sufferdje/body.png);
    display: inline-block;
    height: 365px;
    pointer-events: none;
    position: relative;
    width: 198px;
}
.sufferdje-home-arm-left {
    background-image: url(../../images/ui/sufferdje/arm-left.png);
    display: block;
    height: 37px;
    left: -74px;
    position: absolute;
    width: 74px;
    top: 95px;
}
.sufferdje-home-arm-right {
    background-image: url(../../images/ui/sufferdje/arm-right.png);
    display: block;
    height: 39px;
    right: -63px;
    position: absolute;
    width: 63px;
    top: 100px;
}

main .content header {
    min-width: 400px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 7px 30px;
    margin: 50px 0 30px;
    position: relative;
    display: inline-block;
    background: #000000;
}

main .content header.margin-top-10 {
    margin-top: 10px;
}

main .content header.margin-top-60 {
    margin-top: 60px;
}

main .content header.margin-top-80 {
    margin-top: 80px;
}

main .content header.image {
    padding-right: 60px;
}

main .content header.image.stamp {
    min-width: 0;
}

main .content header h1 {
    display: inline-block;
    margin: 0;
    line-height: 44px;
    font-size: 30px;
    color: #FFFFFF;
    cursor: pointer;
}

main .content header h1 .bigger {
    font-size: 40px;
    line-height: 30px;
}

main .content header.image img {
    position: absolute;
    margin: auto;
    right: -43px;
    top: 50%;
    margin-top: -43px;
	cursor: pointer;
    max-width: 86px;
}

main .content header.image.stamp .image-wrapper {
    display: inline-block;
    cursor: pointer;
    padding: 2em;
    position: absolute;
    right: -70px;
    top: -20px;
}

main .content header.image.stamp img {
    display: block;
    position: static;
    max-width: none;
    margin: 0;
    width: 90px;
}

main .content header.image.stamp img.stamp-image {
    display: none;
}

main .content header.image.stamp .image-wrapper-gray img.stamp-image-gray,
main .content header.image.stamp .image-wrapper-red img.stamp-image-red,
main .content header.image.stamp .image-wrapper-orange img.stamp-image-orange,
main .content header.image.stamp .image-wrapper-green img.stamp-image-green {
    display: block;
}

.buttons {
    margin-bottom: 10px;
}

.buttons .wrapper {
    max-width: 970px;
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    padding: 10px;
    zoom: 1;
    *display: inline;
    position: relative;
    z-index: 1;
}

.buttons .buttoncontainer {
    position: relative;
    display: inline-block;
    zoom: 1;
    margin: 0 10px 20px;
}

.buttons .button {
    background-color: transparent;
    border: 0;
    padding: 0;

    text-decoration: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    /*transition: all 2s ease-in-out;*/
    /*-webkit-transition: all 0.1s ease-out; *//** Chrome & Safari **/
    /*-moz-transition: all 0.1s ease-out; *//** Firefox **/
    /*-o-transition: all 0.1s ease-out; *//** Opera **/
}

.buttons .button .button-image-label-wrapper {
    position: absolute;
    bottom: .5em;
    left: .5em;
    right: .5em;
    font-size: 1rem;
    text-align: center;
}

.buttons.square .button.button-image {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: -60px;
}

.buttons.square .button.button-image img {
    height: 210px;
}

.buttons .button .button-image-label {
    display: inline-block;
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    padding: .25em 1.25em;
    max-width: 100%;
    word-break: break-all;
}

/*.buttons .button.clicked {*/
    /*transform: translate(1px,3px);*/
    /*-webkit-transform: translate(1px,3px); *//** Chrome & Safari **/
    /*-o-transform: translate(1px,3px); *//** Opera **/
    /*-moz-transform: translate(1px,3px); *//** Firefox **/
/*}*/

/*.buttons-2 .button-codekaart {*/
    /*display: block;*/
    /*margin-bottom: 15px;*/
/*}*/

/*.buttons-2.image .button.button-codekaart img {*/
    /*width: auto;*/
/*}*/

.buttons.image .button.button-codekaart {
    margin-bottom: 30px;
}

.buttons.image .buttons-3 .button-codekaart img {
    width: 240px;
}

.buttons.yesno .buttoncontainer {
    margin: 0 22px;
}

.buttons.yesno .button {
    width: 300px;
    height: 241px;
}

.buttons.yesno .button.button-1 {
    background-image: url(/images/exercise/button-no.png);
    background-position: 0 0;
}

.buttons.yesno .button.button-0 {
    background-image: url(/images/exercise/button-yes.png);
    background-position: 0 0;
}

.buttons.yesno .button.clicked {
    transform: none;
    -webkit-transform: none; /** Chrome & Safari **/
    -o-transform: none; /** Opera **/
    -moz-transform: none; /** Firefox **/
}

.buttons.yesno .button.button-1.clicked {
    background-position: 0 241px;
}

.buttons.yesno .button.button-0.clicked {
    background-position: 0 241px;
}

.buttons.yesno .text-white {
    font-family: agsbtbqm, sans-serif;
    background: #fff;
    font-size: 60px;
    margin: 20px 80px;
    font-weight: bold;
    line-height: 55px;
    padding-bottom: 5px;
    border: 1px solid #000;
    -webkit-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.buttons.yesno .text-round {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.buttons.image .button {
    background: #FFFFFF;
    margin: 0 20px;
    -webkit-box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.buttons.image .button.clicked {
    -webkit-box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.5);
    -webkit-transform: translate(1px,3px);
    -o-transform: translate(1px,3px);
    -moz-transform: translate(1px,3px);
}

.type-13 .buttons.image .button,
.type-15 .buttons.image .button {
    background: transparent;
}

.type-13 .buttons.image .button.clicked,
.type-15 .buttons.image .button.clicked {
    -webkit-transform: translate(1px,3px);
    -o-transform: translate(1px,3px);
    -moz-transform: translate(1px,3px);
}

.buttons.image .button img {
    display: block;
    width: 280px;
}

.buttons.image .buttons-5 .button {
    margin: 0 10px;
}

.buttons.image .buttons-5 .button img {
    width: 160px;
}

.type-13 .buttons.image .buttons-3 .button img {
    width: 180px;
}


.square .button {
    background: #CCC;
}

.square .button.red {
    background-color: #D81F44;
}

.square .button.green {
    background-color: #4AAF47;
}

.square .button.yellow {
    background-color: #FFF100;
}

.square .button.pink {
    background-color: #E67FA0;
}

.square .button.orange {
    background-color: #E6762B;
}

.square .button.darkblue {
    background-color: #007DB9;
}

.square .button.lightblue {
    background-color: #A1C8DF;
}

.square .button.purple {
    background-color: #77488B;
}

.buttons.square .button {
    height: 134px;
    color: #000000;
    border: 2px solid #444;
    font-family: agsbtbqm, sans-serif;
    font-size: 135px;
    line-height: 130px;
    vertical-align: top;
    -webkit-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);

    /* Fix vertical alignment */
    padding-bottom: 12px !important;
}

.buttons.square .button.bet-button {
    height: auto!important;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}
.buttons.square .button.bet-button.multiple {
    width: auto!important;
}
.buttons.square .button.bet-button.multiple span {
    padding: 0 10px;
}

.buttons.square .button.bet-button.clicked {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.buttons.square .button.bet-button span {
    height: 100%;
    display: block;
    line-height: 80px;
    font-size: 62px;
    padding: 0px 20px;
    border: 2px solid #444;
    -webkit-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.buttons.square .button.bet-button.clicked span {
    -webkit-box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.5);
    -webkit-transform: translate(1px,3px);
    -o-transform: translate(1px,3px);
    -moz-transform: translate(1px,3px);
}

.buttons.square .button.bet-button span + span {
    margin-left: 5px;
}

.buttons.square .button.image-button {
    width: auto;
    height: auto;
}

.buttons.square .button.image-button img {
    width: 100%;
    height: auto;
    display: block;
}

.buttons.square .button.cross img {
    margin-top: 8px;
}

.buttons.square .button.button-round {
    border: solid 4px;
    box-shadow: none;
    border-radius: 23px;
    background-color: #FFF;
    font-family: agsbtbqr, sans-serif;
}

.buttons.square .button.button-round.clicked {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(1px,3px);
    -o-transform: translate(1px,3px);
    -moz-transform: translate(1px,3px);
}

.buttons.square .button.button-round.correct {
    background-color: #4AAF47;
}

.buttons.square .button.button-round.incorrect {
    background-color: #D81F44;
}

.buttons.square .button.blank {
    background: #fff;
    border-radius: 20px;
}

/* 2 square buttons */
.buttons.square .buttons-2 {
    padding-top: 20px;
}
.buttons.square .buttons-2 .button {
    width: auto;
    min-width: 280px;
    padding: 0 20px;
    height: auto;
    min-height: 150px;
    font-size: 120px;
    line-height: 134px;
}

.buttons.square .buttons-2 .button.cross {
    padding-bottom: 0 !important;
    height: 144px;
    min-height: 0;
}

.buttons.square .buttons-2 .button.button-round {
    min-height: 168px;
    line-height: 148px;
}

.buttons.square .buttons-2 .button.bet-button span {
    line-height: 140px;
    font-size: 150px;
}

/* 3 square buttons */
.buttons.square .buttons-3 {
    padding-top: 20px;
}
.buttons.square .buttons-3 .button {
    min-width: 220px;
    font-size: 90px;
    padding: 0 10px;
    line-height: 124px;
}
.buttons.square .buttons-3 .button.blank {
    min-width: 0;
    width: 180px;
    height: 90px;
    margin: 0 10px;
}

/* 4 square buttons */
.buttons.square .buttons-4 {
    padding-top: 40px;
}
.buttons.square .buttons-4 .button {
    width: 180px;
    font-size: 70px;
    line-height: 120px;
    height: 120px;
}
.buttons.square .buttons-4 .button.cross img {
    margin-top: 1px;
}
.buttons.square .buttons-4 .button.blank {
    min-width: 0;
    width: 140px;
    height: 80px;
    margin: 0 5px;
}

/* 5 square buttons */
.buttons.square .buttons-5 {
    padding-top: 40px;
}
.buttons.square .buttons-5 .button {
    width: 150px;
    height: 74px;
    font-size: 60px;
    line-height: 70px;
}
.buttons.square .buttons-5 .button.cross img {
    margin-top: -9px;
}

.buttons.square .buttons-5 .button.image-button {
    width: 250px;
    height: auto;
}
.buttons.square .buttons-5 .button.blank {
    min-width: 0;
    width: 120px;
    height: 60px;
    border-radius: 15px;
    margin: 0 2px;
}

.buttons.square .button.clicked {
    -webkit-box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.5);
    -webkit-transform: translate(1px,3px);
    -o-transform: translate(1px,3px);
    -moz-transform: translate(1px,3px);
}
.buttons.square .button-transparent.clicked {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.buttons.square .button.number.clicked {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(1px,3px);
    -o-transform: translate(1px,3px);
    -moz-transform: translate(1px,3px);
}

.buttons.square .wrapper .button.number {
    width: 160px;
    height: 168px;
    min-width: 160px;
    margin: 0 30px;
    border: none;
    background: url(/images/exercise/button-number.png);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: agsbtbqr, sans-serif;
    font-size: 170px;
    line-height: 176px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: translate 0.1s ease-out;
    -moz-transition: translate 0.1s ease-out;
    -o-transition: translate 0.1s ease-out;
}

.buttons.square .wrapper .button.number.correct {
    background-position: 0 -168px;
}

.buttons.square .wrapper .button.number.incorrect {
    background-position: 0 -336px;
}

.buttons.square.card .buttons-5 {
     width: 380px;
     padding-top: 10px;
 }

.buttons.square .wrapper.card-button {
    width: 350px;
    padding: 10px 50px;
}

.buttons.word {
    padding-top: 40px;
}

.buttons.word .button {
    position: relative;
    color: #000000;
    background: #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px 30px;
    border: 1px solid #000000;
    font-size: 50px;
    line-height: 48px;
    -webkit-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.buttons .button.correct {
    z-index: 10;
}

.buttons.word .button.correct,
.buttons.hulptrein .button.correct {
    background-color: #4AAF47;
}

.buttons.word .button.incorrect,
.buttons.hulptrein .button.incorrect {
    background-color: #D81F44;
}

.buttons .sufferdje {
    display: none;
    z-index: 1;
    height: 55px;
    position: absolute;
    margin-left: -35px;
    left: 50%;
}

.buttons.hulptrein {
    margin-bottom: 10px;
}

.buttons.hulptrein .wrapper {
    width: 700px;
    height: 277px;
    margin-top: 30px;
    margin-bottom: 10px;
    background: url(/images/exercise/hulptrein.png);
}

.buttons.hulptrein .button {
    background: #ddd;
    border: solid 5px;
    font-size: 43px;
    line-height: 58px;
    color: #000000;
    display: block;
    width: 100%;
}

.buttons.hulptrein .buttoncontainer {
    margin: 0;
    width: 64px;
    height: 68px;
    position: absolute;
}

.buttons.hulptrein .hulptrein-lf {
    left: 146px;
    top: 83px;
}

.buttons.hulptrein .hulptrein-lg {
    left: 217px;
    top: 83px;
}

.buttons.hulptrein .hulptrein-lk {
    left: 288px;
    top: 83px;
}

.buttons.hulptrein .hulptrein-lm {
    left: 359px;
    top: 83px;
}

.buttons.hulptrein .hulptrein-lp {
    left: 431px;
    top: 83px;
}

.buttons.hulptrein .hulptrein-rf {
    left: 146px;
    top: 156px;
}

.buttons.hulptrein .hulptrein-rg {
    left: 217px;
    top: 156px;
}

.buttons.hulptrein .hulptrein-rk {
    left: 288px;
    top: 156px;
}

.buttons.hulptrein .hulptrein-rm {
    left: 359px;
    top: 156px;
}

.buttons.hulptrein .hulptrein-rp {
    left: 431px;
    top: 156px;
}

.buttons.hulptrein .hulptrein-rn {
    left: 502px;
    top: 156px;
}

.pi-spellobet-word,
.type-19 section.preview.square
{
    margin: 20px 0 35px;
}

.textfield {
    padding: 5px 70px;
    font-size: 45px;
    font-family: agsbtbqr, sans-serif;
    border: 1px solid #666666;
    letter-spacing: 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #FFFFFF;
    -webkit-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.textfield .replacement {
    position: relative;
    display: inline-block;
    text-align: right;
    text-decoration: inherit;
}

.preview .textfield {
    height: 67px;
}

.type-18 .preview .textfield {
    padding: 5px 30px;
}

.preview .textfield u,
.preview .textfield u .replacement {
    height: 52px;
}

.preview .textfield u {
    text-decoration: none;
    display: inline-block;
    border-bottom: 3px solid;
}

.textfield .replacementDot {
    position: absolute;
    left: -1px;
    right: -1px;
    background: #fff;
    color: #000;
    text-align: center;
    -webkit-text-stroke: none;
}

.preview .textfield u .replacementDot {
    border-bottom: 3px solid;
    top: 0;
    bottom: 0;
}

.replacement.red,
.replacement .red {
    color: #D81F44;
    -webkit-text-stroke: 2px #000;
}

.replacement.green,
.replacement .green {
    color: #4AAF47;
    -webkit-text-stroke: 2px #000;
}

.replacement.yellow,
.replacement .yellow {
    color: #FFF100;
    -webkit-text-stroke: 2px #000;
}

.replacement.pink,
.replacement .pink {
    color: #E67FA0;
    -webkit-text-stroke: 2px #000;
}

.replacement.orange,
.replacement .orange {
    color: #E6762B;
    -webkit-text-stroke: 2px #000;
}

.replacement.darkblue,
.replacement .darkblue {
    color: #007DB9;
    -webkit-text-stroke: 2px #000;
}

.replacement.lightblue,
.replacement .lightblue {
    color: #A1C8DF;
    -webkit-text-stroke: 2px #000;
}

.replacement.purple,
.replacement .purple {
    color: #77488B;
    -webkit-text-stroke: 2px #000;
}

.intro {
    display: none;
    padding-top: 100px;
}

main .intro header {
    margin-top: 120px;
    margin-right: 120px;
}
main .intro header.intro-stamp {
    margin-top: 20px;
    margin-right: 0;
}

.intro-sufferdje {
    position: absolute;
    z-index: 100;
    margin-left: -230px;
    width: 320px;
}

.intro.image {
    display: none;
    padding-top: 0;
}

main .intro.image header {
    margin-top: 10px;
    margin-right: 0;
}

.intro.image .intro-sufferdje {
    margin-top: 120px;
    margin-right: -10px;
    margin-left: -200px;
}


.imgwrapper {
    box-sizing: content-box;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.imgwrapper.bordered {
    background: #FFFFFF;
    border: 1px solid #333;
    -webkit-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.imgwrapper span {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.imgwrapper img {
    vertical-align: middle;
}

main .intro.image .intro-image .imgwrapper {
    display: block;
    width: 360px;
    height: 360px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    background: #fff;
    border: 1px solid #000;
    -webkit-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

main .intro.image .intro-image .imgwrapper span {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

main .intro.image .intro-image img {
    vertical-align: middle;
    max-width: 358px;
    max-height: 358px;
}

.pi-spellobettext .textfield {
    font-family: agsbtbqr, sans-serif;
    font-size: 30px;
    padding: 5px 20px;
    margin-bottom: 40px;
    height: auto;
}

.pi-spellobet .sideimagecontainer {
    display: inline-block;
    vertical-align: top;
    padding: 50px 20px 0 0;
    position: relative;
}

.pi-spellobet .sideimagecontainer img {
    max-width: 250px;
    position: relative;
}
.pi-spellobet .sideimagecontainer img.sideimagecontainer-sword {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 78px;
    width: 64px;
    height: auto!important;
    opacity: 0;
    z-index: 10;
}
.pi-spellobet .sideimagecontainer img.sideimagecontainer-sword.is-shaking {
    opacity: 1;
}

.pi-spellobet .sideimagecontainer img.sideimagecontainer-sword-correct,
.pi-spellobet .sideimagecontainer img.sideimagecontainer-sword.ui-draggable-dragging {
    opacity: 1;
}
.pi-spellobet .sideimagecontainer img.sideimagecontainer-sword-correct {
    width: 32px!important;
    margin-left: 22px;
}

.pi-spellobet .sideimagecontainer + .bet {
    height: 351px;
}

.pi-spellobet .betbuttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 370px;
    z-index: 10;
}

.nextbutton {
    position: absolute;
    top: -56px;
    right: 50px;
}
.type-4 .nextbutton {
    position: static;
    text-align: center;
}
.type-9 .nextbutton {
    right: 70px;
}

.nextbutton .button {
    border: none;
    background: none;
    display: none;
    padding: 0;
    height: 48px;
    width: auto;
}
.nextbutton .button img {
    display: block;
    height: 100%;
    width: auto;
}

.result .nextbutton {
    position: absolute;
    left: 50%;
    right: auto;
    top: 215px;
    margin-left: 260px;
}
.result .nextbutton .button {
    display: block;
}

.draginput.picture .nextbutton {
    right: 80px;
}

/*.pi-spellobet.testbet .betbuttons {*/
    /*top: 330px;*/
/*}*/

.pi-spellobet.testbet .bet {
    min-height: 391px;
}

.pi-spellobet.testbet + .draginput .nextbutton .button {
    display: block;
}


.pi-spellobet.side-image + .draginput .nextbutton {
    right: 0;
}

.pi-spellobet .button {
    font-family: agsbtbqr, sans-serif;
    padding: 5px 20px;
    color: #000000;
    background: #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px 30px;
    border: 1px solid #000000;
    font-size: 30px;
    line-height: 44px;
    text-decoration: none;
}

.text .wrapper {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 10px 18px;
    text-align: left;
    line-height: 46px;
    font-size: 34px;
    background: #FFFFFF;
    border: 1px solid #000000;
    margin-bottom: 40px;
    -webkit-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.text.stamp .wrapper {
    font-size: 100px;
    border-radius: 40px;
    line-height: 100px;
    padding: 10px 40px;
    border-width: 3px;
    margin-top: 20px;
}
.type-4 .wrapper {
    margin-bottom: 20px;
}

.text.stamp.hidden .wrapper u {
    text-decoration: none;
}

.text.stamp.hidden .wrapper span.stamp {
    text-decoration: none;
}

.text.syllable .syllable-text {
    cursor: pointer;
}
.text.syllable p {
    margin: 0;
}

.text.syllable ul {
    margin: 0;
    list-style: none;
    padding: 0;
    float: left;
}
.text.syllable ul + ul {
    margin-left: 80px;
}

.cke_editable span {
    color: #FFF;
}

.cke_editable span.red,
.text.syllable span.red.clicked {
    background-color: #D81F44;
}

.cke_editable span.grey,
.text.syllable span.grey.clicked {
    background-color: #999999;
}

.cke_editable span.green,
.text.syllable span.green.clicked {
    background-color: #4AAF47;
}

.cke_editable span.stamp {
    color: #4AAF47;
}
span.stamp {
    text-decoration: underline;
}

.cke_editable span.hide {
    background-color: #999999;
}

.cke_editable span.yellow,
.text.syllable span.yellow.clicked {
    background-color: #FFF100;
}

.cke_editable span.pink,
.text.syllable span.pink.clicked {
    background-color: #E67FA0;
}

.cke_editable span.orange,
.text.syllable span.orange.clicked {
    background-color: #E6762B;
}

.cke_editable span.darkblue,
.text.syllable span.darkblue.clicked {
    background-color: #007DB9;
}

.cke_editable span.lightblue,
.text.syllable span.lightblue.clicked {
    background-color: #A1C8DF;
}

.cke_editable span.purple,
.text.syllable span.purple.clicked {
    background-color: #77488B;
}

.text.syllable span.underline {
    text-decoration: underline;
}

.pi-spellobet + .draginput {
    margin-top: 60px;
}

.pi-spellobet.side-image + .draginput {
    margin-top: 20px;
}

.type-34 .pi-spellobet.side-image + .draginput {
    margin-top: 0;
}

.draginput {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 1px;
    font-size: 0;
    background: #FFFFFF;
    border: 1px solid #666666;
    position: relative;
    -webkit-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.draginput.image {
    padding-right: 67px;
}

.draginput.image .imgwrapper {
    position: absolute;
    width: 132px;
    height: 132px;
    display: block;
    right: -66px;
    top: 50%;
    left: 100%;
    margin-top: -66px;
    margin-left: -66px;
}

.draginput.garbage {
    margin-right: 67px;
    padding-right: 0;
}

.draginput.garbage .imgwrapper {
    margin-left: 0;
}

.draginput.garbage .clear-button {
    cursor: pointer;
}

.draginput.audio .imgwrapper.bordered {
    background: #FFFFFF;
    border: 1px solid #333;
    -webkit-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.draginput.image .imgwrapper span {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.draginput.image img {
    vertical-align: middle;
    max-width: 130px;
    max-height: 130px;
}

.draginput.audio img {
    cursor: pointer;
}

.draginput.items-1 .labelscontainer {
    width: 92px;
}

.draginput.items-2 .labelscontainer {
    width: 180px;
}

.draginput.items-3 .labelscontainer {
    width: 268px;
}

.draginput.items-4 .labelscontainer {
    width: 356px;
}

.draginput.items-5 .labelscontainer {
    width: 444px;
}

.draginput.items-6 .labelscontainer {
    width: 532px;
}

.draginput.items-7 .labelscontainer {
    width: 620px;
}

.draginput.items-8 .labelscontainer {
    width: 710px;
}

.draginput.items-9 .labelscontainer {
    width: 710px;
}

.draginput.items-10 .labelscontainer {
    width: 710px;
}

.draginput.items-11 .labelscontainer {
    width: 710px;
}

.draginput.items-12 .labelscontainer {
    width: 714px;
}

.draginput.items-13 .labelscontainer {
    width: 714px;
}

.labels-1 {
    min-width: 88px;
}

.labels-2 {
    min-width: 176px;
}

.labels-3 {
    min-width: 264px;
}

.labels-4 {
    min-width: 352px;
}

.labels-5 {
    min-width: 440px;
}

.labels-6 {
    min-width: 528px;
}

.labels-7 {
    min-width: 616px;
}

.labels-8 {
    min-width: 704px;
}

.labels-9 {
    min-width: 792px;
}

.labels-10 {
    min-width: 880px;
}

.labels-11 {
    min-width: 968px;
}

.labels-12 {
    min-width: 1056px;
}

.labels-13 {
    min-width: 1056px;
}

.draginput.items-9 .labels-1 {
    min-width: 78px;
}

.draginput.items-9 .labels-2 {
    min-width: 156px;
}

.draginput.items-9 .labels-3 {
    min-width: 234px;
}

.draginput.items-9 .labels-4 {
    min-width: 312px;
}

.draginput.items-9 .labels-5 {
    min-width: 390px;
}

.draginput.items-9 .labels-6 {
    min-width: 468px;
}

.draginput.items-9 .labels-7 {
    min-width: 546px;
}

.draginput.items-9 .labels-8 {
    min-width: 624px;
}

.draginput.items-9 .labels-9 {
    min-width: 702px;
}

.draginput.items-9 .labels-10 {
    min-width: 780px;
}

.draginput.items-9 .labels-11 {
    min-width: 858px;
}

.draginput.items-9 .labels-12 {
    min-width: 936px;
}

.label-empty {
    background: #fff;
}

.label-red {
    background-color: #D81F44;
}

.label-green {
    background-color: #4AAF47;
}

.label-yellow {
    background-color: #FFF100;
}

.label-pink {
    background-color: #E67FA0;
}

.label-orange {
    background-color: #E6762B;
}

.label-darkblue {
    background-color: #007DB9;
}

.label-lightblue {
    background-color: #A1C8DF;
}

.label-purple {
    background-color: #77488B;
}

.label-grey {
    background-color: #999999;
}

.bet {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.type-34 .bet {
    margin-bottom: 0;
}

.bet .column {
    position: relative;
    background-color: #FFFFFF;
    float: left;
    padding: 1px 4px;
    -webkit-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 8px 8px 15px 0 rgba(0,0,0,0.5);
}

.bet .column + .column {
    margin-left: -4px;
}

#arrow-down {
    display: none;
    width: 60px;
    height: 67px;
    z-index: 25;
}

#arrow-up {
    width: 44px;
    height: 45px;
    position: absolute;
    top: 35px;
    margin-left: 23px;
}

.bet .column .ui-effects-wrapper {
    height: 29px!important;
}

.draginput .labels {
    text-align: center;
    height: 35px;
    display: block;
}
.draginput .labels.text-left {
    text-align: left;
}

.draginput .labels.left {
    text-align: right;
}

.draginput .labels.right {
    text-align: left;
}

.draginput .labels.static {
    margin: 0;
    float: left;
}

.draginput.static .labels {
    margin: auto;
    float: left;
    text-align: left;
}

.static .labels-input-container {
    float: left;
}

.draginput .labels-input-container .labels-placeholders {
    position: absolute;
    float: none;
}

.draginput.prefilled {
    padding: 4px 6px;
}

.draginput.prefilled .labels {
    margin: 0;
    height: 45px;
}

.draginput.prefilled .label {
    width: 104px;
    height: 39px!important;
    font-size: 36px;
    line-height: 36px;
}

.draginput.prefilled .labelscontainer {
    width: auto;
}

.draginput .label,
.bet .label {
    color: #191919;
    height: 29px!important;
    font-size: 26px;
    line-height: 26px;
    font-family: agsbtbqm, sans-serif;
    width: 84px;
    display: block;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
    border: 1px solid #888888;
}

.bet .label-blank {
    border: none;
    cursor: default;
}

.bet .label.ui-draggable-dragging {
    z-index: 20;
}

.bet .label.removed {
    cursor: default;
}

.bet .label.disabled {
    opacity: 0.6;
}

.draginput .label {
    display: inline-block;
    position: relative;
    margin-left: 2px;
    margin-right: 2px;
    cursor: default;
}

.draginput.items-9 .label {
    width: 74px!important;
    font-size: 22px;
}

.draginput.items-10 .label {
    width: 66px!important;
    font-size: 20px;
}

.draginput.items-11 .label {
    width: 60px!important;
    font-size: 18px;
}

.draginput.items-12 .label {
    width: 55px!important;
    font-size: 16px;
}

.draginput.items-13 .label {
    width: 50px!important;
    font-size: 16px;
}

.draginput.prefilled .label-blank {
    width: 24px!important;
    border: none;
    color: #FFF;
}

.draginput.prefilled .label-empty {
    position: absolute;
    top: -1px;
    left: -1px;
    margin: 0;
    color: #fff;
}

.draginput .label-placeholder {
    vertical-align: bottom;
    border: 2px dotted #CCCCCC;
    background-color: transparent;
}

.draginput .label-placeholder.label-hide {
    display: none!important;
}

.draginput .label-hidden {
    border-style: solid;
}

.draginput .label-no-border {
    border-color: transparent;
}

.draginput .hovering .label-place {
    vertical-align: bottom;
    border: 2px dotted #CCCCCC;
}

@media (orientation:landscape) {
    html.ipad.ios7 > body {
        position: fixed;
        bottom: 0;
        width:100%;
        height: 672px !important;
    }
}

.navbtncontainer {
    width: 500px;
    margin: 0 auto;
}

.navbtn {
    display: block;
    margin: 2px;
    float: left;
    background: #eee;
    width: 238px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.5);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.navbtn.back {
    float: none;
    width: auto;
    margin: 0 210px 20px;
    background: #fff;
}

.navbtn.exercise {
    float: none;
    width: auto;
}

.navbtn a {
    text-decoration: none;
    color: #444;
    font-size: 12px;
    padding: 2px 4px;
    display: block;
}

.buttons.sign-cards {
    padding-top: 40px;
    margin-bottom: 10px;
}

.buttons.sign-cards .buttoncontainer {
    display: block;
    margin: 0 0 20px;
}

.buttons.sign-cards .sign-number {
    display: inline-block;
    font-family: agsbtbqm, sans-serif;
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 34px;
    color: #000;
    vertical-align: middle;
    background-color: #fff;
    margin: 0 10px;
    border: 1px solid #000;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.5);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.buttons.sign-cards .sign-card {
    display: inline-block;
    width: 105px;
    height: 60px;
    margin: 0 10px;
    vertical-align: middle;
    border: 1px solid #000;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.5);
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.buttons.sign-cards .clicked .sign-card {
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.5);
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.5);
    -webkit-transform: translate(1px,3px);
    -o-transform: translate(1px,3px);
    -moz-transform: translate(1px,3px);
}

.element-group {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
}

.element-group-heightener {
    vertical-align: middle;
    display: inline-block;
    height: 450px;
}

main .content .element-group header {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
    min-width: unset;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.element-group .buttons .wrapper {
    padding-top: 0;
}

.element-group .draginput {
    display: block;
}

.element-group .buttons .buttoncontainer {
    display: block;
    margin: 0 0 15px;
}


.type-35 .element-group .buttons .buttoncontainer,
.type-29 .element-group .buttons .buttoncontainer {
    margin: 0;
}
.type-35 .element-group .buttons .buttoncontainer button,
.type-29 .element-group .buttons .buttoncontainer button {
    width: 125px;
}
.type-35 .buttons .wrapper,
.type-29 .buttons .wrapper {
    padding: 6px;
}

.type-29 .element-group .buttons.square .button.bet-button span {
    line-height: 49px;
}

.type-35 .element-group .buttons.square .button.bet-button span {
    line-height: 47px;
    font-size: 56px;
}
.type-35 .textfield {
    font-size: 35px;
    height: 50px;
}


.element-group .buttons .buttoncontainer .button {
    display: block;
    padding: 0;
    min-width: 0;
    min-height: 0;
    width: 150px;
}

.element-group .buttons.square .button.bet-button span {
    line-height: 70px;
    font-size: 62px;
}

.element-group .preview .textfield {
    padding-right: 30px;
    padding-left: 30px;
}

.element-group .image-container {
    width: 240px;
    height: 170px;
    margin: 0 auto 30px;
    position: relative;
}

.element-group .image-container .imgwrapper.bordered {
    border-radius: 20px;
}

.element-group .image-container .imgwrapper img {
    max-width: 168px;
    max-height: 168px;
}

.element-group .nextbutton {
    top: 114px;
    left: 50%;
    margin-left: -50px;
}


/* Window */
.window {
    background-image: url(../../images/ui/window.png);
    background-size: 100% 100%;
    color: #000;
    display: inline-block;
    height: 178px;
    text-decoration: none;
    width: 248px;
}
.window-wrapper {
    display: table;
    height: 96%;
    margin: 0 auto;
    width: 165px;
}
.window-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.5em;
    white-space: pre-wrap;
}

.shoe {
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 10%/35%;
    height: 12em;
    width: 12em;
    margin: 0 1em;
}

.shoe img {
    height: 8em;
    margin-top: -2em;
    width: 10.666em;
}

/* The following may need to be refactored if shadow-less buttons need to be more generic than these two lessons */
.buttons-chinese-broertjes .button,
.buttons-broertjes-van-de-koning .button,
.buttons-hollandse-broertjes .button {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}
.buttons-chinese-broertjes .button .button-image-label-wrapper,
.buttons-broertjes-van-de-koning .button .button-image-label-wrapper,
.buttons-hollandse-broertjes .button .button-image-label-wrapper {
    display: none;
}

/*
 * Result score component
 */
.result {
    display: none;
    text-align: center;
}

.result--overview {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -460px;
    width: 920px;
}
.result__score {
    display: block;
    position: absolute;
    left: 50%;
    text-align: center;
    width: 8rem;
    font-size: 7em;
    font-family: CartoonistKooky, sans-serif;
}
.result__score--total {
    margin-left: -4rem;
    top: 5.5rem;
    font-size: 6em;
}
.result__score--correct,
.result__score--incorrect {
    top: 12rem;
    color: #fff;
    text-shadow: -1px -1px 1px #000000,
        1px -1px 1px #000000,
        -1px 1px 1px #000000,
        1px 1px 1px #000000;
}
.result__score--correct {
    margin-left: -9.75rem;
}
.result__score--incorrect {
    margin-left: 2rem;
}


.result--bar {
    position: relative;
    height: 100%;
}
.result__sufferdje {
    margin-left: -18.5em;
    position: absolute;
    left: 50%;
    top: 8em;
    height: 32em;
}
.result__bar {
    display: none;
    height: 40em;
    margin-left: 4em;
    position: absolute;
    left: 50%;
    top: 0;
}

.result__bar-visible {
    height: 40em;
    margin-left: 4em;
    position: absolute;
    left: 50%;
    top: 0;
}
.result--bar--red .result__bar--red { display: inline-block; }
.result--bar--orange .result__bar--orange { display: inline-block; }
.result--bar--green .result__bar--green { display: inline-block; }
.result--bar--blue .result__bar--blue { display: inline-block; }

/*
 * Score module
 */
.progress {
    position: absolute;
    bottom: 0;
    left: -30px;
    /** z-index Is added to show the scoreboard (progress) over the main container (PIS-206) */
    z-index: 2;
}
.progress > img {
    display: block;
    width: 18em;
}

.progress__score {
    display: block;
    position: absolute;
    left: 50%;
    text-align: center;
    width: 3rem;
    font-family: CartoonistKooky, sans-serif;
}
.progress__score--remaining {
    top: 1.75rem;
    margin-left: -1.5rem;
}
.progress__score--correct,
.progress__score--incorrect {
    top: 3.3rem;
    color: #fff;
    text-shadow: -1px -1px 1px #000000,
    1px -1px 1px #000000,
    -1px 1px 1px #000000,
    1px 1px 1px #000000;
}

.progress__score--correct {
    margin-left: -3rem;
}
.progress__score--incorrect {
    margin-left: 0;
}

.progress--spelling .progress__score--remaining {
    top: 2rem;
    font-size: 3em;
}

/*
 * Logout button
 */
.button-logout {
    position: absolute;
    left: 50%;
    top: 36em;
    margin-left: -36em;
}

.button-logout img {
    height: auto;
    width: 12em;
}

/*
 * Back button
 */
.button-back {
    position: absolute;
    left: 2em;
    bottom: 2em;
    z-index: 3;
}
.button-back img {
    height: auto;
    width: 11em;
}

.button-back--free-practise {
    left: 50%;
    top: 32em;
    margin-left: -36em;
}
.button-back--free-practise img {
    width: 8em;
}

#status-complete {
    display: none;
}

.is-hidden {
    display: none !important;
}

.is-clickable {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.type-11 .draginput .labels {
    text-align: left;
}

.overlay-login {
    text-align: center!important;
}
.overlay-login > div {
    position: relative;
}
.overlay-image {
    position: relative;
}
.overlay-image-sufferdje {
    margin-top: 40px;
    width: 250px;
}
.overlay-image-door {
    margin-top: 30px;
    width: 300px;
}
.overlay-image-arrow {
    margin-top: 80px;
    width: 200px;
}
.overlay-login .overlay-image-arrow {
    margin-top: 40px;
}
.overlay-text {
    background: #FFF;
    display: inline-block;
    text-transform: uppercase;
    font-family: CartoonistKooky, sans-serif;
    border: solid 2px;
    margin: 0;
}
.overlay-text-login {
    font-size: 64px;
    margin-top: -10px;
    padding: 25px 40px 12px;
}
.overlay-text-door {
    font-size: 64px;
    margin-top: -7px;
    padding: 28px 10px 10px;
}
.overlay-text-lesson {
    font-size: 44px;
    margin-top: -18px;
    padding: 18px 40px 0;
}
.overlay-text-start {
    font-size: 84px;
    margin-top: -18px;
    padding: 22px 50px 0;
}
.overlay-text-continue {
    font-size: 84px;
    margin-top: -18px;
    padding: 22px 40px 0;
}


.exercise-overview__list img {
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
}

.maincontainer > header .category img {
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
}

