﻿html { font-size: 100%; }

body {
	background: #eee;
	color: #000;
	font-family: 'Source Sans Pro',sans-serif;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 1.9rem;
}

a {
    color: #5bbf34;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#bodywork {
	position: relative;
	margin: 0 auto 20px auto;
	width: 42%;
	min-width: 735px;
	background: #fff;
	padding: 20px 5% 35px 5%;
	-webkit-box-shadow: 0px 4px 13px -2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 13px -2px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 13px -2px rgba(0,0,0,0.25);
}

.small { font-size: 80%; }

.note {
    margin-top: 10px;
    font-size: 80%;
    line-height: 1.4rem;
    color: #666;
}

.notice {
    background: #5cbf33;
    color: white;
    padding: 5px 10px; 
}

.error {
    background: #cc2929;
    color: white;
    padding: 5px 10px;
}

.error a {
    color: #fff;
    text-decoration: underline;
}

b,strong { font-weight: bold; }

i,em { font-style: italic; }

p { margin: 0.5rem 0; }

h1 {
	font-size: 175%;
	font-weight: bold;
	text-align: center;
	padding: 35px 0;
	border-bottom: 2px solid #5bbf34;
	background: #eee;
}

h2 {
	font-size: 110%;
	text-align: center;
	padding: 1.5rem 0;
	margin-bottom: 2rem;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}

hr {
	height: 1px;
	background: #ccc;
	border: none;
	margin: 1em 0;
}

canvas {
    padding-bottom: 1em;
}

input,
select,
button {
    margin: 1.2rem 0;
    font-size: 1.2rem;
}

input[type=checkbox] { 
    margin: 1.2rem 1.2rem 1.2rem 0;
}

option:hover,
input[type=checkbox]:hover {
    cursor: pointer;
}

/*input[type="text"] {
	min-width: 12rem;
	border: none;
	box-shadow: 0 0 3px 0 #999;
	padding: 2px;
}

input[type="text"]:focus {
	box-shadow: 0 0 4px 0 #f00;
	outline: none;
}

input[type="text"]:focus:read-only {
	box-shadow: 0 0 4px 0 #000;
	outline: none;
}*/

tr { height: 2rem; }
th, td { vertical-align: middle; }

th { 
	font-weight: bold;
	padding: 6px 4px;
	text-align: left;
	background: #333;
	color: #eee;
}

th a { color: #eee; text-decoration: none; }
tr:nth-child(odd) { background: #eee; }
td { padding: 2px 4px; text-align: center; }
td:nth-child(2),td:nth-child(3),td:nth-child(4),td:nth-child(5) { text-align: left; }
td:first-child { color: #999; }
tr.tbodyheader td { background: #e0f1da; color: #000; text-align: left; border-top: 1px solid #555; border-bottom: 1px solid #555; }
tr.tbodyheader td:hover { cursor: pointer; }

table.docentenoverzicht td a { color: #66BB46; text-decoration: none; }
table.docentenoverzicht td { text-align: center; }
table.docentenoverzicht td:nth-child(4),
table.docentenoverzicht td:nth-child(5),
table.docentenoverzicht td:nth-child(6),
table.docentenoverzicht td:nth-child(7),
table.docentenoverzicht td:nth-child(8),
table.docentenoverzicht td:nth-child(9),
table.docentenoverzicht td:nth-child(10) { text-align: left; }


#content {
	padding: 15px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 13px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 13px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 13px 2px rgba(0,0,0,0.25);
	margin: 0 20px 50px 20px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-container {
    background-color: #fefefe;
    margin: 25% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


*[contenteditable="true"] {
	background: rgba(0,0,0,0.18);
	box-shadow: inset 0 -2px 0 0 #333;
}

nav { font-size: 14px; color: #000; margin: 10px 0; }
nav a { color: #000; text-decoration: none; padding: 1px 6px; border-right: 1px solid #000; }
nav a:last-child { border: none; }
nav a:hover { font-weight: bold; }
nav a.sel { background: #ddd; }

.text-red { color: #f00; }
.text-grey { color: #bbb; }
.text-green { color: #66BB46; }
.text-dark { color: #222; }
.text-blue { color: #11e; }

td.br { border-right: 1px solid #ccc; }
td.bl { border-left: 1px solid #ccc; }

.nboreg { border: 2px solid #68c; height: 1px; margin: 1px 0; }
.nbores { background: #68c; }
.bojvreg { border: 2px solid #e33; height: 1px; margin: 1px 0; }
.bojvres { background: #e33; }
.bojhreg { border: 2px solid #cc5; height: 1px; margin: 1px 0; }
.bojhres { background: #cc5; } 
.noreg { border: 1px dashed black; height: 3px; margin: 1px 0; }
.nomark { background: none; height: 6px; }


/* Collapsible menu */

.collapsible-menu {
    position: absolute;
	left: 20px;
	top: 20px;
}
.collapsible-menu ul {
    list-style-type: none;
}
.collapsible-menu a {
    display: block;
    padding: 15px 45px;
    text-decoration: none;
	font-weight: bold;
}
.collapsible-menu label {
    display: block;
    cursor: pointer;
}
input#menu {
    display: none;
}
.menu-content {
    max-height: 0;
    overflow: hidden;
	background: rgba(255,255,255,0.95);
}
input:checked ~ .menu-content {
    max-height: 100%;
	
	-webkit-box-shadow: 0px 4px 13px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 13px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 13px 2px rgba(0,0,0,0.25);
}

/* Maillijst box */
div.box {
	overflow: scroll;
	max-height: 350px;
	border: 1px solid #000;
}


/* Login form */
.login form {
    width: 40%;
    margin: auto;
}

.login label {
    font-size: 85%;
}

.login input[type=text],
.login input[type=password] {
    width: 100%; 
    margin: 0 0 0.5em 0;
    font-size: 110%;
    padding: 2px;
}


.inputblock input[type=button],
.inputblock input[type=submit],
.login input[type=submit] {
    color: white;
    background: #5cbf33;
    padding: 0.6em 2em;
    border: 1px solid white;
    border-radius: 0.5em;   
}

.inputblock input[type=button]:hover,
.inputblock input[type=submit]:hover,
.login input[type=submit]:hover {
    cursor: pointer;
    background: #4c9c2a;
}

/* Keuzepagina begin */
.blockbuttons {
    display: grid; /* flex? */
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.blockbuttons li {
-webkit-box-shadow: 0px 0px 5px 1px rgba(166,166,166,0.58);
-moz-box-shadow: 0px 0px 5px 1px rgba(166,166,166,0.58);
box-shadow: 0px 0px 5px 1px rgba(166,166,166,0.58);
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
margin: 0 1em 2em 1em;
}
.blockbuttons li a {
    display: block;
    padding: 40px 30px;
    font-size: 150%;
    text-decoration: none;
    border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
.blockbuttons li:hover,
.blockbuttons li a:hover {
    background: #66BB46;
    color: #fff;
    text-decoration: none;
}