/*LET OP, Deze file is stylesheet voor zowel inlogpagina als voor tabelpagina!*/
.maintable {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.maintablediv {
	background-color: white;
	border: 1px solid black;
	border-radius: 15px;
	width: fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	box-shadow: 0 0 20px black;
}
.body {
	/*background-color: gray;*/
	background-image: linear-gradient(to bottom, #f0f0f0, #e1e1e1, #d2d2d2, #c3c3c3, #b4b4b4);
	margin-top: 0;
	margin: 0;
}
.tdtable {
	border: 1px solid black;
	text-align: center;
}
.celinhoud {
	width: 25px;
	text-align: center;
}
.trtable {
	height: 18px;
}
.trempty {
	background-color: #BFBFBF;
}
.menudiv {
	width: 100%;
	text-align: right;
	background-color: #fff;
	box-shadow: 0 0 20px black;
	margin-bottom: 40px;
	display: flex;
	height: 60px;
}
.menutitel {
	font-size: x-large;
	font-weight: 400;
	line-height: 1,5;
	text-align: left;
	flex: 1;
	white-space: nowrap;
	display: flex;
	align-items: center;
	margin-left: 20px;
	color: rgba(0, 0, 0, .7);
}
.inlogkader {
	background-color: white;
	border: 1px solid black;
	border-radius: 15px;
	width: 30%;
	position: absolute;
	top: 30%;
	left: 25%;
	background-color: #f2f2f2;
	padding: 20px;
}
.inlogtitel {
	color: #e81a40;
	size: large;
}
.inlogknop {
	background-color: #e81a40;
	color: white;
	font-weight: bold;
	padding: 12px 20px;
	border-radius: 25px;
	float: right;
	border: 1px solid #ccc;
}
.dropdown {
	flex: 2;
	/*splay: flex;*/
	display: inline-table;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: none;
}
.dropbutton {
	background-color: #fff;
	border: none;
	color: rgba(0, 0, 0, .7);
}
.menutekst {
	flex: 3;
	display: flex;
	align-items: center;
	text-align: right;
	justify-content: end;
	margin-right: 20px;
	color: rgba(0, 0, 0, .7);
}
.show {
	display: block;
}
.noshow {
	display: none;
}
