html,
body {
	background: #f3f4f6;
	color: #212529;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	min-height: 100%;
}

body {
	display: flex;
	flex-direction: column;
}

a {
	color: #0d6efd;
	text-decoration: none;
}

a:hover {
	color: #0a58ca;
	text-decoration: underline;
}

form {
	display: block;
}

.Fade,
.Header,
.Menu,
.FooterWrapper,
.Footer {
	display: none;
}

.Wrapper {
	background: transparent;
	border: 0;
	margin: 0;
	min-height: 0;
	position: static;
	width: auto;
	z-index: auto;
}

.service-navbar {
	background: #8f1515;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.service-main {
	flex: 1 0 auto;
	max-width: 1440px;
}

.service-footer {
	background: #ffffff;
	color: #6c757d;
	flex-shrink: 0;
}

.Content {
	padding: 0;
}

.Content::after,
.BoxContent::after {
	clear: both;
	content: "";
	display: block;
}

.ContentLeft,
.ContentRight {
	float: none;
	width: auto;
}

.ContentRight {
	margin-top: 1rem;
}

.Box {
	background: #ffffff;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	margin-bottom: 1rem;
	overflow: hidden;
}

.BoxTitle {
	align-items: center;
	background: #f8f9fa;
	border: 0;
	border-bottom: 1px solid #dee2e6;
	color: #842029;
	display: flex;
	font-size: 0.95rem;
	font-weight: 700;
	gap: 0.35rem;
	height: auto;
	line-height: 1.4;
	min-height: 2.35rem;
	padding: 0.5rem 0.75rem;
}

.BoxTitle img {
	height: 16px;
	width: 16px;
}

.BoxContent {
	padding: 0.75rem;
}

.BoxContent > table,
.Content table {
	margin-bottom: 0.75rem;
	width: 100%;
}

.service-table thead th {
	background: #f8f9fa;
	border-bottom: 1px solid #dee2e6;
	font-weight: 700;
	white-space: nowrap;
}

.service-table td {
	white-space: nowrap;
}

.service-table td:nth-child(2) {
	white-space: normal;
}

.greybox {
	background-color: #ffffff;
	height: auto;
}

.tdgreybox,
.tdgreybox2 {
	border: 1px solid #dee2e6;
	color: #212529;
	padding: 0.35rem 0.5rem;
	vertical-align: middle;
}

.formtext,
input[type="text"],
input[type="password"],
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	color: #212529;
	font-size: 0.875rem;
	line-height: 1.5;
	min-height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
}

textarea.formtext,
textarea {
	display: block;
	min-height: 4rem;
}

select.formtext,
select {
	padding-right: 1.75rem;
}

.formtext:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: #86b7fe;
	box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
	outline: 0;
}

.formsubmit,
input[type="submit"],
.service-main button {
	background: #0d6efd;
	border: 1px solid #0d6efd;
	border-radius: 0.25rem;
	color: #ffffff;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	min-height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.65rem;
}

.formsubmit:hover,
input[type="submit"]:hover,
.service-main button:hover {
	background: #0b5ed7;
	border-color: #0a58ca;
	color: #ffffff;
}

input[type="checkbox"] {
	margin-right: 0.25rem;
	vertical-align: middle;
}

.navbar ul,
.navbar li {
	background: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.navbar a:hover {
	text-decoration: none;
}

.boxcentered {
	max-width: 420px;
	width: auto;
}

@media (min-width: 992px) {
	.Content {
		display: grid;
		gap: 1rem;
	}

	.Content:has(.ContentRight) {
		grid-template-columns: minmax(0, 1fr) 280px;
	}

	.ContentLeft,
	.ContentRight {
		margin-top: 0;
	}
}

@media print {
	.service-navbar,
	.service-footer {
		display: none;
	}

	.service-main {
		max-width: none;
		padding: 0;
	}
}
