/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(lato.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(latoo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
  
    /*font-family: 'Convergence';*/
    margin: 0;
    padding: 0;
    height:100%;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}




body {
   /* font-family: 'Convergence';*/
    font-family: 'Lato', sans-serif;
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;
    /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;
    /* prevent copy paste, to allow, change 'none' to 'text' */
    font-size: 12px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #dce3ef;
    width: 100%;

    
/*    background-size: 1300px 1000px;*/
    
 
}

p {
    line-height: 24px;
    font-size: 18px;

}

b {
    font-weight: bold;
}
label {
    /*  margin:10px;*/
    font-size: 22px;
    margin-top:8px;
    margin-bottom:2px;
}

.form-check {
    margin: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 16px;
}

.disclaimer {
    margin-top: 20px;
    font-size: 10px;
    line-height: 12px;
}

.continue{
    left:120px;
    top:32px;
    
}

#maingame{
    position: absolute;
     width: 962px;
    height: 578px;
    overflow: hidden;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
   /* background-image: url(../img/map.png);
    background-size: 962px 577px;*/
}

.imagebg{
        position: absolute;
    top:40px;
    left:0px;
        width: 962px;
    height: 577px;
    background-image: url(../img/map.png);
    background-size: 962px 537px;
    background-repeat: no-repeat;
}

.app {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 962px;
    height: 602px;
    overflow-y: auto;
    overflow-x: hidden;
  


}

.noshow {
    display: none;
}

audio{
    display: none;
}
.bgoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.popupdos{
    position: fixed;
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    width: 80%;
    height: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 42px 9px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 0px 42px 9px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 0px 42px 9px rgba(0, 0, 0, 0.54);
    z-index: 100;
}

.popup {
    position: fixed;
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    width: 80%;
    height: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 42px 9px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 0px 42px 9px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 0px 42px 9px rgba(0, 0, 0, 0.54);
    z-index: 100;
}


.popup.confirm {
    height: 200px;
}

.popup h3 {
    text-align: center;
    /*margin-top: 62px;*/
    font-size: 20px;
}

.popupdos h3 {
    text-align: center;
    /*margin-top: 62px;*/
    font-size: 20px;
}

.popup input {
    display: block;
    width: 100%;
    margin: 10px;
    margin-left: 0;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #000;

}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.sub-but {
    position: relative;
    display: inline-block;
    padding: 12px;
    padding-left: 42px;
    padding-right: 42px;
    text-align: center;
    margin: 0 auto;

    border-radius: 4px;
    background-color: #34a443;
    color: #fff;
    font-size: 16px;
    cursor:pointer;


}

.sub-but:hover {
    transform: scale(1.04);
}

.sub-but.big-but {
    font-size: 26px;
}


.greybg{
    background-color: lightgray;
}
.grey-but {
    background-color: lightgray;
    
}

.grey-but-alt {
    background-color: lightgray;
    
}
.fa-bars{
    cursor:pointer;
}

.left-cont {
    position: relative;
    width: 300px;
    float: left;
}

.right-cont {
    position: relative;
    width: 400px;
    float: left;
}


.iconset{
    position: relative;

}


.icon{
     position: absolute;
    cursor:pointer;
    text-align: center;
    width:100px;
    height: 80px;
   /* background-color: red;*/
}

.icon img {
    margin-top: 20px;
    width: 50px;
}

.icon:hover{
    transform: scale(1.04);
}

.cas {
    top:40px;
    left:43px;
    position: absolute;
    width: 200px;
    height: 252px;
    background: url('../img/cassheet.png') left center;
    animation: play .4s steps(3) infinite;
    animation-play-state: paused;
    transform: scale(0.85);
   /* transition: all .1s;*/

}

.shrink{
    transition: all .1s;
    transform: scale(0.75);
}
.image-selecter{
    position: relative;
    height: 600px;
}
.image-selecter-small{
    position: relative;
    height: 300px
}

.imgselect{
    position: relative;
    float:left;
    width:260px;
    height: 220px;
    margin:20px;
    cursor: pointer;
    /*background-color: red;*/
    
}
.imgselect img{
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width:200px;
    max-height: 220px;
    opacity: 0.8;
    border:1px solid #000;
}

.imgselect.chosen img{
    opacity: 1;
    border:6px solid #34a443;
}

.bonusanswers{
    margin-top:40px;
    width: 100%;
}

.bonusrnd .sub-but{
    /*left:512px;*/
   /* display: none!important;*/
}

.answer{
    position: relative;
    padding:16px;
    margin: 20px;
    font-size: 18px;
    text-align: center;
    background-color: #dce3ef;
}
/*.answer:hover{
    background-color: #34a443;
    color:#fff;
}*/
.answer.checked{
    color:#fff;
    background-color: #34a443;
}


@keyframes play {
    100% {
        background-position: -600px;
    }
}


.media-but{
    background-color: #e17084!important;
}

.startscreen {
    position: absolute;
    top:36px;
    height: calc(100% - 36px);
    width: 100%;
    background-image: url(../img/briefingscreen.png);
}
.opdrachtstart{
    position: relative;
    margin-top: -50px;
}

.opdrachtstart .sub-but {
    position: absolute;
    top: 380px;
    left: 470px;
}

.progbar{
    position: absolute;
    top:-6px;
    width: 200px;
    height: 23px;
    border:1px solid grey;
}
.fillprog{
    background-color: #e17084;
    height: 23px;
    top:0px;
   /* padding:6px;*/
    font-size: 12px;
    box-sizing: border-box;
    width:0;
}
.fillprog span{
    position: absolute;;
    margin-top:1px;
    margin-left:10px;
    color:#fff;
}
.opdrachtomschrijving img {
    width: 50px;
}

.opdrachtomschrijving {
    position: fixed;
    top: 0px;
    width: 962px;
    padding: 12px;
    height: 40px;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #d5dee2;
    z-index: 10;
}
.progtable{
    position: relative;
    
}
.progtable .ggr{
    position: relative;

}
.coinhold{
    position: absolute;
    left:210px;
    top:-8px;
}

.coinhold img{
    width: 30px;
}
.coinhold .coinnum{
    position: absolute;
    top:12px;
    left:24px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background-color: #e17084;
    text-align: center;
    padding-top:0px;
    box-sizing: border-box;
    font-size: 10px;
    border:1px solid #FFF;
    color:#FFF;
}
.cointxt{
  margin-top:-2px;
    font-size: 12px;
}
.opdrachtomschrijving .txt-left {
    position: absolute;
    top: 14px;
    left: 42px;

}

.opdrachtomschrijving i {
    font-size: 20px;
}

.opdrachtomschrijving .txt-right {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 200px;
    text-align: right;
    vertical-align: middle;
    

}
#numpoints{
    font-weight: bold;
}
.errtxt{
    color:red;
}

.cashold {
    position: absolute;
    left: 80px;
    top: 120px;

}

.envelope {
    position: absolute;
    left: 420px;
    top: 190px;

}

.gameinhoud {
    /*  margin-top: 90px;*/
    background-color: #fff;
}

.opdrachttext {
    padding: 40px;
}

.opdrachttext textarea {
    font-family: 'Lato', sans-serif;
    margin-top: 12px;
    margin-bottom: 18px;
    border: 1px solid #d5dee2;
    padding: 12px;
  /*  width:100%;*/
    width: 840px;
    height: 140px;
    font-size: 16px;
}


.progressreport h2{
    text-align: center;
    font-size: 24px;
    
}
.progressreport .tablehold{
    width: 100%;
    /*border:1px solid #000;
    border-radius: 8px;*/
    padding:12px;
    box-sizing: border-box;
}



.progressreport table{
    width: 100%;
    padding:12px;
  

}

.progressreport .check{
    font-size: 22px;
    text-align: center;
    color: #34a443;
    
}
table { border: none; border-collapse: collapse; }
table td {
    padding:4px;
    border: 1px solid #000; 
    font-size: 16px;
    vertical-align: middle;

}

.progressreport td:nth-child(1){
    width:60px;
       /* text-align: center;*/
}
td:nth-child(3){
    width:120px;
       /* text-align: center;*/
}

thead td{
    font-size: 20px;
    border: 0; 

}

td .sub-but{
 /*   padding:20px;*/
    font-size: 16px;
}

.closebt{
    position: absolute;
    right: -20px;
    top:-20px;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border:1px solid #000;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    font-size: 20px;
    color:#000;
    font-weight: bold;
    box-shadow: 1px 2px  #000;
    cursor:pointer;
}

.backbut{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border:.5px solid #000;
    top:-8px;
    left:270px;
    
    cursor:pointer;
    display: none;
    text-align: center;
    padding-top: 2px;
    box-sizing: border-box;
    z-index: 99;
        
    background-color: #fff;
}
.backbut:hover{
    color:#575d66;
}

.nametxt{
    width:400px;
    
    position: absolute;
    left:250px;
    text-align: center;
    font-size: 18px;
    margin-top:-4px;
}
.finalscr h2{
    text-align: center;
    font-size: 24px;
}
.cas_correct{
    position: absolute;
    
    left:20px;
    top:140px;
    
        
}
.cas_correct img{
    width:170px;
}


.correct {
    display: block;
    position: absolute;
    top: 0px;
    left: -30px;
    width: 55px;
    height: 48px;
    background-image: url(../img/correct2.png);
    z-index: 99;
    pointer-events: none;

}

.wrong {
    display: block;
    position: absolute;
    top: 0px;
    left: -30px;
    width: 55px;
    height: 48px;
    background-image: url(../img/wrong2.png);
    z-index: 99;
    pointer-events: none;
}
.tablefinal{
    position: absolute;
    left:200px;
    top:80px;
    font-size: 18px;
    vertical-align: middle;
   
   
}

.tablefinal td{
    padding:20px;
    max-width: 280px;
     vertical-align: middle;
}
.coinpoints{
    font-size: 26px; 
    margin-top:-4px;
}

.extra-white{
    height:500px;
}

.disabled{
    opacity: 0.6;
}

.disabled .sub-but{
    background-color: darkgrey;
}

.disabled .check i{
    display: none;
}


.points{
    margin-top: 8px;
    display: inline-block;
    position: relative;
    width:20px;
    height: 20px;
    background-image: url(../img/coin.png);
    background-size: 20px 20px;
    
    
}
.points p{
    display: block;
    width:200px;
    font-size: 14px;
    margin-left:24px;
    margin-top:-2px;
}
