<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASICSITE.CSS ************************************************** */
html {
	height: 100%;
}
body {
	color: var(--text-fg);
	font-family: var(--font), sans-serif !important;
	height: 100%;
	margin: 0;
}
h1, h2, h3, h4, h5 {
	color: var(--h-fg);
}
a {
	color: var(--a-fg);
}
	a:hover {
		color: var(--a-hover-fg);
	}
#systemMessage,
.warning-message {
	background-color: var(--bs-danger);
	border-radius: 10px;
	box-shadow: 2px 2px 4px silver;
	color: var(--bs-light);
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 20px;
	/* margin-top: 10px; */
	padding: 10px;
	text-shadow: 0 1px var(--bs-secondary);
	width: 100%;
}
#waiting {
	background-color: white;
	height: 100% !important;
	left: 0;
	opacity: 0.8;
	padding-top: 100px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 20000;
}
#waiting_text {
	color: #333;
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
/* ******************** */
/* Float Labels         */
/* ******************** */
/* Powered by: https://github.com/tonystar/float-label-css */
.float-label {
	display: block;
	position: relative
}
.float-label {
	display: block;
	position: relative
}
	.float-label &gt; span {
		background-color: #fff !important;
		color: var(--gray);
		cursor: pointer;
		font-size: 100%; /* 85% */
		left: .75rem;
		line-height: 1;
		opacity: 1;
		padding: 0 2px;
		position: absolute;
		top: -.3em; /* -.5em; */
		transition: all .2s;
		z-index: 3;
	}
		.float-label &gt; span &gt; span.required {
			color: var(--red);
		}
		.float-label &gt; span::after {
			background: var(--white);
			content: " ";
			display: block;
			height: 2px;
			left: -.2em;
			position: absolute;
			right: -.2em;
			top: 50%;
			z-index: -1;
		}
	.float-label .form-control::placeholder {
		opacity: 1;
		transition: all .2s;
	}
	.float-label .form-control:placeholder-shown:not(:focus)::placeholder {
		opacity: 0;
	}
	.float-label .form-control:placeholder-shown:not(:focus) + * {
		font-size: 100%;
		opacity: .5;
		top: 1em; /* 0.5em !important; */
	}
.form-control:invalid {
	border-color: var(--red) !important;
	box-shadow: var(--red) 1px 1px 2px;
}
/* ******************** */
/* Validation           */
/* ******************** */
.validation-message {
	background-color: var(--light);
	color: var(--danger);
	font-size: 12pt;
}
	.validation-message ul {
		/* remove indentation */
		margin-left: 10px;
		padding-left: 10px;
	}
	.validation-message li {
		/* remove indentation */
		margin-left: 0;
		padding-left: 0;
	}
/* ******************** */
/* Required             */
/* ******************** */
select:required,
input[type=text]:required,
input[type=email]:required,
input[type=number]:required,
input[type=password]:required,
input[type=tel]:required,
textarea:required,
.honeycomb input[type=text]:required {
	border-color: var(--required-border);
}
select.error,
input.error,
select.error:focus,
input.error:focus,
.honeycomb input[type=text].error,
.honeycomb input[type=text].error :focus {
	border-color: var(--required-failed-border) !important;
}
.required {
	border-color: var(--required-border);
}
.required-radio input {}
div.required {
	border: solid 1px;
	border-color: var(--required-border);
	border-radius: 0.25rem;
	display: inline;
	padding: 0.375rem 0.75rem;
}
.required-failed {
	border-color: var(--required-failed-border) !important;
}
.error-message,
.required-notice {
	background-color: var(--danger);
	border-radius: 4px;
	color: var(--light);
	display: inline;
	font-size: 9pt;
	margin-left: 10px;
	padding: 2px 4px 2px 4px;
	text-shadow: 0 1px #333;
}
label.required {
	color: var(--required-border);
}
label.error {
	color: var(--required-failed-border) !important;
}
.honeycomb {
	white-space: nowrap;
}
	.honeycomb input[type=text] {
		border: 1px solid #ced4da; /* basic bootstrap */
		border-radius: 0;
		display: inline;
		margin-left: 0;
		margin-right: 1px;
		padding-left: 4px;
		padding-right: 4px;
		text-align: center;
		width: calc(1rem + 8px);
	}
		.honeycomb input[type=text]:first-of-type {
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
		}
		.honeycomb input[type=text]:last-of-type {
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
		}
/* ******************** */
/* Generic Classes      */
/* ******************** */
@media print {
	.noprint {
		display: none;
	}
}
/*
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
*/
.bottom10 {
	margin-bottom: 10px;
}
.bottom20 {
	margin-bottom: 20px;
}
.top10 {
	margin-top: 10px;
}
.top20 {
	margin-top: 20px;
}
table {
	border-spacing: 0px; /* replaces cellspacing */
}
th, td {
	padding: 2px; /* replaces cellpadding */
}
label {
	font-size: smaller;
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	padding-top: 4px;
}
label.inline {
	display: inline;
}
.site-map-path {
	background: var(--site-path-bg);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: var(--site-path-fg);
	font-size: 11pt;
	margin-bottom: 10px;
	padding: 8px;
}
	.site-map-path a {
		color: var(--site-path-a-fg) !important;
	}
.information {
	background-color: var(--information-bg);
	border-radius: 10px;
	box-shadow: 1px 1px gainsboro;
	color: var(--information-fg);
	padding: 10px;
}
.field-comments {
	background-color: var(--information-bg);
	border-radius: 4px;
	box-shadow: gainsboro 1px 1px;
	color: var(--information-fg);
	font-size: smaller;
	padding: 4px;
	font-style: italic;
}
/* ******************** */
/* Bootstrap Overrides  */
/* ******************** */
/*
.btn-warning {
	color: white !important;
	-- text-shadow: 1px 1px gray;
}
.container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
*/
.custom-checkbox,
.custom-checkbox label {
	cursor: pointer;
}
.modal {
	color: var(--text-fg) !important;
}
.modal-header {
	background: var(--modal-header-bg) !important;
	color: var(--modal-header-fg) !important;
}
.modal-title {
	border-bottom: none;
	color: var(--modal-header-fg) !important;
	text-decoration: none !important;
}
.modal-footer {
	background: var(--modal-footer-bg) !important;
	color: var(--modal-footer-fg) !important;
}</pre></body></html>