#header, #content, #professionalNavigationBox
{
	max-width: 50em;
	padding: 0.5em 1em;
	margin: 0px auto;
}
#header
{
	border: none;
	border-bottom: 1px solid #ccc;
}
#content
{
	text-align: left;
	padding: 0.5em 1em;
	border-bottom: none;
	min-height: 500px;
}
#professionalNavigationBox
{
	text-align: center;
	background-color: #0099CC;
}
#footer
{
	text-align: left;
	height: 2em;
}
a:link
{
	color: #589CD8; /* lighter blue */;
}
a:visited
{
	color: #589CD8; /* lighter blue */;
}

/* Main boxes */
body
{
	padding: 0px;
	border: none;
	text-align: center;
	font-family: "Helvetica Neue", sans-serif;
}
#header
{
	margin: 0px auto;
	padding: 15px;
	color: black;
	text-align: center;
}
#header p
{
	border: none;
	padding: 4px;
	margin: 0px;
	color: black;
	text-align: center;
	font-size: 100%;
}
#business_name
{
	text-align: center;
	font-size: 150%;
	color: #004D91;
	padding: 0px;
	margin: 0px 0px 1em 0px;
}
#cobrandingHeaderImage
{
	text-align: center;
	margin: 1em auto 1em auto;
	display: block;
	width: 100%;
	max-width: 520px;
}
#cobrandingHeaderImageAlternative
{
	display: none;
}
#content
{
	text-align: left;
}
#footer
{
	text-align: left;
}
#footer p
{
	border: none;
	padding: 4px;
	margin: 0px;
	color: black;
	text-align: center;
	font-size: 100%;
}
p, li, td, th
{
	margin: 0px 0px 1em 0px;
}
h1, h2, h3
{
	margin: 1em 0em 0.5em 0em;
	font-weight: normal;
}
h1
{
	border: none;
	text-align: center;
	font-size: 150%;
}
h2
{
	font-size: 133%;
}
h3
{
	font-size: 100%;
}

/* General forms */
h1.errorMessage
{
	margin: 5px 0px 10px 0px;
	text-align: left;
	background-color: #DB2B2B; /* error color */
	color: white;
	padding: 5px;
	font-weight: bold;
}

h1.warningMessage
{
	margin: 5px 0px 10px 0px;
	text-align: left;
	background-color: #FFCC66;
	color: white;
	padding: 5px;
	font-weight: bold;
}

h1.confirmationMessage
{
	margin: 5px 0px 10px 0px;
	text-align: left;
	background-color: #0099CC;
	color: white;
	padding: 5px;
	font-weight: bold;
}

h2.errorMessage
{
	margin: 5px 0px 10px 0px;
	text-align: left;
	background-color: #DB2B2B; /* error color */
	color: white;
	padding: 5px;
	font-weight: bold;
}

.mainFormTable
{
	margin-bottom: 5px;
	width: 100%;
	border: none;
	clear: both;
	padding: 2px 0px;
	border-collapse: collapse;
}
.mainFormTable td, .mainFormTable th
{
	padding: 3px 4px 3px 4px;
	margin: 0px;
	vertical-align: middle;
}
#content .mainFormTable td.errorMessage
{
	background-color: #DB2B2B; /* error color */
	color: white;
	padding: 5px;
	font-size: 133%;
	font-weight: bold;
}
.markedInput, .formRedField
{
	background-color: #F4E1E1;
}
.redOption
{
	border: 1px solid #FF6F6F;
	padding: 3px;
	margin-bottom: 10px;
}
.requiredStar
{
	color: #DB2B2B; /* error color */
}
#registerAgreement
{
	text-align: left;
	border: 1px solid #eee;
	/*margin: 0px 0px 10px 10px;*/
	background-color: white;
}
#registerAgreement p
{
	margin: 10px;
	padding: 0px;
}
#registerAgreement h2
{
	margin: 10px;
	padding: 0px;
}
#mainRegistrationFormAcceptText
{
	padding: 4px;
}

.optionList
{
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 20%;
}
.optionList label
{
	margin-bottom: 0.5em;
	display: block;
}
input, textarea
{
	font-size: 100%;
	padding: 0.25em;
}
.inputTextField
{
	background-color: #EFF8FC;
	border: 1px solid #CCCCFF;
}
#inputDetails
{
	margin-top: 6px;
	margin-bottom: 6px;
}
#inputDetails p
{
	margin: 0px;
	padding: 0px;
}
p input
{
	margin-bottom: 0px;
}

.assessmentControlButtons, .assessmentControlButtonsCentre
{
	margin: 1em 0px 0px 0px;
	padding: 0px;
	text-align: right;
	overflow: hidden;
}

.assessmentControlButtonsCentre
{
	text-align: center;	
}

.assessmentControlButtons input, .assessmentControlButtons a.btn
{
	display: block;
	float: right;
}

.assessmentControlButtons .cancelButton
{
	display: block;
	float: left;
}


/* Assessment questions list */
#questionHeaderQuestion
{
	margin-bottom: 10px;
}
.questionText
{
	margin: 0px 0px 1em 0px;
	clear: both;
	text-align: left;
}
.questionOptions
{
	margin: 0;
	text-align: left;
}
.questionInput
{
	text-align: center;
	width: auto;
	border: 1px outset #eee;
	padding: 0.25em;
	background-color: #EEF5FB;
	color: black;
	cursor: pointer;
	display: inline-block;
	margin: 0 0.25em 0.25em 0;
}
.questionInput:has(input[type="radio"]:checked) {
	background-color: #70bafb; /* simply more saturated than above */
	border-style: inset;
}
.questionInputButton input, .questionInputButtonDepressed input
{
	display: none;
}
.questionFrame, .questionFrameAnswered
{
	margin: 1em 0.5em 3em 0.5em;
	padding: 0em;
	width: auto;
	clear: both;
}
.questionFrameAnswered
{
	opacity: 0.5;
}

/* Assessment report */

.reportInfoHeader
{
	font-weight: bold;
}
#assessmentElements #elementsList
{
  text-align: center;
}
#saltList span
{
	font-weight: bold;
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	color: black;
}
#saltList
{
	float: right;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	width: 220px;
	color: black;
	line-height: 150%;
}
#reportProfessionalSectionIntroduction
{
	border: 1px dashed #ccc;
	padding: 0.5em;
}
#formulaResultsTable
{
	margin-bottom: 1em;
}
#formulaResultsTable tr th
{
	font-size: 133%;
	width: 6em;
	color: red;
	font-weight: bold;
}
#formulaResultsTable tr td
{
	color: #333333;
}
#regacutecomments
{
	color: red;
	font-weight: bold;
}

#disclaimerOKWrapper
{
	text-align: center;
}

#assessmentQuestionResponses
{
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
}
#assessmentQuestionResponses table
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
#assessmentQuestionResponses td
{
	padding: 6px;
	vertical-align: top;
	border: 1px solid #ddd;
}

#assessmentCompleteForm
{
	margin-top: 2em
}
#assessmentCompleteForm input
{
	margin-right: 0.5em;
}

/* Professional Assessment Interface */

#professionalNavigationBox
{
	text-align: center;
}

#professionalNavigationBox a:visited, #professionalNavigationBox a:link, #professionalNavigationBox a:hover
{
	color: white;
}

#postRemindersFormHighlight
{
	background-color: #FFEEA9; /* #FFEEA9  #FFCC66*/
	margin: 0px 0px 6px 0px;
	padding: 12px;
	color: black;
	font-size: 133%;
	text-align: center;
}
#postRemindersFormHighlight p
{
	margin: 0px;
	padding: 0px;
}
@media screen and (prefers-reduced-motion: no-preference)
{
	@keyframes postRemindersFormHighlightAnimation {
		0% {
			background-color: rgb(255, 255, 244);
		}
		100% {
			background-color: #FFEEA9;
		}
	}

	#postRemindersFormHighlight {
		animation: 1s ease-out 0s 1 postRemindersFormHighlightAnimation;
	}
}
.reportProfessionalActionSecondaryLink
{
	margin-top: 2em;
	font-size: 100%;
	color: white;
}

/* Assessment Reminders Page */

.inputRadio, .inputCheckbox
{
	margin-right: 0.5em;
	margin-left: 0.5em;
}

.inputTextBox
{
	padding: 1px 1px;
	margin: 0px 1px;
}

.inputNumericTextBox
{
	text-align: center;
}

.selectBox
{
	margin-left: 3px;
	margin-right: 3px;
}

#reminders_processing_dose_selection, #reminders_select_review_date
{
	padding: 0px;
}

#save_and_update_block
{
	margin: 6px 6px 12px 6px;
	text-align: center;
}

.reminders_step_block
{
	margin: 0px;
	border: none;
	padding: 0px;
	clear: both;
}

.reminders_step_block h3
{
	font-size: 100%;
	margin-bottom: 1em;
}

.reminders_step_block p
{
	margin-bottom: 1em;
}

.reminders_step_block textarea
{
	margin-bottom: 1em;
	width: 99%;
}

.reminders_step_block textarea
{
	margin-top: 1em;
}

.reminders_option_list
{
	margin-top: 0px;
	margin-bottom: 1em;
}

.reminders_option_list textarea, #reminder_customFieldLengthWarning
{
	margin-left: 0px;
}

#reminder_customFieldLengthWarning
{
	margin-top: 6px;
}

.reminder_step_edit_block
{
	padding: 6px;
	position: relative;
}

#medicationSupplyHeading
{
	text-align: center;
	background-color: #C6E3F4;
}

p.medicationSupplyBlockUpdateNotification
{
	text-align: center;
	margin-bottom: 12px;
	margin-top: 9px;
}

.reminders_step_header
{
	color: black;
	font-size: 100%;
	text-align: center;
	margin: 0px 0px 0.5em 0px;
	padding: 0.5em;
	background-color: #ffcc66;
}

.reminders_graph_container div
{
	height: 3em;
	margin: 0px;
}

.reminders_graph_container .dose_graph_container img
{
	position: relative;
	top: 1.5em;
	left: 1em;
}

.dose_graph_container span
{
	font-weight: bold;
}

.clearer
{
	clear: both;
}

#reminders_graph_container
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.dose_type_selection_block
{
	padding: 12px 0px 9px 0px;
	/* border: 1px solid #bbb; */
	margin-top: 0px;
	margin-bottom: 0px;
	border-collapse: collapse; 
}

.dose_type_selection_block h3
{
	color: #DB2B2B; /* error color */
	font-size: 100%;
	margin-bottom: 9px;
	padding-left: 6px;
}

p.radioInputListParagraph .inputRadio, p .inputCheckbox
{
	position: absolute;
	left: 8px;
	width: 16px;
}

p.radioInputListParagraph
{
	margin-left: 32px;
}

p.orInterspaceParagraph
{
	font-style: italic;
}

#dose_type_selection_block2
{
	border-top: 1px solid #ccc;
	clear: both;
}

#containersRequiredDisplay
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
	background-color: white;
	border: 1px solid #cccccc;
}

#containersRequiredDisplay td, #containersRequiredDisplay th
{
	padding: 3px 6px;
	margin: 0px;
	width: 230px;
}

#containersRequiredDisplay td
{
	padding-top: 12px;
	padding-bottom: 3px;
}

#containersRequiredDisplay th
{
	padding-top: 3px;
	padding-bottom: 12px;
}

#containersRequiredDisplay th span
{
	display: block;
	font-size: 80%;
	font-weight: normal;
}

.fieldLengthWarning
{
	font-size: 70%;
}

.containersRequiredTextualDisplay
{
	font-weight: bold;
}

#legacyRemindersWarning
{
	margin: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}

.containerLastDescriptionNeedsUpdate
{
	color: #ccc;
	text-decoration: line-through;
}

/* Responses display screen */
div.responses_display_section .responses_section_header
{
	color: black;
	font-size: 133%;
	text-align: center;
	margin: 0px 0px 0.5em 0px;
	padding: 0.5em;
	background-color: #ffcc66;
}

/* Miscellaneous */

abbr
{
	border: none;
	text-decoration: none;
}

.hidden
{
	display: none;
}

/* This fixes the disruption of line-height that you normal get when the sup tag is used in a paragraph or a heading. */
sup
{
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}


/* Copied wholesale from main_default */

fieldset
{
	margin: 1em	0 1em 0em;
	border: none;
	padding: 1em;
}

fieldset legend
{
	font-weight: normal;
	font-size: 133%;
}

fieldset p
{
	margin: 0 0 1em 0;
}

fieldset ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

fieldset ul li
{
	clear: both;
	margin: 0 0 1em 0.5em;
	padding: 0;
	vertical-align: bottom;
}

fieldset ul li input, .optionGroup
{
	width: 40%;
	margin: 0;
	display: inline-block;
}

fieldset ul li input[type=number]
{
	width: 20%;
}

fieldset ul li input[type=radio]
{
	width: auto;
}

fieldset ul li input[type=submit]
{
	width: auto;
}

/* modified */
fieldset ul li input.ccFormMonth, fieldset ul li input.ccFormYear, fieldset ul li input.ccFormCVC
{
	width: 3em;
}

fieldset ul li input.date_input_day, fieldset ul li input.date_input_month
{
	width: 3em;
}

fieldset ul li input.date_input_year
{
	width: 4em;
}

fieldset ul li label
{
	display: block;
	float: left;
	text-align: right;
	width: 30%;
	padding: 0.25em 1em 0 0;
}

.optionalTag
{
	display: block;
	font-size: 0.8em;
}

fieldset ul li.error label
{
	color: red;
	font-weight: bold;
}

fieldset p.errorMessage
{
	margin: 0 0 1em 0;
	font-weight: bold;
	color: red;
}

textarea
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-appearance: none;
	font-family: "Helvetica Neue", sans-serif;
	user-select: none;
	border: 1px solid transparent;
	padding: 5px 8px;
	margin: 0px 0px 5px 0px;
	border-radius: 5px;
	line-height: 18px;
	box-sizing: content-box;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.8);
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary, a.btn-primary {
	color: #fff;
	background-color: #49ABE0;
	border: 1px solid #f2b715; /* yellow */
	text-decoration: none;
}

.btn-primary:hover {
  background-color: #53c3ff;
}

@media screen
{
	body
	{
		background-color: white;
		line-height: 1.5;
	}
	html
	{
		-webkit-text-size-adjust: none;
	}
}
@media screen and (min-width: 560px)
{
	body
	{
		margin: 20px;
		font-size: 14px;
	}
}
@media screen and (max-width: 559px)
{
	body
	{
		margin: 0px;
		font-size: 12px;
	}
	html
	{
		-webkit-text-size-adjust: none;
	}
}

@media print
{
	/* Alterations for printing */
	@page
	{
		size: A4;
		margin: 1em;
	}
	a:link
	{
		color: #589CD8; /* lighter blue */;
	}
	a:visited
	{
		color: #589CD8; /* lighter blue */;
	}
	body
	{
		font-size: 9pt;
	}
	#header
	{
		border: none;
	}
	#content
	{
		border: none;
	}
	#footer
	{
		border: none;
		margin-bottom: 0px;
	}
	#cobrandingHeaderImage
	{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#assessmentCompleteForm
	{
		display: none;
	}
	.assessmentViewOptions
	{
		display: none;
	}
	#reportProfessionalSection
	{
		page-break-before: always;
	}
	#privacyStatementFooterLink
	{
		display: none;
	}
	#professionalNavigationBox
	{
		display: none;
	}
	#postRemindersFormHighlight
	{
		display: none;
	}
	#reportProfessionalActionSelection
	{
		display: none;
	}
	#reportProfessionalSectionIntroduction
	{
		display: none;
	}
}