@charset "utf-8";

/* CSS Document */
li {
	list-style: none;
}

fieldset{
    border: 1px solid #999;
}
legend{
    border: 1px solid #999;
    background: #eee;
}
sup{
    font-size:8px;
    font-style:italic;
}
sup a{
    text-decoration:none;
    color:#005185;
}
#contcont {
	display: flex;
	height: 100vh;
	width: 100vw;
	justify-content: center;
	align-items: stretch;
	position: absolute;
}
#maincontent {
	flex-shrink: 2;
	flex-grow: 2;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 10px;
}
#maincontent::-webkit-scrollbar {
	display: none;
}

#container {
	display: flex;
	flex-direction: column;
	height: 100vh;
	width: 960px;
	background-color:#fff;
	justify-content: space-between;
}

#maintop {
	float: left;
}
body {
	margin: 0;

	overflow: hidden;
}

#footer {
	z-index:5;
	height:30px;
	line-height:30px;
	background-color:#333;
	padding-left: 10px;
	padding-right: 10px;
	align-self: stretch;
}
#footer span, #footer #copy{
	color:#fff !important;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #ccc;
	color: #bbb;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	padding: 10px;
	color: #bbb;
}
#meldung {
	padding: 20px 10px 10px;
	max-height: 85vh;
}

#loadIndicator {
	display: none;
	position: fixed;
	top:0;
	left:0;
	height: 100vh;
	width: 100vw;
	cursor: wait;
}
#loadIndicator.active {
	display: block;
}

.btn {
	color: white;
	border-radius: 4px;
	padding: 5px;
	text-wrap: wrap;
}

.btn-success {
	background-color: #157347;
}
.btn-warning{
	background-color: #b33110;
}
#defaultMandant {
	max-width: 300px;
}