.monospace {
    font-family: 'Roboto Mono', monospace;
	font-size: 13px;
}



.hintergrund {
	background-color: red;

}

hr.easy-to-read {
	border-top: 2px solid #4cc5ee;
}

hr.easy-to-read-1 {
	border-top: 1px solid #4cc5ee;
}

.infoTrenner {
	border-top: 1px solid #41328b;
	margin-top: 5px;
	margin-bottom: 0px;
}

#id_hausnummer {
	width: 40px;
}

#id_postleitzahl {
	width: 55px;
}

#id_anzahlStellen {
	width: 50px;
}

#id_offeneStunden {
	width: 50px;
}

#id_objekt {
	width: 250px;
}

#id_unterweisender {
	width: 250px;
}

#id_objektnummer {
	width: 100px;
}


#id_objektname {
	width: 193px;
}

#id_tage {
	width: 235px;
}

#id_strasse {
	width: 150px;
}

#id_vertragsende {
	width: 120px;
}

#id_gesamtstunden {
	width: 124px;
}


#id_grundreinigungsstunden {
	width: 124px;
}

#id_objektleitung {
	width: 140px;
}

#id_vertretungskraefte {
	width: 500px;
}

/* Ausblenden der Badges im Vertretungskräfte Input*/
#id_vertretungskraefte + .select2-container .select2-selection--multiple .select2-selection__choice {
  display: none !important;
}


#id_stadt {
	width: 200px;
}

#id_montagStunden {
	width: 40px;
	margin-left: 5px;
}

#id_dienstagStunden {
	width: 40px;
	margin-left: 5px;
}

#id_mittwochStunden {
	width: 40px;
	margin-left: 5px;
}

#id_donnerstagStunden {
	width: 40px;
	margin-left: 5px;
}

#id_freitagStunden {
	width: 40px;
	margin-left: 5px;
}

/* Geräte */
#id_objekt_geraet {
	width: 200px;
}

.geraete-adresse {
	font-size:12px;
	line-height: 1.2;
}

#id_telefon {
	width: 120px;
}

#id_rp_nr {
	width: 200px;
}

#id_geraete_typ {
	width: 200px;
}

#geraet {
	width: 300px;
}

#id_geraete_art {
	width: 200px;
}

#id_e_check {
	width: 200px;
}

#id_kaufdatum {
	width: 200px;
}

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

.infoInline {
	display: inline;
}

.actionButton {
	float: right;
	border-radius: 5px;
	line-height: 15px;
	background-color: #41328b !important;
	padding: 5px;
}

.deleteButton {
	border-radius: 5px;
	line-height: 15px;
	background-color: #bb2d2d !important;
	padding: 5px;
}

.buttonWrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.buttonWrapper span {
	display: flex;
	gap: 4px;
}

.editButton {
	background-color: transparent !important;
	color: #000 !important;
	text-align: center;
	width: 40px;
}

.editBtn {
	display: flex;
	width: 60px !important;
	justify-content: end;
}

.noDisplay {
	display: none;
	width: 200px;
}

.reinigungszeitenTabelle {
	display: inline-block;
	border: 0.5px solid #41328b;
	padding-left: 1px;
	width: 25px;
	height: 22px;
	color: black;
	vertical-align: top;
}

#reklamationentabelle {
	padding-bottom: 5px;
}

.lv-revier {
	margin-bottom: 15px;
}

.revierZeile {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 8px;
	gap: 15px;
}

.revierZeile p {
	color: #000;
}

.revierInfo {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.revierName {
	font-weight: bold;
	margin: 0;
	font-size: 14px;
}

.reinigungsBeginn {
	font-weight: bold;
	margin: 0;
	font-size: 14px;
}

.revierMitarbeiter {
	margin: 0;
	font-size: 14px;
	color: #555;
	line-height: 1.3;
}

.reinigungszeitenTabelleWrapper {
	display: flex;
	gap: 5px;
}

.gesamtRow {
	padding-top: 6px;
	border-top: 1px solid #ccc;
}

#blackBackground {
	position: fixed;
	height: 100%;
	width: 100%;
	margin: 0;
	z-index: 1044;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0.7;
}

#formWindow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1045;
	background-color: white;
	min-width: 300px;
	height: auto;
	padding: 15px;
	border-radius: 10px;
	max-width: 800px;
}

#objektWindow {
	width: 610px;
}

.overlayUnit {
	display: flex;
	flex-direction: column;
}

.p10 {
	padding: 10px;
}

#kundenFormular {
	padding: 10px;
}


#map {
	height: calc(100vh - 270px);
	max-height: 700px;
	min-height: 500px;
	width: 100%;
	z-index: 10;
	border-radius: 5px;
	margin-top: 10px;
}


.informationElement {
	color: red;
}

/* Modal Dialog */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 999;
}

/* .modal-dialog-erp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 8px;
	padding: 20px;
	z-index: 1000;
	display: none;
	min-width: 300px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
} */

.modal-dialog-erp {
    position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
    padding: 20px;
    z-index: 1000;
    display: none;
    min-width: 300px;
    max-height: 90vh;  
    overflow-y: auto;  /* Scrollbar */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-content {
	border: none;
}

.modal-content h2 {
	margin-top: 0;
}

.modal-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 20px;
}

.modal-close {
	text-align: end;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
}

#popupInfoMinimize {
	z-index: 310;
	top: 6px;
	right: 6px;
}

#reklamationWindow {
	width: auto;
}

.neues-revier-close {
	top: 0px;
	right: 0px;
}

@media (min-width: 576px) {
	.modal-dialog-erp {
		max-width: 1000px;
		width: 99vw;
		margin: 1.75rem auto;
	}
}

.infoRow {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
	width: 100%;
}

.infoBlock {
	background: #f5f5f5;
	padding: 10px;
	border-radius: 8px;
}

.fullWidth {
	width: 100%;
}

.halfWidth {
	width: calc(50% - 10px);
	min-width: 250px;
}

.width65 {
	width: calc(65% - 5px);
}

.width50 {
	width: calc(50% - 5px);
}


.width35 {
	width: calc(35% - 5px);
}

.statusLine {
	display: flex;
	gap: 4px;
	justify-content: space-between;
}

.topInfoBtn {
	margin-top: 25px;
	display: flex;
	gap: 4px;
	justify-content: end;
}

.tag {
	width: 40px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 4px;
	background-color: #eee;
	/* font-weight: bold; */
	font-size: 13px;
	cursor: default;
}

.tag[data-clean="true"] {
	background-color: #4ac44a;
	color: white;
}

.tag[data-clean="false"] {
	background-color: #ddd;
	color: #777;
}

.tag-filler {
	background-color: transparent;
}

/* Ampel */
.ampel {
	background: #222;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	gap: 8px;
	align-items: center;
	width: 100px;
}

.ampel.horizontal {
	flex-direction: row;
}

.light {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #555;
	transition: background 0.3s;
	cursor: pointer;
}

.rot.active {
	background: red;
}

.gelb.active {
	background: yellow;
}

.gruen.active {
	background: limegreen;
}

#information-container {
	z-index: 200;
	position: absolute;
	top: 10px;
	right: 10px;
	max-width: 350px;
	padding-top: 20px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

#information-container-minimized {
	z-index: 200;
	position: absolute;
	top: 10px;
	right: 10px;
	max-width: 350px;
	padding-top: 20px;

	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding-top: 0;
	font-size: 20px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}


.infoHeadContaiiner {
	display: flex;
	gap: 9px;
	align-items: baseline;
	justify-content: space-between;
}

.align-r {
	display: flex;
	justify-content: end;
}

.mr-45 {
	margin-right: 45px;
}

.font-large {
	font-size: large;
}

.mitarbeiterZeile {
	display: grid;
	grid-template-columns: 50% 42% 8%;
}

.mitarbeiterZeile p {
	color: #000;
}


.objektMitarbeiter p {
	color: #000;
}

/* Status Message */
#status-msg {
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	width: auto;
	max-width: 80%;
	padding: 1rem 2rem;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Timepicker */
.ui-timepicker-container {
	width: 100px !important;
	z-index: 10001 !important;
}

/* Filter */
.filterWrapper {
	display: flex;
	gap: 6px;
	align-items: center;
	margin-bottom: 15px;
}

.accordionToggle {
	display: none;
}

#objektleitungFilter {
	width: 165px;
}

#ampelStatusFilter {
	width: 120px;
}

#objektnameFilter {
	text-align: center;
	width: 150px;
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 2px;
}

#objektnameFilter::placeholder {
	color: rgb(68, 68, 68);
	opacity: 1;
	/* Firefox */
}

#suchfeldFilter {
	text-align: center;
	width: 150px;
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 2px;
	color: #212529;
}

#suchfeldFilter::placeholder {
	color: rgb(68, 68, 68);
	opacity: 1;
	/* Firefox */
}

#objektnameFilter::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: rgb(68, 68, 68);
}

.tabellenKopf .genric-btn {
	padding: 0 !important;
}

/* Reklamation */
#id_objekt_reklamation {
	width: 200px;
}

#id_status {
	width: 150px;
}

#id_mitarbeiter {
	width: 200px;
}

#id_ursache {
	width: 230px;
}

#id_maßnahme {
	width: 230px;
}

#id_wirksamkeit {
	width: 230px;
}

#id_reklamation {
	width: 300px;
}

.file-line {
	align-content: center;
	align-items: center;
	text-align: center;
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

.file-upload-time {
	font-size: 0.9em;
  	line-height: 1.2;
}

.delete-icon {
	cursor: pointer;
}

.file-line a:hover {
	color: rgb(168, 168, 168);
}

/* Tabs */

/* Basis (Desktop & allgemein) */
.tabs {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.tablink {
	background: #f5f5f5;
	border: none;
	cursor: pointer;
	padding: 8px 12px;
	font-weight: 600;
	border-radius: 8px 8px 0 0;
	line-height: 1.2;
}

.tablink.active {
	background: #e9e9e9;
}

.tabcontent {
	display: none;
}


/* Objekt Info Fenster auf Mobilgeräten */
@media (max-width: 768px) {
	.infoRow {
		display: flex;
		flex-direction: column;
	}

	.infoBlock {
		width: 100% !important;
	}

	.modal-dialog-erp {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		transform: none !important;
		width: 100vw;
		min-width: 0;
		max-height: 100vh;
		box-sizing: border-box;
		overflow: hidden;
		border-radius: 8px;
	}

	.modal-dialog-erp .modal-content {
		max-height: 99vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 20px;
	}

	.modal-dialog-erp .modal-close {
		position: absolute;
		top: -2px;
		right: 2px;
		font-size: 16px;
		font-weight: bold;
		cursor: pointer;
		z-index: 1000;
	}


	.tag {
		width: 25px;
	}

	.editButton {
		width: 25px;
	}

	.infoBlock img,
	.infoBlock table,
	.infoBlock div {
		max-width: 100% !important;
	}

	#tabAllgemein .infoRow:nth-of-type(1) .width65 {
		order: 1;
	}

	/* 1. Allg. Infos */
	#tabAllgemein .infoRow:nth-of-type(2) .width35 {
		order: 2;
	}

	/* 2. Mitarbeiter */
	#tabAllgemein .infoRow:nth-of-type(2) .width65 {
		order: 3;
	}

	/* 3. Reviere */
	#tabAllgemein .infoRow:nth-of-type(1) .width35 {
		order: 4;
	}

	/* 4. Vertragsende & Co */
	#tabAllgemein .infoRow:nth-of-type(3) .width65 {
		order: 5;
	}

	/* 5. Informationen */
	#tabAllgemein .infoRow:nth-of-type(3) .width35 {
		order: 6;
	}

	/* 6. Notizen */

	/* map */
	#information-container {
		max-width: 88vw;
	}

	/* Filter */
	.filterContainer {
		text-align: center;
	}

	.filterWrapper {
		flex-direction: column;
		align-items: stretch;
	}

	.filterInput,
	.filterWrapper select,
	.filterWrapper input[type="text"],
	.filterWrapper button {
		width: 100%;
		box-sizing: border-box;
	}

	.filterCheckbox {
		display: flex;
		align-items: center;
		gap: 8px;
		width: 100%;
	}

	.accordionToggle {
		display: block;
		width: 100%;
		padding: 6px;
		font-size: 14px;
		background-color: #eee;
		border: none;
		text-align: center;
		cursor: pointer;
		margin-bottom: 5px;
	}

	.filterWrapper {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.3s ease-out;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.filterWrapper.active {
		display: flex;
	}

	#objektnameFilter {
		width: 100%;
	}

	#suchfeldFilter {
		width: 100%;
	}

	#objektleitungFilter {
		width: 100%;
	}

	#ampelStatusFilter {
		width: 100%;
	}

	.overlayLineWrapper {
		flex-direction: column;
	}

	.overlayLineWrapper input,
	.overlayLineWrapper select {
		width: 80vw !important;
	}

	.overlayUnit input,
	.overlayUnit select {
		width: 80vw !important;
	}

	.break-word-65 {
		width: 65px;
		word-wrap: break-word; 
		overflow-wrap: break-word;
		hyphens: auto;
	}

}

/* Geräte */
#geraeteListe p {
	color: #212529;
}

.geraete-tabelle {
  border-collapse: collapse;
  width: 100%;
}

.geraete-tabelle th, 
.geraete-tabelle td {
  border: 1px solid #ccc;
  padding: 4px 8px;
  text-align: left;
}

.geraete-tabelle th {
  background-color: #ededed;
}


@media (max-width: 600px) {
  .geraete-tabelle,
  .geraete-tabelle thead,
  .geraete-tabelle tbody,
  .geraete-tabelle th,
  .geraete-tabelle td,
  .geraete-tabelle tr {
    display: block;
    width: 100%;
  }

  .geraete-tabelle thead {
    display: none; /* Kopf ausblenden */
  }

  .geraete-tabelle tr {
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
  }

  .geraete-tabelle td {
    text-align: right;
    position: relative;
    padding-left: 50%;
  }

  .geraete-tabelle td::before {
    content: attr(data-label);
    position: absolute;
    left: 8px;
    width: 45%;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
  }
}


/* 2FA */
.tfa-setup-btn {
	margin-top: 15px;
}

#maps-navigation {
	cursor: pointer;
}

/* Servicepartner */
#id_servicepartner {
	width: 200px;
}

#id_sp_adresse {
	width: 230px;
}
#id_sp_name {
	width: 230px;
}

#id_sp_postleitzahl {
	width: 80px;
}

#id_sp_telefon {
	width: 140px;
}

#id_sp_stadt {
	width: 282px;
}

#id_sp_email {
	width: 230px;
}