* {
	outline: none;
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align: left;
	background: url('../images/Bottom_texture.jpg');
	background-attachment: fixed;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}


/* START BASIS */
#maincontainer {
	min-height: 100%;
	margin: auto;
}

#header {
	background: url('../images/header_2022.jpg');
	background-repeat: no-repeat;
	background-color: White;
	background-size: 100% 100%;
	color: White;
	font-size: 14pt;
	text-align: left;
	width: 100%;
	height: 7.8125vw;
	position: fixed;
	z-index: 3;
}

#toggle-nav {
	display: none;
}

#header-menu {
	width: 100%;
	top: 7.8125vw;
	text-align: center;
	color: White;
	position: fixed;
	z-index: 2;
}

#menu_content {
	background: url('../images/nav.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 20px;
}

.p-10 {
	padding: 10px;
}

#header-menu a {
	color: White;
	text-decoration: none;
}

#header-menu a:hover {
	color: #F00;
}

#content {
	min-height: 400px;
	width: 90%;
	padding: 10px;
	position: relative;
	top: calc(7.8125vw + 40px);
	overflow: auto;
	text-align: left;
	font-size: 13pt;
	margin: 0 auto;
}

#footer {
	background: url('../images/footer.png');
	background-size: 100% 100%;
	height: 100px;
	color: White;
	padding-top: 10px;
	text-align: center;
	position: fixed;
	clear: both;
	width: 100%;
	bottom: -50px;
	border-top: 1px solid Black;
}

#footer a {
	color: White;
	text-decoration: none;
}

#footer a:hover {
	color: #F00;
}

label.field {
	cursor: auto;
	display: block;
	font-weight: bold;
	margin-right: 0.5em;
	color: #333;
	float: left;
	width: 170px;
	margin-top: 3px;
}

/* EINDE BASIS */

#text {
	margin: 10px;
	padding: 10px 25px;
	height: 100%;
	word-wrap: break-word;
	background: #FFF;
	-moz-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	border: 1px dotted Black;
}


a {
	font-weight: bold;
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}

a:hover {
	cursor: pointer;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px #CCC;
	/*text-shadow: 1px 1px 1px #CCC, -1px -1px 1px #CCC, -1px 1px 1px #CCC, 1px -1px 1px #CCC, 0px 0px 5px #F00, 0px 0px 10px #F00, 0px 0px 15px #F00;*/
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	color: #333;
}

input,
select {
	margin: 0;
	padding: 5px;
	border: 1px solid #666;
	border-radius: 3px;
}

textarea {
	margin: 0;
	padding: 5px;
}

.TextboxFocus {
	color: Black;
}

.TextboxFocusOn {
	Background: #EEE;
	border: 1px solid Black;
	border-radius: 3px;
	font-weight: bold;
}

.clear {
	clear: both;
}

.betaal_nu_ideal {
	display: block;
	position: absolute;
	top: 50px;
	right: 50px;
	width: 500px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #181715;
	background: #c50763;
	color: #FFF;
	text-decoration: none !important;

	transition: all .25s ease-in-out;
}

.betaal_nu_ideal img {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	height: 40px;
	width: auto;
	margin-right: 10px;
}

.betaal_nu_ideal:hover {
	background: #FFF;
	color: #c50763 !important;
	text-shadow: none !important;

	transition: all .25s ease-in-out;
}

/* EINDE OPMAAK */

#LijstInvullen {
	width: 50%;
	min-height: 150px;
	float: left;
}

#Rennersveld {
	width: 40%;
	height: 1720px;
	float: right;
	border: 1px dotted #333;
	padding: 10px;
	overflow: hidden;
}

#renneroverzicht_lijstinvullen {
	position: relative;
	width: 100%;
	height: 1535px;
	overflow: auto;
}

#LijstBekijken {
	position: relative;
	display: inline-block;
	width: 50%;
	min-height: 150px;
	margin-right: -4px;
	vertical-align: top;
}

#Betalingsinfo {
	margin: 0;
	padding: 0 10px;
	/*border:2px dashed Black;*/
}

#Betaling {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin: 0.67em -4px 0 0;
	min-height: 150px;
	border: 2px dotted #FF0000;
	padding: 10px;
}

#AI {
	background-color: #FF6666;
	overflow: hidden;
	max-height: 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .5s ease-in-out;
	transition-delay: 0s;
}

#OV,
#IDEAL {
	background-color: #EEE;
	overflow: hidden;
	max-height: 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .5s ease-in-out;
	transition-delay: 0s;
}

#AI.visible,
#OV.visible,
#IDEAL.visible {
	max-height: 500px;
	transition: all .5s ease-in-out;
	transition-delay: .5s;
}

#submit-list {
	text-align: right;
	padding-top: 15px;
}

.fieldinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 210px;
	padding-top: 3px;
}

.fieldcontrole {
	cursor: auto;
	display: block;
	font-weight: bold;
	color: #666;
	float: left;
	width: 170px;
}

.nummerinvullen {
	cursor: auto;
	display: block;
	color: #666;
	width: 80px;
	float: left;
	text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input.nummerinvullen[type=number] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}

.ploegnummerinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 45px;
	padding-left: 20px;
	margin-left: 25px;
}

.rennernummerinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 47px;
	text-align: center;
	margin-right: 25px;
}

.rennernummerlabel {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 65px;
	text-align: center;
	margin-right: 20px;

}

.nummercontrole {
	cursor: auto;
	display: block;
	color: #666;
	width: 50px;
	float: left;
	text-align: right;
	padding-right: 10px;

}

.naaminvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 250px;
	padding-left: 25px;
}

.lijstidinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 25px;
	margin-right: 10px;
}

.deelnemeridinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 25px;
	margin-right: 10px;
}

.lijstnaaminvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 300px;
}

.naamcontrole {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 300px;
}

label.renneridlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 125px;
	float: left;
	font-weight: bold;
}

label.rennernaamlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 340px;
	float: left;
	font-weight: bold;
}

label.ploegidlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 85px;
	float: left;
	font-weight: bold;
}

input.error,
textarea.error {
	border: 2px solid #FF0000;
}

/* START ADMIN > ETAPPE */
label.etappeidlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 50px;
	float: left;
	font-weight: bold;
}

label.etappetypelabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 100px;
	float: left;
	font-weight: bold;
}

label.etappedatumlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 145px;
	float: left;
	font-weight: bold;
}

label.etappebeschrijvinglabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 225px;
	float: left;
	font-weight: bold;
}

label.etappestartlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 85px;
	float: left;
	font-weight: bold;
}

label.etappefinishlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 85px;
	float: left;
	font-weight: bold;
}

label.etappeafstandlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 75px;
	float: left;
	font-weight: bold;
}

label.etappewinnaarlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 75px;
	float: left;
	font-weight: bold;
}

.etappeidinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 25px;
	margin-right: 10px;
}

.etappetypeinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 75px;
	margin-right: 10px;
}

.etappedatuminvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 120px;
	margin-right: 10px;
	height: 15.5px;
}

.etappebeschrijvinginvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 200px;
	margin-right: 10px;
}

.etappestartinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 60px;
	margin-right: 10px;
}

.etappefinishinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 60px;
	margin-right: 10px;
}

.etappeafstandinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 50px;
	margin-right: 10px;
}

.etappewinnaarinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 50px;
	margin-right: 10px;
}

/*EINDE ADMIN > ETAPPE */


/*START ADMIN > LIJST */
label.lijstidlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 120px;
	float: left;
	font-weight: bold;
	text-align: center;
}

label.lijstidcontrolerenlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 100px;
	float: left;
	text-align: center;
}

label.deelnemeridlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 100px;
	float: left;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
}

label.deelnemeridcontrolerenlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 100px;
	float: left;
	text-align: center;
	margin-left: 10px;
}

label.lijstnaamlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 180px;
	float: left;
	font-weight: bold;
	margin-left: 10px;
}

label.lijstnaamcontrolerenlabel {
	cursor: auto;
	display: block;
	color: #666;
	/*width: 180px;*/
	float: left;
	margin-left: 10px;
}

label.lijstpuntenlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 60px;
	float: left;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
}

label.lijstpuntencontrolerenlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 60px;
	float: left;
	text-align: center;
	margin-left: 10px;
}

label.lijstingevuldoplabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 160px;
	float: left;
	font-weight: bold;
	margin-left: 10px;
}

label.lijstingevuldopcontrolerenlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 200px;
	float: left;
	margin-left: 10px;
}

label.lijstbetaaldlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 120px;
	float: left;
	font-weight: bold;
	margin-left: 10px;
}

.lijstbetaaldinvullen {
	cursor: auto;
	display: block;
	color: #666;
	width: 20px;
	float: left;
	margin-left: 10px;
}

.lijstbetaaldcontroleren {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 40px;
}

.lijstwijzigenlabel {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	margin-left: 25px;

}


label.positielabel,
label.puntenlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 150px;
	float: left;
	font-weight: bold;
}

.punteninvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 100px;
	text-align: center;
}

.positieinvullenlabel {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 100px;
	text-align: center;
	margin-right: 50px;
}

.positieinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 95px;
	text-align: center;
	margin-right: 40px;
}


label.ploegidlabel,
label.ploegnaamlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 100px;
	float: left;
	font-weight: bold;
}

.ploegnaaminvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 250px;
}

.ploegidinvullenlabel {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 45px;
	text-align: center;
	margin-right: 50px;
}

.ploegidinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 40px;
	text-align: center;
	margin-right: 40px;
}

/* START EtappeUitslag */
label.positieidlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 100px;
	float: left;
	font-weight: bold;
}

label.puntenlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 150px;
	float: left;
	font-weight: bold;
}

label.renneridlabel {
	cursor: auto;
	display: block;
	color: #666;
	width: 125px;
	float: left;
	font-weight: bold;
}

.positieidcontroleren {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 50px;
	text-align: center;
}

.puntencontroleren {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 100px;
	text-align: center;
	margin-left: 50px;
}

.renneridinvullen {
	cursor: auto;
	display: block;
	color: #666;
	float: left;
	width: 50px;
	text-align: center;
	margin-left: 50px;
}

/* EINDE EtappeUitslag */


#dagprijswinnaars th,
#prijzenklassement th {
	font-size: 22px;
	font-weight: bold;
}

#dagprijswinnaars td,
#prijzenklassement td {
	padding: 5px;
}

#dagprijswinnaars tr:nth-child(2n),
#prijzenklassement tr:nth-child(2n) {
	background: #EEE;
}

#dagprijswinnaars tr:nth-child(4n+2),
#prijzenklassement tr:nth-child(4n+2) {
	background: #BBB;
}

#dagprijswinnaars tr>td:first-child,
#prijzenklassement tr>td:first-child {
	font-weight: bold;
}

.rennerinfo {
	cursor: pointer;
}

.rennerinfo:hover {
	font-weight: bold;
}

.dubbelerenner {
	color: Red;
	border-color: red;
}

.uppercase {
	text-transform: uppercase !important;
}

@media only screen and (max-width: 768px) {

	/* START HAMBURGET MENU */
	.icon-1,
	.icon-2,
	.icon-3 {
		position: absolute;
		top: 50%;
		width: 100%;
		height: 3px;
		background-color: white;
		transition: all 400ms cubic-bezier(.84, .06, .52, 1.8);
	}

	.icon-1 {
		transform: translateY(-8px);
		animation-delay: 100ms;
	}

	.icon-3 {
		transform: translateY(8px);
		animation-delay: 250ms;
	}

	.icon-1.a {
		transform: rotate(40deg);
	}

	.icon-3.b {
		transform: rotate(-40deg);
	}

	.icon-2.c {
		opacity: 0;
	}

	.clear {
		clear: both;
	}

	@keyframes slideIn {
		0% {
			width: 0%;
			opacity: 0;
		}

		100% {
			width: 50%;
			opacity: 1;
		}
	}

	/* END HAMBURGET MENU */


	#header {
		position: fixed;
		background-size: 175% 17.5vw !important;
		height: 17.5vw !important;
	}

	#header-menu {
		position: relative;
		top: 0;
	}

	#toggle_nav {
		display: block;
		position: relative;
		width: 12.5vw;
		height: 12.5vw;
		top: 2.5vw;
		left: 50%;
		margin-left: -6.25vw;
		z-index: 100;
	}

	#menu_content {
		position: relative;
		top: 5vw;
		overflow: hidden;
		height: 0;
		min-height: 0;
		transition: all 400ms;
	}

	#menu_content.show {
		height: 86.1vh;
	}

	#header-menu a {
		display: block;
		width: 100%;
	}

	#header-menu a:first-of-type {
		margin-top: 2.5vw;
	}

	#content {
		width: 100%;
		padding: 0;
	}

	#text {
		padding: 10px 14px;
	}

	#text h1,
	#text h3,
	#text p {
		margin-block-start: 0;
		margin-block-end: 10px;
	}

	#text {
		font-size: 13px;
	}

	#text h1 {
		font-size: 20px;
	}

	#text h3 {
		font-size: 17px;
	}

	#text table:not(.rennersveld-table) table tr td {
		width: 49%;
		display: inline-block;
	}

	#LijstInvullen {
		width: 100%;
	}

	#Rennersveld {
		display: none;
	}

	.fieldinvullen {
		width: 30vw;
		min-width: 120px;
	}

	.naaminvullen {
		width: 40vw;
		padding-left: 10px;
	}

	.rennersveld-table>tbody>tr>td {
		display: inline-block;
		width: 50% !important;
		min-height: 100px;
		margin-bottom: 15px;
	}

	.rennersveld-table>tbody>tr.spacing-tr {
		display: none;
	}

	#footer {
		font-size: 12px;
	}
}