﻿html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	overflow: hidden;
}

*, *:before, *:after {
	box-sizing: inherit;
}

a {
	color: black;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}

a:active, a:hover {
	outline: none;
}

label {
	display: unset;
	max-width: unset;
	margin-bottom: unset;
	font-weight: unset;
}

.label {
	display: unset;
	padding: unset;
	font-size: unset;
	font-weight: unset;
	line-height: unset;
	color: unset;
	text-align: unset;
	white-space: unset;
	vertical-align: unset;
	border-radius: unset;
}

.root {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
	min-width: 320px;
	background: #FFF;
	font-family: 'Segoe UI',Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.printable {
	font-family: 'Segoe UI',Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.loginform {
	height: 100%;
	width: 100%;
	background-color: aliceblue; /*#334A5F;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.loginbox {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.loginfields {
	padding: 10px;
	border: 1px solid #a6a6a6;
	width: 100%;
	background-color: white;
}

.loginspacer {
	max-width: 310px;
	margin-bottom: 10px;
}

.loginform > footer {
	width: 100%;
	min-height: 25px;
	background-color: aliceblue;
}

.loginform > footer > span{
	margin-left: 5px;
}

.pwd_box {
	margin-bottom: 10px;
}

.loginPunch {
	display: flex;
	margin-top: 14px;
	flex: 1;
	font-weight: bold;
}

.area {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.area > header {
	margin: 0 0 5px 0;
	background-color: aliceblue;
}

.area main {
	flex: 1;
	display: flex;
	margin: 0 5px 5px 5px;
	overflow: hidden;
}

.messagebar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: white;
}

.logo {
	flex: 1;
}

.views {
}

.persona {
	margin: 5px 0 0 20px;
}

.user {
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.logout {
	margin: 0;
}

.layout {
	display: flex;
	flex-flow: column;
}

.layout > section {
	flex: 1;
	display: flex;
	flex-flow: row;
	overflow: hidden;
}

.subtext {
	margin-top: 1px;
	padding-left: 10px;
	font-size: smaller;
	color: slategray;
}

.subtext > span:not(:first-child):before {
	content: "  +  ";
}

.rememberLinkSection {
	margin: 10px 0 10px 0;
	display: flex;
	justify-content: flex-end
}

.rememberLink {
	display: inline;
	border: 0;
	padding: 0;
	text-decoration: underline;
	background: none;
	color: rgba(138, 138, 138, 1);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1em;
}

.privacy_policy_section {
	margin: 10px 0 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.privacy_policy_check {
	margin-left: auto;
}

.privacy_policy_link {
	border: 0;
	padding: 0;
	text-decoration: underline;
	background: none;
	color: rgba(138, 138, 138, 1);
	margin: 5px 0 0 auto;
}

.notifications {
	margin-left: 5px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: navy;
	padding: 4px;
	border-radius: 4px;
}

@media print {
	html, body {
		height: initial !important;
		overflow: initial !important;
		-webkit-print-color-adjust: exact;
	}
}
