
body {
	/* background: lightgreen; */
}

header {
	background: #0f548c;
	/* margin-bottom: 25pt; */
	color: white;
	border-bottom: solid white 1pt;
}

main {
	margin-top: 100pt;
}

footer {
	/* background: red; */
	margin-top: 50pt;
}

.container {
	/* background: lightgray; */
}

.copyright {
    background: #0f548c;
    color: white;
    padding: 30px 0;
    font-size: 16px;
	line-height: 20px;
}

.copyright a {
    color: #ffce10;
	text-decoration: none;
}

.copyright img {
    height: 20px;
	/* margin-right: 4pt; */
	vertical-align: bottom;
}

.money {
	word-wrap: no-wrap;
}

.money:after {
	content: ' €';
}

.dist-km {
	word-wrap: no-wrap;
}

.dist-km:after {
	content: ' km';
}

.main-content h3, h4 {
	margin-top: 24pt;
	margin-bottom: 12pt;
}

.registration-form div.col-12 p:last-child {
	margin-bottom: 0;
}

.approval-form-data .form-control:disabled,
.approval-form-data .form-select:disabled,
.registration-form-data .form-control:disabled,
.registration-form-data .form-select:disabled {
	background-color: inherit;
}

.approval-form-data .form-check-input:disabled,
.approval-form-data .form-check-input:disabled~.form-check-label,
.approval-form-data .form-check-input[disabled]~.form-check-label,
.registration-form-data .form-check-input:disabled,
.registration-form-data .form-check-input:disabled~.form-check-label,
.registration-form-data .form-check-input[disabled]~.form-check-label {
	opacity: inherit;
}

.accordion-body {
	background-color: #f5f5f5;
}

.radio-group-label {
	opacity: 0.65;
	font-size: 13.6px;
	margin-left: -3px;
	margin-bottom: 0;
}

#table-viewer th.th-sideways {
	writing-mode: sideways-lr;
	vertical-align: middle;
	text-align: left !important;
}
