/********************************* START CUSTOM DROPDOWN STYLING **********************************/
/* Custom Checkbox and Radio button Style*/
/* Access Modals (Granted, Pending, Denied, Not Permitted)*/
/******************Joule 2.0 Color Codes*********************/
.loading-backdrop-uop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  transition: opacity 0.15s linear;
  z-index: 1055;
  display: none;
}
.loading-backdrop-uop .uop-loading {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 0.35rem solid rgba(255, 255, 255, 0.2);
  border-top-color: #ffffff;
  animation: spin 1s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px auto auto -40px;
}
.api-error-container .modal-body {
  color: #000000 !important;
}
.api-error-container .modal-body p {
  color: #000000 !important;
}
.session-modal-container .modal-body {
  color: #000000 !important;
}
.session-modal-container .modal-body p {
  color: #000000 !important;
}
.mvp2 .error-msg {
  display: none;
  border: 2px solid #f00;
  border-left: 4px solid #f00;
  padding: 15px;
  width: 100%;
}
.mvp2 .error-msg p {
  font-size: 15px;
  padding-left: 35px;
}
.mvp-form-wrapper .error-msg {
  display: none;
  border: 2px solid #f00;
  border-left: 4px solid #f00;
  padding: 15px;
  width: 100%;
}
.mvp-form-wrapper .error-msg p {
  font-size: 15px;
  padding-left: 35px;
}
.required_astric {
  color: #d22630;
  font-size: 17px;
  font-weight: 800;
}
.tooltip-inner {
  color: #000000;
  box-shadow: #888 0px 1px 2px 2px;
  border-radius: 0.25rem;
  background: #ffffff;
}
.custSelect {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.custSelect .c-select {
  font-size: 18px;
  font-weight: 300;
  color: #303030;
  position: relative;
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 2px solid #9b9b9b;
  padding-left: 10px !important;
  overflow: hidden;
  z-index: 2;
  line-height: 48px;
}
.custSelect .c-select:not(.error):focus {
  border-color: #007bc2;
}
.custSelect .c-select:after {
  content: ' \e907';
  color: #9b9b9b;
  font-family: "icomoonregular" !important;
  position: absolute;
  top: 12px;
  right: 8px;
  line-height: normal;
  pointer-events: none;
  z-index: 12;
  font-size: 26px;
}
.custSelect .c-select:focus {
  outline-color: #ffffff;
}
.custSelect .c-select .dropdown__value {
  line-height: 48px;
  margin-right: 25px;
}
.custSelect .c-select .dropdown__value.placeholder {
  color: #9b9b9b;
}
.custSelect .typeahead-dropdown {
  font-size: 18px;
  font-weight: 300;
  color: #303030;
  position: relative;
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 2px solid #9b9b9b;
  padding-left: 10px !important;
  overflow: hidden;
  z-index: 2;
  line-height: 48px;
}
.custSelect .typeahead-dropdown:not(.error):focus {
  border-color: #007bc2;
}
.custSelect .typeahead-dropdown:after {
  content: ' \e907';
  color: #9b9b9b;
  font-family: "icomoonregular" !important;
  position: absolute;
  top: 12px;
  right: 8px;
  line-height: normal;
  pointer-events: none;
  z-index: 12;
  font-size: 26px;
}
.custSelect .typeahead-dropdown:focus {
  outline-color: #ffffff;
}
.custSelect .typeahead-dropdown .dropdown__value {
  line-height: 48px;
  margin-right: 25px;
}
.custSelect .typeahead-dropdown .dropdown__value.placeholder {
  color: #9b9b9b;
}
.custSelect .c-select.expanded {
  border-color: #007bc2;
}
.custSelect .c-select.expanded:after {
  content: ' \e90A';
}
.custSelect .typeahead-dropdown.expanded {
  border-color: #007bc2;
}
.custSelect .typeahead-dropdown.expanded:after {
  content: ' \e90A';
}
.custSelect .dropdown__options-list {
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-height: 206px;
  position: absolute;
  top: 77px;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #007bc2;
  background: #ffffff;
  z-index: 9;
  list-style-type: none;
  overflow: auto;
}
.custSelect .dropdown__options-list .typeahead-dropdown__search {
  line-height: 48px;
  border-bottom: 1px solid #9b9b9b;
  color: #303030;
}
.custSelect .dropdown__options-list .typeahead-dropdown__search input {
  width: 100%;
  border: none !important;
  padding-left: 20px !important;
}
.custSelect .dropdown__options-list .typeahead-dropdown__search input::placeholder {
  color: #9b9b9b;
}
.custSelect .dropdown__options-list .typeahead-dropdown__search input:focus {
  outline: none;
}
.custSelect .dropdown__options-list .typeahead-dropdown__search .mvp-icon-search {
  height: 30px;
  margin-right: 10px;
  margin-bottom: 7px;
  cursor: auto;
}
.custSelect .dropdown__options-list .typeahead-dropdown__search .mvp-icon-search::before {
  font-size: 24px;
}
.custSelect .dropdown__options-list .dropdown__option a {
  color: #303030;
  line-height: 48px;
  padding-left: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}
.custSelect .dropdown__options-list .dropdown__option a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #007bc2;
}
.custSelect .dropdown__options-list .dropdown__option a:focus {
  color: #ffffff;
  text-decoration: none;
  background: #007bc2;
}
.custSelect .dropdown__options-list .dropdown__option:not(:last-child) {
  border-bottom: 1px solid #9b9b9b;
}
.custSelect .typeahead-dropdown__options-list {
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-height: 206px;
  position: absolute;
  top: 77px;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #007bc2;
  background: #ffffff;
  z-index: 9;
  list-style-type: none;
  overflow: auto;
}
.custSelect .typeahead-dropdown__options-list .typeahead-dropdown__search {
  line-height: 48px;
  border-bottom: 1px solid #9b9b9b;
  color: #303030;
}
.custSelect .typeahead-dropdown__options-list .typeahead-dropdown__search input {
  width: 100%;
  border: none !important;
  padding-left: 20px !important;
}
.custSelect .typeahead-dropdown__options-list .typeahead-dropdown__search input::placeholder {
  color: #9b9b9b;
}
.custSelect .typeahead-dropdown__options-list .typeahead-dropdown__search input:focus {
  outline: none;
}
.custSelect .typeahead-dropdown__options-list .typeahead-dropdown__search .mvp-icon-search {
  height: 30px;
  margin-right: 10px;
  margin-bottom: 7px;
  cursor: auto;
}
.custSelect .typeahead-dropdown__options-list .typeahead-dropdown__search .mvp-icon-search::before {
  font-size: 24px;
}
.custSelect .typeahead-dropdown__options-list .dropdown__option a {
  color: #303030;
  line-height: 48px;
  padding-left: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}
.custSelect .typeahead-dropdown__options-list .dropdown__option a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #007bc2;
}
.custSelect .typeahead-dropdown__options-list .dropdown__option a:focus {
  color: #ffffff;
  text-decoration: none;
  background: #007bc2;
}
.custSelect .typeahead-dropdown__options-list .dropdown__option:not(:last-child) {
  border-bottom: 1px solid #9b9b9b;
}
.custSelect--typeahead {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.custSelect--typeahead .c-select {
  font-size: 18px;
  font-weight: 300;
  color: #303030;
  position: relative;
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 2px solid #9b9b9b;
  padding-left: 10px !important;
  overflow: hidden;
  z-index: 2;
  line-height: 48px;
}
.custSelect--typeahead .c-select:not(.error):focus {
  border-color: #007bc2;
}
.custSelect--typeahead .c-select:after {
  content: ' \e907';
  color: #9b9b9b;
  font-family: "icomoonregular" !important;
  position: absolute;
  top: 12px;
  right: 8px;
  line-height: normal;
  pointer-events: none;
  z-index: 12;
  font-size: 26px;
}
.custSelect--typeahead .c-select:focus {
  outline-color: #ffffff;
}
.custSelect--typeahead .c-select .dropdown__value {
  line-height: 48px;
  margin-right: 25px;
}
.custSelect--typeahead .c-select .dropdown__value.placeholder {
  color: #9b9b9b;
}
.custSelect--typeahead .typeahead-dropdown {
  font-size: 18px;
  font-weight: 300;
  color: #303030;
  position: relative;
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 2px solid #9b9b9b;
  padding-left: 10px !important;
  overflow: hidden;
  z-index: 2;
  line-height: 48px;
}
.custSelect--typeahead .typeahead-dropdown:not(.error):focus {
  border-color: #007bc2;
}
.custSelect--typeahead .typeahead-dropdown:after {
  content: ' \e907';
  color: #9b9b9b;
  font-family: "icomoonregular" !important;
  position: absolute;
  top: 12px;
  right: 8px;
  line-height: normal;
  pointer-events: none;
  z-index: 12;
  font-size: 26px;
}
.custSelect--typeahead .typeahead-dropdown:focus {
  outline-color: #ffffff;
}
.custSelect--typeahead .typeahead-dropdown .dropdown__value {
  line-height: 48px;
  margin-right: 25px;
}
.custSelect--typeahead .typeahead-dropdown .dropdown__value.placeholder {
  color: #9b9b9b;
}
.custSelect--typeahead .c-select.expanded {
  border-color: #007bc2;
}
.custSelect--typeahead .c-select.expanded:after {
  content: ' \e90A';
}
.custSelect--typeahead .typeahead-dropdown.expanded {
  border-color: #007bc2;
}
.custSelect--typeahead .typeahead-dropdown.expanded:after {
  content: ' \e90A';
}
.custSelect--typeahead .dropdown__options-list {
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-height: 206px;
  position: absolute;
  top: 77px;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #007bc2;
  background: #ffffff;
  z-index: 9;
  list-style-type: none;
  overflow: auto;
}
.custSelect--typeahead .dropdown__options-list .typeahead-dropdown__search {
  line-height: 48px;
  border-bottom: 1px solid #9b9b9b;
  color: #303030;
}
.custSelect--typeahead .dropdown__options-list .typeahead-dropdown__search input {
  width: 100%;
  border: none !important;
  padding-left: 20px !important;
}
.custSelect--typeahead .dropdown__options-list .typeahead-dropdown__search input::placeholder {
  color: #9b9b9b;
}
.custSelect--typeahead .dropdown__options-list .typeahead-dropdown__search input:focus {
  outline: none;
}
.custSelect--typeahead .dropdown__options-list .typeahead-dropdown__search .mvp-icon-search {
  height: 30px;
  margin-right: 10px;
  margin-bottom: 7px;
  cursor: auto;
}
.custSelect--typeahead .dropdown__options-list .typeahead-dropdown__search .mvp-icon-search::before {
  font-size: 24px;
}
.custSelect--typeahead .dropdown__options-list .dropdown__option a {
  color: #303030;
  line-height: 48px;
  padding-left: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}
.custSelect--typeahead .dropdown__options-list .dropdown__option a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #007bc2;
}
.custSelect--typeahead .dropdown__options-list .dropdown__option a:focus {
  color: #ffffff;
  text-decoration: none;
  background: #007bc2;
}
.custSelect--typeahead .dropdown__options-list .dropdown__option:not(:last-child) {
  border-bottom: 1px solid #9b9b9b;
}
.mvp-icon-information::before {
  font-size: 28px;
  color: #a0a0a0;
}
.uop-tooltip.show,
.base-tooltip.show,
.tooltip.show {
  opacity: 1;
}
.uop-tooltip .arrow,
.base-tooltip .arrow {
  left: calc(50% - 14px) !important;
}
.uop-tooltip .arrow::before,
.base-tooltip .arrow::before {
  border-width: 1rem 1rem 0;
  border-top-color: #ffffff;
  border-color: transparent;
}
.uop-tooltip .arrow-edge,
.base-tooltip .arrow-edge {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.6rem;
  left: calc(50% - 22.5px) !important;
  z-index: -1;
}
.uop-tooltip .arrow-edge::before,
.base-tooltip .arrow-edge::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: transparent;
}
.uop-tooltip .tooltip-inner,
.base-tooltip .tooltip-inner {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  background: #ffffff;
  color: #303030;
  padding: 0.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);
}
.uop-tooltip .tooltip-inner p,
.base-tooltip .tooltip-inner p {
  margin: 0;
}
.uop-tooltip.bs-tooltip-top,
.base-tooltip.bs-tooltip-top {
  top: 6px !important;
}
.uop-tooltip.bs-tooltip-top .arrow::before,
.base-tooltip.bs-tooltip-top .arrow::before {
  top: -1px;
  border-top-color: #ffffff;
}
.uop-tooltip.bs-tooltip-top .arrow-edge,
.base-tooltip.bs-tooltip-top .arrow-edge {
  bottom: 0;
}
.uop-tooltip.bs-tooltip-top .arrow-edge::before,
.base-tooltip.bs-tooltip-top .arrow-edge::before {
  top: -4px;
  border-width: 1.6rem 1.6rem 0;
  border-top-color: #d0d0d0;
}
.uop-tooltip.bs-tooltip-bottom,
.base-tooltip.bs-tooltip-bottom {
  top: -6px !important;
}
.uop-tooltip.bs-tooltip-bottom .arrow::before,
.base-tooltip.bs-tooltip-bottom .arrow::before {
  top: -7px;
  border-width: 0rem 1rem 1rem;
  border-bottom-color: #ffffff;
}
.uop-tooltip.bs-tooltip-bottom .arrow-edge,
.base-tooltip.bs-tooltip-bottom .arrow-edge {
  top: 0;
}
.uop-tooltip.bs-tooltip-bottom .arrow-edge::before,
.base-tooltip.bs-tooltip-bottom .arrow-edge::before {
  top: -9px;
  border-width: 0rem 1.6rem 1.6rem;
  border-bottom-color: #d0d0d0;
}
.uop-tooltip.bs-tooltip-left.show .arrow,
.base-tooltip.bs-tooltip-left.show .arrow {
  left: auto !important;
  right: 2px;
  top: calc(50% - 1rem) !important;
}
.uop-tooltip.bs-tooltip-left.show .arrow::before,
.base-tooltip.bs-tooltip-left.show .arrow::before {
  border-width: 1rem 1rem 1rem;
  border-color: transparent;
  border-left-color: #ffffff;
}
.tooltip-pg-overlay {
  background: #a0a0a0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0.4;
  z-index: 99;
  transition: 0.5s ease;
}
.modal.base-modal {
  color: #303030;
  font-weight: 300;
}
.modal.base-modal .footer-note-container {
  width: 100%;
  padding: 1rem;
}
.modal.base-modal header-note-container {
  width: 100%;
}
.modal.base-modal .modal-content {
  border-radius: 0;
  padding: 30px 36px 48px;
}
.modal.base-modal .modal-dialog {
  min-width: 85%;
}
.modal.base-modal .modal-header {
  position: relative;
  padding: 0;
}
.modal.base-modal .modal-header .close {
  position: absolute;
  top: -8px;
  right: -18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e0e0e0;
  transition: 0.75s ease;
  margin: 0;
  opacity: 1;
  padding: 0;
}
.modal.base-modal .modal-header .close:hover {
  background: #000000;
  opacity: 0.5;
}
.modal.base-modal .modal-header .close:hover .mvp-icon-close::before {
  color: #e0e0e0;
}
.modal.base-modal .modal-header .close:focus {
  background: #000000;
  opacity: 0.5;
}
.modal.base-modal .modal-header .close:focus .mvp-icon-close::before {
  color: #e0e0e0;
}
.modal.base-modal .modal-header .close .mvp-icon-close {
  position: absolute;
  top: 3px;
  left: 8px;
  text-shadow: none;
}
.modal.base-modal .modal-header .close .mvp-icon-close::before {
  color: #000000;
  font-size: 16px;
}
.modal.base-modal .modal-title {
  font-size: 24px;
  line-height: 24px;
  padding: 0;
}
.modal.base-modal .modal-subhead {
  font-size: 16px;
  line-height: 23px;
}
.modal.base-modal .modal-body {
  padding: 30px 0 48px;
}
.modal.base-modal .modal-footer {
  border: none;
  padding: 0;
}
.modal.base-modal .modal-footer .client-btn {
  width: 100%;
  margin: 0;
}
.modal.base-modal .modal-footer .client-btn:not(.invert-btn) {
  order: 1;
}
.modal.base-modal .modal-footer .client-btn.invert-btn {
  order: 2;
}
#access-denied-modal .modal-body {
  padding: 0;
}
#access-denied-modal .modal-text {
  width: 68%;
  order: 2;
  overflow-wrap: break-word;
}
#access-denied-modal .feedback-icon-wrap {
  order: 1;
}
.feedback-modal .modal-body {
  padding: 0;
}
.feedback-modal .modal-text {
  width: 68%;
  order: 2;
}
.feedback-modal .feedback-icon-wrap {
  order: 1;
}
@media (min-width: 768px) {
  .modal.base-modal .modal-dialog {
    min-width: 712px;
    width: 712px;
  }
  .modal.base-modal .modal-title {
    font-size: 28px;
    line-height: 46px;
  }
  .modal.base-modal .modal-subhead {
    font-size: 18px;
    line-height: 25px;
  }
  .modal.base-modal .modal-subhead .asterisk {
    color: #d22630;
    font-weight: 800;
  }
  .modal.base-modal .modal-footer .client-btn {
    width: 200px;
  }
  .modal.base-modal .modal-footer .client-btn:not(.invert-btn) {
    order: 2;
    margin-left: 40px;
  }
  .modal.base-modal .modal-footer .client-btn:not(.invert-btn)[disabled="disabled"]:hover {
    background: #0071b3;
    border-color: #0071b3;
  }
  .modal.base-modal .modal-footer .client-btn.invert-btn {
    order: 1;
  }
  #access-denied-modal .modal-text {
    width: 68%;
    order: 1;
  }
  #access-denied-modal .feedback-icon-wrap {
    order: 2;
  }
  .feedback-modal .modal-text {
    width: 68%;
    order: 1;
  }
  .feedback-modal .feedback-icon-wrap {
    order: 2;
  }
}
/***************************************** Order Management React Styling Start ******************************/
.order-filter-facet .filter-results .by-date-facet .date-widget .ljSjWd::before {
  content: url("../../../content/dam/aerobt/en/images/icons/order-status/GroupCalendarWidget.png");
}
.orderSummaryTiles .Order-tiles.mvp2 .order-summary-content-tiles .app-tile span.view-link span.view-icon {
  content: url("../../../content/dam/aerobt/en/images/icons/order-status/ViewArrow.png");
  position: relative;
  top: 4px;
}
.data-table .order-search-main span.carat-icons.mvp-carat_down.sortcss-default::after {
  content: url("../../../content/dam/aerobt/en/images/icons/order-status/sortInactive.svg");
  position: relative;
}
.data-table .order-search-main span.carat-icons.mvp-carat_down.sortcss-desc::after {
  content: url("../../../content/dam/aerobt/en/images/icons/order-status/sortDescending.svg");
  position: relative;
}
.data-table .order-search-main span.carat-icons.mvp-carat_down.sortcss-asc::after {
  content: url("../../../content/dam/aerobt/en/images/icons/order-status/sortAscending.svg");
  position: relative;
}
.data-table .order-search-main .on-hold-div span.accordian-onhold {
  content: url("../../../content/dam/aerobt/en/images/icons/order-status/caretDisabled.svg");
}
.OM-table-CTA .Followed-CTA span.mvp-icon-Followed {
  content: url("../../../content/dam/aerobt/en/images/icons/order-status/ShowFollowed.svg");
  position: absolute;
  top: 2px;
  cursor: pointer;
}
.OM-table-CTA .Followed-CTA span.mvp-icon-unfollowed {
  content: url("../../../content/dam/aerobt/en/images/icons/order-status/ShowAll.svg");
  position: absolute;
  top: 2px;
  cursor: pointer;
}
.OM-table-CTA .Followed-CTA span.om-download-icon {
  content: url("../../../content/dam/aerobt/en/images/icons/order-status/downloadIcon.svg");
  position: absolute;
  top: 2px;
  cursor: pointer;
}
.data-table .order-search-main span.om-followed-inactive {
  content: url("../../../content/dam/aerobt/en/images/icons/order-status/GroupfollowInactive.svg");
  position: relative;
  top: 2px;
  margin-right: 5px;
  cursor: pointer;
}
.data-table .order-search-main span.om-followed-active {
  content: url("../../../content/dam/aerobt/en/images/icons/order-status/GroupfollowActive.svg");
  position: relative;
  top: 2px;
  margin-right: 5px;
  cursor: pointer;
}
/***************************************** Order Management React Styling End ******************************/

/*.select2-container {
	 .noBorderOnFocus & {
		 &:focus, &.select2-container--focus {
			 outline: none;
			 &.select2-container--default {
				 .select2-selection--single {
					 border: 2px solid @grey3;
				}
			}
		}
	}
}
*/
/******************Joule 2.0 Color Codes*********************/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #ffffff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #ffffff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-white', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #ffffff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #ffffff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-white', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='@color-white', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-container--default {
  width: 100% !important;
  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;
  background: #ffffff;
}
.select2-container.select2-container--default .select2-selection {
  border: 0;
}
.select2-container.select2-container--default .select2-selection:focus {
  outline: none;
}
.select2-container.select2-container--default .select2-selection--single {
  border-radius: 0px;
  height: 43px;
  margin-top: 1px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 26px;
  height: 26px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: ' \e907';
  font-family: "icomoonregular" !important;
  line-height: normal;
  pointer-events: none;
  font-size: 26px;
  color: #9b9b9b;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9b9b9b;
  line-height: 44px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  height: 100%;
  color: #303030;
  line-height: 44px;
}
.select2-container.select2-container--default .select2-dropdown {
  border: 2px solid #007bc2;
  border-top: 0;
}
.select2-container.select2-container--default .select2-dropdown.select2-dropdown--above {
  border-top: 2px solid #007bc2;
  border-bottom: 0;
}
.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;
}
.select2-container.select2-container--default .select2-results__options .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #9b9b9b;
}
.select2-container.select2-container--default .select2-results__options .select2-results__option--highlighted {
  background: #007bc2;
  color: #ffffff;
}
.select2-container.select2-container--default .select2-results__options .select2-results__option--highlighted:not(:last-child) {
  border-bottom: 1px solid #9b9b9b !important;
}
.select2-container.select2-container--default.select2-container--focus {
  border-color: #007bc2;
}
.select2-container.select2-container--default.select2-container--disabled {
  background: #eee;
}
.select2-container.select2-container--default.select2-container--open {
  border-color: #007bc2;
}
.select2-container.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}
.select2-container.select2-container--default.select2-container--open:not(.select2-container--above):not(.select2-container--below) {
  border: none;
  background: #000000;
}
.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: #d0d0d0;
}
.select2-search.select2-search--dropdown .select2-search__field {
  height: 48px;
  border: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 40px;
  color: #303030;
  font-weight: 300;
  border-bottom: 1px solid #9b9b9b;
}
.select2-search.select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.select2-search.select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.select2-search.select2-search--dropdown .select2-search__field::placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.select2-search.select2-search--dropdown .select2-search__field:focus {
  outline: none;
}
@media (min-width: 768px) {
  .select2-container.select2-container--default {
    padding: 0 40px 0 16px;
  }
  .select2-container.select2-container--default .select2-results__options .select2-results__option {
    padding: 0 0 0 16px;
  }
  .select2-search.select2-search--dropdown .select2-search__field {
    padding-left: 16px;
  }
}

/******************Joule 2.0 Color Codes*********************/
form .guideContainerWrapperNode .guideRootPanel {
  color: #303030;
}
form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.guideStaticText {
  padding: 0;
}
form .guideContainerWrapperNode .guideRootPanel .form-title h2 {
  color: #303030;
  font-size: 14px;
  font-weight: 300;
}
form .guideContainerWrapperNode .guideRootPanel .row:not(:last-child) {
  margin-bottom: 30px;
}
form .guideContainerWrapperNode .guideRootPanel .row .gridFluidLayout {
  width: 100%;
}
form .guideContainerWrapperNode .guideRootPanel .row .custom_label {
  margin-bottom: -25px;
}
form .guideContainerWrapperNode .guideRootPanel .row .custom_label label.isRequired:after {
  display: none;
}
form .guideContainerWrapperNode .guideRootPanel .col-md-6 .row {
  margin-bottom: 0 !important;
}
form .guideContainerWrapperNode .guideRootPanel .padding_both {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
form .guideContainerWrapperNode .guideRootPanel .custom_label p {
  margin-bottom: 0;
}
form .guideContainerWrapperNode .guideRootPanel .custom_label small {
  margin: -4px 0 4px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 300;
}
form .guideContainerWrapperNode .guideRootPanel label {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 4px;
  position: relative;
}
form .guideContainerWrapperNode .guideRootPanel input {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  border-radius: 0;
  border: 2px solid #9b9b9b;
  height: 48px;
  padding-left: 10px;
  color: #303030;
}
form .guideContainerWrapperNode .guideRootPanel input:focus {
  outline: none;
  border-color: #007bc2 !important;
}
form .guideContainerWrapperNode .guideRootPanel input::first-letter {
  text-transform: uppercase;
}
form .guideContainerWrapperNode .guideRootPanel input::placeholder {
  color: #9b9b9b;
  font-size: 18px;
}
form .guideContainerWrapperNode .guideRootPanel input:checked {
  background-image: url("../../../content/dam/baseline-tenant/icons/modal-icons/tick.png");
  background-size: contain;
}
form .guideContainerWrapperNode .guideRootPanel input .custom-tooltip .tooltip > .tooltip-inner {
  background: #ffffff;
}
form .guideContainerWrapperNode .guideRootPanel input:disabled {
  background: #ffffff;
  color: #9b9b9b;
  border-color: #d7d7d7;
}
form .guideContainerWrapperNode .guideRootPanel input:not(.error):focus {
  border-color: #007bc2;
}
form .guideContainerWrapperNode .guideRootPanel input[aria-invalid='true'] {
  border: 2px solid #d22630;
  outline: none;
}
form .guideContainerWrapperNode .guideRootPanel input[type="checkbox"] {
  float: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px !important;
}
form .guideContainerWrapperNode .guideRootPanel input.state-text-input {
  display: none;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton button {
  width: 100%;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton button:disabled {
  opacity: 0.65;
  pointer-events: auto;
  cursor: default;
  background: #007bc2;
  color: #ffffff;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton button:disabled:hover {
  pointer-events: auto;
  border-color: #007bc2;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton.resetbtn button {
  background: transparent;
  color: #007bc2;
  border: none;
  font-weight: 800;
  letter-spacing: 0.5px;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton.resetbtn button:active {
  text-decoration: none;
  background: transparent;
  color: #0e5f95;
  border: none;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton.resetbtn button:hover {
  text-decoration: none;
  color: #1273b4;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton.resetbtn button:visited {
  text-decoration: none;
  color: #007bc2;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton.resetbtn button:focus {
  text-decoration: none;
}
.registrationForm form .guideContainerWrapperNode .guideRootPanel input:checked {
  background-image: none;
}
.aemformcontainer .guideFieldError {
  position: relative !important;
}
.aemformcontainer .afCheckBoxItem .guideWidgetLabel label {
  height: 24px;
  color: #d0d0d0;
  font-family: "Solstice Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-left: 0.2em;
  margin-right: 1.5rem;
  vertical-align: middle;
}
.guideCheckBoxItem {
  display: flex;
}
.guideCheckBoxItem .guideWidgetLabel.right {
  margin-left: 16px;
}
.guidebutton.guidefield button:not(.af-icon-button) {
  min-width: 200px;
  font-family: "Solstice Sans", Helvetica, Arial, sans-serif;
  background: #007bc2;
  font-weight: 800;
  font-size: 14px;
  color: #ffffff;
  border: 2px solid #007bc2;
  transition: all 0.3s ease;
  text-transform: uppercase;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.guidebutton.guidefield button:not(.af-icon-button) [class^="mvp-icon-"]:before {
  color: #ffffff;
}
.guidebutton.guidefield button:not(.af-icon-button) [class*="mvp-icon-"]:before {
  color: #ffffff;
}
.guidebutton.guidefield button:not(.af-icon-button):active {
  text-decoration: none;
  color: #ffffff;
  background: #0e5f95;
  border: 2px solid #0e5f95;
}
.guidebutton.guidefield button:not(.af-icon-button):hover {
  text-decoration: none;
  color: #ffffff;
  background: #1273b4;
  border: 2px solid #1273b4;
}
.guidebutton.guidefield button:not(.af-icon-button):visited {
  text-decoration: none;
  color: #ffffff;
  background: #007bc2;
}
.guidebutton.guidefield button:not(.af-icon-button):focus {
  background: #1273b4;
  border: 2px solid #1273b4;
}
.guidebutton.guidefield button:not(.af-icon-button).invert-btn {
  background: #ffffff;
  color: #007bc2;
}
.guidebutton.guidefield button:not(.af-icon-button).invert-btn [class^="mvp-icon-"]:before {
  color: #007bc2;
}
.guidebutton.guidefield button:not(.af-icon-button).invert-btn [class*="mvp-icon-"]:before {
  color: #007bc2;
}
.guidebutton.guidefield button:not(.af-icon-button).invert-btn:hover {
  background: #ffffff;
  color: #1273b4;
}
.guidebutton.guidefield button:not(.af-icon-button).invert-btn:hover [class^="mvp-icon-"]:before {
  color: #1273b4;
}
.guidebutton.guidefield button:not(.af-icon-button).invert-btn:hover [class*="mvp-icon-"]:before {
  color: #1273b4;
}
.guidebutton.guidefield button:not(.af-icon-button).invert-btn:active {
  background: #0e5f95;
  color: #ffffff;
}
.guidebutton.guidefield button:not(.af-icon-button):active {
  text-decoration: none;
}
.guidebutton.guidefield button:not(.af-icon-button):hover {
  text-decoration: none;
}
.guidebutton.guidefield button:not(.af-icon-button):visited {
  text-decoration: none;
}
.guidebutton.guidefield button:not(.af-icon-button):focus {
  text-decoration: none;
}
.guidebutton.guidefield button:not(.af-icon-button).invert-btn:active {
  text-decoration: none;
}
.guidebutton.guidefield button:not(.af-icon-button).invert-btn:hover {
  text-decoration: none;
}
.guidebutton.guidefield button:not(.af-icon-button).invert-btn:visited {
  text-decoration: none;
}
.guidebutton.guidefield button:not(.af-icon-button).invert-btn:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  form .guideContainerWrapperNode .guideRootPanel .form-title h2 {
    font-size: 22px;
  }
  form .guideContainerWrapperNode .guideRootPanel .row:not(:last-child) {
    margin-bottom: 25px;
  }
  form .guideContainerWrapperNode .guideRootPanel .custom_label small {
    line-height: 16px;
  }
  form .guideContainerWrapperNode .guideRootPanel label {
    font-size: 18px;
  }
  form .guideContainerWrapperNode .guideRootPanel label.isRequired::before {
    left: -15px;
  }
  form .guideContainerWrapperNode .guideRootPanel input {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  form .guideContainerWrapperNode .guideRootPanel > .gridFluidLayout #guideContainer-rootPanel___guide-item-container > .row:first-child {
    margin-bottom: 15px;
  }
  form .guideContainerWrapperNode .guideRootPanel input::placeholder {
    font-size: 18px !important;
  }
  form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.guideStaticText.form-title {
    margin-top: 30px;
  }
  form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.guideStaticText.activation-content-heading {
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  form .guideContainerWrapperNode .guideRootPanel label {
    font-size: 12px !important;
  }
}
.registrationForm {
  font-weight: 500;
}
.registrationForm button:focus {
  outline: none;
}

@font-face {
  font-family: 'icomoonregular';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('clientlib-base-unify/resources/fonts/icomoonregular/mvp-icons-webfont.woff') format('woff');
}
[class^="mvp-icon-"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #707070;
  display: inline-block;
  font-family: "icomoonregular" !important;
  font-size: 40px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-transform: none;
}
[class*="mvp-icon-"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #707070;
  display: inline-block;
  font-family: "icomoonregular" !important;
  font-size: 40px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.mvp-stack_close:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  border-radius: 100%;
  color: #000000;
  color: #707070;
  content: "\e90C";
  display: inline-block;
  font-family: "icomoonregular" !important;
  font-size: 14px;
  font-size: 40px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  padding: 4px;
  position: absolute;
  speak: none;
  text-transform: none;
}
.mvp-stack_close:hover before {
  background: #d0d0d0;
}
.mvp-icon-alert-warning:before {
  content: "\e900";
}
.mvp-icon-battery_empty:before {
  content: "\e901";
}
.mvp-icon-battery_full:before {
  content: "\e902";
}
.mvp-icon-battery_low:before {
  content: "\e903";
}
.mvp-icon-battery_medium:before {
  content: "\e904";
}
.mvp-icon-calendar:before {
  content: "\e905";
}
.mvp-icon-camera:before {
  content: "\e906";
}
.mvp-icon-carat_down:before {
  content: "\e907";
}
.mvp-icon-carat_left:before {
  content: "\e908";
}
.mvp-icon-carat_right:before {
  content: "\e909";
}
.mvp-icon-carat_up:before {
  content: "\e90A";
}
.mvp-icon-check:before {
  content: "\e90B";
}
.mvp-icon-close:before {
  content: "\e90C";
}
.mvp-icon-credit_card:before {
  content: "\e90D";
}
.mvp-icon-document:before {
  content: "\e90E";
}
.mvp-icon-download:before {
  content: "\e90F";
}
.mvp-icon-edit:before {
  content: "\e910";
}
.mvp-icon-email:before {
  content: "\e911";
}
.mvp-icon-error:before {
  content: "\e912";
}
.mvp-icon-exit_fullscreen:before {
  content: "\e913";
}
.mvp-icon-favorite:before {
  content: "\e914";
}
.mvp-icon-filter:before {
  content: "\e915";
}
.mvp-icon-flag:before {
  content: "\e916";
}
.mvp-icon-fullscreen:before {
  content: "\e917";
}
.mvp-icon-globe:before {
  content: "\e918";
}
.mvp-icon-help:before {
  content: "\e919";
}
.mvp-icon-home:before {
  content: "\e91A";
}
.mvp-icon-information:before {
  content: "\e91B";
}
.mvp-icon-light:before {
  content: "\e91C";
}
.mvp-icon-location:before {
  content: "\e91D";
}
.mvp-icon-locked:before {
  content: "\e91E";
}
.mvp-icon-map:before {
  content: "\e91F";
}
.mvp-icon-menu:before {
  content: "\e920";
}
.mvp-icon-messages:before {
  content: "\e921";
}
.mvp-icon-multiple_devices:before {
  content: "\e922";
}
.mvp-icon-notification:before {
  content: "\e923";
}
.mvp-icon-paperclip:before {
  content: "\e924";
}
.mvp-icon-pause:before {
  content: "\e925";
}
.mvp-icon-play:before {
  content: "\e926";
}
.mvp-icon-print:before {
  content: "\e927";
}
.mvp-icon-reminders:before {
  content: "\e928";
}
.mvp-icon-save:before {
  content: "\e929";
}
.mvp-icon-search:before {
  content: "\e92A";
}
.mvp-icon-send-export:before {
  content: "\e92B";
}
.mvp-icon-settings:before {
  content: "\e92C";
}
.mvp-icon-share:before {
  content: "\e92D";
}
.mvp-icon-shopping_bag:before {
  content: "\e92E";
}
.mvp-icon-slider_down:before {
  content: "\e92F";
}
.mvp-icon-slider_minus:before {
  content: "\e930";
}
.mvp-icon-slider_plus:before {
  content: "\e931";
}
.mvp-icon-slider_up:before {
  content: "\e932";
}
.mvp-icon-smartphone:before {
  content: "\e933";
}
.mvp-icon-smartphone_tilted:before {
  content: "\e934";
}
.mvp-icon-social_facebook:before {
  content: "\e935";
}
.mvp-icon-social_instagram:before {
  content: "\e936";
}
.mvp-icon-social_linkedin:before {
  content: "\e937";
}
.mvp-icon-social_twitter:before {
  content: "\e938";
}
.mvp-icon-social_weibo:before {
  content: "\e939";
}
.mvp-icon-social_youtube:before {
  content: "\e93A";
}
.mvp-icon-speaker_off:before {
  content: "\e93B";
}
.mvp-icon-speaker_on:before {
  content: "\e93C";
}
.mvp-icon-success:before {
  content: "\e93D";
}
.mvp-icon-tools:before {
  content: "\e93E";
}
.mvp-icon-trash:before {
  content: "\e93F";
}
.mvp-icon-undo:before {
  content: "\e940";
}
.mvp-icon-unlocked:before {
  content: "\e941";
}
.mvp-icon-upload:before {
  content: "\e942";
}
.mvp-icon-user:before {
  content: "\e943";
}
.mvp-icon-users:before {
  content: "\e944";
}
.mvp-icon-voice_messages:before {
  content: "\e945";
}
.mvp-icon-weather:before {
  content: "\e946";
}
.mvp-icon-wifi:before {
  content: "\e947";
}
.mvp-icon-tag:before {
  content: "\e948";
}
.mvp-icon-search_flipped:before {
  content: "\e949";
}
.mvp-icon-detail_view:before {
  content: "\e94A";
  font-size: 22px;
}
.mvp-icon-list_view:before {
  content: "\e94B";
  font-size: 22px;
}
.mvp-icon-current_location:before {
  content: "\e94C";
}
.mvp-icon-question:before {
  content: "\e94D";
}
.mvp-icon-arrow:before {
  content: "\e94E";
}

@font-face {
  font-family: "hv2-font-icons";
  src: url("clientlib-base-unify/resources/fonts/hv2-icon/hv2-icons.eot?5e5d025bfb1e1d1d093b0d5a497ec3ac#iefix") format("embedded-opentype"), url("clientlib-base-unify/resources/fonts/hv2-icon/hv2-icons.woff2?5e5d025bfb1e1d1d093b0d5a497ec3ac") format("woff2"), url("clientlib-base-unify/resources/fonts/hv2-icon/hv2-icons.woff?5e5d025bfb1e1d1d093b0d5a497ec3ac") format("woff");
}
.hv2-icon:before {
  font-family: hv2-font-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hv2-icon.icon-24-hours:before {
  content: "\f101";
}
.hv2-icon.icon-account-circle:before {
  content: "\f102";
}
.hv2-icon.icon-add:before {
  content: "\f103";
}
.hv2-icon.icon-admin:before {
  content: "\f104";
}
.hv2-icon.icon-advertisement:before {
  content: "\f105";
}
.hv2-icon.icon-alert-warning:before {
  content: "\f106";
}
.hv2-icon.icon-alert:before {
  content: "\f107";
}
.hv2-icon.icon-ancient-gate:before {
  content: "\f108";
}
.hv2-icon.icon-ancient-pavilion:before {
  content: "\f109";
}
.hv2-icon.icon-android:before {
  content: "\f10a";
}
.hv2-icon.icon-app-store:before {
  content: "\f10b";
}
.hv2-icon.icon-apple:before {
  content: "\f10c";
}
.hv2-icon.icon-apps:before {
  content: "\f10d";
}
.hv2-icon.icon-archive-drawer:before {
  content: "\f10e";
}
.hv2-icon.icon-archive:before {
  content: "\f10f";
}
.hv2-icon.icon-arrow-down:before {
  content: "\f110";
}
.hv2-icon.icon-arrow-drop-down:before {
  content: "\f111";
}
.hv2-icon.icon-arrow-drop-left:before {
  content: "\f112";
}
.hv2-icon.icon-arrow-drop-right:before {
  content: "\f113";
}
.hv2-icon.icon-arrow-drop-up:before {
  content: "\f114";
}
.hv2-icon.icon-arrow-go-back:before {
  content: "\f115";
}
.hv2-icon.icon-arrow-go-forward:before {
  content: "\f116";
}
.hv2-icon.icon-arrow-left-down:before {
  content: "\f117";
}
.hv2-icon.icon-arrow-left-right:before {
  content: "\f118";
}
.hv2-icon.icon-arrow-left-up:before {
  content: "\f119";
}
.hv2-icon.icon-arrow-left:before {
  content: "\f11a";
}
.hv2-icon.icon-arrow-right-down:before {
  content: "\f11b";
}
.hv2-icon.icon-arrow-right-up:before {
  content: "\f11c";
}
.hv2-icon.icon-arrow-right:before {
  content: "\f11d";
}
.hv2-icon.icon-arrow-s-down:before {
  content: "\f11e";
}
.hv2-icon.icon-arrow-s-left:before {
  content: "\f11f";
}
.hv2-icon.icon-arrow-s-right:before {
  content: "\f120";
}
.hv2-icon.icon-arrow-s-up:before {
  content: "\f121";
}
.hv2-icon.icon-arrow-up-down:before {
  content: "\f122";
}
.hv2-icon.icon-arrow-up:before {
  content: "\f123";
}
.hv2-icon.icon-article:before {
  content: "\f124";
}
.hv2-icon.icon-at:before {
  content: "\f125";
}
.hv2-icon.icon-attachment:before {
  content: "\f126";
}
.hv2-icon.icon-award:before {
  content: "\f127";
}
.hv2-icon.icon-ball-pen:before {
  content: "\f128";
}
.hv2-icon.icon-bank-card:before {
  content: "\f129";
}
.hv2-icon.icon-bank:before {
  content: "\f12a";
}
.hv2-icon.icon-bar-chart-2:before {
  content: "\f12b";
}
.hv2-icon.icon-bar-chart-box:before {
  content: "\f12c";
}
.hv2-icon.icon-bar-chart-grouped:before {
  content: "\f12d";
}
.hv2-icon.icon-barcode-box:before {
  content: "\f12e";
}
.hv2-icon.icon-barricade:before {
  content: "\f12f";
}
.hv2-icon.icon-base-station:before {
  content: "\f130";
}
.hv2-icon.icon-battery_empty:before {
  content: "\f131";
}
.hv2-icon.icon-battery-charge:before {
  content: "\f132";
}
.hv2-icon.icon-battery-low:before {
  content: "\f133";
}
.hv2-icon.icon-battery:before {
  content: "\f134";
}
.hv2-icon.icon-bill:before {
  content: "\f135";
}
.hv2-icon.icon-bluetooth:before {
  content: "\f136";
}
.hv2-icon.icon-book-open:before {
  content: "\f137";
}
.hv2-icon.icon-book:before {
  content: "\f138";
}
.hv2-icon.icon-bookmark-2:before {
  content: "\f139";
}
.hv2-icon.icon-bookmark-3:before {
  content: "\f13a";
}
.hv2-icon.icon-bookmark:before {
  content: "\f13b";
}
.hv2-icon.icon-briefcase:before {
  content: "\f13c";
}
.hv2-icon.icon-broadcast:before {
  content: "\f13d";
}
.hv2-icon.icon-bubble-chart:before {
  content: "\f13e";
}
.hv2-icon.icon-building-2:before {
  content: "\f13f";
}
.hv2-icon.icon-building:before {
  content: "\f140";
}
.hv2-icon.icon-cake:before {
  content: "\f141";
}
.hv2-icon.icon-calculator:before {
  content: "\f142";
}
.hv2-icon.icon-calendar-check:before {
  content: "\f143";
}
.hv2-icon.icon-calendar-event:before {
  content: "\f144";
}
.hv2-icon.icon-calendar-todo:before {
  content: "\f145";
}
.hv2-icon.icon-calendar:before {
  content: "\f146";
}
.hv2-icon.icon-camera:before {
  content: "\f147";
}
.hv2-icon.icon-cast:before {
  content: "\f148";
}
.hv2-icon.icon-chat-check:before {
  content: "\f149";
}
.hv2-icon.icon-chat-delete:before {
  content: "\f14a";
}
.hv2-icon.icon-chat-download:before {
  content: "\f14b";
}
.hv2-icon.icon-chat-follow-up:before {
  content: "\f14c";
}
.hv2-icon.icon-chat-forward:before {
  content: "\f14d";
}
.hv2-icon.icon-chat-heart:before {
  content: "\f14e";
}
.hv2-icon.icon-chat-new:before {
  content: "\f14f";
}
.hv2-icon.icon-chat-off:before {
  content: "\f150";
}
.hv2-icon.icon-chat-poll:before {
  content: "\f151";
}
.hv2-icon.icon-chat-settings:before {
  content: "\f152";
}
.hv2-icon.icon-chat-smile:before {
  content: "\f153";
}
.hv2-icon.icon-chat-upload:before {
  content: "\f154";
}
.hv2-icon.icon-chat:before {
  content: "\f155";
}
.hv2-icon.icon-check:before {
  content: "\f156";
}
.hv2-icon.icon-checkbox-circle-line:before {
  content: "\f157";
}
.hv2-icon.icon-checkbox-multiple-blank:before {
  content: "\f158";
}
.hv2-icon.icon-checkbox-multiple:before {
  content: "\f159";
}
.hv2-icon.icon-clipboard:before {
  content: "\f15a";
}
.hv2-icon.icon-close-circle:before {
  content: "\f15b";
}
.hv2-icon.icon-close:before {
  content: "\f15c";
}
.hv2-icon.icon-cloud-off:before {
  content: "\f15d";
}
.hv2-icon.icon-cloud:before {
  content: "\f15e";
}
.hv2-icon.icon-cloudy:before {
  content: "\f15f";
}
.hv2-icon.icon-coins:before {
  content: "\f160";
}
.hv2-icon.icon-community:before {
  content: "\f161";
}
.hv2-icon.icon-compass-discover:before {
  content: "\f162";
}
.hv2-icon.icon-computer:before {
  content: "\f163";
}
.hv2-icon.icon-contacts-book:before {
  content: "\f164";
}
.hv2-icon.icon-contacts:before {
  content: "\f165";
}
.hv2-icon.icon-copyright:before {
  content: "\f166";
}
.hv2-icon.icon-coupon:before {
  content: "\f167";
}
.hv2-icon.icon-cpu:before {
  content: "\f168";
}
.hv2-icon.icon-crop:before {
  content: "\f169";
}
.hv2-icon.icon-currency:before {
  content: "\f16a";
}
.hv2-icon.icon-customer-service:before {
  content: "\f16b";
}
.hv2-icon.icon-dashboard:before {
  content: "\f16c";
}
.hv2-icon.icon-database:before {
  content: "\f16d";
}
.hv2-icon.icon-delete-back:before {
  content: "\f16e";
}
.hv2-icon.icon-delete-bin:before {
  content: "\f16f";
}
.hv2-icon.icon-device-recover:before {
  content: "\f170";
}
.hv2-icon.icon-devices:before {
  content: "\f171";
}
.hv2-icon.icon-discuss:before {
  content: "\f172";
}
.hv2-icon.icon-dislike:before {
  content: "\f173";
}
.hv2-icon.icon-donation:before {
  content: "\f174";
}
.hv2-icon.icon-donut-chart:before {
  content: "\f175";
}
.hv2-icon.icon-door-closed:before {
  content: "\f176";
}
.hv2-icon.icon-door-open:before {
  content: "\f177";
}
.hv2-icon.icon-download-cloud:before {
  content: "\f178";
}
.hv2-icon.icon-download:before {
  content: "\f179";
}
.hv2-icon.icon-draft:before {
  content: "\f17a";
}
.hv2-icon.icon-drag-drop:before {
  content: "\f17b";
}
.hv2-icon.icon-drag-move:before {
  content: "\f17c";
}
.hv2-icon.icon-earth:before {
  content: "\f17d";
}
.hv2-icon.icon-edit-box:before {
  content: "\f17e";
}
.hv2-icon.icon-edit:before {
  content: "\f17f";
}
.hv2-icon.icon-emotion-happy:before {
  content: "\f180";
}
.hv2-icon.icon-emotion-laugh:before {
  content: "\f181";
}
.hv2-icon.icon-emotion-normal:before {
  content: "\f182";
}
.hv2-icon.icon-emotion-unhappy:before {
  content: "\f183";
}
.hv2-icon.icon-emotion:before {
  content: "\f184";
}
.hv2-icon.icon-empathize:before {
  content: "\f185";
}
.hv2-icon.icon-equalizer:before {
  content: "\f186";
}
.hv2-icon.icon-eraser:before {
  content: "\f187";
}
.hv2-icon.icon-error-warning:before {
  content: "\f188";
}
.hv2-icon.icon-exchange-dollar:before {
  content: "\f189";
}
.hv2-icon.icon-external-link:before {
  content: "\f18a";
}
.hv2-icon.icon-eye-off:before {
  content: "\f18b";
}
.hv2-icon.icon-eye:before {
  content: "\f18c";
}
.hv2-icon.icon-facebook:before {
  content: "\f18d";
}
.hv2-icon.icon-feedback:before {
  content: "\f18e";
}
.hv2-icon.icon-file-add:before {
  content: "\f18f";
}
.hv2-icon.icon-file-chart:before {
  content: "\f190";
}
.hv2-icon.icon-file-cloud:before {
  content: "\f191";
}
.hv2-icon.icon-file-code:before {
  content: "\f192";
}
.hv2-icon.icon-file-copy:before {
  content: "\f193";
}
.hv2-icon.icon-file-damage:before {
  content: "\f194";
}
.hv2-icon.icon-file-download:before {
  content: "\f195";
}
.hv2-icon.icon-file-edit:before {
  content: "\f196";
}
.hv2-icon.icon-file-excel:before {
  content: "\f197";
}
.hv2-icon.icon-file-forbid:before {
  content: "\f198";
}
.hv2-icon.icon-file-history:before {
  content: "\f199";
}
.hv2-icon.icon-file-info:before {
  content: "\f19a";
}
.hv2-icon.icon-file-list:before {
  content: "\f19b";
}
.hv2-icon.icon-file-lock:before {
  content: "\f19c";
}
.hv2-icon.icon-file-mark:before {
  content: "\f19d";
}
.hv2-icon.icon-file-music:before {
  content: "\f19e";
}
.hv2-icon.icon-file-pdf:before {
  content: "\f19f";
}
.hv2-icon.icon-file-ppt:before {
  content: "\f1a0";
}
.hv2-icon.icon-file-search:before {
  content: "\f1a1";
}
.hv2-icon.icon-file-settings:before {
  content: "\f1a2";
}
.hv2-icon.icon-file-shield:before {
  content: "\f1a3";
}
.hv2-icon.icon-file-shred:before {
  content: "\f1a4";
}
.hv2-icon.icon-file-text-line:before {
  content: "\f1a5";
}
.hv2-icon.icon-file-transfer:before {
  content: "\f1a6";
}
.hv2-icon.icon-file-unknown:before {
  content: "\f1a7";
}
.hv2-icon.icon-file-upload:before {
  content: "\f1a8";
}
.hv2-icon.icon-file-user:before {
  content: "\f1a9";
}
.hv2-icon.icon-file-warning-line:before {
  content: "\f1aa";
}
.hv2-icon.icon-file-word:before {
  content: "\f1ab";
}
.hv2-icon.icon-file:before {
  content: "\f1ac";
}
.hv2-icon.icon-film:before {
  content: "\f1ad";
}
.hv2-icon.icon-filter-off:before {
  content: "\f1ae";
}
.hv2-icon.icon-filter:before {
  content: "\f1af";
}
.hv2-icon.icon-fire:before {
  content: "\f1b0";
}
.hv2-icon.icon-flag:before {
  content: "\f1b1";
}
.hv2-icon.icon-flashlight:before {
  content: "\f1b2";
}
.hv2-icon.icon-flight-land:before {
  content: "\f1b3";
}
.hv2-icon.icon-flight-takeoff:before {
  content: "\f1b4";
}
.hv2-icon.icon-focus:before {
  content: "\f1b5";
}
.hv2-icon.icon-foggy:before {
  content: "\f1b6";
}
.hv2-icon.icon-folder-add:before {
  content: "\f1b7";
}
.hv2-icon.icon-folder-download:before {
  content: "\f1b8";
}
.hv2-icon.icon-folder-forbid:before {
  content: "\f1b9";
}
.hv2-icon.icon-folder-info:before {
  content: "\f1ba";
}
.hv2-icon.icon-folder-lock:before {
  content: "\f1bb";
}
.hv2-icon.icon-folder-open:before {
  content: "\f1bc";
}
.hv2-icon.icon-folder-settings:before {
  content: "\f1bd";
}
.hv2-icon.icon-folder-shield:before {
  content: "\f1be";
}
.hv2-icon.icon-folder-unknown:before {
  content: "\f1bf";
}
.hv2-icon.icon-folder-upload:before {
  content: "\f1c0";
}
.hv2-icon.icon-folder-user:before {
  content: "\f1c1";
}
.hv2-icon.icon-folder-warning:before {
  content: "\f1c2";
}
.hv2-icon.icon-folder-zip:before {
  content: "\f1c3";
}
.hv2-icon.icon-folder:before {
  content: "\f1c4";
}
.hv2-icon.icon-folders:before {
  content: "\f1c5";
}
.hv2-icon.icon-forbid:before {
  content: "\f1c6";
}
.hv2-icon.icon-forward:before {
  content: "\f1c7";
}
.hv2-icon.icon-fullscreen-exit:before {
  content: "\f1c8";
}
.hv2-icon.icon-fullscreen:before {
  content: "\f1c9";
}
.hv2-icon.icon-gallery:before {
  content: "\f1ca";
}
.hv2-icon.icon-gift:before {
  content: "\f1cb";
}
.hv2-icon.icon-global:before {
  content: "\f1cc";
}
.hv2-icon.icon-globe:before {
  content: "\f1cd";
}
.hv2-icon.icon-glow:before {
  content: "\f1ce";
}
.hv2-icon.icon-google-play:before {
  content: "\f1cf";
}
.hv2-icon.icon-google:before {
  content: "\f1d0";
}
.hv2-icon.icon-gps:before {
  content: "\f1d1";
}
.hv2-icon.icon-group:before {
  content: "\f1d2";
}
.hv2-icon.icon-hand-sanitizer:before {
  content: "\f1d3";
}
.hv2-icon.icon-hard-drive:before {
  content: "\f1d4";
}
.hv2-icon.icon-heart-add:before {
  content: "\f1d5";
}
.hv2-icon.icon-heart:before {
  content: "\f1d6";
}
.hv2-icon.icon-hearts:before {
  content: "\f1d7";
}
.hv2-icon.icon-history:before {
  content: "\f1d8";
}
.hv2-icon.icon-home-2:before {
  content: "\f1d9";
}
.hv2-icon.icon-home-3:before {
  content: "\f1da";
}
.hv2-icon.icon-home-4:before {
  content: "\f1db";
}
.hv2-icon.icon-home-gear:before {
  content: "\f1dc";
}
.hv2-icon.icon-home-heart:before {
  content: "\f1dd";
}
.hv2-icon.icon-home-smile:before {
  content: "\f1de";
}
.hv2-icon.icon-home-wifi:before {
  content: "\f1df";
}
.hv2-icon.icon-home:before {
  content: "\f1e0";
}
.hv2-icon.icon-honour:before {
  content: "\f1e1";
}
.hv2-icon.icon-hospital:before {
  content: "\f1e2";
}
.hv2-icon.icon-hotel:before {
  content: "\f1e3";
}
.hv2-icon.icon-hotspot:before {
  content: "\f1e4";
}
.hv2-icon.icon-image-add:before {
  content: "\f1e5";
}
.hv2-icon.icon-image:before {
  content: "\f1e6";
}
.hv2-icon.icon-inbox-archive:before {
  content: "\f1e7";
}
.hv2-icon.icon-inbox-unarchive:before {
  content: "\f1e8";
}
.hv2-icon.icon-inbox:before {
  content: "\f1e9";
}
.hv2-icon.icon-increase-decrease:before {
  content: "\f1ea";
}
.hv2-icon.icon-indeterminate-circle:before {
  content: "\f1eb";
}
.hv2-icon.icon-information:before {
  content: "\f1ec";
}
.hv2-icon.icon-infrared-thermometer:before {
  content: "\f1ed";
}
.hv2-icon.icon-instagram:before {
  content: "\f1ee";
}
.hv2-icon.icon-install:before {
  content: "\f1ef";
}
.hv2-icon.icon-key:before {
  content: "\f1f0";
}
.hv2-icon.icon-keyboard-box:before {
  content: "\f1f1";
}
.hv2-icon.icon-layout:before {
  content: "\f1f2";
}
.hv2-icon.icon-leaf:before {
  content: "\f1f3";
}
.hv2-icon.icon-lightbulb-flash:before {
  content: "\f1f4";
}
.hv2-icon.icon-lightbulb:before {
  content: "\f1f5";
}
.hv2-icon.icon-line-chart:before {
  content: "\f1f6";
}
.hv2-icon.icon-linkedin:before {
  content: "\f1f7";
}
.hv2-icon.icon-links:before {
  content: "\f1f8";
}
.hv2-icon.icon-list-settings:before {
  content: "\f1f9";
}
.hv2-icon.icon-live:before {
  content: "\f1fa";
}
.hv2-icon.icon-loader-4-line:before {
  content: "\f1fb";
}
.hv2-icon.icon-loader:before {
  content: "\f1fc";
}
.hv2-icon.icon-lock-unlock:before {
  content: "\f1fd";
}
.hv2-icon.icon-lock:before {
  content: "\f1fe";
}
.hv2-icon.icon-login-box:before {
  content: "\f1ff";
}
.hv2-icon.icon-logout-box:before {
  content: "\f200";
}
.hv2-icon.icon-loud:before {
  content: "\f201";
}
.hv2-icon.icon-mail-add:before {
  content: "\f202";
}
.hv2-icon.icon-mail-check:before {
  content: "\f203";
}
.hv2-icon.icon-mail-close:before {
  content: "\f204";
}
.hv2-icon.icon-mail-download:before {
  content: "\f205";
}
.hv2-icon.icon-mail-forbid:before {
  content: "\f206";
}
.hv2-icon.icon-mail-lock:before {
  content: "\f207";
}
.hv2-icon.icon-mail-open:before {
  content: "\f208";
}
.hv2-icon.icon-mail-send:before {
  content: "\f209";
}
.hv2-icon.icon-mail-settings:before {
  content: "\f20a";
}
.hv2-icon.icon-mail-star:before {
  content: "\f20b";
}
.hv2-icon.icon-mail-unread:before {
  content: "\f20c";
}
.hv2-icon.icon-mail-volume:before {
  content: "\f20d";
}
.hv2-icon.icon-mail:before {
  content: "\f20e";
}
.hv2-icon.icon-map-pin-user:before {
  content: "\f20f";
}
.hv2-icon.icon-map-pin:before {
  content: "\f210";
}
.hv2-icon.icon-map:before {
  content: "\f211";
}
.hv2-icon.icon-markup:before {
  content: "\f212";
}
.hv2-icon.icon-mask:before {
  content: "\f213";
}
.hv2-icon.icon-mastercard:before {
  content: "\f214";
}
.hv2-icon.icon-medal:before {
  content: "\f215";
}
.hv2-icon.icon-mental-health:before {
  content: "\f216";
}
.hv2-icon.icon-menu:before {
  content: "\f217";
}
.hv2-icon.icon-message-2:before {
  content: "\f218";
}
.hv2-icon.icon-message:before {
  content: "\f219";
}
.hv2-icon.icon-mic-off:before {
  content: "\f21a";
}
.hv2-icon.icon-mic:before {
  content: "\f21b";
}
.hv2-icon.icon-microsoft:before {
  content: "\f21c";
}
.hv2-icon.icon-money-dollar-circle:before {
  content: "\f21d";
}
.hv2-icon.icon-money-euro-circle:before {
  content: "\f21e";
}
.hv2-icon.icon-money-pound-circle:before {
  content: "\f21f";
}
.hv2-icon.icon-money-yen-circle:before {
  content: "\f220";
}
.hv2-icon.icon-moon:before {
  content: "\f221";
}
.hv2-icon.icon-more-2:before {
  content: "\f222";
}
.hv2-icon.icon-more:before {
  content: "\f223";
}
.hv2-icon.icon-mouse:before {
  content: "\f224";
}
.hv2-icon.icon-music:before {
  content: "\f225";
}
.hv2-icon.icon-mute:before {
  content: "\f226";
}
.hv2-icon.icon-newspaper:before {
  content: "\f227";
}
.hv2-icon.icon-no-sort:before {
  content: "\f228";
}
.hv2-icon.icon-notification-badge:before {
  content: "\f229";
}
.hv2-icon.icon-notification-off:before {
  content: "\f22a";
}
.hv2-icon.icon-notification:before {
  content: "\f22b";
}
.hv2-icon.icon-palette:before {
  content: "\f22c";
}
.hv2-icon.icon-pantone:before {
  content: "\f22d";
}
.hv2-icon.icon-parent:before {
  content: "\f22e";
}
.hv2-icon.icon-pause-circle:before {
  content: "\f22f";
}
.hv2-icon.icon-pause:before {
  content: "\f230";
}
.hv2-icon.icon-paypal:before {
  content: "\f231";
}
.hv2-icon.icon-pencil-ruler:before {
  content: "\f232";
}
.hv2-icon.icon-pencil:before {
  content: "\f233";
}
.hv2-icon.icon-percent:before {
  content: "\f234";
}
.hv2-icon.icon-phone:before {
  content: "\f235";
}
.hv2-icon.icon-pie-chart-box:before {
  content: "\f236";
}
.hv2-icon.icon-pie-chart:before {
  content: "\f237";
}
.hv2-icon.icon-placeholder:before {
  content: "\f238";
}
.hv2-icon.icon-plane:before {
  content: "\f239";
}
.hv2-icon.icon-plant:before {
  content: "\f23a";
}
.hv2-icon.icon-play-circle:before {
  content: "\f23b";
}
.hv2-icon.icon-play:before {
  content: "\f23c";
}
.hv2-icon.icon-plug:before {
  content: "\f23d";
}
.hv2-icon.icon-price-tag:before {
  content: "\f23e";
}
.hv2-icon.icon-printer-cloud:before {
  content: "\f23f";
}
.hv2-icon.icon-printer:before {
  content: "\f240";
}
.hv2-icon.icon-profile:before {
  content: "\f241";
}
.hv2-icon.icon-projector:before {
  content: "\f242";
}
.hv2-icon.icon-pushpin:before {
  content: "\f243";
}
.hv2-icon.icon-qr-code:before {
  content: "\f244";
}
.hv2-icon.icon-question-answer:before {
  content: "\f245";
}
.hv2-icon.icon-question:before {
  content: "\f246";
}
.hv2-icon.icon-questionnaire:before {
  content: "\f247";
}
.hv2-icon.icon-radar:before {
  content: "\f248";
}
.hv2-icon.icon-rainbow:before {
  content: "\f249";
}
.hv2-icon.icon-record-mail:before {
  content: "\f24a";
}
.hv2-icon.icon-recycle:before {
  content: "\f24b";
}
.hv2-icon.icon-refund:before {
  content: "\f24c";
}
.hv2-icon.icon-registered:before {
  content: "\f24d";
}
.hv2-icon.icon-remote-control:before {
  content: "\f24e";
}
.hv2-icon.icon-reply-all:before {
  content: "\f24f";
}
.hv2-icon.icon-reply:before {
  content: "\f250";
}
.hv2-icon.icon-rest-time:before {
  content: "\f251";
}
.hv2-icon.icon-restart:before {
  content: "\f252";
}
.hv2-icon.icon-rewind:before {
  content: "\f253";
}
.hv2-icon.icon-rocket:before {
  content: "\f254";
}
.hv2-icon.icon-route:before {
  content: "\f255";
}
.hv2-icon.icon-router:before {
  content: "\f256";
}
.hv2-icon.icon-ruler:before {
  content: "\f257";
}
.hv2-icon.icon-save:before {
  content: "\f258";
}
.hv2-icon.icon-scan:before {
  content: "\f259";
}
.hv2-icon.icon-scissors:before {
  content: "\f25a";
}
.hv2-icon.icon-sd-card:before {
  content: "\f25b";
}
.hv2-icon.icon-search:before {
  content: "\f25c";
}
.hv2-icon.icon-secure-payment:before {
  content: "\f25d";
}
.hv2-icon.icon-seedling:before {
  content: "\f25e";
}
.hv2-icon.icon-send-plane:before {
  content: "\f25f";
}
.hv2-icon.icon-sensor:before {
  content: "\f260";
}
.hv2-icon.icon-server:before {
  content: "\f261";
}
.hv2-icon.icon-service:before {
  content: "\f262";
}
.hv2-icon.icon-settings:before {
  content: "\f263";
}
.hv2-icon.icon-share:before {
  content: "\f264";
}
.hv2-icon.icon-shield-check:before {
  content: "\f265";
}
.hv2-icon.icon-shield-user:before {
  content: "\f266";
}
.hv2-icon.icon-shopping-basket:before {
  content: "\f267";
}
.hv2-icon.icon-shopping-cart:before {
  content: "\f268";
}
.hv2-icon.icon-showers:before {
  content: "\f269";
}
.hv2-icon.icon-shut-down:before {
  content: "\f26a";
}
.hv2-icon.icon-signal-tower:before {
  content: "\f26b";
}
.hv2-icon.icon-sim-card:before {
  content: "\f26c";
}
.hv2-icon.icon-sip:before {
  content: "\f26d";
}
.hv2-icon.icon-skip-back:before {
  content: "\f26e";
}
.hv2-icon.icon-skip-forward:before {
  content: "\f26f";
}
.hv2-icon.icon-slideshow-2:before {
  content: "\f270";
}
.hv2-icon.icon-slideshow:before {
  content: "\f271";
}
.hv2-icon.icon-smartphone:before {
  content: "\f272";
}
.hv2-icon.icon-snowy:before {
  content: "\f273";
}
.hv2-icon.icon-sort-a-z:before {
  content: "\f274";
}
.hv2-icon.icon-sort-z-a:before {
  content: "\f275";
}
.hv2-icon.icon-sound:before {
  content: "\f276";
}
.hv2-icon.icon-spam:before {
  content: "\f277";
}
.hv2-icon.icon-spy:before {
  content: "\f278";
}
.hv2-icon.icon-square:before {
  content: "\f279";
}
.hv2-icon.icon-stack:before {
  content: "\f27a";
}
.hv2-icon.icon-star-fill:before {
  content: "\f27b";
}
.hv2-icon.icon-star-half:before {
  content: "\f27c";
}
.hv2-icon.icon-star:before {
  content: "\f27d";
}
.hv2-icon.icon-start:before {
  content: "\f27e";
}
.hv2-icon.icon-sticky-note:before {
  content: "\f27f";
}
.hv2-icon.icon-store-3:before {
  content: "\f280";
}
.hv2-icon.icon-substract:before {
  content: "\f281";
}
.hv2-icon.icon-sun:before {
  content: "\f282";
}
.hv2-icon.icon-survey:before {
  content: "\f283";
}
.hv2-icon.icon-swap:before {
  content: "\f284";
}
.hv2-icon.icon-syringe:before {
  content: "\f285";
}
.hv2-icon.icon-t-box:before {
  content: "\f286";
}
.hv2-icon.icon-table:before {
  content: "\f287";
}
.hv2-icon.icon-tablet:before {
  content: "\f288";
}
.hv2-icon.icon-task:before {
  content: "\f289";
}
.hv2-icon.icon-team:before {
  content: "\f28a";
}
.hv2-icon.icon-temp-cold:before {
  content: "\f28b";
}
.hv2-icon.icon-temp-hot:before {
  content: "\f28c";
}
.hv2-icon.icon-text-field:before {
  content: "\f28d";
}
.hv2-icon.icon-thumb-down:before {
  content: "\f28e";
}
.hv2-icon.icon-thumb-up:before {
  content: "\f28f";
}
.hv2-icon.icon-thunderstorms:before {
  content: "\f290";
}
.hv2-icon.icon-ticket:before {
  content: "\f291";
}
.hv2-icon.icon-time:before {
  content: "\f292";
}
.hv2-icon.icon-todo:before {
  content: "\f293";
}
.hv2-icon.icon-toggle-off:before {
  content: "\f294";
}
.hv2-icon.icon-toggle-on:before {
  content: "\f295";
}
.hv2-icon.icon-tools:before {
  content: "\f296";
}
.hv2-icon.icon-trademark:before {
  content: "\f297";
}
.hv2-icon.icon-trophy-line:before {
  content: "\f298";
}
.hv2-icon.icon-truck:before {
  content: "\f299";
}
.hv2-icon.icon-tv:before {
  content: "\f29a";
}
.hv2-icon.icon-twitter:before {
  content: "\f29b";
}
.hv2-icon.icon-u-disk:before {
  content: "\f29c";
}
.hv2-icon.icon-upload-cloud:before {
  content: "\f29d";
}
.hv2-icon.icon-upload:before {
  content: "\f29e";
}
.hv2-icon.icon-usb:before {
  content: "\f29f";
}
.hv2-icon.icon-user-add:before {
  content: "\f2a0";
}
.hv2-icon.icon-user-follow:before {
  content: "\f2a1";
}
.hv2-icon.icon-user-heart:before {
  content: "\f2a2";
}
.hv2-icon.icon-user-search:before {
  content: "\f2a3";
}
.hv2-icon.icon-user-settings:before {
  content: "\f2a4";
}
.hv2-icon.icon-user-unfollow:before {
  content: "\f2a5";
}
.hv2-icon.icon-user-voice:before {
  content: "\f2a6";
}
.hv2-icon.icon-user:before {
  content: "\f2a7";
}
.hv2-icon.icon-video-chat:before {
  content: "\f2a8";
}
.hv2-icon.icon-vip:before {
  content: "\f2a9";
}
.hv2-icon.icon-virus:before {
  content: "\f2aa";
}
.hv2-icon.icon-visa:before {
  content: "\f2ab";
}
.hv2-icon.icon-walk:before {
  content: "\f2ac";
}
.hv2-icon.icon-wallet:before {
  content: "\f2ad";
}
.hv2-icon.icon-whatsapp:before {
  content: "\f2ae";
}
.hv2-icon.icon-wheelchair:before {
  content: "\f2af";
}
.hv2-icon.icon-wifi-off:before {
  content: "\f2b0";
}
.hv2-icon.icon-wifi:before {
  content: "\f2b1";
}
.hv2-icon.icon-window:before {
  content: "\f2b2";
}
.hv2-icon.icon-windows:before {
  content: "\f2b3";
}
.hv2-icon.icon-windy:before {
  content: "\f2b4";
}
.hv2-icon.icon-wireless-charging:before {
  content: "\f2b5";
}
.hv2-icon.icon-youtube:before {
  content: "\f2b6";
}
.hv2-icon.icon-zoom-in:before {
  content: "\f2b7";
}
.hv2-icon.icon-zoom-out:before {
  content: "\f2b8";
}

/********************************* START CUSTOM DROPDOWN STYLING **********************************/
/* Custom Checkbox and Radio button Style*/
/* Access Modals (Granted, Pending, Denied, Not Permitted)*/
/******************Joule 2.0 Color Codes*********************/
.honeywellDatePicker {
  position: relative;
  margin: 0 4px;
  background-color: white;
}
.honeywellDatePicker.focusEnabled:before {
  color: #0071b3;
}
.honeywellDatePicker:before {
  position: absolute;
  right: 10px;
  font-size: 24px !important;
  top: 12px;
  z-index: 5;
}
.honeywellDatePicker input {
  width: 100%;
  background-color: transparent;
  padding-right: 30px;
  position: relative;
  z-index: 6;
  height: 48px;
  font-size: 15px;
  color: #555;
  font-weight: 300;
}
.honeywellDatePicker label.error {
  font-size: 16px;
  color: #D22630;
  line-height: 20px;
  font-weight: 400;
  padding-top: 5px;
}
.honeywellDatePicker .datepicker-calendar-icon {
  display: none;
}
.datepicker {
  width: 260px;
  border-radius: 0;
  box-sizing: border-box;
  padding: 5px;
  border-color: #dfdfdf;
  font-family: "Solstice Sans";
}
@media screen and (min-width: 768px) {
  .datepicker {
    width: 320px;
    padding: 10px;
  }
}
.datepicker.weekEnabled {
  padding-left: 0;
  width: 352px;
}
.datepicker.weekEnabled .datepicker-days {
  position: relative;
}
.datepicker.weekEnabled .datepicker-days:before {
  content: '';
  background-color: #f3f3f3;
  width: calc(50px);
  height: calc(120%);
  position: absolute;
  left: 0;
  top: -10px;
}
.datepicker.weekEnabled .datepicker-days .table-condensed {
  position: relative;
}
.datepicker.weekEnabled .datepicker-days .prev {
  position: relative;
  left: 44px;
}
.datepicker.weekEnabled .datepicker-days .datepicker-switch {
  position: relative;
  left: 16px;
}
.datepicker.weekEnabled.datepicker-dropdown:after {
  border-bottom-color: #f3f3f3;
}
.datepicker.weekEnabled.datepicker-dropdown.datepicker-orient-top:after {
  border-top-color: #f3f3f3;
}
.datepicker.weekEnabled table tfoot {
  bottom: -36px;
  left: 50px;
  width: calc(60%);
}
.datepicker.clearCTAEnabled .datepicker-days,
.datepicker.todayCTAEnabled .datepicker-days,
.datepicker.clearCTAEnabled .datepicker-months,
.datepicker.todayCTAEnabled .datepicker-months,
.datepicker.clearCTAEnabled .datepicker-years,
.datepicker.todayCTAEnabled .datepicker-years,
.datepicker.clearCTAEnabled .datepicker-decades,
.datepicker.todayCTAEnabled .datepicker-decades,
.datepicker.clearCTAEnabled .datepicker-centuries,
.datepicker.todayCTAEnabled .datepicker-centuries {
  padding-bottom: 25px;
}
.datepicker.clearCTAEnabled tfoot tr {
  width: 100%;
}
.datepicker.clearCTAEnabled tfoot tr:first-child {
  display: none;
}
.datepicker.clearCTAEnabled tfoot tr th.clear {
  display: table !important;
}
.datepicker.todayCTAEnabled tfoot tr {
  width: 100%;
}
.datepicker.todayCTAEnabled tfoot tr:last-child {
  display: none;
}
.datepicker.todayCTAEnabled tfoot tr th.today {
  display: table !important;
}
.datepicker.bothCTAEnabled.clearCTAEnabled tfoot tr {
  width: 50%;
  display: table-row;
}
.datepicker.bothCTAEnabled.clearCTAEnabled tfoot tr:first-child {
  display: table-row;
}
.datepicker.bothCTAEnabled.clearCTAEnabled tfoot tr th {
  display: table !important;
}
.datepicker .prev span.aeroIcon,
.datepicker .next span.aeroIcon {
  font-size: 24px;
}
.datepicker .prev:hover,
.datepicker .next:hover {
  background: none;
}
.datepicker .datepicker-switch {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #303030;
}
.datepicker .datepicker-switch:hover {
  background: none;
}
.datepicker table tr th {
  font-weight: normal;
  font-size: 14px;
  color: #707070;
  line-height: 40px;
}
.datepicker table tr th.cw {
  font-size: 14px;
  border-radius: 0;
  padding: 0 5px;
}
.datepicker table tr th.cw:before {
  content: 'Week';
}
.datepicker table tr td {
  line-height: normal;
  color: #303030;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .datepicker table tr td {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.datepicker table tr td.cw {
  font-size: 14px;
  border-radius: 0;
  padding: 0;
}
.datepicker table tr td.day {
  border-bottom: 2px solid transparent;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: none;
  border-bottom-color: #0071b3;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #dfdfdf;
}
.datepicker table tr td.today {
  background-image: none;
  background: none;
}
.datepicker table tr td.today:hover:hover {
  background: none;
}
.datepicker table tr td.active.active {
  border-radius: 50%;
  background-image: none;
  background-color: $primaryColor !important;
}
.datepicker table tr td.active.active:hover {
  border-color: transparent;
  background-color: $primaryColor;
}
.datepicker table tr td span.active.active {
  background: none;
  text-shadow: none;
  color: #303030;
  border-color: transparent;
}
.datepicker table tr td span.active.active:hover {
  background: none;
}
.datepicker table tr .clear,
.datepicker table tr .today {
  font-size: 14px;
  color: #303030;
  text-transform: uppercase;
}
.datepicker table tr .clear:hover,
.datepicker table tr .today:hover {
  background: none;
  color: $primaryColor;
}
.datepicker table tr .today {
  font-weight: bold;
}
.datepicker table tfoot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
}
.datepicker table tfoot tr {
  display: inline-block;
  width: 50%;
}
.datepicker table tfoot tr:first-child {
  order: 2;
}
.datepicker table tfoot tr:last-child {
  order: 1;
}
.datepicker table tfoot tr th {
  width: 100%;
}
.datepicker .table-condensed {
  width: 100%;
}
.datepicker .table-condensed td span {
  border-bottom: 2px solid transparent;
  border-radius: 0;
}
.datepicker .table-condensed td span.focused {
  background: none;
  font-weight: bold;
}
.datepicker .table-condensed td span:hover {
  background: none;
  border-bottom-color: #0071b3;
}
.datepicker.datepicker-dropdown:before {
  border-left-width: 16px;
  border-right-width: 16px;
  border-bottom-width: 16px;
  border-bottom-color: #dfdfdf;
}
.datepicker.datepicker-dropdown:after {
  border-left-width: 15px;
  border-right-width: 15px;
  border-bottom-width: 15px;
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom {
  margin-top: 20px;
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -16px;
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -15px;
}
.datepicker.datepicker-dropdown.datepicker-orient-top {
  margin-top: -10px;
}
.datepicker.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -17px;
  border-top-width: 17px;
  border-top-color: #dfdfdf;
}
.datepicker.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -16px;
  border-top-width: 17px;
}

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

Input: /apps/baseline-tenant/clientlibs/clientlib-base-unify/css/datePickerCore.less
Error: ParseError: Unrecognised input in /apps/baseline-tenant/clientlibs/clientlib-base-unify/css/datePickerCore.less on line 7, column 4216:
6 
7 .datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}


(uncompiled LESS src is included below)
*****************************************************/
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
.icon-flag {
  margin-bottom: -3px;
  margin-right: 1.42857143rem !important;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(clientlib-base-unify/resources/icons/hon-language-selector-flags-sprite.svg);
}
.country-icon .mx {
  width: 16px;
  height: 16px;
  background-position: 0 0;
}
.country-icon .es {
  width: 16px;
  height: 16px;
  background-position: -72px 0;
}
.country-icon .kr {
  width: 16px;
  height: 16px;
  background-position: -144px 0;
}
.country-icon .ae {
  width: 16px;
  height: 16px;
  background-position: -216px 0;
}
.country-icon .al {
  width: 16px;
  height: 16px;
  background-position: 0 -36px;
}
.country-icon .am {
  width: 16px;
  height: 16px;
  background-position: -72px -36px;
}
.country-icon .ao {
  width: 16px;
  height: 16px;
  background-position: -144px -36px;
}
.country-icon .ar {
  width: 16px;
  height: 16px;
  background-position: -216px -36px;
}
.country-icon .at {
  width: 16px;
  height: 16px;
  background-position: 0 -72px;
}
.country-icon .au {
  width: 16px;
  height: 16px;
  background-position: -72px -72px;
}
.country-icon .ba {
  width: 16px;
  height: 16px;
  background-position: -144px -72px;
}
.country-icon .bb {
  width: 16px;
  height: 16px;
  background-position: -216px -72px;
}
.country-icon .bd {
  width: 16px;
  height: 16px;
  background-position: 0 -108px;
}
.country-icon .be {
  width: 16px;
  height: 16px;
  background-position: -72px -108px;
}
.country-icon .bg {
  width: 16px;
  height: 16px;
  background-position: -144px -108px;
}
.country-icon .bh {
  width: 16px;
  height: 16px;
  background-position: -216px -108px;
}
.country-icon .bi {
  width: 16px;
  height: 16px;
  background-position: 0 -144px;
}
.country-icon .bj {
  width: 16px;
  height: 16px;
  background-position: -72px -144px;
}
.country-icon .bm {
  width: 16px;
  height: 16px;
  background-position: -144px -144px;
}
.country-icon .bn {
  width: 16px;
  height: 16px;
  background-position: -216px -144px;
}
.country-icon .bo {
  width: 16px;
  height: 16px;
  background-position: 0 -180px;
}
.country-icon .br {
  width: 16px;
  height: 16px;
  background-position: -72px -180px;
}
.country-icon .bs {
  width: 16px;
  height: 16px;
  background-position: -144px -180px;
}
.country-icon .bw {
  width: 16px;
  height: 16px;
  background-position: -216px -180px;
}
.country-icon .ca {
  width: 16px;
  height: 16px;
  background-position: 0 -216px;
}
.country-icon .ch {
  width: 16px;
  height: 16px;
  background-position: -72px -216px;
}
.country-icon .ci {
  width: 16px;
  height: 16px;
  background-position: -144px -216px;
}
.country-icon .cl {
  width: 16px;
  height: 16px;
  background-position: -216px -216px;
}
.country-icon .cm {
  width: 16px;
  height: 16px;
  background-position: 0 -252px;
}
.country-icon .cn {
  width: 16px;
  height: 16px;
  background-position: -72px -252px;
}
.country-icon .co {
  width: 16px;
  height: 16px;
  background-position: -144px -252px;
}
.country-icon .cr {
  width: 16px;
  height: 16px;
  background-position: -216px -252px;
}
.country-icon .cy {
  width: 16px;
  height: 16px;
  background-position: 0 -288px;
}
.country-icon .cz {
  width: 16px;
  height: 16px;
  background-position: -72px -288px;
}
.country-icon .de {
  width: 16px;
  height: 16px;
  background-position: -144px -288px;
}
.country-icon .dj {
  width: 16px;
  height: 16px;
  background-position: -216px -288px;
}
.country-icon .dk {
  width: 16px;
  height: 16px;
  background-position: 0 -324px;
}
.country-icon .do {
  width: 16px;
  height: 16px;
  background-position: -72px -324px;
}
.country-icon .dz {
  width: 16px;
  height: 16px;
  background-position: -144px -324px;
}
.country-icon .ec {
  width: 16px;
  height: 16px;
  background-position: -216px -324px;
}
.country-icon .ee {
  width: 16px;
  height: 16px;
  background-position: 0 -360px;
}
.country-icon .eg {
  width: 16px;
  height: 16px;
  background-position: -72px -360px;
}
.country-icon .et {
  width: 16px;
  height: 16px;
  background-position: -144px -360px;
}
.country-icon .fi {
  width: 16px;
  height: 16px;
  background-position: -216px -360px;
}
.country-icon .fj {
  width: 16px;
  height: 16px;
  background-position: 0 -396px;
}
.country-icon .fo {
  width: 16px;
  height: 16px;
  background-position: -72px -396px;
}
.country-icon .fr {
  width: 16px;
  height: 16px;
  background-position: -144px -396px;
}
.country-icon .gb {
  width: 16px;
  height: 16px;
  background-position: -216px -396px;
}
.country-icon .ge {
  width: 16px;
  height: 16px;
  background-position: 0 -432px;
}
.country-icon .gf {
  width: 16px;
  height: 16px;
  background-position: -72px -432px;
}
.country-icon .gh {
  width: 16px;
  height: 16px;
  background-position: -144px -432px;
}
.country-icon .gm {
  width: 16px;
  height: 16px;
  background-position: -216px -432px;
}
.country-icon .gp {
  width: 16px;
  height: 16px;
  background-position: 0 -468px;
}
.country-icon .gr {
  width: 16px;
  height: 16px;
  background-position: -72px -468px;
}
.country-icon .gt {
  width: 16px;
  height: 16px;
  background-position: -144px -468px;
}
.country-icon .gu {
  width: 16px;
  height: 16px;
  background-position: -216px -468px;
}
.country-icon .gy {
  width: 16px;
  height: 16px;
  background-position: 0 -504px;
}
.country-icon .hn {
  width: 16px;
  height: 16px;
  background-position: -72px -504px;
}
.country-icon .hr {
  width: 16px;
  height: 16px;
  background-position: -144px -504px;
}
.country-icon .ht {
  width: 16px;
  height: 16px;
  background-position: -216px -504px;
}
.country-icon .hu {
  width: 16px;
  height: 16px;
  background-position: 0 -540px;
}
.country-icon .id {
  width: 16px;
  height: 16px;
  background-position: -72px -540px;
}
.country-icon .ie {
  width: 16px;
  height: 16px;
  background-position: -144px -540px;
}
.country-icon .il {
  width: 16px;
  height: 16px;
  background-position: -216px -540px;
}
.country-icon .in {
  width: 16px;
  height: 16px;
  background-position: 0 -576px;
}
.country-icon .iq {
  width: 16px;
  height: 16px;
  background-position: -72px -576px;
}
.country-icon .is {
  width: 16px;
  height: 16px;
  background-position: -144px -576px;
}
.country-icon .it {
  width: 16px;
  height: 16px;
  background-position: -216px -576px;
}
.country-icon .jm {
  width: 16px;
  height: 16px;
  background-position: 0 -612px;
}
.country-icon .jo {
  width: 16px;
  height: 16px;
  background-position: -72px -612px;
}
.country-icon .jp {
  width: 16px;
  height: 16px;
  background-position: -144px -612px;
}
.country-icon .ke {
  width: 16px;
  height: 16px;
  background-position: -216px -612px;
}
.country-icon .kp {
  width: 16px;
  height: 16px;
  background-position: 0 -648px;
}
.country-icon .kw {
  width: 16px;
  height: 16px;
  background-position: -72px -648px;
}
.country-icon .lb {
  width: 16px;
  height: 16px;
  background-position: -144px -648px;
}
.country-icon .li {
  width: 16px;
  height: 16px;
  background-position: -216px -648px;
}
.country-icon .lk {
  width: 16px;
  height: 16px;
  background-position: 0 -684px;
}
.country-icon .lt {
  width: 16px;
  height: 16px;
  background-position: -72px -684px;
}
.country-icon .lu {
  width: 16px;
  height: 16px;
  background-position: -144px -684px;
}
.country-icon .lv {
  width: 16px;
  height: 16px;
  background-position: -216px -684px;
}
.country-icon .ma {
  width: 16px;
  height: 16px;
  background-position: 0 -720px;
}
.country-icon .md {
  width: 16px;
  height: 16px;
  background-position: -72px -720px;
}
.country-icon .mg {
  width: 16px;
  height: 16px;
  background-position: -144px -720px;
}
.country-icon .mk {
  width: 16px;
  height: 16px;
  background-position: -216px -720px;
}
.country-icon .ml {
  width: 16px;
  height: 16px;
  background-position: 0 -756px;
}
.country-icon .mm {
  width: 16px;
  height: 16px;
  background-position: -72px -756px;
}
.country-icon .mn {
  width: 16px;
  height: 16px;
  background-position: -144px -756px;
}
.country-icon .mt {
  width: 16px;
  height: 16px;
  background-position: -216px -756px;
}
.country-icon .mu {
  width: 16px;
  height: 16px;
  background-position: 0 -792px;
}
.country-icon .mw {
  width: 16px;
  height: 16px;
  background-position: -72px -792px;
}
.country-icon .my {
  width: 16px;
  height: 16px;
  background-position: -144px -792px;
}
.country-icon .na {
  width: 16px;
  height: 16px;
  background-position: -216px -792px;
}
.country-icon .nc {
  width: 16px;
  height: 16px;
  background-position: 0 -828px;
}
.country-icon .ne {
  width: 16px;
  height: 16px;
  background-position: -72px -828px;
}
.country-icon .ng {
  width: 16px;
  height: 16px;
  background-position: -144px -828px;
}
.country-icon .nl {
  width: 16px;
  height: 16px;
  background-position: -216px -828px;
}
.country-icon .no {
  width: 16px;
  height: 16px;
  background-position: 0 -864px;
}
.country-icon .np {
  width: 16px;
  height: 16px;
  background-position: -72px -864px;
}
.country-icon .nz {
  width: 16px;
  height: 16px;
  background-position: -144px -864px;
}
.country-icon .om {
  width: 16px;
  height: 16px;
  background-position: -216px -864px;
}
.country-icon .pa {
  width: 16px;
  height: 16px;
  background-position: 0 -900px;
}
.country-icon .pe {
  width: 16px;
  height: 16px;
  background-position: -72px -900px;
}
.country-icon .pf {
  width: 16px;
  height: 16px;
  background-position: -144px -900px;
}
.country-icon .ph {
  width: 16px;
  height: 16px;
  background-position: -216px -900px;
}
.country-icon .pk {
  width: 16px;
  height: 16px;
  background-position: 0 -936px;
}
.country-icon .pl {
  width: 16px;
  height: 16px;
  background-position: -72px -936px;
}
.country-icon .pt {
  width: 16px;
  height: 16px;
  background-position: -144px -936px;
}
.country-icon .py {
  width: 16px;
  height: 16px;
  background-position: -216px -936px;
}
.country-icon .qa {
  width: 16px;
  height: 16px;
  background-position: 0 -972px;
}
.country-icon .re {
  width: 16px;
  height: 16px;
  background-position: -72px -972px;
}
.country-icon .ro {
  width: 16px;
  height: 16px;
  background-position: -144px -972px;
}
.country-icon .rs {
  width: 16px;
  height: 16px;
  background-position: -216px -972px;
}
.country-icon .ru {
  width: 16px;
  height: 16px;
  background-position: 0 -1008px;
}
.country-icon .rw {
  width: 16px;
  height: 16px;
  background-position: -72px -1008px;
}
.country-icon .sa {
  width: 16px;
  height: 16px;
  background-position: -144px -1008px;
}
.country-icon .sc {
  width: 16px;
  height: 16px;
  background-position: -216px -1008px;
}
.country-icon .se {
  width: 16px;
  height: 16px;
  background-position: 0 -1044px;
}
.country-icon .sg {
  width: 16px;
  height: 16px;
  background-position: -72px -1044px;
}
.country-icon .si {
  width: 16px;
  height: 16px;
  background-position: -144px -1044px;
}
.country-icon .sj {
  width: 16px;
  height: 16px;
  background-position: -216px -1044px;
}
.country-icon .sk {
  width: 16px;
  height: 16px;
  background-position: 0 -1080px;
}
.country-icon .sn {
  width: 16px;
  height: 16px;
  background-position: -72px -1080px;
}
.country-icon .sr {
  width: 16px;
  height: 16px;
  background-position: -144px -1080px;
}
.country-icon .sv {
  width: 16px;
  height: 16px;
  background-position: -216px -1080px;
}
.country-icon .tg {
  width: 16px;
  height: 16px;
  background-position: 0 -1116px;
}
.country-icon .th {
  width: 16px;
  height: 16px;
  background-position: -72px -1116px;
}
.country-icon .tn {
  width: 16px;
  height: 16px;
  background-position: -144px -1116px;
}
.country-icon .tr {
  width: 16px;
  height: 16px;
  background-position: -216px -1116px;
}
.country-icon .tt {
  width: 16px;
  height: 16px;
  background-position: 0 -1152px;
}
.country-icon .tz {
  width: 16px;
  height: 16px;
  background-position: -72px -1152px;
}
.country-icon .ua {
  width: 16px;
  height: 16px;
  background-position: -144px -1152px;
}
.country-icon .ug {
  width: 16px;
  height: 16px;
  background-position: -216px -1152px;
}
.country-icon .us {
  width: 16px;
  height: 16px;
  background-position: 0 -1188px;
}
.country-icon .uy {
  width: 16px;
  height: 16px;
  background-position: -72px -1188px;
}
.country-icon .ve {
  width: 16px;
  height: 16px;
  background-position: -144px -1188px;
}
.country-icon .vn {
  width: 16px;
  height: 16px;
  background-position: -216px -1188px;
}
.country-icon .xk {
  width: 16px;
  height: 16px;
  background-position: 0 -1224px;
}
.country-icon .ye {
  width: 16px;
  height: 16px;
  background-position: -72px -1224px;
}
.country-icon .za {
  width: 16px;
  height: 16px;
  background-position: -144px -1224px;
}
.country-icon .zm {
  width: 16px;
  height: 16px;
  background-position: -216px -1224px;
}
.country-icon .zw {
  width: 16px;
  height: 16px;
  background-position: 0 -1260px;
}

.wizard-navigators .guideNavIcon {
  font-size: 14px !important;
}
.mvp-form-wrapper .mvp-right-side .aemformcontainer .guideFieldWidget input[aria-invalid='true'] {
  border: 2px solid #d22630;
}
.mvp-form-wrapper .mvp-right-side .aemformcontainer label {
  color: #404040;
}
.mvp-form-wrapper .mvp-right-side .aemformcontainer .error-msg {
  padding-top: 5px;
}
.mvp-form-wrapper .mvp-right-side .aemformcontainer .error-msg h3 {
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 5px;
  font-weight: 900;
}
.mvp-form-wrapper .mvp-right-side .aemformcontainer .error-msg h3::before {
  top: 11px;
  left: -5px;
  position: relative;
  color: #d22630;
}
.mvp-form-wrapper .mvp-right-side .aemformcontainer .error-msg p {
  font-size: 16px;
  padding-left: 45px;
}
.mvp-form-wrapper .mvp-right-side .aemformcontainer .success-message {
  padding-top: 5px;
  padding-top: 18px;
}
.mvp-form-wrapper .mvp-right-side .aemformcontainer .success-message h3 {
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 5px;
  padding-left: 11px;
  font-weight: 900;
}
.mvp-form-wrapper .mvp-right-side .aemformcontainer .success-message h3::before {
  top: 11px;
  left: -5px;
  color: #d22630;
  top: 5px;
  left: -8px;
  position: relative;
  border-radius: 40px;
  font-size: 20px;
  color: #5a8028;
  border: 2px solid #5a8028;
  padding: 5px;
}
.mvp-form-wrapper .mvp-right-side .aemformcontainer .success-message p {
  font-size: 16px;
  padding-left: 45px;
}
.mvp-form-wrapper .mvp-right-side .aemformcontainer .guideRootPanel .guideFieldWidget .reset {
  outline: 0;
}
.mvp-form-wrapper .mvp-right-side .aemformcontainer .guideFieldError {
  font-size: 16px;
}
.mvp-form-wrapper .mvp-right-side .aemformcontainer .validation-failure .select2 {
  border: 2px solid #d22630;
}
.mvp-form-wrapper .mvp-right-side input:checked {
  background-color: rgba(0, 0, 0, 0);
}
.mvp-form-wrapper .mvp-right-side .guideCheckBoxItem.guideItemSelected .mvp-icon-check::before {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  position: absolute;
  top: 1px;
  /*left: 1px;*/
  height: 23px;
  width: 23px;
  background-color: #0071b3;
  padding-top: 3px;
  padding-left: 3px;
}
.mvp-form-wrapper .mvp-right-side .guideCheckBoxItem.guideItemSelected input::-ms-check {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.mvp-form-wrapper .mvp-right-side a {
  color: #0071b3;
}
.mvp-form-wrapper .mvp-right-side a:hover {
  color: #1273b4;
  text-decoration: none;
}
.mvp-form-wrapper .mvp-right-side a:active {
  color: #1273b4;
  text-decoration: none;
}
.mvp-form-wrapper .mvp-right-side a:focus {
  color: #1273b4 !important;
}
.aemformcontainer .afCheckBoxItem .guideWidgetLabel label {
  height: auto;
}
@media (max-width: 767px) {
  .mvp-form-wrapper .mvp-right-side .aemformcontainer .wizard-navigators li > a > span {
    display: inline-block !important;
  }
}

/* body > .select2-container.select2-container--default {
	 border: 0;
}
 */
/******************Joule 2.0 Color Codes*********************/
form .guideContainerWrapperNode .guideRootPanel {
  color: #303030;
}
form .guideContainerWrapperNode .guideRootPanel .guideTextDraw.guideStaticText {
  padding: 0;
}
form .guideContainerWrapperNode .guideRootPanel .form-title h2 {
  color: #303030;
  font-size: 14px;
  font-weight: 300;
}
form .guideContainerWrapperNode .guideRootPanel .row {
  margin-top: 0;
}
form .guideContainerWrapperNode .guideRootPanel .row:not(:last-child) {
  margin-bottom: 30px;
}
form .guideContainerWrapperNode .guideRootPanel .row:nth-last-child(2) {
  margin-bottom: 0 !important;
}
form .guideContainerWrapperNode .guideRootPanel .row:last-child {
  margin-bottom: 0;
}
form .guideContainerWrapperNode .guideRootPanel .row:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0;
}
form .guideContainerWrapperNode .guideRootPanel .row .gridFluidLayout {
  width: 100%;
}
form .guideContainerWrapperNode .guideRootPanel .row .row .col-md-6 {
  padding: 0;
  width: calc(45%);
  max-width: calc(45%);
}
form .guideContainerWrapperNode .guideRootPanel .row .row .col-md-6:last-child {
  margin-left: 10px;
}
form .guideContainerWrapperNode .guideRootPanel .row .custom_label {
  margin-bottom: -25px;
}
form .guideContainerWrapperNode .guideRootPanel .row .custom_label label.isRequired:after {
  display: none;
}
form .guideContainerWrapperNode .guideRootPanel .col-md-6 .row {
  margin-bottom: 0;
}
form .guideContainerWrapperNode .guideRootPanel .custom_label p {
  margin-bottom: 0;
}
form .guideContainerWrapperNode .guideRootPanel .custom_label small {
  margin: -4px 0 4px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 300;
}
form .guideContainerWrapperNode .guideRootPanel label {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 4px;
  position: relative;
}
form .guideContainerWrapperNode .guideRootPanel label.isRequired::before {
  content: "*";
  color: #d22630;
  font-weight: 800;
  position: absolute;
  top: 1px;
  left: -8px;
}
form .guideContainerWrapperNode .guideRootPanel input {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  border-radius: 0;
  border: 2px solid #9b9b9b;
  height: 48px;
  padding-left: 10px;
  color: #303030;
}
form .guideContainerWrapperNode .guideRootPanel input:focus {
  outline: none;
  border-color: #0071b3 !important;
}
form .guideContainerWrapperNode .guideRootPanel input::first-letter {
  text-transform: uppercase;
}
form .guideContainerWrapperNode .guideRootPanel input::placeholder {
  color: #9b9b9b !important;
  font-size: 18px;
}
form .guideContainerWrapperNode .guideRootPanel input:-ms-input-placeholder {
  color: #9b9b9b !important;
  font-size: 18px;
}
form .guideContainerWrapperNode .guideRootPanel input .custom-tooltip .tooltip > .tooltip-inner {
  background: #ffffff;
}
form .guideContainerWrapperNode .guideRootPanel input:disabled {
  background: #ffffff;
  color: #9b9b9b;
  border-color: grey5;
}
form .guideContainerWrapperNode .guideRootPanel input:not(.error):focus {
  border-color: #0071b3;
}
form .guideContainerWrapperNode .guideRootPanel input[aria-invalid='true'] {
  border: 2px solid #d22630;
  outline: none;
}
form .guideContainerWrapperNode .guideRootPanel input[type="checkbox"] {
  float: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px !important;
}
form .guideContainerWrapperNode .guideRootPanel input.state-text-input {
  display: none;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton button {
  width: 100%;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton button:disabled {
  opacity: 0.65;
  pointer-events: auto;
  cursor: default;
  background: #0071b3;
  color: #ffffff;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton button:disabled:hover {
  pointer-events: auto;
  border-color: #0071b3;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton.resetbtn button {
  background: transparent;
  color: #0071b3;
  border: none;
  font-weight: 800;
  letter-spacing: 0.5px;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton.resetbtn button:active {
  text-decoration: none;
  background: transparent;
  color: #0e5f95;
  border: none;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton.resetbtn button:hover {
  text-decoration: none;
  color: #1273b4;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton.resetbtn button:visited {
  text-decoration: none;
  color: #0071b3;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton.resetbtn button:focus {
  text-decoration: none;
  color: #1273b4;
}
form .guideContainerWrapperNode .guideRootPanel .guideButton.primary-cta:not(.resetbtn) button:focus {
  border-color: #1273b4;
  background: #1273b4;
}
form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2 span.mvp-icon-carat_down {
  display: none;
}
form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2 .dropDownList {
  width: 100%;
}
form .guideContainerWrapperNode .guideRootPanel .aem_forms_select2 .select2-container--disabled {
  background: #eeeeee;
}
.select2-container.select2-container--default {
  width: 100% !important;
  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;
}
.select2-container.select2-container--default .select2-selection {
  border: 0;
}
.select2-container.select2-container--default .select2-selection:focus {
  outline: none;
}
.select2-container.select2-container--default .select2-selection--single {
  border-radius: 0px;
  height: 43px;
  margin-top: 1px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 26px;
  height: 26px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: ' \e907';
  font-family: "icomoonregular" !important;
  line-height: normal;
  pointer-events: none;
  font-size: 26px;
  color: #9b9b9b;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9b9b9b;
  line-height: 44px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  height: 100%;
  color: #303030;
  line-height: 44px;
}
.select2-container.select2-container--default .select2-dropdown {
  border: 2px solid #0071b3;
  border-top: 0;
}
.select2-container.select2-container--default .select2-dropdown.select2-dropdown--above {
  border-top: 2px solid #0071b3;
  border-bottom: 0;
}
.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;
}
.select2-container.select2-container--default .select2-results__options .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #9b9b9b;
}
.select2-container.select2-container--default .select2-results__options .select2-results__option--highlighted {
  background: #0071b3;
  color: #ffffff;
}
.select2-container.select2-container--default .select2-results__options .select2-results__option--highlighted:not(:last-child) {
  border-bottom: 1px solid #9b9b9b !important;
}
.select2-container.select2-container--default.select2-container--focus {
  border-color: #0071b3;
}
.select2-container.select2-container--default.select2-container--open {
  border-color: #0071b3;
}
.select2-container.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}
.select2-container.select2-container--default.select2-container--open:not(.select2-container--above):not(.select2-container--below) {
  border: none;
}
.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: #d0d0d0;
}
.select2-search.select2-search--dropdown .select2-search__field {
  height: 48px;
  border: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 40px;
  color: #303030;
  font-weight: 300;
  border-bottom: 1px solid #9b9b9b;
}
.select2-search.select2-search--dropdown .select2-search__field:focus {
  outline: none;
}
.aemformcontainer .guideFieldError {
  position: relative !important;
}
.guideCheckBoxItem {
  display: flex;
}
.guideCheckBoxItem .guideWidgetLabel.right {
  margin-left: 16px;
}
.formTopicTemplate .mvp-right-side {
  margin-top: 0px;
  border-left: 0px;
}
.formTopicTemplate .mvp-left-side {
  border-right: 2px solid #9b9b9b;
  padding-top: 0px;
}
@media (min-width: 768px) {
  form .guideContainerWrapperNode .guideRootPanel .form-title h2 {
    font-size: 22px;
  }
  form .guideContainerWrapperNode .guideRootPanel .row:not(:last-child) {
    margin-bottom: 25px;
  }
  form .guideContainerWrapperNode .guideRootPanel .custom_label small {
    line-height: 16px;
  }
  form .guideContainerWrapperNode .guideRootPanel label {
    font-size: 18px;
  }
  form .guideContainerWrapperNode .guideRootPanel label.isRequired::before {
    left: -15px;
  }
  form .guideContainerWrapperNode .guideRootPanel input {
    max-width: 472px;
    padding-left: 16px;
  }
  form .guideContainerWrapperNode .guideRootPanel .guideButton button {
    max-width: 472px;
  }
  .select2-container.select2-container--default {
    max-width: 472px;
    padding: 0 40px 0 16px;
  }
  .select2-container.select2-container--default .select2-results__options .select2-results__option {
    padding: 0 0 0 16px;
  }
  .select2-search.select2-search--dropdown .select2-search__field {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  form .guideContainerWrapperNode .guideRootPanel > .gridFluidLayout #guideContainer-rootPanel___guide-item-container > .row:first-child {
    margin-bottom: 15px;
  }
}
@media (min-width:1200px) {
  form .guideContainerWrapperNode .guideRootPanel .row .row .col-md-6 {
    width: 227px;
    max-width: 227px;
  }
  form .guideContainerWrapperNode .guideRootPanel .row .row .col-md-6:last-child {
    margin-left: 15px;
  }
}
.rootPanel-panel___form_field_custom_sc_container {
  position: absolute;
  top: -2000px;
  visibility: collapse;
  z-index: -1;
}

body {
  font-family: "Solstice Sans", Helvetica, Arial, sans-serif !important;
  color: #303030;
}
body a {
  color: #0071b3;
}
body a:hover {
  color: #00629b;
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-dark-gray {
  background-color: #303030;
  color: #ffffff;
}
.bg-transparent {
  background-color: transparent;
  color: #ffffff;
}

/******************Joule 2.0 Color Codes*********************/
.mktoForm {
  width: 100% !important;
}
.mktoForm * {
  font-family: "Solstice Sans", Helvetica, Arial, sans-serif !important;
}
.mktoForm fieldset {
  border: 1px solid #aeb0b6;
}
.mktoForm fieldset legend {
  padding: 0 1em;
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  -webkit-appearance: none;
  background-color: #ffffff;
  line-height: 1.5em;
  padding: 0.2em 0.3em;
  min-height: 2.5em !important;
  height: auto !important;
  font-size: 18px !important;
  border: 1.5px solid #dedede;
  color: #666666;
}
.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm select.mktoField:focus,
.mktoForm textarea.mktoField:focus {
  outline: none;
  border: 1px solid #007bc2 !important;
  color: #000000;
}
.mktoForm select.mktoField {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0.2em 22px 0.2em 0.3em;
  background: #ffffff url(clientlib-tenant/resources/dropdown_arrow.png) no-repeat scroll center right 10px !important;
}
.mktoForm select.mktoField::-ms-expand {
  display: none;
}
.mktoForm select[multiple].mktoField {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0.2em 22px 0.2em 0.3em;
  background-image: none !important;
}
.mktoForm.ie9 select.mktoField {
  background: none;
  padding: 0.2em 2.3px 0.2em 0.3em;
}
.mktoForm .mktoLogicalField {
  border: 1px solid transparent;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin-bottom: 0.6em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 2.5em !important;
  margin-top: 0.1em;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
}
.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
  width: 1em;
  height: 1em;
  opacity: 0;
}
.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #ccced2;
  background: #ffffff;
  display: inline-block;
  margin-left: -2.5em;
}
.mktoForm .mktoLabelToLeft input[type=checkbox] + label:before,
.mktoForm .mktoLabelToLeft input[type=radio] + label:before {
  margin-left: 0;
  right: 0.3em;
}
.mktoForm input[type=checkbox]:checked + label:before,
.mktoForm input[type=radio]:checked + label:before {
  text-align: center;
  color: #000000;
}
.mktoForm input[type=checkbox]:focus + label:before,
.mktoForm input[type=radio]:focus + label:before {
  border: 1px solid #007bc2 !important;
}
.mktoForm input[type=checkbox]:checked + label:before {
  content: "✓";
  background: #1a93e5;
  color: #ffffff !important;
  font-weight: bold !important;
}
.mktoForm input[type=radio] + label:before {
  border-radius: 1em;
}
.mktoForm.mktoNoCheckedSupport input[type=checkbox] + label:before,
.mktoForm.mktoNoCheckedSupport .mktoForm.mktoNoCheckedSupport input[type=radio] + label:before {
  display: none;
}
.mktoForm.mktoNoCheckedSupport select.mktoField,
.mktoForm.mktoNoCheckedSupport .mktoForm.ie7 select.mktoField,
.mktoForm.mktoNoCheckedSupport .mktoForm.ie6 select.mktoField {
  background-image: none;
  padding-right: 0.3em;
}
.mktoForm textarea.mktoField {
  resize: none;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  background: #1a93e5 none repeat scroll 0 0 !important;
  color: white !important;
  border: none!important;
  height: 62px !important;
  margin-top: 15px !important;
  padding: 10px 35px !important;
  width: 50%;
  border-radius: 0!important;
  text-shadow: none!important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px!important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
  background-color: #1067a2 !important;
  color: #ffffff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus {
  background-color: #0a4166 !important;
  border: #0a4166 !important;
  outline: none!important;
  color: #ffffff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: normal !important;
  font-size: 18px! important;
}
.mktoForm .mktoLabel {
  font-weight: normal !important;
  font-size: 18px! important;
}
.mktoForm .mktoHtmlText {
  margin-top: 16px !important;
}
.mktoForm .mktoFormCol {
  min-height: 3em !important;
}
.mktoForm .mktoFieldWrap {
  padding-top: 15px !important;
}
.mktoForm .mktoForm .mktoError {
  left: 10px !important;
  bottom: -34px !important;
}
.mktoForm .mktoForm .mktoError .mktoErrorArrowWrap,
.mktoForm .mktoForm .mktoError .mktoErrorArrow {
  display: none !important;
}
.mktoForm .mktoForm .mktoError:before {
  color: red;
  content: " *";
}
.mktoForm .mktoForm .mktoError .mktoErrorMsg {
  display: inline;
  margin-top: 7px;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #d22630 !important;
  font-size: 12px !important;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0 !important;
  text-shadow: none !important;
  font-weight: bold;
}
.mktoForm .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
  display: inline !important;
}
.mktoForm .mktoFormRow {
  width: 45%;
  clear: none !important;
  float: left !important;
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.mktoForm label {
  margin-bottom: 8px !important;
}
.form-container .mktoForm {
  width: 100%!important;
}
.mktoModalMain .mktoForm {
  width: 100%!important;
}
.mktoModalMain .mktoButton {
  line-height: 16px!important;
}
.mktoFieldDescriptor.mktoFormCol {
  width: 100%!important;
}
.mktoFieldWrap {
  width: 100%!important;
}
.mktoField.mktoHasWidth {
  width: 100%!important;
}
.mktoButtonWrap {
  margin-left: 10px !important;
}
.mktoButtonRow {
  width: 100%;
  margin-top: 20px !important;
  display: inline-block !important;
  position: relative !important;
  text-align: center !important;
}
#mktoStyleLoaded {
  /* css load detection, do not remove */
  color: #123456;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F3EDED;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #F3EDED;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #F3EDED;
}
@media screen and (max-width: 873px) {
  html body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    margin-left: 5px !important;
  }
  html body .mktoForm .mktoFormRow {
    width: 90%;
    clear: none !important;
    float: left !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  html body .mktoForm .mktoButtonRow {
    width: 90%;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 1100px) {
  html body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    margin-left: 5px !important;
    width: 90%!important;
  }
  html body .mktoForm .mktoButtonRow {
    width: 90%;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
  }
}
@media all and (max-width: 767px) {
  input[name=Email_Opt_In__c] + label::before,
  input[name=Email_Opt_In__c] {
    left: 0;
  }
  .mktoModalMain {
    width: 320px!important;
  }
  .form-container .mktoForm {
    width: 100%!important;
  }
  .mktoForm .mktoButtonRow {
    width: 90%;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
  }
  .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    width: 90%!important;
  }
  .mktoContent {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .mktoFormCol {
    width: 100% !important;
  }
  .mktoFieldWrap {
    padding-right: 0 !important;
  }
  .mktoForm .mktoButtonRow {
    width: 90%;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
  }
  .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    width: 90%!important;
  }
}
.mktoForm p {
  font-size: 18px;
  line-height: normal;
}

form .guideContainerWrapperNode .guideRootPanel .row:nth-child(2) {
  margin-bottom: 0;
  margin-top: 0;
}
.guide-breadcrumb {
  display: none;
}
.row.bottom-buttons {
  display: none;
}
iframe.aero_aem_form_frame {
  border: none;
  padding: 0px;
  width: 100%;
  margin: 0px;
  min-height: 20em;
}
.success-message {
  border: 2px solid #5a8028;
  border-left: 4px solid #5a8028;
  padding: 15px;
  display: none;
  position: relative;
  width: 100%;
}
.activation-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.activation-content h2 {
  font-size: 22px;
  font-weight: 22px;
  padding: 20px 0;
  word-wrap: break-word;
}
.activation-content button {
  border-color: #0071b3 !important;
  background: #ffffff !important;
  color: #0071b3 !important;
  margin: 0 !important;
  width: 100% !important;
  border: 2px solid #0071b3 !important;
  max-width: 100% !important;
}
.agree .guideFieldError {
  display: none;
}
@media (max-width: 992px) and (min-width: 768px) {
  .mvp-form-wrapper .row .mvp-right-side .wizard-navigators {
    position: initial;
  }
}
.aemformcontainer .afCheckBoxItem .guideWidgetLabel label .form-check-label {
  color: #404040;
  font-family: "Solstice Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-left: .2em;
  margin-right: 1.5rem;
  vertical-align: middle;
}

.aemformcontainer input,.aemformcontainer select,.aemformcontainer textarea,.aemformcontainer .afTermsAndConditions,.aemformcontainer .guideScribble img {
    border-radius: .25rem;
    border: 1px solid #ccc;
    height: 2.5rem;
    color: #555;
    font-size: .875rem;
    padding: .625rem;
    background: #fff
}

.aemformcontainer {
    font-family: Arial;
    line-height: 1.42857143
}

.aemformcontainer label {
    color: #666;
    line-height: 1.42857143;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 2px
}

.aemformcontainer button.moveNext .iconButton-icon {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Chevron-Right-White.svg) center center/auto 1.3rem no-repeat
}

.aemformcontainer button.moveNext:not(.af-icon-button) {
    color: #fff;
    background: #666
}

.aemformcontainer button.moveNext:not(.af-icon-button):hover {
    background: #555;
    border-color: #555
}

.aemformcontainer button.moveNext:not(.af-icon-button):active {
    background: #555;
    border-color: #555
}

.aemformcontainer button.movePrev .iconButton-icon {
    background: url(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Chevron-Left-White.svg) center center/auto 1.3rem no-repeat
}

.aemformcontainer button.reset .iconButton-icon {
    background: url(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Reset-Hover.svg) center center/auto 1.2rem no-repeat,#666
}

.aemformcontainer button.reset:not(.af-icon-button):active .iconButton-icon {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Reset-Hover.svg) center center/auto 1.2rem no-repeat,#555;
    border-color: #555
}

.aemformcontainer button .iconButton-icon {
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Save.svg) center center/auto 1.2rem no-repeat
}

.aemformcontainer button.submit .iconButton-icon {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Submit-Hover.svg) center center/auto 1.3rem no-repeat
}

.aemformcontainer button.submit:not(.af-icon-button) {
    background: #666;
    border-color: #666;
    color: #fff
}

.aemformcontainer button.submit:not(.af-icon-button):hover {
    background: #555;
    border-color: #555
}

.aemformcontainer button.submit:not(.af-icon-button):hover .iconButton-icon {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Submit-Hover.svg) center center/auto 1.3rem no-repeat,#555;
    border-color: #555
}

.aemformcontainer button.submit:not(.af-icon-button):active {
    background: #555;
    border-color: #555
}

.aemformcontainer button.submit:not(.af-icon-button):active .iconButton-icon {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Submit-Hover.svg) center center/auto 1.3rem no-repeat,#555;
    border-color: #555
}

.aemformcontainer button.submit:not(.af-icon-button):focus .iconButton-icon {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Submit-Hover.svg) center center/auto 1.3rem no-repeat,#666
}

.aemformcontainer button.save .iconButton-icon {
    background: url(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Save-Hover.svg) center center/auto 1.3rem no-repeat,#666
}

.aemformcontainer button.save:not(.af-icon-button):active .iconButton-icon {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Save-Hover.svg) center center/auto 1.3rem no-repeat,#555
}

.aemformcontainer button.fileattachmentlisting .iconButton-icon {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/fileattachmentlisting-ip.png) center top/contain no-repeat
}

.aemformcontainer button:not(.af-icon-button) {
    margin: 0;
    padding: .625rem 1rem;
    font-size: 14px;
    border-radius: 1.5rem;
    line-height: normal;
    background: rgba(255,255,255,0);
    color: #666;
    border: 2px solid #666;
    cursor: pointer
}

.aemformcontainer button:not(.af-icon-button):focus {
    background: #666;
    color: #fff
}

.aemformcontainer button:not(.af-icon-button):hover {
    background: #666;
    color: #fff
}

.aemformcontainer button:not(.af-icon-button):active {
    color: #fff;
    background: #555;
    border-color: #555
}

.aemformcontainer hr {
    opacity: 1;
    border: solid rgba(0,0,0,0.15);
    margin: .5rem .75rem
}

.aemformcontainer input[type='button'] {
    margin: 0;
    padding: .625rem 1rem;
    font-size: 14px;
    border-radius: 1.5rem;
    line-height: normal;
    background: rgba(255,255,255,0);
    color: #666;
    border: 2px solid #666;
    cursor: pointer
}

.aemformcontainer [data-disabled='true'] button:not(.af-icon-button) {
    background: #bebebe;
    color: #e6e6e6
}

@media(max-width: 767px) {
    .aemformcontainer .afTncContentArea {
        max-height:8rem
    }

    .aemformcontainer .guideformtitle {
        margin-left: 1rem;
        margin-bottom: .5rem
    }

    .aemformcontainer .guideTextDraw.guideformtitle {
        margin-left: 1rem;
        margin-bottom: .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(clientlib-user-registration/css/uop-adaptive-form-theme/assets/ScrollDown.svg) left top/1.5rem 1.5rem no-repeat
    }

    .aemformcontainer .guide-header-bar {
        background: #e6e6e6;
        color: #fff;
        padding-left: .5rem;
        text-transform: uppercase;
        position: static;
        top: 0
    }

    .aemformcontainer .guide-header-bar .guide-breadcrumb {
        float: left;
        color: #666;
        line-height: 2.5rem;
        margin: 0 1rem 0 0
    }

    .aemformcontainer .afTabLeftPanel {
        padding-top: .5rem;
        padding-right: .5rem;
        padding-left: .5rem;
        border-top-width: 1px;
        background: #fff
    }

    .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: .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: .625rem;
        padding-left: .625rem
    }

    .aemformcontainer button.submit:not(.af-icon-button) {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .aemformcontainer button.reset:not(.af-icon-button) {
        padding-left: .625rem;
        padding-right: .625rem;
        border: 2px solid rgba(255,255,255,0)
    }

    .aemformcontainer button.movePrev:not(.af-icon-button) {
        padding-right: .625rem;
        padding-left: .625rem
    }

    .aemformcontainer button.save:not(.af-icon-button) {
        padding-left: .625rem;
        padding-right: .625rem;
        border: 2px solid rgba(255,255,255,0)
    }

    .aemformcontainer button.save:not(.af-icon-button):active .iconButton-icon {
        border-color: #555
    }

    .aemformcontainer .afWizardPanel {
        padding: .5rem
    }

    .aemformcontainer .afTabTopPanel {
        padding: .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(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-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: .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: #666;
        background: #e6e6e6;
        width: 100%;
        padding: 1rem;
        text-decoration: none
    }

    .aemformcontainer .tab-navigators.tab-navigators-mobile>li>a:hover {
        background: #ccc;
        color: #666
    }

    .aemformcontainer .tab-navigators.tab-navigators-mobile>li.active>a {
        background: #666;
        color: #fff
    }

    .aemformcontainer .tab-navigators.tab-navigators-mobile>li.active.stepped>a {
        background: #666;
        color: #fff
    }

    .aemformcontainer .tab-navigators.tab-navigators-mobile>li.wizard-tab-disabled>a {
        opacity: .5
    }

    .aemformcontainer .tab-navigators.tab-navigators-mobile>li.wizard-tab-disabled>a:hover {
        opacity: .5
    }

    .aemformcontainer .guide-mobile-navigator .navigator-toggle {
        border: 0;
        float: right;
        cursor: pointer;
        margin-right: 1rem;
        border-radius: 0;
        margin-left: 1rem;
        width: 2.5rem;
        height: 2.5rem;
        background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/HamburgerMenuWmargin-Default.svg) 50% 0/auto 2rem no-repeat;
        margin-bottom: .5rem
    }

    .aemformcontainer .guide-mobile-navigator .navigator-toggle:hover {
        background: url(clientlib-user-registration/css/uop-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: .5rem;
        margin-top: .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 .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: .25rem;
    padding-right: .75rem;
    border: 0 solid rgba(255,255,255,0);
    border-left-width: .25rem;
    padding-top: .5rem;
    margin-bottom: .25rem
}

.aemformcontainer .guideFieldNode.validation-success:not(.guideButton):not(.guideTextDraw):not(.guideChart) {
    border: 0 solid #23b482;
    border-left-width: 4px
}

.aemformcontainer .guideFieldDescription.long {
    margin: .25rem 0;
    clear: both;
    border-radius: 4px;
    display: none;
    font-size: .875rem;
    color: #666;
    background: rgba(0,0,0,0.05);
    padding: .125rem 1rem;
    border-left-color: #007fa2;
    transition: all 2s
}

.aemformcontainer .guideFieldDescription.short {
    font-size: .875rem;
    color: #969696
}

.aemformcontainer .guideFieldLabel {
    width: auto;
    display: block
}

.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 #ccc;
    background: #fff;
    border-radius: .25rem
}

.aemformcontainer .guideFieldWidget.guideNumericStepper input[type='text'].ui-spinner-input {
    width: calc(100% - 5rem);
    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: .25rem;
    border-bottom-left-radius: .25rem;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Minus.svg) center center/0.75rem .75rem no-repeat;
    cursor: pointer
}

.aemformcontainer .guideFieldWidget.guideNumericStepper a.ui-spinner-button.ui-spinner-down:focus {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Minus_Hover.svg) center center/0.75rem .75rem no-repeat
}

.aemformcontainer .guideFieldWidget.guideNumericStepper a.ui-spinner-button.ui-spinner-down:hover {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Minus_Hover.svg) center center/0.75rem .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: .25rem;
    border-bottom-right-radius: .25rem;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Plus.svg) center center/0.75rem .75rem no-repeat;
    cursor: pointer
}

.aemformcontainer .guideFieldWidget.guideNumericStepper a.ui-spinner-button.ui-spinner-up:focus {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Plus_Hover.svg) center center/0.75rem .75rem no-repeat
}

.aemformcontainer .guideFieldWidget.guideNumericStepper a.ui-spinner-button.ui-spinner-up:hover {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Plus_Hover.svg) center center/0.75rem .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: .75rem;
    text-transform: uppercase;
    padding: 0;
    margin: .5rem 0 .125rem;
    color: #888
}

.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: .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 .2rem;
    color: #888;
    vertical-align: middle;
    cursor: pointer
}

.aemformcontainer .afTncContentArea {
    background: #fff;
    overflow: auto;
    border: 1px solid #ccc;
    margin-bottom: .25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .25rem;
    font-size: .875rem;
    line-height: 1.6;
    color: #969696;
    max-height: 160px
}

.aemformcontainer .afTncContentArea.guide-modal-body {
    margin: 20px
}

.aemformcontainer .guideImageChoice .guideRadioButtonItem.imageCheckButtonChecked .guideWidgetLabel {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/ImageChoiceSelectIcon.svg) center center no-repeat,rgba(23,107,230,0.5)
}

.aemformcontainer .guideImageChoice .guideCheckBoxItem.imageCheckButtonChecked .guideWidgetLabel {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/ImageChoiceSelectIcon.svg) center center no-repeat,rgba(23,107,230,0.5)
}

.aemformcontainer .guideformtitle {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: .8125rem;
    padding: 0
}

.aemformcontainer .guideTextDraw.guideformtitle {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: .8125rem;
    padding: 0
}

.aemformcontainer .guideTextDraw.guideStaticText {
    padding-left: .75rem;
    padding-right: .75rem
}

.aemformcontainer .guideTextDraw.footerText {
    color: #969696;
    font-size: .75em
}

.aemformcontainer .guideTextDraw.headerText {
    font-size: 1.125rem;
    color: #555;
    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(clientlib-user-registration/css/uop-adaptive-form-theme/assets/questionmark.svg) center center/cover no-repeat,#969696;
    cursor: pointer
}

.aemformcontainer .guideHelpQuestionMark:hover {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/questionmark.svg) left top/cover no-repeat,#777
}

.aemformcontainer .guidePanelDescription.long {
    background: rgba(0,0,0,0.05);
    padding: .125rem 1rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: .25rem;
    color: #666;
    font-size: .875rem;
    border-radius: .25rem
}

.aemformcontainer .guidePanelDescription>.guideHelpQuestionMark {
    position: relative;
    left: 5px;
    top: 0
}

.aemformcontainer .accordion-navigators .guideHeader>a {
    display: block;
    padding: 1rem 1rem 1rem 2rem;
    font-size: .875rem;
    text-decoration: none;
    color: #969696;
    cursor: pointer;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Chevron-Right.svg) .5rem 50%/auto 1rem no-repeat,#f1f1f1;
    border: 2px solid #ccc
}

.aemformcontainer .accordion-navigators .guideHeader>a:hover {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Chevron-Right-Hover.svg) .5rem 50%/auto 1rem no-repeat,#f0f0f0;
    color: #666
}

.aemformcontainer .accordion-navigators .guideHeader .repeatableButtons button.Add {
    border: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Accordion-Add-Default.svg) 50% 40%/1.2rem 1.2rem no-repeat
}

.aemformcontainer .accordion-navigators .guideHeader .repeatableButtons button.Remove {
    border: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: .5rem;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Accordion-Delete-Default.svg) 50% 40%/1.2rem 1.2rem no-repeat
}

.aemformcontainer .accordion-navigators .guideHeader .repeatableButtons button.Remove:hover {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Accordion-Delete-Hover.svg) 50% 40%/1.2rem 1.2rem no-repeat
}

.aemformcontainer .accordion-navigators .guideHeader .repeatableButtons>button.Add:hover {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Accordion-Add-Hover.svg) 50% 40%/1.2rem 1.2rem no-repeat
}

.aemformcontainer .accordion-navigators .active>.guideHeader>a {
    color: #666;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Chevron-Active.svg) .5rem 50%/auto 1rem no-repeat,#f5f5f5;
    border: 2px solid #ccc;
    border-bottom-width: 0
}

.aemformcontainer .accordion-navigators .active>.guideHeader .repeatableButtons>button.Add {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Accordion-Add-Hover.svg) 50% 40%/1.2rem 1.2rem no-repeat
}

.aemformcontainer .accordion-navigators .active>.guideHeader .repeatableButtons>button.Remove {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Accordion-Delete-Hover.svg) 50% 40%/1.2rem 1.2rem no-repeat
}

.aemformcontainer .accordion-navigators .active .guideHeader>a:hover {
    color: #666;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Chevron-Active.svg) .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: #ccc
}

.aemformcontainer .guideGridFluidLayout {
    color: #666;
}

.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: #fff;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Tick.svg) .5rem 50%/0.8125rem auto no-repeat,#888
}

.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical>li.active>a.guideLeftNavIcon:hover {
    color: #fff;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Tick.svg) .5rem 50%/0.8125rem auto no-repeat,#888
}

.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical>li.active.stepped>a.guideLeftNavIcon {
    color: #fff;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Tick.svg) .5rem 50%/0.8125rem auto no-repeat,#888
}

.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical>li>a.guideLeftNavIcon {
    color: #666;
    width: calc(100% - 35px);
    margin: 0;
    display: block;
    padding: 1rem .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: #666;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Tick_Hover.svg) .5rem 50%/0.8125rem auto no-repeat,#e6e6e6
}

.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical>li.stepped>a.guideLeftNavIcon:hover {
    color: #666;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Tick_Hover.svg) .5rem 50%/0.8125rem 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(clientlib-user-registration/css/uop-adaptive-form-theme/assets/DoubleTick.svg) .5rem 50%/0.8125rem auto no-repeat,#fff;
    color: #666;
    border: 0 #969696;
    border-left-width: 4px
}

.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical .tab-navigators-vertical>li.active>a.guideLeftNavIcon:hover {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/DoubleTick.svg) .5rem 50%/0.8125rem auto no-repeat,#fff;
    color: #666;
    border: 0 #969696;
    border-left-width: 4px
}

.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical .tab-navigators-vertical>li.active.stepped>a.guideLeftNavIcon {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/DoubleTick.svg) .5rem 50%/0.8125rem auto no-repeat,#fff;
    color: #666;
    border: 0 #969696;
    border-left-width: 4px
}

.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical .tab-navigators-vertical>li>a.guideLeftNavIcon {
    background: #fff;
    color: #666;
    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: #666;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/DoubleTick.svg) .5rem 50%/0.8125rem auto no-repeat,#fff
}

.aemformcontainer .guideTabbedPanelLayout .tab-navigators.tab-navigators-vertical .tab-navigators-vertical>li.stepped>a.guideLeftNavIcon:hover {
    color: #666;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/DoubleTick.svg) .5rem 50%/0.8125rem auto no-repeat,#fff
}

.aemformcontainer .afTabLeftPanel {
    padding: 1rem 3.5rem;
    background: #fafafa;
    border: 1px solid #e6e6e6
}

.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators {
    margin-bottom: .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: #666;
    border: 0 solid #666;
    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: .75rem 0;
    background: rgba(255,255,255,0)
}

.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators>li>a.guideTopNavIcon:hover {
    color: #666;
    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: #666;
    border: 0 solid #666;
    border-bottom-width: 2px
}

.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators>li.active>a.guideTopNavIcon:hover {
    color: #666;
    border: 0 solid #666;
    border-bottom-width: 2px
}

.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators-vertical .tab-navigators-vertical li.stepped.active>a.guideTopNavIcon {
    color: #666;
    border: 0 solid #666;
    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: #666;
    border: 0 solid #666;
    border-bottom-width: 2px
}

.aemformcontainer .guideVerticalTabbedPanelLayout .tab-navigators-vertical .tab-navigators-vertical li.active>a.guideTopNavIcon:hover {
    color: #666;
    border: 0 solid #666;
    border-bottom-width: 2px
}

.aemformcontainer .wizard-navigators {
    width: fit-content;
    padding: .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 #000;
    position: relative;
    counter-increment: item;
    border-radius: 0 200px 200px 0;
    color: #969696;
    text-transform: capitalize;
    font-size: .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.active>a {
    color: #666
}

.aemformcontainer .wizard-navigators>li.active>a:hover {
    color: #666
}

.aemformcontainer .wizard-navigators>li.active>a:hover::before {
    background-color: #666;
    border-color: #666;
    color: #fff;
    outline: 2px
}

.aemformcontainer .wizard-navigators>li.active.stepped>a {
    color: #666
}

.aemformcontainer .wizard-navigators>li.active.stepped>a::before {
    background-color: #666;
    border-color: #666;
    color: #fff;
    outline: 2px
}

.aemformcontainer .wizard-navigators>li.active.stepped .indicator {
    display: none;
    border-bottom-color: #0079c1
}

.aemformcontainer .wizard-navigators>li.active.stepped .progress {
    background: #666
}

.aemformcontainer .wizard-navigators>li.active>a::before {
    background-color: #666;
    border-color: #666;
    color: #fff;
    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: #666
}

.aemformcontainer .wizard-navigators>li.active .progress {
    background: #666
}

.aemformcontainer .wizard-navigators>li>a::before {
    content: counter(item);
    float: left;
    bottom: 0;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: .75rem;
    padding: auto;
    color: #ccc;
    font-size: .75rem;
    text-align: center;
    line-height: 1.35rem;
    border: 2px solid #ccc;
    margin-right: 10px
}

.aemformcontainer .wizard-navigators>li.stepped>a {
    color: #969696
}

.aemformcontainer .wizard-navigators>li.stepped>a::before {
    content: "";
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Tick.svg) center center/0.75rem .75rem no-repeat,#969696;
    border-color: transparent
}

.aemformcontainer .wizard-navigators>li.stepped .indicator {
    display: none;
    border-bottom-color: #02874e
}

.aemformcontainer .wizard-navigators>li.stepped .progress {
    background: #969696
}

.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: #ccc;
    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-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(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Chevron-Right-White.svg) center center/1rem 1rem no-repeat,#666;
    border-color: #666
}

.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: .5rem;
    background: url(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Chevron-Right.svg) center center/1rem 1rem no-repeat;
    margin-top: .5rem;
    display: block
}

.aemformcontainer .guide-tab-scroller.guide-tab-scroller-next:hover {
    background: url(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Chevron-Left.svg) center center/1rem 1rem no-repeat;
    display: block;
    margin-top: .5rem;
    visibility: none
}

.aemformcontainer .guide-tab-scroller.guide-tab-scroller-previous:hover {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Chevron-Left-Hover.svg) center center/1rem 1rem no-repeat
}

.aemformcontainer .guideTableRuntimeAddControl {
    background: url(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Table-Edit-Hover.svg) center center/1.2rem 1.2rem no-repeat
}

.aemformcontainer .guideTableRuntimeDeleteControl {
    background: url(clientlib-user-registration/css/uop-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(clientlib-user-registration/css/uop-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: .125rem;
    padding-bottom: .125rem
}

.aemformcontainer .guideFieldError {
    padding-top: .25rem;
    color: #eb3c36;
    margin: 0;
    font-size: .875rem;
    padding-bottom: .25rem
}

.aemformcontainer .afToolbarButton {
    display: inline-block
}

.aemformcontainer .afToolbarButton .guidebutton button:not(.af-icon-button) {
    margin-right: .5rem;
    margin-left: 0
}

.aemformcontainer .guideTableNode table {
    border-style: hidden;
    margin-top: .25rem;
    margin-left: .75rem;
    margin-right: .75rem;
    max-width: calc(100% - 1.5rem);
    margin-bottom: .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: #fff
}

.aemformcontainer .guideTableNode table .guideTableRowNode.guideTableHeader th {
    background: #666;
    font-weight: bold;
    padding-right: .625rem;
    padding-left: .625rem;
    border-style: hidden;
    height: 3.875rem;
    color: #fff;
    text-align: left
}

.aemformcontainer .guideTableNode table .guideTableRowNode.guideTableHeader:nth-child(even) {
    background: #333
}

.aemformcontainer .guideTableNode table .guideTableRowNode.guideTableHeader:nth-child(odd) {
    background: #333
}

.aemformcontainer .guideTableNode div.guidePanelDescription {
    color: #666;
    margin-left: .75rem;
    margin-right: .75rem
}

.aemformcontainer .guideAccordionLayout {
    border: 2px hidden #fff
}

.aemformcontainer .guideContainer {
    border: 3px solid #ccc
}

.aemformcontainer .guideWizardLayout {
    padding-top: .5rem
}

.aemformcontainer .afTabTopPanel {
    padding: 1rem 3rem 1rem 5.3rem
}

.aemformcontainer .guide-tnc-checkbox {
    margin-top: 0
}

.aemformcontainer .guide-tnc-checkbox .guideWidgetLabel label {
    font-size: .875rem;
    color: #888;
    cursor: pointer
}

.aemformcontainer .afAccordionPanel {
    padding: 1rem 3.5rem;
    border: 2px solid #ccc;
    border-top-width: 0;
    background: #f5f5f5
}

.aemformcontainer .afFooter {
    width: 100%;
    text-align: center;
    background: #e6e6e6;
    margin-top: 4rem;
    padding-top: .5em;
    padding-bottom: .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: .75rem;
    margin-left: .75rem;
    margin-top: 1rem;
    width: inherit;
    max-width: calc(100% - 1.5rem)
}

.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 #ccc
}

.aemformcontainer .guideSwitch .ui-switchbutton-default.ui-state-active {
    background: transparent;
    font-weight: normal
}

.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: #fff;
    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 .guide-tnc-checkboxwidget input[type='checkbox'] {
    margin-left: .5rem;
    margin-right: .5rem;
    width: 1rem
}

.aemformcontainer .dropDownList select {
    height: 2.5rem;
    border: 1px solid #ccc;
    padding: .625rem;
    border-radius: .25rem;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Chevron-Down-Default.svg) calc(100% - 0.5rem) 50%/auto 1rem no-repeat,rgba(255,255,255,0.5);
    appearance: none
}

.aemformcontainer .dropDownList select:hover {
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/Chevron-Down-Active.svg) calc(100% - 0.5rem) 50%/auto 1rem no-repeat,rgba(255,255,255,0.8)
}

.aemformcontainer .guideGridFluidDescription.guidePanelDescription {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    color: #666;
    margin-left: .75rem;
    margin-right: .75rem
}

.aemformcontainer .guideContainerWrapperNode .tooltip.bottom .tooltip-inner {
    background: rgba(0,0,0,0.7);
    max-width: 350px;
    color: #fff;
    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: #666
}

.aemformcontainer .guideimage .logoImage img {
    height: 3.75rem;
    margin-top: .9375rem;
    margin-left: 0;
    width: auto;
    max-width: 100%
}

.aemformcontainer .guideRootPanel .row:last-child>div>div.col-sm-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.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: #fff;
    border: 0
}

.aemformcontainer button.submit:not(.af-icon-button):active,.aemformcontainer button.submit:not(.af-icon-button):hover {
    background: #1792e5;
    border-color: #1792e5
}

.aemformcontainer input,.aemformcontainer textarea,.aemformcontainer select {
    border-radius: unset
}

.aemformcontainer select[aria-invalid='true'],.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 #ee3124;
    border-left: 4px solid #ee3124;
    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: #ee3124;
    margin-right: 5px;
    font-size: 30px;
    float: left
}

.aemformcontainer .error-msg-form h3 span {
    display: block
}

.aemformcontainer button.client-btn.submit,.aemformcontainer a.client-btn.submit,.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: #fff;
    border: 0
}

.aemformcontainer button.client-btn.submit:active,.aemformcontainer button.client-btn.submit:hover,.aemformcontainer a.client-btn.submit:active,.aemformcontainer a.client-btn.submit:hover,.aemformcontainer .guidebutton.guidefield button:not(.af-icon-button).submit:active,.aemformcontainer .guidebutton.guidefield button:not(.af-icon-button).submit:hover {
    background: #1792e5;
    border-color: #1792e5
}

@media(max-width: 576px) {
    .aemformcontainer button.client-btn.submit,.aemformcontainer a.client-btn.submit,.aemformcontainer .guidebutton.guidefield button:not(.af-icon-button).submit {
        width:100%
    }
}

.aemformcontainer button.client-btn.text-a,.aemformcontainer a.client-btn.text-a,.aemformcontainer .guidebutton.guidefield button:not(.af-icon-button).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",Helvetica,Arial,sans-serif;
    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: 0
}

.aemformcontainer .guideFieldNode.validation-success:not(.guideButton):not(.guideTextDraw):not(.guideChart) {
    border-style: hidden
}

.aemformcontainer .dropDownList.select-custom {
    width: min-content
}

@media(max-width: 768px) {
    .aemformcontainer .dropDownList.select-custom {
        width:100%
    }
}

@media(min-width: 768px) {
    .aemformcontainer .dropDownList.select-custom {
        width:367px
    }
}

@media(min-width: 768px) and (max-width:1440px) {
    .aemformcontainer .dropDownList.select-custom {
        width:320px
    }
}

.aemformcontainer .dropDownList select {
    width: min-content
}

@media(max-width: 768px) {
    .aemformcontainer .dropDownList select {
        width:100%
    }
}

@media(min-width: 768px) {
    .aemformcontainer .dropDownList select {
        width:367px
    }
}

@media(min-width: 768px) and (max-width:1440px) {
    .aemformcontainer .dropDownList select {
        width:320px
    }
}

@media(max-width: 767px) {
    .aemformcontainer .guideRootPanel {
        margin:0 10px
    }

    .aemformcontainer .guideFieldWidget input[type="date"],.aemformcontainer .guideFieldWidget input[type="text"],.aemformcontainer .guideFieldWidget input[type="password"],.aemformcontainer .guideFieldWidget select,.aemformcontainer .guideFieldWidget textarea {
        font-size: inherit
    }
}

.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: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.aemformcontainer .guideRootPanel .row {
    margin: 20px 0
}

.aemformcontainer .guideRootPanel .row:last-child {
    margin-bottom: 20px
}

.aemformcontainer .guideCheckBoxGroup .guideFieldLabel.top {
    display: none
}

.aemformcontainer .afToolbarButton.confirmToolBar .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;
    max-width: 500px
}

@media(min-width: 768px) {
    .aemformcontainer .submitRequestForm .confirmationToolbar .guidetoolbar {
        display:flex;
        justify-content: space-between
    }
}

.aemformcontainer .submitRequestForm .technicalTextAera {
    margin-left: 12px
}

@media(max-width: 768px) {
    .aemformcontainer .submitRequestForm {
        width:100%
    }
}

.aemformcontainer .submitRequestForm .gridFluidLayout .guideLayout.guideGridFluidLayout .row {
    display: inline-block
}

@media(max-width: 767px) {
    .aemformcontainer .submitRequestForm .gridFluidLayout .guideLayout.guideGridFluidLayout .row {
        display:flex;
        text-align: center;
        padding-bottom: 25px
    }
}

.aemformcontainer .submitRequestForm h1 {
    color: #303030;
    font-family: "Solstice Sans";
    font-size: 40px;
    font-weight: 300;
    line-height: 46px
}

@media(max-width: 767px) {
    .aemformcontainer .submitRequestForm h1 {
        font-size:18px;
        line-height: 24px
    }
}

.aemformcontainer .submitRequestForm .confirmationText.guideTextDraw.guideStaticText p {
    width: 580px;
    color: #303030;
    font-family: "Solstice Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 24px
}

@media(max-width: 767px) {
    .aemformcontainer .submitRequestForm .confirmationText.guideTextDraw.guideStaticText p {
        width:300px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 23px
    }
}

@media(min-width: 768px) and (max-width:1024px) {
    .aemformcontainer .submitRequestForm .confirmationText.guideTextDraw.guideStaticText p {
        width:528px
    }
}

.aemformcontainer .submitRequestForm .mvp-icon-success:before {
    font-size: 125px;
    line-height: .5;
    color: #7eb338
}

@media(max-width: 767px) {
    .aemformcontainer .submitRequestForm .mvp-icon-success:before {
        font-size:110px
    }
}

.aemformcontainer .submitRequestForm .confirmationContactUsBtn button {
    color: #fff;
    border: 2px solid #1792e5
}

.aemformcontainer .submitRequestForm .confirmationContactUsBtn button:hover {
    border: 1px solid #1272b2 !important;
    color: #fff !important
}

.aemformcontainer .submitRequestForm .guidebutton.guidefield.confirmationNewFormBtn {
    height: 48px;
    background: #fff;
    width: 215px;
    color: #1792e5 !important;
    background-color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .5px;
    line-height: 17px;
    text-align: center;
    border: 0;
    background: 0;
    text-transform: capitalize
}

@media(max-width: 768px) {
    .aemformcontainer .submitRequestForm .guidebutton.guidefield.confirmationNewFormBtn {
        width:100%;
        margin-bottom: 10px
    }
}

.aemformcontainer .submit-po-button.search-button {
    position: absolute;
    z-index: 1
}

.form-bill-one .custom-bill-one .high_flux_help_text.guideTextDraw.guideStaticText.helpText p {
    font-size: 18px;
    color: #d0d0d0 !important;
    padding-left: 0
}

.form-bill-one .custom-bill-one .high_flux_help_text.guideTextDraw.guideStaticText {
    padding-left: 0
}

.form-bill-one .custom-bill-one .high_flux_attachment .guideFieldWidget.afFileUpload.fileUpload {
    margin-top: 15px
}

.form-bill-one .custom-bill-one .high_flux_attachment .guideFieldLabel label.isRequired::before {
    content: "*";
    color: #ee3124;
    position: inherit;
    left: 0;
    top: 3px;
    bottom: 5px;
    font-weight: 800
}

.form-bill-one .custom-bill-one .HighFluxOptions .guideFieldLabel label.isRequired::before {
    content: "*";
    color: #ee3124;
    position: inherit;
    left: 0;
    top: 3px;
    bottom: 5px;
    font-weight: 800
}

.form-bill-one .custom-bill-one .high_flux_horizontal_options .guideFieldLabel label.isRequired::before {
    content: "*";
    color: #ee3124;
    position: inherit;
    left: 0;
    top: 3px;
    bottom: 5px;
    font-weight: 800
}

.form-bill-one .custom-bill-one .high_flux_vertical_options .guideFieldLabel label.isRequired::before {
    content: "*";
    color: #ee3124;
    position: inherit;
    left: 0;
    top: 3px;
    bottom: 5px;
    font-weight: 800
}

.form-bill-one .custom-bill-one .boiling_fluid_type .guideFieldLabel label.isRequired::before {
    content: "*";
    color: #ee3124;
    position: inherit;
    left: 0;
    font-weight: 800
}

.form-bill-one .custom-bill-one .high_flux_tube_type .guideFieldLabel label.isRequired::before {
    content: "*";
    color: #ee3124;
    position: inherit;
    left: 0;
    top: 0;
    font-weight: 800
}

.form-bill-one .custom-bill-one .high_flux_unit_of_measure .guideFieldLabel label.isRequired::before {
    content: "*";
    color: #ee3124;
    position: inherit;
    left: 0;
    top: 0;
    font-weight: 800
}

.form-bill-one .custom-bill-one .high_flux_submit .guideFieldWidget.guideFieldButtonWidget.xfaButton {
    margin-right: 8px;
    margin-top: 0;
    margin-left: 0
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .high_flux_submit .guideFieldWidget.guideFieldButtonWidget.xfaButton {
        margin-right:0;
        margin-left: 0
    }
}

.form-bill-one .custom-bill-one .changeRequest-statePanel .gridFluidLayout .guideGridFluidLayout .row,.form-bill-one .custom-bill-one .changeRequest-cityPanel .gridFluidLayout .guideGridFluidLayout .row {
    margin: 0
}

.form-bill-one .custom-bill-one .changeRequest-statePanel .gridFluidLayout .guideGridFluidLayout .row .guideFieldLabel label.isRequired::before,.form-bill-one .custom-bill-one .changeRequest-cityPanel .gridFluidLayout .guideGridFluidLayout .row .guideFieldLabel label.isRequired::before {
    margin-left: -15px
}

.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: .75rem !important;
    max-width: calc(100% - 1.5rem)
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details .submitpo-producttable.changeparts-producttable table {
        margin-left:0 !important
    }
}

.form-bill-one .custom-bill-one .labor-table {
    padding-left: 15px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .labor-table {
        margin-right:30px
    }
}

.form-bill-one .custom-bill-one .validation-failure .select2-container.select2-container--default {
    border-color: #ee3124
}

.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 .submitpo-section-details .submitpo-producttable.materialClaim-table table {
    max-width: calc(100% - .75rem)
}

.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
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .guideFieldNode.guideTextDraw.guideStaticText.requiredTextFeild p {
        font-size:14px
    }
}

.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 .guideFieldWidget.textField.multiline {
    background-color: #fff;
    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: #ee3124;
    position: absolute;
    left: 0;
    top: 3px;
    font-weight: 800
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .guideFieldLabel label.isRequired::before {
        margin-left:-5px
    }
}

.form-bill-one .custom-bill-one .guideFieldLabel label.noafter::before {
    top: 17px
}

.form-bill-one .custom-bill-one .heading-space {
    padding-left: 1rem !important
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .heading-space {
        padding-left:.6rem !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
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .billing-one .head-one {
        margin-left:-2px
    }
}

.form-bill-one .custom-bill-one input[type="text"],.form-bill-one .custom-bill-one input[type="email"],.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: 0
}

.form-bill-one .custom-bill-one .guideTableNode table {
    width: 100% !important;
    max-width: calc(100% - 3.5rem);
    margin-left: 0 !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: #ee3124
}

.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: .5;
    margin-top: -11px;
    padding-left: 13px
}

@media(max-width: 767px) {
    .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 input[type=text]:focus,.form-bill-one .custom-bill-one input[type=email]:focus,.form-bill-one .custom-bill-one input[type=tel]:focus,.form-bill-one .custom-bill-one textarea:focus {
    outline-offset: 0 !important;
    outline: none !important;
    border: 2px solid #1792e5 !important
}

.form-bill-one .custom-bill-one input::placeholder,.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 input:-ms-input-placeholder,.form-bill-one .custom-bill-one textarea:-ms-input-placeholder {
    color: #d0d0d0 !important
}

.form-bill-one .custom-bill-one .af-field-filled p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Solstice Sans";
    color: #555 !important
}

.form-bill-one .custom-bill-one .af-field-filled p,.form-bill-one .custom-bill-one .charLimit p {
    line-height: 20px;
    font-family: "Solstice Sans";
    color: #303030
}

.form-bill-one .custom-bill-one .charLimit .af-field-filled p {
    margin-left: -10px
}

.form-bill-one .custom-bill-one .charLimit p,.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: .5
}

.form-bill-one .custom-bill-one div#guideContainer-rootPanel-guidetextdraw__ h3 {
    font-weight: 300px;
    font-size: 18px
}

.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-guidetextbox___guide-item {
    padding-right: 0
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-guidetextbox___guide-item {
        padding-right:7px
    }
}

.form-bill-one .custom-bill-one button.button-default.button-medium.movePrev {
    background: #fff !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: #fff !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
}

@media(max-width: 767px) {
    .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: right !important
}

@media(max-width: 767px) {
    .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: 13px;
    margin-top: -28px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one div#guideContainer-rootPanel-guidetextbox_1138596418__ {
        margin-left:5px;
        margin-right: 5px
    }
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .guidetoolbar {
        text-align:center
    }
}

.form-bill-one .custom-bill-one div#guideContainer-rootPanel-FileAttachments-guidefileupload__ {
    margin-bottom: 0;
    margin-left: 15px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one div#guideContainer-rootPanel-FileAttachments-guidefileupload__ {
        margin-left:7px;
        margin-right: 7px
    }
}

.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
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .guideContainerWrapperNode.guideContainerNode.container {
        width:100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width: 768px) and (max-width:1024px) {
    .form-bill-one .custom-bill-one .guideContainerWrapperNode.guideContainerNode.container {
        width:100%;
        padding-left: 0;
        padding-right: 0
    }
}

.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
}

@media(max-width: 767px) {
    .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 {
    border: 2px solid #d0d0d0;
    background-color: #fff;
    height: 46px;
    position: relative;
    display: block;
    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;
    white-space: normal
}

@media(max-width: 767px) {
    .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 input#guideContainer-rootPanel-FileAttachments-guidefileupload___widget,.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 0 0;
    width: 100%;
    margin-left: -20px
}

.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload .guide-fu-fileClose.close {
    display: inline-block;
    float: none;
    opacity: 1;
    color: transparent
}

.form-bill-one .custom-bill-one .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 #fff;
    cursor: pointer
}

.form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload button.button-default.button-medium.guide-fu-attach-button {
    padding: 0;
    margin-right: -2px;
    display: inline-block;
    height: 46px !important;
    line-height: 46px;
    position: absolute;
    background: #fff;
    top: -2px;
    right: 0;
    opacity: 1;
    border-radius: 0;
    color: #1792e5;
    border: 2px solid #1792e5;
    width: 200px;
    letter-spacing: .5px
}

@media(min-width: 768px) {
    .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 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
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one div#guideContainer-rootPanel-FileAttachments-guidefileupload___guideFieldLongDescription {
        font-size:6px;
        right: -4px
    }
}

.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
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .guideFieldWidget.guideFieldButtonWidget.xfaButton {
        margin-right:0;
        margin-left: 0
    }
}

.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: 0;
    padding-bottom: 0;
    height: 48px;
    line-height: 23px;
    border: 2px solid #d0d0d0;
    box-sizing: border-box;
    outline: 0;
    border-radius: 0;
    margin: 0
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .dropDownList select {
        width:293px
    }
}

.form-bill-one .custom-bill-one .guideFieldWidget.left.XfaCheckBox input[type="radio"],.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 div#guideContainer-rootPanel-guidetextdraw___guide-item {
    display: block !important
}

.form-bill-one .custom-bill-one .hint-square .guideFieldWidget.left.XfaCheckBox,.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: #fff;
    border-radius: 50%
}

.form-bill-one .custom-bill-one .hint-square .guideFieldWidget.left.XfaCheckBox:focus,.form-bill-one .custom-bill-one .sameAddress .guideFieldWidget.left.XfaCheckBox:focus {
    border: 1px solid #1792e5;
    outline: 0
}

.form-bill-one .custom-bill-one .hint-square .guideFieldWidget.left.XfaCheckBox::after,.form-bill-one .custom-bill-one .sameAddress .guideFieldWidget.left.XfaCheckBox::after {
    content: "";
    position: absolute;
    display: none
}

.form-bill-one .custom-bill-one .hint-square .guideFieldWidget.left.XfaCheckBox.focusForm,.form-bill-one .custom-bill-one .sameAddress .guideFieldWidget.left.XfaCheckBox.focusForm {
    border: 2px solid #1792e5
}

.form-bill-one .custom-bill-one input[type="radio"]:checked ~ .guideItemSelected:after {
    display: block
}

.form-bill-one .custom-bill-one .hint-square .guideItemSelected:after,.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
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .hint-square .guideItemSelected:after,.form-bill-one .custom-bill-one .sameAddress .guideItemSelected:after {
        top:5px
    }
}

.form-bill-one .custom-bill-one .PartDetails,.form-bill-one .custom-bill-one .square-shape,.form-bill-one .custom-bill-one .checkbox-step4,.form-bill-one .custom-bill-one .sameasshipping {
    margin-left: 7px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .PartDetails,.form-bill-one .custom-bill-one .square-shape,.form-bill-one .custom-bill-one .checkbox-step4,.form-bill-one .custom-bill-one .sameasshipping {
        margin-left:2px
    }
}

.form-bill-one .custom-bill-one .PartDetails .guideFieldWidget.left.XfaCheckBox.focusForm,.form-bill-one .custom-bill-one .square-shape .guideFieldWidget.left.XfaCheckBox.focusForm,.form-bill-one .custom-bill-one .checkbox-step4 .guideFieldWidget.left.XfaCheckBox.focusForm,.form-bill-one .custom-bill-one .sameasshipping .guideFieldWidget.left.XfaCheckBox.focusForm {
    border: 2px solid #1792e5
}

.form-bill-one .custom-bill-one .PartDetails .XfaCheckBox.guideFieldWidget,.form-bill-one .custom-bill-one .square-shape .XfaCheckBox.guideFieldWidget,.form-bill-one .custom-bill-one .checkbox-step4 .XfaCheckBox.guideFieldWidget,.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 .PartDetails .XfaCheckBox.guideFieldWidget::after,.form-bill-one .custom-bill-one .square-shape .XfaCheckBox.guideFieldWidget::after,.form-bill-one .custom-bill-one .checkbox-step4 .XfaCheckBox.guideFieldWidget::after,.form-bill-one .custom-bill-one .sameasshipping .XfaCheckBox.guideFieldWidget::after {
    content: "";
    position: absolute;
    display: none
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .PartDetails .XfaCheckBox.guideFieldWidget,.form-bill-one .custom-bill-one .square-shape .XfaCheckBox.guideFieldWidget,.form-bill-one .custom-bill-one .checkbox-step4 .XfaCheckBox.guideFieldWidget,.form-bill-one .custom-bill-one .sameasshipping .XfaCheckBox.guideFieldWidget {
        float:left;
        margin-right: 6px;
        margin-top: 4px
    }
}

.form-bill-one .custom-bill-one .PartDetails .isOptional,.form-bill-one .custom-bill-one .square-shape .isOptional,.form-bill-one .custom-bill-one .checkbox-step4 .isOptional,.form-bill-one .custom-bill-one .sameasshipping .isOptional {
    color: #303030;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Solstice Sans"
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .PartDetails .isOptional,.form-bill-one .custom-bill-one .square-shape .isOptional,.form-bill-one .custom-bill-one .checkbox-step4 .isOptional,.form-bill-one .custom-bill-one .sameasshipping .isOptional {
        display:flex;
        font-size: 16px;
        line-height: 29px;
        height: auto
    }
}

.form-bill-one .custom-bill-one input[type="checkbox"]:checked ~ .checkbox-step4.guideItemSelected:after,.form-bill-one .custom-bill-one .PartDetails.guideItemSelected:after,.form-bill-one .custom-bill-one .square-shape.guideItemSelected:after,.form-bill-one .custom-bill-one .sameasshipping.guideItemSelected:after {
    display: block
}

.form-bill-one .custom-bill-one .checkbox-step4.guideItemSelected:after,.form-bill-one .custom-bill-one .PartDetails.guideItemSelected:after,.form-bill-one .custom-bill-one .square-shape.guideItemSelected:after,.form-bill-one .custom-bill-one .sameasshipping.guideItemSelected:after {
    color: #fff;
    left: 20px;
    top: 14px;
    content: '';
    position: absolute;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: -1px 0 0 white,1px 0 0 white,2px 0 0 white,3px 0 0 white,4px 0 0 white,4px 0 0 white,4px -1px 0 white,4px -2px 0 white,4px -3px 0 white,4px -4px 0 white,4px -5px 0 white,4px -6px 0 white,4px -7px 0 white,4px -8px 0 white,4px -9px 0 white,4px -10px 0 white,4px -11px 0 white,4px -12px 0 white;
    box-shadow: -1px 0 0 white,1px 0 0 white,2px 0 0 white,3px 0 0 white,4px 0 0 white,4px 0 0 white,4px -1px 0 white,4px -2px 0 white,4px -3px 0 white,4px -4px 0 white,4px -5px 0 white,4px -6px 0 white,4px -7px 0 white,4px -8px 0 white,4px -9px 0 white,4px -10px 0 white,4px -11px 0 white,4px -12px 0 white;
    -moz-box-shadow: -1px 0 0 white,1px 0 0 white,2px 0 0 white,3px 0 0 white,4px 0 0 white,4px 0 0 white,4px -1px 0 white,4px -2px 0 white,4px -3px 0 white,4px -4px 0 white,4px -5px 0 white,4px -6px 0 white,4px -7px 0 white,4px -8px 0 white,4px -9px 0 white,4px -10px 0 white,4px -11px 0 white,4px -12px 0 white;
    transform: rotate(45deg)
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .checkbox-step4.guideItemSelected:after,.form-bill-one .custom-bill-one .PartDetails.guideItemSelected:after,.form-bill-one .custom-bill-one .square-shape.guideItemSelected:after,.form-bill-one .custom-bill-one .sameasshipping.guideItemSelected:after {
        top:16px;
        left: 10px
    }
}

.form-bill-one .custom-bill-one .guideRadioButtonGroupItems div:last-child {
    margin-left: 11px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .guideRadioButtonGroupItems div:last-child {
        margin-left:0
    }
}

.form-bill-one .custom-bill-one .guideRadioButtonGroupItems {
    margin-top: 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%
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
        display:block;
        width: 100%;
        margin-bottom: 5px;
        padding-left: 25px
    }
}

@media(min-width: 768px) and (max-width:1024px) {
    .form-bill-one .custom-bill-one .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
        width:48%
    }
}

.form-bill-one .custom-bill-one .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment.priority {
    width: 30% !important
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment.priority {
        padding-bottom:10px
    }
}

.form-bill-one .custom-bill-one div#guideContainer-rootPanel-panel_686999192_copy_914269585-guideradiobutton__ {
    margin-left: 16px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one div#guideContainer-rootPanel-panel_686999192_copy_914269585-guideradiobutton__ {
        margin-left:7px
    }
}

.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 .guideTextDraw.guideStaticText p {
    color: #303030 !important;
    font-family: "Solstice Sans";
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 26px;
    height: auto
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .guideTextDraw.guideStaticText p {
        height:auto;
        line-height: 26px
    }
}

.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
}

@media(max-width: 767px) {
    .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,.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy-panel-guidetextdraw_1989150145__ p,.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192-panel-guidetextdraw_1989150145__ p,.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
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy_914269585-panel-guidetextdraw_1989150145__ p,.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy-panel-guidetextdraw_1989150145__ p,.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192-panel-guidetextdraw_1989150145__ p,.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 .row.bottom-buttons {
    display: none
}

.form-bill-one .custom-bill-one .wizard-navigators>li>a::before {
    content: none
}

.form-bill-one .custom-bill-one .wizard-navigators>li>a {
    text-overflow: clip
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .wizard-navigators>li>a {
        margin-right:0
    }
}

.form-bill-one .custom-bill-one .wizard-navigators>li>a::after {
    content: "/";
    padding: 0 6px;
    color: #969696
}

@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 .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: .5px;
    line-height: 17px;
    text-transform: uppercase
}

@media(min-width: 768px) and (max-width:1023px) {
    .form-bill-one .custom-bill-one .guideNavIcon span {
        font-size:13px;
        letter-spacing: 0
    }
}

.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: #ee3124;
    font-family: "Solstice Sans";
    font-size: 16px !important;
    line-height: 20px
}

.form-bill-one .custom-bill-one input[aria-invalid='true'],.form-bill-one .custom-bill-one textarea[aria-invalid='true'],.form-bill-one .custom-bill-one select[aria-invalid='true'] {
    border: 2px solid #ee3124 !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 .formDate {
    width: 120px
}

.form-bill-one .custom-bill-one .table-t td .formDate .honeywellDatePicker input[type="text"] {
    font-size: 13px
}

@media(max-width: 1336px) {
    .form-bill-one .custom-bill-one .table-t td .formDate .honeywellDatePicker input[type="text"] {
        font-size:13px !important
    }
}

.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 {
    border-top: 0;
    vertical-align: middle !important
}

.form-bill-one .custom-bill-one .table-t td span .guideTableRuntimeDeleteControl {
    position: relative;
    right: 7px;
    margin: .5rem;
    outline: 0;
    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,.form-bill-one .custom-bill-one .table-t td:last-child .guidebutton.guidefield {
    width: 47px !important
}

.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: 0;
    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: 0
}

.form-bill-one .custom-bill-one .submit-button .guideFieldWidget.guideFieldButtonWidget.xfaButton .submit {
    margin-right: 0 !important
}

.form-bill-one .custom-bill-one .submitpo-button-section div#guideContainer-toolbar-nextitemnav___guide-item {
    float: right !important
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-button-section div#guideContainer-toolbar-nextitemnav___guide-item {
        float:none !important
    }
}

.form-bill-one .custom-bill-one .submitpo-button-section .warranty-submit .guideFieldWidget.guideFieldButtonWidget.xfaButton,.form-bill-one .custom-bill-one .submitpo-button-section .submitpo-submit .guideFieldWidget.guideFieldButtonWidget.xfaButton {
    margin-right: 0
}

.form-bill-one .custom-bill-one .submitpo-button-section .warranty-submit .guideFieldWidget.guideFieldButtonWidget.xfaButton .submit,.form-bill-one .custom-bill-one .submitpo-button-section .submitpo-submit .guideFieldWidget.guideFieldButtonWidget.xfaButton .submit {
    margin-right: 0 !important
}

.form-bill-one .custom-bill-one .submitpo-button-section .submit-po-button button.moveNext:not(.af-icon-button) {
    color: #fff;
    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 .submitpo-section-details div#guideContainer-rootPanel-panel_394734089-guidetextdraw___guide-item {
    height: 14px;
    margin-top: -6px
}

.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_321341578-guidetextdraw__ p {
    color: #d0d0d0 !important;
    font-size: 18px;
    line-height: 0
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_321341578-guidetextdraw__ p {
        font-size:14px;
        line-height: normal
    }
}

.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_321341578-guidefileupload__,.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_321341578-guideradiobutton__ {
    margin-left: 13px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_321341578-guidefileupload__,.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 {
    padding-left: 26px;
    width: 48%;
    padding-bottom: 11px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details .guideRadioButtonItem.afRadioButtonItem.guideFieldHorizontalAlignment {
        width:100%
    }
}

.form-bill-one .custom-bill-one .submitpo-section-details .guideRadioButtonGroupItems div:last-child {
    margin-left: 0
}

.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidebutton_1316874149___guide-item {
    position: relative;
    bottom: 127px
}

@media(max-width: 767px) {
    .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 {
    height: 14px;
    margin-top: -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,.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
}

@media(max-width: 767px) {
    .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,.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 .Materialsubtotal {
    text-align: right
}

.form-bill-one .custom-bill-one .submitpo-section-details .Materialsubtotal .guideFieldLabel.top {
    width: 161px;
    display: inline-block;
    height: 27px;
    line-height: 25px;
    vertical-align: middle
}

.form-bill-one .custom-bill-one .submitpo-section-details .Materialsubtotal .guideFieldLabel.top label {
    color: #303030;
    font-family: "Solstice Sans";
    font-size: 18px;
    font-weight: bold
}

.form-bill-one .custom-bill-one .submitpo-section-details .Materialsubtotal .guideFieldLabel.top label.isOptional::before {
    content: ""
}

.form-bill-one .custom-bill-one .submitpo-section-details .Materialsubtotal .numericInput {
    width: 150px;
    display: inline-block
}

.form-bill-one .custom-bill-one .submitpo-section-details .Materialsubtotal .numericInput input[type=text] {
    border: 0;
    text-align: right
}

.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
}

@media(max-width: 767px) {
    .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 .guideFieldLabel.top label {
    color: #7eb338;
    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
}

@media(max-width: 767px) {
    .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] {
    border: 0;
    text-align: right
}

.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: #555;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 22%;
    transition: opacity .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: #555 transparent transparent transparent
}

.form-bill-one .custom-bill-one .submitpo-section-details .LaborTime.guideTextDraw.guideStaticText,.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(clientlib-user-registration/css/uop-adaptive-form-theme/assets/calender.svg) 98%/1.4rem 2.2rem no-repeat !important;
    font-size: 12px !important;
    padding: 0 !important
}

.form-bill-one .custom-bill-one .submitpo-section-details .warranty-date input[type="date"] {
    font-size: 18px !important;
    background: url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/calender.svg) 99%/1.8rem 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
}

@media(max-width: 766px) {
    .form-bill-one .custom-bill-one .submitpo-section-details .servicebulletin .guideHelpQuestionMark {
        left:342px !important;
        top: 9px
    }
}

.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: 0
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details .guideHelpQuestionMark {
        left:207px;
        top: 10px
    }
}

@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-details .guideHelpQuestionMark:hover {
    background: 0
}

.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox___guideFieldLongDescription,.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1311387048___guideFieldLongDescription,.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_995793525___guideFieldLongDescription,.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: 0;
    box-shadow: rgba(0,0,0,0.2) 0 5px 10px;
    left: 21%;
    margin-left: -60px;
    bottom: 30px;
    height: auto;
    z-index: 1047;
    display: none !important
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox___guideFieldLongDescription,.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1311387048___guideFieldLongDescription,.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_995793525___guideFieldLongDescription,.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
    }
}

.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox___guideFieldLongDescription p,.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1311387048___guideFieldLongDescription p,.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_995793525___guideFieldLongDescription p,.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___guideFieldLongDescription:after,.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1311387048___guideFieldLongDescription:after,.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_995793525___guideFieldLongDescription:after,.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 #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1225795436___guideFieldLongDescription {
    left: 41% !important
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_1225795436___guideFieldLongDescription {
        max-width:211px
    }
}

.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-guidecheckbox_995793525___guideFieldLongDescription {
    left: 22%
}

.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
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details .FreightClaim .numericInput input[type="text"] {
        width:100%
    }
}

@media(max-width: 767px) {
    .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: right;
    vertical-align: center;
    padding-top: 40px;
    margin-right: -80px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details .freightSubtotal {
        text-align:left;
        vertical-align: center;
        padding-top: 0;
        margin-right: 0;
        width: 200px
    }
}

.form-bill-one .custom-bill-one .submitpo-section-details .freightSubtotal p {
    font-size: 18px !important
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details .freightSubtotal p {
        font-size:16px !important;
        line-height: 44px
    }
}

@media(max-width: 767px) {
    .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: 67px;
    margin-top: 31px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details .amount .numericInput {
        margin-left:0;
        margin-top: 1px
    }
}

.form-bill-one .custom-bill-one .submitpo-section-details .amount input[type="text"] {
    text-align: right;
    border: 0;
    width: 141px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details .amount input[type="text"] {
        text-align:left
    }
}

.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-table-Row1556010406308-tableItem1556010406310___guide-item,.form-bill-one .custom-bill-one .submitpo-section-details #guideContainer-rootPanel-panel_1573185223-table-Row1556010184531-tableItem1556010184536___guide-item {
    border: 0
}

.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: #fff !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: #fff !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
}

@media(max-width: 767px) {
    .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'],.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-material .numeric-box input[type="text"],.form-bill-one .custom-bill-one .submitpo-section-details .labor-table .numeric-box input[type="text"] {
    text-align: right;
    border: 0
}

.form-bill-one .custom-bill-one .submitpo-section-details .warranty-material .guideimage,.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 .warranty-material #guideContainer-rootPanel-panel_1573185223-table_100478425-Row2-tableItem__ p,.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 .warranty-material .TotalClaimMaterial p,.form-bill-one .custom-bill-one .submitpo-section-details .labor-table .TotalClaimMaterial p {
    height: 25px;
    color: #7eb338 !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,.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 .warranty-material th .guideFieldNode.guideTextDraw p,.form-bill-one .custom-bill-one .submitpo-section-details .labor-table th .guideFieldNode.guideTextDraw p {
    color: #fff !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
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .submitpo-section-details .claimText h3 {
        width:auto;
        height: auto
    }
}

.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: 0
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details .warranty-label-sec2 {
        margin-left:0
    }
}

.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: 0;
    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
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .submitpo-section-details .submitpo-producttable {
        overflow-x:auto;
        clear: both
    }
}

.form-bill-one .custom-bill-one .submitpo-section-details .submitpo-producttable .part-details .guideFieldNode.guideTextDraw p {
    color: #fff !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,.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 .fileAttachment {
    margin-left: 14px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-details .fileAttachment {
        margin-left:7px
    }
}

.form-bill-one .custom-bill-one .submitpo-section-details .part-details .guideTextDraw.guideStaticText {
    padding-right: 0 !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 .additionalComments {
    margin-left: 13px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .additionalComments {
        margin-right:5px;
        margin-left: 5px
    }
}

@media(min-width: 768px) and (max-width:1024px) {
    .form-bill-one .custom-bill-one .additionalComments {
        padding-left:0
    }
}

.form-bill-one .custom-bill-one .submitpo-section-order .committe-headline p::before {
    content: ""
}

@media(max-width: 1440px) and (min-width:768px) {
    .form-bill-one .custom-bill-one .submitpo-section-order .dropDownList.select-custom {
        width:100% !important
    }
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .submitpo-section-order .dropDownList.select-custom {
        width:100% !important
    }
}

.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
}

@media(max-width: 767px) {
    .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: .9rem !important
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .submitpo-section-order .guideTextDraw.guideStaticText {
        padding-left:.5rem !important
    }
}

.form-bill-one .custom-bill-one .submitpo-section-order #guideContainer-rootPanel-panel_686999192_copy_914269585-panel_713349921___guide-item {
    margin-top: -35px
}

.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,.form-bill-one .custom-bill-one .submitpo-section-order div#guideContainer-rootPanel-panel_686999192-panel-guidetextdraw_1989150145___guide-item,.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,.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
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .submitpo-section-order .wizard-navigators {
        background:transparent !important;
        margin-left: 0
    }
}

@media(min-width: 768px) {
    .form-bill-one .custom-bill-one .submitpo-section-order .col-md-10 {
        max-width:100% !important
    }
}

.form-bill-one .custom-bill-one .submitpo-section-order .guideTableRuntimeEditControl,.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: #fff url(clientlib-user-registration/css/uop-adaptive-form-theme/assets/calender.svg) 97%/1.8rem 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,.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
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .email-mailing .otherQuestions {
        margin-left:5px
    }
}

.form-bill-one .custom-bill-one .email-mailing .guideFieldLabel label {
    height: auto;
    margin-left: 4px
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .email-mailing .guideFieldLabel label {
        width:auto
    }
}

.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1309656087-guidetextbox__,.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
}

.form-bill-one .custom-bill-one .newform-billing .area .guideFieldDescription.long {
    bottom: 89px !important;
    max-width: 325px !important
}

.form-bill-one .custom-bill-one .newform-billing .area .guideFieldDescription.long:after {
    right: 253px !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
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-taxSection-guideradiobutton_455701124__ .guideHelpQuestionMark {
        right:264px !important
    }
}

@media(min-width: 1400px) {
    .form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-taxSection-guideradiobutton_455701124__ .guideHelpQuestionMark {
        top:0 !important;
        left: 385px
    }
}

.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-taxSection-guideradiobutton_455701124__ .guideFieldDescription.long {
    left: 58% !important
}

@media(min-width: 1400px) {
    .form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-taxSection-guideradiobutton_455701124__ .guideFieldDescription.long {
        left:98% !important
    }
}

.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-taxSection-guideradiobutton_455701124__ .guideFieldDescription.long:after {
    right: 31px !important
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .newform-billing .hint-square .guideHelpQuestionMark {
        right:118px !important
    }
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .newform-billing .hint-square .guideFieldDescription.long {
        left:33% !important;
        bottom: 95px !important
    }
}

.form-bill-one .custom-bill-one .newform-billing .hint-square .guideHelpQuestionMark {
    left: 242px
}

.form-bill-one .custom-bill-one .newform-billing .hint-square .guideHelpQuestionMark,.form-bill-one .custom-bill-one .newform-billing .area .guideHelpQuestionMark {
    width: 15px;
    height: 15px;
    top: 0;
    line-height: 35px;
    background: 0;
    opacity: 1
}

.form-bill-one .custom-bill-one .newform-billing .hint-square .guideHelpQuestionMark:hover,.form-bill-one .custom-bill-one .newform-billing .area .guideHelpQuestionMark:hover {
    background: none !important
}

.form-bill-one .custom-bill-one .newform-billing .hint-square .guideFieldLabel.top.isOptional::after,.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: 0 3px;
    font-size: 7px;
    position: relative;
    top: -2px
}

.form-bill-one .custom-bill-one .newform-billing .hint-square .newform-billing .dbasection .guideFieldDescription.long,.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 .hint-square .guideFieldDescription.long,.form-bill-one .custom-bill-one .newform-billing .area .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: 0;
    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,.form-bill-one .custom-bill-one .newform-billing .area .guideFieldDescription.long p {
    margin-bottom: 6px;
    margin-top: 6px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .newform-billing .hint-square .guideFieldDescription.long,.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 .hint-square .guideFieldDescription.long:after,.form-bill-one .custom-bill-one .newform-billing .area .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__,.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_253438566-guideradiobutton_cop__,.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-guidecheckbox__ {
    margin-left: 16px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1102572879-guideradiobutton_cop__,.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_253438566-guideradiobutton_cop__,.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1331601433-guidecheckbox__ {
        margin-left:5px
    }
}

.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
}

@media(max-width: 767px) {
    .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,.form-bill-one .custom-bill-one .newform-billing .PartDetails.guideItemSelected:after,.form-bill-one .custom-bill-one .newform-billing .square-shape.guideItemSelected:after,.form-bill-one .custom-bill-one .newform-billing .sameasshipping.guideItemSelected:after {
    color: #fff;
    left: 24px;
    top: 15px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .newform-billing .checkbox-step4.guideItemSelected:after,.form-bill-one .custom-bill-one .newform-billing .PartDetails.guideItemSelected:after,.form-bill-one .custom-bill-one .newform-billing .square-shape.guideItemSelected:after,.form-bill-one .custom-bill-one .newform-billing .sameasshipping.guideItemSelected:after {
        top:15px;
        left: 15px
    }
}

.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_873105257-financia-guidecheckbox_1313930133___guide-item .guideWidgetLabel.right .isOptional,.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
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_873105257-financia-guidecheckbox_1313930133___guide-item .guideWidgetLabel.right .isOptional,.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-top: 0;
    margin-bottom: 0;
    margin-left: 13px;
    height: auto;
    color: #303030;
    font-family: "Solstice Sans";
    font-size: 18px;
    line-height: 25px;
    font-weight: 300
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .newform-billing .guideGridFluidDescription.guidePanelDescription {
        margin-left:7px
    }
}

.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
}

.form-bill-one .custom-bill-one .newform-billing .guideCheckBoxGroupItems .guideWidgetLabel.right {
    display: flex;
    padding-left: 13px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .newform-billing .guideCheckBoxGroupItems .guideWidgetLabel.right {
        padding-left:0
    }
}

.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: 0 !important
}

.form-bill-one .custom-bill-one .newform-billing .guideTextDraw.guideStaticText p {
    font-size: 16px;
    letter-spacing: .2px;
    opacity: .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
}

@media(min-width: 768px) and (max-width:1024px) {
    .form-bill-one .custom-bill-one .newform-billing .submitpo-section-order .wizard-navigators {
        margin-left:-4px
    }
}

.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_1102572879-emailaddressbilling_-guidecheckbox___guide-item,.form-bill-one .custom-bill-one .newform-billing #guideContainer-rootPanel-panel_253438566-panel_1291588075-guidecheckbox___guide-item,.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 .addressLine2 .guideFieldLabel.top label.isOptional::before,.form-bill-one .custom-bill-one .accountNumber .guideFieldLabel.top label.isOptional::before,.form-bill-one .custom-bill-one .poNumber .guideFieldLabel.top label.isOptional::before,.form-bill-one .custom-bill-one .addressLine2-billing .guideFieldLabel.top label.isOptional::before,.form-bill-one .custom-bill-one .HoneywellInvoiceNumber .guideFieldLabel.top label.isOptional::before,.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
}

@media(max-width: 767px) {
    .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 {
    font-size: 18px;
    color: #d0d0d0 !important;
    margin-top: -10px
}

@media(max-width: 767px) {
    .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: 14px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .warranty-file .fileAttachment {
        margin-left:7px
    }
}

@media(min-width: 768px) and (max-width:1023px) {
    .form-bill-one .custom-bill-one .table {
        overflow-x:auto;
        clear: both
    }
}

.form-bill-one .custom-bill-one .text-aera {
    margin-left: 12px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .text-aera {
        margin-left:4px
    }
}

.form-bill-one .custom-bill-one .aircraft-make .col-md-6 {
    padding-right: 0
}

@media(max-width: 1440px) and (min-width:768px) {
    .form-bill-one .custom-bill-one .dropDownList.select-custom {
        width:100% !important
    }
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .dropDownList.select-custom {
        width:100% !important
    }
}

.form-bill-one .custom-bill-one .select-custom span.mvp-icon-carat_down {
    right: 7px;
    top: 34%;
    display: none
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .select-custom span.mvp-icon-carat_down {
        right:12px
    }
}

@media(min-width: 768px) {
    .form-bill-one .custom-bill-one .dropDownList.select-custom {
        width:100% !important
    }
}

.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
}

@media(max-width: 768px) {
    .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 {
    font-size: 18px !important;
    text-align: justify
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .damengine-text p {
        width:auto;
        font-size: 16px !important;
        word-spacing: -1px
    }
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .downloadLink {
        padding-bottom:1.5rem
    }
}

.form-bill-one .custom-bill-one .guideImage img {
    margin-top: .5rem;
    max-width: calc(100% - -0.5rem);
    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: #ee3124;
    position: absolute;
    left: -3px;
    top: 3px;
    font-weight: 500 !important
}

.form-bill-one .custom-bill-one .isRequires .guidePanelDescription.guideGridFluidDescription::before {
    content: "*";
    color: #ee3124;
    position: absolute;
    left: -3px;
    top: 3px;
    font-weight: 800
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .damengine-link p {
        font-size:16px !important;
        justify-content: initial
    }
}

.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
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-Link-guideimage___guide-item {
        max-width:46px;
        padding-left: 0;
        padding-right: 19px
    }
}

@media(max-width: 768px) {
    .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 {
    height: auto;
    color: #303030 !important;
    font-size: 18px !important
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .committe-region p {
        font-size:18px !important;
        font-weight: 300 !important
    }
}

.form-bill-one .custom-bill-one .committe-region p::before {
    content: "*";
    color: #ee3124;
    position: absolute;
    left: -3px;
    top: 3px;
    font-weight: 800
}

.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-sectionOne___guide-item,.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-panel___guide-item {
    margin-top: -30px
}

.form-bill-one .custom-bill-one #guideContainer-rootPanel-Aircraft-regionofoperation___guide-item {
    margin-top: -25px
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .charLimit.textaera-count {
        margin-bottom:0 !important
    }
}

.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy-table___guide-item,.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel_686999192_copy-guidefileupload___guide-item,.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;
    padding-right: 15px !important
}

@media(max-width: 767px) {
    .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 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 25px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .technicalIssueForm .text p {
        font-size:16px;
        line-height: 23px
    }
}

.form-bill-one .custom-bill-one .technicalIssueForm .helpText {
    margin-top: -10px
}

.form-bill-one .custom-bill-one .technicalIssueForm .helpText p {
    font-size: 18px;
    color: #d0d0d0 !important;
    padding-left: 4px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .technicalIssueForm .helpText p {
        padding-left:0
    }
}

.form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel-panel-nextitemnav___guide-item {
    margin-top: 22px;
    position: absolute;
    right: 0;
    padding-left: 200px
}

@media(max-width: 768px) {
    .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
    }
}

@media(min-width: 768px) and (max-width:1023px) {
    .form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel-panel-nextitemnav___guide-item {
        margin-top:22px;
        padding-left: 100px
    }
}

.form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_1227012388-guidetextdraw_2038144163__ {
    position: absolute;
    right: 114px;
    bottom: 27px
}

@media(max-width: 768px) {
    .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: -33px
}

@media(max-width: 768px) {
    .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_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: 0
}

.form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_623843435-panel-guidetextdraw___guide-item {
    padding-top: 0;
    position: absolute;
    left: 183px;
    top: 17px
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_623843435-panel-guidetextdraw___guide-item {
        padding-top:0 !important
    }
}

.form-bill-one .custom-bill-one .technicalIssueForm #guideContainer-rootPanel-panel_623843435-panel-guidetextdraw___guide-item .technicalText {
    color: #7eb338 !important;
    font-size: 22px
}

.form-bill-one .custom-bill-one .technicalIssueForm .technicalText {
    color: #7eb338 !important;
    font-size: 22px
}

.form-bill-one .custom-bill-one .technicalIssueForm .technicalAera {
    padding: 0 22px 0 13px
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .technicalIssueForm .technicalAera {
        padding:0 22px 0 7px
    }
}

.form-bill-one .custom-bill-one .technicalIssueForm .technicalAera .guideFieldLabel label {
    display: inline
}

.form-bill-one .custom-bill-one .technicalIssueForm .emailConf {
    padding-left: 15px
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .technicalIssueForm .emailConf {
        padding-left:7px
    }
}

@media(min-width: 768px) and (max-width:1024px) {
    .form-bill-one .custom-bill-one .technicalIssueForm .emailConf {
        padding-left:11px
    }
}

.form-bill-one .custom-bill-one .technicalIssueForm .confirmation {
    margin-top: 0
}

.form-bill-one .custom-bill-one .technicalIssueForm .technicalTextAera textarea {
    outline: 0;
    font-size: 16px;
    resize: none;
    padding-bottom: 0
}

.form-bill-one .custom-bill-one .technicalIssueForm .technicalTextAera textarea:focus {
    outline: none !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
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .technicalIssueForm .technicalCase {
        left:0;
        bottom: -5px
    }
}

.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: 0
}

.form-bill-one .custom-bill-one .purchaseCustomer .purchaseCustomerType {
    padding-left: 14px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .purchaseCustomer .purchaseCustomerType {
        padding-left:7px
    }
}

.form-bill-one .custom-bill-one .newFormConfirmation .confirmationNewFormBtn button {
    background: white;
    color: #1792e5
}

.form-bill-one .custom-bill-one .submitRequestForm {
    padding-top: 0 !important
}

.form-bill-one .custom-bill-one .website-fileAttachement {
    padding-left: 15px;
    padding-right: 2px
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .website-fileAttachement {
        padding-left:7px;
        padding-right: 7px !important
    }
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .guideTextDraw.guideStaticText.website-text {
        padding-left:0
    }
}

.form-bill-one .custom-bill-one .guideTextDraw.guideStaticText.website-text p {
    font-size: 18px !important;
    color: #d0d0d0 !important;
    padding-left: 4px
}

.form-bill-one .custom-bill-one .conf-focus input[type=text]:focus {
    border: none !important
}

.form-bill-one .custom-bill-one .focusConfirm {
    border: none !important;
    height: 0 !important
}

@media(max-width: 768px) {
    .form-bill-one .custom-bill-one .focusConfirm {
        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: #eee
}

.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-container--open {
    border-color: #1792e5
}

.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 {
    height: 100%;
    border: 0
}

.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-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: #fff;
    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: #fff
}

.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: 1px solid #d0d0d0 !important
}

@media(min-width: 768px) {
    .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
    }
}

.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: 0
}

.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,.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,.form-bill-one .custom-bill-one #guideContainer-rootPanel-panel-panel_copy-regionofoperation_co_1415464044___guide-item {
    padding-left: 0
}

.form-bill-one .custom-bill-one .ccd.technicalTextAera {
    height: 0 !important
}

@media(max-width: 767px) {
    .form-bill-one .custom-bill-one .ccd.technicalTextAera {
        height:auto !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"],.form-bill-one .custom-bill-one .DateofFailure-show.validation-failure input[type="text"],.form-bill-one .custom-bill-one .EngineReceiveddate-show.validation-failure input[type="text"],.form-bill-one .custom-bill-one .EngineOutDate-show.validation-failure input[type="text"],.form-bill-one .custom-bill-one .HoneywellCommitDate-show.validation-failure input[type="text"],.form-bill-one .custom-bill-one .date-picker.validation-failure input[type="text"] {
    border: 2px solid #ee3124
}

.form-bill-one .custom-bill-one .AircraftDate-show.validation-failure input[type="text"][aria-invalid='false'],.form-bill-one .custom-bill-one .DateofFailure-show.validation-failure input[type="text"][aria-invalid='false'],.form-bill-one .custom-bill-one .EngineReceiveddate-show.validation-failure input[type="text"][aria-invalid='false'],.form-bill-one .custom-bill-one .EngineOutDate-show.validation-failure input[type="text"][aria-invalid='false'],.form-bill-one .custom-bill-one .HoneywellCommitDate-show.validation-failure input[type="text"][aria-invalid='false'],.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
}

@media(max-width: 767px) {
    .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.hidden {
        display: block !important
    }

    .form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload {
        width: 100% !important
    }

    .form-bill-one .custom-bill-one .guideFieldWidget.textField.guideTelephone.telephoneWidget {
        width: 100% !important
    }

    .form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload {
        width: 100%
    }

    .form-bill-one .custom-bill-one .guideFieldWidget.afFileUpload.fileUpload button.button-default.button-medium.guide-fu-attach-button {
        padding: 0;
        width: 100px
    }

    .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: #fff !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: #fff !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 .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 .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
    }
}

@media(min-width: 768px) {
    .mvp-form-wrapper {
        margin-top:35px
    }
}

.mvp-form-wrapper .mvp-left-side {
    min-height: 60vh;
    height: 100%
}

@media(max-width: 767px) {
    .mvp-form-wrapper .mvp-left-side {
        min-height:100%
    }
}

.mvp-form-wrapper .mvp-left-side img {
    width: 100%
}

.mvp-form-wrapper .wizard-navigators>li .indicator {
    display: none
}

.mvp-form-wrapper .wizard-navigators>li .progress {
    display: none
}

@media(max-width: 767px) {
    .mvp-form-wrapper .wizard-navigators {
        width:calc(100% + 80px);
        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 .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
}

@media(max-width: 992px) {
    .mvp-form-wrapper .row .mvp-left-side {
        padding-right: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: #fff;
    border: 0;
    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
}

@media(max-width: 2240px) and (min-width:1170px) {
    .mvp-form-wrapper .row .mvp-right-side .bottom-buttons {
        width:calc(100% - 25px)
    }
}

@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
    }
}

.mvp-form-wrapper .afWizardPanel {
    min-width: 100%;
    padding: 0
}

.mvp-form-wrapper .mvp-left-side .cmp-text p {
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.31px;
    line-height: 28px
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .mvp-form-wrapper .mvp-left-side .cmp-text p {
        font-size:16px
    }
}

@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: 14px;
    font-weight: 300;
    margin: 20px 0
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .mvp-form-wrapper .mvp-left-side .cmp-text ol {
        font-size:16px
    }
}

@media only screen and (min-width: 993px) {
    .mvp-form-wrapper .mvp-left-side .cmp-text ol {
        font-size:18px
    }
}

.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: .5em
}

@media(max-width: 992px) {
    .mvp-form-wrapper .mvp-left-side .cmp-text ol {
        padding-left:10px
    }
}

.mvp-form-wrapper .row .mvp-left-side .cmp-title__text {
    font-weight: 900;
    font-size: 32px
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .mvp-form-wrapper .row .mvp-left-side .cmp-title__text {
        font-size:42px
    }
}

@media only screen and (min-width: 993px) {
    .mvp-form-wrapper .row .mvp-left-side .cmp-title__text {
        font-size:52px
    }
}

.mvp-form-wrapper .row .mvp-left-side .image.section {
    margin-top: 60px
}

@media(max-width: 992px) {
    .mvp-form-wrapper .row .mvp-left-side .image.section {
        margin-top:30px
    }
}

@media(max-width: 767px) {
    .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 .guideFieldError {
    position: absolute
}

@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
    }
}

.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",Helvetica,Arial,sans-serif;
    overflow: visible;
    text-transform: uppercase
}

.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators>li>a::before {
    margin-right: 0 !important;
    background-color: transparent;
    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: transparent !important;
    color: #707070 !important;
    font-weight: 900
}

@media(max-width: 767px) {
    .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
    }
}

.mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators:last-child>a::after {
    content: ""
}

@media(max-width: 767px) {
    .mvp-form-wrapper .row .mvp-right-side .aemformcontainer .wizard-navigators {
        white-space:normal
    }
}

.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
}

@media(max-width: 992px) {
    .mvp-form-wrapper .row .mvp-right-side .aemformcontainer .bottom-buttons .mvp-form-nav {
        width:calc(100% + 30px) !important
    }
}

@media(max-width: 992px) {
    .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 .client-btn {
        margin-top: 20px
    }
}

@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(-100% - 66px);
        top: -50px
    }
}

.mvp-form-wrapper .row .mvp-right-side {
    padding-left: 15px
}

@media(min-width: 768px) {
    .mvp-form-wrapper .row .mvp-right-side {
        margin-top:30px;
        padding-left: 40px
    }
}

@media(min-width: 992px) {
    .mvp-form-wrapper .row .mvp-right-side {
        padding-left:59px
    }
}

#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.guideMessage {
    background-image: none;
    background-color: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    display: none
}

#loadingPage * {
    display: none
}

.guideLoading {
    background: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: auto;
    z-index: 100000;
    background-color: #fff;
    display: none
}

.guideServiceLoading {
    display: none;
    background: 0;
    cursor: auto !important
}

.indicate_required label.isRequired::before {
    content: "*";
    color: #ee3124;
    position: absolute;
    left: -10px;
    top: 3px
}

.tooltip-form-overlay {
    background: gray;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: .4;
    z-index: 99;
    transition: .5s ease
}

.about_info {
    color: #7eb338 !important;
    font-size: 22px
}

@media(max-width: 576px) {
    .swiftype-result {
        margin-top:40px
    }
}

@media(max-width: 576px) {
    .XfaCheckBox input {
        z-index:999
    }
}

.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
}

@media(min-width: 768px) {
    .select2-search.select2-search--dropdown .select2-search__field {
        padding-left:16px
    }
}

.uop-tooltip.form-tooltip.bs-tooltip-top {
    top: -6px !important;
    left: 4px !important
}

.uop-tooltip.form-tooltip.arrow {
    left: calc(50% - 10px) !important
}

.uop-tooltip.form-tooltip.bs-tooltip-bottom {
    top: 12px !important;
    left: 4px !important
}

.contact-us textarea:focus {
    outline-offset: 0 !important;
    outline: none !important;
    border: 2px solid #1792e5 !important
}

.contact-us .message .guideFieldWidget.textField.multiline {
    padding-right: 0 !important
}

.Km-pic .guideFieldLabel.top label.isRequired::before {
    left: -10px
}

@media(max-width: 767px) {
    .Km-pic .guideFieldLabel.top label.isRequired::before {
        left:-4px
    }
}

.Km-pic .guideFieldNode.guideTextDraw.charLimit.char-limit.guideStaticText.af-field-filled {
    padding-left: 0
}

.Km-pic .guideTextDraw.text3.guideStaticText {
    padding-left: 0
}

.Km-pic .km-textAera .guideFieldWidget.textField.multiline {
    padding-left: 0
}

.Km-pic .guideTextDraw.guideStaticText {
    padding-left: 0
}

.form-bill-one .custom-bill-one .guideTextDraw.guideStaticText.helpText p {
    font-size: 18px;
    color: #d0d0d0 !important;
    padding-left: 4px
}

.guideFieldNode.guideTextDraw.charLimitText.guideStaticText.af-field-filled {
    font-family: "Solstice Sans";
    font-size: 17px;
    color: #303030;
    font-weight: 100;
    letter-spacing: 1px;
    opacity: .5;
    margin-top: -11px
}

@media(max-width: 767px) {
    .guideFieldNode.guideTextDraw.charLimitText.guideStaticText.af-field-filled {
        padding-left:7px;
        margin-bottom: 40px
    }
}

.charLimitText p,div#guideContainer-rootPanel-guidetextdraw_586783900__ p {
    font-family: "Solstice Sans";
    font-size: 17px !important;
    color: #303030;
    font-weight: 100;
    letter-spacing: 1px;
    opacity: .5
}

.modal-title {
    display: block !important
}

.registrationForm {
    .guideFieldWidget:not(.guideFieldButtonWidget) {
        width:auto;
        display: block
    }

    .guideWizardLayout {
        background: #f0ebe7;
    }
}

