html {
	min-height: 100%;
}

@media only screen and (max-device-width: 480px) {
	html {
		height: auto;
	}
}

main.content {
	padding: 0 15px;
	margin-bottom: 50px;
	background-color: #D8D8D7;
}

.content-buffer {
	height: 15px;
	background-color: #D8D8D7;
	position: fixed;
	top: 56px;
	padding: 0 15px;
	z-index: 1000;
}

.main-content {
	margin: 15px -15px 15px -15px;
	padding-top: 68px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFF;
}

#coreContent {
	background-color: #FFF;
}

@media (max-width: 767px) {
	.main-content {
		padding-top: 25px;
		margin-top: 0;
		margin-bottom: 0;
	}

	#coreContent {
		margin-top: 56px;
	}

	main.content {
		padding: 0;
	}

	.content-buffer {
		height: 0;
	}

	.container-fluid.navigation-header {
		top: 56px;
	}

	#coreContent {
		margin-top: 50px;
	}
}

h2,
h3,
h4,
label {
	font-family: "Open Sans";
}

h1 {
	font-size: 30px;
}

h1.segment-border {
	margin-bottom: 35px;
}

h1.segment-border::before {
	background-color: #ED2937;
}

h2 {
	font-size: 21px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 15px;
}

.segment-border {
	margin-bottom: 30px;
	border-bottom: 1px solid #5C666F;
	padding-bottom: 15px;
}

.segment-border:before {
	height: 1px;
	width: 25%;
	background-color: #5C666F;
}

h3 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 12px;
}

h3.segment-border {
	margin-bottom: 15px;
}

h3.segment-border::before {
	background-color: #F33;
}

.table-label h3 {
	margin-bottom: 1px;
}

h4 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 9px;
	min-height: 16px;
}

label {
	font-weight: 400;
	margin-bottom: 10px;
	color: #35495C;
}

.metatext, label span, .manifest,
.manifest-hidden {
	font-size: 12px;
	color: #8E8E8E;
}

.parallelnotice {
	text-align: center;
	font-size: 12px;
	color: #72808D;
	padding-bottom: 15px;
}

.progress-bar-image {
	display: inline-block;
	float: right;
}

.btn-complete {
	width: 200px;
}

.btn-full-height {
	height: 100%;
}

.btn-secondary {
	background-color: #C5CDCD;
}

.radio-list {
	margin-top: -6px;
	padding-left: 15px;
}

.radio-list label {
	margin-bottom: 6px;
	font-size: 16px;
}

.radio-list label.radio-inline {
	color: #35495C;
	margin-top: 1px;
}

.radio-list label.radio-inline input {
	margin-top: 6px;
}

.form-group {
	margin-bottom: 20px;
}

.form-group.has-error.row {
	margin-bottom: 55px;
}

.has-error .arrowhead {
	position: relative;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	z-index: 700;
}

.has-error .arrowhead::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	content: " ";
}

.has-error .arrowhead.up {
	border-width: 0 8px 6px 8px;
	border-bottom-color: #CCA3A8;
	top: -20px;
	left: 35px;
	margin-left: -11px;
}

.has-error .arrowhead.up::after {
	border-width: 0 8px 6px 8px;
	border-bottom-color: #FFFEE6;
	bottom: -7px;
	margin-left: -8px;
}

.has-error .arrowhead.down {
	border-width: 6px 8px 0 8px;
	border-top-color: #CCA3A8;
	bottom: 81px;
	left: 35px;
	margin-left: -11px;
}

.has-error .arrowhead.down::after {
	border-width: 6px 8px 0 8px;
	border-top-color: #FFFEE6;
	bottom: 1px;
	margin-left: -8px;
}

.has-error .arrowhead.left {
	border-width: 8px 6px 8px 0;
	border-right-color: #CCA3A8;
	bottom: 30px;
	left: 35px;
	margin-left: 211px;
}

.has-error .arrowhead.left::after {
	border-width: 8px 6px 8px 0;
	border-right-color: #FFFEE6;
	bottom: -8px;
	margin-left: 1px;
}

.has-error .arrowhead.right {
	border-width: 8px 0 8px 6px;
	border-left-color: #CCA3A8;
	bottom: 55px;
	left: 35px;
	margin-left: -26px;
}

.has-error .arrowhead.right::after {
	border-width: 8px 0 8px 6px;
	border-left-color: #FFFEE6;
	bottom: -8px;
	margin-left: -7px;
}

label + .field-notification .arrowhead.up {
	top: -35px;
}

.message {
	visibility: hidden;
}

label + .field-notification .message {
	top: -4px;
}

.has-error .message {
	position: relative;
	top: 10px;
	left: 10px;
	background-color: #FFFEE6;
	border: 1px solid #CCA3A8;
	margin: -5px 0 5px -10px;
	padding: 4px 10px 4px 9px;
	border-radius: 4px;
	visibility: visible;
	z-index: 700;
}

.has-error .message::after {
	color: #686868;
	font-size: 14px;
}

.has-error .form-control,
.has-error .input-group-addon {
	border-color: #CCA3A8;
}

.has-error .input-group-addon {
	border-color: #CCC;
}

.has-success .form-control,
.has-success .input-group-addon {
	border-color: #CCC;
}

.has-error .input-group-addon {
	background-color: #EEE;
	color: #555;
}

.has-success .input-group-addon {
	background-color: #EEE;
	color: #555;
}

.form-control-static-underline {
	border-bottom: 1px solid #ccc;
	padding-left: 12px;
}

.has-success .parameter-label:after {
	font-family: FontAwesome;
	content: "\f05d";
	color: #b5cca3;
	margin-left: 5px;
}

/* TODO: Remove h4 selector when partials have been enhanced.*/
.has-success.step-label > h4:after,
.has-success.step-label > label:after,
.has-success.phase-label > h3:after {
	font-family: FontAwesome;
	content: "\f05d";
	color: #b5cca3;
	margin-left: 5px;
}

.has-warning.step-label > h4:after,
.has-warning.step-label > label:after,
.has-warning.phase-label > h3:after {
	font-family: FontAwesome;
	content: "\f071";
	color: #ccaa00;
	margin-left: 5px;
}

.has-incomplete.step-label > h4:after,
.has-incomplete.step-label > label:after,
.has-incomplete.phase-label > h3:after {
	font-family: FontAwesome;
	content: "\f042";
	color: #cc0000;
	margin-left: 5px;
}

.has-error.step-label > h4:after,
.has-error.step-label > label:after,
.has-error.phase-label > h3:after {
	font-family: FontAwesome;
	content: "\f06a";
	color: #cc0000;
	margin-left: 5px;
}

.help-block {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 5px;
}

.help-block.help-right {
	float: right;
	margin-top: -16px;
	text-align: right;
}

.parameter-label {
	flex-wrap: wrap;
	display: flex;
}

.field-notification {
	height: 0;
}

.alert {
	position: fixed;
	bottom: 0;
	z-index: 1030;
	left: 0;
	right: 0;
	margin-right: 15px;
	margin-left: 65px;
	margin-bottom: 49px;
	border-radius: 0;
	text-align: left;
}

.alert a,
.alert i {
	color: #E5E5E5;
}

.alert-warning,
.toast-warning {
	color: white;
	background-color: #f9b554;
}

.alert .close {
	opacity: 1;
}

.close:focus,
.close:hover {
	color: white;
}

.footer-container .has-error .alert-danger {
	visibility: visible;
}

.footer-container .alert-danger {
	visibility: hidden;
}

.alert-danger {
	color: #FFF;
	background-color: #BD352B;
	border-color: #BD352B;
}

.alert i.fa {
	font-size: 25px;
	padding-right: 10px;
}

.toast-top-full-width#toast-container > div,
.toast-bottom-full-width#toast-container > div {
	width: 100%;
	border-radius: 0;
	margin-top: 5px;
}

.toast-bottom-full-width {
	bottom: 50px;
	padding-right: 15px;
	padding-left: 65px;
}

#toast-container > div {
	box-shadow: none;
	opacity: 1;
}

#toast-container > :hover {
	box-shadow: none;
}

.toast-close-button {
	right: 1px;
	top: -2px;
}

@media (max-width: 767px) {
	.alert {
		margin-left: 0;
		margin-right: 0;
	}

	.toast-bottom-full-width {
		padding-left: 15px;
	}
}

thead.headerless {
	color: #72808D;
	background-color: transparent;
	text-transform: none;
}

.table-responsive {
	margin-left: 0;
}

thead th {
	font-size: 13px;
	white-space: nowrap;
}

.table {
	overflow: auto;
	table-layout: fixed;
}

td {
	word-wrap: break-word;
}

td a {
	display: block;
	width: 100%;
	height: 100%;
	margin: -8px 0;
	padding: 8px 0;
}

.table th i {
	font-size: 10px;
	padding-left: 5px;
}

.table tbody tr.highlight > td {
	animation-name: highlight;
	animation-duration: 1.5s;
	animation-delay: 3.0s;
	animation-timing-function: ease-out;
	animation-fill-mode: backwards;
}

@keyframes highlight {
	from {
		background-color: #CFEADA;
	}

	to {
		background-color: inherit;
	}
}

.col-no-gutter {
	padding-left: 0;
	padding-right: 0;
}

.flex-table {
	border-radius: 5px;
}

.flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
}

.flex-wrap {
	flex-wrap: wrap;
}

/*Can be used inside of flex-column to force no column padding*/
.flex-no-column {
	height: 100%;
	left: -15px;
	position: relative;
	width: calc(100% + 30px);
}

.flex-column {
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-left: 15px;
	padding-right: 15px;
}

.flex-column.button-stack button {
	margin-bottom: 5px;
	margin-left: -15px;
	margin-right: -15px;
}

.flex-column.button-stack button:last-of-type {
	margin-bottom: 0;
}

.flex-row.flex-reverse, .flex-single.flex-reverse {
	justify-content: flex-end;
}

.flex-row.flex-center {
	justify-content: center;
}

.flex-column.flex-reverse {
	flex-direction: column-reverse;
}

.flex-row > div:nth-child(n+2) {
	border-left: 1px solid #e3e3e3;
}

.flex-column > div:nth-child(n+2),
.flex-table > .flex-row:nth-child(n+2) {
	border-top: 1px solid #e3e3e3;
}

.flex-row.no-border > div:nth-child(n+2) {
	border-left: none;
}

.flex-column.no-border > div:nth-child(n+2) {
	border-top: none;
}

.flex-table > div {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

.flex-table > div:first-child {
	border-top: 1px solid #e3e3e3;
}

.flex-table > div:last-child {
	border-bottom: 1px solid #e3e3e3;
}

.flex-single {
	flex: 1;
}

.flex-double {
	flex: 2;
}

.flex-triple {
	flex: 3;
}

.flex-full {
	flex: 0 1 100%;
}

.break-word {
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

.flex-vertical-item {
	padding-bottom: 10px;
}

.flex-inline-item:nth-child(n+2) {
	padding-left: 15px;
}

.flex-table-cell {
	padding: 10px 15px;
}

.flex-single > .flex-vertical-item:first-of-type {
	padding-top: 10px;
}

.flex-padding-right {
	padding-right: 15px;
}

.flex-padding-top {
	padding-top: 10px;
}

.flex-single-disabled {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWN4/PhxAwM6IE0QALBtDKUyluhwAAAAAElFTkSuQmCC") repeat;
}

.flex-padding-left {
	padding-left: 5px;
}

.flex-single-empty {
	background-color: #F9F9FD;
}

.row-border {
	border: 1px solid #e3e3e3;
	margin-right: 0;
	margin-left: 0;
}

.row-border + .row-border {
	border-top: 0;
}

.col-border-right {
	border-right: 1px solid #e3e3e3;
}

.col-border-bottom {
	border-bottom: 1px solid #e3e3e3;
}

.row-border .col-border-right:last-child {
	border-right: 0;
}

.cgmp-correction-cell {
	min-height: 65px;
}

.col-table-cell {
	padding: 10px;
}

.col-table-cell-no-padding {
	padding: 0;
}

.row-border div[class*='col-'] {
	display: flex;
	flex-direction: column;
}

.input-group-xs-stack {
	padding-bottom: 10px;
}

@media(min-width:1200px) {
	.input-group-xs-stack {
		padding-bottom: 0;
	}
}

.note-hidden {
	display: none;
}

.options-button-bar {
	background-color: #f9f9fd;
}

.options-button-bar li:hover,
.options-button-bar li:focus:active,
.options-button-bar li:focus {
	background-color: #f5f5f5;
}

.options-button-bar button:hover,
.options-button-bar button:focus:active,
.options-button-bar button:focus {
	display: inline-block;
	background: transparent;
	border: none;
	color: #35495c;
}

.options-button-bar button {
	background: transparent;
	border: none;
	font-size: 14px;
	text-align: left;
	width: 100%;
}

.correction-opacity {
	opacity: 0.6;
}

.correction-reason {
	color: #35495c;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 3px;
	text-align: center;
}

.cgmp-correction-content .disabled-no-style[disabled] {
	background-color: #fff;
}

.underline {
	border-top: 1px solid #5C666F;
	margin: 0 0 30px 0;
}

.underline.left,
.underline.right {
	display: inline-block;
}

.underline.left {
	border-top: 1px solid #F33;
	margin-right: -2px;
	width: 25%;
}

.underline.right {
	margin-left: -2px;
	width: 75%;
}

.navigation-header {
	background-color: #35495C;
	color: #FFF;
	height: 50px;
	padding-top: 13px;
	padding-left: 19px;
	top: 71px;
	position: fixed;
	z-index: 1025;
	opacity: 1;
}

.navigation-header a {
	color: #FFF;
}

.navigation-header-divider::after {
	content: " / ";
}

#navigation-header-breadcrumb {
	white-space: nowrap;
}

#navigation-header-breadcrumb span:last-child {
	color: #9AA4AE;
}

.ellipsisLeft {
	overflow: hidden;
	direction: rtl;
	margin-left: 20px;
	white-space: nowrap;
}

.ellipsisLeft:after {
	position: absolute;
	left: 15px;
	content: "...";
}

.img-group {
	overflow-x: auto;
	overflow-y: visible;
	text-align: left;
	margin-bottom: 20px;
}

.img-wrapper {
	display: inline-block;
	overflow-x: auto;
	min-height: 20px;
	padding: 0 8px 10px 8px;
	background-color: white;
	border: 1px solid #CCC;
	margin: 0 auto;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.img-wrapper img {
	margin-top: 10px;
	margin-right: 3px;
	margin-left: 3px;
}

.manifest,
.manifest-hidden {
	line-height: 12px;
}

.manifest p,
.manifest-hidden p {
	margin: 0;
	line-height: 34px;
}

.manifest > span:first-child,
.manifest-hidden > span:first-child {
	color: #333;
	font-size: 14px;
	line-height: 18px;
}

.manifest-hidden {
	visibility: hidden;
}

.phase-completion-manifest {
	margin-bottom: 35px;
}

.phase-completion-manifest .manifest {
	text-align: center;
	width: 100%;
}

.manifest span {
	display: block;
}

.manifest-obsolete span,
.manifest-obsolete span:first-child {
	color: #e3e3e3;
}

.navbar-fixed-bottom {
	text-align: center;
}

.correction-toggle {
	align-items: flex-end;
}

.correction-toggle-btn {
	background-color: transparent;
	border: none;
}

.row.footer-container {
	margin-top: 8px;
	margin-right: 15px;
	margin-left: 65px;
}

.footerLeft,
.footerCenter,
.footerRight {
	display: inline-block;
}

.footerLeft {
	text-align: left;
	padding-left: 0;
	float: left;
}

.footerCenter {
	text-align: center;
}

.footerCenter .row div:last-child {
	text-align: left;
}

.footerCenter .row div .input-group {
	padding-bottom: 10px;
}

.footerCenter .row div button {
	margin-bottom: 10px;
}

.footerRight {
	text-align: right;
	padding-right: 0;
	float: right;
}

@media (max-width: 767px) {
	.row.footer-container {
		margin-left: 15px;
	}

	.footerLeft button.btn {
		position: fixed;
		left: 15px;
		bottom: 10px;
		line-height: 0;
		text-indent: -99999px;
	}

	.footerLeft button:after {
		content: "<<";
		text-indent: 0;
		display: block;
		line-height: initial;
	}

	.footerRight button.btn {
		position: fixed;
		right: 15px;
		bottom: 10px;
		line-height: 0;
		text-indent: -99999px;
	}

	.footerRight button:after {
		content: ">>";
		text-indent: 0;
		display: block;
		line-height: initial;
	}
}

/* Timer Styles */
#timer {
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 35px;
}

#timer #timerNumbers {
	font-family: 'HelveticaNeue-Ultralight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-weight: 100;
	font-size: 57px;
	color: #333;
	text-align: center;
	height: 72px;
}

#timer button {
	background: #fff;
	border: 1px solid #ccc;
	width: 50%;
	color: #333;
}

#timer button:hover {
	color: #496480;
	border-color: #74a0cc;
}

#timer .btn-group {
	display: flex;
	margin: 0 auto;
	margin-bottom: 5px;
}

#timer .btn-group .cancel {
	width: 100%;
}

#timer .btn-group .disabled {
	background: #E5E5E5;
}

#timer .btn-group .disabled:hover {
	border-color: #ccc;
}

#timerTable td {
	text-align: center;
	white-space: nowrap;
}

#timerTable td:first-child {
	width: 25%;
	padding-right: 15px;
}

#timerTable td:last-child {
	width: 25%;
	padding-left: 15px;
}

#timerTable tr:last-child {
	border-bottom: 1px solid #ddd;
}

@media (max-width: 360px) {
	#timer #timerNumbers {
		font-size: 15vw;
	}
}

@media (max-width: 600px) {
	/* Force table to not be like tables anymore */
	#timerTable table, #timerTable thead, #timerTable tbody, #timerTable th, #timerTable td, #timerTable tr {
		display: block;
	}

	#timerTable table thead tr th,
	#timerTable table tbody tr td {
		width: 100% !important;
	}

	#timerTable {
		padding: 0;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#timerTable thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#timerTable table {
		border-top: 1px solid #ccc;
	}

	#timerTable tr {
		border-bottom: 1px solid #ccc;
	}

	#timerTable td {
		/* Behave  like a "row" */
		border: none !important;
		padding: 0;
		color: #333;
		font-size: 14px;
	}

	#timerTable td:first-child {
		padding-top: 6px;
	}

	#timerTable td:last-child {
		padding-bottom: 5px;
	}

	#timerTable td:nth-child(2) {
		color: #8e8e8e;
	}
}

.doughnut-graph {
	text-align: center;
}

.doughnut-graph .doughnut-graph-content span {
	display: block;
	font-weight: 100;
	color: #60686f;
	line-height: 0;
}

.doughnut-graph .doughnut-graph-content label {
	display: block;
	font-weight: 600;
	color: #60686f;
	margin-bottom: 0;
}

.doughnut-graph .doughnut-graph-content {
	text-align: center;
}

.doughnut-graph-100 .doughnut-graph-content {
	margin-bottom: 70px;
	margin-top: -80px;
}

.doughnut-graph-100 .doughnut-graph-content span {
	font-size: 12px;
}

.doughnut-graph-100 .doughnut-graph-content label {
	font-size: 30px;
}

.doughnut-graph-150 .doughnut-graph-content {
	margin-bottom: 65px;
	margin-top: -110px;
}

.doughnut-graph-150 .doughnut-graph-content span {
	font-size: 16px;
	margin-top: 4px;
}

.doughnut-graph-150 .doughnut-graph-content label {
	font-size: 32px;
}

.doughnut-graph input {
	visibility: hidden;
}

span.batchAccountabilityInfo:first-child {
	font-weight: 100;
	font-size: 18px;
	color: white;
	margin-right: 15px;
}

span.batchAccountabilityInfo {
	font-weight: 100;
	font-size: 14px;
	color: #ccc;
	margin-left: 15px;
}

.menu-margin {
	margin-right: 285px;
}

.menu-margin-off {
	margin-right: -15px;
	animation-name: main-content-slide-out;
	animation-duration: .75s;
	animation-timing-function: ease;
}

.menu-margin-on {
	margin-right: 285px;
	animation-name: main-content-slide-in;
	animation-duration: .75s;
	animation-timing-function: ease;
}

#rightSlider {
	position: fixed;
	top: 121px;
	right: 15px;
	width: 300px;
	overflow: hidden;
	z-index: 1020;
	display: block;
	padding-bottom: 15px;
	white-space: nowrap;
}

#rightSlider.closeToggle {
	animation-name: right-menu-slide-out;
	animation-duration: .75s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

#rightSlider.closeToggle li.complete:after,
#rightSlider.closeToggle .input-icon i {
	animation-name: fade-out-icon;
	animation-duration: .25s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}

#rightSlider.openToggle {
	animation-name: right-menu-slide-in;
	animation-duration: .75s;
	animation-timing-function: ease;
}

#rightSlider.openToggle li.complete:after,
#rightSlider.openToggle .input-icon i {
	animation-name: fade-in-icon;
	animation-duration: .25s;
	animation-delay: .25s;
	animation-timing-function: ease-in;
	animation-fill-mode: both;
}

#rightSlideBtn {
	position: fixed;
	top: 121px;
	right: 15px;
	width: 35px;
	height: 35px;
	color: #c5cdcd;
	font-size: 18px;
	font-weight: 200;
	padding: 8px 10px;
	text-align: center;
	z-index: 1025;
}

.rightSliderHeader {
	background: #1b252e;
}

#rightSlider h3 {
	background: #1b252e;
	color: #9ba0a0;
	font-size: 18px;
	font-weight: 200;
	height: 35px;
	padding: 7px 0 0 15px;
	margin: 0 35px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

#rightSlider h3 i {
	margin-right: 10px;
}

.input-icon.right > i {
	bottom: 6px;
}

#rightSlideBtn:hover {
	background: #9aa4ae;
	color: #34495d;
}

#rightSlider ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	background: #f9f9f9;
}

#rightSlider li {
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	height: 40px;
	color: #72808d;
	font-weight: 300;
	border-right: none;
}

#rightSlider li a {
	display: block;
	padding: 10px 0 10px 15px;
}

#rightSlider li:hover {
	background: #f5f5f5;
	color: #5d6873;
}

#rightSlider li.selected {
	border-left: 1px solid #fff;
	font-weight: 400;
	color: #333;
	background: #fff;
}

#rightSlider li.complete:after {
	font-family: FontAwesome;
	line-height: 1;
	content: "\f058";
	color: #abcca3;
	float: right;
	margin: -27px 10px 0 0;
	position: absolute;
	right: 0;
}

#rightSlider li.inprogress {
	font-weight: 600;
	color: #333;
}

#rightSlider form input {
	margin-bottom: 15px;
}

#rightSlider form input:first-child {
	margin-top: 15px;
}

#rightSlider form input:last-child {
	margin-top: 15px;
}

#rightSliderFiller {
	border-left: 1px solid #CCC;
	background: #f9f9f9;
}

@media (max-width: 767px) {
	#rightSlider {
		right: 300px;
		top: 106px;
	}

	#rightSlideBtn {
		right: 0;
		top: 106px;
	}
}

@media (max-width: 1200px) {
	.menu-margin {
		margin-right: -15px;
		animation: none;
	}
}

@keyframes right-menu-slide-in {
	0% {
		width: 0;
	}

	100% {
		width: 300px;
	}
}

@keyframes right-menu-slide-out {
	0% {
		width: 300px;
	}

	100% {
		width: 0;
	}
}

@keyframes main-content-slide-in {
	0% {
		margin-right: -15px;
	}

	100% {
		margin-right: 285px;
	}
}

@keyframes main-content-slide-out {
	0% {
		margin-right: 285px;
	}

	100% {
		margin-right: -15px;
	}
}

@keyframes fade-out-icon {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fade-in-icon {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.instructions-section {
	min-height: 20px;
	padding: 15px;
	text-align: left;
	border-top: #ddd solid 10px;
	width: 100%;
}

.instructions-section p {
	margin: 0 0 30px 0;
	text-align: left;
}

.instructions-section p a {
	font-weight: 500;
}

.instructions-section > :last-child {
	margin-bottom: 0;
}

.parameter-selection {
	margin-bottom: 31px;
}

.parameter {
	margin-bottom: 20px;
}

.batchInfoHeader {
	width: 100%;
	display: inline-block;
}

.accountabilityTitle {
	display: inline-block;
}

.accountabilityTitle h4 {
	font-weight: 400;
}

.scroller {
	-webkit-overflow-scrolling: touch;
}

#coreContent {
	white-space: normal;
}

#primary-navigation {
	position: fixed;
}

.data-capture {
	display: block;
}

.manifest.performed-by {
	text-align: center;
}

.manifest.verified-by,
.manifest.witnessed-by {
	text-align: center;
}

.verification {
	margin-top: 10px;
}

.verification .row div:first-child {
	padding-left: 0;
}

.full-width {
	width: 100%;
}

label.valid-input {
	color: #ccc;
	font-size: 10px;
	margin-bottom: 0;
	margin-left: 4px;
	width: 100%;
}

.valid-input input {
	margin-left: -4px;
}

.detail-section, .detail-header, .detail-list, .detail-row, .detail-item {
	width: 100%;
}

.detail-header {
	margin-bottom: 9px;
}

.detail-section {
	padding: 5px 10px;
	border-bottom: 2px solid #ddd;
	background-color: #ffffff;
}

.detail-row {
	padding: 5px 10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
}

.detail-row:nth-child(2n + 1) {
	background-color: #ffffff;
}

.detail-row:first-of-type {
	border-top: 1px solid #ddd;
}

.detail-item {
	border-bottom: 1px dashed #ddd;
}

.detail-item:last-of-type {
	border-bottom: none;
}

.detail-manifest {
	padding-left: 25px;
}

blockquote.blockquote-sm {
	font-size: 11.5px;
	margin: 0 0 5px;
	padding: 5px 10px;
}

.range-outer {
	color: #CCA3A8;
}

.range-mid {
	color: #ccaa00;
}

.range-inner {
	color: #b5cca3;
}

.correction-system-message {
	font-size: 12px;
	margin-bottom: 10px;
	display: inline-block;
	color: #a94442;
}

img.thumbnail-image {
	max-width: 500px;
	max-height: 200px;
}

.step-completion-section{
	text-align: center;
}

.loginSetMessage {
	color: white;
	font-size: 16px;
	font-family: "Open Sans";
	margin-bottom: 20px;
	margin-top: -10px;
	font-weight: normal;
}

#login-article {
	background-color: rgba(0,0,0,0.9);
	color: #FFFFFF;
	padding: 45px;
	overflow: auto;
}

#login-article label {
	color: white;
	font-size: 22px;
	font-weight: 300;
}

#forgotPassword {
	font-style: normal;
}

.login-row {
	padding-right: 15px;
	padding-left: 15px;
}

.link-line-break {
	display: none;
}

@media screen and (max-width: 1200px) {
	#login-tagline {
		display: none;
	}
}

#links {
	font-size:16px;
}

#mc-logo-sm {
	display: none;
}

@media screen and (max-width: 500px) {
	.sign-in-btn {
		font-size: 14px;
		padding: 10px 15px;
		margin-bottom: 10px;
	}

	.forgot-password-btn {
		font-size: 12px;
		padding: 10px 15px;
		margin-bottom: 10px;
	}

	.forgot-password-question-btn {
		font-size: 12px;
		padding: 10px 15px;
		margin-bottom: 10px;
	}

	#returnButton {

		margin-bottom: 10px;
	}

	.link-line-break {
		display: block;
		height: 7px;
	}

	#mc-logo-lg, #link-separator {
		display: none;
	}

	#mc-logo-sm {
		display: inline;
	}

	#links {
		font-size:14px;
	}

	#login-article label {
		font-size: 20px;
	}

	#login-article h1 {
		font-size: 28px;
	}

	#login-article {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-height: 600px){
	html {
		height: auto;
	}
}

#login-page {
	overflow-y: auto;
	background-repeat: no-repeat, no-repeat, no-repeat;
}

#bottom-div {
	margin-bottom: 160px;
}

