@font-face {
	font-family: 'Cera Pro Regular';
	src: url('../fonts/Cera-Pro/Regular/CeraPRO-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cera Pro Medium';
	src: url('../fonts/Cera-Pro/Medium/CeraPRO-Medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cera Pro Black';
	src: url('../fonts/Cera-Pro/Black/CeraPRO-Black.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cera Pro ThinItalic';
	src: url('../fonts/Cera-Pro/ThinItalic/CeraPRO-ThinItalic.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	height: 100%;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	min-height: 100%;
	color: #333333;
	font-family: 'Cera Pro Regular', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	-webkit-font-feature-settings: "ss02";
	-moz-font-feature-settings: "ss02";
	font-feature-settings: "ss02";
}

#page {
	min-height: 100%;
}

.maintenance-default {
	min-height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: white;
	color: black;
}

.maintenance-default .maintenance-appbar {
	height: 72px;
	border-bottom: 1px solid #E9E9EA;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 100px;
}

.maintenance-default .maintenance-appbar .logo-icon {
	height: 40px;
	width: auto;
	display: block;
}

.maintenance-default .maintenance-appbar .logo-mobile {
	display: none;
}

.maintenance-default .maintenance-body {
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 40px 0;
}

.maintenance-default .maintenance-body .image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
}

.maintenance-default .maintenance-body .image-wrapper img {
	width: 452px;
	height: auto;
	display: block;
}

.maintenance-default .maintenance-body .description-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.maintenance-default .maintenance-body .description-wrapper .title {
	font-family: "Cera Pro Medium", sans-serif;
	;
	color: #272729;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 14px;
}

.maintenance-default .maintenance-body .description-wrapper .text-wrapper {
	max-width: 604px;
}

.maintenance-default .maintenance-body .description-wrapper .text-wrapper .subtitle {
	font-family: "Cera Pro Regular", sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #525254;
	font-weight: 400;
}

.maintenance-default .maintenance-footer {
	width: 100%;
	border-top: 1px solid #BCBCBD;
	font-family: "Cera Pro Medium", sans-serif;
	;
	font-weight: 500;
}

.maintenance-default .maintenance-footer .help-row {
	max-width: 100%;
	padding: 0 100px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	font-size: 14px;
	line-height: 20px;
}

.maintenance-default .maintenance-footer .help-row .help-label {
	color: #000000;
	font-weight: 600;
}

.maintenance-default .maintenance-footer .help-row .help-link {
	color: #000000;
	text-decoration: underline;
	font-family: "Cera Pro Regular", sans-serif;
	text-underline-offset: 3px;
}

.maintenance-default .maintenance-footer .help-row .help-link:hover {
	text-decoration-thickness: 2px;
}

.maintenance-temp {
	padding: 48px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 96px);
	font-family: "Cera Pro Regular", sans-serif;
	text-align: center;
}

.maintenance-temp .container-fluid {
	margin: 0 auto;
	max-width: 604px;
}

.maintenance-temp .img-fluid {
	max-width: 100%;
	height: auto;
}

.maintenance-temp .title {
	margin-top: 32px;
	font-family: "Cera Pro Medium", sans-serif;
	font-size: 40px;
	line-height: 46px;
}

.maintenance-temp .description {
	margin-top: 12px;
	font-size: 20px;
	line-height: 28px;
}

.container.error {
	height: 100%;
	background: url("../images/error_500.jpg") no-repeat center top;
	padding-top: 120px;
}

.maintenance-bw {
	overflow: auto;
	position: relative;
	color: #fff;
	height: 100%;
	background: url("../images/maintenance_bw.jpg") no-repeat #020202 center center;
}

.maintenance-bw .container {
	padding: 20px;
	font-family: "Cera Pro Regular";
	font-size: 27px;
	line-height: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-height: 100%;
	max-width: 1060px;
	box-sizing: border-box;
}

.maintenance-bw .row1 {
	margin-bottom: 70px;
}

.maintenance-bw .row2 {
	margin-bottom: 50px;
}

.maintenance-bw .row3 {
	font-family: "Cera Pro ThinItalic";
}

.maintenance-bw .container .bold {
	font-family: "Cera Pro Black";
}

.maintenance-bw .logo {
	margin: 0 75px 10px 0;
	position: relative;
	display: inline-block;
	width: 272px;
	height: 97px;
	vertical-align: middle;
	background: url("../images/nd/logo-w.png") no-repeat;
	background-size: 100% 100%;
}

.maintenance-bw .logo:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -45px;
	display: inline-block;
	width: 1px;
	height: 75%;
	background-color: #4c7637;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.maintenance-bw .title {
	margin-bottom: 10px;
	display: inline-block;
	font-size: 80px;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 65px;
}

.text-container {
	max-width: 700px;
	margin: 230px auto 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #555555;
}

.text-container .logo {
	margin-top: 80px;
}

.text-container h1 {
	font-weight: normal;
	font-size: 42px;
	line-height: 42px;
	color: #333333;
	margin-bottom: 50px;
}

#header {
	margin: 0;
	padding: 0;
}

#content {
	padding: 20px;
}

#sidebar {
	padding: 20px 20px 20px 0;
}

#footer {
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo {
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu {
	background: white url(bg.gif) repeat-x left top;
}

#mainmenu ul {
	padding: 6px 20px 5px 20px;
	margin: 0px;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a {
	color: #ffffff;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 8px;
}

#mainmenu ul li a:hover,
#mainmenu ul li.active a {
	color: #6399cd;
	background-color: #EFF4FA;
	text-decoration: none;
}

div.flash-error,
div.flash-notice,
div.flash-success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

div.flash-error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

div.flash-notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

div.flash-success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

div.flash-error a {
	color: #8a1f11;
}

div.flash-notice a {
	color: #514721;
}

div.flash-success a {
	color: #264409;
}

div.form .rememberMe label {
	display: inline;
}

div.view {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs {
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span {
	font-weight: bold;
}

div.search-form {
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet {}

.portlet-decoration {
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content {
	font-size: 0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background: #EFFDFF;
}

.portlet-content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.portlet-content li {
	padding: 2px 0 4px 0px;
}

.operations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li {
	padding-bottom: 2px;
}

.operations li a {
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited {
	color: #0066A4;
}

.operations li a:hover {
	background: #80CFFF;
}

.nl th,
.nl td,
.nl caption {
	padding: 0;
}

.items,
.pager {
	clear: both;
}

.list-view .pager {
	text-align: left;
}

@media (max-width: 767px) {
	.maintenance-default .maintenance-appbar {
		padding: 0 16px;
		border-bottom: none;
	}

	.maintenance-default .maintenance-appbar .logo-icon {
		height: 24px;
	}

	.maintenance-default .maintenance-appbar .logo-desktop {
		display: none;
	}

	.maintenance-default .maintenance-appbar .logo-mobile {
		display: block;
	}

	.maintenance-default .maintenance-body {
		padding: 40px 0;
	}

	.maintenance-default .maintenance-body .image-wrapper img {
		width: 300px;
	}

	.maintenance-default .maintenance-body .description-wrapper {
		padding: 0 16px;
	}

	.maintenance-default .maintenance-body .description-wrapper .title {
		font-size: 32px;
		line-height: 38px;
	}

	.maintenance-default .maintenance-body .text-wrapper .subtitle {
		font-size: 16px;
		line-height: 24px;
	}

	.maintenance-default .maintenance-footer .help-row {
		padding: 20px;
		justify-content: center;
		gap: 16px;
		flex-wrap: wrap;
		height: auto;
	}

	.maintenance-temp {
		padding: 32px 15px;
		min-height: calc(100vh - 64px);
	}

	.maintenance-temp .title {
		font-size: 32px;
		line-height: 38px;
	}

	.maintenance-temp .description {
		font-size: 16px;
		line-height: 24px;
	}

	.maintenance-bw {
		background-size: cover;
	}

	.maintenance-bw .logo:after {
		display: none;
	}

	.maintenance-bw .logo {
		width: 136px;
		height: 48.5px;
	}

	.maintenance-bw .row1,
	.maintenance-bw .row2 {
		margin-bottom: 20px;
	}

	.maintenance-bw .container {
		font-size: 16px;
		line-height: 23px;
	}

	.maintenance-bw .title {
		display: block;
		font-size: 40px;
		line-height: 35px;
	}
}

@media (max-width: 736px) {
	.text-container {
		margin: 0 auto;
	}

	.text-container .logo {
		margin-top: 50px;
	}
}