a {
	text-decoration: none;
	color: #808080;
	display: inline-block;
	padding: 3px 0;
}

a:hover {
	border-radius: 2px;
	color: #1773BB;
	background-color: #f6f9f8;
	cursor: pointer;
}

body, html {
	height: 100%;
}

body {
	background-color: #ededed;
	color: #434c50;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

label {
	color: #808080;
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
}

.app-tile {
	background-color: #eef2f2;
	border: 1px solid #eef2f2;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 1px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}

.app-tile:hover {
	background-color: #f6f9f8;
	border: 1px solid #01a9e7;
	cursor: pointer;
}

.app-tile-container {
	margin-top: 20px;
	display: flex;
}

.app-tile-content {
	width: 140px;
}

.app-tile-image {
	height: 100px;
}

.app-tile-image-content {
	max-height: 100px;
	max-width: 140px;
}

.app-tile-title {
	color: #434c50;
	font-size: 15px;
	line-height: 17px;
	margin-top: 6px;
	overflow-wrap: break-word;
}

.content {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}

.dialog {
	background-color: white;
	display: inline-block;
	height: 100%;
	min-width: 330px;
	width: 100%;
}

.dialog-body {
	padding: 15px 30px 5px;
}

.dialog-body-content {
	display: inline-block;
	font-size: 13px;
	width: 100%;
}

/* Chrome bug: table displays with 1px gap on right at certain widths.
   See https://bugs.chromium.org/p/chromium/issues/detail?id=306878   */
.dialog-header {
	background: linear-gradient(90deg, rgb(25, 34, 74) 0%, rgb(34, 46, 97) 25%, rgb(35, 52, 106) 65%, rgb(20, 102, 147) 90%, rgb(8, 140, 178) 100%);
	display: table;
	height: 50px;
	position: relative;
	width: 100%;
}

.dialog-header.no-banner-background {
	background: white;
}

.dialog-header-content {
	color: white;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.fade {
	opacity: 0.3;
}

.footer-branding {
	padding: 5px;
}

.footer-copyright-notice {
	color: #808080;
	font-size: 10px;
	padding: 15px;
}

.image-custom-link {
	display: inline-block;
}

.image-custom-link img {
	height: 22px;
	width: 22px;
	vertical-align: middle;
}

.input-box input {
	padding: 8px;
}

.input-box input, .select-box {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	font-size: 15px;
	width: 192px;
}

.input-box input, .select-box select {
	color: #1f1f1f;
}

.input-box, .select-box {
	margin: 15px 0;
}

.instructions {
	color: #4d6d8b;
	margin-bottom: 10px;
	margin-top: 10px;
}

.login-warning {
	margin-bottom: 3px;
}

.logout-icons {
	padding-right: 15px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
}

.logout-icons a {
	background-color: transparent;
	display: inline-block;
	padding: 0;
}

.logout-icons a, .logout-icons span, .logout-icons img {
	vertical-align: middle;
}

.logout-image-content.dark {
	display: none;
}

.logout-username {
	color: inherit;
	font-size: 14px;
	margin-left: 4px;
}

.logout-username:hover {
	color: inherit;
	text-decoration: underline;
}

.no-banner-background .dialog-header-content {
	color: black;
}

.no-banner-background .logout-image-content.dark {
	display: inherit;
}

.no-banner-background .logout-image-content.light {
	display: none;
}

.page-container {
	text-align: center;
}

.product-image-content {
	max-height: 50px;
}

.product-image, .product-name {
	display: inline-block;
	vertical-align: middle;
}

.product-image img {
	vertical-align: middle;
}

.product-name {
	font-size: 24px;
	margin-left: 15px;
	margin-right: 15px;
}

.reg {
	font-size: 8px;
	line-height: 8px;
	vertical-align: super;
}

.select-box {
	overflow: hidden;
	padding: 7px 8px;
	white-space: nowrap;
}

.select-box label {
	color: #a9a9a9;
	display: inline-block;
	font-size: inherit;
	margin: 0;
}

.select-box select {
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: inherit;
	font-size: inherit;
	width: 151px;
}

.subsection {
	margin-bottom: 10px;
	margin-top: 10px;
}

.subtitle {
	font-size: 15px;
	margin-bottom: 7px;
}

.title {
	font-size: 18px;
	margin-bottom: 15px;
}

.generic-error-container {
	max-width: 700px;
	color: red;
}

.user-message-container {
	max-width: 302px;
}

.user-message-container, .user-message-container a, .login-warning {
	color: red;
}

.user-message-description {
	font-size: 10px;
	padding: 10px;
	word-wrap: break-word;
}

.hide-element, .no-product-name, .no-product-image, .no-bottom-custom-icons {
	display: none;
}

/* Mid-small displays: widen form inputs */
@media (min-width: 370px) {
	.input-box input, .select-box {
		width: 284px;
	}

	.select-box select {
		width: 241px;
	}
}

/* Medium displays: add standard padding to sides of page */
@media (min-width: 444px) {
	.dialog-body {
		padding-left: 65px;
		padding-right: 65px;
	}
}

/* Large displays: increase page padding and make header larger.
   For some pages, add margin to all sides of the page. */
@media (min-width: 769px) {
	.dialog-body {
		padding-left: 75px;
		padding-right: 75px;
	}

	.logout-icons {
		padding-right: 25px;
	}

	.product-image-content {
		max-height: 100px;
	}

	.product-name {
		margin-left: 25px;
		margin-right: 25px;
	}

	.modal-dialog {
		border: 1px solid #b8b8b8;
		height: auto;
		margin-bottom: 50px;
		margin-top: 50px;
		width: auto;
	}
	
	.logout-info {
		margin-top: 12px;
		border-top: 1px solid #9A9A9A;
		border-bottom: 1px solid #9A9A9A;
		min-height: 300px;
	}
	
	.logout-message, .provider-container {
		padding: 10px;
	}

	.provider {
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.provider img {
		width: 16px;
		height: 16px;
	}

	.provider-container {
		border-top: 1px solid #9A9A9A;
	}

	.provider-container-title {
		margin-bottom: 7px;
	}

	.provider-image, .provider-text {
		display: inline-block;
		vertical-align: middle;
	}

	.provider-text {
		margin-left: 8px;
	}
}
