/* CSS Document */
/* =Reset
-------------------------------------------------------------- */
 
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
}
 
html,
body,
div{
    margin: 0;
    padding: 0;
}
/* =Style
-------------------------------------------------------------- */
.edit{
 width: 100%;
 height: 25px;
}
.editMode{
 border: 1px solid black;
}
.txtedit{
 display: none;
 width: 99%;
 height: 30px;
}
#page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
background: #549854;
/*background: linear-gradient(0deg, rgba(229,0,83,1) 0%, rgba(242,145,0,1) 100%);
*/
}

#header{
	background: #ffffff; 	
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	border-radius: 10px !important;
    padding: 0px !important;
}

#main{
    background: #ffffff;    
	font-family: arial;
	font-size: 12pt;
	font-weight: normal;
}

#footer{
	font-family: arial;
	font-size: 8pt;
}
table {
    border:solid black 1px;
    border-radius:6px;
}
table, th, td
{
border: 1px solid 
border-radius: 8px
}
table.center {
    margin-left:auto; 
    margin-right:auto;

}
table td.B {background-color:#fee7a1;border: 10px solid #000000;}
table td.geel {background-color:#fee7a1;}
table td.roze {background-color:#FFEFFD;}
table td.roze2 {background-color:#FFE8FA;}
            table td.groen {background-color:#108C19;}
			table td.groen2 {background-color:#BBF4AB;}
            table td.blauw {background-color:#c2e6f7;}
			table td.blauw2 {background-color:#ADD8F4;}
			table td.OO {background-color:#fea0e8;background-image:url(OO.png);background-position:center;background-repeat:no-repeat;background-size:40px 20px;text-align:center;vertical-align:middle;font-weight:bold;width:40px;height:20px;}
			table td.OOF {opacity: 0.2;background-color:#fee7a1;background-image:url(OO.png);background-position:center;background-repeat:no-repeat;background-size:40px 20px;text-align:center;vertical-align:middle;font-weight:bold;width:40px;height:20px;}
			table td.O {background-color:#fce4f6;background-image:url(O.png);background-position:center;background-repeat:no-repeat;background-size:20px 20px;text-align:center;vertical-align:middle;font-weight:bold;width:40px;height:20px;}
			table td.OF {opacity: 0.2;background-color:#fee7a1;background-image:url(O.png);background-position:center;background-repeat:no-repeat;background-size:20px 20px;text-align:center;vertical-align:middle;font-weight:bold;width:40px;height:20px;}
			table td.N {background-color:#fee7a1;background-image:url(N.png);background-position:center;background-repeat:no-repeat;background-size:20px 20px;text-align:center;vertical-align:middle;font-weight:bold;width:40px;height:20px;}
			table td.NF {opacity: 0.2;background-color:#fee7a1;background-image:url(N.png);background-position:center;background-repeat:no-repeat;background-size:20px 20px;text-align:center;vertical-align:middle;font-weight:bold;width:40px;height:20px;}
			table td.G {background-color:#e2fed9;background-image:url(G.png);background-position:center;background-repeat:no-repeat;background-size:20px 20px;text-align:center;vertical-align:middle;font-weight:bold;width:40px;height:20px;}
			table td.GF {opacity: 0.2;background-color:#fee7a1;background-image:url(G.png);background-position:center;background-repeat:no-repeat;background-size:20px 20px;text-align:center;vertical-align:middle;font-weight:bold;width:40px;height:20px;}
			table td.GG {background-color:#affab8;background-image:url(GG.png);background-position:center;background-repeat:no-repeat;background-size:40px 20px;text-align:center;vertical-align:middle;font-weight:bold;width:40px;height:20px;}
			table td.GGF {opacity: 0.2;background-color:#fee7a1;background-image:url(GG.png);background-position:center;background-repeat:no-repeat;background-size:40px 20px;text-align:center;vertical-align:middle;font-weight:bold;width:40px;height:20px;}
			table td.E {background-color:#fee7a1;text-align:center;vertical-align:middle;font-weight:bold;width:35px;height:35px;}
			table td.bewerk {background-color:#fee7a1;background-image:url(bewerk.png);background-position:center;background-repeat:no-repeat;background-size:20px 20px;text-align:center;vertical-align:middle;font-weight:bold;width:20px;height:20px;}
				

/* DEFAULTS - ALIGNMENT */

.td-right { text-align: right; }

.td-left { text-align: left; }

.td-center { text-align: center; }

.td-top { vertical-align: top; }

.td-middle { vertical-align: middle; }

.td-bottom { vertical-align: bottom; }

.center-align { text-align: center; }

.center-div { margin-left: auto; margin-right: auto; }

.right-div { margin-left: auto; margin-right: 0; }

.left-div { margin-left: 0; margin-right: auto; }

}

#foto {
    width: 100%;
}
#foto img {
    display: block;
    margin: 0 auto;
}
th,
td {
background-color: #ededed;
/* max-width: 200px; */
  border: 1px solid black;
  width: 300px;
  overflow: hidden;
}
.centerImage
{
 text-align:center;
 display:block;
}
</style>
h1 {
font-size: 20pt;
text-align: center;
}
form {
  text-align: center;
}
.radio-label {}
.radio-input {}
fieldset {
    text-align: center;
}
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}
.button {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 2px 1px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button2:focus {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.button5:hover {
  background-color: #555555;
  color: white;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #108C19;
        display: flex;
		    justify-content: center;
}

ul li {
  display: block;
  position: relative;
  float: left;
  background: #108C19;
}
li ul { display: none; 
}

ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
          /* delay hover */
      transition-delay: 0.1s;
    transition-duration: 0.1s; 
}

ul li a:hover { background: #f29100; }
li:hover > ul {
  display: block;
  position: absolute;
    opacity: 0.98;
}

li:hover li { float: none; 
}

li:hover a { background: #108C19;
}

li:hover li a:hover { background: #f29100; 
}

.main-navigation li ul li {
    overflow:hidden;
    height:0;
    -webkit-transition:height 200ms ease-in;
    -moz-transition:height 200ms ease-in;
    -o-transition:height 200ms ease-in;
    transition:height 200ms ease-in;
}
ul ul ul {
  left: 100%;
  top: 0;
}
ul:before,
ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

ul:after { clear: both; }

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}
.radio-toolbar input[type="radio"]:checked + label {
    background-color:#bfb;
    border-color: #4c4;
}
.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}
.radio-toolbar label:hover {
  background-color: #dfd;
}
/* =Structures
-------------------------------------------------------------- */
.center {
    text-align: center;
}

.wrap{
    max-width: 3000px;
    margin: 0 auto;
    padding: 1em;
}
.table.user-select-none {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} 
#primary{
    max-width: 2600px;
    margin: 0 auto;
}