body {
	font-family: Arial, sans-serif;
	margin: 0px;
	background-color: white;
}

.header-login-bar {
	height: 21px;
	padding-right: 12px;
}

.header-login-controls {
	float: right;
	position: relative;
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
}

.header-user-button {
	padding: 2px 7px 0px;
	font-size: 12px;
	color: darkgrey;
	display: inline-block;
	border: 1px solid transparent;
	-webkit-transition: color 0.2s, border-color 0.3s;
	transition: color 0.2s, border-color 0.3s;
}

.header-user-button-expanded {
	border-color: #CCC;
}

.header-user-button:hover {
	color: #6fc8f4;
}

.header-user-button:active {
	color: #5dbade;
}

.header-user-button .header-user-button-arrow {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 3px;
	background-image: url('../img/welcome-button-arrow.png');
	background-position: 0px 0px;
}

.header-user-button:hover .header-user-button-arrow {
	background-position: -10px 0px;
}

.header-user-button:active .header-user-button-arrow {
	background-position: -20px 0px;
}

.header-user-button.selected {
	text-decoration: underline;
}

.header-user-welcome {
	float: right;
	padding: 4px 8px;
	font-size: 12;
	color: darkgrey;
	margin: 4px 8px;
	display: inline-block;
}

.header-bar {
	height: 68px;
	background-color: #0097d1;
	color: white;
	position: relative;
	display: table;
	width: 100%;
}

.header-title {
	display: table-cell;
	padding-top: 24px;
	padding-left: 40px;
	padding-right: 20px;
	font-size: 17px;
	height: 68px;
	vertical-align: top;
	white-space: nowrap;
}

.header-buttons {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

.header-button {
	display: inline-block;
	font-size: 17px;
	height: 68px;
	padding-top: 24px;
	padding-left: 15px;
	padding-right: 15px;
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	-webkit-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
}

.header-button:hover {
	background-color: #6fb8ff;
}

.header-button-selected {
	background-color: #64a8f4;
}

.header-button:active {
	background-color: #64a8f4;
}

.header-user-dropdown {
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	color: #808080;
	z-index: 100;
	top: 20px;
	right: 0px;
	background-color: white;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-sizing: border-box;
	max-height: 0px;
	overflow-y: hidden;
	border-color: white;
	-webkit-transition: color 0.2s, max-height 0.3s, border-color 0.3s;
	transition: color 0.2s, max-height 0.3s, border-color 0.3s;
}

.header-user-dropdown-expanded {
	max-height: 65px;
	display: block;
	border: 1px solid;
	border-color: #CCC;
	border-top: 1px solid white;
}

.header-user-dropdown-option {
	padding: 3px 12px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.header-user-dropdown-option:first-child {
	padding-top: 6px;
}

.header-user-dropdown-option:last-child {
	padding-bottom: 6px;
}

.header-user-dropdown-option:hover {
	color: #6fb8ff;
}

.header-user-dropdown-option:active {
	color: #64a8f4;
}

.header-logo-delete {
	margin-right: 2px;
	margin-top: 11px;
	width: 208px;
	height: 42px;
	float: right;
	background: url("../img/ihsmarkit.png") no-repeat;
	background-position: center;
}

.header-logo {
	min-height: 46px;
	min-width: 153px;
	margin-left: 25px;
	margin-top: 3px;
	background: url(../img/IHSMarkit-with-text.svg) no-repeat;
	background-position: center;
	background-size: contain;
}

.header-bg-img {
	position: absolute;
	top: 0;
	height: 51px;
	width: 139px;
}

.header-bg-img-left {
	background: url('../img/ihsmarkit-bg-left.png');
	left: 0;
}

.header-bg-img-right {
	background: url('../img/ihsmarkit-bg-right.png');
	right: 0;
}

#footer {
	font-family: Roboto, Arial, sans-serif;
}

#footerLeft {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
}

#footerCenter {
	position: absolute;
	left: 50%;
	bottom: 0px;
	pointer-events: none;
}

#footerCenterContent {
	position: relative;
	left: -50%;
	pointer-events: all;
}

#footerCenterContent a {
	color: #103BBA;
}

.footerContent {
	white-space: nowrap;
	color: #000000;
	text-align: center;
	font-size: 10px;
	box-shadow: 0 1px 0 #333;
	background-color: #FFFFFF;
	opacity: 0.7;
	padding-left: 6px;
	padding-right: 6px;
}

.dialog-window {
	overflow: hidden;
}

.modal-content {
	margin-top: 20%;
}