

.form-section {
	border: 2px solid #41328b;
}

.overlay-form-section {
	background-color: #f8f8f8;
}

.group {
	border-bottom: 1px solid #41328b;
	padding: 5px 0px;
}

.neueZeileLabel {
	margin-top:5px;
}

.form-label {
	padding-left: 5px;
}

.kundenform.hidden {
	display:none;
}

.kontaktform.add,
.kundenform.add {
	display: block;
	position:absolute;
	z-index:9001;
	width:300px;
	background:#f9f9ff;
}

#id_stammkostenstelle {
	width:142px;
}

#id_kundennummer {
	width:122px;
}

#id_kontrolleur {
	width:200px;
}

#id_postleitzahl {
	width:70px;
}

#id_ort {
	width: 208px;
}

#id_mobil1 {
	width: 120px;
}

#id_mobil2 {
	width: 120px;
}

.kontaktform.hidden {
	display:none;
}

#id_kundenname {
	width:100px;
}

/* Unterweisungen */

.badge-container {
	margin-top: 10px;
	margin-bottom: 20px;
}

.badge {
  display: inline-block;
  background-color: #41328b;
  color: white;
  border-radius: 12px;
  padding: 5px 10px;
  margin: 2px;
  font-size: 0.85em;
}
.badge .remove {
  margin-left: 6px;
  cursor: pointer;
  font-weight: bold;
}

#unterweisungForm .select2-container--default .select2-selection--multiple .select2-selection__choice {
	display: none;
}