#page-header {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 0 10px 0;
	background-color: #fff;
	z-index: 99999;
}

#page-header-logo {
	max-width: 100%;
}

#page-header-phone {
	color: #000;
	font-size: 18px;
	float:right;
}

#page-main {
	margin-top: 48px;
	padding-top: 20px;
}

#page-header-extra {
	background-color: #344557;
	color: #fff;
	position: relative;
	padding: 10px 0;
	margin-top: 8px
}


@media (max-width: 575.98px) {
	#page-header {
		max-width: 540px;
		position: unset;
	}

	#page-header-logo {
		padding: 0 16px 0 16px;
	}

	#page-header-phone {
		float: unset;
		padding: 10px 16px 0 16px;
		text-align: center;
		width: 100%;
		display: block;
	}

	#page-main {
		margin-top: 0;
	}

	section.control-sec {
		padding: 40px 0 20px
	}
}

@media (min-width: 576px) {
	#page-header {
		max-width: 540px;
		position: unset;
	}

	#page-main {
		margin-top: 0;
	}

	section.control-sec {
		padding: 40px 0 0;
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
	#page-header {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	#page-header {
		max-width: 960px
	}

	section.control-sec {
		padding: 40px 0 0;
		margin-bottom: 40px;
	}}

@media (min-width: 1200px) {
	#page-header {
		max-width: 1140px
	}
}


#modal-wait .modal-dialog{
	display: table;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 24px);
}

#modal-wait .modal-dialog .modal-content{
	background-color: transparent;
	border: none;
}

#quote {
	text-align: center;
}

.quote-page {
	margin: 80px 0;
}

#quote-page-installation {
	margin: 0 0;
}

#quote-page-controls-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
}

#quote-page-controls-container > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.checkout-block-img {
	height: 100%;
}

#quote-installation-left {
	padding: 30px;
	text-align: left;
}

#quote-installation-right {
	padding: 40px 30px 30px 30px;
	background-color: #f2f2f2;
}

#quote-installation-calendar table {
	width: 100%;
	max-width: 800px;
}

#quote-installation-calendar table thead {
	text-align: center;
}

#quote-installation-calendar table tbody tr td {
	height: 100px;
	border: 1px solid rgb(225, 225, 225);
	width: 14.2%;
	vertical-align: top;
	overflow: hidden;
}

#quote-installation-calendar table tbody tr td.past {
	background-color: #eeeeee;
}

#quote-installation-calendar table tbody tr td.available {
	background-color: #baffa7;
	cursor: pointer;
}

#quote-installation-calendar table tbody tr td.selected {
	background-color: #7afc56 !important;
	border: 2px solid #132042;
	border-radius: 5px;
}

#quote-installation-calendar table tbody tr td.different-month.available {
	background-color: #f7fcf5;
}

#quote-installation-calendar table tbody tr td.unavailable {
	background-color: #ffeeee;
}

#quote-installation-calendar table tbody tr td.available:hover {
	background-color: #7afc56;
}

#quote-installation-calendar table tbody tr td span {
	color: #132042;
	opacity: 0.5;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#quote-installation-calendar table tbody tr td.different-month span {
	opacity: 0.1;
}

#quote-installation-calendar table tbody tr td span.date {
	float: right;
	margin: 6px 6px 0 0;
	font-size: 20px;
	cursor: pointer;
}

#quote-installation-calendar table tbody tr td span.availability {
	position: relative;
	top: 70px;
	left: 10px;
	font-size: 12px;
	cursor: pointer;
}

#quote-installation-payment-terms-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.StripeElement {
	box-sizing: border-box;

	height: 40px;

	padding: 10px 12px;

	border: 1px solid transparent;
	border-radius: 4px;
	background-color: white;

	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}



#quote-confirmation-box {
	border: 2px solid #ccc; margin: 20px 0 0 0; padding: 20px;
}

#quote-confirmation-col-left {
	border-right: 2px solid #ccc;
}

#quote-confirmation-table {
	width: 100%;
}

#quote-confirmation-table tbody tr td:first-child {
	width: 70%;
}

#quote-confirmation-table tbody tr td:last-child {
	width: 30%;
	text-align: right;
}

#quote-confirmation-table td,th {
	padding: 10px 4px;
}

#quote-confirmation-table tfoot tr {
	border-top: 1px solid #ccc;
}

#quote-confirmation-table tfoot tr th:last-child {
	text-align: right;
}

#accordion {
	padding: 0 !important;
	margin: 10px 0 0 0 !important;
	width: 100%;
}

@media (max-width: 991px) {
	#quote-installation-left {
		padding: 0;
	}


	.availability {
		display: none;
	}
}



#photos-progress {
	margin-left: 20px;
	height: 44px;
}


@media (max-width: 767px) {
	#photos-progress {
		height: 84px;
	}
}


#photos-progress .fa-circle {
	color: #3599a5;
}

#photos-progress span.heading {
	margin-left: 10px;
	font-size: 22px;
}

#photos-progress span.upload-progress {
	float: right;
	font-size: 22px;
	margin-right: 10px;
}

#photos-progress .upload-count {
	width: 32px;
	height: 32px;
	background-color: #3599a5;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
}


#photos-progress-count {
	background-color: #c82333 !important;
}




#photos-progress-closed div.heading {
	margin-left: 20px;
	height: 36px;
	font-size: 22px;
	display: inline-block;
	position: absolute;
	top: 12px;
}



#photos-progress .checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #3599a5;
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

#photos-progress .checkmark {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	box-shadow: inset 0px 0px 0px #3599a5;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

#photos-progress .checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes scale {
	0%, 100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 30px #3599a5;
	}
}



a.btn-restart:hover {
	text-decoration: none;
	color: #ec346b;
}
.container.pd-control .btn-restart {
	top: auto
}
.btn-restart {
	background: #fff;
	border: 2px solid #eaeae8;
	border-left: 0;
	color: #ec346b;
	height: 72px;
	position: fixed;
	line-height: 40px;
	padding: 36px 20px;
	left: 0;
	top: 90%;
	transform: translateY(-50%);
	transition: all .25s ease;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center
}

.btn-restart i {
	font-size: 24px;
	margin-right: 10px;
}

@media (max-width: 991px) {
	.container.pd-control .btn-restart {
		top: auto
	}
}

@media (max-width: 767px) {
	.btn-restart {
		display: block;
		border: none
	}

	.container.pd-control .btn-restart {
		top: auto !important
	}

	.top-content.more-details, a.btn-restart {
		box-shadow: 0 0 20px rgba(246, 245, 243, .15);
		background: transparent;
		position: fixed;
		z-index: 3;
		bottom: 0;
		right: 0;
		left: 220px;
		height: 72px;
		top: auto;
		transform: none !important;
		padding: 20px 10px;
		display: flex;
		justify-content: flex-end;
		align-items: center
	}

	.quote-page {
		margin: 0;
	}

	a.restart-only {
		left: 0;
		background: #f6f5f3 !important;
		justify-content: flex-start;
		height: 44px;
	}
}

.example-photo {
	max-width: 100%;
	max-height: 600px;
}


@media (max-width: 767px) {
	.example-photo {
		max-width: 100%;
		max-height: 300px;
	}
}

.collapsing {
	-webkit-transition: none;
	transition: none;
	display: none;
}

.boil-container.recommended {
	border: 2px solid #fa9b0c !important;
	box-shadow: 0 0 8px 0 rgb(255, 232, 162);
}
.boil-container-label {
	position: absolute;
	top: -32px;
	left: -2px;
	text-align: left;
	height: 32px;
	border: 1px solid #fa9b0c;
	background-color: #fa9b0c;
	color: #fff;
	font-size: 14px;
	padding: 4px 16px 4px 16px;
}

.boil-content h4 {
	font-size: 16px;
	font-weight: 700;
}

#quote-page-boilers-list {
	margin-top: 16px;
}
