
body {
	padding: 0;
	margin: 0;
	padding: 0.5rem 0.75rem;
	font-family: "Roboto", arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	background-color: #fff;
}

header {
	text-align: center;
}

header img {
	padding-top: 2rem;
}

main {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0.5rem 0 2rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	text-align: center;
} 

h1+*,
h2+*,
h3+*,
h4+*,
h5+*,
h6+* {
  margin-top: 0.8em
}  

h1 {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.25px;	
}

h2 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;	
 	}

h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.15px;		
 	}	

table,
th,
td {
	margin: 0;
	padding: 0.25rem;
}

table {
	width: 100%;
	margin: 1.5rem 0;
	padding: 0;
	border-collapse: collapse;
}

th,
td {
	padding: 0.25rem;
	/* border: 1px solid #767676; */
	text-align: left;
}

th {
	background-color: #eee;
	font-size: 0.95rem;
}

td {
	font-size: 0.9rem;	
}

caption,
.section-heading {
	margin: 0.5rem 0;
	color: #004284;
	font-size: 0.95rem;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
}

.section-heading {
	margin-top: 2.5rem;
	padding-bottom: 0.25rem;
	/*border-bottom: 1px solid rgba(0, 66, 132, 0.25);*/
	border-bottom: 1px solid currentColor;
}

a {
	font-weight: inherit;
	color: #004284;
}

label {
	display: block;
	margin: 1.5rem 0 0.25rem 0;
	font-size: 0.95rem;
	font-weight: 500;
}

hr {
	clear: both;
  height: 0;
  margin: 1.5rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #d0d3d5;
  border-left: 0;
}

.list-spaced > li {
	margin-bottom: 0.75rem;
}

.help-text {
	margin-top: 0.25rem;
	font-size: 0.84rem;
	font-style: italic;
}

.environment {
	text-align: left;
}

.environment span {
	position: absolute;
	top: 0.5rem;
	padding: 0.5rem;
	font-size: 1rem;
	font-weight: bold;
	background-color: #ffcf24;
}

#alert {
	margin: 0;
	padding: 0.75rem 0;
	font-weight: bold;
	font-style: italic;
	color: #e60000;
	text-align: center;
}

.alert-message {
	display: block;
	padding: 1rem;
	border: 2px solid #e60000;
	background-color: rgba(213, 0, 0, 0.025);
	text-align: center;
}

#infomessagetitle {
	margin: 0;
	padding: 0.75rem 0;
	font-weight: bold;
	color: #004284;
	text-align: center;
}

#infomessagecenter,
#infomessage {
	padding: 0;
	margin: 0;
	color: #004284;
	text-align: center;
}

#infomessage {
	padding: 0.75rem 0;
}

#pageBody {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
}

.pageBody--narrow {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}

#pageFoot {
	padding:0;
	margin: 0 auto;
	text-align: center;
	font-size: 75%;
	font-style: italic;
	color: #767676;
	clear: both;
}

#pageFoot a {
	color: #767676;
}

#logout,
#welcome {
	margin: 0 0 2rem 0;
	padding: 0;
	width: 50%;
	float: right;
	font-weight: 500;
	text-align: center;
	clear: right;
}
	
#welcome {
	float: left;
	color: #004284;
	font-style: italic;
	clear: left;
}

.pageHeader {
	font-size: 1.2rem;
	font-weight :bold;
	color: #004284;
}

.pageHeaderInfo {
	margin: 1rem 0 2rem 0;
	font-size: 1rem;
}
				
.infoBox {
	padding: 1rem 1.25rem;
	background-color: #E8E8E8;
	border: 1px solid #ddd;
}

.infoBox + .infoBox {
	margin-top: -2rem;
	border-top: none;
}

.infoBox:has(+.infoBox) {
	border-bottom: none;
}

.infoBox table td {
	background-color: #fff;
}

.infomessagetitle,
.infomessagetitleleft,
.infomessagecenter,
.infomessage {
	margin: 0;
	padding: 0.75rem 0;
	font-weight: bold;
	color: #004284;
	text-align: center;
}

.infomessagetitleleft {
	text-align: left;
}

.infomessagecenter {
	padding: 0;
	font-weight: 400;
}

.infomessage {
	font-weight: 400;
	text-align: left;
}

.myTH {
	font-size: 0.9rem;
	font-weight: bold;
	color: #000;
	background-color: #c0c0c0;
}

.optionsBox {
	background-color: #F0F0F0;
}

.textBlack { color: #000; }
.textWhite { color: #fff; }
.textBlue { color: #004284; }
.textGreen { color: Green; }
.textRed { color: #d50000; }

.textBlacksmall {
	font-size: 0.8rem;
	color: #000;
}

.textGreenMedium,
.textRedMedium,
.textWhiteMedium,
.textBlackMedium {
	font-size: 1.15rem;
}

.textBlackMedium { color: #000; }
.textGreenMedium { color: Green; }
.textRedMedium { color: #d50000; }

.textWhiteHidden,
.textWhiteMedium {
	color: #fff;
}

.textRedWarning,
.textRedBold {
	font-size: 1.05rem;
	font-weight: bold;
	color: #d50000;
}

.textRedBold {
	display: inline-block;
	position: relative;
	margin: 0.5rem 1rem 0 0.5rem;
	padding: 1rem;
	background-color: #ffff00;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.textRedBold::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	display: block;
	height: calc(100% + 10px);
	width: calc(100% + 10px);
	padding: 0;
	border: 2.5px dashed rgb(238, 0, 0);	
	background-color: transparent;
	z-index: -1;
	animation: spin 0.75s ease-in-out infinite;
}

.textIcardBlueHeader {
	font-size: 1.15rem;
	font-weight: 400;
	color: #003366;
}

.textIcardBlue {
	color: #003366;
}

.textIcardBlueOld {
	color: #004284;
}

.stdButton {
	min-height: 24px;
	padding: 0.5em 0.75em;
	margin: 0.25rem;
	border: 1px solid #004284;
	border-radius: 4px;
	background-color: #004284;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 500;	
}

.hollow {
	background-color: transparent;
	color: #004284;
}

.form--narrow {
	width: 50%;
	min-width: 400px;
	margin: 2rem auto 1rem auto;
}

input,
.stdTextBox {
	min-height: 24px;
	padding: 0.2em;
	border: 1px solid #bbb;
	border-radius: 3px;
	font-size: 1rem;
	font-weight: 400;
	color: #000;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline-block;
	margin: 0;
	font-weight: 400;
	line-height: 24px;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0 0.5rem 0 0;
	height: 24px;
	width: 24px;
}

input[disabled] {
	background-color: #ccc;
	cursor: not-allowed;
}

.fieldset-clear {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	margin: 1rem 0;
	font-size: 1.05rem;
	font-weight: 600;
}

.centeredBlock {
	margin: 0 auto;
	padding: 0;
}

.dataTable {
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #ccccff; 
	border-bottom: none; 
}

.infoBoxHeading {
	margin: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid currentColor;
  font-style: normal;
  font-size: 20px;
  color: #004284;
  text-align: left;
}

.callout {
	padding: 1rem;
	margin: 1.5rem auto;
	border: 1px solid currentColor;
	border-radius: 4px;
	text-align: center;
}

.callout.alert {
	background-color: #fdf2f2;
	color: rgb(213, 0, 0);
}

.callout.warning {
	border-color: hsl(47, 100%, 57%);
	background-color: hsl(47, 100%, 94%);
	font-weight: 500;
}

.callout.notice {
	margin-bottom: 1.5rem;
	border-color: #004284;
	background-color: #e5f2ff;
	font-weight: 500;
}

.width-40 {
	width: 40%;
}

.margin-vertical-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.margin-vertical-2 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.margin-horizontal-2 {
	margin-right: 2rem !important;
	margin-left: 2rem !important;
}

.margin-0 {
	margin: 0;
}

.margin-top-0 {
	margin-top: 0 !important;
}

.margin-top-1 {
	margin-top: 1rem !important;
}

.margin-top-2 {
	margin-top: 2rem !important;
}

.margin-right-half {
	margin-right: 0.5rem !important;
}

.margin-bottom-half {
	margin-bottom: 0.5rem !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.margin-bottom-1 {
	margin-bottom: 1rem !important;
}

.margin-bottom-2 {
	margin-bottom: 2rem !important;
}

.padding-half {
	padding: 0.5rem;
}

.padding-1 {
	padding: 1rem;
}

.padding-2 {
	padding: 2rem;
}

.padding-horizontal-half {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.color-blue {
	color: #264796;
}

.font-1-2 {
	font-size: 1.2rem !important;
}

.font-600 {
	font-weight: 600 !important;
}

.background-red-light {
	background-color: #fdf2f2;
}

.background-neutral-light {
	background-color: #f7f7f7;
}

.border-light {
	border: 1px solid #ddd;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.show-for-sr {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.display-inline-block {
	display: inline-block;
}

.display-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.align-items-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
  align-items: center;
}

.justify-content-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}