﻿/* Copyright (c) Maarten van Stam. All rights reserved. Licensed under the MIT License. */

@import '/_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css';

body {
	--body-font: "Segoe UI Variable", "Segoe UI", sans-serif;
	font-family: var(--body-font);
	font-size: var(--type-ramp-base-font-size);
	line-height: var(--type-ramp-base-line-height);
	font-weight: var(--font-weight);
	color: var(--neutral-foreground-rest);
	background: var(--neutral-fill-layer-rest);
	margin: 0;
}
header {
	background: #FFFFFF;
	background-size: cover;
	width: 100vw;
	flex-direction: column;
	padding: 5px;
}
.navmenu-icon {
	display: none;
}

.main {
	/*min-height: calc(100dvh - 155px);*/
	color: var(--neutral-foreground-rest);
	align-items: stretch !important;
}

.body-content {
	align-self: stretch;
	height: unset !important;
	display: block;
	/*padding: 5px;*/
}

.content {
	padding: 0.5rem 0.5rem;
	align-self: stretch !important;
	width: 100%;
}

.wrapper {
	height: calc(100vh - 10px);
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.roitmain {
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
	display: block;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
}

/*tag style: voor banner die verschijnt bij hovering, met logo en icon voor instellingen*/
footer {
	background-color: #F2F2F2;
	position: fixed;
	bottom: 0;
	left: 0;
	height: auto;
	flex-direction: column;
	align-items: normal;
	width: 100%; /* Full width */
	padding-top: 5px;
	transform: translateY(calc(100% - 5px));
	transition: all 0.3s ease-in-out;
}

	footer:hover {
		transform: translateY(0);
	}

/*class style: to keep banner at bottom of screen, for buttons OK, vorige en overslaan*/
.footer {
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: normal;
	width: 100%; /* Full width */
	/*padding-left: 5px;*/
	/*padding-right: 5px;*/
	padding-top: 5px;
	transition: all 0.3s ease-in-out;
}

.alert {
	border: 1px dashed var(--accent-fill-rest);
	padding: 5px;
}

#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;
	}

.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."
	}

.loading-progress {
	position: relative;
	display: block;
	width: 8rem;
	height: 8rem;
	margin: 20vh auto 1rem auto;
}

	.loading-progress circle {
		fill: none;
		stroke: #e0e0e0;
		stroke-width: 0.6rem;
		transform-origin: 50% 50%;
		transform: rotate(-90deg);
	}

		.loading-progress circle:last-child {
			stroke: #1b6ec2;
			stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
			transition: stroke-dasharray 0.05s ease-in-out;
		}

.loading-progress-text {
	position: absolute;
	text-align: center;
	font-weight: bold;
	inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

	.loading-progress-text:after {
		content: var(--blazor-load-percentage-text, "Loading");
	}

code {
	color: #c02d76;
}

@media (max-width: 600px) {
	.main {
		flex-direction: column !important;
		row-gap: 0 !important;
	}

	nav.sitenav {
		width: 100%;
		height: 100%;
	}

	#main-menu {
		width: 100% !important;
	}

		#main-menu > div:first-child:is(.expander) {
			display: none;
		}

	.navmenu {
		width: 100%;
		max-width: 150px;
	}

	#navmenu-toggle {
		appearance: none;
	}

		#navmenu-toggle ~ nav {
			display: none;
		}

		#navmenu-toggle:checked ~ nav {
			display: block;
			width: 150px;
		}

	.navmenu-icon {
		cursor: pointer;
		z-index: 10;
		display: block;
		position: absolute;
		top: 15px;
		right: 20px;
		width: 20px;
		height: 20px;
		border: none;
	}
}

.crossreferences-content {
	margin-top: 5px;
}
.searchboxBorder {
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
}

	.searchboxBorder:focus-within {
		border-style: solid;
		border-color: #4472C4;
		border-width: 2px;
	}


.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.imagebutton {
	background-color: transparent;
	border: none;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
}
.centertextbutton {
	display: 'flex';
	margin-top: 25px;
	text-align: center;
}
.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;
}

.btn-width {
	width: 80px;
}
.centerbutton {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
.dialogtitle {
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: larger;
	font-weight: 500;
}

.scrollable-dialog-content {
	max-height: 60vh; /* Set the maximum height to 60% of the viewport height */
	overflow-y: auto; /* Enable vertical scrolling */
	padding: 5px; /* Optional: Add padding for better readability */
	background-color: ivory;
}

.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: red;
}
.checkbox-group-container {
	position: relative;
	display: flex;
	width: 100%;
}

	.checkbox-group-container .border-icon {
		position: absolute;
		top: -25%;
		right: 1%; /* Adjust this value to position the icon as needed */
		transform: translateY(30%);
		background-color: white; /* Optional: to ensure the icon background matches the page */
		padding: 2px; /* Optional: to add some padding around the icon */
		border-radius: 50%; /* Optional: to make the icon circular */
	}

.checkbox-group {
	display: flex;
	flex-direction: column;
	padding: 5px;
	/*position: relative;*/
	border: 1px solid #0078d4; /* Fluent UI primary color */
	border-radius: 5px;
	width: 100%;
}

.radio-button-group {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 5px;
	border: 1px solid #0078d4; /* Border color */
	border-radius: 5px;
	align-self: stretch;
}

.radio-group-container {
	position: relative;
	display: flex;
	width: 100%;
}

	.radio-group-container .border-icon {
		position: absolute;
		top: 0%;
		right: 1%; /* Adjust this value to position the icon as needed */
		transform: translateY(-50%);
		background-color: white; /* Optional: to ensure the icon background matches the page */
		padding: 2px; /* Optional: to add some padding around the icon */
		border-radius: 50%; /* Optional: to make the icon circular */
	}

.container {
	display: flex;
	row-gap: 5px;
	justify-content: space-between
}

.content-group {
	padding-top: 10px;
}

.dialog-titlebar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	/*background-color: #0078d4;*/ /* Fluent UI primary color */
	/*color: white;*/
	/*border-bottom: 1px solid #ccc;*/
}

	.dialog-titlebar h2 {
		margin: 0;
	}

	.dialog-titlebar button {
		background: none;
		border: none;
		color: white;
		font-size: 1em;
		cursor: pointer;
	}

.dialog-content {
	padding: 10px;
}
/* Stretch the FluentCheckbox label to a minimum width */
/*this is done to make sure that the tooltip that is assigned to is is visible within the viewport*/
fluent-checkbox, .fluent-checkbox {
	display: flex;
	align-items: center;
	min-width: 250px;
	Adjust as needed width: 100%;
}

	fluent-checkbox::part(label), .fluent-checkbox label {
		flex: 1 1 auto;
		width: 100%;
		min-width: 200px;
		Adjust as needed white-space: normal;
	}
/* In app.css or a scoped CSS file */
.logo-header {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 10px;
}

.logo-svg {
	display: block;
	margin-bottom: 0.25rem; /* Adjust as needed */
}

.logo-title {
	margin-top: 0.25rem; /* Adjust as needed */
}

.edit-mode-compact td {
	padding-top: 0px;
	padding-bottom: 0px;
	align-self: stretch;
}
table {
	width: 100%;
	border-collapse: collapse;
}