/* CSS Document */

/*Voor eigen extra klassen, id of dergelijke, gebruikt het daarvoor bestemde gedeelte helemaal onderaan!*/



/*Voor help vensterje op inschrijvingspagina*/
#help{
	width: 80%;
	max-width:350px;
	position: fixed;
	height:auto;
	max-height:500px;
	overflow:auto;
	z-index: 10;
	top:40%;
	left:50%;
	display: none;
	border: 2px solid #000;
	background:white;
	transform:translate(-50%,-50%);	
	padding:15px;
	box-shadow:0px 0px 10px 0px #000;
	opacity:2;
}
#cover {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 5;
	width: 100%;
	height: 100%;
	display: none;
}
#help:target, #help:target + #cover {
	display: block;
	opacity: 2;
}
.cancel {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	color: black;
	height: 30px;
	width: 30px;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.cancel:hover {
	background:#999;
	color:#FFF;
}
/**/


.link-button{
	display:block;
	padding:10px;
	border:0px;
	cursor:pointer;
	margin:10px auto;
	width:20%;
	max-width:200px;
	min-width:100px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
}



script{
	display:none !important;
}




/*Kleuren blokken*/
.blok-rood .block-header{
	background:#F92F2F;
	color:#FFF !important;
	/*box-shadow:0px 1px 5px 0px #F92F2F;*/
}
.blok-oranje .block-header{
	background:#F5AA0C;
	color:#FFF !important;
	/*box-shadow:0px 1px 5px 0px #F5AA0C;*/
}
.blok-geel .block-header{
	background:#FCD207;
	color:#FFF !important;
	/*box-shadow:0px 1px 5px 0px #FCD207;*/
}
.blok-groen .block-header{
	background:#1DB20D;
	color:#FFF !important;
	/*box-shadow:0px 1px 5px 0px #1DB20D;*/
}
.blok-blauw .block-header{
	background:#1179F6;
	color:#FFF !important;
	/*box-shadow:0px 1px 5px 0px #1179F6;*/
}
.blok-paars .block-header{
	background:#E407DD;
	color:#FFF !important;
	/*box-shadow:0px 1px 5px 0px #E407DD;*/
}

/*Error documenten*/
.error-title{
	font-size:7em;
	text-align:center;
	margin-top:20px;
}
.error-message{
	font-size:3em;
	text-align:center;
	margin-top:10px;
}
.error-content, .error-content h2, .error-content h3, .error-content h4, .error-content h5, .error-content h6, .error-content p, .error-content a, .error-content ul li,.error-content ol li{
	color:#666;
}

/*ALGEMENE OPMAAK*/
*{
	margin:0px;
	padding:0px;
}
img{
	border:none;	
}

/*Form elementen*/
input[type=submit], input[type=button], input[type=reset]{
	padding:10px;
	border:0px;
	cursor:pointer;
	font-weight:bold;
	margin:5px 5px 0px 0px;
	display:inline-block;
}
:focus{
	outline:none;
	outline:0;
}
input[type=text], input[type=password], input[type=tel], input[type=email], input[type=number], textarea{
	padding:10px 15px;
	border:none;
	border:1px solid #999;
	margin:5px 0px 10px 0px;
}
input[type=text], input[type=password], input[type=tel], input[type=email], input[type=number]{
	height:16px;
	font-size:14px;
}
input[type=radio]{
	margin:5px;
}
input[type=checkbox]{
	margin:5px;
}
input[type=text]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, textarea:focus{
	box-shadow:0px 0px 4px 0px #2FC81D inset;
	outline:none;
	outline:0;
	outline-color:#2FC81D;
	border:1px solid #2FC81D;
}
input[type=number]{
	width:50px;
}
textarea{
	width:97%;
	resize:none;
}
iframe{
	border:none;
	border:0px;
	background:#FFF !important;
}
label{
	font-weight:bold;
	display:inline-block;
}
.label-font-klein{
	font-size:0.8em;
}
.label-font-normaal{
	font-size:1em;
}
.label-font-groot{
	font-size:1.2em;
}
.label-extrakort{
	width:75px;
}
.label-kort{
	width:125px;
	margin-bottom:10px;
}
.label-normaal{
	width:200px;
	margin-bottom:10px;
}
.label-lang{
	width:275px;
	margin-bottom:10px;
}


.button-rood{
	background:#F22;
	box-shadow:0px 0px 2px 0px #D22;
	color:#FFF;
}
.button-rood:hover{
	box-shadow:0px 0px 5px 1px #D22;
}
.button-groen{
	background:#0A0;
	box-shadow:0px 0px 2px 0px #090;
	color:#FFF;
}
.button-groen:hover{
	box-shadow:0px 0px 5px 1px #090;
}
.button-blauw{
	background:#07C;
	box-shadow:0px 0px 2px 0px #059;
	color:#FFF;
}
.button-blauw:hover{
	box-shadow:0px 0px 5px 1px #059;
}


/*Inhoud blokken*/
.block-title{
	color:#FFF;
	margin-top:0px;
	font-family:'Courgette', cursive;
}
.block-content{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.block-content iframe.images{
	height:200px;
	max-width:200px;
	display:block;
	margin:auto;
	border:0px;
}
.block-content iframe{
	width:100%;
	display:block;
	border:0px;
}

#recent-div{
	/*font-family:Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;*/
}
.recent-item{
	color:#222;
	font-size:16px;
	border-bottom:1px dotted;
	text-decoration:none;
}
.recent-item:hover{
	border-bottom:1px solid;
}
.recent-item-time{
	color:#666;
	margin:0px 0px 10px 5px;
}

/*Titels pagina*/
h1, h2, h3, h4, h5, h6{
	margin-bottom:10px;
	margin-top:10px;
}
h1{
	color:#930;
}
h2{
	color:#D2691E;
}
h3{
	color:#066;
}

/*Inhoud pagina*/
.page-title{
	margin-top:0px;
}
.page-content{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.page-content p{
	margin:10px 0px 10px 0px;
}
.page-content a:hover{
	text-decoration:none;
}
a{
	color:#366;
}
a:hover{
	text-decoration:none;
}

/*Edit links*/
.edit-link{
	padding-bottom:5px;
	border-bottom:1px solid #000;	
}
.edit-link div{
	display:block;
}
.edit-link a{
	padding:2px;
	margin:3px 0px 3px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	display:inline-block;
}
.edit-link a:hover{
}
.edit-link a img{
	width:16px;
	position:relative;
	top:2px;
	margin-right:5px;
	border:none;
}
.edit-link p{
	display:inline-block;
	padding-right:10px;
}
.edit-link p span{
	font-weight:bold;
}
.edit-link-eigenaar:before{
	content:url(../images/system/user.png);
	margin-right:5px;
}
.edit-link-gewijzigd:before{
	content:url(../images/system/edit.png);
	margin-right:5px;
}

ol, ul{
	padding-left:20px;
}
ul{
	list-style-type:square;
}
ul ul{
	list-style:none;
	padding-left:5px;
}

/*Nuttinge klassen*/
.required{
	color:#E00;
	font-weight:bold;
	font-size:18px;
}
	
.clear{
	clear:both;
}
.underline{
	text-decoration:underline;
}
.italic{
	font-style:italic !important;
}
.bold{
	font-weight:bold;
}
.font-klein{
	font-size:14px;
}
.auto-width{
	width:auto !important;
}
.full-width{
	width:100% !important;
}
.fotoboek-img{
	display:inline-block;
	margin:1%;
	border:1px solid #000;
	transition: all ease-in 0.25s;
}
.fotoboek{
	text-align:center;
}
.fotoboek:hover  .fotoboek-img{
	opacity:0.6;
}
.fotoboek:hover .fotoboek-img:hover{
	opacity:1;
	box-shadow:0px 0px 10px 0px #333;
}
.fotoboek-img img{
	display:block;
}
table.first-column-heading tr td:nth-child(1), table.first-column-heading tr th:nth-child(1){
	background:#6C3;
	border-right:1px solid #666;
	font-weight:bold;
}
table.fototabel tr td a{
	
}
table.fototabel tr td a img{
	display:block;
	margin:auto;
	border:1px solid #000;
	box-shadow:0px 0px 5px 0px #000;
	width:100px;
}

/*Voor even en oneven kleuren in tabel*/
tr.even{
	background-color:#A8FFA8 !important;
}
tr.odd{
	background-color:#FFF !important;
}

table tr:nth-child(2n){ /*2n zijn even volgens css (telt vanaf 1), maar om te matchen met jquery, zijn dit de oneven (tellen van 0) */
	background-color:#FFF;
}
table tr:nth-child(2n+1){
	background-color:#A8FFA8;
}
/**/

@media screen and (min-width:900px) { 
.block-content .tickerControls{
	text-align:center;
	font-weight:bold;
	padding-top:5px;
}
.block-content .tickerControls .tickerPrev, .block-content .tickerControls .tickerNext{
	display:inline-block;
	cursor:pointer;
	background:#999;
	color:#FFF;
	font-size:20px;
	padding:0px 7px 3px 7px;
}

html{
	height:100%;
	position:relative;
}
body{
	height:100%;
	background:#FFF;
	margin:0px;
	padding:0px;
	background-color:#CCC;
	/*background:linear-gradient(rgb(0, 100, 255), rgb(0, 255, 158));*/
	background-attachment:fixed;
	background-image:url("../images/system/gras.jpg");
	background-position: bottom;
	background-size:cover;
}

/*MAIN PAGE*/
#wrapper{
	height:100%;
	width:96%;
	max-width:1500px;
	margin:0px auto -49px;
	display:table;
	border-spacing:0px;
}
#data{
	display:table-cell;
	text-align:justify;
	padding:20px;
	box-shadow:0px 0px 5px 1px #111;
	background-color:#FFF;
	/*behavior:url(http://minivoetbal.vs-w.be/js/PIE-1.0.0/PIE.php);*/
}
#data.display-block{
	display:block !important;
}
#content{
	position:relative;
}
.sidebar{
	width:260px;
	display:table-cell;
	padding-bottom:10px;
}
.block{
	margin: 0px 10px 10px 0px;
	box-shadow:0px 0px 5px 1px #111;
	background-color:#FFF;
	/*behavior:url(http://minivoetbal.wegi.be/js/PIE-1.0.0/PIE.php);*/
}

.block-header{
	background-color:#2FC81D;
}
.block-header .block-title{
	margin-bottom:0px;
	display:inline-block;
	padding:5px 10px 5px 10px;
	width:175px;
	margin-left:15px;
	font-family:'Courgette', cursive;
}
.block-header img{
	width:20px;
	padding:7px 5px 0px 0px;
	float:right;
	opacity:0.4;
	border:none;
}
.block-header img:hover{
	opacity:0.9;
}

.block .edit-link{
	padding:5px;
}
.block-content{
	padding:5px 10px 10px 10px;
}

.push-top{
	height:75px;
	min-height: 75px;
	display:table-row;
}
.push-bottom{
	height:55px;
	display:table-row;
}
#google-map{
	border:0px;
	float:left;
	width:59%;
	margin: 0px 1% 1% 0px;
	box-shadow:0px 0px 5px 1px #666;
	height:400px;
	min-width:400px;
}
.float-left{
	float:left;
	margin:0px 10px 10px 0px;
	width:300px;
	border:1px solid #000;
	box-shadow:0px 0px 10px 0px #000;
}
.float-right{
	float:right;
	margin:0px 0px 10px 10px;
	width:300px;
	border:1px solid #000;
	box-shadow:0px 0px 10px 0px #000;
}
.float-left img, .float-right img{
	width:300px;
}

/*TABELLEN*/
table{
	border-spacing:0px;
	width:100%;
	margin:10px 0px 10px 0px;
}
table tr th{
	background-color:#6C3;
}
table tr td, table tr th{
	padding:5px;
	border-bottom:1px solid #666;
	text-align:center;
}
table a{
	text-decoration:underline;
	margin:auto;
}


/*Extra voor achtergrond fixed houden op live pagina*/
#search-div{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin:auto;
	text-align:center;
	padding:5px 0px;
	background:#6C3;
}
#search-div-wrapper{
	width:100%;
}
.fixed{
	position:fixed;
	top:70px;
	left:0px;
}
.fixed #search-div{
	width:96%;
	box-shadow:0px 0px 5px 1px #333;
	/*background: #FFF !important;*/
}
/**/


/*FOOTER*/
footer{
	padding:15px 0px 15px 0px;
	background-color:#333;
	color:#CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:96%;
	max-width:1500px;
	margin:0px auto;
	font-size:16px;
	box-shadow:0px 0px 5px 1px #333;
}
#copyright{
	float:left;
	margin-left:15px;
}
#toTop{
	float:right;
	cursor:pointer;
	margin-right:15px;
}
#toTop:hover{
	text-decoration:underline;
}

}

@media screen and (max-width: 899px) and (min-width: 480px){
.block-content .tickerControls{
	text-align:center;
	font-weight:bold;
	padding-top:5px;
}
.block-content .tickerControls .tickerPrev, .block-content .tickerControls .tickerNext{
	display:inline-block;
	cursor:pointer;
	background:#999;
	color:#FFF;
	font-size:25px;
	padding:0px 10px 5px 10px;
}

html{
	height:100%;
	position:relative;
}
body{
	height:100%;
	background-color:#CCC;
	background-attachment:fixed;
	background-image:url("../images/system/gras.jpg");
}
#wrapper{
	height:100%;
	width:98%;
	margin:0px auto -47px;
	display:table;
	border-spacing:0px;
}
.push-top{
	height:65px;
	min-height: 65px;
	display:table-row;
}
.push-bottom{
	height:55px;
	display:table-row;
}
#data{
	display:table-row;
	text-align:justify;
	background-color:#FFF;
	clear:both;
	width:100%;
	box-shadow:0px 0px 5px 1px #333333;
	height:100%;
}
#content{
	box-shadow:0px 0px 5px 1px #333333;
	height:100%;
	width:100%;
	display:table-cell;
	padding:20px;
}
#content .edit-link{
	padding-left:10px;
}
#data .page-title{
	/*padding:0px 10px 0px 10px;*/
	margin-top:0px;
}
.sidebar{
	clear:both;
	border-spacing:10px;
	display:table-row;
	height:0px;
}
.block-header{
	background-color:#6C3;
}
.block-header .block-title{
	color:#FFF;
	margin-bottom:0px;
	padding:5px 10px 5px 10px;
	float:left;
	width:75%;
	font-family:'Courgette', cursive;
}
.block-header img{
	width:20px;
	padding:7px 5px 0px 0px;
	float:right;
	opacity:0.4;
	border:none;
}
.block-header img:hover{
	opacity:0.9;
}
.block{
	margin: 5px 1% 10px 1%;
	box-shadow:0px 0px 5px 1px #333333;
	background-color:#FFF;
	float:left;
	min-width:170px;
	width:48%;
}
div.block div.edit-link{
	padding:5px;
}
.block-content{
	padding:5px 10px 10px 10px;
	min-height:30px;
}
#google-map{
	border:0px;
	width:95%;
	margin:0px auto 10px auto;
	box-shadow:0px 0px 5px 1px #666;
	height:350px;
	display:block;
}
.float-left{
	float:left;
	margin:10px 10px 10px 0px;
	border:1px solid #000;
	box-shadow:0px 0px 10px 0px #000;
	min-width:200px;
	width:auto;
	max-width:350px;
}
.float-right{
	float:right;
	margin:10px 0px 10px 10px;
	border:1px solid #000;
	box-shadow:0px 0px 10px 0px #000;
	width:300px;
}
.float-left img, .float-right img{
	width:300px;
}

/*TABELLEN*/
table{
	border-spacing:0px;
	width:100%;
	margin:10px 0px 10px 0px;
}
table tr th{
	background-color:#6C3;
}
table tr td, table tr th{
	padding:5px;
	border-bottom:1px solid #666;
	text-align:center;
}
table a{
	text-decoration:underline;
	margin:auto;
}


/*Extra voor achtergrond fixed houden op live pagina*/
#search-div{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin:auto;
	text-align:center;
	background:#6C3;
	padding:4px 0px 3px 0px;
}
#search-div p{
	display:none;
}
#search-div-wrapper{
	width:100%;
}
.fixed{
	position:fixed;
	top:0px;
	left:0px;
	z-index:5;
	pointer-events:none;
}
.fixed #search-div{
	width:50%;
	pointer-events:all;
	background:#6C3;
	padding:4px 0px 3px 0px;
	border:none;
}

/**/


/*FOOTER*/
footer{
	padding:15px 0px 15px 0px;
	background-color:#333;
	color:#CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100%;
	margin:0px auto;
	font-size:16px;
	box-shadow:0px 0px 5px 1px #333;
}
#copyright{
	float:left;
	margin-left:15px;
}
#toTop{
	float:right;
	cursor:pointer;
	margin-right:15px;
}
#toTop:hover{
	text-decoration:underline;
}

/**/


input[type=text], input[type=password], input[type=tel], input[type=email], input[type=number],  textarea{
	display:block;
	width:90%;
	max-width:500px;
}
label{
	display:block;
}
.label-kort{
	display:inline-block;
}

}

@media screen and (max-width: 479px){
.block-content .tickerControls{
	text-align:center;
	font-weight:bold;
	padding-top:5px;
}
.block-content .tickerControls .tickerPrev, .block-content .tickerControls .tickerNext{
	display:inline-block;
	cursor:pointer;
	background:#999;
	color:#FFF;
	font-size:25px;
	padding:0px 10px 5px 10px;
}

html{
	height:100%;
	position:relative;
}
body{
	height:100%;
	background-color:#CCC;
	background-attachment:fixed;
	background-image:url("../images/system/gras.jpg");
}
#wrapper{
	width:100%;
	display:table;
	border-spacing:0px;
}
.push-top{
	height:10px;
	display:table-row;
}
.push-bottom{
	height:10px;
	min-height: 10px;
	display:table-row;
}
#data{
	display:table-row;
	text-align:justify;
	background-color:#FFF;
	clear:both;
	width:100%;
	box-shadow:0px 0px 5px 1px #333333;
	height:100%;
}
#content{
	box-shadow:0px 0px 5px 1px #333333;
	height:100%;
	width:96%;
	padding:20px 5% 20px 5%;
	display:table-cell;
}
#content .edit-link{
	padding-left:10px;
}
#data .page-title{
	/*padding:0px 10px 0px 0px;*/
	margin-top:0px;
}
.sidebar{
	clear:both;
	border-spacing:10px;
	display:table-row;
	height:0px;
}
.block-header{
	background-color:#6C3;
}
.block-header .block-title{
	float:left;
	width:75%;
	/*color:#2F4F4F;*/
	margin-bottom:0px;
	padding:5px 10px 5px 10px;
}
.block-header img{
	width:20px;
	padding:7px 5px 0px 0px;
	float:right;
	opacity:0.4;
	border:none;
}
.block-header img:hover{
	opacity:0.9;
}
.block{
	margin:10px auto;
	box-shadow:0px 0px 5px 1px #333333;
	background-color:#FFF;
	min-width:170px;
	width:96%;
}
div.block div.edit-link{
	padding:5px;
}
.block-content{
	padding:5px 10px 10px 10px;
	min-height:30px;
}
#google-map{
	border:0px;
	width:100%;
	margin:0px auto 10px auto;
	box-shadow:0px 0px 5px 1px #666;
	height:350px;
	display:block;
}
.float-left{
	margin:10px 10px 10px 0px;
	width:100%;
	border:1px solid #000;
	box-shadow:0px 0px 10px 0px #000;
}
.float-right{
	margin:10px 0px 10px 10px;
	width:100%;
	border:1px solid #000;
	box-shadow:0px 0px 10px 0px #000;
}
.float-left img, .float-right img{
	width:100%;
}


input[type=text], input[type=password], input[type=tel], input[type=email], input[type=number], textarea{
	display:block;
	width:95%;
	padding:7px;
	margin:auto;
	max-width:300px;
}
label{
	display:block;
}
.label-kort{
	display:inline-block;
	min-width:75px;
	width:auto;
}



/*TABELLEN*/
table{
	border-spacing:0px;
	width:100%;
	margin:10px 0px 10px 0px;
}

table tr th{
	background-color:#6C3;
}
table tr td, table tr th{
	padding:5px;
	border-bottom:1px solid #666;
	text-align:center;
}


/*Extra voor achtergrond fixed houden op live pagina*/
#search-div{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin:auto;
	text-align:center;
	padding:5px 0px;
	background:#6C3;
}
#search-div-wrapper{
	width:100%;
}
.fixed{
	
}
.fixed #search-div{
	
}
#opvulling-search-div.is-fixed{
	height:0px !important;
}
/**/


/*FOOTER*/
footer{
	padding:15px 0px 15px 0px;
	background-color:#333;
	color:#CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100%;
	margin:0px auto;
	font-size:16px;
	box-shadow:0px 0px 5px 1px #333;
}
#copyright{
	text-align:center;
}
#toTop{
	cursor:pointer;
	margin-top:5px;
	text-align:center;
}
#toTop:hover{
	text-decoration:underline;
}

}

/*Eigen klasses*/
.custom-h3{
	font-family: "Comic Sans MS";
	text-align:center;
	color:#333;
	font-weight:normal;
}

.small-margin{
	margin:20px 0px 20px 0px;
}
.small-margin p{
	margin: 5px 0px 5px 0px;
}

.pdf-img{
	transition:ease-in all 0.3s;
	border-radius:10px;
}
.pdf-img:hover{
	box-shadow: 0px 0px 10px #E33;
}