/********************************* 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;
}

