/*-----------------------------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------------------------
/* LET OP! Het css-document in de productie-omgeving is style-min.css!! 
/*-----------------------------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------------------------*/

* {
padding: 0;
margin: 0;
}
.clear{
clear: both;
}
html, body {
min-height: 100%;
width: 100%;
font-family:"Arial",sans-serif;
}
body{
background: rgb(69,72,77); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}
a{
	color: #0078A5;
	text-decoration: none;
}
a:hover{
	color: #00A2DF;
	text-decoration: underline;
}
#container{
margin: 50px auto;
width: 800px;
}

#left{
	padding: .5em;
	border: 1px solid #777;
	background-color: #FAFFFF;
	float: left;
	width: 700px;
}
#right{
	padding: .5em;
	border: 1px solid #777;
	background-color: #FAFFFF;
	float: right;
	width: 30px;
}
#header{
	position: relative;
	background:#ffffff url('/images/header.png') no-repeat left top;
	height: 44px;
}
#content{
	background-color: #F7F7F9;
	border: 1px solid #c0c0c0;
}
#content, #header{
	margin: 6px;
	padding: 18px;
	

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.inladen td:first-child{
	text-align: right;
}
label.marg{
	margin-top: .5em;
	/*font-size: 110%; */
}
.tableform tr td{
	vertical-align: top;
}
.tableform tr td:first-child{
	min-width: 110px;
}
td.frmbox{
	text-align: right;
	padding-right: 5px;
}
.pollstats tr td{
	width: 50%;
}
.vraag .grvraag{
	word-wrap: break-word;
	font-size: 1.2em;
	font-weight: bold;
}
.vraag .info{
	font-size:0.7em;
	font-weight: normal;
	line-height:90%;
}
.onderinfo{
	font-size:0.7em;
}
.infovak{
	border: 1px solid grey;
	font-size: 0.7em;
	background-color: #E5E5E5;
	padding: .2em;
}
#contactlink{
	position: fixed;
	top: 0;
	margin-left: 680px;
	color: white;
	cursor: pointer;
}
#footer{
	font-size: small;
	text-align: center;
	color: white;
}
#langbar{
	position: absolute;
	top: 0px;
	right: 6px;
}
.titclick{
	cursor: pointer;
	color: #0078A5;
}
.titclick:hover{
	color: #00A2DF;
	text-decoration: underline;
}
.inklap{
    border-left: 1px dotted black;
    display: none;
    font-size: 12px;
    padding: 0 0 0.5em 0.5em;
	margin-left: 0.5em;
}
.inklap.toon{
	display: inherit;
}
#inpaddantw{
	box-sizing: border-box;
	height: 22px;
	width: 330px;
}
#addantwbutn{
	box-sizing: border-box;
	height: 23px;
}
#fbiframe{
	width: 500px;
	height: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
}
/* Start ---- Modern Poll Style */
#antws{
	width: 100%;
}
#antws td{
	width: 50%;
}
#antws td:last-child{
	padding-left: 1em;
	word-wrap: break-word;
	max-width: 500px;
}
#antws tr{
	cursor: pointer;
}
#antws tr.gestemd, #antws tr.nieuw{
	cursor: default; !imortant
}
#antws.geklikt tr{
	cursor: default; !imortant
}
.exinfo{
	color: #444;
	font-size: 0.7em;
	visibility: hidden;
}
.gestemd .exinfo{
	visibility: visible; !important
}
.toon .exinfo{
	visibility: visible; !important
}
.polled { height: 22px; }
/*.voted {
	margin-top: 0.5em;
}*/
.progress { border: 1px solid #ccc; position: relative; display: block; padding: 0; padding-right: 2px; margin:4px 0; background: #DEDEDE; background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#e9e9e9)); background: -moz-linear-gradient(top, #ccc, #e9e9e9);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#e9e9e9');

    -moz-box-shadow:0 1px 0 #fff;
    -webkit-box-shadow:0 1px 0 #fff;
    box-shadow:0 1px 0 #fff;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	
	
}
.polled span { height:20px; }
.voted span { height: 9px; }
.progress span { display: block; margin: 0; padding: 0; text-align:center; width:0;
    
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.progress span b { color:#fff; line-height:20px; padding-left:2px; text-shadow:0 1px 1px rgba(0, 0, 0, 0.5); }

.progress-1 span {
    border: 1px solid #0078a5; background-color: #5C9ADE;
    background: -moz-linear-gradient(top, #00adee 10%, #0078a5 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #00adee), color-stop(0.9, #0078a5));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.progress-2 span {
    border: 1px solid #5c9425;  background-color: #77AF3F;
    background: -moz-linear-gradient(top, #8fc857 10%, #5c9425 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #8fc857), color-stop(0.9, #5c9425));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc857', endColorstr='#5c9425');
}
.progress-3 span {
    border: 1px solid #f47a20; background-color: #faa51a;
    background: -moz-linear-gradient(top, #faa51a 10%, #f47a20 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #faa51a), color-stop(0.9, #f47a20));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.progress-4 span {
    border: 1px solid #A92C2C; background-color: #C44747;
    background: -moz-linear-gradient(top, #DD5F5F 10%, #A92C2C 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #DD5F5F), color-stop(0.9, #A92C2C));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD5F5F', endColorstr='#A92C2C');
}
.progress-5 span {
    border: 1px solid #8c2ca9; background-color: #C44747;
    background: -moz-linear-gradient(top, #bf5fdd 10%, #8c2ca9 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #bf5fdd), color-stop(0.9, #8c2ca9));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf5fdd', endColorstr='#8c2ca9');
}
/* End ---- Modern Poll Style */
#myForm fieldset {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#myForm legend{
  font-size: 1.3em;
  font-weight: bold;
}

#myForm ul {
  list-style: none;
}

#myForm li {
  position: relative;
}

#myForm [type=text],
#myForm [type=submit],
#myForm textarea {
  margin-top: 3px;
  padding: 1px;
  border: 1px solid #000000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#myForm [type=check],
#myForm [type=radio],
#myForm [type=submit] {
  cursor: pointer;
}

#myForm label {
  display: block;
}

#myForm [type=check] + label,
#myForm [type=radio] + label {
  display: inline-block;
  cursor: pointer;
}

#myForm input:hover,
#myForm textarea:hover,
#myForm input:focus,
#myForm textarea:focus {
  background-color: #E8E9FF;
}

#myForm .validation-failed {
  border-color: #ff0000;
  background-color: #ffdddd;
}

#myForm .validation-advice {
  padding-bottom: 5px;
  color: #ff0000;
}

#myForm #myResult {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #0000ff;
  background-color: #ddddff;
}

#myForm #myResult:empty {
  border-width: 0;
  padding: 0;
}

#myForm .spinner {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #f0f0f0;
}

#myForm .overTxtLabel {
  color: #888888;
}

/** Cookie stuff **/

#cookielaw{
	position: fixed;
	color: #F7F7F9;
	background-color: #222222;
	border-radius: 5px;

	padding: 20px;
	left: initial;
	right: 20px;
	bottom: 20px;
	width: 300px;

	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-name: fadeInRight;
}
#cookielaw #cookiebutton{
	display: block;
	color: #000;
	background-color: #F1D600;
	border-radius: 5px;
	margin-top: 1em;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
}

@-webkit-keyframes fadeInRight{
	0%{
		opacity:0;
		-webkit-transform:translateX(20px);
		transform:translateX(20px)
	}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}
@keyframes fadeInRight{
	0%{
		opacity:0;
		-webkit-transform:translateX(20px);
		-ms-transform:translateX(20px);
		transform:translateX(20px)
	}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
}
