/* VERZUIMTRAINING */ 
/* *Studio Interactive Colors */
/* *Orange: rgba(254,112,62,1); */
/* *Old grey rgba(204,82,26,0.8)*/

/* *VitalMindx */
/* *Orange pumpkin: rgba(255,103,33,1); */
/* rgba(204,82,26,1);  baker's chocolate 

/* Colors Onlineverzuimtrainingen 
 * #009688 green primary rgb(0,150,136)
 * #00796B green secondary rgb(0,121,107)
 * #ffb74d yellow button primary rgb(255,183,77)
 * #9c27b0 purple button secondary rgb(156,39,176) 
 */
 

body {
font-family: 'Open Sans', sans-serif;
font-size: 1.4vw;
-webkit-text-size-adjust: 100%;
margin: 0;
padding: 0;
}
        
#frametainer {
	position: relative;
    top:6vw;
	margin: 0 auto;
	display: block;
	border-style: none;
	width: 100vw;
	height: 56vw;
	max-width: 960px;
    max-height: 540px;
}

#teller {
   font-size: 1.4vw;
   position: absolute;
   width: auto;
   height: auto;
   bottom: 3%;
   left: 25%;
	color: red;
	}

#shape {
	position: relative;
	width: 100vw;
	height: calc((100vw/16)*9);
	margin: 0 auto;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	}

#videoframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	}

	#video_html5 {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 100%;
	height: 100%;
	}

#startvideo {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	cursor: hand;
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
	}
	
	#startposter {
		position: absolute;
		left: 0%;
		top: 0%;
		width: 100%;
		height: auto;
	}
	
.loader {
  /*margin: 0 auto;*/
  border: 1vw solid #f3f3f3; /* Light grey */
  border-top: 1vw solid rgba(255,183,77,1);
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* end loader */

.block {
	display: block;
}

#logodiv {
	position: absolute;
	left: 1vw;
	top: 2vw;
	width: 25%;
	height:auto;
	}
	
#logo {
	width: 100%;
	height: 100%;
}

#buttonfield {
	position: absolute;
	bottom: 10%;
	right: 3%;
	width: 92%;
	height: auto;
	padding: 1%;
    color: #ffffff;
	text-align: left;
    display: none;
}

#scoreveld {
	margin: 1%;
	padding: 1%;
	height: 30%;
	width: auto;
	text-align: left;
	background-color: red;
    display: none;
}

#scoreChart {
	max-height: 30vh;
	width: auto;
}

#vraagveld {
    margin: 1%;
	padding: 1%;
	width: 50%;
    text-align: left;
	background-color: rgba(255,183,77,1);
    display: none;
	border-radius: 5px;
}

#lower3 {
	position: absolute;
	bottom: 10%;
	left: 19%;
    margin: 1%;
	padding: 1%;
	width: 60%;
    text-align: left;
	background-color: rgba(0,121,107,1);
	color: rgba(255,255,255,1);
    display: none;
	font-size: 1.4vw;
	text-align: center;
	border-radius: 5px;
}

#colofonbutton {
	position: absolute;
	left: 1vw;
	bottom: 1vw;
	width: auto;
	height: auto;
	cursor: hand;
	cursor: pointer;
 	color: rgba(255,255,255,0.3);
    display: none;
}

.material-icons {
		font-size: 5vw;
}

.butt {
    margin: 1%;
	padding: 1%;
	cursor: hand;
	cursor: pointer;
    text-align: left;
	background-color: rgba(0,121,107,1);
    display: none;
	border-radius: 5px;
	color: rgba(255,255,255,1);
}

.butt:hover,.ant:hover {
	background-color: rgba(0,121,107,0.8);
}
        
.ant {
	width: 94%;
    margin: 1%;
	padding: 1%;
	cursor: hand;
	cursor: pointer;
    text-align: left;
	background-color: rgba(0,121,107,1);
	display: none;
	border-radius: 5px;
	color: rgba(255,255,255,1);
}

#skip {
	position: absolute;
	height: auto;
	width: auto;
	padding: 1%;
	right: 1vw;
	top: 2vw;
	cursor: hand;
	cursor: pointer;
	color: rgba(255,255,255,1);
	background-color: rgba(0,150,136,1);
	display: none;
	border-radius: 5px;
}
/*
#replay {
	position: absolute;

    right: 1vw;
	bottom: 12vw;
    font-size: 5vw;
	cursor: hand;
	cursor: pointer;
	color: rgba(255,183,77,1);
	display: none;
}

#retourmenu {
	position: absolute;
	font-size: 5vw;
	right: 1vw;
	bottom: 7vw;
	cursor: hand;
	cursor: pointer;
	color: rgba(255,183,77,1);
	display: none;
}

	
#controls {
	position: absolute;
    right: 1vw;
	bottom: 2vw;
    font-size: 5vw;
	cursor: hand;
	cursor: pointer;
	color: rgba(255,183,77,1);
	display: none;
	}
*/

#play_arrow {
	position: absolute;
	top: 15%;
	left: 15%;
	height: 70%;
	width: 70%;
	cursor: hand;
	cursor: pointer;
	opacity: 1;
	}	

#starterframe{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	}

/* new_Joost_avg */
#infopage{
	position: absolute;
	top: 4vw;
	text-align: left;
	padding:2vw;
}

#closebutton {
	width: auto;
	height: auto;
	cursor: hand;
	cursor: pointer;
	background-color: rgba(255,183,77,1);
	padding: 1%;
	margin: 1%;
	display: none;
	float: right;
	border-radius: 5px;
	vertical-align: middle;
}

#colofon {
	position: absolute;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	color: black;
	background-color: rgba(0,150,136,0.8);
	color: rgba(255,255,255,1);
	display: none;
	overflow: auto;
	border-radius: 10px;
	border-style: solid;
	border-width: 10px;
	border-color: rgba(255,183,77,1);
}

#warning {
	position: absolute;
	left: 1vw;
	top: 2vw;
	width: auto;
	height: auto;
	color: rgba(255,183,77,1);
}

#avg {
	position: absolute;
	left: 6vw;
	top: 2vw;
	width: auto;
	height: auto;
	color: rgba(255,183,77,1);
}

/* end avg*/

	#videomask {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	/* background-color: var(bgcolor_scrollfield); */
	/* overflow: scroll; */
	display:none;
	}

/* Start options copied of postnlvzt */	

#retourveld {
    margin: 1%;
	padding: 1%;
	/*width: 50%;*/
    text-align: center;
	/*background-color: rgba(237,140,0,1);*/ /* orange */
	background-color: rgba(0,150,136,1);
    display: none;
	border-radius: 5px;
}

.retourveldbutton {
    margin: 2%;
	padding: 1%;
	cursor: hand;
	cursor: pointer;
    text-align: center;
	background-color: rgba(255,183,77,1);
	display: inline;
}
	
.background-css{
position: absolute;
width:16vw;
height:16vw;
border:2vw solid transparent;
border-top-color:rgba(255,255,255,0.5);
border-right-color:rgba(255,255,255,0.5);
border-radius:50%;
transform:rotate(-45deg);
}

.lefthalf-css{
position: absolute;
width:16vw;
height:16vw;
border:2vw solid transparent;
border-bottom-color:rgba(156,39,176,1);
border-left-color:rgba(156,39,176,1);
border-radius:50%;
transform:rotate(-45deg); /* null position white needle 255,183,77 */
}

.righthalf-css{
position: absolute;
width:16vw;
height:16vw;
border:2vw solid transparent;
border-bottom-color:rgba(255,183,77,1);
border-left-color:rgba(255,183,77,1);
border-radius:50%;
transform:rotate(-45deg); /* null position red needle 255,183,77 */
}

#scoreveld {
	position: relative;
	margin: 1%;
	padding: 1%;
	width: auto;
	height: 20vw;
	text-align: left;
	background-color: rgba(0,150,136,0.8);
    display: none;
}

#scoreveld1{
	position: absolute;
	top: 0%;
	left:8%;
	width: auto;
	height: auto;
	margin: 1%;
	padding: 1%;
}

#gaugeguard{
	position: absolute;
	top: 25%;
	left: 40%;
	margin: auto 0;
	width: 26vw;
	height: 10vw;
	overflow: hidden;
}

.text{
color: white;
padding: 1%;
}

#pcntright{
	position: absolute;
	top: 60%;
	right:8%;
	margin: 1%;
	padding: 1%;
}

#pcntleft{
	position: absolute;
	top: 60%;
	left:8%;
	margin: 1%;
	padding: 1%;;
}

.orange{
color: rgba(237,140,0,1);
}

.blue{
color: rgba(52,64,182,1);
}

#legendaveld {
	position: relative;
	margin: 1%;
	padding: 1%;
	width: auto;
	height: 20vw;
	text-align: left;
	 /*background-color: rgba(52,64,182,1); */
	background-color: rgba(0,150,136,0.8);
    display: none;
}

.legendaicon{
	font-size: 3vw;
	color: rgba(255,183,77,1);
	vertical-align: middle;
}

.yellowbold{
color: rgba(255,183,77,1);
font-weight: bold;
padding: 1%;
}

.purple {
color: rgba(156,39,176,1);
}

.yellow {
color: rgba(255,183,77,1);
}

.small {
	font-size: 3vw;
	vertical-align: middle;
}

#controlspanel {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.7);
	display: flex;
	flex-direction: row;
	justify-content: center;
	display: none;
}

.navigation {
	font-size: 2vw;
	color: rgba(255,255,255,1);
	cursor: hand;
	cursor: pointer;
	padding: 0.2%;
	padding-left: 2%;
}

#startposterdiv {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	}
	
#video_start_icon {
		font-size: 8vw;
		color: rgba(255,255,255,1);
		z-index: 1000;
		display: none;
}

#trailerscreen {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(250,250,250,0.9);
	display:none;
}

/* Colors Onlineverzuimtrainingen 
 * #009688 green primary rgb(0,150,136)
 * #00796B green secondary rgb(0,121,107)
 * #ffb74d yellow button primary rgb(255,183,77)
 * #9c27b0 purple button secondary rgb(156,39,176) 
 */