@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(/fonts/OpenSans-LightItalic.ttf) format('ttf');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(/fonts/OpenSans-Italic.ttf) format('ttf');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(/fonts/OpenSans-SemiBoldItalic.ttf) format('ttf');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(/fonts/OpenSans-BoldItalic.ttf) format('ttf');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(/fonts/OpenSans-ExtraBoldItalic.ttf) format('ttf');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(/fonts/OpenSans-Light.ttf) format('ttf');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/fonts/OpenSans-Regular.ttf) format('ttf');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(/fonts/OpenSans-SemiBold.ttf) format('ttf');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/fonts/OpenSans-Bold.ttf) format('ttf');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(/fonts/OpenSans-ExtraBold.ttf) format('ttf');
}
@font-face {
	font-family: 'Cormier Double';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/fonts/Cormier-Double.otf) format('otf'), url(/fonts/Cormier-Double.woff2) format('woff2');
}
html, body {
	margin: 0px;
	height: 100%;
	background-color: #003e51;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	margin: 0px 0px 12px 0px !important;
	font-weight: 600;
	font-size: 25px;
}
h1 > span {
	font-size: 15px;
	margin-left: 10px;
}
h2 {
	margin: 0px 0px 20px 0px !important;
	font-weight: 600;
	font-size: 18px;
}
h3 {
	margin: 0px 0px 15px 0px !important;
	font-weight: 600;
	font-size: 16px;
}
h3 > span {
	margin-left: 10px;
	font-size: 11px;
	color: #888888;
}
h4 {
	margin: 0px 0px 15px 0px !important;
	font-weight: 600;
	font-size: 14px;
}
h5 {
	margin: 0px 0px 15px 0px !important;
	font-weight: 600;
	font-size: 12px;
}
h6 {
	margin: 0px 0px 15px 0px !important;
	font-weight: 600;
	font-size: 11px;
}
hr {
	border: none;
    border-top: 1px solid #ebeef3;
	margin: 6px 0px;
}

input:not([type='button'], [type='checkbox'], [type='file'], [type='submit']) {
	font-family: 'Open Sans', sans-serif;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #495057;
	letter-spacing: 0.5px;
	background-color: #ffffff;
	border: 1px solid #a0a8b2;
	border-radius: 3px;
	width: calc(100% - 22px);
}
input:not([type='button'], [type='checkbox'], [type='file'], [type='submit']):disabled {
	background-color: #efefef;
}
input:focus, textarea:focus {
	background-color: #ebeef3;
	border: 1px solid #243447;
	outline: none;
}
input[type=checkbox] {
    transform: scale(2, 2);
	position: relative;
	top: 2px;
	left: 2px;
	z-index: 1;
	margin-right: 15px;
}
.checkbox {
	transform: scale(2.5, 2.5);
}
textarea {
	padding: 10px;
	color: #495057;
	letter-spacing: 0.5px;
	background-color: #ffffff;
	border: 1px solid #a0a8b2;
	border-radius: 3px;
	width: calc(100% - 22px);
}
form, .form {
	text-align: left;
}
form > input, .form > input, form > div, .form > div, form > em, .form > em, form > select, .form > select {
	margin-bottom: 15px;
}
form label, .form label {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: 600;
}
form .notice, .form .notice {
	margin-bottom: 15px;
    border-radius: 4px;
    padding: 6px 10px;
	background-color: #003e51;
	font-style: italic;
	font-size: 14px;
	color: #ffffff;
}
.form-header {
	font-family: 'Cormier Double', sans-serif;
	font-size: 22px;
	margin: 15px 0px;
	color: #003e51;
}

input[type="button"], input[type="submit"], button {
	height: 40px;
	outline: none;
	color: #ffffff;
	background-color: #dc3045;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	padding: 0px 20px;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 3px;
	min-width: 150px;
}
input[type="button"]:active, input[type="submit"]:active, button:active {
	color: #f1c3c9;
}
input[type="button"]:disabled, input[type="submit"]:disabled, button:disabled {
	background-color: #932735;
	color: #f1c3c9;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover {
	background-color: #932735;
}
select {
	font-family: 'Open Sans', sans-serif;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #495057;
	letter-spacing: 0.5px;
	background-color: #ffffff;
	border: 1px solid #a0a8b2;
	border-radius: 3px;
	width: 100%;
}
.js-disabled {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin: 15px 20px;
	position: absolute;
	width: calc(100% - 40px);
	font-size: 18px;
}
.content-container {
	min-height: 100%;
	background-color: #f9fcff;
}
nav {
	height: 50px;
    background-color: #003e51;
    width: 100%;
	position: relative;
}
#nav-content {
	width: calc(100% - 20px);
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#nav-logo {
	height: 36px;
	margin-top: 7px;
}
#nav-logo-link {
	text-decoration: none;
}
#nav-logout {
	color: #ffffff;
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    margin-left: 20px;
	vertical-align: top;
	text-decoration: none;
}
#nav-account {
	position: absolute;
	top: 7px;
	right: 0px;
	height: 36px;
	cursor: pointer;
}
#nav-menu {
	display: none;
	position: absolute;
	top: 55px;
	right: 0px;
	min-width: 220px;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #a0a8b2;
	border-radius: 10px;
	box-shadow: 0px 19px 50px 1px rgb(0 0 0 / 21%);
	overflow: hidden;
	z-index: 2000;
}
#nav-menu a {
	display: block;
	padding: 12px;
	border-bottom: 1px solid #eeeeee;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#nav-menu a:last-of-type {
	border-bottom: 0px;
}
#nav-menu a:hover {
	background-color: #eeeeee;
}


.content-body {
	width: calc(100% - 20px);
	padding: 10px;
	margin: 0 auto;
	max-width: 1000px;
	height: calc(100% - 70px);
	color: #000000;
}
pre { 
	white-space: pre-wrap;
	word-break: break-word;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.hidden {
	display: none;
}


.confirm-container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9000;
	background-color: rgba(0,0,0,0.7);
}
.confirm {
	background-color: #FFFFFF;
	width: calc(100% - 90px);
	max-width: 500px;
	margin: 0 auto;
	z-index: 9001;
	border-radius: 8px;
	padding: 20px;
	user-select: none;
	color: #000000;
}
.confirm div {
	margin-top: 20px;
	text-align: right;
}
.confirm div button {
	margin-left: 10px;
	background-color: #2ecc71;
	border: 0px;
	border-radius: 5px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	padding: 11px 15px;
	margin-right: 4px;
	font-size: 14px;
	cursor: pointer;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.confirm-ok {
	background-color: #2ecc71;
}
.confirm-cancel {
	background-color: #e74c3c !important;
}
.confirm-prompt {
	width: calc(100% - 24px);
	margin-top: 10px;
	background-color: #eeeeee;
	border-radius: 3px;
}