﻿
.blazor-error-boundary {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
	padding: 1rem 1rem 1rem 3.7rem;
	color: white;
}

	.blazor-error-boundary::after {
		content: "An error has occurred."
	}


::deep ul.mud-pagination li:not(:first-child):not(:nth-child(2)):not(:last-child):not(:nth-last-child(-n+2)) {
	display: none;
}

.urllinks {
	color: lightskyblue !important
}

.grid-column-left {
	text-align: left !important;
}

.grid-column-center {
	text-align: center !important;
}

.grid-column-right {
	text-align: right !important;
}

.grid-narrow-button {
	max-width: 30px !important;
	overflow: hidden !important;
	/*	text-overflow: ellipsis;*/
}

.timerButtonRow {
	position: relative !important;
	top: 3px !important;
}

.timerButton {
	/*	position: relative;
	top: 13px;*/
	height: 39px !important;
	width: 60px !important;
}

.grid-pager {
	/*	color: green !important;
	font-weight: bold !important*/
	color: var(--mud-palette-primary) !important;
}

	.grid-pager .mud-select {
		/*		color: green !important;
		font-weight: bold !important;*/
		color: var(--mud-palette-primary) !important;
	}

	.grid-pager .mud-table-pagination-select {
		color: var(--mud-palette-primary) !important;
		font-weight: bold !important
	}

	.grid-pager .mud-icon-root.mud-svg-icon {
		color: var(--mud-palette-primary) !important;
	}

	.grid .mud-table-sort-label {
		color: var(--mud-palette-primary) !important;
	}

.grid .mud-table-pagination-actions
.grid .mud-icon-root.mud-svg-icon {
	fill: var(--mud-palette-primary) !important;
}

.grid .mud-table-sticky-header *
.grid. .mud-table-root .mud-table-head *
.grid .mud-table-cell {
	color: var(--mud-palette-primary) !important;
}

.grid .mud-list-item.mud-list-item-dense {
	color: var(--mud-palette-primary) !important;
}

.grid .mud-select .mud-select-input .grid .mud-input-slot {
	color: var(--mud-palette-primary) !important;
}

.grid .mud-input > .grid input.mud-input-root,
.grid div.mud-input-slot.mud-input-root {
	color: var(--mud-palette-primary) !important;
}


.gridshort .mud-grid-spacing-xs-3 >
.grid .mud-grid-item {
	padding-bottom: 0px !important;
}

.grid-header-column-title {
	color: var(--mud-palette-primary) !important;
}

/*.disabled {
	color: var(--mud-palette-primary) !important;
	background-color: var(--mud-palette-action-disabled-background) !important;
}

	.disabled .mud-input.mud-input-outlined {
		color: var(--mud-palette-primary) !important;
		background-color: var(--mud-palette-action-disabled-background) !important;
	}

	.disabled .mud-input > .disabled input.mud-input-root-outlined.mud-input-root-margin-dense, 
		.disabled div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
		color: var(--mud-palette-primary) !important;
		background-color: var(--mud-palette-action-disabled-background) !important;
	}

	.disabled .mud-input > .disabled input.mud-input-root.mud-input-root-margin-dense,
	.disabled div.mud-input-slot.mud-input-root.mud-input-root-margin-dense {
		color: var(--mud-palette-primary) !important;
		background-color: var(--mud-palette-action-disabled-background) !important;
	}
*/

/*.editfield .mud-input > .editfield input.mud-input-root-outlined.mud-input-root-margin-dense,
.editfield div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
	color: var(--mud-palette-primary) !important;
}

.editfield .mud-input > .editfield input.mud-input-root-outlined.mud-input-root-margin-dense,
.editfield div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
	color: var(--mud-palette-primary) !important;
}*/

/*.editfield .mud-input > .editfield input.mud-input-root-outlined.mud-input-root-adorned-start,
.editfield div.mud-input-slot.mud-input-root-outlined.mud-input-root-adorned-start {
	color: var(--mud-palette-primary) !important;
}*/

.disabled .mud-input {
	color: var(--mud-palette-primary) !important;
	background-color: var(--mud-palette-action-disabled-background) !important;
}


.editfield .mud-input {
	color: var(--mud-palette-primary) !important;
}

.editfield .mud-shrink ~ .editfield label.mud-input-label.mud-input-label-inputcontrol {
	color: var(--mud-palette-primary) !important;
}

.editfield .mud-input-control > .editfield .mud-input-control-input-container > .editfield .mud-input-label-inputcontrol {
	color: var(--mud-palette-primary) !important;
}

.editfield .mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined,
.editfield .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined {
	color: var(--mud-palette-primary) !important;
}


.switch .mud-switch-label-medium {
	color: var(--mud-palette-primary) !important;
}
/*	.mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol*/
/*.editfielde .mud-input > .edidfield input.mud-input-root-outlined.mud-input-root-adorned-start, 
	.editfield div.mud-input-slot.mud-input-root-outlined.mud-input-root-adorned-start*/
/*	.disabled .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
	}*/
/*.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {*/
/* 	.mud-table-sort-label {
			color: var(--mud-palette-primary) !important;
		}

		.mud-table-pagination-actions .mud-icon-root.mud-svg-icon {
			fill: var(--mud-palette-primary) !important;
		}

		.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {
			color: var(--mud-palette-primary) !important;
		}

		.mud-table-pagination-select {
			color: var(--mud-palette-primary) !important;
		} */
/* 	.mud-table-pagination-information {
				color: var(--mud-palette-primary) !important;
			} */
.grid-column-right {
	text-align: right !important;
}

.select .mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol {
	color: var(--mud-palette-primary) !important;
	/*	background-color: var(--mud-palette-action-disabled-background) !important;*/
}

.select .mud-input-control >
.select .mud-input-control-input-container >
.select div.mud-input.mud-input-text {
	color: var(--mud-palette-primary) !important;
	/*	background-color: var(--mud-palette-action-disabled-background) !important;*/
}

.select .mud-input-text {
	color: var(--mud-palette-primary) !important;
	/*	background-color: var(--mud-palette-action-disabled-background) !important;*/
}

.select .mud-input > .select input.mud-input-root-outlined.mud-input-root-margin-dense,
.select div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
	color: var(--mud-palette-primary) !important;
	/*	background-color: var(--mud-palette-action-disabled-background) !important;*/
}

.select .mud-input > .select input.mud-input-root.mud-input-root-margin-dense,
div.mud-input-slot.mud-input-root.mud-input-root-margin-dense {
	color: var(--mud-palette-primary) !important;
	/*	background-color: var(--mud-palette-action-disabled-background) !important;*/
}

/*.select .mud-list-item.mud-list-item-dense {
	color: var(--mud-palette-primary) !important;
}*/

.select .mud-list-item-clickable {
	color: var(--mud-palette-primary) !important;
	background-color: var(--mud-palette-action-disabled-background) !important;
}

.select .mud-input > .select input.mud-input-root-outlined.mud-input-root-adorned-start,
.select div.mud-input-slot.mud-input-root-outlined.mud-input-root-adorned-start {
	color: var(--mud-palette-primary) !important;
	background-color: var(--mud-palette-action-disabled-background) !important;
}

#components-reconnect-modal {
	display: flex !important;
	opacity: 1 !important;
	background-color: rgb(255 255 255 / 80%) !important;
}

	#components-reconnect-modal::before {
		content: '';
		width: 300px;
		height: 65px;
		background: #BDCBFF;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: block;
	}

	#components-reconnect-modal h5 {
		margin-top: 50px !important;
		padding: .75rem 1.25rem;
		width: 300px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1050;
		color: #003494;
		background-color: #BDCBFF;
		box-shadow: 0px 10px 10px 0px hsl(0deg 0% 0% / 20%);
	}

	#components-reconnect-modal div {
		border-color: rgb(0 52 148) rgb(89 127 222) rgb(161 180 235) !important;
		margin: auto;
		z-index: 1050;
	}

	#components-reconnect-modal h5 a {
		color: #092464 !important;
	}

	#components-reconnect-modal button {
		color: #515151;
		padding: 4px 8px;
		font-size: .875rem;
		min-width: 64px;
		box-sizing: border-box;
		transition: background-color 250ms cubic-bezier(.4,0,.2,1) 0ms,box-shadow 250ms cubic-bezier(.4,0,.2,1) 0ms,border 250ms cubic-bezier(.4,0,.2,1) 0ms;
		font-weight: 500;
		line-height: 1;
		letter-spacing: .02857em;
		text-transform: uppercase;
		margin: auto !important;
		background: rgb(46 121 232 / 28%);
		z-index: 1500;
		border: 0;
	}