
body {
	/*background: #e2e3e4;*/
	font-size: clamp(15px, 8vw, 50px);
	font-family: Tahoma, sans-serif !important;
	margin: unset;
}

#header {
	text-align: center;
	background: white;
}

#header img {
	display: inline;
	max-height: 100px;
	max-width: 45%;
}

#header h1 {
	background: #1ec0f1;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: clamp(10px, 8vw, 70px);
	height: 150px;
	line-height: 150px;
	margin-top: unset;
	margin-bottom: unset;
	box-shadow: inset 0px 4px 3px rgba(50, 50, 50, 0.75);
}

main {
	text-align: center;
}

label, input, select, span.radio {
	border-radius: 8vw;
	border: none;
	margin-bottom: min(4vw, 50px);
	font-size: min(3vw, 30px);
	font-family: sans-serif;
	width: 80%;
	height: min(9vw, 30px);
	padding: min(3vw, 25px);
	box-sizing: content-box;
}

label {
	display: inline-block;
}

span.radio {
	display: inline;
}

span.radio input, span.radio label {
	display: inline;
	width: unset;
	height: unset;
}

input[type="date"] {
	width: 25vw;
	text-align: center;
	vertical-align: center;
	appearance: none;
}

input.dob {
	margin: unset;
	text-align: center;
}

span.radio input[type="radio"] {
	opacity: 0;
	position: absolute;
}

span.radio input[type="radio"]:checked + label {
	background-color: #1ec0f1;
}

span.radio label {
	border: thin solid #1ec0f1;
}

input[type="submit"] {
	background-color: #1ec0f1;
}

input#test_date {
	appearance: none;
}

select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select, input[type="date"] {
	background-color: white;
}

.dob {
	width: 10vw;
	display: inline;
	padding: 10px;
}

#apartment_number, #house_number {
	width: 35%;
}

p#agreement {
	display: inline-block;
	border: thin solid #607d8b;
	width: 80%;
	text-align: justify;
	font-family: Tahoma, sans-serif;
	padding: 10px;
}

.grey {
	background-color: #e2e3e4;
}

.red {
	background-color: #fcdce3;
}

.darkred {
	background-color: #ead2ce;
}


.green {
	background-color: #e0f5e0;
}

.darkgreen {
	background-color: #bbdbbb;
}

table {
	border-collapse: collapse;
	margin: auto;
}

td, th {
	border: thin solid black;
	padding: 0px 15px 0px 15px;
	text-align: left;
}

body.rtl th, body.rtl td {
	text-align: right;
}

th {
	background-color: #cdcaca;
	font-weight: 500;
}

td {
	background-color: #ffffff;
}

.post-password-form input[type="submit"] {
	margin-top: min(4vw, 50px);
}

.headerMessage {
	font-size: clamp(15px, 8vw, 50px);
	display: block;
	max-width: 1000px;
	margin: auto;
}

.errorMessage {
	color: red;
}

.tz_width {
	width: 60%;
}

.tz_type_width {
	width: 15%;
}