﻿:root {
	--iwd-control-readonly-background-color: #BDBDBD;
}


#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}



.DevExpressInlineEditFormBackgroundcolor {
	background-color: #E0E0E0 !important;
	border: solid 1px #222;
}

.DevExpressGridHeaderRowBackgroundColor {
	background-color: #E0E0E0 !important;
	border: solid 1px #222;
}


.DevExpressInlineEditFormBottomMargin {
	margin-bottom: 24px !important;
}



.iwdbottommessage {
	display: flex;
	justify-content: center;
}

.iwdfooter {
	position: absolute;
	background-color: lightgray;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: solid 1px #AAA;
	padding: 0 12px 0 12px;
	max-width: 250px;
	min-width: 250px;
}

	.iwdfooter .version,
	.iwdfooter .copyright {
		font-size: 11px;
		color: black;
	}

.readonly-background-color {
}


.iwdmenupopover .mud-menu-item:hover {
	background-color: var(--mud-palette-primary) !important;
	color: var(--mud-palette-primary-text);
}

	.iwdmenupopover .mud-menu-item:hover .mud-icon-root {
		color: var(--mud-palette-primary-text);
	}

.iwdDevexpessGridToolbarBackground .dxbl-grid-toolbar-container{
	background-color: var(--mud-palette-gray-lighter) !important;
}