body {
	background: white;
	margin: 0;
}

a, h1, h2, h3, h4 {
	color: #2480AD;
}

table {
	font-size: 12px;
}
.inputElementGroup {
	font-size: 12px;
}

.head {
	height: 98px;
	background-image: url('./pics/header_background-bauschwerin.png');
	border: 0;
	margin-bottom: 20px;
	box-shadow: 0px 0px 50px #bbb;
	background-repeat: repeat;
}

.logo {
	height: 98px;
	width: 100%;
	background-position: right;
	background-image: url('./pics/header_logo-bauschwerin.png');
}

.loginContent {
	background-color: #ffffff;
}

.inputLegend {
	color: #2480AD;
}

.box {
	border: 0;
}

.box_head {
	background: #2480AD;
	padding: 4px 6px;
}

.tab_lable {
	color: #2480AD;
	background: transparent;
}

.content {
	padding: 0;
	border: 0;
	margin: auto;
	max-width: 1000px;
	box-shadow: 0px 0px 50px #bbb;
}

.content table {
	padding: 8px;
}

/* Navigation */

.navleft {
	background-color: #2480AD;
}

.subnavleft {
	background-color: #c0cfe1;
}

.navleft li strong {
	border-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

.subnavleft li strong {
	border-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* Antragstellung */

#containerAntr {
	margin-top: 20px;
}

.content_progress {
	border: 0;
	background: white;
	padding: 0;
}

.content_progress_step {
	padding-left: 7px;
	border-bottom: 0;
}

.content_progress_step_current {
	background-image: url('');
	padding-left: 7px;
	border-bottom: 0;
}

.content_progress_head {
	background-color: #2480AD;
	padding: 5px 8px;
}

.content_progress .content_progress_step:nth-child(odd) {
	background-color: #eee;
}

.help {
	border: 1px solid #feb;
	padding: 8px;
	margin-left: 8px;
}

.help_head {
	color: #c96;
	background-image: url('');
	border-bottom: 0;
}

.antrart-infotext {
	background: #2480AD;
	margin: 0;
}

/* Uebertragung Antragsunterlagen */

.step {
	background: #eee;
	border: 1px solid #ddd;
	padding: 1em;
	margin: 1em 0;
}
.step .uploadContainer {
	background: #fff;
	padding: 1em;
	margin-top: 1em;
}
.step.checked {
	background: rgb(211, 255, 231);
	border: 1px solid rgb(181, 235, 204);
}
.step.current {
	background: #ddd;
	border: 1px solid #ccc;
}
.step .step_heading {
	font-weight: bold;
	color: #2480AD;
}

/* individuelle Elemente */

.gek-alert {
	border: 1px solid #feb;
	background: #FFFFEA;
	padding: 8px;
	margin-bottom: 16px;
}

.gek-alert a,.gek-alert strong {
	color: #c96;
	font-weight: bold;
	margin-right: 4px;
}

.gek-notification {
	border: 1px solid #2480AD;
	background: rgb(225, 242, 255);
	padding: 8px;
	margin-bottom: 16px;
}

.gek-notification a,.gek-notification strong {
	color: #2480AD;
	font-weight: bold;
	margin-right: 4px;
}

.footer {
	margin: 60px auto 0 auto;
	max-width: 1000px;
}

#list-files {
	list-style-type: none;
	padding: 0;
}
#list-files .checked {
	color: gray;
}
.abweichung-header {
	margin-top: 30px;
	font-weight: 600;
	font-size: 12px;
}
.abweichung-content {
	margin-top: 10px;
	margin-left: 22px;
}
.abweichung-content label {
	color: rgb(48, 48, 48);
}

.bucket-container {
    display: flex;
}
.bucket {
    max-height: 800px;
    overflow-y: scroll;
}
.bucket-heading {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ccc;
    border: 1px solid #999;
}
.bucket-entry {
    padding: 10px;
    margin-bottom: 10px;
    border-left: 4px solid #888;
    display: block;
    color: black;
}
.bucket-context-menu {
    width: 240px;
    background-color: #fff;
    box-shadow: 0 4px 5px 3px rgb(0 0 0 / 30%);
    position: absolute;
}
.bucket-context-menu ul {
    list-style-type: none;
    padding: 6px 0px;
    margin: 0;
}
.bucket-context-menu ul li a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 6px 12px;
}
.bucket-context-menu ul li a:hover {
    background-color: #eee;
}
#filter_eigene_vorgaenge {
    font-size: 12px;
    width: 40%;
    padding: 4px;
    text-align: left;
}
.text-muted {
    color: #555;
}
.search_box {
    margin-bottom:4px;
    justify-content: flex-end;
    text-align: right;
}
#tbl-termine {
    border-spacing:0px;
	padding-top:0px;
	padding-bottom:0px;
}