html, body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
	color: #006bb7;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
	box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
	padding-top: 1.1rem;
}

h1:focus {
	outline: none;
}

.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid #e50000;
}

.validation-message {
	color: #e50000;
}

.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."
	}

.darker-border-checkbox.form-check-input {
	border-color: #929292;
}

.lobbyGrid {
	height: 500px !important;
}

.debugInfo {
	color: #bdbdbd;
	font-weight: lighter;
	font-size: 10px;
	position: absolute;
	right: 30px;
}

.resource-image {
	width: 100px;
	height: 100%;
	image-rendering: optimizeSpeed;
	object-fit: cover;
}

.page-container {
	min-height: 100vh;
	max-height: 100vh;
	display: flex;
	flex-direction: column;
}

.content-container {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-width: 50%;
}

.connect-button-bar {
	border-top: 2px solid rgba(200, 200, 200, 0.5);
	padding: 10px 7px 0px 7px;
	display: table;
	width: 100%;
}

.required-caption:after {
	content: ' *';
	color: red;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.button-fixed-width {
	width: 135px;
}

.dxbl-gridlayout > .dxbl-gridlayout-root {
	height: unset;
}

.command-column-grid {
	display: grid;
	justify-items: start;
}

.card-item {
	margin-bottom: 0.5rem;
}

.dropArea {
	border: 2px dashed #dfdfdf;
	border-radius: 15px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fafafa;
	font-size: 1rem;
	cursor: pointer;
	position: relative;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #9f9f9f;
}

.dropArea:hover {
	background-color: #a8cfff2f;
	color: #333;
}

.dropArea input[type=file] {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.dropAreaDrug {
	background-color: darkgray;
}

.document-grid {
	min-height: 100px;
	max-height: 200px;
}

.wizard-container {
	display: flex;
	flex-direction: column;
	min-height: 400px;
}

.mt-auto {
	margin-top: auto;
}

.button {
	vertical-align: bottom;
}

.login-form-area {
	width: 100%;
}

.login-form {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 8px 16px rgba(0, 0, 0, .1);
}

.form-center {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.form-center-medium {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.image-banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	height: auto;
	max-height: 225px;
	max-width: 100% !important;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 27%), 0px 8px 16px rgb(0 0 0 / 1%);
}

.hideDetailButton .dxbl-grid-expand-button-cell .dxbl-grid-expand-button {
	visibility: hidden;
}

.mw-700 {
	max-width: 700px;
}

.layoutItemCaption {
	max-width: 200px;
	white-space: normal !important;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}

div.invoicedHeading {
	font-size: 2em;
	background-color: #F08080;
	text-align: center;
	font-weight: bold;
}

.venueLocationImage {
	height: auto;
	width: 100%;
	max-width: 320px;
	border-radius: 5px;
}

.resource-card-content {

}

.divider {
	height: 1px;
	background-color: #dfdfdf;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.invoiced-row {
	background-color: #F08080;
}

.row-hover:hover {
	cursor: pointer;
}

.hide-grid-lines {
	border-left: 0px;
	border-right: 0px;
}

	.hide-grid-lines.dxbl-grid .dxbl-grid-table > tbody > tr > td {
		border-left-width: 0px;
	}

	.hide-grid-lines.dxbl-grid .dxbl-grid-table > thead > tr > th {
		border-left-width: 0px;
	}

.hide-toolbar .dxbl-grid-toolbar-container {
	display: none;
}

.summary-total {
	border-top: solid 1px #CCC;
	width: 100%;
	background-color: #EEEEEE;
	font-weight: 600;
}

.summary-caption {
	width: 80%;
	color: #444444;
}

.summary-amount {
	text-align: right;
}

.summary-table {
	width: 100%;
}

.wizard-finish-button {
	background-color: green;
}

.wizard-finish-button:hover {
	background-color: darkgreen !important;
}

.preview-text-area {
	padding-bottom: 2px;
}

.alt-grid-row {
	background-color: #f3f3f388;
}

.calendar-timelineview .dxbl-v-resource-header .dxbl-resource-header-content > span {
	white-space: normal;
}

.calendar-timelineview .dxbl-sc-resources-scroll-area {
	width: 20% !important;
	min-width: 150px;
	max-width: 200px;
}

.calendar-toolbar {
	background-color: rgba(240, 240, 240, 0.3);
	border-top-left-radius: var(--bs-border-radius);
	border-top-right-radius: var(--bs-border-radius);
	padding: 10px;
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 40%);
}

.calendar-resource-navigator-message {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.connect-calendar {
	overflow-y: auto;
	max-height: 80vh;
}

.dxbl-sc-table.dxbl-sc-timescale:has(.hide-timescale-caption) {
	display: none;
}

.scheduler-v-resource-parent {
	justify-content: center;
}

.scheduler-v-resource-child {
	justify-content: center;
}

@media (max-width: 932px) {
	.page-container {
		min-height: unset;
		height: calc(100vh - 100px);
	}

	.content-container {
		margin-top: 5px;
	}

	.connect-calendar {
		overflow-y: auto;
		max-height: 70vh;
	}
}

@media (max-width: 700px) {
	.pagedef-title {
		font-size: 2rem;
	}

	.connect-button-bar {
/*		display: flex;*/
		text-align: center !important;
	}

	.connect-button-bar > button {
		width: 75%;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.pagedef-title {
		font-size: 1.7rem;
	}
}

@media (max-width: 450px) {
	.content-container {
		margin-left: unset;
		margin-right: unset;
	}

	.connect-button-bar > button {
		width: 90%;
	}
}

@media(max-width: 350px) {
	.connect-button-bar {
		text-align: center !important;
	}

	.dxbl-modal > .dxbl-modal-root > .dxbl-popup {
		margin: 5px;
	}
}

@media print {
	.connect-button-bar {
		display: none !important;
	}

	.hide-print {
		display: none !important;
	}

	.content-container *:not(.wizard-container, .preserve-print) {
		display: none !important;
	}

	.preserve-print, body {	
		overflow: visible !important;
	}
}

/* Sidebar */
/*.sidebar {
	min-width: 200px;
	max-width: 200px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
	transition: transform 0.1s ease-out;
	height: 100%;
	max-height: 100%;
	overflow: auto;
}

	.sidebar.expand {
		display: block;
	}*/
