.header, .header:hover{
    color: #000!important;
    background-color: #ffdc19!important;
}

.current {
	background-color: #f44336!important;
}

.title h1 {
	font-family: 'Devonshire';
	font-size: 70px;
	margin: -10px 0;
}
.odd {
	background-color: #eeeeee10;
	border-bottom: 1px solid #dddddd;
}

.even {
	border-bottom: 1px solid #dddddd;
}

.extrabreed {
	width: 80%;	
	margin-top: 50px;
}

.extrasmal {
	width: 50%;
	margin-top: 100px;
}
.p5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.p10 {
	padding-top: 10px;
	padding-bottom: 10px;	
}

.text-right {
	text-align: right;
}
label {
	color: #888;
}
.w3-radio {
    margin: 0 5px 0 5px;
}

.w3-button {
	margin: 0px 2px;
}

.tabel {
	height: 65vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.verplicht{
    border: 2px solid red!important;
    background-color: #ff000011!important;
}

.fotopicto {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #dee2e6;
}

.fotopictogroot {
	border: 1px solid #dee2e6;
	width: 150px;
	object-fit: cover;
}

.fullwidth {
	width: 100%
}

.logo {
	width: 82px;
}

.loader {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;

}

@keyframes spin{
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.spinner {
	position: absolute;
	top:50%;
	left:50%;
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}


.compaenregel, .sortkolom, .rolregel, .rolsortkolom, .gebruikerregel, .gebrsortkolom{
	cursor: pointer;
}

#fotoinput {
	opacity: 0;
}
#wijzigdata{
    font-size: smaller;
    margin-top: 15px;
}