@charset "UTF-8";

a {
	color: #859319;
}

fieldset {
	background-color: #e4eda3;
	border-radius: 4px;
}

legend {
	font-size: 0.9em;
}

input {
	border-radius: 3px;
	margin-bottom: 0.5em;
}

select {
	border-radius: 3px;
	margin-bottom: 0.5em;
	height: 1.8em;
}

button {
	border-radius: 3px;
}

label, .pseudo-label {
	text-align: left;
}

.page-item.active .page-link {
	background-color: #B1C903
}
/* Hintergrundfarbe der Navigation-Menue-Leiste */
nav.navbar {
	background-color: #B1C903;
}
/* Schrift in Menüleiste */
.navbar a.nav-link {
	color: #EEE;
	/* background-color: #e4eda3; */
}

.tabs-modules {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.tab-module-link {
	display: block;
	text-decoration: none;
}

.tab-pane.active {
	background-color: #e4eda3;
}

.tabs-modules a.tab-module-link {
	background-color: #f0f0f0;
	border-color: #111;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: solid 1px black;
	border-bottom: none;
	padding: 0.5em;
}

.tabs-modules a.tab-module-link, .tabs-modules a:link.tab-module-link,
	.tabs-modules a:visited.tab-module-link, .tabs-modules a:active.tab-module-link,
	.tabs-modules a:hover.tab-module-link {
	text-decoration: none;
	color: #859319;
}

.tabs-modules a.tab-module-link.active {
	background-color: #e4eda3;
}

.tabs-modules a:hover.tab-module-link {
	font-weight: bold;
	color: #7c841e;
}

.tabs-modules a:hover.tab-module-link.active {
	text-decoration: none;
	font-weight: normal;
}

.tabs-modules a:hover.nav-link {
	color: #444;
	font-weight: bold;
}

.page-item.active .page-link {
	border-color: #879901;
}

.page-link {
	color: #B1C903;
}

.page-link:hover {
	color: #0;
}

.paging-text {
	font-size: 0.8em;
}

.editdatetime, .edittextmiddle, .editselectshort, .edittextshort,
	.editnumber {
	width: 100%;
}

.readonly {
	background-color: #e4eda3;
	border: 1px solid #B1C903;
}

input, .pseudo-field {
	width: 100%;
}

.filtered-text {
	background-color: #e4eda3;
}