/* Show it is fixed to the top */
body {
  min-height: 100%;
  padding-top: 120px;
  background-color: rgb(0, 64, 128);
}

.form-control, .form-select, button, p, table, ul.pagination li a, .col-form-label, div {
	font-size: 10pt;
}

/* Forms */
input:focus, input.form-control:focus, select:focus, select.form-select:focus, textarea:focus, textarea.form-control:focus {
	outline: 0;
	box-shadow: none;
	background-color: #fafafa;
	border: 1px solid rgb(0, 64, 128);
}

button:focus, button.btn:focus {
	box-shadow: none;
}

.as-content {
	border-bottom: 1px dashed #000;
	font-weight: bold;
	cursor: pointer;
	width: fit-content;
	padding-top: 7px;
	padding-bottom: 2x;
}

.as-content:hover {
	color: red;
}

/* Form-Headline */
p.formheader::before {
	border-top: 2px solid #dfdfdf;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

p.formheader span {
	background: #fff;
	padding: 0 15px 0 0;
}

p.formheader {
	margin: 25px 0 10px 0;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	color: #dfdfdf;
	font-weight: bold;
	font-size: 14px;
}

/* Pagination */
.numberinsert .form-control {
	font-size: 10pt;
	padding: 1px 10px;
	width: 60px;
	text-align: center;
	max-height: 20px;
}