html, body {
	height: 100%;
}

app {
	display: block;
	height: 100%;
}

.header-logo {
	flex-shrink: 0;
	background-color: currentColor;
	-webkit-mask: url('../images/Logo.svg');
	mask: url('../images/Logo.svg');
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	width: 28px;
	height: 24px;
}

#blazor-error-ui {
	background: inherit;
	bottom: 0;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100001;
}

.tabbedGroupNested .nested-content .dxbl-grid {
	max-height: 70vh;
	height: 70vh;
	overflow-y: auto;
}

.warningText .dxbl-text-edit input {
	display: inline-block;
	color: Red;
	width: 100%;
	border: none !important;
	background-color: white !important;
}

.warningText .dxbl-text-edit {
	display: inline-block;
	color: Red;
	width: 100%;
	border: none !important;
	background-color: white !important;
}

.project-date-picker {
	background-color: white !important;
}

	.project-date-picker .dxbl-btn-group {
		background-color: white !important;
		visibility: hidden;
	}

	.project-date-picker .dxbl-text-edit-input {
		background-color: white;
	}

	.project-date-picker .dxbl-text-edit {
		border: none;
	}

.vertical-tab-control > dxbl-tabs > dxbl-tab-list {
	display: none !important;
}

.vertical-tab-sidebar {
	transition: max-height 0.2s ease-in-out;
	overflow: hidden;
	flex-shrink: 0;
}

	.vertical-tab-sidebar.sidebar-visible {
		max-height: none;
		margin-top: 0.5rem;
	}

	.vertical-tab-sidebar.sidebar-hidden {
		max-height: 0;
		margin: 0;
		padding: 0;
		border: none;
	}

.vtab-scroll-viewer {
	max-height: 50vh;
}

.vtab-sidebar-accordion {
	border: none;
}

.xaf-size-s .vertical-tab-sidebar .dxbl-accordion-item-text {
	font-size: 0.80rem !important;
}

.xaf-size-m .vertical-tab-sidebar .dxbl-accordion-item-text {
	font-size: 0.90rem !important;
}

.vtab-sidebar-accordion .dxbl-accordion-item {
	border-left: 2px solid transparent;
}

	.vtab-sidebar-accordion .dxbl-accordion-item.vtab-active {
		background-color: var(--dxbl-tabs-active-bg, #e9ecef);
		font-weight: 600;
		border-left: 2px solid var(--dxbl-tabs-active-border-color, #f60);
	}

.vtab-sidebar-accordion .dxbl-accordion-item-header:hover {
	background-color: var(--dxbl-hover-bg, #f8f9fa);
}

.sb-richtexteditor-height-115px {
	height: 115px;
	width: 100%;
}

.sb-richtexteditor-height-200px {
	height: 200px;
	width: 100%;
}

.sb-richtexteditor-height-400px {
	height: 400px;
	width: 100%;
}

.sb-richtexteditor-height-800px {
	height: 800px;
	width: 100%;
}

.sb-richtexteditor-height-1000px {
	height: 1000px;
	width: 100%;
}

.sb-richtexteditor-height-1200px {
	height: 1200px;
	width: 100%;
}

.xaf-progress-bar .dxbl-progress-bar-container {
	position: relative;
}

.xaf-progress-bar .dxbl-progress-bar-label {
	overflow-x: hidden;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 4px;
}

.dxbl-grid .xaf-progress-bar .dxbl-progress-bar-label {
	align-self: start;
}

.xaf-progress-bar .dxbl-progress-bar-label-container > p {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}
