/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/baseline-tenant/clientlibs/v2/form/formcontainer/css/formcontainer.less
Error: FileError: 'colors.less' wasn't found in /apps/baseline-tenant/clientlibs/v2/form/formcontainer/css/formcontainer.less on line 2, column 1:
1 
2 @import "../../../../../../clientlibs/clientlib-general/css/colors.less";
3 @import "../../../../../../clientlibs/clientlib-general/css/variables.less";


(uncompiled LESS src is included below)
*****************************************************/

@import "../../../../../../clientlibs/clientlib-general/css/colors.less";
@import "../../../../../../clientlibs/clientlib-general/css/variables.less";

.validation-message {
	display: none;
}
.base-adaptive {
	background: @color-grey-fill;
	padding: 20px 0px 10px 0px;
	.container {
		width: 61% !important;
	}
	.joule-form-heading {
		height: auto;
		width: 1000px;
		color: @color-darkest-grey;
		font-family: "Solstice Sans";
		font-size: 50px;
		font-weight: 300;
		line-height: normal;
		margin-left: -3px;
	}
	h2 {
		height: auto;
		width: 1000px;
		color: @color-darkest-grey;
		font-family: "Solstice Sans";
		font-size: 28px !important;
		font-weight: 300;
		line-height: auto;
	}
	h3 {
		height: auto;
		width: 1000px;
		color: @color-darkest-grey;
		font-family: "Solstice Sans";
		font-size: 28px !important;
		font-weight: 300;
		line-height: auto;
	}
	p {
		height: auto;
		color: @color-darkest-grey;
		font-family: "Solstice Sans";
		font-size: 15px;
		font-weight: 300;
		line-height: 29px;
		margin-top: 29px;
		padding-left: 2px;
	}
}
.validation-failed {
	.validation-message {
		display: block;
		border: 2px solid;
		padding-left: 0;
		padding-right: 0;
		border-color: darkorange;
		margin-bottom: 15px;
		.mvp-icon-alert-warning {
			&:before {
				background-color: darkorange;
				color: @color-white;
				font-size: 32px;
				padding: 11px;
				line-height: 1.1;
			}
		}
		.text-msg {
			display: inline-block;
			padding-left: 5px;
		}
	}
}
@media (max-width: 767px) {
	.base-adaptive {
		.container {
			width: 100% !important;
		}
		.joule-form-heading {
			height: auto;
			line-height: normal;
			width: 100%;
			font-size: 24px;
		}
		h2 {
			font-size: 15px !important;
			height: auto;
			line-height: normal;
			width: 100%;
		}
		h3 {
			font-size: 15px !important;
			height: auto;
			line-height: normal;
			width: 100%;
		}
		p {
			font-size: 14px;
			margin-top: 6px;
			line-height: 19px;
			height: auto;
			width: 100%;
		}
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.base-adaptive {
		.container {
			width: 100% !important;
		}
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.base-adaptive {
		.joule-form-heading {
			height: auto;
			line-height: normal;
			width: 100%;
		}
		h2 {
			height: auto;
			line-height: normal;
			width: 100%;
		}
		h3 {
			height: auto;
			line-height: normal;
			width: 100%;
		}
		p {
			height: auto;
			width: 100%;
		}
	}
}

.aemformcontainer {
  font-family: Arial;
  line-height: 1.42857143;
}
.aemformcontainer label {
  color: #666666;
  line-height: 1.42857143;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 2px;
}
.aemformcontainer input {
  border-radius: 0.25rem;
  border: 1px solid #cccccc;
  height: 2.5rem;
  color: #555555;
  font-size: 0.875rem;
  padding: 0.625rem;
  background: #ffffff;
}
.aemformcontainer select {
  border-radius: 0.25rem;
  border: 1px solid #cccccc;
  height: 2.5rem;
  color: #555555;
  font-size: 0.875rem;
  padding: 0.625rem;
  background: #ffffff;
}
.aemformcontainer textarea {
  border-radius: 0.25rem;
  border: 1px solid #cccccc;
  height: 2.5rem;
  color: #555555;
  font-size: 0.875rem;
  padding: 0.625rem;
  background: #ffffff;
}
.aemformcontainer button.moveNext .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Chevron-Right-White.svg) center center / auto 1.3rem no-repeat;
}
.aemformcontainer button.moveNext:not(.af-icon-button) {
  color: #ffffff;
  background: #1792e5;
}
.aemformcontainer button.moveNext:not(.af-icon-button):hover {
  background: #1792e5;
  border-color: #1792e5;
}
.aemformcontainer button.moveNext:not(.af-icon-button):active {
  background: #1792e5;
  border-color: #1792e5;
}
.aemformcontainer button.movePrev .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Chevron-Left-Hover.svg) center center / auto 1.3rem no-repeat;
}
.aemformcontainer button.movePrev:not(.af-icon-button):hover .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Chevron-Left-White.svg) center center / auto 1.3rem no-repeat;
}
.aemformcontainer button.movePrev:not(.af-icon-button):active .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Chevron-Left-White.svg) center center / auto 1.3rem no-repeat;
}
.aemformcontainer button.reset .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Reset.svg) center center / auto 1.2rem no-repeat;
}
.aemformcontainer button.reset:not(.af-icon-button):focus .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Reset-Hover.svg) center center / auto 1.2rem no-repeat;
}
.aemformcontainer button.reset:not(.af-icon-button):hover .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Reset-Hover.svg) center center / auto 1.2rem no-repeat, #666666;
}
.aemformcontainer button.reset:not(.af-icon-button):active .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Reset-Hover.svg) center center / auto 1.2rem no-repeat, #555555;
  border-color: #555555;
}
.aemformcontainer button .iconButton-icon {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  background: url(industrial-adaptive-form-theme/assets/Save.svg) center center / auto 1.2rem no-repeat;
}
.aemformcontainer button:not(.af-icon-button) {
  margin: 0;
  padding: 0.625rem 1rem;
  font-size: 14px;
  border-radius: 1.5rem;
  line-height: normal;
  background: rgba(255, 255, 255, 0);
  color: #666666;
  border: 2px solid #666666;
  cursor: pointer;
}
.aemformcontainer button:not(.af-icon-button):focus {
  background: #666666;
  color: #ffffff;
}
.aemformcontainer button:not(.af-icon-button):hover {
  background: #666666;
  color: #ffffff;
}
.aemformcontainer button:not(.af-icon-button):active {
  color: #ffffff;
  background: #555555;
  border-color: #555555;
}
.aemformcontainer button.submit .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Submit-Hover.svg) center center / auto 1.3rem no-repeat;
}
.aemformcontainer button.submit:not(.af-icon-button) {
  background: #666666;
  border-color: #666666;
  color: #ffffff;
}
.aemformcontainer button.submit:not(.af-icon-button):hover {
  background: #555555;
  border-color: #555555;
}
.aemformcontainer button.submit:not(.af-icon-button):hover .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Submit-Hover.svg) center center / auto 1.3rem no-repeat, #555555;
  border-color: #555555;
}
.aemformcontainer button.submit:not(.af-icon-button):active {
  background: #555555;
  border-color: #555555;
}
.aemformcontainer button.submit:not(.af-icon-button):active .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Submit-Hover.svg) center center / auto 1.3rem no-repeat, #555555;
  border-color: #555555;
}
.aemformcontainer button.submit:not(.af-icon-button):focus .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Submit-Hover.svg) center center / auto 1.3rem no-repeat, #666666;
}
.aemformcontainer button.save .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Save.svg) center center / auto 1.3rem no-repeat;
}
.aemformcontainer button.save:not(.af-icon-button):focus .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Save-Hover.svg) center center / auto 1.3rem no-repeat;
}
.aemformcontainer button.save:not(.af-icon-button):hover .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Save-Hover.svg) center center / auto 1.3rem no-repeat, #666666;
}
.aemformcontainer button.save:not(.af-icon-button):active .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/Save-Hover.svg) center center / auto 1.3rem no-repeat, #555555;
}
.aemformcontainer button.fileattachmentlisting .iconButton-icon {
  background: url(industrial-adaptive-form-theme/assets/fileattachmentlisting-ip.png) center top / contain no-repeat;
}
.aemformcontainer hr {
  opacity: 1;
  border: solid rgba(0, 0, 0, 0.15);
  margin: 0.5rem 0.75rem;
}
.aemformcontainer input[type='button'] {
  margin: 0;
  padding: 0.625rem 1rem;
  font-size: 14px;
  border-radius: 1.5rem;
  line-height: normal;
  background: rgba(255, 255, 255, 0);
  color: #666666;
  border: 2px solid #666666;
  cursor: pointer;
}
.aemformcontainer [data-disabled='true'] button:not(.af-icon-button) {
  background: #bebebe;
  color: #e6e6e6;
}
.aemformcontainer .guideChart {
  height: 100%;
  width: inherit;
  max-width: 100%;
  max-height: 100%;
}
.aemformcontainer .guideFieldNode.validation-failure:not(.guideButton):not(.guideTextDraw):not(.guideChart) {
  border: 0 solid #eb3c36;
  border-left-width: 4px;
  background: rgba(235, 60, 54, 0.05);
}
.aemformcontainer .guideFieldNode:not(.guideButton):not(.guideTextDraw):not(.guideChart) {
  margin-top: 0.25rem;
  padding-right: 0.75rem;
  border: 0 solid rgba(255, 255, 255, 0);
  border-left-width: 0.25rem;
  padding-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.aemformcontainer .guideFieldNode.validation-success:not(.guideButton):not(.guideTextDraw):not(.guideChart) {
  border: 0 solid #23b482;
  border-left-width: 4px;
}
.aemformcontainer .guideFieldDescription.long {
  margin: 0.25rem 0;
  clear: both;
  border-radius: 4px;
  display: none;
  font-size: 0.875rem;
  color: #666666;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.125rem 1rem;
  border-left-color: #007fa2;
  transition: all 2s;
}
.aemformcontainer .guideFieldDescription.short {
  font-size: 0.875rem;
  color: #969696;
}
.aemformcontainer .guideFieldLabel {
  width: auto;
  display: block;
}
.aemformcontainer .afTermsAndConditions {
  border-radius: 0.25rem;
  border: 1px solid #cccccc;
  height: 2.5rem;
  color: #555555;
  font-size: 0.875rem;
  padding: 0.625rem;
  background: #ffffff;
}
.aemformcontainer .afTermsAndConditions .guide-modal-header {
  background: #afb0b5;
  min-height: 16.42857143px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 15px;
  border: 0 solid #e5e5e5;
  border-bottom-width: 1px;
}
.aemformcontainer .guideFieldWidget.guideNumericStepper {
  width: 40%;
  min-width: 200px;
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 0.25rem;
}
.aemformcontainer .guideFieldWidget.guideNumericStepper input[type='text'].ui-spinner-input {
  width: calc(95%);
  border-width: 0;
  text-align: center;
}
.aemformcontainer .guideFieldWidget.guideNumericStepper a.ui-spinner-button.ui-spinner-down {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  float: left;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background: url(industrial-adaptive-form-theme/assets/Minus.svg) center center / 0.75rem 0.75rem no-repeat;
  cursor: pointer;
}
.aemformcontainer .guideFieldWidget.guideNumericStepper a.ui-spinner-button.ui-spinner-down:focus {
  background: url(industrial-adaptive-form-theme/assets/Minus_Hover.svg) center center / 0.75rem 0.75rem no-repeat;
}
.aemformcontainer .guideFieldWidget.guideNumericStepper a.ui-spinner-button.ui-spinner-down:hover {
  background: url(industrial-adaptive-form-theme/assets/Minus_Hover.svg) center center / 0.75rem 0.75rem no-repeat;
}
.aemformcontainer .guideFieldWidget.guideNumericStepper a.ui-spinner-button.ui-spinner-up {
  width: 2.5rem;
  height: 2.5rem;
  float: right;
  display: inline-block;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background: url(industrial-adaptive-form-theme/assets/Plus.svg) center center / 0.75rem 0.75rem no-repeat;
  cursor: pointer;
}
.aemformcontainer .guideFieldWidget.guideNumericStepper a.ui-spinner-button.ui-spinner-up:focus {
  background: url(industrial-adaptive-form-theme/assets/Plus_Hover.svg) center center / 0.75rem 0.75rem no-repeat;
}
.aemformcontainer .guideFieldWidget.guideNumericStepper a.ui-spinner-button.ui-spinner-up:hover {
  background: url(industrial-adaptive-form-theme/assets/Plus_Hover.svg) center center / 0.75rem 0.75rem no-repeat;
}
.aemformcontainer .guideFieldWidget.afTermsAndConditions {
  border-width: 0;
}
.aemformcontainer .guideFieldWidget.dropDownList {
  width: 100%;
}
.aemformcontainer .guideFieldWidget.guideDateInputWidget input[type='text'].comb-form-group-month {
  text-transform: uppercase;
  width: 3.625rem;
  padding: auto;
  text-align: center;
}
.aemformcontainer .guideFieldWidget.guideDateInputWidget input[type='text'].comb-form-group-day {
  width: 3.625rem;
  text-align: center;
  padding: auto;
}
.aemformcontainer .guideFieldWidget.guideDateInputWidget input[type='text'].comb-form-group-year {
  width: 4rem;
  text-align: center;
}
.aemformcontainer .guideFieldWidget.guideDateInputWidget .comb-datefield label {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0.5rem 0 0.125rem;
  color: #888888;
}
.aemformcontainer .guideFieldWidget:not(.guideFieldButtonWidget):not(.XfaCheckBox):not(.select-custom) {
  width: 100%;
  display: block;
}
.aemformcontainer .guideFieldWidget.dateTimeEdit input {
  font-family: Arial;
}
.aemformcontainer .afCheckBoxItem input {
  cursor: pointer;
}
.aemformcontainer .afCheckBoxItem .guideWidgetLabel label {
  height: 24px;
  color: #707070;
  font-family: "Solstice Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-left: 0.2em;
  margin-right: 1.5rem;
  vertical-align: middle;
}
.aemformcontainer .XfaCheckBox.guideFieldWidget {
  display: inline-block;
}
.aemformcontainer .XfaCheckBox input[type='checkbox'] {
  float: none;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  cursor: pointer;
}
.aemformcontainer .XfaCheckBox input[type='radio'] {
  float: none;
  border-radius: 15px;
  width: auto;
  padding: 0;
  height: auto;
  cursor: pointer;
}
.aemformcontainer .afRadioButtonItem {
  cursor: pointer;
}
.aemformcontainer .afRadioButtonItem .guideWidgetLabel label {
  margin: 0 1.5rem 0 0.2rem;
  color: #888888;
  vertical-align: middle;
  cursor: pointer;
}
.aemformcontainer .navdb-form .afRadioButtonItem {
  cursor: pointer;
}
.aemformcontainer .navdb-form .afRadioButtonItem .guideWidgetLabel label {
  margin: 0 1.5rem 0 2.0rem;
  color: #888888;
  vertical-align: middle;
  cursor: pointer;
}
.aemformcontainer .afTncContentArea {
  background: #ffffff;
  overflow: auto;
  border: 1px solid #cccccc;
  margin-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #969696;
  max-height: 160px;
}
.aemformcontainer .afTncContentArea.guide-modal-body {
  margin: 20px;
}
.aemformcontainer .guideImageChoice .guideRadioButtonItem.imageCheckButtonChecked .guideWidgetLabel {
  background: url(industrial-adaptive-form-theme/assets/ImageChoiceSelectIcon.svg) center center no-repeat, rgba(23, 107, 230, 0.5);
}
.aemformcontainer .guideImageChoice .guideCheckBoxItem.imageCheckButtonChecked .guideWidgetLabel {
  background: url(industrial-adaptive-form-theme/assets/ImageChoiceSelectIcon.svg) center center no-repeat, rgba(23, 107, 230, 0.5);
}
.aemformcontainer .guideformtitle {
  font-size: 1.5rem;
  color: #666666;
  margin-bottom: 0.8125rem;
  padding: 0;
}
.aemformcontainer .guideTextDraw.guideformtitle {
  font-size: 1.5rem;
  color: #666666;
  margin-bottom: 0.8125rem;
  padding: 0;
}
.aemformcontainer .guideTextDraw.footerText {
  color: #969696;
  font-size: 0.75em;
}
.aemformcontainer .guideTextDraw.headerText {
  font-size: 1.125rem;
  color: #555555;
  vertical-align: top;
  height: 70px;
}
.aemformcontainer .guideHelpQuestionMark {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 1rem;
  height: 1rem;
  border-radius: 9px;
  background: url(industrial-adaptive-form-theme/assets/questionmark.svg) center center / cover no-repeat, #969696;
  cursor: pointer;
}
.aemformcontainer .guideHelpQuestionMark:hover {
  background: url(industrial-adaptive-form-theme/assets/questionmark.svg) left top / cover no-repeat, #777777;
}
.aemformcontainer .guidePanelDescription.long {
  background: rgba(0, 0, 0, 0.05);
  padding: 0.125rem 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.25rem;
  color: #666666;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.aemformcontainer .guidePanelDescription > .guideHelpQuestionMark {
  position: relative;
  left: 5px;
  top: 0;
}
.aemformcontainer .accordion-navigators .guideHeader > a {
  display: block;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 0.875rem;
  text-decoration: none;
  color: #969696;
  cursor: pointer;
  background: url(industrial-adaptive-form-theme/assets/Chevron-Right.svg) 0.5rem 50% / auto 1rem no-repeat, #f1f1f1;
  border: 2px solid #cccccc;
}
.aemformcontainer .accordion-navigators .guideHeader > a:hover {
  background: url(industrial-adaptive-form-theme/assets/Chevron-Right-Hover.svg) 0.5rem 50% / auto 1rem no-repeat, #f0f0f0;
  color: #666666;
}
.aemformcontainer .accordion-navigators .guideHeader .repeatableButtons button.Add {
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  background: url(industrial-adaptive-form-theme/assets/Accordion-Add-Default.svg) 50% 33.33333333% 1.2rem no-repeat;
}
.aemformcontainer .accordion-navigators .guideHeader .repeatableButtons button.Remove {
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  background: url(industrial-adaptive-form-theme/assets/Accordion-Delete-Default.svg) 50% 33.33333333% 1.2rem no-repeat;
}
.aemformcontainer .accordion-navigators .guideHeader .repeatableButtons button.Remove:hover {
  background: url(industrial-adaptive-form-theme/assets/Accordion-Delete-Hover.svg) 50% 33.33333333% 1.2rem no-repeat;
}
.aemformcontainer .accordion-navigators .guideHeader .repeatableButtons > button.Add:hover {
  background: url(industrial-adaptive-form-theme/assets/Accordion-Add-Hover.svg) 50% 33.33333333% 1.2rem no-repeat;
}
.aemformcontainer .accordion-navigators .active > .guideHeader > a {
  color: #666666;
  background: url(industrial-adaptive-form-theme/assets/Chevron-Active.svg) 0.5rem 50% / auto 1rem no-repeat, #f5f5f5;
  border: 2px solid #cccccc;
  border-bottom-width: 0;
}
.aemformcontainer .accordion-navigators .active > .guideHeader .repeatableButtons > button.Add {
  background: url(industrial-adaptive-form-theme/assets/Accordion-Add-Hover.svg) 50% 33.33333333% 1.2rem no-repeat;
}
.aemformcontainer .accordion-navigators .active > .guideHeader .repeatableButtons > button.Remove {
  background: url(industrial-adaptive-form-theme/assets/Accordion-Delete-Hover.svg) 50% 33.33333333% 1.2rem no-repeat;
}
.aemformcontainer .accordion-navigators .active .guideHeader > a:hover {
  color: #666666;
  background: url(industrial-adaptive-form-theme/assets/Chevron-Active.svg) 0.5rem 50% / auto 1rem no-repeat, #f5f5f5;
  border-left-width: 2px;
  border-bottom-width: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  border-style: solid;
  border-color: #cccccc;
}
.aemformcontainer .guideGridFluidLayout {
  color: #666666;
}
.aemformcontainer .guideTabbedPanelLayout {
  border: 0 solid #08b1cf;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  overflow: hidden;
  background: #f1f1f1;
  border: 1px solid #e6e6e6;
  border-right-width: 0;
  border-bottom-width: 0;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical > li.active > a.guideLeftNavIcon {
  color: #ffffff;
  background: url(industrial-adaptive-form-theme/assets/Tick.svg) 0.5rem 61.53846154% auto no-repeat, #888888;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical > li.active > a.guideLeftNavIcon:hover {
  color: #ffffff;
  background: url(industrial-adaptive-form-theme/assets/Tick.svg) 0.5rem 61.53846154% auto no-repeat, #888888;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical > li.active.stepped > a.guideLeftNavIcon {
  color: #ffffff;
  background: url(industrial-adaptive-form-theme/assets/Tick.svg) 0.5rem 61.53846154% auto no-repeat, #888888;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical > li > a.guideLeftNavIcon {
  color: #666666;
  width: calc(65%);
  margin: 0;
  display: block;
  padding: 1rem 0.25rem 1rem 2rem;
  text-decoration: none;
  border: 0 solid #e6e6e6;
  border-bottom-width: 1px;
  background: #f1f1f1;
  box-sizing: content-box;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical > li > a.guideLeftNavIcon:hover {
  color: #666666;
  background: url(industrial-adaptive-form-theme/assets/Tick_Hover.svg) 0.5rem 61.53846154% auto no-repeat, #e6e6e6;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical > li.stepped > a.guideLeftNavIcon:hover {
  color: #666666;
  background: url(industrial-adaptive-form-theme/assets/Tick_Hover.svg) 0.5rem 61.53846154% auto no-repeat, #e6e6e6;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical .tab-navigators-vertical {
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-width: 0;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical .tab-navigators-vertical > li.active > a.guideLeftNavIcon {
  background: url(industrial-adaptive-form-theme/assets/DoubleTick.svg) 0.5rem 61.53846154% auto no-repeat, #ffffff;
  color: #666666;
  border: 0 #969696;
  border-left-width: 4px;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical .tab-navigators-vertical > li.active > a.guideLeftNavIcon:hover {
  background: url(industrial-adaptive-form-theme/assets/DoubleTick.svg) 0.5rem 61.53846154% auto no-repeat, #ffffff;
  color: #666666;
  border: 0 #969696;
  border-left-width: 4px;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical .tab-navigators-vertical > li.active.stepped > a.guideLeftNavIcon {
  background: url(industrial-adaptive-form-theme/assets/DoubleTick.svg) 0.5rem 61.53846154% auto no-repeat, #ffffff;
  color: #666666;
  border: 0 #969696;
  border-left-width: 4px;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical .tab-navigators-vertical > li > a.guideLeftNavIcon {
  background: #ffffff;
  color: #666666;
  border-left-width: 4px;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-width: 0;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical .tab-navigators-vertical > li > a.guideLeftNavIcon:hover {
  color: #666666;
  background: url(industrial-adaptive-form-theme/assets/DoubleTick.svg) 0.5rem 61.53846154% auto no-repeat, #ffffff;
}
.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical .tab-navigators-vertical > li.stepped > a.guideLeftNavIcon:hover {
  color: #666666;
  background: url(industrial-adaptive-form-theme/assets/DoubleTick.svg) 0.5rem 61.53846154% auto no-repeat, #ffffff;
}
.aemformcontainer .afTabLeftPanel {
  padding: 1rem 3.5rem;
  background: #fafafa;
  border: 1px solid #e6e6e6;
}
.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators {
  margin-bottom: 0.5rem;
  overflow: hidden;
  border: 0 solid #e6e6e6;
  border-bottom-width: 1px;
  width: 100%;
  list-style: none;
}
.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators > li.stepped.active > a.guideTopNavIcon {
  color: #666666;
  border: 0 solid #666666;
  border-bottom-width: 2px;
}
.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators > li.stepped > a.guideTopNavIcon {
  color: #969696;
}
.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators > li > a.guideTopNavIcon {
  color: #969696;
  margin-right: 3rem;
  margin-left: 0;
  padding: 0.75rem 0;
  background: rgba(255, 255, 255, 0);
}
.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators > li > a.guideTopNavIcon:hover {
  color: #666666;
  background: rgba(255, 255, 255, 0);
  border: 0 solid rgba(150, 150, 150, 0.5);
  border-bottom-width: 2px;
}
.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators > li.active > a.guideTopNavIcon {
  color: #666666;
  border: 0 solid #666666;
  border-bottom-width: 2px;
}
.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators > li.active > a.guideTopNavIcon:hover {
  color: #666666;
  border: 0 solid #666666;
  border-bottom-width: 2px;
}
.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators-vertical .tab-navigators-vertical li.stepped.active > a.guideTopNavIcon {
  color: #666666;
  border: 0 solid #666666;
  border-bottom-width: 2px;
}
.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators-vertical .tab-navigators-vertical li.stepped > a.guideTopNavIcon {
  color: #969696;
}
.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators-vertical .tab-navigators-vertical li.active > a.guideTopNavIcon {
  color: #666666;
  border: 0 solid #666666;
  border-bottom-width: 2px;
}
.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators-vertical .tab-navigators-vertical li.active > a.guideTopNavIcon:hover {
  color: #666666;
  border: 0 solid #666666;
  border-bottom-width: 2px;
}
.aemformcontainer .wizard-navigators {
  padding: 0.5rem 0;
  list-style-type: none;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  cursor: default;
  text-transform: uppercase;
  counter-reset: item;
  margin: 0;
}
.aemformcontainer .wizard-navigators > li > a {
  display: inline-block;
  border: 0 solid #000000;
  position: relative;
  counter-increment: item;
  border-radius: 0 200px 200px 0;
  color: #969696;
  text-transform: capitalize;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aemformcontainer .wizard-navigators > li > a:hover {
  color: #969696;
  text-decoration: none;
}
.aemformcontainer .wizard-navigators > li > a:hover::before {
  color: #969696;
  border-color: #969696;
}
.aemformcontainer .wizard-navigators > li > a::before {
  content: counter(item);
  float: left;
  bottom: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.75rem;
  padding: auto;
  color: #cccccc;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.35rem;
  border: 2px solid #cccccc;
  margin-right: 10px;
}
.aemformcontainer .wizard-navigators > li .indicator {
  width: 0;
  height: 0;
  border-radius: 0;
  margin-top: -39px;
  z-index: 20;
  display: none;
  margin-left: 6px;
  border: 8px solid rgba(255, 255, 255, 0);
  border-bottom-color: #969696;
}
.aemformcontainer .wizard-navigators > li .progress {
  height: 3px;
  border-radius: 0;
  background: #cccccc;
  margin-top: 9px;
  display: block;
  margin-right: 3px;
  margin-bottom: 0;
  box-shadow: 50px 36px 75px 80px rgba(127, 127, 127, 0) inset;
}
.aemformcontainer .wizard-navigators > li:hover .progress {
  background: #969696;
}
.aemformcontainer .wizard-navigators > li.active > a {
  color: #666666;
}
.aemformcontainer .wizard-navigators > li.active > a:hover {
  color: #666666;
}
.aemformcontainer .wizard-navigators > li.active > a:hover::before {
  background-color: #666666;
  border-color: #666666;
  color: #ffffff;
  outline: 2px;
}
.aemformcontainer .wizard-navigators > li.active > a::before {
  background-color: #666666;
  border-color: #666666;
  color: #ffffff;
  outline: 2px;
}
.aemformcontainer .wizard-navigators > li.active .indicator {
  display: none;
  border-bottom-color: #0079c1;
}
.aemformcontainer .wizard-navigators > li.active:hover .indicator {
  display: none;
  border-bottom-color: #0079c1;
}
.aemformcontainer .wizard-navigators > li.active:hover .progress {
  background: #666666;
}
.aemformcontainer .wizard-navigators > li.active .progress {
  background: #666666;
}
.aemformcontainer .wizard-navigators > li.active.stepped > a {
  color: #666666;
}
.aemformcontainer .wizard-navigators > li.active.stepped > a::before {
  background-color: #666666;
  border-color: #666666;
  color: #ffffff;
  outline: 2px;
}
.aemformcontainer .wizard-navigators > li.active.stepped .indicator {
  display: none;
  border-bottom-color: #0079c1;
}
.aemformcontainer .wizard-navigators > li.active.stepped .progress {
  background: #666666;
}
.aemformcontainer .wizard-navigators > li.stepped > a {
  color: #969696;
}
.aemformcontainer .wizard-navigators > li.stepped > a::before {
  content: "";
  background: url(industrial-adaptive-form-theme/assets/Tick.svg) center center / 0.75rem 0.75rem no-repeat, #969696;
  border-color: rgba(0, 0, 0, 0);
}
.aemformcontainer .wizard-navigators > li.stepped .indicator {
  display: none;
  border-bottom-color: #02874e;
}
.aemformcontainer .wizard-navigators > li.stepped .progress {
  background: #969696;
}
.aemformcontainer .wizard-nav-arrow.wizard-nav-next {
  height: 2.5rem;
  margin-top: 4.25rem;
  float: right;
  width: 2.5rem;
  margin-right: 1rem;
  position: absolute;
  border: 2px solid #969696;
  border-radius: 1.5rem;
  background: url(industrial-adaptive-form-theme/assets/Chevron-Right.svg) center center / 1rem 1rem no-repeat;
  right: 2%;
  cursor: pointer;
}
.aemformcontainer .wizard-nav-arrow.wizard-nav-next:hover {
  background: url(industrial-adaptive-form-theme/assets/Chevron-Right-White.svg) center center / 1rem 1rem no-repeat, #666666;
  border-color: #666666;
}
.aemformcontainer .wizard-nav-arrow.wizard-nav-prev {
  height: 2.5rem;
  margin-top: 4.25rem;
  float: right;
  right: 10%;
  width: 2.5rem;
  border: 2px solid #969696;
  border-radius: 1.5rem;
  position: absolute;
  margin-right: 0.5rem;
  background: url(industrial-adaptive-form-theme/assets/Chevron-Left.svg) center center / 1rem 1rem no-repeat;
  cursor: pointer;
}
.aemformcontainer .wizard-nav-arrow.wizard-nav-prev:hover {
  background: url(industrial-adaptive-form-theme/assets/Chevron-Left-White.svg) center center / 1rem 1rem no-repeat, #969696;
}
.aemformcontainer .guide-tab-scroller.guide-tab-scroller-next {
  cursor: pointer;
  height: 1.5rem;
  background: url(industrial-adaptive-form-theme/assets/Chevron-Right.svg) center center / 1rem 1rem no-repeat;
  margin-top: 0.5rem;
  display: block;
}
.aemformcontainer .guide-tab-scroller.guide-tab-scroller-next:hover {
  background: url(industrial-adaptive-form-theme/assets/Chevron-Right-Hover.svg) center center / 1rem 1rem no-repeat;
}
.aemformcontainer .guide-tab-scroller.guide-tab-scroller-previous {
  cursor: pointer;
  height: 1.5rem;
  background: url(industrial-adaptive-form-theme/assets/Chevron-Left.svg) center center / 1rem 1rem no-repeat;
  display: block;
  margin-top: 0.5rem;
  visibility: none;
}
.aemformcontainer .guide-tab-scroller.guide-tab-scroller-previous:hover {
  background: url(industrial-adaptive-form-theme/assets/Chevron-Left-Hover.svg) center center / 1rem 1rem no-repeat;
}
.aemformcontainer .guideTableRuntimeAddControl {
  background: url(industrial-adaptive-form-theme/assets/Accordion-Add-Default.svg) center center / 1.2rem 1.2rem no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: 1rem;
  cursor: pointer;
}
.aemformcontainer .guideTableRuntimeAddControl:hover {
  background: url(industrial-adaptive-form-theme/assets/Accordion-Add-Hover.svg) center center / 1.2rem 1.2rem no-repeat;
}
.aemformcontainer .guideTableRuntimeEditControl {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(industrial-adaptive-form-theme/assets/Table-Edit-Default.svg) center center / 1.2rem 1.2rem no-repeat;
  margin: 1rem;
  cursor: pointer;
}
.aemformcontainer .guideTableRuntimeEditControl:hover {
  background: url(industrial-adaptive-form-theme/assets/Table-Edit-Hover.svg) center center / 1.2rem 1.2rem no-repeat;
}
.aemformcontainer .guideTableRuntimeDeleteControl {
  background: url(industrial-adaptive-form-theme/assets/Accordion-Delete-Default.svg) center center / 1.2rem 1.2rem no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin: 1rem;
  cursor: pointer;
}
.aemformcontainer .guideTableRuntimeDeleteControl:hover {
  background: url(industrial-adaptive-form-theme/assets/Accordion-Delete-Hover.svg) center center / 1.2rem 1.2rem no-repeat;
}
.aemformcontainer .guideToolbarNode {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 2.85rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.aemformcontainer .guideFieldError {
  padding-top: 0.25rem;
  color: #eb3c36;
  margin: 0;
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
}
.aemformcontainer .afToolbarButton {
  display: inline-block;
}
.aemformcontainer .afToolbarButton .guidebutton button:not(.af-icon-button) {
  margin-right: 0.5rem;
  margin-left: 0;
}
.aemformcontainer .guideTableNode table {
  border-style: hidden;
  margin-top: 0.25rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  max-width: calc(98.5%);
  margin-bottom: 0.75rem;
}
.aemformcontainer .guideTableNode table td {
  text-align: left;
}
.aemformcontainer .guideTableNode table td:nth-child(even) {
  border-style: hidden;
}
.aemformcontainer .guideTableNode table tbody:nth-of-type(even) tr {
  border-style: hidden;
  background: #f0f0f0;
}
.aemformcontainer .guideTableNode table tbody tr:nth-of-type(even) {
  border-style: hidden;
  background: #f0f0f0;
}
.aemformcontainer .guideTableNode table tbody:nth-of-type(odd) tr:nth-of-type(odd) {
  background: #ffffff;
}
.aemformcontainer .guideTableNode table .guideTableRowNode.guideTableHeader th {
  background: #666666;
  font-weight: bold;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-style: hidden;
  height: 3.875rem;
  color: #ffffff;
  text-align: left;
}
.aemformcontainer .guideTableNode table .guideTableRowNode.guideTableHeader:nth-child(even) {
  background: #333333;
}
.aemformcontainer .guideTableNode table .guideTableRowNode.guideTableHeader:nth-child(odd) {
  background: #333333;
}
.aemformcontainer .guideTableNode div.guidePanelDescription {
  color: #666666;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.aemformcontainer .guideAccordionLayout {
  border: 2px hidden #ffffff;
}
.aemformcontainer .guideContainer {
  border: 3px solid #cccccc;
}
.aemformcontainer .guideWizardLayout {
  padding-top: 0.5rem;
}
.aemformcontainer .afTabTopPanel {
  padding: 1rem 3rem 1rem 5.3rem;
}
.aemformcontainer .guide-tnc-checkbox {
  margin-top: 0;
}
.aemformcontainer .guide-tnc-checkbox .guideWidgetLabel label {
  font-size: 0.875rem;
  color: #888888;
  cursor: pointer;
}
.aemformcontainer .afAccordionPanel {
  padding: 1rem 3.5rem;
  border: 2px solid #cccccc;
  border-top-width: 0;
  background: #f5f5f5;
}
.aemformcontainer .afFooter {
  width: 100%;
  text-align: center;
  background: #e6e6e6;
  margin-top: 4rem;
  padding-top: 0.5em;
  padding-bottom: 0.5rem;
  box-sizing: content-box;
}
.aemformcontainer .afHeader {
  color: #969696;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
  vertical-align: text-top;
  background: #f5f5f5;
  margin-bottom: 1rem;
  border: 0 solid #e6e6e6;
  border-bottom-width: 1px;
}
.aemformcontainer .guideImage img {
  height: auto;
  max-height: 100%;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  margin-top: 1rem;
  width: inherit;
  max-width: calc(98.5%);
}
.aemformcontainer .guideScribble img {
  border-radius: 0.25rem;
  border: 1px solid #cccccc;
  height: 2.5rem;
  color: #555555;
  font-size: 0.875rem;
  padding: 0.625rem;
  background: #ffffff;
}
.aemformcontainer .guideCheckBoxGroupItems:not(.guideImageChoice):not(.guideSwitch) {
  width: 100%;
  display: block;
}
.aemformcontainer .guideCheckBoxItem .guideWidgetLabel {
  display: inline;
}
.aemformcontainer .guideRadioButtonGroupItems:not(.guideImageChoice):not(.guideSwitch) {
  display: block;
  width: 100%;
}
.aemformcontainer .guideRadioButtonItem .guideWidgetLabel {
  display: inline;
  float: none;
}
.aemformcontainer .multiline.textField textArea {
  height: 80px;
}
.aemformcontainer .guideSwitch .ui-switchbutton-default {
  height: 24px;
  margin-top: 5px;
  padding-bottom: 0;
  padding-top: 0;
  border-radius: 12px;
  border: 1px solid #cccccc;
}
.aemformcontainer .guideSwitch .ui-switchbutton-default .ui-switchbutton-handle {
  background: linear-gradient(180deg, #d7d7d7, #fcfcfc);
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  border-radius: 12px;
  margin: 0;
  border: 1px solid #a2a2a2;
}
.aemformcontainer .guideSwitch .ui-switchbutton-default label.ui-switchbutton-enabled {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  height: 20px;
  padding-top: 4px;
  display: block;
  margin-bottom: 5px;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  color: #ffffff;
  background: #54b46b;
}
.aemformcontainer .guideSwitch .ui-switchbutton-default label.ui-switchbutton-disabled {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  height: 20px;
  padding-top: 4px;
  padding-right: 0;
  display: block;
  margin-bottom: 5px;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  color: #7c7c7c;
  background: #e6e6e6;
}
.aemformcontainer .guideSwitch .ui-switchbutton-default.ui-state-active {
  background: rgba(0, 0, 0, 0);
  font-weight: normal;
}
.aemformcontainer .guide-tnc-checkboxwidget input[type='checkbox'] {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 1rem;
}
.aemformcontainer .dropDownList select {
  height: 2.5rem;
  border: 1px solid #cccccc;
  padding: 0.625rem;
  border-radius: 0.25rem;
  background: url(industrial-adaptive-form-theme/assets/Chevron-Down-Default.svg) calc(99.5%) 50% / auto 1rem no-repeat, rgba(255, 255, 255, 0.5);
  appearance: none;
}
.aemformcontainer .dropDownList select:hover {
  background: url(industrial-adaptive-form-theme/assets/Chevron-Down-Active.svg) calc(99.5%) 50% / auto 1rem no-repeat, rgba(255, 255, 255, 0.8);
}
.aemformcontainer .guideGridFluidDescription.guidePanelDescription {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  color: #666666;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.aemformcontainer .guideContainerWrapperNode .tooltip.bottom .tooltip-inner {
  background: rgba(0, 0, 0, 0.7);
  max-width: 350px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  width: auto;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.aemformcontainer .guideContainerWrapperNode .tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.aemformcontainer .guideAccordionDescription.guidePanelDescription {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  color: #666666;
}
.aemformcontainer .guideimage .logoImage img {
  height: 3.75rem;
  margin-top: 0.9375rem;
  margin-left: 0;
  width: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .aemformcontainer .afTncContentArea {
    max-height: 8rem;
  }
  .aemformcontainer .guideformtitle {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
  }
  .aemformcontainer .guideTextDraw.guideformtitle {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
  }
  .aemformcontainer .guideTextDraw.headerText {
    height: 49px;
    padding-left: 0;
  }
  .aemformcontainer .mobileScrollIndicator {
    display: block;
    z-index: 55;
    position: fixed;
    bottom: 20px;
    right: 0;
    width: 3rem;
    height: 5rem;
    background: url(industrial-adaptive-form-theme/assets/ScrollDown.svg) left top / 1.5rem 1.5rem no-repeat;
  }
  .aemformcontainer .guide-header-bar {
    background: #e6e6e6;
    color: #ffffff;
    padding-left: 0.5rem;
    text-transform: uppercase;
    position: static;
    top: 0;
  }
  .aemformcontainer .guide-header-bar .guide-breadcrumb {
    float: left;
    color: #666666;
    line-height: 2.5rem;
    margin: 0 1rem 0 0;
  }
  .aemformcontainer .afTabLeftPanel {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border-top-width: 1px;
    background: #ffffff;
  }
  .aemformcontainer .wizard-navigators {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .aemformcontainer .wizard-navigators > li > a {
    margin-right: 4rem;
  }
  .aemformcontainer .wizard-nav-arrow.wizard-nav-next {
    display: none;
  }
  .aemformcontainer .wizard-nav-arrow.wizard-nav-prev {
    display: none;
  }
  .aemformcontainer .guideToolbarNode {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    height: 3.55rem;
    padding: 0.25rem 1rem;
    border: 0 solid #e6e6e6;
    border-top-width: 1px;
    background: rgba(255, 255, 255, 0.8);
  }
  .aemformcontainer .guideWizardLayout {
    border-width: 0;
    padding-top: 0;
  }
  .aemformcontainer button.moveNext:not(.af-icon-button) {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .aemformcontainer button.submit:not(.af-icon-button) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .aemformcontainer button.reset:not(.af-icon-button) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border: 2px solid rgba(255, 255, 255, 0);
  }
  .aemformcontainer button.movePrev:not(.af-icon-button) {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .aemformcontainer button.save:not(.af-icon-button) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border: 2px solid rgba(255, 255, 255, 0);
  }
  .aemformcontainer button.save:not(.af-icon-button):active .iconButton-icon {
    border-color: #555555;
  }
  .aemformcontainer .afWizardPanel {
    padding: 0.5rem;
  }
  .aemformcontainer .afTabTopPanel {
    padding: 0.5rem;
  }
  .aemformcontainer .afAccordionPanel {
    padding: 0;
  }
  .aemformcontainer .afFooter {
    margin-bottom: 3.55rem;
  }
  .aemformcontainer .afHeader {
    height: 64px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .aemformcontainer .guide-nav-next.guide-nav-toolbar-button {
    margin-left: 1rem;
    margin-bottom: 0;
    margin-right: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: url(industrial-adaptive-form-theme/assets/FatChevron-Right-Default.svg) center center / auto 1.25rem no-repeat;
    cursor: pointer;
  }
  .aemformcontainer .guide-nav-prev.guide-nav-toolbar-button {
    position: relative;
    background: url(industrial-adaptive-form-theme/assets/FatChevron-Left-Default.svg) center center / auto 1.25rem no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    margin-left: 0;
    cursor: pointer;
  }
  .aemformcontainer .guideGridFluidDescription.guidePanelDescription {
    margin-bottom: 0.5rem;
  }
  .aemformcontainer .tab-navigators.tab-navigators-mobile {
    background: #e6e6e6;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
    border: 1px solid #e6e6e6;
    list-style: none;
    cursor: pointer;
  }
  .aemformcontainer .tab-navigators.tab-navigators-mobile > li > a {
    color: #666666;
    background: #e6e6e6;
    width: 100%;
    padding: 1rem;
    text-decoration: none;
  }
  .aemformcontainer .tab-navigators.tab-navigators-mobile > li > a:hover {
    background: #cccccc;
    color: #666666;
  }
  .aemformcontainer .tab-navigators.tab-navigators-mobile > li.active > a {
    background: #666666;
    color: #ffffff;
  }
  .aemformcontainer .tab-navigators.tab-navigators-mobile > li.active.stepped > a {
    background: #666666;
    color: #ffffff;
  }
  .aemformcontainer .tab-navigators.tab-navigators-mobile > li.wizard-tab-disabled > a {
    opacity: 0.5;
  }
  .aemformcontainer .tab-navigators.tab-navigators-mobile > li.wizard-tab-disabled > a:hover {
    opacity: 0.5;
  }
  .aemformcontainer .guide-mobile-navigator .navigator-toggle {
    border: none;
    float: right;
    cursor: pointer;
    margin-right: 1rem;
    border-radius: 0;
    margin-left: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    background: url(industrial-adaptive-form-theme/assets/HamburgerMenuWmargin-Default.svg) 50% 0 / auto 2rem no-repeat;
    margin-bottom: 0.5rem;
  }
  .aemformcontainer .guide-mobile-navigator .navigator-toggle:hover {
    background: url(industrial-adaptive-form-theme/assets/HamburgerMenuWmargin-Hover.svg) 50% 0 / auto 2rem no-repeat;
  }
  .aemformcontainer .afToolbarButton .guidebutton button .iconButton-label {
    display: none;
  }
  .aemformcontainer .afToolbarButton .guidebutton button .iconButton-icon {
    display: block;
  }
  .aemformcontainer .guideLayout.guideVerticalTabbedPanelLayout {
    padding-right: 0;
    padding-left: 0;
  }
  .aemformcontainer .guideAccordionDescription.guidePanelDescription {
    margin-bottom: 0.5rem;
    margin-top: 0.25rem;
  }
  .aemformcontainer .guideimage .logoImage img {
    height: 35px;
  }
}
@media (max-width: 991px) {
  .aemformcontainer .guideformtitle {
    margin-bottom: 0;
    display: none;
  }
  .aemformcontainer .afTabLeftPanel {
    border-top-width: 0;
  }
  .aemformcontainer .guide-tab-scroller.guide-tab-scroller-next {
    display: block;
  }
  .aemformcontainer .guide-tab-scroller.guide-tab-scroller-previous {
    display: block;
  }
  .aemformcontainer .afTabTopPanel {
    padding-right: 0;
    padding-left: 0;
  }
  .aemformcontainer .guideTextDraw.guideformtitle {
    margin-bottom: 0;
    display: none;
  }
  .aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical {
    border-right-width: 1px;
  }
  .aemformcontainer .guideLayout.guideVerticalTabbedPanelLayout {
    padding-left: 0;
    padding-right: 0;
  }
}

.aemformcontainer {
  font-family: "Solstice Sans" !important;
}
.aemformcontainer button.submit:not(.af-icon-button) {
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  width: auto;
  padding: 15px 40px;
  background: #1792e5;
  text-decoration: none;
  color: #ffffff;
  border: none;
}
.aemformcontainer button.submit:not(.af-icon-button):active {
  background: #1792e5;
  border-color: #1792e5;
}
.aemformcontainer button.submit:not(.af-icon-button):hover {
  background: #1792e5;
  border-color: #1792e5;
}
.aemformcontainer input {
  border-radius: unset;
}
.aemformcontainer textarea {
  border-radius: unset;
}
.aemformcontainer select {
  border-radius: unset;
}
.aemformcontainer select[aria-invalid='true'] {
  border: 2px solid red;
}
.aemformcontainer input[aria-invalid='true'] {
  border: 2px solid red;
}
.aemformcontainer .hidden {
  display: none;
}
.aemformcontainer .select2 .mvp-icon-carat_down {
  display: none;
}
.aemformcontainer .error-msg-form {
  border: 2px solid #d22630;
  border-left: 4px solid #d22630;
  padding: 15px !important;
  display: none;
  width: 100%;
}
.aemformcontainer .error-msg-form h3 {
  font-size: 15px !important;
  font-weight: 300;
}
.aemformcontainer .error-msg-form h3::before {
  position: relative;
  top: -2px;
  left: 2px;
  color: #d22630;
  margin-right: 5px;
  font-size: 30px;
  float: left;
}
.aemformcontainer .error-msg-form h3 span {
  display: block;
}
.aemformcontainer button.client-btn.submit {
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  width: auto;
  padding: 15px 40px;
  background: #1792e5;
  text-decoration: none;
  color: #ffffff;
  border: none;
}
.aemformcontainer button.client-btn.submit:active {
  background: #1792e5;
  border-color: #1792e5;
}
.aemformcontainer button.client-btn.submit:hover {
  background: #1792e5;
  border-color: #1792e5;
}
.aemformcontainer a.client-btn.submit {
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  width: auto;
  padding: 15px 40px;
  background: #1792e5;
  text-decoration: none;
  color: #ffffff;
  border: none;
}
.aemformcontainer a.client-btn.submit:active {
  background: #1792e5;
  border-color: #1792e5;
}
.aemformcontainer a.client-btn.submit:hover {
  background: #1792e5;
  border-color: #1792e5;
}
.aemformcontainer .guidebutton.guidefield button:not(.af-icon-button).submit {
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  width: auto;
  padding: 15px 40px;
  background: #1792e5;
  text-decoration: none;
  color: #ffffff;
  border: none;
}
.aemformcontainer .guidebutton.guidefield button:not(.af-icon-button).submit:active {
  background: #1792e5;
  border-color: #1792e5;
}
.aemformcontainer .guidebutton.guidefield button:not(.af-icon-button).submit:hover {
  background: #1792e5;
  border-color: #1792e5;
}
.aemformcontainer .guidebutton.guidefield button:not(.af-icon-button).text-a {
  background: transparent !important;
  color: #1792e5 !important;
  border: none !important;
  font-weight: 800;
}
.aemformcontainer button.client-btn.text-a {
  background: transparent !important;
  color: #1792e5 !important;
  border: none !important;
  font-weight: 800;
}
.aemformcontainer a.client-btn.text-a {
  background: transparent !important;
  color: #1792e5 !important;
  border: none !important;
  font-weight: 800;
}
.aemformcontainer .guideFieldLabel label {
  min-height: 20px;
  color: #404040;
  font-family: "Solstice Sans";
  margin-bottom: 5px;
}
.aemformcontainer .guideFieldLabel label.isOptional::after {
  color: #bbb;
  margin-left: 2px;
}
.aemformcontainer button.navigator-toggle.collapsed.af-icon-button {
  display: none;
}
.aemformcontainer .section.afEditorPlaceholder.cq-placeholder {
  display: none;
}
.aemformcontainer .guideFieldNode.validation-failure:not(.guideButton):not(.guideTextDraw):not(.guideChart) {
  border-style: hidden;
  background: none;
}
.aemformcontainer .guideFieldNode.validation-success:not(.guideButton):not(.guideTextDraw):not(.guideChart) {
  border-style: hidden;
}
.aemformcontainer .dropDownList.select-custom {
  width: min-content;
}
.aemformcontainer .dropDownList select {
  width: min-content;
}
.aemformcontainer .step.mobileLayout {
  display: none;
}
.aemformcontainer .validation-message {
  display: none;
}
.aemformcontainer .validation-failed .validation-message {
  display: block;
}
.aemformcontainer .guideLayout .row:last-child {
  margin-bottom: 12px;
}
.aemformcontainer .multiline.textField textArea {
  height: 144px;
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  border: 2px solid #d0d0d0;
}
.aemformcontainer .guideFieldNode:not(.guideButton):not(.guideTextDraw):not(.guideChart) {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.aemformcontainer .guideRootPanel .row {
  margin: 20px 0;
}
.aemformcontainer .guideRootPanel .row:last-child {
  margin-bottom: 20px;
}
.aemformcontainer .guideCheckBoxGroup .guideFieldLabel.top {
  display: none;
}
.aemformcontainer .confirmationToolbar .guidebutton button:not(.af-icon-button) {
  margin-right: 7.8rem;
}
.aemformcontainer .submitRequestForm {
  width: 846px;
  margin: 0;
  padding-bottom: 40px;
  padding-top: 40px;
}
.aemformcontainer .submitRequestForm .success_msg {
  padding-bottom: 28px;
  position: relative;
  bottom: 30px;
}
.aemformcontainer .submitRequestForm .technicalTextAera {
  margin-left: 12px;
}
.aemformcontainer .submitRequestForm .gridFluidLayout .guideLayout.guideGridFluidLayout .row {
  display: inline-block;
}
.aemformcontainer .submitRequestForm h1 {
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
}
.aemformcontainer .submitRequestForm .confirmationText.guideTextDraw.guideStaticText p {
  width: 560px;
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.aemformcontainer .submitRequestForm .mvp-icon-success:before {
  font-size: 125px;
  line-height: 0.5;
  color: #5a8028;
}
.aemformcontainer .submitRequestForm .confirmationContactUsBtn button {
  color: #ffffff;
  border: 2px solid #1792e5;
}
.aemformcontainer .submitRequestForm .confirmationContactUsBtn button:hover {
  border: 1px solid #1272b2 !important;
  color: #ffffff !important;
}
.aemformcontainer .submitRequestForm .guidebutton.guidefield.confirmationNewFormBtn {
  height: 48px;
  background: #ffffff;
  width: 215px;
  color: #1792e5 !important;
  background-color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 17px;
  text-align: center;
  border: 0;
  background: none;
  text-transform: capitalize;
}
.aemformcontainer .submit-po-button.search-button {
  position: absolute;
  z-index: 1;
}
.form-bill-one .custom-bill-one .base-adaptive .container div p {
  margin-top: 13px !important;
}
.form-bill-one .custom-bill-one .navdb-form .guideRadioButtonGroupItems div:last-child {
  margin-left: 0px !important;
}
.form-bill-one .custom-bill-one .navdb-form .guideRadioButtonGroupItems div:nth-child(1) {
  margin-bottom: 15px !important;
}
.form-bill-one .custom-bill-one .navdb-form .guideRadioButtonGroupItems div:nth-child(2) {
  margin-bottom: 15px !important;
}
.form-bill-one .custom-bill-one .navdb-form .gridFluidLayout #guideContainer-rootPanel___guide-item-container .row {
  margin: 0px 0 !important;
  margin-bottom: 0px !important;
}
.form-bill-one .custom-bill-one .navdb-form .gridFluidLayout #guideContainer-rootPanel___guide-item-container .row:nth-last-child(2) {
  margin-bottom: 0px !important;
}
.form-bill-one .custom-bill-one .navdb-form .row .gridFluidLayout {
  width: 100% !important;
}
.form-bill-one .custom-bill-one .navdb-form .row #guideContainer-rootPanel-panel-panel_1541165784___guide-item-container {
  padding-left: 15px !important;
}
.form-bill-one .custom-bill-one .navdb-form .row #guideContainer-rootPanel-panel_1541165784-guideradiobutton___guide-item {
  padding-left: 15px !important;
}
.form-bill-one .custom-bill-one .navdb-form .row #guideContainer-rootPanel-panel-guidetextdraw_copy___guide-item .guidetextdraw {
  margin-bottom: 0px !important;
}
.form-bill-one .custom-bill-one .navdb-form .row #guideContainer-rootPanel-panel-guidetextdraw_copy___guide-item .guidetextdraw .guideStaticText {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.form-bill-one .custom-bill-one .navdb-form .row #guideContainer-rootPanel-panel-guidetextdraw_copy___guide-item .guidetextdraw .guideStaticText .footer-note-container {
  padding: 0px !important;
}
.form-bill-one .custom-bill-one .navdb-form .row #guideContainer-rootPanel-panel-guidetextdraw_copy___guide-item .guidetextdraw .guideStaticText .footer-note-container .col-12 {
  padding-right: 0px;
  padding-left: 0px;
}
.form-bill-one .custom-bill-one .toolbar #guideContainer-toolbar-previtemnav_copy___guide-item {
  padding-left: 0px !important;
}
.form-bill-one .custom-bill-one .changeRequest-statePanel .gridFluidLayout .guideGridFluidLayout .row {
  margin: 0px;
}
.form-bill-one .custom-bill-one .changeRequest-cityPanel .gridFluidLayout .guideGridFluidLayout .row {
  margin: 0px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .submitpo-producttable.changeparts-producttable {
  margin-left: 38px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .submitpo-producttable.changeparts-producttable table {
  margin-left: 0.75rem !important;
  max-width: calc(98.5%);
}
.form-bill-one .custom-bill-one .submitpo-section-details .submitpo-producttable.materialClaim-table table {
  max-width: calc(99.25%);
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_321341578-guidetextdraw__ p {
  color: #d0d0d0 !important;
  font-size: 18px;
  line-height: 0px;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_321341578-guidefileupload__ {
  margin-left: 13px;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_321341578-guideradiobutton__ {
  margin-left: 13px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
  padding-left: 26px;
  width: 48%;
  padding-bottom: 11px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .guideRadioButtonGroupItems div:last-child {
  margin-left: 0px;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidebutton_1316874149___guide-item {
  position: relative;
  bottom: 127px;
}
.form-bill-one .custom-bill-one .submitpo-section-details div#guideContainer-rootPanel-panel_686999192_copy-guidetextdraw_102964___guide-item div#guideContainer-rootPanel-panel_686999192_copy-guidetextdraw_102964__ p {
  color: #d0d0d0 !important;
  font-size: 18px;
}
.form-bill-one .custom-bill-one .submitpo-section-details div#guideContainer-rootPanel-panel_686999192_copy-guidetextdraw_102964___guide-item div#guideContainer-rootPanel-panel_321341578-guidetextdraw__ p {
  color: #d0d0d0 !important;
  font-size: 18px;
  margin-top: -10px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .AmountofMaterialClaim {
  text-align: right;
}
.form-bill-one .custom-bill-one .submitpo-section-details .AmountofMaterialClaim .guideFieldLabel.top {
  width: 161px;
  display: inline-block;
  height: 27px;
  line-height: 25px;
  vertical-align: middle;
}
.form-bill-one .custom-bill-one .submitpo-section-details .AmountofMaterialClaim .guideFieldLabel.top label {
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: bold;
}
.form-bill-one .custom-bill-one .submitpo-section-details .AmountofMaterialClaim .guideFieldLabel.top label.isOptional::before {
  content: "";
}
.form-bill-one .custom-bill-one .submitpo-section-details .AmountofMaterialClaim .numericInput {
  width: 150px;
  display: inline-block;
}
.form-bill-one .custom-bill-one .submitpo-section-details .AmountofMaterialClaim .numericInput input[type=text] {
  border: none;
  width: auto;
}
.form-bill-one .custom-bill-one .submitpo-section-details .totalClaims {
  text-align: right;
}
.form-bill-one .custom-bill-one .submitpo-section-details .totalClaims .guideFieldLabel.top {
  width: 260px;
  display: inline-block;
  height: 27px;
  line-height: 25px;
  vertical-align: middle;
}
.form-bill-one .custom-bill-one .submitpo-section-details .totalClaims .guideFieldLabel.top label {
  color: #5a8028;
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .totalClaims .guideFieldLabel.top label.isOptional::before {
  content: "";
}
.form-bill-one .custom-bill-one .submitpo-section-details .totalClaims .numericInput {
  width: 148px;
  display: inline-block;
}
.form-bill-one .custom-bill-one .submitpo-section-details .totalClaims .numericInput input[type=text] {
  border: none;
  width: auto;
  font-size: 17px;
}
.form-bill-one .custom-bill-one .submitpo-section-details div#guideContainer-rootPanel-panel_1573185223-guidebutton__ {
  position: absolute;
  top: 16px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .submit-po-button .guideFieldWidget.guideFieldButtonWidget.xfaButton {
  margin-right: -7px;
}
.form-bill-one .custom-bill-one .submitpo-section-details div#guideContainer-rootPanel-panel_1573185223-panel_1282348958___guide-item {
  margin-left: 30px;
  margin-top: -28px;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1311387048___guideFieldShortDescription {
  width: 120px;
  background-color: #555555;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 22%;
  transition: opacity 0.3s;
  top: -18px;
  height: 17px;
  display: block;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1311387048___guideFieldShortDescription p {
  color: white;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1311387048___guideFieldShortDescription:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-width: 5px;
  border-style: solid;
  border-color: #555555 transparent transparent transparent;
}
.form-bill-one .custom-bill-one .submitpo-section-details .LaborTime.guideTextDraw.guideStaticText {
  padding-right: 0 !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .headerItem.guideTextDraw.guideStaticText {
  padding-right: 0 !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details input[type="date"] {
  background: url(../aero/aero-adaptive-form-theme/assets/calender.svg) 70% 2.2rem no-repeat !important;
  font-size: 12px !important;
  padding: 0px !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .warranty-date input[type="date"] {
  font-size: 18px !important;
  background: url(../aero/aero-adaptive-form-theme/assets/calender.svg) 55% 2.2rem no-repeat !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .servicebulletin .guideHelpQuestionMark {
  position: absolute;
  left: 385px !important;
  opacity: 1;
  cursor: default;
}
.form-bill-one .custom-bill-one .submitpo-section-details .square-shape .isOptional:after {
  margin-left: 15px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .checkbox-step4 .isOptional:after {
  margin-left: 28px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .sameasshipping .isOptional:after {
  margin-left: 8px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .guideHelpQuestionMark {
  position: absolute;
  left: 236px;
  opacity: 1;
  background: none;
}
.form-bill-one .custom-bill-one .submitpo-section-details .guideHelpQuestionMark:hover {
  background: none;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox___guideFieldLongDescription {
  position: absolute;
  max-width: 276px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  overflow-wrap: normal;
  font-size: 14px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
  left: 21%;
  margin-left: -60px;
  bottom: 30px;
  height: auto;
  z-index: 1047;
  display: none !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox___guideFieldLongDescription p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox___guideFieldLongDescription:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 3px;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1311387048___guideFieldLongDescription {
  position: absolute;
  max-width: 276px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  overflow-wrap: normal;
  font-size: 14px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
  left: 21%;
  margin-left: -60px;
  bottom: 30px;
  height: auto;
  z-index: 1047;
  display: none !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1311387048___guideFieldLongDescription p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1311387048___guideFieldLongDescription:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 3px;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_995793525___guideFieldLongDescription {
  position: absolute;
  max-width: 276px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  overflow-wrap: normal;
  font-size: 14px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
  left: 21%;
  margin-left: -60px;
  bottom: 30px;
  height: auto;
  z-index: 1047;
  display: none !important;
  left: 22%;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_995793525___guideFieldLongDescription p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_995793525___guideFieldLongDescription:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 3px;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1225795436___guideFieldLongDescription {
  position: absolute;
  max-width: 276px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  overflow-wrap: normal;
  font-size: 14px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
  left: 21%;
  margin-left: -60px;
  bottom: 30px;
  height: auto;
  z-index: 1047;
  display: none !important;
  left: 41% !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1225795436___guideFieldLongDescription p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1225795436___guideFieldLongDescription:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 3px;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.form-bill-one .custom-bill-one .submitpo-section-details .FreightClaim label {
  height: 29px;
  font-size: 15px;
  font-weight: 300;
  line-height: 29px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .FreightClaim .numericInput input[type="text"] {
  width: 347px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .freightSubtotal {
  text-align: right;
  vertical-align: center;
  padding-top: 40px !important;
  margin-right: -80px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .freightSubtotal p {
  font-size: 18px !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .amount .numericInput {
  margin-left: 67px;
  margin-top: 31px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .amount input[type="text"] {
  text-align: left;
  border: none;
  width: 216px;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-table-Row1556010406308-tableItem1556010406310___guide-item {
  border: none;
}
.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-table-Row1556010184531-tableItem1556010184536___guide-item {
  border: none;
}
.form-bill-one .custom-bill-one .submitpo-section-details .labor-rate {
  margin-left: 24px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .labor-rate p {
  font-size: 15px !important;
  font-weight: 300;
}
.form-bill-one .custom-bill-one .submitpo-section-details .itemized-parts {
  margin-left: 25px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .itemized-parts p {
  font-size: 15px !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .guideTableNode.Table.warranty-material.cq-Editable-dom.cq-Editable-dom--container table tbody {
  background: transparent;
}
.form-bill-one .custom-bill-one .submitpo-section-details .guideTableNode.Table.warranty-material.cq-Editable-dom.cq-Editable-dom--container table tbody tr:nth-child(n+1) {
  background: #ffffff !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .guideTableNode.Table.warranty-material.cq-Editable-dom.cq-Editable-dom--container table tbody tr:nth-child(2n+1) {
  background: #f0f0f0 !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .guideTableNode table tbody tr:nth-of-type(even) {
  background: #ffffff !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .guideTableNode table tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7 !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .warranty-material .total .numericInput input[type=text] {
  background-color: transparent;
  text-align: center;
}
.form-bill-one .custom-bill-one .submitpo-section-details .warranty-material .numeric-box input[type="text"] {
  text-align: right;
  border: none;
}
.form-bill-one .custom-bill-one .submitpo-section-details .warranty-material .guideimage {
  width: 100px;
  text-align: center;
}
.form-bill-one .custom-bill-one .submitpo-section-details .warranty-material #guideContainer-rootPanel-panel_1573185223-table_100478425-Row2-tableItem__ p {
  line-height: 44px;
  text-align: right;
  font-size: 18px !important;
  font-weight: bold !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .warranty-material .TotalClaimMaterial p {
  height: 25px;
  color: #5a8028 !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-align: right;
}
.form-bill-one .custom-bill-one .submitpo-section-details .warranty-material th {
  vertical-align: middle !important;
  background-color: #606060 !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .warranty-material th .guideFieldNode.guideTextDraw p {
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 20px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .labor-table .numeric-box input[type="text"] {
  text-align: right;
  border: none;
}
.form-bill-one .custom-bill-one .submitpo-section-details .labor-table .guideimage {
  width: 100px;
  text-align: center;
}
.form-bill-one .custom-bill-one .submitpo-section-details .labor-table #guideContainer-rootPanel-panel_1573185223-table_100478425-Row2-tableItem__ p {
  line-height: 44px;
  text-align: right;
  font-size: 18px !important;
  font-weight: bold !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .labor-table .TotalClaimMaterial p {
  height: 25px;
  color: #5a8028 !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-align: right;
}
.form-bill-one .custom-bill-one .submitpo-section-details .labor-table th {
  vertical-align: middle !important;
  background-color: #606060 !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .labor-table th .guideFieldNode.guideTextDraw p {
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 20px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .claimText h3 {
  height: 58px;
  width: 712px;
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .claimText p {
  font-size: 15px !important;
  font-weight: 300;
}
.form-bill-one .custom-bill-one .submitpo-section-details .warranty-label-sec2 {
  margin-left: 0px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .warranty-label-sec2 label {
  font-weight: 300;
}
.form-bill-one .custom-bill-one .submitpo-section-details .add-part button:not(.af-icon-button) {
  height: 25px;
  width: 89px;
  color: #1792e5;
  font-family: "Solstice Sans";
  font-size: 18px;
  text-transform: capitalize;
  line-height: 6px;
  background: transparent;
  border: none;
  outline-style: none;
}
.form-bill-one .custom-bill-one .submitpo-section-details div#guideContainer-rootPanel-panel_686999192_copy-panel_713349921-guidetextdraw_102964925___guide-item {
  margin-top: -10px;
}
.form-bill-one .custom-bill-one .submitpo-section-details div#guideContainer-rootPanel-panel_686999192_copy-panel_713349921-guidetextdraw_102964925___guide-item p {
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  color: #d0d0d0 !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .submitpo-producttable {
  margin-left: 46px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .submitpo-producttable .part-details .guideFieldNode.guideTextDraw p {
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 20px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .submitpo-producttable .part-details th {
  vertical-align: middle !important;
  background-color: #606060 !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .submitpo-parttext {
  margin-left: 26px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .submitpo-parttext p {
  font-size: 15px !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .iconButton-label {
  margin-right: 34px;
}
.form-bill-one .custom-bill-one .submitpo-section-details div#guideContainer-rootPanel-panel_686999192_copy-panel_713349921-guidetextdraw__ p {
  font-size: 15px !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details div#guideContainer-rootPanel-panel_1573185223-table___guide-item {
  margin-left: 30px;
}
.form-bill-one .custom-bill-one .submitpo-section-details div#guideContainer-rootPanel-panel_1573185223-table_100478425___guide-item {
  margin-left: 30px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .part-details .guideTextDraw.guideStaticText {
  padding-right: 0px !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .part-details th {
  vertical-align: middle !important;
  background-color: #606060 !important;
}
.form-bill-one .custom-bill-one .submitpo-section-details .part-details #guideContainer-rootPanel-panel_1573185223-table-HeaderRow-tableItem1___guide-item {
  width: 9% !important;
}
.form-bill-one .custom-bill-one .labor-table {
  padding-left: 15px;
}
.form-bill-one .custom-bill-one .validation-failure .select2-container.select2-container--default {
  border-color: #d22630;
}
.form-bill-one .custom-bill-one .validation-failure .select2-container--default.select2-container--open {
  border-color: #1792e5;
}
.form-bill-one .custom-bill-one .validation-failure .select2-container.select2-container--default.select2-container--below.select2-container--open {
  border-color: #1792e5;
}
.form-bill-one .custom-bill-one .validation-failure .select2-container.select2-container--default.select2-container--focus {
  border-color: #1792e5;
}
.form-bill-one .custom-bill-one .validation-failure .select2-container.select2-container--default.select2-container--below {
  border-color: #d0d0d0;
}
.form-bill-one .custom-bill-one .guideFieldNode.guideTextDraw.guideStaticText.requiredTextFeild p {
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.form-bill-one .custom-bill-one .general-inquiry p {
  opacity: 1 !important;
  padding-left: 12px;
}
.form-bill-one .custom-bill-one .newform-billing .area.regionName .guideHelpQuestionMark {
  opacity: 1 !important;
  left: 125px !important;
  width: 15px !important;
}
.form-bill-one .custom-bill-one .newform-billing .area.regionName .guideFieldDescription.long {
  left: 38% !important;
  bottom: 36px !important;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1309656087-guidetextbox__ {
  margin-left: 10px;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_321341578-guideradiobutton__ {
  margin-left: 10px;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_321341578-guidefileupload__ {
  margin-left: 13px;
}
.form-bill-one .custom-bill-one .newform-billing .trade-label p {
  font-size: 18px !important;
  opacity: 1 !important;
}
.form-bill-one .custom-bill-one .newform-billing .area .guideHelpQuestionMark {
  left: 93px;
  width: 15px;
  height: 15px;
  top: 0px;
  line-height: 35px;
  background: none;
  opacity: 1;
}
.form-bill-one .custom-bill-one .newform-billing .area .guideHelpQuestionMark:hover {
  background: none !important;
}
.form-bill-one .custom-bill-one .newform-billing .area .guideFieldDescription.long {
  bottom: 89px !important;
  max-width: 325px !important;
  position: absolute;
  max-width: 276px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  overflow-wrap: normal;
  font-size: 14px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #d0d0d0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  left: 26%;
  margin-left: -60px;
  bottom: 73px;
  height: auto;
  z-index: 1047;
  display: none !important;
}
.form-bill-one .custom-bill-one .newform-billing .area .guideFieldDescription.long:after {
  right: 253px !important;
  content: "";
  position: absolute;
  right: 48px;
  margin-left: -4px;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.form-bill-one .custom-bill-one .newform-billing .area .guideFieldDescription.long p {
  margin-bottom: 6px;
  margin-top: 6px;
}
.form-bill-one .custom-bill-one .newform-billing .area .guideFieldLabel.top.isOptional::after {
  content: " ";
  height: 12px;
  width: 12px;
  background-color: white;
  color: #A0A0A0;
  border: 1px solid #A0A0A0;
  border-radius: 50%;
  padding: 0px 3px;
  font-size: 7px;
  position: relative;
  top: -2px;
}
.form-bill-one .custom-bill-one .newform-billing .area .newform-billing .dbasection .guideFieldDescription.long {
  left: 42% !important;
}
.form-bill-one .custom-bill-one .newform-billing .ccOptional .guideHelpQuestionMark {
  position: inherit;
}
.form-bill-one .custom-bill-one .newform-billing .ccOptional .guideFieldDescription.long {
  bottom: 175px !important;
  max-width: 278px !important;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-taxSection-guideradiobutton_455701124__ .guideHelpQuestionMark {
  top: 1px !important;
  left: 383px;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-taxSection-guideradiobutton_455701124__ .guideFieldDescription.long {
  left: 58% !important;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-taxSection-guideradiobutton_455701124__ .guideFieldDescription.long:after {
  right: 31px !important;
}
.form-bill-one .custom-bill-one .newform-billing .hint-square .guideHelpQuestionMark {
  left: 242px;
  width: 15px;
  height: 15px;
  top: 0px;
  line-height: 35px;
  background: none;
  opacity: 1;
}
.form-bill-one .custom-bill-one .newform-billing .hint-square .guideHelpQuestionMark:hover {
  background: none !important;
}
.form-bill-one .custom-bill-one .newform-billing .hint-square .guideFieldLabel.top.isOptional::after {
  content: " ";
  height: 12px;
  width: 12px;
  background-color: white;
  color: #A0A0A0;
  border: 1px solid #A0A0A0;
  border-radius: 50%;
  padding: 0px 3px;
  font-size: 7px;
  position: relative;
  top: -2px;
}
.form-bill-one .custom-bill-one .newform-billing .hint-square .newform-billing .dbasection .guideFieldDescription.long {
  left: 42% !important;
}
.form-bill-one .custom-bill-one .newform-billing .hint-square .guideFieldDescription.long {
  position: absolute;
  max-width: 276px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  overflow-wrap: normal;
  font-size: 14px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #d0d0d0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  left: 26%;
  margin-left: -60px;
  bottom: 73px;
  height: auto;
  z-index: 1047;
  display: none !important;
}
.form-bill-one .custom-bill-one .newform-billing .hint-square .guideFieldDescription.long p {
  margin-bottom: 6px;
  margin-top: 6px;
}
.form-bill-one .custom-bill-one .newform-billing .hint-square .guideFieldDescription.long:after {
  content: "";
  position: absolute;
  right: 48px;
  margin-left: -4px;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1102572879-guideradiobutton_cop__ {
  margin-left: 16px;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_253438566-guideradiobutton_cop__ {
  margin-left: 16px;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-guidecheckbox__ {
  margin-left: 16px;
}
.form-bill-one .custom-bill-one .newform-billing .freightCarrier {
  margin-bottom: 15px;
}
.form-bill-one .custom-bill-one .newform-billing .customCheck.guideItemSelected:after {
  top: 47px !important;
}
.form-bill-one .custom-bill-one .newform-billing .checkbox-step4.guideItemSelected:after {
  color: #ffffff;
  left: 7px;
  top: 15px;
}
.form-bill-one .custom-bill-one .newform-billing .PartDetails.guideItemSelected:after {
  color: #ffffff;
  left: 7px;
  top: 15px;
}
.form-bill-one .custom-bill-one .newform-billing .square-shape.guideItemSelected:after {
  color: #ffffff;
  left: 7px;
  top: 15px;
}
.form-bill-one .custom-bill-one .newform-billing .sameasshipping.guideItemSelected:after {
  color: #ffffff;
  left: 7px;
  top: 15px;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_873105257-financia-guidecheckbox_1313930133___guide-item .guideWidgetLabel.right .isOptional {
  text-align: justify;
  font-size: 16px;
  height: auto;
  min-height: 150px;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_873105257-financia_copy-guidecheckbox_1313930133___guide-item .guideWidgetLabel.right .isOptional {
  text-align: justify;
  font-size: 16px;
  height: auto;
  min-height: 150px;
}
.form-bill-one .custom-bill-one .newform-billing .guideGridFluidDescription.guidePanelDescription {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 13px;
  height: auto;
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.form-bill-one .custom-bill-one .newform-billing .guideCheckBoxGroupItems {
  margin-left: 4px;
}
.form-bill-one .custom-bill-one .newform-billing .guideCheckBoxGroupItems .guideFieldWidget.left.XfaCheckBox {
  float: left;
  margin-top: 3px;
  background: #ffffff;
}
.form-bill-one .custom-bill-one .newform-billing .guideCheckBoxGroupItems .guideWidgetLabel.right {
  display: flex;
  padding-left: 13px;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-section-guidetextbox___guide-item {
  margin-top: 20px;
}
.form-bill-one .custom-bill-one .newform-billing .fileAttachmentName .guideFieldLabel.top label.isOptional::before {
  content: "*";
  left: -10px;
}
.form-bill-one .custom-bill-one .newform-billing .guideTextDraw.guideStaticText {
  padding-left: 0px !important;
}
.form-bill-one .custom-bill-one .newform-billing .guideTextDraw.guideStaticText p {
  font-size: 16px;
  letter-spacing: 0.2px;
  opacity: 0.5;
}
.form-bill-one .custom-bill-one .newform-billing .invoice.guideStaticText p {
  font-size: 18px;
  opacity: 1;
}
.form-bill-one .custom-bill-one .newform-billing .submitpo-section-order .wizard-navigators {
  margin-left: -2px;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1102572879-emailaddressbilling_-guidecheckbox___guide-item {
  padding-left: 0;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_253438566-panel_1291588075-guidecheckbox___guide-item {
  padding-left: 0;
}
.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_253438566-panel_1291588075-chxboxs___guide-item {
  padding-left: 0;
}
.form-bill-one .custom-bill-one .newform-billing .guideFieldWidget.textField.guideTelephone.telephoneWidget {
  width: 100% !important;
}
.form-bill-one .custom-bill-one .newform-billing .guideTextBox.textbox1 .guideFieldLabel.top label {
  display: none;
}
.form-bill-one .custom-bill-one .newform-billing .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
  width: auto;
}
.form-bill-one .custom-bill-one .newform-billing .guideFieldWidget.afFileUpload.fileUpload button.button-default.button-medium.guide-fu-attach-button {
  width: 120px;
}
.form-bill-one .custom-bill-one .guideFieldWidget.textField.multiline {
  background-color: #ffffff;
  min-height: 144px;
  padding-left: 3px;
}
.form-bill-one .custom-bill-one .guideFieldLabel label {
  height: auto;
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.form-bill-one .custom-bill-one .guideFieldLabel label.isOptional::after {
  display: none;
}
.form-bill-one .custom-bill-one .guideFieldLabel label.customer-info::after {
  display: none !important;
  content: " ";
  width: 15px;
  height: 15px;
  position: relative;
  right: -13px;
  top: 3px;
}
.form-bill-one .custom-bill-one .guideFieldLabel label.isRequired::before {
  content: "*";
  color: #d22630;
  position: absolute;
  left: -14px !important;
  top: 3px;
  font-weight: 800;
}
.form-bill-one .custom-bill-one .heading-space {
  padding-left: 1rem !important;
}
.form-bill-one .custom-bill-one label#guideContainer-rootPanel-guidetextbox_1138596418___label.isRequired::before {
  position: absolute;
  left: -4px;
  top: -25px;
}
.form-bill-one .custom-bill-one .billing-one #guideContainer-rootPanel-Text___guide-item {
  margin-top: -28px;
}
.form-bill-one .custom-bill-one .billing-one .head-one {
  margin-left: 5px;
}
.form-bill-one .custom-bill-one input[type="text"] {
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  border: 2px solid #d0d0d0;
  box-sizing: border-box;
  height: 48px;
  outline: none;
}
.form-bill-one .custom-bill-one input[type="email"] {
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  border: 2px solid #d0d0d0;
  box-sizing: border-box;
  height: 48px;
  outline: none;
}
.form-bill-one .custom-bill-one input[type="tel"] {
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  border: 2px solid #d0d0d0;
  box-sizing: border-box;
  height: 48px;
  outline: none;
}
.form-bill-one .custom-bill-one .guideTableNode table {
  width: 100% !important;
  max-width: calc(96.5%);
  margin-left: 0px !important;
}
.form-bill-one .custom-bill-one .guideTextDraw.guideStaticText.req-msg p span {
  font-size: 16px !important;
  line-height: 20px;
  margin-left: 33px;
  font-weight: 500;
  color: #d22630;
}
.form-bill-one .custom-bill-one .head-one p {
  height: 45px;
  font-size: 15px !important;
  font-weight: 300;
  line-height: 29px;
  color: #303030;
}
.form-bill-one .custom-bill-one .guideFieldNode.guideTextDraw.charLimit.guideStaticText.af-field-filled {
  font-family: "Solstice Sans";
  font-size: 17px;
  color: #303030;
  font-weight: 100;
  letter-spacing: 1px;
  opacity: 0.5;
  margin-top: -11px;
  padding-left: 13px;
}
.form-bill-one .custom-bill-one input[type=text]:focus {
  outline-offset: 0px !important;
  outline: none !important;
  border: 2px solid #1792e5 !important;
}
.form-bill-one .custom-bill-one input[type=email]:focus {
  outline-offset: 0px !important;
  outline: none !important;
  border: 2px solid #1792e5 !important;
}
.form-bill-one .custom-bill-one input[type=tel]:focus {
  outline-offset: 0px !important;
  outline: none !important;
  border: 2px solid #1792e5 !important;
}
.form-bill-one .custom-bill-one textarea:focus {
  outline-offset: 0px !important;
  outline: none !important;
  border: 2px solid #1792e5 !important;
}
.form-bill-one .custom-bill-one textarea::placeholder {
  color: #d0d0d0;
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.form-bill-one .custom-bill-one textarea:-ms-input-placeholder {
  color: #d0d0d0 !important;
}
.form-bill-one .custom-bill-one input::placeholder {
  color: #d0d0d0;
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.form-bill-one .custom-bill-one input:-ms-input-placeholder {
  color: #d0d0d0 !important;
}
.form-bill-one .custom-bill-one .af-field-filled p {
  font-size: 18px;
  font-weight: 300;
  color: #555555 !important;
  line-height: 20px;
  font-family: "Solstice Sans";
  color: #303030;
}
.form-bill-one .custom-bill-one .charLimit p {
  line-height: 20px;
  font-family: "Solstice Sans";
  font-size: 17px !important;
  color: #303030;
  font-weight: 100;
  letter-spacing: 1px;
  opacity: 0.5;
}
.form-bill-one .custom-bill-one .charLimit .af-field-filled p {
  margin-left: -10px;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-guidetextdraw_586783900__ p {
  font-family: "Solstice Sans";
  font-size: 17px !important;
  color: #303030;
  font-weight: 100;
  letter-spacing: 1px;
  opacity: 0.5;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-guidetextdraw__ h3 {
  font-weight: 300;
  font-size: 18px;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-guidetextbox___guide-item {
  padding-right: 0px;
}
.form-bill-one .custom-bill-one button.button-default.button-medium.movePrev {
  background: #ffffff !important;
  color: #1792e5 !important;
  border: 1px solid #1792e5;
}
.form-bill-one .custom-bill-one button.button-default.button-medium.movePrev:hover {
  border: 1px solid #1272b2 !important;
  background: #ffffff !important;
  color: #1272b2 !important;
}
.form-bill-one .custom-bill-one button.button-default.button-medium.submit {
  background: #1792e5;
  color: white;
}
.form-bill-one .custom-bill-one button.button-default.button-medium.submit:hover {
  background: #1272b2;
  color: white;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-guidetextbox_7302913__ {
  margin-left: 13px;
}
.form-bill-one .custom-bill-one div#guideContainer-toolbar-submit___guide-item {
  float: right !important;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-guidetextbox_1138596418__ {
  margin-left: 13px;
  margin-top: -28px;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-FileAttachments-guidefileupload__ {
  margin-bottom: 0px;
  margin-left: 15px;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-FileAttachments-guidefileupload__ .guideFieldLabel.top label.isOptional::before {
  content: "";
}
.form-bill-one .custom-bill-one .guideContainerWrapperNode.guideContainerNode.container {
  width: 63%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-FileAttachments-guidetextdraw___guide-item {
  padding-left: 3px;
  padding-right: 0;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-FileAttachments-guidetextdraw___guide-item p {
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  color: #d0d0d0 !important;
}
.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload {
  border: 2px solid #d0d0d0;
  background-color: #ffffff;
  height: 46px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}
.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload ul li .guide-fu-fileName {
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload input#guideContainer-rootPanel-FileAttachments-guidefileupload___widget {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 0;
}
.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 0;
}
.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload .guide-fu-fileItemList {
  list-style: none;
  overflow: auto;
  overflow-x: hidden;
  white-space: nowrap;
}
.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload .guide-fu-fileItem {
  padding: 10px 0;
  margin-left: -20px;
}
.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload .guide-fu-fileClose.close {
  display: none;
}
.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload button.button-default.button-medium.guide-fu-attach-button {
  padding: 0px;
  margin-right: -2px;
  display: inline-block;
  height: 46px !important;
  line-height: 46px;
  position: absolute;
  background: #ffffff;
  top: -2px;
  right: 0px;
  opacity: 1;
  border-radius: 0;
  color: #1792e5;
  border: 2px solid #1792e5;
  width: 200px;
  letter-spacing: 0.5px;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-FileAttachments-guidefileupload___guideFieldLongDescription {
  height: 6px;
  line-height: 4px;
  font-size: 11px;
  background: #f7f7f7;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Solstice Sans";
  padding: 10px 7px 12px;
  position: absolute;
  top: -42px;
  right: -98px;
}
.form-bill-one .custom-bill-one .guideFieldWidget.textField.guideTelephone.telephoneWidget {
  width: 88% !important;
}
.form-bill-one .custom-bill-one .guideFieldNode.guideTextDraw.textdraw1554899687375.guideStaticText.af-field-filled p {
  position: absolute;
  left: -340px;
  height: 25px;
  font-family: "Solstice Sans";
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  display: block;
  color: #d0d0d0 !important;
}
.form-bill-one .custom-bill-one div#guideContainer-toolbar-previtemnav___widget {
  margin-left: 6px;
}
.form-bill-one .custom-bill-one .guideFieldWidget.guideFieldButtonWidget.xfaButton {
  margin-right: 8px;
  margin-left: 16px;
  margin-top: 5px;
}
.form-bill-one .custom-bill-one textarea#guideContainer-rootPanel-guidetextbox_7302913___widget {
  width: 98%;
}
.form-bill-one .custom-bill-one .dropDownList select {
  width: 100% !important;
  position: relative;
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 48px;
  line-height: 23px;
  border: 2px solid #d0d0d0;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  margin: 0px;
}
.form-bill-one .custom-bill-one .guideFieldWidget.left.XfaCheckBox input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 2px;
  left: 5px;
}
.form-bill-one .custom-bill-one .guideFieldWidget.left.XfaCheckBox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 2px;
  left: 5px;
}
.form-bill-one .custom-bill-one .afRadioButtonItem {
  position: relative;
}
.form-bill-one .custom-bill-one .afRadioButtonItem .guideWidgetLabel label {
  height: 25px;
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-guidetextdraw___guide-item {
  display: block !important;
}
.form-bill-one .custom-bill-one .hint-square .guideFieldWidget.left.XfaCheckBox {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #d0d0d0;
  background-color: #ffffff;
  border-radius: 50%;
}
.form-bill-one .custom-bill-one .hint-square .guideFieldWidget.left.XfaCheckBox:focus {
  border: 1px solid #1792e5;
  outline: none;
}
.form-bill-one .custom-bill-one .hint-square .guideFieldWidget.left.XfaCheckBox::after {
  content: "";
  position: absolute;
  display: none;
}
.form-bill-one .custom-bill-one .hint-square .guideFieldWidget.left.XfaCheckBox.focusForm {
  border: 2px solid #1792e5;
}
.form-bill-one .custom-bill-one .hint-square .guideItemSelected:after {
  top: 5px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1792e5;
  content: " ";
  position: absolute;
}
.form-bill-one .custom-bill-one .sameAddress .guideFieldWidget.left.XfaCheckBox {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #d0d0d0;
  background-color: #ffffff;
  border-radius: 50%;
}
.form-bill-one .custom-bill-one .sameAddress .guideFieldWidget.left.XfaCheckBox:focus {
  border: 1px solid #1792e5;
  outline: none;
}
.form-bill-one .custom-bill-one .sameAddress .guideFieldWidget.left.XfaCheckBox::after {
  content: "";
  position: absolute;
  display: none;
}
.form-bill-one .custom-bill-one .sameAddress .guideFieldWidget.left.XfaCheckBox.focusForm {
  border: 2px solid #1792e5;
}
.form-bill-one .custom-bill-one .sameAddress .guideItemSelected:after {
  top: 5px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1792e5;
  content: " ";
  position: absolute;
}
.form-bill-one .custom-bill-one input[type="radio"]:checked .guideItemSelected:after {
  display: block;
}
.form-bill-one .custom-bill-one .PartDetails {
  margin-left: 7px;
}
.form-bill-one .custom-bill-one .PartDetails .guideFieldWidget.left.XfaCheckBox.focusForm {
  border: 2px solid #1792e5;
}
.form-bill-one .custom-bill-one .PartDetails .XfaCheckBox.guideFieldWidget {
  border: 2px solid #e6e6e6;
  background-color: #f5f5f5;
  width: 24px;
  height: 24px;
}
.form-bill-one .custom-bill-one .PartDetails .XfaCheckBox.guideFieldWidget::after {
  content: "";
  position: absolute;
  display: none;
}
.form-bill-one .custom-bill-one .PartDetails .isOptional {
  color: #303030;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Solstice Sans";
}
.form-bill-one .custom-bill-one .square-shape {
  margin-left: 7px;
}
.form-bill-one .custom-bill-one .square-shape .guideFieldWidget.left.XfaCheckBox.focusForm {
  border: 2px solid #1792e5;
}
.form-bill-one .custom-bill-one .square-shape .XfaCheckBox.guideFieldWidget {
  border: 2px solid #e6e6e6;
  background-color: #f5f5f5;
  width: 24px;
  height: 24px;
}
.form-bill-one .custom-bill-one .square-shape .XfaCheckBox.guideFieldWidget::after {
  content: "";
  position: absolute;
  display: none;
}
.form-bill-one .custom-bill-one .square-shape .isOptional {
  color: #303030;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Solstice Sans";
}
.form-bill-one .custom-bill-one .checkbox-step4 {
  margin-left: 7px;
}
.form-bill-one .custom-bill-one .checkbox-step4 .guideFieldWidget.left.XfaCheckBox.focusForm {
  border: 2px solid #1792e5;
}
.form-bill-one .custom-bill-one .checkbox-step4 .XfaCheckBox.guideFieldWidget {
  border: 2px solid #e6e6e6;
  background-color: #f5f5f5;
  width: 24px;
  height: 24px;
}
.form-bill-one .custom-bill-one .checkbox-step4 .XfaCheckBox.guideFieldWidget::after {
  content: "";
  position: absolute;
  display: none;
}
.form-bill-one .custom-bill-one .checkbox-step4 .isOptional {
  color: #303030;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Solstice Sans";
}
.form-bill-one .custom-bill-one .sameasshipping {
  margin-left: 7px;
}
.form-bill-one .custom-bill-one .sameasshipping .guideFieldWidget.left.XfaCheckBox.focusForm {
  border: 2px solid #1792e5;
}
.form-bill-one .custom-bill-one .sameasshipping .XfaCheckBox.guideFieldWidget {
  border: 2px solid #e6e6e6;
  background-color: #f5f5f5;
  width: 24px;
  height: 24px;
}
.form-bill-one .custom-bill-one .sameasshipping .XfaCheckBox.guideFieldWidget::after {
  content: "";
  position: absolute;
  display: none;
}
.form-bill-one .custom-bill-one .sameasshipping .isOptional {
  color: #303030;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Solstice Sans";
}
.form-bill-one .custom-bill-one input[type="checkbox"]:checked .checkbox-step4.guideItemSelected:after {
  display: block;
}
.form-bill-one .custom-bill-one .PartDetails.guideItemSelected:after {
  display: block;
  color: #ffffff;
  left: 7px;
  top: 14px;
  content: '';
  position: absolute;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -1px 0 #ffffff, 4px -2px 0 #ffffff, 4px -3px 0 #ffffff, 4px -4px 0 #ffffff, 4px -5px 0 #ffffff, 4px -6px 0 #ffffff, 4px -7px 0 #ffffff, 4px -8px 0 #ffffff, 4px -9px 0 #ffffff, 4px -10px 0 #ffffff, 4px -11px 0 #ffffff, 4px -12px 0 #ffffff;
  box-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -1px 0 #ffffff, 4px -2px 0 #ffffff, 4px -3px 0 #ffffff, 4px -4px 0 #ffffff, 4px -5px 0 #ffffff, 4px -6px 0 #ffffff, 4px -7px 0 #ffffff, 4px -8px 0 #ffffff, 4px -9px 0 #ffffff, 4px -10px 0 #ffffff, 4px -11px 0 #ffffff, 4px -12px 0 #ffffff;
  -moz-box-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -1px 0 #ffffff, 4px -2px 0 #ffffff, 4px -3px 0 #ffffff, 4px -4px 0 #ffffff, 4px -5px 0 #ffffff, 4px -6px 0 #ffffff, 4px -7px 0 #ffffff, 4px -8px 0 #ffffff, 4px -9px 0 #ffffff, 4px -10px 0 #ffffff, 4px -11px 0 #ffffff, 4px -12px 0 #ffffff;
  transform: rotate(45deg);
}
.form-bill-one .custom-bill-one .square-shape.guideItemSelected:after {
  display: block;
  color: #ffffff;
  left: 7px;
  top: 14px;
  content: '';
  position: absolute;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -1px 0 #ffffff, 4px -2px 0 #ffffff, 4px -3px 0 #ffffff, 4px -4px 0 #ffffff, 4px -5px 0 #ffffff, 4px -6px 0 #ffffff, 4px -7px 0 #ffffff, 4px -8px 0 #ffffff, 4px -9px 0 #ffffff, 4px -10px 0 #ffffff, 4px -11px 0 #ffffff, 4px -12px 0 #ffffff;
  box-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -1px 0 #ffffff, 4px -2px 0 #ffffff, 4px -3px 0 #ffffff, 4px -4px 0 #ffffff, 4px -5px 0 #ffffff, 4px -6px 0 #ffffff, 4px -7px 0 #ffffff, 4px -8px 0 #ffffff, 4px -9px 0 #ffffff, 4px -10px 0 #ffffff, 4px -11px 0 #ffffff, 4px -12px 0 #ffffff;
  -moz-box-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -1px 0 #ffffff, 4px -2px 0 #ffffff, 4px -3px 0 #ffffff, 4px -4px 0 #ffffff, 4px -5px 0 #ffffff, 4px -6px 0 #ffffff, 4px -7px 0 #ffffff, 4px -8px 0 #ffffff, 4px -9px 0 #ffffff, 4px -10px 0 #ffffff, 4px -11px 0 #ffffff, 4px -12px 0 #ffffff;
  transform: rotate(45deg);
}
.form-bill-one .custom-bill-one .sameasshipping.guideItemSelected:after {
  display: block;
  color: #ffffff;
  left: 7px;
  top: 14px;
  content: '';
  position: absolute;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -1px 0 #ffffff, 4px -2px 0 #ffffff, 4px -3px 0 #ffffff, 4px -4px 0 #ffffff, 4px -5px 0 #ffffff, 4px -6px 0 #ffffff, 4px -7px 0 #ffffff, 4px -8px 0 #ffffff, 4px -9px 0 #ffffff, 4px -10px 0 #ffffff, 4px -11px 0 #ffffff, 4px -12px 0 #ffffff;
  box-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -1px 0 #ffffff, 4px -2px 0 #ffffff, 4px -3px 0 #ffffff, 4px -4px 0 #ffffff, 4px -5px 0 #ffffff, 4px -6px 0 #ffffff, 4px -7px 0 #ffffff, 4px -8px 0 #ffffff, 4px -9px 0 #ffffff, 4px -10px 0 #ffffff, 4px -11px 0 #ffffff, 4px -12px 0 #ffffff;
  -moz-box-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -1px 0 #ffffff, 4px -2px 0 #ffffff, 4px -3px 0 #ffffff, 4px -4px 0 #ffffff, 4px -5px 0 #ffffff, 4px -6px 0 #ffffff, 4px -7px 0 #ffffff, 4px -8px 0 #ffffff, 4px -9px 0 #ffffff, 4px -10px 0 #ffffff, 4px -11px 0 #ffffff, 4px -12px 0 #ffffff;
  transform: rotate(45deg);
}
.form-bill-one .custom-bill-one .checkbox-step4.guideItemSelected:after {
  color: #ffffff;
  left: 7px;
  top: 14px;
  content: '';
  position: absolute;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -1px 0 #ffffff, 4px -2px 0 #ffffff, 4px -3px 0 #ffffff, 4px -4px 0 #ffffff, 4px -5px 0 #ffffff, 4px -6px 0 #ffffff, 4px -7px 0 #ffffff, 4px -8px 0 #ffffff, 4px -9px 0 #ffffff, 4px -10px 0 #ffffff, 4px -11px 0 #ffffff, 4px -12px 0 #ffffff;
  box-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -1px 0 #ffffff, 4px -2px 0 #ffffff, 4px -3px 0 #ffffff, 4px -4px 0 #ffffff, 4px -5px 0 #ffffff, 4px -6px 0 #ffffff, 4px -7px 0 #ffffff, 4px -8px 0 #ffffff, 4px -9px 0 #ffffff, 4px -10px 0 #ffffff, 4px -11px 0 #ffffff, 4px -12px 0 #ffffff;
  -moz-box-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -1px 0 #ffffff, 4px -2px 0 #ffffff, 4px -3px 0 #ffffff, 4px -4px 0 #ffffff, 4px -5px 0 #ffffff, 4px -6px 0 #ffffff, 4px -7px 0 #ffffff, 4px -8px 0 #ffffff, 4px -9px 0 #ffffff, 4px -10px 0 #ffffff, 4px -11px 0 #ffffff, 4px -12px 0 #ffffff;
  transform: rotate(45deg);
}
.form-bill-one .custom-bill-one .guideRadioButtonGroupItems {
  margin-top: 20px;
}
.form-bill-one .custom-bill-one .guideRadioButtonGroupItems div:last-child {
  margin-left: 11px;
}
.form-bill-one .custom-bill-one .guideRadioButtonGroupItems .guideFieldWidget.left.XfaCheckBox label {
  margin: 0;
}
.form-bill-one .custom-bill-one .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
  display: inline-block;
  padding-left: 18px;
  width: 49%;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-panel_686999192_copy_914269585-guideradiobutton__ {
  margin-left: 16px;
}
.form-bill-one .custom-bill-one .guideTextDraw.guideStaticText p {
  color: #303030 !important;
  font-family: "Solstice Sans";
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.form-bill-one .custom-bill-one .sending {
  color: #303030 !important;
  font-family: "Solstice Sans";
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 26px;
  height: auto;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy_914269585-panel-guidetextdraw_1989150145__ p {
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy-panel-guidetextdraw_1989150145__ p {
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192-panel-guidetextdraw_1989150145__ p {
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy_1785171037-panel-guidetextdraw_1989150145__ p {
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.form-bill-one .custom-bill-one .row.bottom-buttons {
  display: none;
}
.form-bill-one .custom-bill-one .wizard-navigators > li > a {
  text-overflow: clip;
}
.form-bill-one .custom-bill-one .wizard-navigators > li > a::before {
  content: none;
}
.form-bill-one .custom-bill-one .wizard-navigators > li > a::after {
  content: "/";
  padding: 0 6px;
  color: #969696;
}
.form-bill-one .custom-bill-one .wizard-navigators li:last-child > a::after {
  content: " ";
}
.form-bill-one .custom-bill-one .guideNavIcon span {
  height: 17px;
  font-family: "Solstice Sans";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 17px;
  text-transform: uppercase;
}
.form-bill-one .custom-bill-one .guideFieldLabel.top label.isOptional::before {
  content: " ";
  color: red;
  position: absolute;
  left: -2px;
  top: 2px;
}
.form-bill-one .custom-bill-one .guideFieldError {
  color: #d22630;
  font-family: "Solstice Sans";
  font-size: 16px !important;
  line-height: 20px;
}
.form-bill-one .custom-bill-one input[aria-invalid='true'] {
  border: 2px solid #d22630 !important;
}
.form-bill-one .custom-bill-one textarea[aria-invalid='true'] {
  border: 2px solid #d22630 !important;
}
.form-bill-one .custom-bill-one select[aria-invalid='true'] {
  border: 2px solid #d22630 !important;
}
.form-bill-one .custom-bill-one .table-t input[type=text] {
  height: 32px;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.form-bill-one .custom-bill-one .table-t td {
  border-top: none;
  vertical-align: middle !important;
}
.form-bill-one .custom-bill-one .table-t td .formDate {
  width: 120px;
}
.form-bill-one .custom-bill-one .table-t td .formDate .honeywellDatePicker input[type="text"] {
  font-size: 13px;
}
.form-bill-one .custom-bill-one .table-t td .formDate .honeywellDatePicker:before {
  right: 4px;
  top: 5px;
  font-size: 20px;
}
.form-bill-one .custom-bill-one .table-t td span .guideTableRuntimeDeleteControl {
  position: relative;
  right: 7px;
  margin: 0.5rem;
  outline: none;
  bottom: 5px;
}
.form-bill-one .custom-bill-one .table-t td:first-child span .guideTableRuntimeDeleteControl {
  display: none;
}
.form-bill-one .custom-bill-one .table-t td:last-child .guidebutton.guidefield.guide-1556090006153 {
  width: 47px !important;
}
.form-bill-one .custom-bill-one .table-t td:last-child .guidebutton.guidefield {
  width: 47px !important;
  height: 0;
}
.form-bill-one .custom-bill-one .table-t td:last-child .guidebutton.guidefield button:not(.af-icon-button) {
  margin-left: -20px;
  min-width: 30px;
  padding: 0px;
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  height: 20px;
  display: none;
}
.form-bill-one .custom-bill-one .table-t td:last-child span .guideTableRuntimeEditControl {
  display: none !important;
}
.form-bill-one .custom-bill-one .table-t td:last-child span .guideTableRuntimeAddControl {
  display: none !important;
}
.form-bill-one .custom-bill-one .table-t td:last-child span .guideTableRuntimeDeleteControl {
  display: block !important;
  float: right;
}
.form-bill-one .custom-bill-one .submit-button .guideFieldWidget.guideFieldButtonWidget.xfaButton {
  margin-right: 0px;
}
.form-bill-one .custom-bill-one .submit-button .guideFieldWidget.guideFieldButtonWidget.xfaButton .submit {
  margin-right: 0px !important;
}
.form-bill-one .custom-bill-one .submitpo-button-section div#guideContainer-toolbar-nextitemnav___guide-item {
  float: right !important;
}
.form-bill-one .custom-bill-one .submitpo-button-section .submit-button .guideFieldWidget.guideFieldButtonWidget.xfaButton {
  margin-right: 0px;
}
.form-bill-one .custom-bill-one .submitpo-button-section .submit-button .guideFieldWidget.guideFieldButtonWidget.xfaButton .submit {
  margin-right: 0px !important;
}
.form-bill-one .custom-bill-one .submitpo-button-section .submitpo-submit .guideFieldWidget.guideFieldButtonWidget.xfaButton {
  margin-right: 0px;
}
.form-bill-one .custom-bill-one .submitpo-button-section .submitpo-submit .guideFieldWidget.guideFieldButtonWidget.xfaButton .submit {
  margin-right: 0px !important;
}
.form-bill-one .custom-bill-one .submitpo-button-section .submit-po-button button.moveNext:not(.af-icon-button) {
  color: #ffffff;
  background: #1792e5 !important;
}
.form-bill-one .custom-bill-one .submitpo-button-section .submit-po-button button.moveNext:not(.af-icon-button):hover {
  border-color: #1272b2;
  background: #1272b2 !important;
}
.form-bill-one .custom-bill-one .warranty-check p:last-child {
  font-size: 15px;
  line-height: 35px;
  font-weight: 300;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_1573185223-guidetextbox_8879427___guide-item {
  margin-left: 28px;
}
.form-bill-one .custom-bill-one .additionalComments {
  margin-left: 13px;
}
.form-bill-one .custom-bill-one .submitpo-section-order .committe-headline p::before {
  content: "";
}
.form-bill-one .custom-bill-one .submitpo-section-order #guideContainer-rootPanel-panel-guidetextbox___guide-item {
  padding-right: 15px;
}
.form-bill-one .custom-bill-one .submitpo-section-order .guideCheckBox.AircraftOwner {
  margin-left: 15px;
}
.form-bill-one .custom-bill-one .submitpo-section-order .guideTextDraw.guideStaticText {
  padding-left: 0.9rem !important;
}
.form-bill-one .custom-bill-one .submitpo-section-order #guideContainer-rootPanel-panel-panel_1869971701___guide-item {
  margin-top: -20px;
}
.form-bill-one .custom-bill-one .submitpo-section-order div#guideContainer-rootPanel-panel_686999192_copy-panel-guidetextdraw_1989150145___guide-item {
  margin-top: -10px;
}
.form-bill-one .custom-bill-one .submitpo-section-order div#guideContainer-rootPanel-panel_686999192-panel-guidetextdraw_1989150145___guide-item {
  margin-top: -10px;
}
.form-bill-one .custom-bill-one .submitpo-section-order div#guideContainer-rootPanel-panel_686999192_copy_1785171037-panel-guidetextdraw_1989150145___guide-item {
  margin-top: -10px;
}
.form-bill-one .custom-bill-one .submitpo-section-order #guideContainer-rootPanel-panel_686999192_copy_914269585-panel-guidetextdraw_1989150145___guide-item {
  margin-top: -10px;
}
.form-bill-one .custom-bill-one .submitpo-section-order div#guideContainer-rootPanel-panel-panel_423361632-guidetextdraw_160225___guide-item {
  margin-top: -10px;
}
.form-bill-one .custom-bill-one .submitpo-section-order .warranty-subheading {
  margin-top: -10px;
}
.form-bill-one .custom-bill-one .submitpo-section-order .warranty-subheading p {
  font-size: 15px !important;
  font-weight: 300;
}
.form-bill-one .custom-bill-one .submitpo-section-order .wizard-navigators {
  margin-left: -2px;
  float: left;
  font-size: 14px;
}
.form-bill-one .custom-bill-one .submitpo-section-order .wizard-navigators > li {
  counter-increment: li;
}
.form-bill-one .custom-bill-one .submitpo-section-order .wizard-navigators > li:nth-child(1) {
  margin-left: -50px;
}
.form-bill-one .custom-bill-one .submitpo-section-order .guideTableRuntimeEditControl {
  display: none;
}
.form-bill-one .custom-bill-one .submitpo-section-order .guideTableRuntimeAddControl {
  display: none;
}
.form-bill-one .custom-bill-one .submitpo-section-order input[type="date"] {
  background: #ffffff url(../aero/aero-adaptive-form-theme/assets/calender.svg) 53.88888889% 2.2rem no-repeat;
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  border: 2px solid #d0d0d0;
  box-sizing: border-box;
  outline: 0;
  height: 2.2rem;
  min-height: 48px;
}
.form-bill-one .custom-bill-one .submitpo-section-order input[type="date"]:not(:focus) {
  color: #d0d0d0;
}
.form-bill-one .custom-bill-one .submitpo-section-order input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
.form-bill-one .custom-bill-one .submitpo-section-order input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.form-bill-one .custom-bill-one .submitpo-section-order input[type="date"]::-webkit-clear-button {
  display: none;
}
.form-bill-one .custom-bill-one .submitpo-section-order select:not(:focus) {
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.form-bill-one .custom-bill-one .submitpo-section-order select option:first-child {
  height: 48px;
  font-family: "Solstice Sans";
  font-size: 18px;
  line-height: 25px;
}
.form-bill-one .custom-bill-one .submitpo-section-order input::placeholder {
  height: 48px;
  color: #d0d0d0;
  font-family: "Solstice Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.form-bill-one .custom-bill-one .submitpo-section-order input:-ms-input-placeholder {
  color: #d0d0d0 !important;
}
.form-bill-one .custom-bill-one .submitpo-section-order textarea:-ms-input-placeholder {
  color: #d0d0d0 !important;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-panel_1100265055-guideradiobutton__ {
  margin-left: 14px;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-panel_57734725-guidetextbox__ {
  margin-left: -1px;
}
.form-bill-one .custom-bill-one .email-mailing .otherQuestions {
  margin-left: 12px;
}
.form-bill-one .custom-bill-one .email-mailing .guideFieldLabel label {
  height: auto;
  margin-left: 4px;
}
.form-bill-one .custom-bill-one .addressLine2 .guideFieldLabel.top label.isOptional::before {
  content: "";
}
.form-bill-one .custom-bill-one .accountNumber .guideFieldLabel.top label.isOptional::before {
  content: "";
}
.form-bill-one .custom-bill-one .poNumber .guideFieldLabel.top label.isOptional::before {
  content: "";
}
.form-bill-one .custom-bill-one .addressLine2-billing .guideFieldLabel.top label.isOptional::before {
  content: "";
}
.form-bill-one .custom-bill-one .HoneywellInvoiceNumber .guideFieldLabel.top label.isOptional::before {
  content: "";
}
.form-bill-one .custom-bill-one .ownerAddress2 .guideFieldLabel.top label.isOptional::before {
  content: "";
}
.form-bill-one .custom-bill-one .afToolbarButton.hidden {
  display: inline-block !important;
}
.form-bill-one .custom-bill-one .text-aera {
  margin-left: 12px;
}
.form-bill-one .custom-bill-one .aircraft-make .col-md-6 {
  padding-right: 0px;
}
.form-bill-one .custom-bill-one .select-custom span.mvp-icon-carat_down {
  right: 7px;
  top: 34%;
  display: none;
}
.form-bill-one .custom-bill-one .submitpo-parttext {
  margin-left: 23px;
}
.form-bill-one .custom-bill-one .submitpo-parttext p {
  font-size: 15px !important;
}
.form-bill-one .custom-bill-one .heading-text p {
  font-size: 15px !important;
}
.form-bill-one .custom-bill-one .damengine-text p {
  font-size: 18px !important;
  text-align: justify;
}
.form-bill-one .custom-bill-one .guideImage img {
  margin-top: 0.5rem;
  max-width: calc(100.5%);
  cursor: pointer;
}
.form-bill-one .custom-bill-one .mandatory p::before {
  content: "*";
  color: red;
  position: absolute;
  left: -3px;
  top: 3px;
}
.form-bill-one .custom-bill-one .isRequires .guideFieldLabel.top .isOptional::before {
  content: "*";
  color: #d22630;
  position: absolute;
  left: -3px;
  top: 3px;
  font-weight: 500 !important;
}
.form-bill-one .custom-bill-one .isRequires .guidePanelDescription.guideGridFluidDescription::before {
  content: "*";
  color: #d22630;
  position: absolute;
  left: -3px;
  top: 3px;
  font-weight: 800;
}
.form-bill-one .custom-bill-one .damengine-link p a {
  text-decoration: none;
}
.form-bill-one .custom-bill-one .damengine-link p:hover {
  color: #1792e5 !important;
}
.form-bill-one .custom-bill-one .guideTextDraw.guideStaticText.committe-region p {
  height: auto;
  color: #303030 !important;
  font-size: 16px !important;
  font-weight: 500;
}
.form-bill-one .custom-bill-one .guideTextDraw.guideStaticText.committe-region p::before {
  content: "*";
  color: #d22630;
  position: absolute;
  left: -3px;
  top: 3px;
  font-weight: 800;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-sectionOne___guide-item {
  margin-top: -30px;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-Aircraft-regionofoperation___guide-item {
  margin-top: -25px;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy-table___guide-item {
  padding-right: 11px;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy-guidefileupload___guide-item {
  padding-right: 11px;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_321341578-guidefileupload__ {
  padding-right: 11px;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_1331601433-guidecheckbox___guide-item {
  padding-right: 15px;
  margin: 1px;
}
.form-bill-one .custom-bill-one label.customer-release {
  text-align: justify;
  font-size: 16px;
  height: auto;
  min-height: 150px;
  color: #303030;
  font-weight: 300;
  line-height: 25px;
  font-family: "Solstice Sans";
}
.form-bill-one .custom-bill-one .guideWidgetLabel.right {
  pointer-events: none;
}
.form-bill-one .custom-bill-one .technicalIssueForm .submitpo-hint-text {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.form-bill-one .custom-bill-one .technicalIssueForm .text p {
  text-align: center;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}
.form-bill-one .custom-bill-one .technicalIssueForm .helpText p {
  font-size: 18px;
  color: #d0d0d0 !important;
  padding-left: 4px;
}
.form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_1227012388-guidetextdraw_2038144163__ {
  position: absolute;
  right: 114px;
  bottom: 27px;
}
.form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_1227012388-guidetextdraw_1347443403___guide-item {
  margin-top: -33px;
}
.form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_1227012388-guidetextbox___label {
  padding-left: 13px;
}
.form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_461648638-guideradiobutton__ {
  padding-bottom: 25px;
}
.form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_623843435-panel-guidetextdraw_842555___guide-item {
  padding-left: 0px;
}
.form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_623843435-panel-guidetextdraw___guide-item {
  padding-top: 0px;
  position: absolute;
  left: 183px;
  top: 17px;
}
.form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_623843435-panel-guidetextdraw___guide-item .technicalText {
  color: #5a8028 !important;
  font-size: 22px;
}
.form-bill-one .custom-bill-one .technicalIssueForm .technicalAera {
  padding: 0 22px 0 13px;
}
.form-bill-one .custom-bill-one .technicalIssueForm .technicalAera .guideFieldLabel label {
  display: inline;
}
.form-bill-one .custom-bill-one .technicalIssueForm .emailConf {
  padding-left: 15px;
}
.form-bill-one .custom-bill-one .technicalIssueForm .confirmation {
  margin-top: 0px;
}
.form-bill-one .custom-bill-one .technicalIssueForm .technicalTextAera textarea {
  border: 0px solid;
  overflow: hidden;
  outline: none;
  font-size: 16px;
  resize: none;
  padding-bottom: 0px;
}
.form-bill-one .custom-bill-one .technicalIssueForm .technicalTextAera textarea:focus {
  outline: none !important;
  border: 0px solid !important;
}
.form-bill-one .custom-bill-one .technicalIssueForm .backTech {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.form-bill-one .custom-bill-one .technicalIssueForm .SubmitP {
  font-size: 18px !important;
}
.form-bill-one .custom-bill-one .technicalIssueForm .technicalCase {
  position: absolute;
  left: 274px;
  bottom: 19px;
  font-weight: 900 !important;
  font-size: 18px;
}
.form-bill-one .custom-bill-one .technicalIssueForm .technicalCheck .XfaCheckBox {
  float: left;
}
.form-bill-one .custom-bill-one .technicalIssueForm .technicalCheck .guideWidgetLabel {
  display: flex;
  padding-left: 10px;
}
.form-bill-one .custom-bill-one .technicalIssueForm .technicalCheck .guideWidgetLabel .isOptional {
  height: auto;
}
.form-bill-one .custom-bill-one .purchaseCustomer .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
  padding-left: 30px;
  padding-bottom: 10px;
}
.form-bill-one .custom-bill-one .purchaseCustomer .guideRadioButtonGroupItems div:last-child {
  margin-left: 0px;
}
.form-bill-one .custom-bill-one .purchaseCustomer .purchaseCustomerType {
  padding-left: 14px;
}
.form-bill-one .custom-bill-one .confirmationNewFormBtn button {
  background: white;
  color: #1792e5;
}
.form-bill-one .custom-bill-one .submitRequestForm {
  padding-top: 0px !important;
}
.form-bill-one .custom-bill-one .website-fileAttachement {
  padding-left: 15px !important;
  padding-right: 2px;
}
.form-bill-one .custom-bill-one .guideTextDraw.guideStaticText.website-text p {
  font-size: 18px;
  color: #d0d0d0 !important;
  padding-left: 4px;
}
.form-bill-one .custom-bill-one .conf-focus input[type=text]:focus {
  border: none !important;
  display: none;
}
.form-bill-one .custom-bill-one .focusConfirm {
  border: none !important;
  height: 0 !important;
  display: none;
}
.form-bill-one .custom-bill-one .guideHelpQuestionMark {
  outline: none !important;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form span.mvp-icon-carat_down {
  display: none;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .dropDownList {
  width: 100%;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container--disabled {
  background: #eeeeee;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default {
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 2px solid #d0d0d0;
  padding: 0 40px 0 10px;
  font-size: 18px;
  font-weight: 300;
  color: #303030;
  line-height: 25px;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 26px;
  height: 26px;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  color: #9B9B9B;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default .select2-selection--single:focus {
  border: 2px solid #1792e5;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #d0d0d0;
  line-height: 44px;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  height: 100%;
  color: #303030;
  line-height: 44px;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default .select2-selection {
  height: 100%;
  border: 0;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default .select2-dropdown {
  border: 2px solid #1792e5;
  border-top: 0;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default .select2-dropdown.select2-dropdown--above {
  border-top: 2px solid #1792e5;
  border-bottom: 0;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default .select2-results__options .select2-results__option {
  padding: 0 0 0 10px;
  line-height: 44px;
  background: #ffffff;
  color: #303030;
  font-size: 18px;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default .select2-results__options .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default .select2-results__option--highlighted {
  background: #1792e5;
  color: #ffffff;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default .select2-results__option--highlighted:not(:last-child) {
  border-bottom: 2px solid #d0d0d0 !important;
  margin-bottom: -1px;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default.select2-container--open {
  border-color: #1792e5;
}
.form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form body > .select2-container.select2-container--default {
  border: 0;
}
.form-bill-one .custom-bill-one .mvp-icon-information:before {
  font-size: 24px !important;
  line-height: 0px;
  color: #707070;
}
.form-bill-one .custom-bill-one .vat .guideFieldLabel.top label {
  width: 365px;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_1331601433-dbasection-guideradiobutton___label {
  width: 230px;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_1331601433-dbasection-guideradiobutton_1218031825___label {
  width: 230px;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-panel_copy-regionofoperation_co___guide-item {
  padding-left: 0px;
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-panel_copy-regionofoperation_co_1415464044___guide-item {
  padding-left: 0px;
}
.form-bill-one .custom-bill-one .ccd.technicalTextAera {
  height: 0 !important;
}
.form-bill-one .custom-bill-one .aemformcontainer .afCheckBoxItem .guideWidgetLabel label {
  height: auto;
}
.form-bill-one .custom-bill-one .AircraftDate-show.validation-failure input[type="text"] {
  border: 2px solid #d22630;
}
.form-bill-one .custom-bill-one .AircraftDate-show.validation-failure input[type="text"][aria-invalid='false'] {
  border: 2px solid #d0d0d0;
}
.form-bill-one .custom-bill-one .DateofFailure-show.validation-failure input[type="text"] {
  border: 2px solid #d22630;
}
.form-bill-one .custom-bill-one .DateofFailure-show.validation-failure input[type="text"][aria-invalid='false'] {
  border: 2px solid #d0d0d0;
}
.form-bill-one .custom-bill-one .EngineReceiveddate-show.validation-failure input[type="text"] {
  border: 2px solid #d22630;
}
.form-bill-one .custom-bill-one .EngineReceiveddate-show.validation-failure input[type="text"][aria-invalid='false'] {
  border: 2px solid #d0d0d0;
}
.form-bill-one .custom-bill-one .EngineOutDate-show.validation-failure input[type="text"] {
  border: 2px solid #d22630;
}
.form-bill-one .custom-bill-one .EngineOutDate-show.validation-failure input[type="text"][aria-invalid='false'] {
  border: 2px solid #d0d0d0;
}
.form-bill-one .custom-bill-one .HoneywellCommitDate-show.validation-failure input[type="text"] {
  border: 2px solid #d22630;
}
.form-bill-one .custom-bill-one .HoneywellCommitDate-show.validation-failure input[type="text"][aria-invalid='false'] {
  border: 2px solid #d0d0d0;
}
.form-bill-one .custom-bill-one .date-picker.validation-failure input[type="text"] {
  border: 2px solid #d22630;
}
.form-bill-one .custom-bill-one .date-picker.validation-failure input[type="text"][aria-invalid='false'] {
  border: 2px solid #d0d0d0;
}
.form-bill-one .custom-bill-one .invoiceBox .guideFieldLabel.top {
  display: none;
}
.form-bill-one .custom-bill-one .multi-line .guideFieldWidget.afFileUpload.fileUpload .guide-fu-fileClose.close {
  display: inline-block;
  float: none;
  opacity: 1;
  color: transparent;
}
.form-bill-one .custom-bill-one .multi-line .guideFieldWidget.afFileUpload.fileUpload .guide-fu-fileClose.close:focus {
  outline-color: transparent;
}
.form-bill-one .custom-bill-one .multi-line .guideFieldWidget.afFileUpload.fileUpload .guide-fu-fileClose.close:after {
  font-family: 'FontAwesome';
  content: "\f1f8";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #1792e5;
  text-shadow: 0 1px 0 #ffffff;
  cursor: pointer;
}
.form-bill-one .custom-bill-one .web-attach.multi-line .guideFieldWidget.afFileUpload.fileUpload .guide-fu-fileItemList:focus {
  outline-color: transparent;
}
.mvp-form-wrapper .mvp-left-side {
  min-height: 60vh;
  height: 100%;
}
.mvp-form-wrapper .mvp-left-side img {
  width: 100%;
}
.mvp-form-wrapper .mvp-left-side .cmp-text p {
  color: #404040;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.31px;
  line-height: 28px;
}
.mvp-form-wrapper .mvp-left-side .cmp-text ol {
  font-size: 14px;
  font-weight: 300;
  margin: 20px 0;
}
.mvp-form-wrapper .mvp-left-side .cmp-text ol > li {
  counter-increment: item;
  list-style-type: none;
  line-height: 1.5;
}
.mvp-form-wrapper .mvp-left-side .cmp-text ol > li:before {
  font-weight: 800;
  content: counter(item) ".";
  padding-right: 0.5em;
}
.mvp-form-wrapper .wizard-navigators > li .indicator {
  display: none;
}
.mvp-form-wrapper .wizard-navigators > li .progress {
  display: none;
}
.mvp-form-wrapper .guide-tab-scroller.guide-tab-scroller-next {
  display: none;
}
.mvp-form-wrapper .guide-tab-scroller.guide-tab-scroller-previous {
  display: none;
}
.mvp-form-wrapper .wizard-nav-arrow.wizard-nav-next {
  display: none;
}
.mvp-form-wrapper .wizard-nav-arrow.wizard-nav-prev {
  display: none;
}
.mvp-form-wrapper .row .mvp-left-side {
  padding-right: 59px;
}
.mvp-form-wrapper .row .mvp-left-side .cmp-title__text {
  font-weight: 900;
  font-size: 32px;
}
.mvp-form-wrapper .row .mvp-left-side .image.section {
  margin-top: 60px;
}
.mvp-form-wrapper .row .mvp-right-side {
  padding-left: 15px;
}
.mvp-form-wrapper .row .mvp-right-side .guideContainerWrapperNode {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.mvp-form-wrapper .row .mvp-right-side .wizard-navigators {
  margin-left: -15px;
}
.mvp-form-wrapper .row .mvp-right-side .bottom-buttons {
  position: absolute;
  bottom: -20px;
  width: 100%;
}
.mvp-form-wrapper .row .mvp-right-side .mvp-form-nav {
  text-transform: uppercase;
  border-radius: 0;
  width: auto;
  min-width: 210px;
  padding: 15px 40px;
  background: #1792e5;
  text-decoration: none;
  color: #ffffff;
  border: none;
  display: inline-block;
}
.mvp-form-wrapper .row .mvp-right-side .mvp-form-nav:hover {
  background: #1272b2;
}
.mvp-form-wrapper .row .mvp-right-side .mvp-form-nav.mvp-form-prev {
  background-color: white;
  border-style: solid;
  border-color: #1792e5;
  color: #1792e5;
}
.mvp-form-wrapper .row .mvp-right-side .mvp-form-nav.mvp-form-prev:hover {
  border-color: #1272b2;
  color: #1272b2;
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .guideFieldError {
  position: absolute;
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .guideWizardLayout {
  padding-top: 0;
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators {
  counter-reset: li;
  overflow: visible;
  padding-top: 0;
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators > li {
  counter-increment: li;
  margin-left: 10px;
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators > li:nth-child(2) {
  margin-left: -5px;
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators > li > a {
  font-family: "Solstice Sans";
  overflow: visible;
  text-transform: uppercase;
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators > li > a::before {
  margin-right: 0 !important;
  background-color: rgba(0, 0, 0, 0);
  border: none !important;
  color: #A0A0A0 !important;
  top: 2px;
  position: relative;
  content: counters(li, ".", decimal-leading-zero) !important;
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators > li > a::after {
  content: "/";
  position: absolute;
  right: -12px;
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators > li:last-child > a::after {
  content: "";
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators > li.active > a::before {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #707070 !important;
  font-weight: 900;
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators:last-child > a::after {
  content: "";
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .guideFieldLabel {
  font-size: 16px;
  color: #404040;
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .guideFieldWidget input {
  border: 2px solid #d0d0d0;
  height: 48px;
}
.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .bottom-buttons .client-btn.mvp-form-nav.mvp-form-prev {
  border-width: 1px !important;
}
.mvp-form-wrapper .afWizardPanel {
  min-width: 100%;
  padding: 0;
}
#loadingPage.guideMessage {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  display: none;
}
#loadingPage.guideMessage h1 {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  padding: 1.875rem;
  color: #f9f9f9;
  font-size: 1.25rem;
  display: none;
}
#loadingPage.guideMessage * {
  display: none !important;
}
#loadingPage * {
  display: none;
}
.guideLoading {
  background: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: auto;
  z-index: 100000;
  background-color: #ffffff;
  display: none;
}
.guideServiceLoading {
  display: none;
  background: none;
  cursor: auto !important;
}
.indicate_required label.isRequired::before {
  content: "*";
  color: #d22630;
  position: absolute;
  left: -10px;
  top: 3px;
}
.tooltip-form-overlay {
  background: #808080;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0.4;
  z-index: 99;
  transition: 0.5s ease;
}
.about_info {
  color: #5a8028 !important;
  font-size: 22px;
}
.select2-search.select2-search--dropdown {
  padding: 0;
  height: 48px;
}
.select2-search.select2-search--dropdown:after {
  content: '\e92A';
  font-family: "icomoonregular" !important;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 26px;
  color: #707070;
}
.select2-search.select2-search--dropdown .select2-search__field {
  border: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 40px;
  color: #303030;
  font-weight: 300;
  border-bottom: 1px solid #d0d0d0;
}
.aero-tooltip.form-tooltip.bs-tooltip-top {
  top: -6px !important;
  left: 4px !important;
}
.aero-tooltip.form-tooltip.arrow {
  left: calc(40%) !important;
}
.aero-tooltip.form-tooltip.bs-tooltip-bottom {
  top: 12px !important;
  left: 4px !important;
}
::-webkit-file-upload-button {
  height: 0;
  width: 0;
}
.guideFieldWidget.afFileUpload.fileUpload.focusForm {
  border: 2px solid #1792e5 !important;
}
.guide-1557740558101 .numericInput input[type='text'] {
  text-overflow: ellipsis;
}
.guide-1557740558101 .numericInput input[type='number'] {
  text-overflow: ellipsis;
}
.select2-container.select2-container--default {
  font-size: 16px;
}
.website-text.help-text {
  display: block !important;
}
.online-ordering {
  font-size: 40px;
  line-height: 46px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .aemformcontainer button.client-btn.submit {
    width: 100%;
  }
  .aemformcontainer a.client-btn.submit {
    width: 100%;
  }
  .aemformcontainer .guidebutton.guidefield button:not(.af-icon-button).submit {
    width: 100%;
  }
  .aemformcontainer .guideRootPanel {
    margin: 0 10px;
  }
  .aemformcontainer .guideFieldWidget input[type="date"] {
    font-size: inherit;
  }
  .aemformcontainer .guideFieldWidget input[type="text"] {
    font-size: inherit;
  }
  .aemformcontainer .guideFieldWidget input[type="password"] {
    font-size: inherit;
  }
  .aemformcontainer .guideFieldWidget select {
    font-size: inherit;
  }
  .aemformcontainer .guideFieldWidget textarea {
    font-size: inherit;
  }
  .aemformcontainer .submitRequestForm .gridFluidLayout .guideLayout.guideGridFluidLayout .row {
    display: flex;
    text-align: center;
    padding-bottom: 25px;
  }
  .aemformcontainer .submitRequestForm h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .aemformcontainer .submitRequestForm .confirmationText.guideTextDraw.guideStaticText p {
    width: 300px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 23px;
  }
  .aemformcontainer .submitRequestForm .mvp-icon-success:before {
    font-size: 110px;
  }
  .form-bill-one .custom-bill-one .navdb-form .row #guideContainer-rootPanel-panel-panel_1541165784___guide-item-container {
    padding-left: 8px !important;
  }
  .form-bill-one .custom-bill-one .toolbar {
    margin-top: 0px !important;
  }
  .form-bill-one .custom-bill-one .toolbar #guideContainer-toolbar-previtemnav_copy___guide-item {
    padding-left: 0px !important;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .submitpo-producttable.changeparts-producttable table {
    margin-left: 0 !important;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_321341578-guidetextdraw_copy___guide-item p {
    font-size: 14px;
    line-height: normal;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_321341578-guidefileupload__ {
    margin-left: 4px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_321341578-guideradiobutton__ {
    margin-left: 4px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
    width: 100%;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_686999192_copy-guidetextdraw_102964__ {
    padding-left: 6px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details div#guideContainer-rootPanel-panel_686999192_copy-guidetextdraw_102964___guide-item div#guideContainer-rootPanel-panel_686999192_copy-guidetextdraw_102964__ p {
    font-size: 14px;
    line-height: normal;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details div#guideContainer-rootPanel-panel_686999192_copy-guidetextdraw_102964___guide-item div#guideContainer-rootPanel-panel_321341578-guidetextdraw__ p {
    font-size: 14px;
    line-height: normal;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .AmountofMaterialClaim .numericInput input[type=text] {
    padding: 0;
    margin: 0;
    font-size: 15px !important;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .totalClaims .guideFieldLabel.top {
    width: 50%;
    float: left;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .totalClaims .numericInput {
    width: 50%;
    float: left;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .totalClaims .numericInput input[type=text] {
    padding: 0;
    margin: 0;
    font-size: 16px !important;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .servicebulletin .isOptional {
    width: 236px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .servicebulletin .guideHelpQuestionMark {
    left: 97px !important;
    top: 39px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .guideHelpQuestionMark {
    left: 207px;
    top: 10px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox___guideFieldLongDescription {
    max-width: 221px;
    font-size: 12px;
    left: 45% !important;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1311387048___guideFieldLongDescription {
    max-width: 221px;
    font-size: 12px;
    left: 45% !important;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_995793525___guideFieldLongDescription {
    max-width: 221px;
    font-size: 12px;
    left: 45% !important;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1225795436___guideFieldLongDescription {
    max-width: 221px;
    font-size: 12px;
    left: 45% !important;
    max-width: 211px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .FreightClaim .numericInput input[type="text"] {
    width: 100%;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-panel_1282348958-guidetextdraw___guide-item {
    width: 56%;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .freightSubtotal {
    text-align: left;
    vertical-align: center;
    padding-top: 0px;
    margin-right: 0px;
    width: 200px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .freightSubtotal p {
    font-size: 16px !important;
    line-height: 44px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-panel_1282348958-guidenumericbox___guide-item {
    width: 44%;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .amount .numericInput {
    margin-left: -38px;
    margin-top: 12px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .amount input[type="text"] {
    text-align: left;
    padding: 0;
    margin: 0;
    width: 170px;
    font-size: 15px !important;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .labor-table {
    overflow-x: auto;
    clear: both;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .labor-table .guide-1556974101163 .numericInput input[type='text'] {
    width: 200px;
    text-align: left;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .labor-table .guide-1556974317336 .numericInput input[type='text'] {
    width: 200px;
    text-align: left;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .warranty-label-sec2 {
    margin-left: 0px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .fileAttachment {
    margin-left: 7px;
  }
  .form-bill-one .custom-bill-one .labor-table {
    margin-right: 30px;
  }
  .form-bill-one .custom-bill-one .guideFieldNode.guideTextDraw.guideStaticText.requiredTextFeild p {
    font-size: 14px;
  }
  .form-bill-one .custom-bill-one .guideFieldLabel label.isRequired::before {
    left: -10px !important;
  }
  .form-bill-one .custom-bill-one .heading-space {
    padding-left: 0.6rem !important;
  }
  .form-bill-one .custom-bill-one .billing-one .head-one {
    margin-left: -2px;
  }
  .form-bill-one .custom-bill-one .guideFieldNode.guideTextDraw.charLimit.guideStaticText.af-field-filled {
    padding-left: 7px;
    margin-bottom: 40px;
  }
  .form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-guidetextbox___guide-item {
    padding-right: 7px;
  }
  .form-bill-one .custom-bill-one div#guideContainer-rootPanel-guidetextbox_7302913__ {
    margin-left: 5px;
  }
  .form-bill-one .custom-bill-one div#guideContainer-toolbar-submit___guide-item {
    float: none !important;
  }
  .form-bill-one .custom-bill-one div#guideContainer-rootPanel-guidetextbox_1138596418__ {
    margin-left: 5px;
    margin-right: 5px;
  }
  .form-bill-one .custom-bill-one .guidetoolbar {
    text-align: center;
  }
  .form-bill-one .custom-bill-one div#guideContainer-rootPanel-FileAttachments-guidefileupload__ {
    margin-left: 7px;
    margin-right: 7px;
  }
  .form-bill-one .custom-bill-one .guideContainerWrapperNode.guideContainerNode.container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .form-bill-one .custom-bill-one div#guideContainer-rootPanel-FileAttachments-guidetextdraw___guide-item {
    font-size: 14px;
    margin-left: -7px;
    height: auto;
  }
  .form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload {
    width: 100% !important;
    width: 100%;
  }
  .form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload ul li .guide-fu-fileName {
    font-size: 14px;
  }
  .form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload button.button-default.button-medium.guide-fu-attach-button {
    padding: 0px;
    width: 100px;
  }
  .form-bill-one .custom-bill-one div#guideContainer-rootPanel-FileAttachments-guidefileupload___guideFieldLongDescription {
    font-size: 6px;
    right: -4px;
  }
  .form-bill-one .custom-bill-one .guideFieldWidget.guideFieldButtonWidget.xfaButton {
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-bill-one .custom-bill-one .dropDownList select {
    width: 293px;
  }
  .form-bill-one .custom-bill-one .hint-square .guideItemSelected:after {
    top: 5px;
  }
  .form-bill-one .custom-bill-one .sameAddress .guideItemSelected:after {
    top: 5px;
  }
  .form-bill-one .custom-bill-one .PartDetails {
    margin-left: 2px;
  }
  .form-bill-one .custom-bill-one .PartDetails .XfaCheckBox.guideFieldWidget {
    float: left;
    margin-right: 6px;
    margin-top: 4px;
  }
  .form-bill-one .custom-bill-one .PartDetails .isOptional {
    display: flex;
    font-size: 16px;
    line-height: 29px;
    height: auto;
  }
  .form-bill-one .custom-bill-one .square-shape {
    margin-left: 2px;
  }
  .form-bill-one .custom-bill-one .square-shape .XfaCheckBox.guideFieldWidget {
    float: left;
    margin-right: 6px;
    margin-top: 4px;
  }
  .form-bill-one .custom-bill-one .square-shape .isOptional {
    display: flex;
    font-size: 16px;
    line-height: 29px;
    height: auto;
  }
  .form-bill-one .custom-bill-one .checkbox-step4 {
    margin-left: 2px;
  }
  .form-bill-one .custom-bill-one .checkbox-step4 .XfaCheckBox.guideFieldWidget {
    float: left;
    margin-right: 6px;
    margin-top: 4px;
  }
  .form-bill-one .custom-bill-one .checkbox-step4 .isOptional {
    display: flex;
    font-size: 16px;
    line-height: 29px;
    height: auto;
  }
  .form-bill-one .custom-bill-one .sameasshipping {
    margin-left: 2px;
  }
  .form-bill-one .custom-bill-one .sameasshipping .XfaCheckBox.guideFieldWidget {
    float: left;
    margin-right: 6px;
    margin-top: 4px;
  }
  .form-bill-one .custom-bill-one .sameasshipping .isOptional {
    display: flex;
    font-size: 16px;
    line-height: 29px;
    height: auto;
  }
  .form-bill-one .custom-bill-one .checkbox-step4.guideItemSelected:after {
    top: 16px;
    left: 7px;
  }
  .form-bill-one .custom-bill-one .PartDetails.guideItemSelected:after {
    top: 16px;
    left: 7px;
  }
  .form-bill-one .custom-bill-one .square-shape.guideItemSelected:after {
    top: 16px;
    left: 7px;
  }
  .form-bill-one .custom-bill-one .sameasshipping.guideItemSelected:after {
    top: 16px;
    left: 7px;
  }
  .form-bill-one .custom-bill-one .guideRadioButtonGroupItems div:last-child {
    margin-left: 0px;
  }
  .form-bill-one .custom-bill-one .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-left: 25px;
  }
  .form-bill-one .custom-bill-one div#guideContainer-rootPanel-panel_686999192_copy_914269585-guideradiobutton__ {
    margin-left: 7px;
  }
  .form-bill-one .custom-bill-one .guideTextDraw.guideStaticText p {
    height: auto;
    line-height: 26px;
  }
  .form-bill-one .custom-bill-one .sending {
    height: auto;
    line-height: 26px;
  }
  .form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy_914269585-panel-guidetextdraw_1989150145__ p {
    font-size: 14px;
  }
  .form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy-panel-guidetextdraw_1989150145__ p {
    font-size: 14px;
  }
  .form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192-panel-guidetextdraw_1989150145__ p {
    font-size: 14px;
  }
  .form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy_1785171037-panel-guidetextdraw_1989150145__ p {
    font-size: 14px;
  }
  .form-bill-one .custom-bill-one .wizard-navigators > li > a {
    margin-right: 0px;
  }
  .form-bill-one .custom-bill-one .submitpo-button-section div#guideContainer-toolbar-nextitemnav___guide-item {
    float: none !important;
  }
  .form-bill-one .custom-bill-one .additionalComments {
    margin-right: 5px;
    margin-left: 5px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-order .guideCheckBox.AircraftOwner {
    margin-left: 7px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-order .guideTextDraw.guideStaticText {
    padding-left: 0.5rem !important;
  }
  .form-bill-one .custom-bill-one .email-mailing .otherQuestions {
    margin-left: 5px;
  }
  .form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-taxSection-guideradiobutton_455701124__ .guideHelpQuestionMark {
    right: 264px !important;
  }
  .form-bill-one .custom-bill-one .newform-billing .hint-square .guideHelpQuestionMark {
    right: 118px !important;
  }
  .form-bill-one .custom-bill-one .newform-billing .hint-square .guideFieldDescription.long {
    left: 33% !important;
    bottom: 95px !important;
    max-width: 221px;
    font-size: 12px;
    left: 23% !important;
  }
  .form-bill-one .custom-bill-one .newform-billing .area .guideFieldDescription.long {
    max-width: 221px;
    font-size: 12px;
    left: 23% !important;
  }
  .form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1102572879-guideradiobutton_cop__ {
    margin-left: 5px;
  }
  .form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_253438566-guideradiobutton_cop__ {
    margin-left: 5px;
  }
  .form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-guidecheckbox__ {
    margin-left: 5px;
  }
  .form-bill-one .custom-bill-one .newform-billing .customCheck.guideItemSelected:after {
    top: 47px;
  }
  .form-bill-one .custom-bill-one .newform-billing .checkbox-step4.guideItemSelected:after {
    top: 15px;
    left: 7px;
  }
  .form-bill-one .custom-bill-one .newform-billing .PartDetails.guideItemSelected:after {
    top: 15px;
    left: 7px;
  }
  .form-bill-one .custom-bill-one .newform-billing .square-shape.guideItemSelected:after {
    top: 15px;
    left: 7px;
  }
  .form-bill-one .custom-bill-one .newform-billing .sameasshipping.guideItemSelected:after {
    top: 15px;
    left: 7px;
  }
  .form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_873105257-financia-guidecheckbox_1313930133___guide-item .guideWidgetLabel.right .isOptional {
    word-break: break-all;
  }
  .form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_873105257-financia_copy-guidecheckbox_1313930133___guide-item .guideWidgetLabel.right .isOptional {
    word-break: break-all;
  }
  .form-bill-one .custom-bill-one .newform-billing .guideGridFluidDescription.guidePanelDescription {
    margin-left: 7px;
  }
  .form-bill-one .custom-bill-one .newform-billing .guideCheckBoxGroupItems .guideWidgetLabel.right {
    padding-left: 0px;
  }
  .form-bill-one .custom-bill-one .warranty-file div#guideContainer-rootPanel-panel_394734089-guidetextdraw__ {
    padding-left: 7px;
  }
  .form-bill-one .custom-bill-one .warranty-file div#guideContainer-rootPanel-panel_394734089-guidetextdraw__ p {
    line-height: normal;
  }
  .form-bill-one .custom-bill-one .warranty-file .fileAttachment {
    margin-left: 7px;
  }
  .form-bill-one .custom-bill-one .text-aera {
    margin-left: 4px;
  }
  .form-bill-one .custom-bill-one .select-custom span.mvp-icon-carat_down {
    right: 12px;
  }
  .form-bill-one .custom-bill-one .technicalIssueForm .submitpo-hint-text {
    padding-left: 7px;
    padding-right: 7px !important;
  }
  .form-bill-one .custom-bill-one .technicalIssueForm .text p {
    font-size: 16px;
    line-height: 23px;
  }
  .form-bill-one .custom-bill-one .technicalIssueForm .helpText p {
    padding-left: 0px;
  }
  .form-bill-one .custom-bill-one .purchaseCustomer .purchaseCustomerType {
    padding-left: 7px;
  }
  .form-bill-one .custom-bill-one .website-fileAttachement {
    padding-left: 7px;
    padding-right: 7px !important;
  }
  .form-bill-one .custom-bill-one .guideTextDraw.guideStaticText.website-text {
    padding-left: 0px;
  }
  .form-bill-one .custom-bill-one .ccd.technicalTextAera {
    height: auto !important;
  }
  .form-bill-one .custom-bill-one .conatiner {
    padding: 0 !important;
  }
  .form-bill-one .custom-bill-one .col-md-6 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .form-bill-one .custom-bill-one .col-md-4 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .form-bill-one .custom-bill-one .afToolbarButton {
    display: block !important;
  }
  .form-bill-one .custom-bill-one .afToolbarButton .guidebutton button .iconButton-icon {
    display: none;
  }
  .form-bill-one .custom-bill-one .afToolbarButton .guidebutton button .iconButton-label {
    display: block;
  }
  .form-bill-one .custom-bill-one .afToolbarButton.hidden {
    display: block !important;
  }
  .form-bill-one .custom-bill-one .guideFieldWidget.textField.guideTelephone.telephoneWidget {
    width: 100% !important;
  }
  .form-bill-one .custom-bill-one .guide-nav-toolbar {
    display: none;
  }
  .form-bill-one .custom-bill-one input {
    padding: 20px;
    font-family: "Solstice Sans";
    font-size: 18px !important;
    font-weight: 300;
  }
  .form-bill-one .custom-bill-one button.button-default.button-medium.movePrev {
    background: #ffffff !important;
    color: #1792e5 !important;
    border: 2px solid #1792e5;
  }
  .form-bill-one .custom-bill-one button.button-default.button-medium.movePrev:hover {
    border: 2px solid #1272b2 !important;
    background: #ffffff !important;
    color: #1272b2 !important;
  }
  .form-bill-one .custom-bill-one button.button-default.button-medium.submit {
    background: #1792e5;
    color: white;
    margin-right: 15px;
  }
  .form-bill-one .custom-bill-one button.button-default.button-medium.submit:hover {
    background: #1272b2;
    color: white;
  }
  .form-bill-one .custom-bill-one .guidebutton.guidefield button:not(.af-icon-button) {
    width: 100% !important;
    bottom: 50px;
  }
  .form-bill-one .custom-bill-one .guideToolbarNode {
    position: relative !important;
    border: 0 !important;
  }
  .form-bill-one .custom-bill-one .defaultToolbarLayout.gridFluidLayout.cq-Editable-dom.cq-Editable-dom--container {
    text-align: center;
  }
  .form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy_914269585-panel_1709220936-guidedropdownlist___label {
    font-size: 17px;
  }
  .form-bill-one .custom-bill-one div#guideContainer-rootPanel-guidetextdraw_586783900___guide-item {
    margin-bottom: 40px;
  }
  .form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_1464667695-guidetextdraw___guide-item {
    margin-bottom: 20px;
  }
  .form-bill-one .custom-bill-one .gccCaseCreation .toolbar {
    margin-top: 5em !important;
  }
  .mvp-form-wrapper .mvp-left-side {
    min-height: 100%;
  }
  .mvp-form-wrapper .wizard-navigators {
    width: calc(180%);
    padding: 0 10px 0 25px;
    margin: 0 -15px;
    position: relative;
    height: 40px;
    left: -25px;
  }
  .mvp-form-wrapper .wizard-navigators li {
    margin-top: 7.5px;
  }
  .mvp-form-wrapper .wizard-navigators::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .mvp-form-wrapper .wizard-navigators::-webkit-scrollbar-thumb {
    background: white;
  }
  .mvp-form-wrapper .row .mvp-left-side {
    padding-right: 15px !important;
    border-right: none !important;
    display: flex;
    flex-direction: column;
  }
  .mvp-form-wrapper .row .mvp-left-side .image.section {
    order: 1;
    margin-top: 0;
  }
  .mvp-form-wrapper .row .mvp-left-side .title.section {
    order: 2;
  }
  .mvp-form-wrapper .row .mvp-left-side .text.section {
    order: 3;
  }
  .mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators {
    white-space: normal;
  }
  .mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators > li > a {
    margin-right: 10px;
    font-size: 11px;
  }
  .mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators > li > a span {
    display: none;
  }
  .mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators > li > a::before {
    float: unset;
    top: 0;
  }
  .mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators > li.active > a span {
    display: inline-block;
  }
  .swiftype-result {
    margin-top: 40px;
  }
  .XfaCheckBox input {
    z-index: 999;
  }
}
@media (max-width: 768px) {
  .aemformcontainer .dropDownList.select-custom {
    width: 100%;
  }
  .aemformcontainer .dropDownList select {
    width: 100%;
  }
  .aemformcontainer .submitRequestForm {
    width: 100%;
  }
  .aemformcontainer .submitRequestForm .guidebutton.guidefield.confirmationNewFormBtn {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .claimText h3 {
    width: auto;
    height: auto;
  }
  .form-bill-one .custom-bill-one .submitpo-section-details .submitpo-producttable {
    overflow-x: auto;
    clear: both;
  }
  .form-bill-one .custom-bill-one .submitpo-section-order .dropDownList.select-custom {
    width: 100% !important;
  }
  .form-bill-one .custom-bill-one .submitpo-section-order .wizard-navigators {
    background: transparent !important;
    margin-left: 0px;
  }
  .form-bill-one .custom-bill-one .email-mailing .guideFieldLabel label {
    width: auto;
  }
  .form-bill-one .custom-bill-one .dropDownList.select-custom {
    width: 100% !important;
  }
  .form-bill-one .custom-bill-one .heading-text p {
    height: 29px;
    font-size: 14px;
    font-weight: 300 !important;
    line-height: 29px;
  }
  .form-bill-one .custom-bill-one .damengine-text p {
    width: auto;
    font-size: 16px !important;
    word-spacing: -1px;
  }
  .form-bill-one .custom-bill-one .downloadLink {
    padding-bottom: 1.5rem;
  }
  .form-bill-one .custom-bill-one .damengine-link p {
    font-size: 16px !important;
    justify-content: initial;
  }
  .form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-Link-guideimage___guide-item {
    max-width: 46px;
    padding-left: 0px;
    padding-right: 19px;
  }
  .form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-Link-guidetextdraw_2090096893___guide-item {
    width: 270px;
  }
  .form-bill-one .custom-bill-one .committe-region p {
    font-size: 18px !important;
    font-weight: 300 !important;
  }
  .form-bill-one .custom-bill-one .charLimit.textaera-count {
    margin-bottom: 0px !important;
  }
  .form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel-panel-nextitemnav___guide-item {
    margin-top: 140px;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 17px;
  }
  .form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_1227012388-guidetextdraw_2038144163__ {
    right: -23px;
    bottom: 23px;
  }
  .form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_1227012388-guidetextdraw_1347443403___guide-item {
    margin-top: -15px;
  }
  .form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_623843435-panel-guidetextdraw___guide-item {
    padding-top: 0px !important;
  }
  .form-bill-one .custom-bill-one .technicalIssueForm .technicalAera {
    padding: 0 22px 0 7px;
  }
  .form-bill-one .custom-bill-one .technicalIssueForm .emailConf {
    padding-left: 7px;
  }
  .form-bill-one .custom-bill-one .technicalIssueForm .technicalCase {
    left: 0px;
    bottom: -5px;
  }
  .form-bill-one .custom-bill-one .focusConfirm {
    display: none;
  }
}
@media (min-width: 768px) {
  .aemformcontainer .dropDownList.select-custom {
    width: 367px;
  }
  .aemformcontainer .dropDownList select {
    width: 367px;
  }
  .aemformcontainer .submitRequestForm .confirmationToolbar .guidetoolbar {
    display: flex;
    justify-content: space-between;
  }
  .form-bill-one .custom-bill-one #guideContainer-rootPanel-FileAttachments-guidefileupload___guide-item .col-md-12 {
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .form-bill-one .custom-bill-one .submitpo-section-order .col-md-10 {
    max-width: 100% !important;
  }
  .form-bill-one .custom-bill-one .dropDownList.select-custom {
    width: 100% !important;
  }
  .form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default {
    max-width: 472px;
    padding: 0 40px 0 16px;
  }
  .form-bill-one .custom-bill-one form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2Form .select2-container.select2-container--default .select2-results__options .select2-results__option {
    padding: 0 0 0 16px;
  }
  .mvp-form-wrapper {
    margin-top: 35px;
  }
  .mvp-form-wrapper .row .mvp-right-side {
    margin-top: 30px;
    padding-left: 40px;
  }
  .select2-search.select2-search--dropdown .select2-search__field {
    padding-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .aemformcontainer .dropDownList.select-custom {
    width: 320px;
  }
  .aemformcontainer .dropDownList select {
    width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aemformcontainer .submitRequestForm .confirmationText.guideTextDraw.guideStaticText p {
    width: 528px;
  }
  .form-bill-one .custom-bill-one .guideContainerWrapperNode.guideContainerNode.container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .form-bill-one .custom-bill-one .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
    width: 48%;
  }
  .form-bill-one .custom-bill-one .additionalComments {
    padding-left: 0px;
  }
  .form-bill-one .custom-bill-one .newform-billing .submitpo-section-order .wizard-navigators {
    margin-left: -4px;
  }
  .form-bill-one .custom-bill-one .technicalIssueForm .emailConf {
    padding-left: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-bill-one .custom-bill-one .wizard-navigators > li > a::after {
    padding: 0 2px;
  }
  .form-bill-one .custom-bill-one .guideNavIcon span {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .form-bill-one .custom-bill-one .table {
    overflow-x: auto;
    clear: both;
  }
  .form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel-panel-nextitemnav___guide-item {
    margin-top: 22px;
    padding-left: 100px;
  }
}
@media (max-width: 1336px) {
  .form-bill-one .custom-bill-one .table-t td .formDate .honeywellDatePicker input[type="text"] {
    font-size: 13px !important;
  }
}
@media (max-width: 1440px) and (min-width: 768px) {
  .form-bill-one .custom-bill-one .submitpo-section-details .guideHelpQuestionMark {
    left: 242px;
  }
  .form-bill-one .custom-bill-one .submitpo-section-order .dropDownList.select-custom {
    width: 100% !important;
  }
  .form-bill-one .custom-bill-one .dropDownList.select-custom {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-taxSection-guideradiobutton_455701124__ .guideHelpQuestionMark {
    top: 0px !important;
    left: 385px;
  }
  .form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-taxSection-guideradiobutton_455701124__ .guideFieldDescription.long {
    left: 98% !important;
  }
}
@media (max-width: 992px) {
  .mvp-form-wrapper .row .mvp-left-side {
    padding-right: 15px;
  }
  .mvp-form-wrapper .row .mvp-left-side .image.section {
    margin-top: 30px;
  }
  .mvp-form-wrapper .row .mvp-right-side .aemformcontainer .bottom-buttons {
    position: unset !important;
    margin-right: 0;
  }
  .mvp-form-wrapper .row .mvp-right-side .aemformcontainer .bottom-buttons .mvp-form-nav {
    width: calc(130%) !important;
  }
  .mvp-form-wrapper .row .mvp-right-side .aemformcontainer .bottom-buttons .client-btn {
    margin-top: 20px;
  }
  .mvp-form-wrapper .mvp-left-side .cmp-text ol {
    padding-left: 10px;
  }
}
@media (max-width: 2240px) and (min-width: 1170px) {
  .mvp-form-wrapper .row .mvp-right-side .bottom-buttons {
    width: calc(75%);
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .mvp-form-wrapper .row .mvp-right-side .bottom-buttons {
    max-width: 430px;
  }
  .mvp-form-wrapper .row .mvp-right-side .mvp-form-nav {
    min-width: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mvp-form-wrapper .mvp-left-side .cmp-text p {
    font-size: 16px;
  }
  .mvp-form-wrapper .mvp-left-side .cmp-text ol {
    font-size: 16px;
  }
  .mvp-form-wrapper .row .mvp-left-side .cmp-title__text {
    font-size: 42px;
  }
}
@media only screen and (min-width: 993px) {
  .mvp-form-wrapper .mvp-left-side .cmp-text p {
    font-size: 18px;
  }
  .mvp-form-wrapper .mvp-left-side .cmp-text ol {
    font-size: 18px;
  }
  .mvp-form-wrapper .row .mvp-left-side .cmp-title__text {
    font-size: 52px;
  }
}
@media (max-width: 370px) {
  .mvp-form-wrapper .row .mvp-right-side .aemformcontainer .guideFieldError {
    font-size: 11px;
  }
}
@media (max-width: 359px) {
  .mvp-form-wrapper .row .mvp-right-side .aemformcontainer .guideFieldError {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .mvp-form-wrapper .row .mvp-left-side {
    margin-top: 30px;
  }
  .mvp-form-wrapper .row .mvp-right-side .wizard-navigators {
    position: absolute;
    left: calc(-166%);
    top: -50px;
  }
}
@media (min-width: 992px) {
  .mvp-form-wrapper .row .mvp-right-side {
    padding-left: 59px;
  }
}
.rootPanel-panel___form_field_custom_sc_container {
  position: absolute;
  top: -2000px;
  visibility: collapse;
  z-index: -1;
}
.form-bill-one .onecol.container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel___layoutContainer {
  background: none;
  padding-top: 0;
  border-color: transparent;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-style: none;
}
.form-bill-one .custom-bill-one .warranty-file .helpText p {
  color: #d0d0d0 !important;
  font-size: 18px;
}
.form-bill-one .custom-bill-one .technicalIssueForm div#guideContainer-rootPanel-panel_copy-panel-nextitemnav___guide-item {
  margin-top: 22px;
  position: absolute;
  right: 0;
  padding-left: 200px;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton button {
  width: auto;
}
form .guideContainerWrapperNode .guideRootPanel .red {
  color: #d22630;
}
.form-bill-one .custom-bill-one .multi-line .guideFieldWidget.afFileUpload.fileUpload input[type=file] {
  position: relative;
}
.aemformcontainer .guideTextDraw.guideStaticText {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel-panel-nextitemnav___guide-item {
  margin-top: 22px;
  position: absolute;
  right: 0;
  padding-left: 200px;
}
.form-bill-one .custom-bill-one .submitpo-section-order .wizard-navigators > li.active {
  color: #666666;
}
.form-bill-one .custom-bill-one .submitpo-section-order .wizard-navigators > li {
  color: #969696;
}
.select2-container.select2-container--default {
  border: 2px solid #d0d0d0;
}
.form-bill-one .custom-bill-one .guideHelpQuestionMark.icon.mvp-icon-information.area_tooltip_icon {
  display: none;
}
.submitpo-submit button#guideContainer-toolbar-submit___widget {
  display: none;
}
.aemformcontainer form .guideContainerWrapperNode .guideRootPanel .row {
  margin: 20px 0;
}
.aemformcontainer form .guideContainerWrapperNode .custom_panel .row {
  margin: 0px;
}
.aemformcontainer li {
  font-size: 14px;
}
.form-bill-one .custom-bill-one input[type="text"] {
  margin-bottom: 20px;
}
.form-bill-one .custom-bill-one input[type="email"] {
  margin-bottom: 20px;
}
.form-bill-one .custom-bill-one .guideFieldWidget.dropDownList.select-custom {
  margin-bottom: 20px;
}
.form-bill-one .custom-bill-one .guidetextdraw.guidefield {
  margin-bottom: 20px;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-panel-aircraft_copy-guidetextdraw___guide-item {
  margin-bottom: 20px;
}
.form-bill-one .custom-bill-one .col-md-12.active {
  position: static;
}
.form-bill-one .custom-bill-one .guideContainerWrapperNode.guideContainerNode.container {
  padding-top: 0;
}
.form-bill-one .custom-bill-one .guideFieldNode.guideFileUpload.fileAttachment {
  padding-left: 15px;
}
.aemformcontainer .multiline.textField textArea {
  margin-bottom: 20px;
}
.form-bill-one .custom-bill-one ol#guideContainer-rootPanel___guide-item-nav-container {
  margin-bottom: 20px;
}
.aemformcontainer .honeywellDatePicker:before {
  color: #707070;
}
.aero-tooltip.bs-tooltip-top .arrow::before {
  top: -1px;
  border-top-color: #ffffff;
}
.aero-tooltip .tooltip-inner {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  background: #ffffff;
  color: #303030;
  padding: .75rem;
  font-size: 12px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.arrow-edge {
  position: absolute;
  display: block;
  width: 1rem;
  height: .6rem;
  left: calc(27.5%) !important;
  z-index: -1;
  bottom: 0;
}
.tooltip.show {
  opacity: 1.0;
}
.form-bill-one .custom-bill-one .guideRadioButtonGroupItems {
  margin-bottom: 20px;
}
.form-bill-one .custom-bill-one .guideCheckBoxGroupItems .guideCheckBoxItem.afCheckBoxItem {
  margin-bottom: 20px;
}
.form-bill-one .custom-bill-one .afFileUpload.fileUpload input[type=file] {
  margin-bottom: 20px;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-panel_622787388-panel_522397690-panel_319793309-panel-guidetextbox_5208349___guide-item {
  padding-left: 15px;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-panel_622787388-panel_522397690-guideradiobutton_cop___guide-item {
  padding-left: 15px;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-panel_622787388-panel_522397690-guideradiobutton___guide-item {
  padding-left: 15px;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-panel_622787388-panel_522397690-guideradiobutton_cop_239655204___guide-item {
  padding-left: 15px;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-panel-panel_copy-guidetextdraw_1989150145___guide-item {
  margin-bottom: 20px;
}
.aemformcontainer .guideFieldError {
  position: static !important;
  margin-top: -20px;
  margin-bottom: 20px;
}
.form-bill-one .custom-bill-one .success_msg .guideTextDraw.guideStaticText h3 {
  font-weight: 500;
}
.form-bill-one .custom-bill-one .success_msg .guideTextDraw.guideStaticText .bold {
  font-weight: 800;
}
.form-bill-one .custom-bill-one .table .guidetextdraw.guidefield {
  margin-bottom: 0;
}
.form-bill-one .custom-bill-one .termsAndConditons .guidetextdraw.guidefield {
  margin-bottom: 0;
}
.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload .guide-fu-fileItemList {
  margin-top: -20px;
  margin-bottom: 20px;
}
form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.guideStaticText h3 {
  font-weight: 500;
}
.aemformcontainer div#guideContainer-rootPanel-formSection-FileAttachments-guidefileupload___guide-item .guideFieldNode.guideFileUpload.fileAttachment {
  padding-left: 0;
}
.aemformcontainer .guideradiobutton.guidefield .guideFieldError {
  margin-top: 0;
}
.form-bill-one .custom-bill-one .guideCheckBoxItem {
  position: relative;
}
.form-bill-one .custom-bill-one .guideHelpQuestionMark.icon.mvp-icon-information {
  padding: 0 !important;
}
.aemformcontainer .guideFieldNode:not(.guideButton):not(.guideTextDraw):not(.guideChart).CaseSubject {
  padding-left: 15px;
  padding-right: 15px;
}
.form-bill-one .custom-bill-one .guideCheckBoxGroupItems .guideFieldWidget.left.XfaCheckBox {
  float: left;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .form-bill-one .custom-bill-one .guideFieldLabel label {
    padding-left: 15px !important;
  }
  .form-bill-one .custom-bill-one .guideFieldNode.guideFileUpload.fileAttachment {
    padding-left: 0;
  }
  .guideCheckBoxItem .guideWidgetLabel.right {
    margin-left: 0;
  }
}
.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_321341578-guidetextdraw_1961047308___guide-item .guidetextdraw.guidefield {
  margin-bottom: 0;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-panel-sectionOne-panel_390050105-guidedropdownlist_15___guide-item {
  padding-right: 0 !important;
}
.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload ul li .guide-fu-fileName {
  word-break: break-word;
  white-space: initial;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td {
  height: auto;
}
.aemformcontainer .guideTableNode table .guideTableRowNode.guideTableHeader:nth-child(odd) {
  height: 3.575rem;
}
.aemformcontainer .guideTableNode table .guideTableRowNode.guideTableHeader th {
  height: 3.575rem;
}
.aemformcontainer .guideFieldDescription.long p {
  display: none;
}
.aemformcontainer .submitRequestForm .gridFluidLayout .guideLayout.guideGridFluidLayout .row.success_msg {
  margin-top: 20px;
}
.aemformcontainer .guideFieldNode.guideNumericBox.quantity-component .guideFieldError {
  margin-top: 0;
}
.form-bill-one .custom-bill-one .guideRadioButtonItem.afRadioButtonItem.guideFieldVerticalAlignment.isUsCitizen.hint-square.isRequire.usCitizen {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}
.form-bill-one .custom-bill-one .guideRadioButtonItem.afRadioButtonItem.guideFieldVerticalAlignment.isUsCitizen.hint-square.isRequire.usCitizen .guideFieldWidget.left.XfaCheckBox {
  background-color: #ffffff;
  border: 2px solid;
  border-color: #d0d0d0;
  border-radius: 50%;
  position: relative;
}
.form-bill-one .custom-bill-one .guideRadioButtonItem.afRadioButtonItem.guideFieldVerticalAlignment.isUsCitizen.hint-square.isRequire.usCitizen .guideWidgetLabel.right {
  margin: 0;
  position: relative;
  top: 1px;
}
.form-bill-one .custom-bill-one .square-shape .isRequired {
  font-weight: 300;
}
.form-bill-one .custom-bill-one .guideFieldNode.guideCheckBoxGroup.Regions .guideCheckBoxGroupItems .guideCheckBoxItem.afCheckBoxItem .guideWidgetLabel.right {
  margin-top: 4px;
}
@media screen and (max-width: 450px) {
  .form-bill-one .custom-bill-one input::placeholder {
    font-size: 18px !important;
  }
  .form-bill-one .custom-bill-one textarea::placeholder {
    font-size: 18px !important;
  }
}
.form-bill-one .custom-bill-one .guideNavIcon span {
  letter-spacing: 0;
}
.form-bill-one .custom-bill-one .submitpo-section-order .guideTextDraw.guideStaticText.RegionsText P {
  padding-left: 0;
}
.form-bill-one .custom-bill-one .guideWidgetLabel.right {
  margin-left: 5px;
}
.form-bill-one .custom-bill-one .email-mailing .AdditionalWebFormInfo {
  margin-left: 12px;
}
.form-bill-one .custom-bill-one .AdditionalWebFormInfo {
  margin-left: 13px;
}
.form-bill-one .custom-bill-one .confirmationNewFormBtn button:hover {
  background: #ffffff;
  color: #1792e5;
  border: 2px solid #1272b2;
}
.form-bill-one .custom-bill-one .guideFieldNode.guideTextBox.STCPartNumber .guideHelpQuestionMark {
  left: 182px;
}
.form-bill-one .custom-bill-one .guideFieldNode.guideFileUpload.fileAttachment .guideFieldError {
  margin-top: 0;
  margin-bottom: 0;
}
.form-bill-one .custom-bill-one .hwContainer .stc table {
  table-layout: auto !important;
}
.form-bill-one .custom-bill-one .hwContainer .swupgrades table {
  table-layout: auto !important;
}
.form-bill-one .custom-bill-one .hwContainer .review table {
  table-layout: auto !important;
}
form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.guideStaticText {
  min-height: 0;
}
@media (max-width: 767px) {
  .form-bill-one .custom-bill-one .guideFieldNode.guideFileUpload.fileAttachment {
    padding-left: 7px;
    padding-right: 7px !important;
  }
  .form-bill-one .custom-bill-one .AdditionalWebFormInfo {
    margin-left: 0;
    padding-left: 7px !important;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwTable table {
    table-layout: auto !important;
  }
  .form-bill-one .custom-bill-one .guideTextDraw.guideStaticText p {
    font-size: 14px !important;
  }
  .attachments .hlink a {
    word-break: break-word;
  }
  .aemformcontainer .multiline.textField textArea {
    margin-bottom: 5px;
  }
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .radioButton.custom-checkbox .custom-control-input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .guideTableNode table tbody tr td .custom-checkbox .custom-control-label.check:after {
  margin-top: -0.187rem;
}
.aemformcontainer .pilot-operation .afCheckBoxItem .guideWidgetLabel label {
  color: #303030;
}
form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.guideStaticText h3 {
  font-size: 35px;
  line-height: normal;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .custom-control- label {
  font-size: 14px !important;
}
.form-bill-one .custom-bill-one .request_deatils .typeOfRtu .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
  padding-bottom: 18px;
  padding-bottom: 18px !important;
}
.form-bill-one .custom-bill-one div#guideContainer-rootPanel-panel_622787388-panel_522397690-guideradiobutton___guide-item {
  padding-left: 15px;
  margin-bottom: 40px;
}
.delivery-date .honeywellDatePicker.mvp-icon-calendar {
  background: transparent;
}
.guideTextBox.ccEmailAddress .guideFieldError {
  margin-top: 0;
}
.stcForm ol#guideContainer-rootPanel___guide-item-nav-container {
  overflow: visible;
  margin-bottom: 0 !important;
}
.reviewContent tr {
  height: auto !important;
}
div#guideContainer-rootPanel-panel_663027278-panel-guidecheckbox__ .guideCheckBoxItem {
  display: block;
}
@media only screen and (max-width: 767px) {
  form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.guideStaticText.welcomeText h3 {
    font-size: 28px !important;
  }
  .testingForm.registrationForm.reponsiveformview {
    padding: 0;
  }
  .form-bill-one .custom-bill-one .reponsiveformview div#guideContainer-rootPanel-panel_622787388-panel_522397690-panel_319793309-panel-guidetextbox_5208349___guide-item {
    padding-left: 7px;
  }
  .form-bill-one .custom-bill-one .reponsiveformview div#guideContainer-rootPanel-panel_622787388-panel_522397690-guideradiobutton_cop___guide-item {
    padding-left: 7px;
  }
  .form-bill-one .custom-bill-one .reponsiveformview div#guideContainer-rootPanel-panel_622787388-panel_522397690-guideradiobutton___guide-item {
    padding-left: 7px;
  }
  .form-bill-one .custom-bill-one .reponsiveformview div#guideContainer-rootPanel-panel_622787388-panel_522397690-guideradiobutton_cop_239655204___guide-item {
    padding-left: 7px;
  }
  .form-bill-one .custom-bill-one .reponsiveformview .stcForm .stcNumber_tooltip_icon.guideHelpQuestionMark.icon.mvp-icon-information {
    left: 111px;
    top: 6px;
  }
  .form-bill-one .custom-bill-one .reponsiveformview .stcForm .billingEmail_tooltip_icon.guideHelpQuestionMark.icon.mvp-icon-information {
    left: 236px;
    top: 6px;
  }
  .form-bill-one .custom-bill-one .reponsiveformview .stcForm .row.success_msg {
    float: none;
  }
  .form-bill-one .custom-bill-one .reponsiveformview .stcForm .img.card-success {
    text-align: center;
    margin-bottom: 35px !important;
  }
  .form-bill-one .custom-bill-one .reponsiveformview .submitpo-section-details .guideHelpQuestionMark {
    left: 220px;
    left: 204px;
    top: 6px;
  }
  .form-bill-one .custom-bill-one .reponsiveformview .guideFieldLabel label {
    padding: 0 !important;
  }
  .form-bill-one .custom-bill-one .reponsiveformview .AdditionalWebFormInfo {
    padding-left: 7px !important;
    margin: 0;
    padding-left: 4px !important;
    padding-right: 7px !important;
  }
  .form-bill-one .custom-bill-one .reponsiveformview .technicalIssueForm .guideFieldNode.guideFileUpload.fileAttachment {
    padding-left: 7px !important;
  }
  .form-bill-one .custom-bill-one .reponsiveformview .technicalIssueForm .honeywellDatePicker.mvp-icon-calendar {
    margin: 0;
  }
  .form-bill-one .honeywellDatePicker.mvp-icon-calendar {
    margin: 0 !important;
  }
  .guideRadioButtonItem.afRadioButtonItem {
    margin-bottom: 8px !important;
  }
  .guideContainerWrapperNode .guideRootPanel .guideTextDraw.guideStaticText h3 {
    font-size: 21px !important;
  }
  .aemformcontainer .technicalIssueForm .guideFieldNode:not(.guideButton):not(.guideTextDraw):not(.guideChart).CaseSubject {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .form-bill-one .custom-bill-one .reponsiveformview .stcForm .row.success_msg {
    float: left;
  }
}
/* Added for Tech pub application modal and contracts Reporting modal */
@media screen and (max-width: 370px) {
  .base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .joule-form-heading {
    font-size: 24px !important;
  }
}
@media (max-width: 480px) {
  .base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .registrationForm {
    padding: 0;
  }
}
.select2-container.select2-container--default {
  font-size: 18px !important;
}
.select2-container.select2-container--default.select2-container--open:not(.select2-container--above):not(.select2-container--below) {
  background: transparent;
  text-align: left;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content,
.base-modal-component .modal-custom .modal-content {
  padding: 30px 36px 48px !important;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .container .joule-form-heading + div span,
.base-modal-component .modal-custom .modal-content .formcontent .container .joule-form-heading + div span {
  color: #d22630 !important;
  font-weight: 800;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .guideFieldLabel label,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .guideFieldLabel label,
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .registrationForm,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .registrationForm {
  padding-left: 0 !important;
  text-align: left;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .technicalPublicationClass .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .technicalPublicationClass .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment,
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
  padding-left: 0 !important;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .technicalPublicationClass .row .gridFluidLayout,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .technicalPublicationClass .row .gridFluidLayout,
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .row .gridFluidLayout,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .row .gridFluidLayout {
  width: 100% !important;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass {
  margin-bottom: 0 !important;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .guideFieldLabel label,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .guideFieldLabel label {
  font-size: 14px !important;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass input::placeholder,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass input::placeholder {
  color: #d0d0d0;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .guideStaticText,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .guideStaticText {
  padding: 0 !important;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .guideStaticText .footer-note-container,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .guideStaticText .footer-note-container {
  margin: 0;
  padding: 0;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .guideStaticText .footer-note-container p,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .guideStaticText .footer-note-container p {
  font-size: 14px !important;
  margin-bottom: 1rem;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .guideStaticText .footer-note-container p b,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .guideStaticText .footer-note-container p b {
  font-weight: 900;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .navdb-form,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .navdb-form {
  margin-top: -10px;
  margin-bottom: 48px !important;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .navdb-form .footer-note-container p,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .navdb-form .footer-note-container p {
  font-size: 16px !important;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .navdb-form .row.success_msg div,
.base-modal-component .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .navdb-form .row.success_msg div {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass {
    margin-top: -20px !important;
  }
  .base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .gridFluidLayout #guideContainer-rootPanel-panel___guide-item-container {
    margin-left: 8px;
  }
  .base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .row {
    margin-bottom: 2px !important;
  }
  .base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .submitRequestForm .row.cardSuccess {
    position: relative !important;
    margin-top: 0 !important;
  }
  .base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .submitRequestForm .confirmationText.guideTextDraw.guideStaticText p {
    width: auto !important;
  }
  .base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .navdb-form {
    margin-left: -8px;
  }
  .base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .navdb-form .footer-note-container p {
    font-size: 14px !important;
  }
  .aemformcontainer .honeywellDatePicker {
    margin: 0px !important;
  }
  .aemformcontainer div#guideContainer-rootPanel-formSection-FileAttachments-guidefileupload___guide-item .guideFieldNode.guideFileUpload.fileAttachment {
    padding-right: 0 !important;
  }
  .aemformcontainer .submitRequestForm .confirmationText.guideTextDraw.guideStaticText p {
    max-width: 100%;
  }
  .form-bill-one .custom-bill-one .reponsiveformview .additionalCommentsSection .AdditionalWebFormInfo {
    padding-left: 0px !important;
    padding-right: 0 !important;
  }
  .form-bill-one .custom-bill-one .guideFieldNode.guideFileUpload.fileAttachment {
    margin: 0;
  }
  div#guideContainer-rootPanel-panel_1464667695-panel-guidetextbox_1138596__ {
    margin: 0;
    padding: 0 7px !important;
  }
}
@media (min-width: 768px) {
  .base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass {
    margin-top: -20px !important;
  }
  .base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .contractsreportingclass .guideFieldLabel label {
    font-size: 18px !important;
  }
  .base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .navdb-form {
    margin-left: -18px;
  }
  .base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent .form-bill-one .custom-bill-one .navdb-form .footer-note-container {
    max-width: 80%;
  }
}
/* End */
.hwselection table tr label {
  font-size: 14px !important;
}
.hardwareInstallationForm table tr label {
  font-size: 14px !important;
  font-weight: normal !important;
}
form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.guideStaticText.welcomeText h3 {
  margin-top: 24px;
}
.newform-billing .technicalCheck.tech-checkbox .guideCheckBoxGroupItems {
  display: block;
}
.aemformcontainer .guideContainerWrapperNode.guideContainerNode [data-disabled='true'] button.disabled:not(.af-icon-button) {
  background: #bebebe;
  color: #e6e6e6;
}
.aemformcontainer .swupgrades .row.showHeader {
  margin: 0 !important;
}
.aemformcontainer .hwInstallationReviewForm .guideTableNode table .guideTableRowNode.guideTableHeader:nth-child(odd) {
  height: auto;
}
.aemformcontainer .submitRequestForm .mvp-icon-success:before {
  vertical-align: middle;
}
.form-bill-one .custom-bill-one .mcore-form .termsAndConditons .row:nth-child(1) {
  width: 5%;
  margin-top: 15px;
  display: inline-block;
  float: left;
  margin-top: 0;
}
.form-bill-one .custom-bill-one .mcore-form .termsAndConditons .row:nth-child(1) .guideFieldError {
  position: absolute !important;
  width: 117%;
}
.form-bill-one .custom-bill-one .mcore-form .termsAndConditons .row:last-child {
  margin-top: 15px;
  vertical-align: middle;
  display: inline-block;
  max-width: 90%;
}
.form-bill-one .custom-bill-one .technicalIssueForm .guideCheckBoxGroupItems .guideCheckBoxItem.afCheckBoxItem {
  display: block;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table {
  margin-bottom: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .radioButton.custom-checkbox .custom-control-input[type="radio"]:checked .custom-control-label::before {
  background: #fff;
  border: 2px solid #1792e5;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .selectionpanel .guideFieldLabel label {
  height: 15px;
}
.form-bill-one .custom-bill-one .hwContainer .guideRootPanel .row .table {
  margin-bottom: 0 !important;
}
.form-bill-one .custom-bill-one .hwContainer .guideRootPanel .row:last-child {
  margin-bottom: 0 !important;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm.compleinstallationform tr.hiddentable.headerRow {
  height: auto !important;
}
.form-bill-one .custom-bill-one .reponsiveformview .guideFieldLabel.top label.isOptional::before {
  left: -10px;
}
.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload .guide-fu-fileItem {
  margin-left: 0;
}
.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload .guide-fu-fileItemList {
  padding-left: 15px;
}
.notification-component.mvp2 .notification-container .notification-informative .mvp-icon-information:before {
  color: #1792e5;
  font-size: 32px;
}
.notification-component.mvp2 .notification-container .notification-informative::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #1792e5;
}
.notification-component.mvp2 .notification-container .notification {
  display: none;
  position: relative;
  padding: 15px;
  background-color: #ffffff;
  min-height: 100px;
}
.notification-component.mvp2 .notification-container .notification .notification__content {
  font-size: 16px;
  padding-left: 15px;
}
.notification-component.mvp2 .notification-container .notification .notification__content .notification__content-description {
  font-weight: 500;
  line-height: 20px;
  color: #707070;
  padding-top: 5px;
}
.page b {
  font-weight: 900 !important;
}
.page strong {
  font-weight: 900 !important;
}
.swupgrades .row {
  margin-bottom: 20px !important;
}
#guideContainer-rootPanel-panel_software-guidetextdraw_936047556___guide-item .guidetextdraw.guidefield {
  margin-bottom: 0;
}
.base-modal-component .guideContainerWrapperNode .mcore-form.toolRegistrationClass .termsAndConditons .gridFluidLayout {
  margin: 0 !important;
  width: 100% !important;
}
.hwTable.swTable.aircraft table {
  margin: 0 !important;
}
.base-adaptiveFormModal .form-bill-one .custom-bill-one .mcore-form .termsAndConditons .row:last-child {
  margin-top: 0;
}
.loading-backdrop {
  z-index: 9999;
}
.block-element {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
div#guideContainer-rootPanel-panel_686999192_copy_914269585-panel_643984581___guide-item {
  padding: 0 15px !important;
}
.button.d-none {
  display: none !important;
}
.marketing-add #success_cart a {
  background: #1792e5;
  color: #ffffff;
}
.aemformcontainer .swupgrades .guideTableNode table .guideTableRowNode.guideTableHeader:nth-child(odd) {
  height: auto;
}
.online-btns.justify-content-start {
  margin-left: 0 !important;
}
.form-bill-one .custom-bill-one .showHeader .guidetextdraw.guidefield {
  margin-bottom: 0;
}
.aemformcontainer .hwContainer .hardwareInstallationForm .guideTableNode table .guideTableRowNode.guideTableHeader:nth-child(odd) {
  height: auto;
}
.base-modal-component.base-adaptiveForm .guideCheckBoxItem {
  display: block !important;
}
.base-modal-component .guideContainerWrapperNode .guideRootPanel .row .gridFluidLayout {
  width: 100% !important;
}
.base-modal-component.base-adaptiveFormModal .modal-custom .modal-content .formcontent p span.asterisk {
  color: #d22630;
  font-weight: 800;
}
.base-modal-component.base-adaptiveFormModal .form-bill-one .custom-bill-one .square-shape {
  margin: 0;
}
.base-modal-component.base-adaptiveForm .guideRootPanel {
  margin-bottom: 0 !important;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr.dropdown-selected td .radioButton.custom-checkbox .custom-control-label::before {
  border-color: #007bff !important;
}
.form-bill-one .custom-bill-one .base-adaptive h1.modal-title {
  height: auto;
  width: 1000px;
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: normal;
  margin-left: -3px;
}
.aemformcontainer .swupgrades .guideTextDraw.guideStaticText.individualSoftwareOptoinsHeader p {
  margin-bottom: 0;
}
@media (max-width: 538px) {
  .form-bill-one .custom-bill-one .mcore-form .termsAndConditons .row:nth-child(1) .guideFieldError {
    bottom: -28px;
  }
}
.aemformcontainer .honeywellDatePicker {
  margin: 0;
}
.form-bill-one .custom-bill-one .submitpo-section-details .AmountofFreightClaim .numericInput input[type="text"] {
  width: 347px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .AmountofFreightClaim label {
  height: 29px;
  font-size: 15px;
  font-weight: 300;
  line-height: 29px;
}
.form-bill-one .custom-bill-one .submitpo-section-details .labor-table #guideContainer-rootPanel-panel_1573185223-panel_1609220366_cop-table_100478425_copy-Row2-tableItem__ p {
  line-height: 44px;
  text-align: right;
  font-size: 18px !important;
  font-weight: bold !important;
}
.base-modal-component.base-adaptiveFormModal .form-bill-one .custom-bill-one .guideTextDraw.guideStaticText.termsconditionmsg p {
  margin-left: 0 !important;
}
.form-bill-one .custom-bill-one .submitpo-section-order .guideTextDraw.guideStaticText.claimText h5 {
  height: 58px;
  width: 712px;
}
.form-bill-one .custom-bill-one .guideTextDraw.guideStaticText.heading-text p {
  font-size: 15px !important;
}
.form-bill-one .custom-bill-one .guideFieldNode.guideTextBox.commentBody .guideFieldError {
  margin-bottom: 0;
}
/* Online Ordering Changes */
.onlineorderingclass .row,
.programwarrantyclass .row {
  margin-top: -4px !important;
}
.onlineorderingclass .table,
.programwarrantyclass .table {
  margin-bottom: 48px;
}
.onlineorderingclass .accounts,
.programwarrantyclass .accounts {
  overflow-x: auto;
}
.onlineorderingclass .accounts table,
.programwarrantyclass .accounts table {
  min-width: 575px;
  width: 100%;
  font-size: 14px;
}
.onlineorderingclass .accounts table thead tr th,
.programwarrantyclass .accounts table thead tr th,
.onlineorderingclass .accounts table tbody tr th,
.programwarrantyclass .accounts table tbody tr th,
.onlineorderingclass .accounts table thead tr td,
.programwarrantyclass .accounts table thead tr td,
.onlineorderingclass .accounts table tbody tr td,
.programwarrantyclass .accounts table tbody tr td {
  vertical-align: middle;
  width: 25% !important;
  padding-left: 20px !important;
  font-weight: 300;
}
.onlineorderingclass .accounts table thead tr th span,
.programwarrantyclass .accounts table thead tr th span,
.onlineorderingclass .accounts table tbody tr th span,
.programwarrantyclass .accounts table tbody tr th span {
  font-weight: 300;
}
.onlineorderingclass .accounts table thead tr td:first-child,
.programwarrantyclass .accounts table thead tr td:first-child,
.onlineorderingclass .accounts table tbody tr td:first-child,
.programwarrantyclass .accounts table tbody tr td:first-child {
  font-weight: 800;
}
.onlineorderingclass .accounts table thead tr td,
.programwarrantyclass .accounts table thead tr td,
.onlineorderingclass .accounts table tbody tr td,
.programwarrantyclass .accounts table tbody tr td {
  color: #303030;
}
.onlineorderingclass .accounts table thead,
.programwarrantyclass .accounts table thead {
  background-color: #333333;
}
.onlineorderingclass .accounts table thead tr,
.programwarrantyclass .accounts table thead tr {
  background-color: transparent !important;
}
.onlineorderingclass .accounts table tbody tr,
.programwarrantyclass .accounts table tbody tr {
  height: 74px;
}
.onlineorderingclass .accounts table tbody tr:nth-of-type(even),
.programwarrantyclass .accounts table tbody tr:nth-of-type(even) {
  background: #ffffff !important;
}
.onlineorderingclass .accounts table tbody tr:nth-of-type(odd),
.programwarrantyclass .accounts table tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7 !important;
}
.onlineorderingclass .accounts table .accounts-checkbox,
.programwarrantyclass .accounts table .accounts-checkbox {
  margin-bottom: 0 !important;
}
.onlineorderingclass .accounts table .accounts-checkbox input,
.programwarrantyclass .accounts table .accounts-checkbox input {
  width: auto !important;
}
.onlineorderingclass .accounts table .accounts-checkbox .guideWidgetLabel.right,
.programwarrantyclass .accounts table .accounts-checkbox .guideWidgetLabel.right {
  display: none;
}
.onlineorderingclass .accounts table .online-ord-checkbox,
.programwarrantyclass .accounts table .online-ord-checkbox,
.onlineorderingclass .accounts table .js-checkbox-heading,
.programwarrantyclass .accounts table .js-checkbox-heading {
  vertical-align: middle;
  margin-right: 20px;
  height: 24px;
  width: 24px;
  border: 2px solid #d0d0d0;
  background: #ffffff;
}
.onlineorderingclass .accounts table .online-ord-checkbox .mvp-icon-check,
.programwarrantyclass .accounts table .online-ord-checkbox .mvp-icon-check,
.onlineorderingclass .accounts table .js-checkbox-heading .mvp-icon-check,
.programwarrantyclass .accounts table .js-checkbox-heading .mvp-icon-check {
  display: none;
}
.onlineorderingclass .accounts table .online-ord-checkbox .mvp-icon-check :before,
.programwarrantyclass .accounts table .online-ord-checkbox .mvp-icon-check :before,
.onlineorderingclass .accounts table .js-checkbox-heading .mvp-icon-check :before,
.programwarrantyclass .accounts table .js-checkbox-heading .mvp-icon-check :before {
  content: "\e90B";
}
.onlineorderingclass .accounts table .online-ord-checkbox.selected,
.programwarrantyclass .accounts table .online-ord-checkbox.selected,
.onlineorderingclass .accounts table .js-checkbox-heading.selected,
.programwarrantyclass .accounts table .js-checkbox-heading.selected {
  background: #1792e5;
  border-color: #1792e5;
}
.onlineorderingclass .accounts table .online-ord-checkbox.selected .mvp-icon-check,
.programwarrantyclass .accounts table .online-ord-checkbox.selected .mvp-icon-check,
.onlineorderingclass .accounts table .js-checkbox-heading.selected .mvp-icon-check,
.programwarrantyclass .accounts table .js-checkbox-heading.selected .mvp-icon-check {
  margin-left: 0;
  position: relative;
  display: inline;
}
.onlineorderingclass .accounts table .online-ord-checkbox.selected .mvp-icon-check::before,
.programwarrantyclass .accounts table .online-ord-checkbox.selected .mvp-icon-check::before,
.onlineorderingclass .accounts table .js-checkbox-heading.selected .mvp-icon-check::before,
.programwarrantyclass .accounts table .js-checkbox-heading.selected .mvp-icon-check::before {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  position: relative;
  top: 2px;
  left: 2px;
}
.disable-btn-ord {
  background: #1792e5 !important;
  border-color: #1792e5 !important;
  opacity: .65;
  pointer-events: none;
}
/* End */
.registrationForm .guideRootPanel.guideRootPanel.commentsAttachmentForm .guideLayout.guideGridFluidLayout .row {
  margin: 10px 0;
}
.registrationForm .aemformcontainer .multiline.textField textArea {
  margin-bottom: 10px;
}
.gccCaseCreation .guideFieldNode.guideTextBox.description {
  margin-left: 12px;
  width: auto !important;
}
.gccCaseCreation .guideFieldNode.guideTextBox.subject {
  margin-left: 12px;
  width: auto !important;
}
.gccCaseCreation .guideFieldNode.guideTextBox.subject .guideFieldLabel.top {
  padding-left: 12px;
}
.gccCaseCreation .guideFieldNode.guideTextBox.productId {
  width: 103%;
}
.gccCaseCreation .guideFieldNode.guideDropDownList.region,
.gccCaseCreation .guideFieldNode.guideDropDownList.lineOfBusiness {
  width: 103%;
}
.gccCaseCreation .guideFieldWidget.afFileUpload.fileUpload {
  width: 99% !important;
}
.gccCaseCreation .aemformcontainer form .guideContainerWrapperNode .guideRootPanel .row {
  margin: 0;
}
.gccCaseCreation span.select2-selection__rendered {
  color: #9B9B9B !important;
}
.SSRequest .guideFieldNode.guideTextBox.subject .guideFieldLabel.top {
  padding-left: 2px;
}
.SSRequest .gridFluidLayout .guideLayout.guideGridFluidLayout .row {
  margin: 5px 0;
}
.SSRequest .guideFieldNode.guideTextBox.lssL1Employee,
.SSRequest .guideFieldNode.guideDropDownList.urgency {
  width: 103%;
}
@media (min-width: 768px) {
  .base-modal-component.base-adaptiveFormModal .form-bill-one .custom-bill-one .base-adaptive h1.modal-title {
    font-size: 28px !important;
    line-height: 46px;
    padding: 0;
    height: auto;
    width: auto;
    color: #303030;
    margin-left: 0;
  }
  .base-modal-component.base-adaptiveFormModal .form-bill-one .custom-bill-one .base-adaptive p {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .gccCaseCreation .guideFieldNode.guideFileUpload.fileAttachment {
    padding-left: 15px !important;
  }
  .gccCaseCreation .guideFieldNode.guideTextBox.description {
    margin-left: 9px !important;
    width: 97% !important;
  }
  .gccCaseCreation .guideFieldNode.guideTextBox.subject {
    margin-left: 9px !important;
    width: 97% !important;
  }
  .gccCaseCreation .guideFieldNode.guideTextBox.subject .guideFieldLabel.top {
    padding-left: 0;
  }
  .gccCaseCreation .guideFieldNode.guideTextBox.productId {
    width: 100%;
  }
  .gccCaseCreation .guideFieldNode.guideTextBox.caseNumberRelatedToInquire {
    width: 96.5%;
  }
  .gccCaseCreation .guideFieldNode.guideDropDownList.lineOfBusiness,
  .gccCaseCreation .guideFieldNode.guideDropDownList.region {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .SSRequest .guideFieldNode.guideDropDownList.recordType,
  .SSRequest .guideFieldNode.guideDropDownList.supportToBeDeliveredBy,
  .SSRequest .guideFieldNode.guideDropDownList.impact,
  .SSRequest .guideFieldNode.guideDropDownList.priority {
    width: 103%;
  }
  .SSRequest .guideFieldNode.guideTextBox.lssL1Employee,
  .SSRequest .guideFieldNode.guideDropDownList.urgency {
    width: 103%;
  }
  .base-modal-component.base-adaptiveFormModal .form-bill-one .custom-bill-one .base-adaptive h1.modal-title {
    font-size: 24px !important;
    line-height: 28px;
    padding: 0;
    height: auto;
    width: auto;
    color: #303030;
    margin-left: 0;
  }
  .base-modal-component.base-adaptiveFormModal .form-bill-one .custom-bill-one .base-adaptive p {
    padding-left: 0;
  }
  .form-bill-one .custom-bill-one .base-adaptive h1.modal-title {
    height: auto;
    line-height: normal;
    width: 100%;
    font-size: 24px;
  }
  .gccCaseCreation .guideFieldNode.guideTextBox.description,
  .gccCaseCreation .guideFieldNode.guideTextBox.subject {
    margin-left: 5px !important;
    width: 98% !important;
  }
}
@media (max-width: 640px) {
  .gccCaseCreation .guideFieldNode.guideTextBox.productId {
    width: 100%;
  }
  .gccCaseCreation .guideFieldNode.guideDropDownList.lineOfBusiness,
  .gccCaseCreation .guideFieldNode.guideDropDownList.region {
    width: 100%;
  }
  .gccCaseCreation .guideFieldNode.guideTextBox.description {
    margin-left: 3px !important;
    width: 99% !important;
  }
  .gccCaseCreation .guideFieldNode.guideTextBox.subject {
    margin-left: 3px !important;
    width: 99% !important;
  }
  .gccCaseCreation .guideFieldNode.guideTextBox.subject .guideFieldLabel.top {
    padding-left: 0;
  }
  .gccCaseCreation .guideFieldNode.guideFileUpload.fileAttachment {
    padding-left: 7px !important;
  }
  .gccCaseCreation .guideFieldNode.guideDropDownList.reasonForRequest,
  .gccCaseCreation .guideFieldNode.guideTextBox.caseNumberRelatedToInquire {
    width: 102%;
    left: -3px !important;
    position: relative;
  }
}
@media (max-width: 480px) {
  .gccCaseCreation .guideFieldNode.guideTextBox.productId {
    width: 100%;
  }
  .gccCaseCreation .guideFieldNode.guideDropDownList.lineOfBusiness,
  .gccCaseCreation .guideFieldNode.guideDropDownList.region {
    width: 100%;
  }
  .gccCaseCreation .guideFieldNode.guideTextBox.description {
    margin-left: 0;
    width: 98% !important;
  }
  .gccCaseCreation .guideFieldNode.guideTextBox.subject {
    margin-left: 0;
    width: 98% !important;
  }
  .gccCaseCreation .guideFieldNode.guideTextBox.subject .guideFieldLabel.top {
    padding-left: 0;
  }
  .gccCaseCreation .guideFieldNode.guideFileUpload.fileAttachment {
    padding-left: 7px !important;
  }
}
.form-bill-one .custom-bill-one .gccCaseCreation .criticalPriorityText h3 {
  font-size: 18px !important;
}
.form-bill-one .custom-bill-one .gccCaseCreation .criticalPriorityText p {
  font-size: 16px;
  color: red !important;
  font-weight: bold;
}

.select2.narrow {
  width: 200px;
}
.select2-container .wrap.select2-selection--single {
  height: 100%;
}
.select2-container .wrap.select2-selection--single .select2-selection__rendered {
  word-wrap: break-word;
  text-overflow: inherit;
  white-space: normal;
}
.select2-container.select2-container--default.soldtoaccount .select2-dropdown--below {
  width: 45% !important;
  border-top: 2px solid #1792e5;
}
.select2-container.select2-container--default .select2-results__options .select2-results__option--highlighted {
  border: 1px solid #1792e5;
  background: #1792e5;
  color: #ffffff;
}
.select2-container.select2-container--default .select2-results__options .select2-results__option--highlighted:not(:last-child) {
  border-bottom: 2px solid #d0d0d0;
  margin-bottom: -1px;
}
.select2-container.select2-container--default .select2-results__options .select2-results__option {
  padding: 0 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0px 10px 16px;
}
.select2-container.select2-container--default .select2-results__options .select2-results__option .custname {
  text-transform: capitalize;
}
.select2-container.select2-container--default .select2-results__options .select2-results__option .soldcode {
  float: right;
  padding-right: 1em;
  font-size: 0.75em;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  font-size: 21px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #303030;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #d0d0d0;
}
.select2-container.select2-container--default .select2-dropdown {
  border: 2px solid #1792e5;
  border-top: 0;
}
.select2-container.select2-container--default.soldtoaccount.select2-container--open:not(.select2-container--above) {
  border-bottom: none;
}
.aircraftselection .col-md-4 {
  padding-top: 0px;
  flex: 0 0 35%;
  max-width: 33%;
  padding-right: 4px;
  padding-left: 0px;
}
.aircraftselection .col-md-2 {
  padding-top: 0px;
  flex: 0 0 25%;
  max-width: 22%;
  padding-right: 4px;
  padding-left: 4px;
}
.form-bill-one .custom-bill-one .hwContainer {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode {
  display: flex;
  justify-content: stretch;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table {
  max-width: 100%;
  margin: 0em;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr {
  height: 0em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td {
  vertical-align: middle;
  padding: 0;
  border: none;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .radioButton.custom-checkbox {
  margin-left: 0.75em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .radioButton.custom-checkbox .custom-control-label {
  vertical-align: middle;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .radioButton.custom-checkbox .custom-control-label::before {
  top: 4px;
  border-radius: 50%;
  box-shadow: none;
  border: 1px solid #cccccc;
  color: #555555;
  font-size: 0.875rem;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .radioButton.custom-checkbox .custom-control-label::after {
  content: '';
  width: 16px;
  height: 16px;
  background: #1792e5;
  position: absolute;
  top: 8px;
  left: -20px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "icomoonregular";
  font-size: 1.4rem;
  color: #ffffff;
  background-image: none;
  margin: 0px;
  content: "";
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .radioButton.custom-checkbox .custom-control-input[type="radio"] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 7px;
  left: 8px;
  -webkit-appearance: none;
  outline: none;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .radioButton.custom-checkbox .custom-control-input[type="radio"]:not(:checked) label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .radioButton.custom-checkbox .custom-control-input[type="radio"]:checked label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .radioButton.custom-checkbox .custom-control-input[type="radio"]:checked .custom-control-label::before {
  background: #ffffff;
  border: 2px solid #1792e5;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .radioButton.custom-checkbox .custom-control-input:checked .custom-control-label::before {
  background-color: #007bff !important;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .radioButton.custom-checkbox .custom-control-input:checked .custom-control-label::before {
  background-color: #007bff !important;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .radioButton.custom-checkbox .custom-control-input:indeterminate .custom-control-label::before {
  background-color: #ffffff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .sw-desc {
  padding-bottom: 1em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .custom-control-label.check::before {
  font-family: "icomoonregular";
  border-radius: 0;
  font-size: 1.4rem;
  color: #ffffff;
  height: 24px;
  width: 24px;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .custom-control-label.check::after {
  font-family: "icomoonregular";
  border-radius: 0;
  font-size: 1.4rem;
  color: #ffffff;
  margin-top: -0.187rem;
  position: absolute;
  left: -1.3rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "\e90B";
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .custom-checkbox {
  margin-left: 0.75em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .custom-checkbox .custom-control-label::before {
  width: 1em;
  height: 1rem;
  font-family: "icomoonregular";
  font-size: 1.4rem;
  color: #ffffff;
  background-image: none;
  margin: 0px;
  content: "";
  border-radius: 0;
  box-shadow: none;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .custom-checkbox .custom-control-label::after {
  backgroung-image: none;
  border-radius: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .custom-checkbox .custom-control-label.remove.part-desc::before {
  font-family: "icomoonregular";
  border-radius: 0;
  font-size: 1.4rem;
  color: #ffffff;
  height: 24px;
  width: 24px;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .custom-checkbox .custom-control-label.remove.part-desc.after::after {
  font-family: "icomoonregular";
  border-radius: 0;
  font-size: 1.4rem;
  color: #ffffff;
  margin-top: -1%;
  position: absolute;
  left: -1.4rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "\e90B";
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .custom-checkbox .custom-control-label.check::before {
  font-family: "icomoonregular";
  border-radius: 0;
  font-size: 1.4rem;
  color: #ffffff;
  height: 24px;
  width: 24px;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .custom-checkbox .custom-control-label.check::after {
  font-family: "icomoonregular";
  border-radius: 0;
  font-size: 19.6px;
  color: #ffffff;
  margin-top: -1%;
  position: absolute;
  left: -1.4rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "\e90B";
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .custom-control-label {
  color: #666666;
  line-height: 1.42857143;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 2px;
  padding: 6px 0 0 15px;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td hr {
  border-width: 0.5px;
  margin: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr:nth-of-type(even).dropdown-selected {
  box-sizing: border-box;
  background-color: #d2e8ff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td.controller_error {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr.nonSTCrow td {
  padding: 0.75rem 0;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .Controller td .custom-checkbox {
  padding: 0;
  margin: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr.mobile.existing-prod hr {
  border-top: none;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr.dropdown-selected {
  box-sizing: border-box;
  background-color: #d2e8ff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr.mobile.selected-row {
  box-sizing: border-box;
  background-color: #d2e8ff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .dropdown-selected-tbody {
  box-sizing: border-box;
  background-color: #d2e8ff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .complete-inst.dropdown-selected {
  box-sizing: border-box;
  background-color: #d2e8ff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr.desktop.table-rows {
  height: 4.25em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .custom-control {
  background-color: transparent;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .partnumber {
  text-align: center;
  padding: 0 2px;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .list {
  text-align: center;
  padding: 0 2px;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .unit {
  text-align: center;
  padding: 0 2px;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody td[name="hwQuantity"] {
  vertical-align: middle;
  text-align: center;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .hwtableqty {
  box-sizing: border-box;
  height: 1.875em;
  width: 4.75em;
  border: 0.0625em solid #303030;
  background-color: #ffffff;
  justify-content: space-around;
  display: inline-block;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .hwtableqty .qty {
  height: 1.4375em;
  width: 1.875em;
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.8125em;
  text-align: center;
  border: none;
  background-color: #ffffff;
  padding: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .hwtableqty .qtyplus {
  height: 1.25em;
  width: 1.25em;
  color: #303030;
  border: none;
  background-color: #ffffff;
  padding: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .hwtableqty .qtyminus {
  height: 1.25em;
  width: 1.25em;
  color: #303030;
  border: none;
  background-color: #ffffff;
  padding: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table thead {
  width: 100%;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table thead th {
  vertical-align: middle;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table thead th p {
  font-family: "Solstice Sans";
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.0313em;
  line-height: 0.9375em;
  color: #ffffff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table thead th p span.tbllabel {
  color: #ffffff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode tr.swbundle.table-rows td {
  padding: 10px 0px 20px 0px;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .tradedInPanel .tradeinRadio .guideRadioButtonItem {
  margin: 1em 0 0.3em 3em;
  width: 30%;
  align-self: center;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .tradedInPanel .tradeinRadio .guideRadioButtonItem:first-child {
  margin-top: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .tradedInPanel .tradeinRadio .guideRadioButtonItem input[type="radio"] {
  height: 1.2em;
  width: 1.2em;
  background-color: #1792e5;
  border: 2px solid #d0d0d0;
  opacity: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .tradedInPanel .tradeinRadio .guideRadioButtonGroupItems {
  margin: 0;
  padding: 0 2.5em 2.5em 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .tradedInPanel .tradeinRadio .guideRadioButtonGroupItems div:last-child {
  margin-left: 3em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .nonHonStc {
  display: inline-block;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .nonSTCrow.dropdown-selected div.nonHonStc::before {
  content: "*";
  color: #d22630;
  top: 18px;
  position: relative;
  right: 12px;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .custom-left {
  display: inline-block;
  width: 42%;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .selectionpanel .guideFieldLabel label {
  line-height: 0px;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .controller_heading {
  color: #666666;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .partnumber {
  color: #666666;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .selected-val {
  box-sizing: border-box;
  background-color: #d2e8ff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .STC.desktop.selected-val {
  box-sizing: border-box;
  background-color: #d2e8ff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .STC.mobile.selected-val {
  box-sizing: border-box;
  background-color: #d2e8ff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .wizard .guideWizardLayout .col-md-12.clearfix {
  display: flex;
  justify-content: center;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwPanel {
  box-sizing: border-box;
  border: 0.0625em solid #d0d0d0;
  background-color: #fafafa;
  text-align: center;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .wizard-navigators {
  margin-left: -0.125em;
  font-size: 0.875em;
  float: none;
  text-align: center;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .success_msg .guideTextDraw.guideStaticText p {
  color: #000000;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .success_msg .guideTextDraw.guideStaticText p .caseid {
  color: #1792e5;
  font-weight: 400;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .upgradelater {
  text-align: right;
  width: 95%;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .upgradelater label {
  color: #1792e5;
  font-weight: 500;
  font-size: 1.2em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .upgradelater .textField {
  display: none;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTextDraw.guideStaticText p {
  color: #ffffff;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTextDraw.guideStaticText.confirmationText p {
  color: #000000;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTextDraw.guideStaticText.hwPanel p {
  height: 1.375em;
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 2em;
  font-weight: 100;
  line-height: 0.5em;
  text-align: center;
  margin-bottom: 0.3em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTextDraw.guideStaticText.hwPanel p:first-child {
  height: 1.5em;
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.0313em;
  line-height: 1.5em;
  text-align: center;
  margin: auto;
  margin-top: 1.4688em;
  margin-bottom: 1.25em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwtitle.guideTextDraw.guideStaticText p {
  color: #303030;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm input[type="text"] {
  border: none;
  background: none;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .soldtoaccount .guideFieldLabel.top label:before {
  height: 0.9375em;
  width: 0.375em;
  color: #d22630;
  font-family: "Solstice Sans";
  font-weight: 800;
  letter-spacing: 0.0156em;
  content: "*";
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .soldtoaccount .guideFieldWidget.dropDownList select {
  box-sizing: border-box;
  height: 3em;
  width: 22em;
  max-width: 22em;
  border: 0.0625em solid #1792e5;
  font-family: "Solstice Sans";
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.5625em;
  padding: 0.1875em 0em 0em 0.875em;
  max-height: 25.1875em;
  -webkit-appearance: menulist;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .soldtoaccount .guideFieldWidget.dropDownList select:focus {
  max-width: 22em;
  max-height: 25.1875em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .soldtoaccount .guideFieldWidget.dropDownList select:focus > option:checked {
  border: 0.0625em #1792e5 solid;
  background-color: #d1e9fe;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .soldtoaccount .guideFieldWidget.dropDownList select option {
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: 0.0294em;
  line-height: 1.0625em;
  max-width: auto;
  width: 36.25em;
  height: 3.4375em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwInstallationReviewForm .guideTableNode table tbody tr {
  background: #f7f7f7;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwInstallationReviewForm .hwReviewTitle h1 {
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 2em;
  font-weight: 300;
  line-height: 2.375em;
  text-align: center;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwInstallationReviewForm table thead {
  height: 2.1875em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwInstallationReviewForm table thead th {
  font-family: "Solstice Sans";
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.0313em;
  height: 0em;
  padding-top: 1em;
  padding-bottom: 0.8em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwInstallationReviewForm table tbody tr {
  height: 2.5em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwInstallationReviewForm table tbody tr td {
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5625em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwInstallationReviewForm table tbody tr td ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwInstallationReviewForm table tbody tr .qty {
  text-align: center;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwInstallationReviewForm table tbody tr .partnumber {
  text-align: center;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .desktop .quantity-component input {
  font-family: "Solstice Sans";
  width: 60px;
  top: 6px;
  height: 37px;
  font-size: 1rem;
  color: #666666;
  border: 2px solid #d0d0d0;
  text-align: center;
  padding: 0 15px;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .desktop .quantity-component input:focus {
  outline-offset: 0;
  outline: none;
  border: 2px solid #1792e5;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .desktop .guideFieldError {
  padding-top: 0px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 0.9em !important;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm input.controllerQty[type="number"]:disabled {
  background-color: #eeeeee;
  background-color: #d8d8d8;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm input.controllerQty {
  text-align: center;
  width: 75px;
  border: none;
  font-size: 0.938em;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm tr.hiddentable.headerRow {
  display: table-row;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable .swbundle td.soft-head {
  width: 30%;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable .swupgrade td.soft-head {
  width: 30%;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable td:first-child {
  width: 3%;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable td.partnumber {
  width: 20%;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable td.list {
  width: 20%;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable td.unit {
  width: 20%;
}
.form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .SoftwareBundlePart.swTable .sw-desc {
  margin-left: 4%;
}
.form-bill-one .custom-bill-one .hwContainer .compleinstallationform .guideradiobutton .tradeinRadio .guideFieldLabel.top {
  display: none;
}
.form-bill-one .custom-bill-one .hwContainer .compleinstallationform .wizard-navigators li:first-of-type {
  display: none;
}
.form-bill-one .custom-bill-one .hwContainer td.controller_error {
  text-align: center;
  padding: 13px;
  color: #f15a4f;
}
.form-bill-one .custom-bill-one .hwContainer .notification {
  padding: 5px !important;
  min-height: 0px !important;
}
.form-bill-one .custom-bill-one .hwContainer .mvp-icon-information:before {
  margin-left: 5px;
  margin-top: 3px;
  line-height: 1 !important;
}
.form-bill-one .custom-bill-one .hwContainer .hiddentable {
  display: none;
}
.form-bill-one .custom-bill-one .hwContainer .row.hiderow {
  display: none !important;
}
.form-bill-one .custom-bill-one .hwContainer .aemformcontainer .guideTableNode table tbody {
  box-sizing: border-box;
  background-color: #d2e8ff;
}
.form-bill-one .custom-bill-one .hwContainer .swTable {
  border: 2px solid #d0d0d0;
}
.form-bill-one .custom-bill-one .hwContainer .swTable .hwTable > tbody > tr > td {
  padding: 14px 20px 0px 20px;
}
.form-bill-one .custom-bill-one .hwContainer .swTable table td.test:first-child {
  width: 50px;
  text-align: center;
}
.form-bill-one .custom-bill-one .hwContainer .swTable a.soft-desc {
  color: #777777;
  font-size: 1.125em;
  font-family: "Solstice Sans";
  text-decoration: none;
  display: block;
  padding-bottom: 1.2em;
}
.form-bill-one .custom-bill-one .hwContainer .swTable a.soft-desc:hover {
  color: #777777;
  text-decoration: none;
}
.form-bill-one .custom-bill-one .hwContainer .swTable a.soft-desc:focus {
  color: #777777;
  text-decoration: none;
}
.form-bill-one .custom-bill-one .hwContainer .swTable .display-block {
  display: block;
}
.form-bill-one .custom-bill-one .hwContainer .swTable .price {
  color: #303030;
  font-size: 1em;
  font-weight: 500;
}
.form-bill-one .custom-bill-one .hwContainer .swTable .soft-head {
  text-decoration: none;
  color: #303030;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
}
.form-bill-one .custom-bill-one .hwContainer .swTable .sw-desc {
  font-size: 0.9em;
  font-style: italic;
  width: 98%;
}
.form-bill-one .custom-bill-one .hwContainer .swTable span.soft-desc {
  text-decoration: none;
  color: #777777;
  font-size: 1.2em;
}
.form-bill-one .custom-bill-one .hwContainer .swTable span.soft-desc:hover {
  text-decoration: none;
  color: #777777;
}
.form-bill-one .custom-bill-one .hwContainer .swTable .soft-desc::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #777777;
  border-bottom: 5px solid transparent;
  padding-right: 8px;
}
.form-bill-one .custom-bill-one .hwContainer .swTable .soft-full-desc {
  display: none;
  padding-left: 16px;
}
.form-bill-one .custom-bill-one .hwContainer .tableqty {
  box-sizing: border-box;
  height: 3.5em;
  width: 76px;
  border: 2px solid #d0d0d0;
  background-color: #ffffff;
  justify-content: space-around;
  display: inline-block;
}
.form-bill-one .custom-bill-one .hwContainer .tableqty .qtyminus {
  width: 20px;
  color: #b0b0b0;
  border: none;
  background-color: #ffffff;
  padding: 0;
}
.form-bill-one .custom-bill-one .hwContainer .tableqty .qty {
  height: 3em;
  width: 30px;
  color: #303030;
  font-family: "Solstice Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
  border: none;
  background-color: #ffffff;
  padding: 0;
}
.form-bill-one .custom-bill-one .hwContainer .tableqty .qtyplus {
  width: 20px;
  color: #b0b0b0;
  border: none;
  background-color: #ffffff;
  padding: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hwInstallationToolbar {
  padding: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hwInstallationToolbar .guidetoolbar {
  text-align: center;
}
.form-bill-one .custom-bill-one .hwContainer .hwInstallationToolbar .guidetoolbar .button-default {
  width: 13.4375em;
  padding: 0;
  margin: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hwInstallationToolbar .guidetoolbar .button-default.movePrev {
  margin-right: 137px;
}
.form-bill-one .custom-bill-one .hwContainer .hwInstallationToolbar .guidetoolbar #guideContainer-toolbar-nextitemnav___widget {
  background-color: #1792e5;
  border: none;
}
.form-bill-one .custom-bill-one .hwContainer .hwInstallationToolbar .guidetoolbar #guideContainer-toolbar-nextitemnav___widget:disabled {
  border: none;
  background-color: #d0d0d0;
}
.form-bill-one .custom-bill-one .hwContainer .hwInstallationToolbar .guidetoolbar #guideContainer-toolbar-previtemnav___widget {
  border: 0.0625em #1792e5 solid;
}
.form-bill-one .custom-bill-one .hwContainer .hwInstallationToolbar #guideContainer-toolbar-submit___guide-item {
  display: none;
  float: none !important;
}
.form-bill-one .custom-bill-one .hwContainer .guideRootPanel .row .table {
  margin-bottom: 0;
}
.form-bill-one .custom-bill-one .hwContainer .guideRootPanel .row:last-child {
  margin-bottom: 0;
}
.form-bill-one .custom-bill-one .hwContainer .hwtableqty.disabled {
  background-color: #d0d0d0;
}
.form-bill-one .custom-bill-one .hwContainer .hwtableqty.disabled input {
  background-color: #d0d0d0;
}
.form-bill-one .custom-bill-one .hwContainer .tableqty.disabled {
  background-color: #d0d0d0;
}
.form-bill-one .custom-bill-one .hwContainer .tableqty.disabled input {
  background-color: #d0d0d0;
}
.form-bill-one .custom-bill-one .hwContainer .disabled {
  background-color: #d0d0d0;
}
.form-bill-one .custom-bill-one .hwContainer .disabled input {
  background-color: #d0d0d0;
}
.form-bill-one .custom-bill-one .hwContainer .hideItem {
  display: none !important;
}
.form-bill-one .custom-bill-one .hwContainer .afWizardPanel .center {
  width: 63%;
  margin: 0 auto;
}
.form-bill-one .custom-bill-one .hwContainer .shortdesc .guidePanelDescription {
  display: none;
}
.form-bill-one .custom-bill-one .hwContainer .upgradelater .textField {
  display: none;
}
.form-bill-one .custom-bill-one .hwContainer .wrapper {
  display: grid;
  margin: 0;
}
.form-bill-one .custom-bill-one .hwContainer .quantity-component .disabled input {
  background-color: #eeeeee;
}
.form-bill-one .custom-bill-one .guideFieldLabel label {
  font-size: 16px;
  font-weight: 500;
  padding-right: 15px;
  padding-left: 15px;
}
.form-bill-one .custom-bill-one .guideFieldError {
  font-size: 0.9em !important;
}
.form-bill-one .custom-bill-one .reqStcSubBtn button.button-default.button-medium.submit:disabled {
  background: #d0d0d0;
}
.form-bill-one .custom-bill-one .review.reviewContent table .guideTextDraw.guideStaticText p {
  color: #ffffff !important;
  font-size: 14px;
}
.form-bill-one .custom-bill-one .review.reviewContent table ul {
  padding: 14px 0px 40px 8px;
  margin: 0;
  list-style-type: none;
  background: #f7f7f7;
  line-height: 25px;
  color: #555555;
}
.form-bill-one .custom-bill-one .review.reviewContent table td {
  padding: 0;
}
.form-bill-one .custom-bill-one .review.reviewContent .guideTableNode table {
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.form-bill-one .custom-bill-one .review.reviewContent .guideTableNode table .guideTableRowNode.guideTableHeader th {
  height: auto;
  padding: 5px;
}
.form-bill-one .custom-bill-one .review.reviewContent .table {
  margin: 0;
}
.form-bill-one .custom-bill-one .review.reviewContent .row {
  margin: 20px 0 0px 0px;
}
.form-bill-one .custom-bill-one .review.reviewContent .row:last-child {
  margin: 0;
}
.form-bill-one .custom-bill-one .review.reviewContent .actionbtn {
  margin-top: 80px;
}
.form-bill-one .custom-bill-one .review.reviewContent .actionbtn .afToolbarButton:nth-child(2) {
  float: right;
}
.form-bill-one .custom-bill-one .review.reviewContent .actionbtn .button-default.movePrev {
  margin-right: 137px;
}
.form-bill-one .custom-bill-one .review.reviewContent .actionbtn button.button-default.button-medium.movePrev {
  border: 0.0625em #1792e5 solid;
}
.form-bill-one .custom-bill-one .review.reviewContent .termsAndConditons {
  text-align: center;
}
.form-bill-one .custom-bill-one .review.reviewContent .termsAndConditons .termsHeading {
  padding-left: 0;
}
.form-bill-one .custom-bill-one .review.reviewContent .termsAndConditons .termsHeading p {
  font-size: 0.875em;
  font-weight: 500;
  padding-left: 13px;
}
.form-bill-one .custom-bill-one .review.reviewContent .termsAndConditons .termsHeading p::before {
  content: "*";
  color: #d22630;
  font-weight: 800;
  font-size: 1em;
  vertical-align: middle;
  padding-right: 5px;
}
.form-bill-one .custom-bill-one .review.reviewContent .termsAndConditons > div {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  width: 60%;
}
.form-bill-one .custom-bill-one .review.reviewContent .termsAndConditons .row:nth-child(2) {
  display: inline-block;
  float: left;
  width: 8%;
  margin-top: 15px;
}
.form-bill-one .custom-bill-one .review.reviewContent .termsAndConditons .row:last-child {
  margin-top: 15px;
}
.form-bill-one .custom-bill-one .review.reviewContent .guideTextDraw.guideStaticText.termsConsent {
  padding-left: 5px;
  padding-right: 0;
}
.form-bill-one .custom-bill-one .request_deatils .typeOfRtu {
  padding-left: 15px;
}
.form-bill-one .custom-bill-one .request_deatils .typeOfRtu .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
  padding-bottom: 10px;
}
.form-bill-one .custom-bill-one .request_deatils .typeOfRtu .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment:last-child {
  margin: 0px;
}
.form-bill-one .custom-bill-one .request_deatils .requestNextBtn button.moveNext:not(.af-icon-button) {
  background: #1792e5;
  border: none;
}
.form-bill-one .custom-bill-one .request_deatils .requestNextBtn .afToolbarButton.hidden {
  float: left;
}
.form-bill-one .custom-bill-one .request_deatils .requestNextBtn .afToolbarButton:nth-child(2) {
  float: right;
}
.form-bill-one .custom-bill-one .request_deatils .requestNextBtn button.button-default.button-medium.movePrev {
  border: 0.0625em #1792e5 solid;
}
.form-bill-one .custom-bill-one .request_deatils .row {
  margin: 0px 0px;
}
.form-bill-one .custom-bill-one .request_deatils .STCDetails .row .col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.form-bill-one .custom-bill-one .request_deatils .stcNumber {
  padding-left: 15px;
}
.form-bill-one .custom-bill-one .request_deatils .recipientOption {
  padding-left: 15px;
}
.form-bill-one .custom-bill-one .request_deatils .recipientOption .recipientOption {
  float: left;
  display: inline-block;
}
.form-bill-one .custom-bill-one .request_deatils .billingOption {
  padding-left: 15px;
}
.form-bill-one .custom-bill-one .request_deatils .billingOption .billingOption {
  float: left;
  display: inline-block;
}
.form-bill-one .custom-bill-one .request_deatils .stcresponse {
  margin-left: -15px;
}
.form-bill-one .custom-bill-one .request_deatils .additionalComments {
  margin-left: 0;
}
.form-bill-one .custom-bill-one .request_deatils .requestNextBtn.guideToolbarNode {
  padding: 0;
}
.form-bill-one .custom-bill-one .welcomecontent.guideTextDraw.guideStaticText p {
  font-size: 1.125em;
}
.form-bill-one .custom-bill-one .welcomenxtbtn {
  text-align: right;
  padding: 0;
}
.form-bill-one .custom-bill-one .welcomenxtbtn button.moveNext:not(.af-icon-button) {
  background: #1792e5;
  border: none;
}
.form-bill-one .custom-bill-one .acceptmsg .guideWidgetLabel label {
  font-size: 0.875em;
  font-weight: 800;
}
.form-bill-one .custom-bill-one .guideTextDraw.guideStaticText.termsconditionmsg {
  padding-left: 0;
}
.form-bill-one .custom-bill-one .guideTextDraw.guideStaticText.termsconditionmsg p {
  font-size: 1.125em;
  margin-left: 10px;
}
.form-bill-one .custom-bill-one .submitRequestForm .gridFluidLayout .guideLayout.guideGridFluidLayout .cardSuccess {
  vertical-align: top;
  margin: 0;
}
.form-bill-one .custom-bill-one .aircraft-details button.moveNext:not(.af-icon-button) {
  background: #1792e5;
  border: none;
}
.form-bill-one .custom-bill-one .aircraft-details button.moveNext:not(.af-icon-button):hover {
  border: none;
}
.form-bill-one .custom-bill-one .aircraft-details .guideToolbarNode.toolbar .afToolbarButton:nth-child(2) {
  float: right;
}
.form-bill-one .custom-bill-one .stcForm .configRequested .guideHelpQuestionMark.icon.mvp-icon-information {
  left: 226px;
}
.form-bill-one .custom-bill-one .stcForm .stcNumber_tooltip_icon.guideHelpQuestionMark.icon.mvp-icon-information {
  left: 133px;
}
.form-bill-one .custom-bill-one .stcForm .billingEmail_tooltip_icon.guideHelpQuestionMark.icon.mvp-icon-information {
  left: 260px;
}
.form-bill-one .custom-bill-one .stcForm .aircraftSerialNumbers_tooltip_icon.guideHelpQuestionMark.icon.mvp-icon-information {
  left: 215px;
}
.custom-control-label.check {
  color: #666666;
  line-height: 1.42857143;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 2px;
  padding: 6px 0 0 15px;
}
.custom-checkbox .custom-control-input:checked .custom-control-label::after {
  background-image: none;
}
.base-adaptive {
  max-width: 102.858em;
  background: #F7F7F7;
  padding: 20px 0px 10px 0px;
}
.base-adaptive .back-to-product-page {
  text-decoration: none;
  color: #1792e5;
  font-family: "Solstice Sans";
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5625em;
  margin-left: -8em;
}
.base-adaptive p.back-arrow {
  color: #1792e5;
  font-size: 1.125em;
  font-weight: 500;
  text-decoration: none;
  font-family: "Solstice Sans";
}
.base-adaptive p.back-arrow a {
  color: #1792e5;
  font-size: 1.125em;
  font-weight: 500;
  text-decoration: none;
}
.base-adaptive p.back-arrow:before {
  content: "";
  display: block;
  background: url("industrial-adaptive-form-theme/assets/back-arrow.png") no-repeat;
  width: 30px;
  height: 12px;
  float: left;
  margin: 8px 8px 0 0;
}
.back-to-product-page a:hover {
  text-decoration: none;
}
.STC.parts.hwTable .stc-desc {
  font-style: italic;
  padding-left: 16%;
  color: #666666;
}
.aemformcontainer .quantity-component .guideFieldWidget input {
  font-family: "Solstice Sans";
  font-size: 16px;
  font-weight: 300;
  border: 2px solid #d0d0d0;
  text-align: center;
  box-sizing: border-box;
  height: 48px;
  outline: 0;
  width: 100px;
  padding: 0px;
}
.aemformcontainer .quantity-component .guideFieldWidget input:focus {
  outline-offset: 0;
  outline: none;
  border: 2px solid #1792e5;
}
.aemformcontainer .quantity-component .guideFieldWidget:not(.guideFieldButtonWidget):not(.XfaCheckBox):not(.select-custom) {
  width: 100px;
}
.aemformcontainer .hwContainer .quantity-panel .quantity-component .guideFieldWidget:not(.guideFieldButtonWidget):not(.XfaCheckBox):not(.select-custom) {
  width: auto;
}
.aemformcontainer .swupgrades .row.showHeader {
  margin: 0;
}
.aemformcontainer .swupgrades .guideTextDraw.guideStaticText.individualSoftwareOptoinsHeader {
  padding-left: 0;
  background: #666666;
}
.aemformcontainer .swupgrades .guideTextDraw.guideStaticText.individualSoftwareOptoinsHeader p {
  font-size: 1em;
  padding: 12px;
  font-weight: 400;
}
.aemformcontainer .swupgrades .guideTextDraw.guideStaticText.individualSoftwareOptoinsHeader span.tbllabel {
  color: #ffffff;
}
#success_cart .modal-header .close {
  display: none;
}
@media (max-width: 48em) {
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .soldtoaccount .guideFieldWidget.dropDownList select {
    height: 3em;
    width: 18.875em;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-bill-one {
    padding-left: 0px;
    padding-right: 0;
  }
  .form-bill-one .onecol .row:first-child {
    margin-left: 0px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .custom-left {
    width: 100%;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table {
    margin-top: 0px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr.nonSTCrow td {
    padding: 0.75rem 0.75rem 0.75rem 0;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .hwtableqty {
    border: none;
    width: 5em;
    height: auto;
    background: none;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .hwtableqty .qty {
    font-size: 0.875em !important;
    background: none;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .hwtableqty .qtyminus {
    border-radius: 0;
    box-sizing: border-box;
    border: 2px solid #e0e0e0;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .hwtableqty .qtyplus {
    border-radius: 0;
    box-sizing: border-box;
    border: 2px solid #e0e0e0;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr td .custom-control-label {
    padding: 5px 5px 0 15px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr .custom-item-radio .complete-inst .column div.qty {
    margin-top: 5px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody tr .custom-item-radio .complete-inst .column p.unit {
    margin-top: 5px;
    text-align: left;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .unit {
    text-align: left;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody p.unit {
    text-align: right;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTableNode table tbody .partnumber {
    text-align: left;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .tradedInPanel .tradeinRadio .guideRadioButtonGroupItems {
    padding: 1em;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .tradedInPanel .tradeinRadio .guideRadioButtonGroupItems .guideRadioButtonItem {
    width: 100%;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .tradedInPanel .tradeinRadio .guideRadioButtonGroupItems .guideRadioButtonItem label {
    padding-left: 1.2em;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .tradedInPanel .tradeinRadio .guideRadioButtonItem {
    margin: 1em 0 0em 3em;
    align-self: center;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .soldtoaccount {
    width: 302px;
    width: auto;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .soldtoaccount .guideFieldLabel.top label:before {
    margin-left: 0;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwPanel {
    height: auto;
    margin-top: 15px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwTable.aircraft.radio.existingproduct {
    margin-top: 5px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable.aircraft.hiddentable {
    margin-top: 5px;
    margin-top: 0px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable td.partnumber {
    width: 100%;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable td.partnumber::before {
    content: "PN";
    display: block;
    font-size: 10px;
    color: #b0b0b0;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable td.list {
    width: 100%;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable td.unit {
    width: 100%;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable td.soft-head {
    width: 100%;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable .swbundle td.soft-head {
    width: 100%;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable tr.data.swbundle.table-rows td {
    padding: 0;
    float: left;
    display: block;
    width: 100%;
    clear: left;
    padding-left: 52px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable tr.data.swbundle.table-rows td:first-child {
    margin-left: 0px;
    padding-left: 0;
    padding-bottom: 0px;
    padding-top: 10px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable tr.data.swbundle.table-rows td span.price {
    color: #303030;
    font-size: 14px;
    padding-right: 15px;
    position: relative;
    top: -14px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable tr.data.swbundle.table-rows td.unit {
    color: #b0b0b0;
    font-size: 0;
    line-height: 0.8125em;
    text-align: right;
    margin-right: 10px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable tr.data.swbundle.table-rows td.unit::after {
    content: "UNIT";
    font-size: 9px;
    padding-right: 15px;
    top: -27px;
    position: relative;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable tr.data.swbundle.table-rows td.soft-head {
    position: relative;
    top: -19px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .swupgrades .swTable tr.data.swbundle.table-rows td.list {
    display: none;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwReviewTable.hwselection.TRADE {
    margin-top: 5px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .STC.parts.hwTable {
    margin-top: 5px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .hwReviewTable.hwselection.SOFTWARE {
    margin-top: 5px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTextDraw.guideStaticText.hwPanel p {
    font-size: 1.2em;
    margin-bottom: 0.5em;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .guideTextDraw.guideStaticText.hwPanel p:first-child {
    margin-top: 1em;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .selectionpanel .guideFieldLabel label {
    line-height: 0;
    margin: 0;
    padding: 10px 0px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .wizard-navigators {
    margin-left: 0px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .mobile .quantity-component {
    text-align: right;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .mobile .quantity-component input {
    width: 56px;
    height: 37px;
    padding: 10px;
    text-align: center;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .mobile .guideFieldError {
    font-size: 0.8em !important;
    margin-top: -3px;
    margin-bottom: 0;
  }
  .form-bill-one .custom-bill-one .hwContainer .swTable {
    border: 1px solid #d0d0d0;
  }
  .form-bill-one .custom-bill-one .hwContainer .swTable .price {
    font-size: 1em;
  }
  .form-bill-one .custom-bill-one .hwContainer .swTable .sw-desc {
    width: 96%;
  }
  .form-bill-one .custom-bill-one .hwContainer .afWizardPanel .center {
    margin: 0 auto;
    width: 100%;
  }
  .form-bill-one .custom-bill-one .hwContainer .hwInstallationReviewForm .guideTableNode table tbody tr.review_mobile_table {
    background: #ffffff;
  }
  .form-bill-one .custom-bill-one .hwContainer .hwInstallationReviewForm .guideTableNode table tbody tr.review_mobile_table .review .review_mobile {
    width: 50%;
    padding: 0;
  }
  .form-bill-one .custom-bill-one .hwContainer .hwInstallationReviewForm .guideTableNode table tbody tr.review_mobile_table .review .review_mobile li {
    margin-left: 0.4em;
  }
  .form-bill-one .custom-bill-one .hwContainer .hwInstallationReviewForm .guideTableNode table tbody tr.review_mobile_table .review .column {
    color: #303030;
    font-family: "Solstice Sans";
    font-size: 1em;
    float: left;
    padding-left: 8px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hwInstallationReviewForm .guideTableNode table tbody tr.review_mobile_table .review .column .horizontal {
    display: flex;
  }
  .form-bill-one .custom-bill-one .hwContainer .hwInstallationReviewForm .guideTableNode table tbody tr.review_mobile_table .review .column .horizontal .small {
    color: #b0b0b0;
    font-family: "Solstice Sans";
    font-size: 0.688em;
    line-height: 0.8125em;
    padding-right: 2em;
    padding-right: 4em;
    position: relative;
    height: 1.8em;
  }
  .form-bill-one .custom-bill-one .hwContainer .hwInstallationReviewForm .guideTableNode table tbody tr.review_mobile_table .review .column .horizontal .small .small_small {
    position: absolute;
    bottom: 0.5em;
  }
  .form-bill-one .custom-bill-one .hwContainer .hwInstallationReviewForm .guideTableNode table tbody tr.review_mobile_table .review .column .horizontal p {
    color: #303030;
    font-family: "Solstice Sans";
    line-height: 1.4375em;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .form-bill-one .custom-bill-one .hwContainer .hwInstallationToolbar .guidetoolbar {
    display: flex;
    justify-content: space-evenly;
  }
  .form-bill-one .custom-bill-one .hwContainer .hwInstallationToolbar .guidetoolbar .button-default.movePrev {
    margin: 0;
  }
  .form-bill-one .custom-bill-one .hwContainer .tableqty .qty {
    height: 2.5em;
  }
  .form-bill-one .custom-bill-one .hwContainer .swupgrades .swTable .sw-desc {
    margin-left: 15px;
    margin-top: 10px;
  }
  .form-bill-one .custom-bill-one .guideNavIcon span {
    font-size: 0.7em;
  }
  .form-bill-one .custom-bill-one input {
    vertical-align: middle;
  }
  .form-bill-one .custom-bill-one .guideFieldLabel label {
    padding-left: 0;
  }
  .form-bill-one .custom-bill-one .afRadioButtonItem .guideWidgetLabel label {
    font-size: 1em;
  }
  .form-bill-one .custom-bill-one .guideFieldError {
    font-size: 0.8em !important;
  }
  .form-bill-one .custom-bill-one .welcomecontent {
    width: 100%;
  }
  .form-bill-one .custom-bill-one .welcomecontent h1 {
    margin-bottom: 0;
    font-size: 2em;
  }
  .form-bill-one .custom-bill-one .welcomecontent.guideTextDraw.guideStaticText p {
    padding-left: 0;
  }
  .form-bill-one .custom-bill-one .review.reviewContent .termsAndConditons .termsHeading p {
    padding-left: 0;
  }
  .form-bill-one .custom-bill-one .review.reviewContent .termsAndConditons .row:last-child {
    margin-top: 0px;
  }
  .form-bill-one .custom-bill-one .review.reviewContent .termsAndConditons .row:nth-child(2) {
    margin-top: 0px;
  }
  .form-bill-one .custom-bill-one .review.reviewContent .termsAndConditons > div {
    width: 100%;
  }
  .form-bill-one .custom-bill-one .review.reviewContent .termsAndConditons .square-shape.guideItemSelected:after {
    left: 6px;
  }
  .form-bill-one .custom-bill-one .review.reviewContent .guideTextDraw.guideStaticText.termsconditionmsg {
    padding-left: 0;
    text-align: left;
  }
  .form-bill-one .custom-bill-one .review.reviewContent .guideTextDraw.guideStaticText.termsconditionmsg p {
    padding-left: 0;
  }
  .form-bill-one .custom-bill-one .review.reviewContent .actionbtn {
    margin-top: 0;
  }
  .form-bill-one .custom-bill-one .review.reviewContent .actionbtn .afToolbarButton:nth-child(2) {
    float: none;
  }
  .form-bill-one .custom-bill-one .review.reviewContent .acceptmsg {
    margin-left: 0;
  }
  .form-bill-one .custom-bill-one .review.reviewContent .actionbtn.guideToolbarNode {
    padding: 0;
  }
  .form-bill-one .custom-bill-one .request_deatils .STCDetails .row .col-md-12 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .form-bill-one .custom-bill-one .request_deatils .stcNumber {
    padding-left: 7px;
  }
  .form-bill-one .custom-bill-one .request_deatils .typeOfRtu {
    padding-left: 7px;
  }
  .form-bill-one .custom-bill-one .request_deatils .recipientOption {
    padding-left: 7px;
  }
  .form-bill-one .custom-bill-one .request_deatils .recipientOption .recipientOption:nth-child(2) {
    margin-left: 0px;
  }
  .form-bill-one .custom-bill-one .request_deatils .billingOption {
    padding-left: 7px;
  }
  .form-bill-one .custom-bill-one .request_deatils .stcresponse {
    margin-left: -7px;
  }
  .form-bill-one .custom-bill-one .request_deatils .requestNextBtn .afToolbarButton:nth-child(2) {
    float: none;
  }
  .form-bill-one .custom-bill-one .request_deatils .requestNextBtn .afToolbarButton.hidden {
    float: none;
  }
  .form-bill-one .custom-bill-one .aircraft-details .guideToolbarNode.toolbar .afToolbarButton:nth-child(2) {
    float: none;
  }
  .form-bill-one .custom-bill-one .stcForm .billingEmail .guideHelpQuestionMark.icon.mvp-icon-information {
    top: 24px;
  }
  .form-bill-one .custom-bill-one .stcForm .billingEmail label {
    width: 82%;
  }
  .form-bill-one .custom-bill-one .stcForm .stcNumber_tooltip_icon.guideHelpQuestionMark.icon.mvp-icon-information {
    left: 109px;
  }
  .form-bill-one .custom-bill-one .stcForm .configRequested .guideHelpQuestionMark.icon.mvp-icon-information {
    left: 201px;
  }
  .form-bill-one .custom-bill-one .stcForm .billingEmail_tooltip_icon.guideHelpQuestionMark.icon.mvp-icon-information {
    left: 170px;
  }
  .form-bill-one .custom-bill-one .stcForm .aircraftSerialNumbers_tooltip_icon.guideHelpQuestionMark.icon.mvp-icon-information {
    left: 188px;
  }
  .aemformcontainer .guideTextDraw.guideStaticText {
    padding-left: 0;
    padding-right: 0;
  }
  .aemformcontainer .guideTextDraw.guideStaticText h1 {
    font-size: 1.5em;
  }
  .aemformcontainer .hardware-th-mobile p {
    display: none;
  }
  .aemformcontainer .radar {
    padding: 1em;
  }
  .aemformcontainer .guideRootPanel .row {
    margin: 10px 0;
  }
  .aemformcontainer .guideFieldLabel label {
    min-height: auto;
  }
  .aemformcontainer .hwTable .mobile .radar {
    border-bottom: none;
  }
  .aemformcontainer .quantity-component .guideFieldWidget input {
    width: 70px;
    font-size: 1em !important;
  }
  .aemformcontainer .quantity-component .guideFieldWidget:not(.guideFieldButtonWidget):not(.XfaCheckBox):not(.select-custom) {
    width: 70px;
  }
  .toolbar {
    margin-top: 5em;
  }
  .base-adaptive .back-to-product-page {
    margin-left: 0;
    font-weight: normal;
  }
  .base-adaptive p.back-arrow {
    font-size: 0.9em;
  }
  .base-adaptive p.back-arrow a {
    font-size: 0.9em;
  }
  .base-adaptive p.back-arrow:before {
    background: url("industrial-adaptive-form-theme/assets/back-arrow-sm.png") no-repeat;
    width: 20px;
    height: 8px;
    margin: 5px 8px 0 0;
  }
  .list {
    display: none;
  }
  .hwTableHeadList {
    display: none;
  }
  .hwReviewTitle {
    display: none;
  }
  .hwtitle {
    display: none;
  }
  .ci-mobile {
    padding: 5px 0;
    margin: 5px 0 0 0;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .ci-mobile .cbox {
    width: 8%;
    float: left;
    text-align: center;
  }
  .ci-mobile .descbox {
    width: 83%;
    margin-left: 1em;
    float: left;
  }
  .ci-mobile .descbox .soft-head {
    font-family: "Solstice Sans";
    font-size: 0.8em;
    padding-bottom: 0.8em;
  }
  .ci-mobile .descbox .list-items {
    width: 100%;
    display: inline-block;
  }
  .ci-mobile .descbox .list-items .column1 {
    font-family: "Solstice Sans";
    width: 55%;
    float: left;
  }
  .ci-mobile .descbox .list-items .column1 .small {
    color: #b0b0b0;
    font-family: "Solstice Sans";
    font-size: 0.688em;
    line-height: 0.8125em;
  }
  .ci-mobile .descbox .list-items .column1 p {
    color: #303030;
    font-family: "Solstice Sans";
    font-size: 1em;
    line-height: 1.4375em;
    margin: 0px;
  }
  .ci-mobile .descbox .list-items .column1 p.partnumber {
    text-align: left;
  }
  .ci-mobile .descbox .list-items .column2 {
    font-family: "Solstice Sans";
    width: 45%;
    float: left;
  }
  .ci-mobile .descbox .list-items .column2 .small {
    color: #b0b0b0;
    font-family: "Solstice Sans";
    font-size: 0.688em;
    line-height: 0.8125em;
    text-align: right;
    margin-right: 10px;
  }
  .ci-mobile .descbox .list-items .column2 p {
    color: #303030;
    font-family: "Solstice Sans";
    font-size: 1em;
    line-height: 1.4375em;
    margin: 0px;
  }
  .ci-mobile .descbox .list-items .column2 p.unit {
    text-align: right;
    margin-right: 10px;
  }
  .mvp-form-wrapper .wizard-navigators {
    margin-left: 0;
    line-height: normal;
    list-style-type: none;
    overflow: hidden;
    cursor: default;
    text-transform: uppercase;
    counter-reset: item;
    margin: 0;
    white-space: initial;
    height: inherit;
    left: 0;
    padding: 0px;
    width: 100%;
  }
  .radar {
    padding: 1.5em;
    display: flex;
    justify-content: space-between;
  }
  .radar .column {
    color: #303030;
    font-family: "Solstice Sans";
    font-size: 1em;
    float: left;
  }
  .radar .column .radioButton {
    padding-left: 0.75rem;
  }
  .radar .column .radioButton label.custom-control-label {
    margin-left: 0.5em;
    margin-bottom: 0;
  }
  .radar .column .custom-control {
    padding-left: 0.75rem;
  }
  .radar .column .small {
    color: #b0b0b0;
    font-family: "Solstice Sans";
    font-size: 0.688em;
    line-height: 0.8125em;
  }
  .radar .column p {
    color: #303030;
    font-family: "Solstice Sans";
    font-size: 1em;
    line-height: 1.4375em;
    text-align: left;
  }
  .custom-item-radio {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 0.8em;
  }
  .custom-item-radio .custom-checkbox {
    padding-top: 1.4em;
  }
  .complete-inst {
    padding: 0.2em 2em;
    display: flex;
    justify-content: space-between;
  }
  .complete-inst .column {
    color: #303030;
    font-family: "Solstice Sans";
    font-size: 1em;
    float: left;
  }
  .complete-inst .column .radioButton {
    padding-left: 1.2em;
  }
  .complete-inst .column .radioButton label.custom-control-label {
    margin-left: 0.5em;
    margin-bottom: 0;
  }
  .complete-inst .column .small {
    color: #b0b0b0;
    font-family: "Solstice Sans";
    font-size: 0.688em;
    line-height: 0.8125em;
  }
  .complete-inst .column .small.smallpn:first-child {
    padding-left: 15px;
  }
  .complete-inst .column p.partnum {
    margin: 0;
  }
  .complete-inst .column p {
    color: #303030;
    font-family: "Solstice Sans";
    font-size: 1em;
    line-height: 1.4375em;
    text-align: left;
  }
  .desktop {
    display: none;
  }
  .select2-container.select2-container--default {
    font-size: 14px;
  }
  .select2-container.select2-container--default .select2-results__options .select2-results__option {
    line-height: 18px;
    font-size: 14px;
    overflow: hidden;
  }
  .select2-container.select2-container--default .select2-results__options .select2-results__option .custname {
    float: left;
    width: 100%;
  }
  .select2-container.select2-container--default .select2-results__options .select2-results__option .soldcode {
    float: left;
    width: 100%;
  }
  .select2-container.select2-container--default.soldtoaccount .select2-dropdown--below {
    width: 92% !important;
  }
  .aircraftselection .col-md-4 {
    flex: auto;
    max-width: 88%;
  }
  .aircraftselection .col-md-2 {
    flex: auto;
    padding-top: 0;
    max-width: 49.5%;
  }
  .aircraftselection .col-md-2 .complete-insta-qty-mobile {
    margin-bottom: 30px;
  }
  .h1 {
    font-size: 1.5em;
  }
  .hwTable .mobile .radar {
    border-bottom: 1px solid #d0d0d0;
  }
  tr.FlatPlateAntenna.table-rows.mobile.hwswcheck.existing-prod .radar:last-child {
    border-bottom: 1px solid #d0d0d0;
  }
  tr.ART-7000.table-rows.mobile.hwswcheck.existing-prod .radar:last-child {
    border-bottom: 1px solid #d0d0d0;
  }
  .STC.parts.hwTable {
    border-bottom: 1px solid #d0d0d0;
  }
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .tradedInPanel .tradeinRadio .guideRadioButtonItem {
    width: 40%;
  }
  .form-bill-one .custom-bill-one .nonSTCrow .dropDownList.select-custom {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 414px) {
  .guidebutton.guidefield button:not(.af-icon-button) {
    min-width: 189px;
  }
}
@media only screen and (max-width: 375px) {
  .guidebutton.guidefield button:not(.af-icon-button) {
    min-width: 170px;
  }
}
@media only screen and (max-width: 320px) {
  .guidebutton.guidefield button:not(.af-icon-button) {
    min-width: 150px;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .tradedInPanel .tradeinRadio .guideRadioButtonGroupItems {
    padding-left: 0;
  }
  .form-bill-one .custom-bill-one .hwContainer .hardwareInstallationForm .tradedInPanel .tradeinRadio .guideRadioButtonGroupItems .guideRadioButtonItem label {
    padding-left: 0em;
  }
}
notification-component.mvp2.nf-banner {
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto;
}
.notification.notification-informative.notification-banner.show-for-global {
  border: 2px solid #1792e5;
}
.STC.parts.hwTable .stc-desc p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #666;
  font-style: italic;
  padding: 0;
  line-height: 1.42857143;
  font-weight: 500;
}


.aemformcontainer.dealer-contact-form .guideContainerWrapperNode.guideContainerNode.container {
  width: 100% !important;
}
.aemformcontainer.dealer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.sample-subhead.guideStaticText p {
  font-size: 16px;
  font-weight: 800;
  padding: 0;
}
.aemformcontainer.dealer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.sample-heading.guideStaticText p {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 20px 0x;
  padding: 0;
}
.aemformcontainer.dealer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.sample-required.guideStaticText p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.aemformcontainer.dealer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.sample-contact-info-title.guideStaticText p {
  font-size: 18px;
  font-weight: 800;
  margin-top: -20px;
  padding: 0;
}
.aemformcontainer.dealer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.sample-shipping-info-title.guideStaticText p {
  font-size: 18px;
  font-weight: 800;
  margin: 15px 0 0 0;
  padding: 0;
}
.aemformcontainer.dealer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.expected-shipping-info.guideStaticText p {
  font-size: 16px;
  margin: 20px 0 0 0;
  padding: 0;
}
.aemformcontainer.dealer-contact-form .guideContainerWrapperNode .guideRootPanel .row {
  margin: 0;
  padding: 0;
}
.aemformcontainer.dealer-contact-form .guideContainerWrapperNode .guideRootPanel label {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
}
.aemformcontainer.dealer-contact-form .sample-required.guideStaticText p::before {
  content: "*";
  color: #d22630;
  position: relative;
  top: 3px;
  font-weight: 800;
  padding-left: 5px;
}
.aemformcontainer.dealer-contact-form .select2-selection__arrow::after {
  content: '' !important;
}
.aemformcontainer.dealer-contact-form .guideFieldLabel label.isRequired::after {
  content: "*";
  color: #d22630;
  position: relative;
  top: 3px;
  font-weight: 800;
  padding-left: 5px;
}
.aemformcontainer.dealer-contact-form .guideFieldLabel label.isRequired::before {
  content: "";
}
.aemformcontainer.dealer-contact-form .dropDownList.select-custom select {
  font-size: 18px;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  line-height: 23px;
  border: 2px solid #d0d0d0;
  box-sizing: border-box;
  outline: 0;
  border-radius: 0;
  margin: 0;
}
.aemformcontainer.dealer-contact-form .dropDownList.select-custom .highlight {
  border: 2px solid #1792e5;
  color: #000000;
}
.aemformcontainer.dealer-contact-form .guideRootPanel input {
  border: 2px solid #d0d0d0;
}
.aemformcontainer.dealer-contact-form .sample-shipping-account-num {
  display: flex;
}
.aemformcontainer.dealer-contact-form .sample-shipping-account-num .isOptional {
  width: 220px;
  text-align: right;
  margin-right: 15px;
  padding-top: 10px;
}
.aemformcontainer.dealer-contact-form .sample-shipping-account-num input {
  width: 300px !important;
}
.aemformcontainer.dealer-contact-form .sample-miscellaneous-comments {
  display: flex;
}
.aemformcontainer.dealer-contact-form .sample-miscellaneous-comments .isOptional {
  width: 220px;
  text-align: right;
  margin-right: 15px;
  padding-top: 10px;
}
.aemformcontainer.dealer-contact-form .sample-miscellaneous-comments .richTextWidget {
  width: 300px !important;
  border: 2px solid #d0d0d0;
  border-radius: 0;
}
.aemformcontainer.dealer-contact-form .defaultToolbarLayout.gridFluidLayout {
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
.aemformcontainer.dealer-contact-form .button-default.button-medium.reset {
  background: #ffffff;
  color: #1792e5;
  border: 2px solid #1792e5;
}
.aemformcontainer.dealer-contact-form .wizard-navigators {
  display: none;
}
.aemformcontainer.dealer-contact-form .guideRadioButtonGroupItems {
  display: flex !important;
  margin-left: 15px;
}
.aemformcontainer.dealer-contact-form .guideRadioButtonGroupItems div:last-child {
  margin-left: 0;
}
.aemformcontainer.dealer-contact-form .guideFieldWidget.guideFieldButtonWidget.xfaButton {
  margin-right: 0;
}
.aemformcontainer.dealer-contact-form .radioButtons.sample-carrier-radio-btns {
  display: flex;
}
.aemformcontainer.dealer-contact-form .radioButtons.sample-carrier-radio-btns .isOptional {
  position: relative;
  top: 10px;
}
.aemformcontainer.dealer-contact-form .radioButtons.sample-carrier-radio-btns .guideRadioButtonGroupItems .guideWidgetLabel .isOptional {
  position: relative;
  top: -10px;
}
.aemformcontainer.dealer-contact-form .sample-carrier-radio-btns {
  display: flex;
}
.aemformcontainer.dealer-contact-form .sample-carrier-radio-btns .guideFieldLabel.top label:first-child {
  padding-top: 10px;
}
.aemformcontainer.dealer-contact-form .guideRadioButtonGroupItems .sample-carrier-radio-btns div:last-child {
  margin-top: -10px;
}
.aemformcontainer.dealer-contact-form .sample-shipping-other,
.aemformcontainer.dealer-contact-form .sample-other-app {
  display: none;
}
.aemformcontainer.dealer-contact-form .guide-header-bar {
  display: none !important;
}
.aemformcontainer.dealer-contact-form .guideFieldWidget.left.XfaCheckBox input[type="radio"] {
  opacity: 1;
  top: -6px;
}
.aemformcontainer.dealer-contact-form .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
  display: flex;
  padding-left: 0;
  width: 32%;
}
.aemformcontainer.dealer-contact-form .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment label {
  margin-left: 12px;
}
.aemformcontainer.dealer-contact-form .sample-shipping-other {
  margin-left: 22%;
}
.aemformcontainer.dealer-contact-form .sample-problem-solve {
  top: 26px;
  position: relative;
}
.aemformcontainer.dealer-contact-form .sample-miscellaneous-comments .textField.multiline {
  width: 300px;
}
.aemformcontainer.dealer-contact-form .select-custom span.mvp-icon-carat_down {
  right: 7px;
  top: 26%;
  display: block;
}
.aemformcontainer.dealer-contact-form .select-custom span.mvp-icon-carat_down:before {
  color: #707070;
}
.aemformcontainer.dealer-contact-form .sample-contact-mode-radio-btns {
  display: flex;
}
.aemformcontainer.dealer-contact-form .sample-contact-mode-radio-btns .guideFieldLabel.top label:first-child {
  width: 136px;
  padding-top: 10px;
  margin-left: 12px;
}
.aemformcontainer.dealer-contact-form .sample-contact-mode-radio-btns:nth-child(1) {
  width: 255px !important;
}
.aemformcontainer.dealer-contact-form .sample-contact-mode-radio-btns:nth-child(2) {
  width: 150px !important;
}
.aemformcontainer.dealer-contact-form .guideRadioButtonGroupItems .sample-contact-mode-radio-btns div:last-child {
  margin-top: -10px;
}
.aemformcontainer.dealer-contact-form .sample-requestor-email {
  display: flex;
}
.aemformcontainer.dealer-contact-form .sample-requestor-email .isOptional {
  width: 220px;
  text-align: left;
  margin-left: 12px;
  padding-top: 10px;
}
.aemformcontainer.dealer-contact-form .sample-requestor-email input {
  width: 324px;
}
.aemformcontainer.dealer-contact-form .productManagerName .guideFieldLabel {
  width: 290px;
  display: block;
}
.aemformcontainer.dealer-contact-form .productManagerEmail .guideFieldLabel {
  width: 290px;
  display: block;
}
.aemformcontainer.dealer-contact-form .sample-country .select2-container.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #555555;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .aemformcontainer.dealer-contact-form .guideContainerWrapperNode .guideRootPanel label {
    font-size: 13px;
  }
  .aemformcontainer.dealer-contact-form .guideContainerWrapperNode .guideRootPanel .radioBtnsSection .gridFluidLayout .row .col-md-4 {
    max-width: 60% !important;
  }
  .aemformcontainer.dealer-contact-form .sample-shipping-account-num input {
    width: 275px !important;
  }
  .aemformcontainer.dealer-contact-form .sample-requestor-email input {
    width: 275px !important;
  }
}
@media (max-width: 767px) {
  .aemformcontainer.dealer-contact-form .guideFieldLabel label {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .aem-Grid {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
    width: 100%;
  }
  .checkout-form-wrapper .checkoutpagetable {
    width: 100% !important;
  }
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
    width: 100%;
  }
  div#guideContainer-rootPanel-panel1644403478108_c-guideradiobutton_205__ {
    display: flex;
    flex-direction: column;
  }
  .aemformcontainer.dealer-contact-form .guideRadioButtonGroupItems {
    display: flex !important;
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .aemformcontainer.dealer-contact-form .guideContainerWrapperNode.guideContainerNode.container {
    padding: 0;
  }
  .aemformcontainer.dealer-contact-form .sample-shipping-account-num {
    display: block;
  }
  .aemformcontainer.dealer-contact-form .sample-shipping-account-num .isOptional {
    width: auto;
    text-align: left;
    margin-right: 0;
    padding: 0;
  }
  .aemformcontainer.dealer-contact-form .sample-shipping-account-num input {
    width: 100% !important;
  }
  .aemformcontainer.dealer-contact-form .sample-miscellaneous-comments {
    display: block;
  }
  .aemformcontainer.dealer-contact-form .sample-miscellaneous-comments .isOptional {
    width: auto;
    text-align: left;
    margin-right: 0;
    padding: 0;
  }
  .aemformcontainer.dealer-contact-form .sample-miscellaneous-comments .richTextWidget {
    width: 100% !important;
  }
  .aemformcontainer.dealer-contact-form .sample-shipping-other {
    margin-left: 0;
  }
  .aemformcontainer.dealer-contact-form .col-md-4 {
    padding: 0;
  }
  .aemformcontainer.dealer-contact-form .toolbar {
    margin-top: 70px !important;
    padding: 0;
  }
  .aemformcontainer.dealer-contact-form .guidetoolbar {
    width: 100%;
  }
  .aemformcontainer.dealer-contact-form .sample-requestor-email {
    display: block;
  }
  .aemformcontainer.dealer-contact-form .sample-miscellaneous-comments .textField.multiline {
    width: 100%;
  }
  .aemformcontainer.dealer-contact-form .sample-reason-product-grade {
    top: 30px;
    position: relative;
  }
  .aemformcontainer.dealer-contact-form .sample-problem-solve {
    top: 0;
  }
  .aemformcontainer.dealer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.sample-heading.guideStaticText p {
    font-size: 21px !important;
  }
  .sample-required.guideStaticText,
  .sample-contact-info-title.guideStaticText,
  .sample-subhead.guideStaticText,
  .sample-heading.guideStaticText,
  .sample-shipping-info-title.guideStaticText {
    left: -15px;
    position: relative;
  }
}

.aemformcontainer.customer-contact-form .guideContainerWrapperNode.guideContainerNode.container {
  width: 100% !important;
}
.aemformcontainer.customer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.sample-subhead.guideStaticText p {
  font-size: 16px;
  font-weight: 800;
  padding: 0;
}
.aemformcontainer.customer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.sample-heading.guideStaticText p {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 20px 0x;
  padding: 0;
}
.aemformcontainer.customer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.sample-required.guideStaticText p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.aemformcontainer.customer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.sample-contact-info-title.guideStaticText p {
  font-size: 18px;
  font-weight: 800;
  margin-top: -20px;
  padding: 0;
}
.aemformcontainer.customer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.sample-shipping-info-title.guideStaticText p {
  font-size: 18px;
  font-weight: 800;
  margin: 15px 0 0 0;
  padding: 0;
}
.aemformcontainer.customer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.expected-shipping-info.guideStaticText p {
  font-size: 16px;
  margin: 20px 0 0 0;
  padding: 0;
  font-weight: 500;
}
.aemformcontainer.customer-contact-form .guideContainerWrapperNode .guideRootPanel .row {
  margin: 0;
  padding: 0;
}
.aemformcontainer.customer-contact-form .guideContainerWrapperNode .guideRootPanel label {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
}
.aemformcontainer.customer-contact-form .sample-required.guideStaticText p::before {
  content: "*";
  color: #d22630;
  position: relative;
  top: 3px;
  font-weight: 800;
  padding-left: 5px;
}
.aemformcontainer.customer-contact-form .select2-selection__arrow::after {
  content: '' !important;
}
.aemformcontainer.customer-contact-form .guideFieldLabel label.isRequired::after {
  content: "*";
  color: #d22630;
  position: relative;
  top: 3px;
  font-weight: 800;
  padding-left: 5px;
}
.aemformcontainer.customer-contact-form .guideFieldLabel label.isRequired::before {
  content: "";
}
.aemformcontainer.customer-contact-form .dropDownList.select-custom select {
  font-size: 18px;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  line-height: 23px;
  border: 2px solid #d0d0d0;
  box-sizing: border-box;
  outline: 0;
  border-radius: 0;
  margin: 0;
}
.aemformcontainer.customer-contact-form .dropDownList.select-custom .highlight {
  border: 2px solid #1792e5;
  color: #000000;
}
.aemformcontainer.customer-contact-form .guideRootPanel input {
  border: 2px solid #d0d0d0;
}
.aemformcontainer.customer-contact-form .sample-shipping-account-num {
  display: flex;
}
.aemformcontainer.customer-contact-form .sample-shipping-account-num .isOptional {
  width: 220px;
  text-align: right;
  margin-right: 15px;
  padding-top: 10px;
}
.aemformcontainer.customer-contact-form .sample-shipping-account-num input {
  width: 300px !important;
}
.aemformcontainer.customer-contact-form .sample-miscellaneous-comments {
  display: flex;
}
.aemformcontainer.customer-contact-form .sample-miscellaneous-comments .isOptional {
  width: 220px;
  text-align: right;
  margin-right: 15px;
  padding-top: 10px;
}
.aemformcontainer.customer-contact-form .sample-miscellaneous-comments .richTextWidget {
  width: 300px !important;
  border: 2px solid #d0d0d0;
  border-radius: 0;
}
.aemformcontainer.customer-contact-form .defaultToolbarLayout.gridFluidLayout {
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
.aemformcontainer.customer-contact-form .button-default.button-medium.reset {
  background: #ffffff;
  color: #1792e5;
  border: 2px solid #1792e5;
}
.aemformcontainer.customer-contact-form .wizard-navigators {
  display: none;
}
.aemformcontainer.customer-contact-form .guideRadioButtonGroupItems {
  display: flex !important;
  margin-left: 15px;
}
.aemformcontainer.customer-contact-form .guideRadioButtonGroupItems div:last-child {
  margin-left: 0;
}
.aemformcontainer.customer-contact-form .guideFieldWidget.guideFieldButtonWidget.xfaButton {
  margin-right: 0;
}
.aemformcontainer.customer-contact-form .radioButtons.sample-carrier-radio-btns {
  display: flex;
}
.aemformcontainer.customer-contact-form .radioButtons.sample-carrier-radio-btns .isOptional {
  position: relative;
  top: 10px;
}
.aemformcontainer.customer-contact-form .radioButtons.sample-carrier-radio-btns .guideRadioButtonGroupItems .guideWidgetLabel .isOptional {
  position: relative;
  top: -10px;
}
.aemformcontainer.customer-contact-form .sample-carrier-radio-btns {
  display: flex;
}
.aemformcontainer.customer-contact-form .sample-carrier-radio-btns .guideFieldLabel.top label:first-child {
  padding-top: 10px;
}
.aemformcontainer.customer-contact-form .guideRadioButtonGroupItems .sample-carrier-radio-btns div:last-child {
  margin-top: -10px;
}
.aemformcontainer.customer-contact-form .sample-shipping-other,
.aemformcontainer.customer-contact-form .sample-other-app {
  display: none;
}
.aemformcontainer.customer-contact-form .guide-header-bar {
  display: none !important;
}
.aemformcontainer.customer-contact-form .guideFieldWidget.left.XfaCheckBox input[type="radio"] {
  opacity: 1;
  top: -6px;
}
.aemformcontainer.customer-contact-form .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
  display: flex;
  padding-left: 0;
  width: 32%;
}
.aemformcontainer.customer-contact-form .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment label {
  margin-left: 12px;
}
.aemformcontainer.customer-contact-form .sample-shipping-other {
  margin-left: 22%;
}
.aemformcontainer.customer-contact-form .sample-miscellaneous-comments .textField.multiline {
  width: 300px;
}
.aemformcontainer.customer-contact-form .select-custom span.mvp-icon-carat_down {
  right: 7px;
  top: 26%;
  display: block;
}
.aemformcontainer.customer-contact-form .select-custom span.mvp-icon-carat_down:before {
  color: #707070;
}
.aemformcontainer.customer-contact-form .sample-country .select2-container.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #555555;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .aemformcontainer.customer-contact-form .guideContainerWrapperNode .guideRootPanel label {
    font-size: 13px;
  }
  .aemformcontainer.customer-contact-form .guideContainerWrapperNode .guideRootPanel .radioBtnsSection .gridFluidLayout .row .col-md-4 {
    max-width: 60% !important;
  }
  .aemformcontainer.customer-contact-form .sample-shipping-account-num input {
    width: 275px !important;
  }
}
@media (max-width: 767px) {
  .aemformcontainer.customer-contact-form .guideFieldLabel label {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .aem-Grid {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
    width: 100%;
  }
  .checkout-form-wrapper .checkoutpagetable {
    width: 100% !important;
  }
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
    width: 100%;
  }
  div#guideContainer-rootPanel-panel1644403478108_c-guideradiobutton_205__ {
    display: flex;
    flex-direction: column;
  }
  .aemformcontainer.dealer-contact-form .guideRadioButtonGroupItems {
    display: flex !important;
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .aemformcontainer.customer-contact-form .guideContainerWrapperNode.guideContainerNode.container {
    padding: 0;
  }
  .aemformcontainer.customer-contact-form .sample-shipping-account-num {
    display: block;
  }
  .aemformcontainer.customer-contact-form .sample-shipping-account-num .isOptional {
    width: auto;
    text-align: left;
    margin-right: 0;
    padding: 0;
  }
  .aemformcontainer.customer-contact-form .sample-shipping-account-num input {
    width: 100% !important;
  }
  .aemformcontainer.customer-contact-form .sample-miscellaneous-comments {
    display: block;
  }
  .aemformcontainer.customer-contact-form .sample-miscellaneous-comments .isOptional {
    width: auto;
    text-align: left;
    margin-right: 0;
    padding: 0;
  }
  .aemformcontainer.customer-contact-form .sample-miscellaneous-comments .richTextWidget {
    width: 100% !important;
  }
  .aemformcontainer.customer-contact-form .sample-shipping-other {
    margin-left: 0;
  }
  .aemformcontainer.customer-contact-form .col-md-4 {
    padding: 0;
  }
  .aemformcontainer.customer-contact-form .toolbar {
    margin-top: 70px !important;
    padding: 0;
  }
  .aemformcontainer.customer-contact-form .guidetoolbar {
    width: 100%;
  }
  .aemformcontainer.customer-contact-form .sample-miscellaneous-comments .textField.multiline {
    width: 100%;
  }
  .aemformcontainer.customer-contact-form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.sample-heading.guideStaticText p {
    font-size: 21px !important;
  }
  .sample-required.guideStaticText,
  .sample-contact-info-title.guideStaticText,
  .sample-subhead.guideStaticText,
  .sample-heading.guideStaticText,
  .sample-shipping-info-title.guideStaticText {
    left: -15px;
    position: relative;
  }
}

