/* CSS Document */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 12px;
	color: #273582;
}
body.inlog {
    font-size: 16px;
}
p.error {
	background-color: red;
	color: white;
	padding: 3px;
}

th {
	background-color: #202448;
	color: white;
	text-align: left;
}

td {
	padding-bottom: 4px;
	padding-top: 4px;
}

tr:nth-child(even) {
	background-color: #F9DDFF;
}

a {
	text-decoration: none;
	color: #e5007d;
}
a:hover {
	color: #273582;
	text-decoration: underline;
}

.hoofdmenu {
	width: 100%;
}
.hoofdmenu th {
	padding: 3px;
	text-align: center;
}
.hoofdmenu a {
	color: #F9DDFF;
}
.hoofdmenu a:hover {
	text-decoration: none;
	color: #e5007d;
}
.datumtijd {
    padding-left: 3px;
    padding-right: 3px;
    width: 60px;
    text-align: center;
}
.aanafwezig {
    text-align: center;
}

input[type='checkbox'] {
	margin-top: -30px;
}

input[type='checkbox'] {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
	width: 13px;
	height: 13px;
	margin: 0;
    margin-left: 20px;
	margin-right: 1px;
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
}

input[type='checkbox']:after {
	content: "";
	vertical-align: middle;
	text-align: center;
	line-height: 13px;
	position: absolute;
	cursor: pointer;
	height: 13px;
	width: 13px;
	left: 0;
	top: 0;
	font-size: 10px;
	-webkit-box-shadow: inset 0 1px 1px #69d85f, 0 1px 0 #69d85f;
	-moz-box-shadow: inset 0 1px 1px #69d85f, 0 1px 0 #69d85f;
	box-shadow: inset 0 1px 1px #69d85f, 0 1px 0 #69d85f;
	background: #69d85f;
}

input[type='checkbox']:hover:after, input[type='checkbox']:checked:hover:after {
	background: #69d85f;
	content: '\2714';
	color: #fff;
}


input[type='checkbox']:checked:after {
    content: '\2714';
    background: red !important;
    color: white !important;
}

.button {
    background-color: #424CA3;
    border: none;
    color: white;
    padding: 10px 22px;
    margin-bottom: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
.sorteren {
    background-color: #BA3EEB;
}
.sorteren:hover {
    background-color: #7E577A;
}
.bewaren:hover {
    background-color: #767DD8;
}
.aanwezig {
    background-color: #CAF7D4;
}
.afwezig {
    background-color: #F1A5A6;
}