﻿#contentArea {
	padding-left: 20px;
	overflow: visible;
}

.PageHeader {
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 30px;
	width: 600px;
}

div#MainContentArea {
	padding-left: 10px;
	width: 610px;
}

.sizing-application-container {
	color: var(--primary-text-colour);
	background-color: var(--sizing-heading-color);
	padding: 1px 15px 3.5rem 15px;
}

#SizingApplicationName {
	margin-left: 10px;
	text-align: center;
}

.SizingInstructions {
	/*	margin-bottom: 20px;
	margin-left: 10px;
	padding-right: 30px;
	display: block;*/
	text-align: center;
}

h3 {
	/*background-color: Black;
	color: White;
	padding: 3px 0px;
	margin: 0px 0px 10px -11px;
	font-size: 13px; */
	margin-top: 7rem;
	margin-bottom: 3.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title-separator:not(:first-child) {
	margin-bottom: 5rem;
}

.title-separator::after {
	content: '';
	border-top: 2px solid var(--divider-colour);
	margin: 0 20px 0 0;
	flex: 1 0 20px;
	margin: 0 0 0 20px;
}

h4 {
	margin-top: 3.5rem;
	margin-bottom: 1.5rem;
}

h5 {
	/*	font-size: 8pt;
	font-weight: bold;
	margin: 5px 0px 5px 0px; */
}

/*.separator
{
	margin-top: 20px;
	border-top: solid gray 1px;
}*/

.ambientTempLookupDiv {
	margin-left: 10px;
	padding-bottom: 10px;
}

.SizingSection {
	/*	border-left: 35px solid black;
	border-right: 3px black solid;
	padding-left: 10px;
	padding-bottom: 10px;*/
}

.section-separator {
	margin-top: 7rem;
	padding-top: 7rem;
	border-top: 2px solid var(--divider-colour);
}

#ContinueButton {
	/*margin-top: 3rem;*/
	/*height: 50px;
	line-height: 50px;
	color: var(--primary-text-colour);
	background-color: var(--primary-colour);*/
	width: 90%;
	margin: 3rem auto 8rem auto;
	/*color: white;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
	padding: 0 10px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;*/
	/*	font-size: 1.5rem;*/
	/*font-size: 2rem;*/
}

	#ContinueButton svg {
		height: 3rem;
		margin-left: 5px;
		/*width: 24px;*/

/*		top: 6px;
		position: relative;*/
	}

#continueButton {
	position: absolute;
	right: 30px;
	bottom: 15px;
}

	#ContinueButton.clicked {
		background-color: var(--hover-colour);
		pointer-events: none;
		cursor: none;
	}

#equipmentChecklist {
	width: 100%;
	align-items: start;
}

#equipmentChecklist .fieldValue{
	position: relative;
	top: 2px;
}

.other-requirements-container {
	/*height: 90px;*/
}

#UltraLowNoxDiv {
	height: 24px;
	width: 375px;
	margin-top: 0.5px;
}

#LowNoxDiv {
	height: 24px;
	width: 375px;
	margin-top: 4.5px;
}

#ctl00_ctl00_mainContentPlaceholder_UltraLowNoxLbl {
	float: none;
}

#ctl00_ctl00_mainContentPlaceholder_LowNoxLbl {
	float: none;
}

#showCountrySpecificCheckList {
	height: 30px;
}

#showCountrySpecificCheckBoxList {
	height: 30px;
}



	.load-summary {
		background-color: var(--alternate-background-colour);
		margin: 0px auto;
		padding: 2rem;
		margin-top: 10rem;
	}

	.load-summary h3 {
		margin: 0 0 2rem 0;
		text-align: center;
	}

.load-summary-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.output-line-item {
	/*width: 50%;*/
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 3rem;
	margin-left: 3rem;
	margin-right: 3rem;
	
}

	.output-line-item .fieldValue {
		font-size: 2rem;
		padding-top: 0.5rem;
	}

/*#tempRiseField
{
	position: absolute;
	top: 32px;
	left: 300px;
}*/
#UpdateCalcs {
	position: absolute;
	right: 10px;
	bottom: 140px;
	background-color: White;
	border: gray;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
}



.continue-container {
	text-align: center;
	vertical-align: middle;
	font-size: 2.5rem;
	font-weight: bold;
	height: 100%;
}

.dishwasherModalPopup {
	border: black solid 1px;
	background-color: White;
	width: 475px;
}

.modalPopupBackground {
	background-color: Gray;
	opacity: .9;
	filter: alpha(opacity=90);
	/* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; */
}

.dishwasherModalPopup h4 {
	display: block;
	background-color: #B7D59F;
	border: black solid 1px;
	border-width: 0px 0px 1px 0px;
	padding: 2px 5px;
	margin: 0px;
}

.dishwasherModalPopup .dishwasherModalBody {
	padding: 10px;
	position: relative;
}

.dishwasherModalPopup select {
	width: 275px;
}

.dishwasherModalPopup a {
	display: block;
	float: left;
	padding: 0px 5px 10px 5px;
}

.newTankCapacity {
	display: none;
}

.washerContainer {
	position: relative;
}

	.washerContainer .equipmentListLink1, .washerContainer .equipmentListLink2 {
		position: absolute;
		font-size: 0.85em;
	}

	.washerContainer .equipmentListLink1 {
		right: 4px;
		top: 7.5rem;
	}

	.washerContainer .equipmentListLink2 {
		right: 4px;
		top: 53rem;
	}

.locationToggle {
	/*font-size: 7pt;*/
	margin: 0.5rem 0px 0px 0px;
	text-align: center;
	display: block;
	margin-bottom: -3em;
}

.externalLinkRedirectAlertContainer {
	display: none;
	width: 200px;
	padding: 5px;
	/*background-color: #FFFFD4;*/
	position: relative;	
	border: black solid 1px;
	z-index: 10;
}

	.externalLinkRedirectAlertContainer h4 {
		margin: 0px;
	}

	.externalLinkRedirectAlertContainer p {
	}

	.externalLinkRedirectAlertContainer a {
		padding: 5px;
		display: block;
	}

#ctl00_ctl00_mainContentPlaceholder_countryFlagCanada {
	position: relative;
	left: -25px;
	top: 7px;
	display: inline-block;
}

/*.canadaImageGray
{
	width: 16px;
	height: 11px;
	background: url('../images/canadasmall.jpg') no-repeat 0px 0px;
}

.canadaImageColor
{
	width: 16px;
	height: 11px;
	background: url('../Images/canadasmall.jpg') no-repeat 0px -11px;
}*/

.FoodServiceCheckBoxContainer {
	line-height: 12px;
	display: block;
	margin: 10px 0px;
}

.foodSeparator {
	margin: 15px 0px;
}

.moreInfoContainer {
	/*width: 100vw;*/
	height: calc(100vh - var(--body-offset-top) + 2px);
	z-index: 10;
	position: fixed;
	left: 0;
	top: calc(var(--body-offset-top) - 13px);
	background-color: #FFFFD4;
	/*font-size: 7pt;*/
	padding: 5px;
	/*text-align: justify;*/
	border: 1px solid black;
}

	.moreInfoContainer h5 {
		display: inline-block;
		margin: 10px;
	}

	.moreInfoContainer button {
		background-color: transparent;
		border: none;
		cursor: pointer;
		float: right;
		position: relative;
		top: -5px;
		right: 3px;
		color:black;
	}

	.moreInfoContainer table td {
		padding: 5px;
	}

	.moreInfoContainer table thead th {
		font-style: italic;
		padding: 3px;
	}

.debugContainer {
	border: 1px dotted gray;
	background-color: #FFFFCC;
	color: gray;
	padding: 2px;
	margin-right: 10px;
	margin-top: 2rem;
	width: 100%;
}

	.debugContainer .debugInformationHeader {
		font-size: .8em;
		font-weight: bold;
		display: block;
	}

	.debugContainer .debugInformationDetails {
		font-size: .7em;
		display: block;
		margin-bottom: 5px;
	}

	.debugContainer .fieldLineItem {
		line-height: 17px;
	}

		.debugContainer .fieldLineItem .fieldName {
			width: 300px;
		}

.OffsetCheckRadioLists label {
	/*margin-left: -1rem;*/
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 0.8em;
}

@media only screen and (min-width: 1250px) {

	/*	.fieldLineItem {
		flex-direction: row;
		align-items: start;
		align-items: center;
	}*/

	.fieldName + .toggle-switch {
		margin-top: 0.6rem;
	}

	.moreInfoContainer {
		max-width: 50%;
		position: absolute;
		top: unset;
		left: unset;
		height: unset;
	}

	.locationToggle {
		/*font-size: 7pt;*/
		margin: 0.5rem 0px 0px 0px;
		text-align: right;
	}
}

.OffsetCheckRadioLists {
	/*margin-left: -28px;*/
	margin-bottom: 1.5rem;
}

	.OffsetCheckRadioLists label {
		/*margin-left: -1rem;*/
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: unset;
	}

	.OffsetCheckRadioLists td {
		height: 4rem;
	}

/* Customize the label (the container) */
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox */
	.container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Hide the default radio button */
input[type="radio"] {
	display: none;
}

/* Create a custom radio button */
.custom-radio {
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	margin-right: 1rem;
	min-width: 24px;
}

	/* Create the inner circle for the selected state */
	.custom-radio::after {
		content: ' ';
		width: 14px;
		height: 14px;
		background-color: #007BFF;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: opacity 0.2s;
	}

/* Show the inner circle when the radio button is checked */
input[type="radio"]:checked + label .custom-radio {
	background-color: var(--primary-colour);
	border-color: var(--primary-colour);
}
input[type="radio"]:checked + label .custom-radio::after {
	opacity: 1;
	background-color: white;
}
