body, input, select, td, button, label, caption, textarea {
	font-family: Arial, sans-serif;
}

caption {
	height: 20px;
	font-weight: bold;
}

textarea {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 5px;
	border-width: thin 0 0 thin;
	margin: 0 0 1em;
	table-layout: auto;
	width: 100%;
}

td {
	font-size: 14px;
	text-align: left;
}

tr {
	background-color: #F2F3F4;
	height: 25px;
	border: 3px;
}

tr:nth-child(even):not(:first-child):not(.checkbox-table-row):not(.buchung-info-table-row) {
	background-color: #e0e0e0;
}

table, td, th {
	border: 3px solid white;
}

th {
	font-weight: bold;
	font-size: 13px;
}

button {
	background-color: transparent;
}

button:hover {
	font-weight: bold;
}

input[type=button]:hover, input[type=submit]:hover {
	font-weight: bold;
}

fieldset {
	margin: 10px 0px 0px 0px;
	padding: 10px;
}

legend {
	font-weight: 600;
	font-size: 12px;
}
/*
Eingabe-Elemente
*/
input {
	min-width: 150px;
	max-width: 150px;
}

input[type=radio] {
	min-width: 50px;
	max-width: 50px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

form li+li {
	margin-top: 1em;
}
/*
 Classes
*/
#uebersicht {
	padding-top: 10px;
}

.the9th-logo {
	padding-top: 0px;
	height: 25px;
	width: auto;
	padding-right: 30px;
}

.site-header {
	background-color: #F2F3F4;
	height: 20px;
	border-style: double;
	padding: 20px 30px 20px 30px;
	margin: 0 auto;
	font-size: 16px;
}

.site-header-info {
	font-weight: bold;
}

.site-header-object {
	padding-left: 50px;
}
.hidden {
	display: none;
}
.menue-button {
	font-size:13px;
	text-decoration: none;
	color:inherit;
	font-weight:bold;
}
.input-checkbox {
	vertical-align: middle;
	min-width: 30px;
	max-width: 30px;
}

.table-item-num {
	text-align: right;
}

.table-item-id {
	text-align: center;
}
.table-item-check-in {
	text-align: center;
}
.input-small {
	min-width: 75px;
	max-width: 75px;
}

.input-medium {
	min-width: 150px;
	max-width: 150px;
}

.input-large {
	min-width: 300px;
	max-width: 300px;
}

.input-xl {
	min-width: 600px;
	max-width: 900px;
}

.input-betrag {
	text-align: right;
	min-width: 75px;
	max-width: 75px;
}

.input-beitrag {
	text-align: right;
	min-width: 50px;
	max-width: 75px;
}

.input-datum {
	min-width: 100px;
	max-width: 100px;
}
.input-rechnungsnummer {
	min-width: 100px;
	max-width: 100px;

}
.input-number {
	text-align: right;
	min-width: 50px;
	max-width: 50px;
}

.input-country {
	min-width: 30px;
	max-width: 30px;
}
.input-firma {
	min-width: 410px;
	max-width: 410px;
}
.input-schlagworte {
	min-width: 100%;
}

.input-buchungsnotiz {
	min-width: 100%;
}

.fieldset-input {
	padding-bottom: 5px;
	padding-right: 5px;
}

.text-nachricht {
	min-width: 100%;
	box-sizing: border-box;
	border: 1px solid #999;
}

.text-buchungsnotiz {
	min-width: 100%;
	box-sizing: border-box;
	border: 1px solid #999;
}

.grid-item-container {
	display: grid;
	grid-template-columns: auto;
	padding: 100px 100px 30px 100px;
	position: relative;
	left: 35%;
}

.grid-item {
	padding: 3px;
}

.grid-item-label {
	font-weight: 600;
	font-size: 12px;
}

.grid-item-first-button {
	padding: 5px;
	padding-top: 30px;
}

.grid-item-button {
	padding: 5px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.center-commons {
	text-align: center;
	padding-top: 10px;
}

.center-header {
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}

.center-buttons {
	align-items: center;
	padding-top: 20px;
}

.center-button-group {
	text-align: center;
	margin: 20px 100px 20px 100px;
	border: 0px solid #a0a0a0;
}

.center-toggle-group {
	text-align: center;
	margin: -30px 0px 10px 0px;
	border: 0px solid #a0a0a0;
}

.checkboxes input {
	min-width: 10px;
	max-width: 10px;
}

.button-link {
	background: none;
	border: none;
	padding: 0;
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

.warning {
	color: dodgerblue;
	font-weight: bold;
	font-size: 13px;
}

.info {
	color: forestgreen;
	font-weight: bold;
	font-size: 13px;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 13px;
}

.fieldError {
	border: 1px solid red;
}

.checkinKandidaten {
	margin: 0 auto;
	width: 50%;
}

.dashboard-table-info {
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

.dashboard-table {
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	width: 65%;
}

.empfaenger-table {
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}

.checkbox-table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	table-layout: fixed;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
}

.checkbox-table-data {
	border: 0px;
}

.checkbox-table-row {
	background-color: white;
}
.buchung-info-table-row {
	background-color: #F2F3F4;
}
.center-download-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 300px;
}

.progressbar {
	width: 50%;
	height: 20px;
	margin: 15px;
	padding: 2px;
}

.container {
	display: flex;
	justify-content: center;
}

.label-checkbox {
	font-size: 13px;
	display: inline;
}

.label-waehrung {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

.label-input {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

.label-suchbegriff {
	font-size: 12px;
}

.first-label-input {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 0px;
}

.first-checkbox {
	min-width: 0px;
	max-width: 30px;
}

.last-column {
	width: 30px;
	text-align: center;
}
.first-column {
	width: 30px;
	text-align: center;
}
.label-radio {
	font-size: 14px;
}

.anzahl-kandidaten {
	padding-top: 10px;
}
/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}