/* boven rechts onder links bij padding (binnenkant) en margin (buitenkant)  */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0px;
  font-family: monofont;
}

a {
  text-decoration: none; 
  color: black;
}

.bovenbalk {
	position: absolute;
	height: 80px;
	width: 960px;
	left: 240px;
}

.meldingvak {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 240px;
	height: 80px;
	padding: 4px 84px 0px 44px;
}

.menukolom {
  width: 240px;
  position: absolute;
  top: 80px;
  left: 0px;
  padding: 10px 20px 10px 20px;
  min-height: 1200px;
}

.datakolom {
  width: 960px;
  position: absolute;
  top: 80px;
  left: 240px;
  min-height: 1200px;
}

.navigatievak {
  float: left;
  height: 36px;
  width: 960px;
  padding: 6px;
}

.datavak {
	float: left;
	width: 960px;
	padding-top: 8px;
}

.deelnemervak
{
	height: 80px;
	width: 960px;
}

.logovak
{
	width:120px;
	height:72px;
}

.rekeningplaatje
{
	height:16px;
}

.kleinetekst
{
	font-size: 0.7em;
}

.balkvakje
{
	display:block;
	position:relative;
	float: left;
	height: 80px;
	padding: 8px;
	font-size: 1.4em;
}

.stoerspel-form-vak
{
	padding: 4px;
/* 	margin-left: 10px; */
	border-radius: 6px;
	width: 350px;
	min-height: 470px;
	position: relative;
	top: 0px;
	left: 0px;
/* 	background: green; */
}

/* .stoerspel-input */
input, label, select
{
	display:block;
	height: 24px;
	color: gray;
	font-size: 16px;	
	padding:2px;
	float: left;
	width: 240px;
	font-family: monofont;
}

input, select
{
/* 	margin: 4px 4px 4px 0px; */
	border: 0px;
	color: black;
}

select
{
	font-size: 0.8em;
}

.stoerspel-tabel{border:0px solid #fff;margin-left: 8px;margin-bottom: 16px;}
.stoerspel-tabel tr:nth-child(even){background-color:#ffeead}
.stoerspel-tabel tr {height: 32px; vertical-align: top;}
.stoerspel-tabel{border-collapse:separate;border-spacing:0;width:800px;display:table;}
/* .tabel-klein {width: 600px;}; */
.tabel-klein tr {height: 28px; font-size: 0.8em;};
/* 
.stoerspel-tabel-klein tr td{height: 24px; vertical-align: top;	background: #ffeead;}
.stoerspel-tabel-klein {border-collapse:separate;margin-left: 8px;border-spacing:0;width:400px;display:table;}
.stoerspel-tabel-klein {border:0px solid #fff; background-color: #ffcc5c;margin-left: 8px;margin-bottom: 16px;}
 */

.stoerspel-form-tabel
{
	border-collapse:separate;
	border-spacing:0;
	width:300px;
	display:table;
}

.stoerspel-form-tabel
/* .stoerspel-form-tabel input, select, label */
{

}

.stoerspel-titel
	{
	border:0px solid #ffebcd;
	background: #ffeead;
	margin-bottom: 4px;
	height: 36px;
	font-size: 1.6em;
	text-align: left;
	}


.stoerspel-titel-klein
	{
	border:0px solid #ffebcd;
	background: #ffebcd;
	margin-bottom: 4px;
	height: 28px;
	font-size: 1em;
	text-align: left;
	}

/* lettertype */
@font-face
{
	font-family: "viltjeFont";
	src:	url('../layout/viltjeFont.woff') format('woff'),
	url('../layout/viltjeFont.ttf')  format('truetype'),
	url('../layout/viltjeFont.svg#svgFontName') format('svg');
}

@font-face
{
	font-family: "monofont";
	src: 	url('../layout/Inconsolata-Regular.woff') format('woff'),
	url('../layout/Inconsolata-Regular.ttf')  format('truetype'),
	url('../layout/Inconsolata-Regular.svg#svgFontName') format('svg');
}

.knop
/* geldt voor alle knoppen */
{
	position: relative;
	float: left;
	display:block;
	border: 1px solid #ffeead;
	background-color: #ffcc5c; 
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-shadow: 2px 2px #888888;
	border-radius: 6px;
	margin-right: 8px;
}

.knop:hover {
	background-color: white!important; 
	border: 1px solid #ffcc5c;
	box-shadow: 2px 2px #ffeead;
	}

.menuknop
{
	padding: 5px 2px 4px 2px;
	margin-bottom: 8px;
	height:32px;
	width:200px;
}

.navigatieknop
{
	padding: 4px 8px 0px 8px;
	margin-left: 8px;
	height:28px;
}

.exitknop
{
	padding: 5px 2px 4px 2px;
	margin: 26px 12px 0px 0px;
	height:24px;
	width:100px;
	float: right;
}

.formknop
{
	height:24px;
	float: none;
}

.tabelknop
{
	height:24px;
	margin: 2px;
}

.tabelknop-klein
{
	height:20px;
	margin-top: 4px;
	margin-right: 2px;
	padding: 2px 2px 0px 2px;
	font-size: 0.8em;
}

.tabelplaatje
{
	width:28px;
	height:28x;
/* 	padding-right: 8px; */
}


/* te gebruiken kleuren */
.vaalgroen
{
	background-color: #96ceb4;
	color: black;
}

.vaalgeel
{
	background-color: #ffeead;
	color: black;
}

.goudgeel
{
	background-color: #ffcc5c;
	color: black;
}

.vaalrood
{
	background-color: #ff6f69;
	color: black;
}

.wit
{
	background-color: #FFFFFF;
}

.vaaloranje
{
	background-color: #f2ae72;
}

.lichtgroen
/* whatsapp groen voor sToerFlits van deelnemer zelf */
{
	background-color: #d3f8d3;
}

.aandacht {
	background-color: #ffeead;
	animation-name: geelrood;
	animation-duration: 6s;
	font-size: 24px;
	font-family: "viltjeFont";
	color: grey;
}

@keyframes geelrood {
  from {background-color: #96ceb4;}
  to {background-color: #ffeead;}
}


em
{
	font-weight: bolder;
	color: grey;
}
/* em kan ook nog extra kleur krijgen */


.verborgen
{
	display: none;
}

.getoond
{
	display: table;
}


#stoerFlitsInputVeld {
  background: url("../images/sToerFlits logo.png") no-repeat 95% 50%;
  background-size: 45px;
	padding-left: 8px;
	background-color: white;
}

#sToerFlitsBallonVAK
{
	position:relative;
	top: 0;
	left: 0;
	min-height: 18em;
	overflow:hidden;
	padding: 8px;
	background-color: #ffeead;
	border: solid 1px #ffcc5c;
}

.stoerflits-tekstballon {
	position: relative;
	margin-bottom: 20px;
	z-index: 2;
	border-radius: 12px;
	border: 1px solid lightgrey;
	padding: 0 4px;
	min-width: 12em;
}

.pijltje-linksonder:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 1;
	border-left: 12px solid white;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	border-bottom: 12px solid transparent;
	left: 52px;
	bottom: -18px;
}


.pijltje-rechtsonder-groen:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 1;
	border-left: 12px solid #d3f8d3;
	border-right: 6px solid transparent;
	border-top: 6px solid #d3f8d3;
	border-bottom: 12px solid transparent;
	right: 52px;
	bottom: -18px;
}


.stoerflitsLogo
{
	height: 1em;
	width: auto;
	margin-top: 4px;
}

.minhoogte16em
{
	min-height: 16em;
}

a[href], input[type='submit'], input[type='image'], select, button, p, .pointer {
       cursor: pointer;
}

.wegsmijtpointer
{
	cursor: crosshair;
}


*:focus {
    outline: none;
}

.titelSpanLinks
{
	display: block;
	float:left;
	padding-left: 16px;
}


.titelSpanRechts
{
	display: block;
	float:right;
	padding-right: 16px;
}

.viltje
{
	position: relative;
	display:block;
	padding: 5px 10px;
	width: 240px;
	height: 40px;
  background: url(../images/viltje100x100.png);
  background-repeat: no-repeat;
  background-size: cover;
	border-radius: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family:viltjeFont,courier;
	font-size:2em;
	font-weight:100;
	line-height:1em;
	color: steelblue;
	letter-spacing: 2px;
	margin:auto;
}


.stoerspel-padding8 {padding:8px;}
.stoerspel-padding16 {padding:16px;}
.stoerspel-menubalk {font-size:20px!important; line-height: 2; height: 50px;}
.vak-wit{background-color: #FFFFFF;}
.vak-grijs{background-color: #F0F0F0;}




table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

hr{border:0;border-top:1px solid #eee;margin:20px 0}
