	/*
(c) Access Software (auteur:Martin Visser)
*/
/*
    Created on : 18-aug-2014, 12:39:14
    Author     : Access
*/

/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway');
@font-face {
  font-family: Script;
  src: url(DancingScript.ttf);
}
*/
body {
    background-color: #fff;
    font-family: 'Raleway', 'Open Sans', sans-serif;


    margin: 0;
    padding: 0;
    position: relative;
}

@media print {
    .noprint {display: none;}
    #content { min-width: 80px;
              margin: 0 2%;
              width: 95%;
              box-shadow: none;
             }
	table, table.sortable, table.simplelist
	{   width:97%;		 
	}
}
#fullpage
{
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;

}
p
{   font-size: 16px;
	line-height: 24px;
}
/********************************************************************************************
* Algemeen invoervelden links
*********************************************************************************************/
h1,h2,h3,h4
{
    font-family: Open Sans, sans-serif;
    	font-weight: bold;
}

a , span.clickable
{
    text-decoration:none;
    font-weight:600;
    color:#006400;
    cursor:pointer;
}



div.baanlink a
{   
    display: block;
    width: 90%;
    max-width: 500px;
    margin:2px auto;
    text-align:centre;
    background-color: lightblue;
    border-radius: 4px;
    padding : 12px;
}

a:hover , span.clickable:hover, .button:hover
{
    text-decoration:none;
    color:blue;
}

.button
{
    	display:inline;
        background-color:#ddd;
	border : 1px white solid;
	margin :2px;
	padding : 4px 6px;
        text-decoration:none;
        font-weight:600;
        color:green;
        cursor:pointer;
}
input.button
{
    	display:inline;
        background-color:#ddd;
	border : 1px white solid;
	margin :2px;
	padding : 3px 4px;
        text-decoration:none;
        font-weight:600;
        color:green;
        cursor:pointer;
}

b,strong
{
    font-weight: 600;
}

a img
{
    border:none;
}
.inlineimg {
    vertical-align: bottom;
    height:20px;
}
input
{	background-color:#ddd;
	border : 1px white solid;
	font:inherit;
}

input.error
{
	border : 1px red solid;

}

select.error
{
    border : 1px red solid;
}

input.input-number
{   text-align: right;
}


.alert
{	color:#f44;
	background-color:#fee;
	font-weight:600;
}

select
{	background-color:#ddd;
	border : 1px white solid;
	font:inherit;
}


/********************************************************************************************
* Table
*********************************************************************************************/
table.list
{   border-collapse: collapse;}

.list td
{   margin: 0;
    padding : 0 5px;
}

table.sortable
{   width:80%;
}
.sortable tr:nth-child(even){background-color: #eeffee;}

th
{	text-align:left;
        font-weight:600;
}
th,td
{   vertical-align: top;
}
td > p
{
    margin-top:0;
    margin-bottom:0;
}
th.number,
td.number
{	text-align:right;
}

tr.odd
{
    background-color: #f0fff0;
}
table.simplelist
{   width:80%;

}
img.imgstrip
{	height:100px;
	margin-right:1px;
}


div.edit
{ 	text-align:left;
}

  div.editBox { width:48%; height:95%;
                margin:5px; padding: 3px;
                border:solid thin black;   overflow-y:scroll;
                float:left;
              }
  div.form    { width:95%; height:80%;  padding: 3px;
                border:solid thin black;   overflow-y:scroll;
              }
.inkoop
{   color:red;
}
.verkoop
{   color:green;
}

/********************************************************************************************
* Drag-able popup box
*********************************************************************************************/
div#pop
{	position:absolute; visibility:hidden; border:thin solid black;
    top: 190px; left: 220px; width :600px; height:417px;
    /*overflow-y:auto;*/
    background-color: white;

    opacity: 0.95;
	z-index:999;

}

/********************************************************************************************
* Standard popup box
*********************************************************************************************/
div.popup
{	position:absolute;
        top: 2px;
        left: 2px;
	visibility:hidden;
	border:thin solid black;
        background-color: white;
	box-shadow: 7px 7px 12px #000000;
	padding:20px;
	max-width:75%;

    opacity: 0.95;
	z-index:999;
}
div.popuptitle
{
        margin: -20px -20px 0;

	border:none;
        background-color: #eeffee;

	padding:2px 20px;

}
div.popuptitle h2
{
        margin: 1px 0;
}
/********************************************************************************************
* popup Kalender box
*********************************************************************************************/
table.KalenderNav
{	background-color:silver;
	width:100%;
	border-collapse:collapse;
	font-size : 8pt;
	/*table-layout:fixed;	*/
}

table.Kalender
{	/*background-color:silver; */
	border-collapse:separate;
	border-spacing:0px;
	margin :auto;
}
table.Kalender td
{	font-size : 8pt;
	margin:0px;
	border: 1px solid transparent;
}
table.Kalender td.KalenderKop
{	border-bottom:1px solid gray;

}
table.Kalender td.KalenderSelected
{	border:1px solid gray;
}
table.Kalender td.KalenderVandaag
{	border:1px dotted gray;
	background-color:#E0E0D0;
}

/*******************************************************************************************
**     Aanbieding / Artikelen
********************************************************************************************/
div.aanbieding
{ 	float:left;
	height:250px;
	width:240px;
	background-color:white;
	background-image:url('/images/aanbb.gif');
	background-position:right bottom;
	background-repeat:no-repeat;

	border: 1px solid gray;
	padding:2px;
	margin:4px;
	color :black;

}
div.artikelen
{   width:100%;

}
img.artikel
{	float:left;
	margin:  0px 5px 5px 0px;
        max-width:150px;
}

div.artikelomschrijving
{ 	float:left;
	height:230px;
	width:240px;
	border: 0px solid gray;
	padding:0px;
	margin:0px;
	color :black;
	overflow:hidden;

}


/*******************************************************************************************
**     Sponsoren
********************************************************************************************/


div.Boardingspnsr img.spnsr
{   width: 29%;
    border: 1px solid gray;
	padding:0px;
    margin: 5px;
}
div.BedrijvenToernooispnsr img.spnsr
{   width: 29%;
    border: 1px solid gray;
	padding:0px;
    margin: 5px;
}
div.Partnersspnsr img.spnsr
{   width: 29%;
    border: 1px solid gray;
	padding:0px;
    margin: 5px;
}


/*******************************************************************************************
**     Edit
********************************************************************************************/
div.edit
{	float : left;
	width:68%;

}
div.adres
{
    float:right;
}
#sitekop
{
   margin:0 auto;
   width: 100%;
   height: 250px;
   background-position-y: -50px;
   background-image: url('/images/sitekop3.jpg');
   background-size: cover;
}

div.banner
{   height:200px;
    width:100%;

}
div.banner > img
{   height:200px;
    width:960px;
    float:right;
    display:none;
}

/************************ EditRelatie ***********************/
div.relatieupdate
{   float:left;
    width:65%;

}
div.relatiextra
{   float:right;
    width:34%;
    overflow-x: hidden;

}


#content
{
    width:100%;
    clear:both;
    /* overflow: auto;
       min-height: 350px;*/
    border: none;
    margin: 0 auto;
    padding: 0 5%;
	background-color: #fff;
    height:auto;
}

.content-header-darken
{
	width: 100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	color:white;

}
.content-header h1,.content-header h2, .content-header h3
{	color:white;
	text-align: center;
	text-transform: uppercase;
}
.content-header
{	width: 100%;
	height:120px;
	padding:0;
	position:relative;
	left: -5%;
	background-image: url('/images/sitekop3.jpg');
	background-size: 100% auto;
    background-attachment: scroll;
    background-position: center -300px;

}
.copyright {float: left; clear:left; width:100%;text-align:center;color:gray; font-size: smaller;}
.pane
{   float:left;
}
iframe.pdf
{   height:98%;
    width: 98%;
    margin:auto;
}
nav {
    margin: 0;
    text-align: center;
    width:100%;
	background-color:black;
}

nav > ul
{
    width:100%;
    margin-top:0;
	margin-bottom:0;
}

nav ul ul
{
	display: none;

}
nav ul, nav ul li, nav ul li a
{

    z-index:999;
}

	nav ul li:hover > ul
{
	display: block;
	background-color: black;
}

nav ul {
        background: #000 none repeat scroll 0 0;

	padding: 0 0;
	list-style: none;
	position: relative;
	display: inline-table;
        color: #ffffff;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
	}
    nav ul li.floatright {
		float: right;
	}
		nav ul li:hover {
			    background-color: #01cafa;
                             transition: all 0.2s linear 0s;

		}
			nav ul li:hover > a, nav ul li:hover > span.menutext, nav ul li.highlight  {
			    background-color: #01cafa;
                            transition: all 0.2s linear 0s;
                            color:#FFFFFF;
			}

		nav ul li a, nav ul li span.menutext{
			display: block;
                        font-size: 14px;
                        padding: 10px 19px;
                        text-shadow: none !important;
                        text-transform: uppercase;
                        color:#ffffff;
                        font-weight: normal;
		}

	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none;
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a, ul ul li span.menutext {
				padding: 10px 20px;
				color: #fff;


			}
				nav ul ul li a:hover {
					background: #4b545f;
				}

	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}

#menu-icon
{

	display: hidden;
	width: 40px;
	height: 40px;
	background: #4C8FEC url(/images/menu-icon.png) center;


}

/*******************************Handheld menu***************************/

/*MEDIA QUERY*/
@media handheld, screen and (max-width : 640px)
{

	header {

		position: absolute;

	}
    #sitekop
    {   display:none;

    }
    .content-header
    {
        background-position: center 0;

    }
    .content-header h1
    {
        font-size: 15px;

    }
	#menu-icon {

		display:inline-block;
		float: left;

	}

	nav ul, nav:active ul {

		display: none;
		position: absolute;
        width:33%;
        overflow:visible;
        min-width: 150px;
/*		padding: 20px;
		background: #000;
		border: 5px solid #444;
		right: 20px;
		top: 60px;

		border-radius: 4px 0 4px 4px;*/

	}
    nav ul li.floatright {
		float: none;
	}
	nav ul li {

		float: none;
		text-align: left;
        overflow:visible;
        min-width: 150px;
		padding: 3px 0;
		margin: 0;

	}

	nav:hover > ul {

		display: block;

	}
    nav ul ul
    {
		position: absolute; left: 100%; top:0;
    }
    nav ul ul ul
    {
		position: absolute; left: 100%; top:0;
    }

    .hideonmobile
    {   display: none;
    }
}
/*******************************PrintButton ***********************/


.dagboekkop td { padding: 2px 10px;}





div.nieuwsitem
{
	background-color:#FFFFFF;
	border-color:#CCF;
	border-style:solid;
	border-width:1px;
	margin:auto;
	padding:12px;
	text-align:left;
	vertical-align:middle;
	width:80%;
}

/************** Enquete resultaat   *****************/
span.whitebar{background-color: #ccc; color:#ccc;}
span.blackbar{background-color: #111;color:#111;}