/* _content/AVIDENO.BlazorServer/Application/_Layouts/MainLayout/Header.razor.rz.scp.css */
.navbar.header-navbar[b-qkmtenyu81] {
	flex-grow: 0;
	flex-wrap: nowrap;
	border: none;
	background-color: #fff;
	border-radius: 0;
	height: 3.5rem;
	min-height: 3.5rem;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
	justify-content: space-between;
	z-index: 1
}
/* _content/AVIDENO.BlazorServer/Application/_Layouts/MainLayout/MainLayout.razor.rz.scp.css */
.page[b-eg35zti6m1] {
	height: 100%;
	overflow: hidden;
}

[b-eg35zti6m1] .content {
	overflow: auto;
}

@media (max-width: 1199.98px) {
	[b-eg35zti6m1] .page-layout > .dx-gridlayout-root {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

[b-eg35zti6m1] .fit-width {
	max-width: 100%;
}

[b-eg35zti6m1] .mw-1100 {
	max-width: 1100px;
}
/* _content/AVIDENO.BlazorServer/Application/_Layouts/SignIn/SignIn.razor.rz.scp.css */
#change-tenant-button[b-tzrob17dp5] {
	text-decoration: none;
	/* Der Stift geht sonst in die falsche Richtung ;) */
	transform: scaleX(-1);
}

	#change-tenant-button:hover[b-tzrob17dp5] {
		text-decoration: none;
	}

#login-view[b-tzrob17dp5]{
	min-width: 300px;
	min-height: 355px;
}

#login-logo[b-tzrob17dp5] {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 576px) {
	#login-container[b-tzrob17dp5] {
		overflow: scroll; /* Notwendig für Edge da scrolling nicht automatisch erkennt wird */
	}

	#login-view[b-tzrob17dp5] {
		box-shadow: none;
		border: none;
		padding-left: 15%;
		padding-right: 15%;
	}
}

@media screen and (max-height: 660px) {
	#login-container[b-tzrob17dp5] {
		overflow: scroll; /* Notwendig für Edge da scrolling nicht automatisch erkennt wird */
	}

	#login-view[b-tzrob17dp5] {
		box-shadow: none;
		border: none;
		/*
			height: 85vh; 
			Führt am Smartphone dazu, dass der Footer in die Anmeldemaske verschoben wird,
			da die View durch die Tastatur kleiner wird 
			--> login-view Content geht über DIV hinaus
		*/
	}
	#login-logo[b-tzrob17dp5] {
		width: auto;
		height: 45%;
		margin: 0px 0px 0px 0px;
	}

	#login-footer[b-tzrob17dp5] {
		padding-bottom: 20px;
	}
}

@media screen and (max-height: 380px) {
	#login-container[b-tzrob17dp5] {
		overflow: scroll;
	}
}
/* _content/AVIDENO.BlazorServer/Features/Action/ActionsComponent.razor.rz.scp.css */
.cards-list-qactions[b-hck30znncx] {
	z-index: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.card-qactions[b-hck30znncx] {
	margin: 20px;
	padding: 20px;
	width: 350px;
	height: 120px;
	border-radius: 7px;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	cursor: pointer;
	transition: 0.4s;
	display: flex;
}

.card-qactions .card-qactions-text[b-hck30znncx] {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.card-qactions .card-image-qactions[b-hck30znncx] {
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
}

.card-qactions .card-image-qactions img[b-hck30znncx] {
	height: 32px;
	object-fit: cover;
	margin-right: 10px;
}

.card-qactions .card-title-qactions[b-hck30znncx] {
	font-weight: bold;
	font-size: 18px;
	height: 50%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	vertical-align: middle;
	line-height: 40px;
}

.card-qactions .card-title-qactions span[b-hck30znncx] {
	height: 40px;
}

.card-qactions:hover[b-hck30znncx] {
	transform: scale(1.1, 1.1);
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

@media all and (max-width: 500px) {
	.cards-list-qactions[b-hck30znncx] {
		/* On small screens, we are no longer using row direction but column */
		flex-direction: column;
	}
}
/* _content/AVIDENO.BlazorServer/Features/Workspaces/Shared/Widgets/CockpitWidget.razor.rz.scp.css */
.cards-list-cockpit[b-8hgc4ol1av] {
	z-index: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.card_cockpit[b-8hgc4ol1av] {
	margin: 20px;
	padding: 20px;
	width: 350px;
	height: 120px;
	border-radius: 7px;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	cursor: pointer;
	transition: 0.4s;
	display: flex;
}

	.card_cockpit .card_image_cockpit[b-8hgc4ol1av] {
		height: 40px;
		vertical-align: middle;
		line-height: 40px;
	}

	.card_cockpit .card_image_cockpit img[b-8hgc4ol1av] {
		height: 32px;
		object-fit: cover;
		margin-right: 10px;
	}

	.card_cockpit .card_title_cockpit[b-8hgc4ol1av] {
		font-weight: bold;
		font-size: 18px;
		height: 80px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		vertical-align: middle;
		line-height: 40px;
	}

		.card_cockpit .card_title_cockpit span[b-8hgc4ol1av] {
			height: 40px;
		}

	.card_cockpit:hover[b-8hgc4ol1av] {
		transform: scale(1.1, 1.1);
		box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	}

@media all and (max-width: 500px) {
	.card-list_cockpit[b-8hgc4ol1av] {
		/* On small screens, we are no longer using row direction but column */
		flex-direction: column;
	}
}
