.navbar-brand {
	color: #e71818 !important;
}

.control-label {
	font-weight: bold;
}

.control-label:after {
	content: ":";
}

/* asterisk  for mandatory fields */
.required:after {
	content: "*";
	color: red;
	margin-right: 3px;
	font-weight: bold;
}

.table {
	background-color: #ffffff;
}

.table-striped-double tbody tr:nth-child(4n+1), .table-striped-double tbody tr:nth-child(4n+2) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-striped-double .content-row td {
	border: none;
}

.custom-file-label::after  {
	content: "Durchsuchen";
}

.vlt-alert {
	position:absolute;
    z-index: 1000;
    right: 1rem;
    top: 4.85rem;
}
