/* _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/Features/Action/ActionsComponent.razor.rz.scp.css */
/* Animations for button click */
.ripple-button[b-hck30znncx] {
	position: relative; /* Needed for the absolute ::after to position correctly */
	overflow: hidden;
	transition-duration: 0.4s; /* Safari & others */
}

/* Style only when button is NOT disabled */
.ripple-button:not(:disabled)[b-hck30znncx]::after {
	content: "";
	background: #fdfdfd;
	display: block;
	position: absolute;
	padding-top: 300%;
	padding-left: 350%;
	margin-left: -20px !important;
	margin-top: -120%;
	opacity: 0;
	transition: all 0.8s;
	pointer-events: none; /* Prevent ::after from blocking clicks */
}

/* Active effect only when button is NOT disabled */
.ripple-button:not(:disabled):active[b-hck30znncx]::after {
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: 0s;
}

.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:not(.disabled):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;
}

.card-qactions.disabled[b-hck30znncx] {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

@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/NavigationMenu/NavigationMenu.razor.rz.scp.css */
.navigation-menu[b-85iptkms36]  .dxbl-group-header,
.navigation-menu[b-85iptkms36]  .dxbl-accordion .dxbl-accordion-group .dxbl-accordion-group-header .dxbl-accordion-item-content .dxbl-accordion-item-text-container .dxbl-text {
	font-size: 14px !important;
}

.navigation-menu[b-85iptkms36]  .dxbl-accordion .dxbl-accordion-group .dxbl-accordion-item-content .dxbl-image {
	--dxbl-image-height: 14px !important;
	--dxbl-image-width: 14px !important;
	font-size: 14px !important;
	height: 14px !important;
	width: 14px !important;
}

.navigation-header[b-85iptkms36] {
	display: flex !important;
	align-items: center;
	background-color: #FBFBFB;
}

	.navigation-header .navigation-search-container[b-85iptkms36] {
		flex: 1;
	}

.expand-collapse-buttons-container[b-85iptkms36]  {
	display: flex;
}

	.expand-collapse-buttons-container[b-85iptkms36]  .dataGridHeaderMenu {
		padding: 0px;
		background-color: #FBFBFB;
	}

[b-85iptkms36] .collaps-expand-btn .dxbl-menu-item .dxbl-btn .icon_plus-box,
[b-85iptkms36] .collaps-expand-btn .dxbl-menu-item .dxbl-btn .icon_minus-box {
	font-size: 20px;
	color: rgba(var(--bs-body-color-rgb), 0.4);
}

[b-85iptkms36] .collaps-expand-btn .dxbl-menu-item .dxbl-btn {
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
/* _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;
	}
}
