html,body{
    font-family:Arial;
    margin:0;
    padding:5px;    
	font-size:14px;
}


th{
    cursor:pointer;
}

.table thead th {
    position: sticky;
    top: -1px;
    background-color: white;
}

tr{
	border-bottom:1px solid black;
}

tr.show{
    display:table-row;
}

tr.hide{
    display:none;
}

tr[geslacht=M]{
    background-color:#00d8de26;
}

tr[geslacht=V]{
    background-color:#ffd6fec9;
}

tr.lid{
	cursor:pointer;
}

td.hidden{
    display:none;
}

td{
    padding:5px 2px;
	width:1%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	width:100vw;
}

input[type=number]{
	width:50px;
}

#aantalrecords{
	font-weight:bold;
}

input:not([type=checkbox]){
	width:90%;
}

span.clear{
	width:10%;
	display:inline-block;
}

input:not(.form-control){
	border-radius:50px !important;
}

input.form-control{
	max-width:200px;
}
