.content_holder_v2 {
  height: calc(100% - 56px);
  position: fixed;
  top: 56px;
  width: 100vw;
}

.content_holder_v2.content_holder--with-facility-name {
  height: calc(100% - 99px);
  position: fixed;
  top: 99px;
  width: 100vw;
}

.style-future h4 {
  font-family: Roboto, sans-serif;
}

.style-future p,
.style-future li,
.style-future td,
.style-future th,
.style-future .alert {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.style-future .small {
  font-size: 12px;
  font-family: Roboto, sans-serif;
}

.style-future input[type="file"] {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.style-future b.header {
  color: #091E42;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}

.style-future .pageTitle,
.style-future b.pageTitle {
  color: #091E42;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}

.style-future table.form tr.section_header td {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #091E42;
  letter-spacing: 0;
  font-weight: 500;
}

.style-future .form > tbody > tr > td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.style-future b.subHeader {
  font-size: 12px;
  font-family: Roboto, sans-serif;
}

.style-future .page_header a {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.style-future #page_header_sub_text {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.style-future .typography {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto;
}

.style-future h3 {
  font-family: Roboto;
  color: #091E42;
}

.style-future .newTable {
  border-collapse: collapse;
}

.style-future .newTable td {
  color: #05111A;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.14px;
  padding: 8px 16px;
}

.style-future .newTable thead td {
  border-bottom: 2px solid #253858;
  font-weight: 700;
}

.style-future a {
  color: #0052CC;
}

.style-future .label-checkbox {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.style-future .text-input:not(span),
.style-future input.text-input:not(span),
.style-future .text-input textarea {
  border-radius: 4px;
  background-color: #FAFBFC;
  box-shadow: 0px 3px 2px 0px rgba(152, 162, 179, 0.20), 0px 1px 1px 0px rgba(152, 162, 179, 0.20);
  border: 1px solid #DFE1E6;
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.style-future textarea.text-input,
.style-future .text-input textarea {
  height: unset;
  padding-top: 8px;
}

.style-future select.text-input[multiple="multiple"] {
  height: auto;
  padding-top: 8px;
}

.style-future .filter-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.style-future .filter-label span {
  color: #5E6C84;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.15px;
}

.style-future .filter-content {
  display: flex;
  margin-top: 8px;
}

.style-future .filter-content__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.style-future .filter-content__checkboxes label {
  font-size: 14px;
}

.style-future  .filter-content__search-keywords {
  display: flex;
  flex-direction: column;
}

.style-future .filter-footer {
  padding-top: 16px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
}

/* COMPONENTS */
.style-future .new-button {
  box-shadow: 0 2px 2px -1px rgba(54, 97, 126, 0.3);
  border: 1px solid #253858;
  padding: 0 12px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  border-radius: 4px;
  cursor: pointer;
  background: #FFFFFF;
  color: #172B4D;
  transition: all 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  white-space: nowrap;
}

.style-future .new-button:hover {
  transform: translateY(-1px);
  background: #DEEBFF;
  color: #0747A6;
  border: 1px solid #253858;
}

.style-future .new-button:active {
  transform: translateY(1px);
}

.new-button:focus,
.new-button:active {
  outline: none;
}

.new-button.disabled,
.new-button.primary,
.new-button.success,
.new-button.subtle {
  border: 1px solid rgba(9, 30, 66, 0.04);
  box-shadow:
    0 1px 1px 0 rgba(19, 31, 21, 0.1),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.06);
}

.new-button.primary {
  background-color: #0052CC;
  border: 1px solid #0052CC;
  box-shadow: 0 2px 2px -1px rgba(54, 97, 126, 0.3);
  color: #FFFFFF;
}

.new-button.primary:hover,
.new-button.primary:focus {
  color: #fff;
  background-color: #0747A6;
  border: 1px solid #0747A6;
  box-shadow:
    0 4px 8px 0 rgba(54, 97, 126, 0.15),
    0 2px 2px -1px rgba(54, 97, 126, 0.3);
}

.new-button.secondary {
  background-color: #253858;
  border: 1px solid #253858;
  box-shadow: 0 2px 2px -1px rgba(54, 97, 126, 0.3);
  color: #FFFFFF;
}

.new-button.secondary:hover,
.new-button.secondary:focus {
  background-color: #172B4D;
  border: 1px solid #172B4D;
  box-shadow:
    0 4px 8px 0 rgba(54, 97, 126, 0.15),
    0 2px 2px -1px rgba(54, 97, 126, 0.3);
}

.new-button.btn-small {
  line-height: 26px;

  svg:first-child:last-child {
    padding: 6px 0;
  }
}

.new-button.medium {
  line-height: 34px;

  svg:first-child:last-child {
    padding: 10px 0;
  }
}

.new-button.large {
  font-size: 16px;
  line-height: 46px;
}

.new-button.xlarge {
  font-size: 18px;
  line-height: 54px;
}

.new-button.fullWidth {
  width: 100%;
}

.button-container {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

@-moz-document url-prefix() {
  .button-container {
    cursor: pointer;
  }

  .button-container pcs-button {
      pointer-events: none;
  }
}

.style-future .widget_tabs li.tab a.active span {
  background-image: none;
}

.style-future .widget_tabs li.tab a span {
  background-image: none;
}

.style-future .widget_tabs li.tab a {
  background-image: none;
  background-color: #DFE1E6;
  border: 1px solid #172B4D;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #172B4D;
}

.style-future .widget_tabs li.tab a.active {
  background-image: none;
  background-color: #172B4D;
  color: #FFF;
}

.checkbox-container {
  color: #344563;
  margin: 0;
  display: inline-flex;
  padding: 0;
  font-size: 14px;
  align-items: center;
  line-height: 1em;
  justify-content: flex-start;
}

.checkbox-item {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  display: flex;
  margin-top: 0;
  align-items: stretch;
  margin-right: 8px;
}

.checkbox-item > * {
  width: 100%;
}

.checkbox-item.backdrop:hover {
  background-color: #F4F5F7;
}

.checkbox-item.disabled {
  cursor: not-allowed;
}

.checkbox-item input {
  top: 0;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.checkbox-item .backdrop {
  top: 0;
  left: 0;
  right: 0;
  border: none;
  bottom: 0;
  position: absolute;
  box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.20), 0 3px 2px -2px rgba(152, 162, 179, 0.20), inset 0 0 0 1px rgba(0, 0, 0, 0.10);
  border-radius: 2px;
  background-color: #FAFBFC;
  transition-duration: 200ms;
  transition-property: box-shadow, background-color;
  transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
}

.checkbox-item .backdrop::after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, white, #f9fafb);
  border-radius: 2px;
}

.checkbox-item input:checked + .backdrop {
  background: #0052CC;
  border: none;
}

.checkbox-item .box {
  cursor: pointer;
  position: relative;
}

.checkbox-item .icon {
  position: absolute;
  top: 8.5px;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: 50% 50%;
  transition: transform 100ms cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1);
}

.checkbox-item input:checked ~ .icon {
  transform: translate(-50%, -50%) scale(1);
}

.style-future .box_grey td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.style-future #tabContainer div.tabContent {
  font-size: 14px;
  padding: 4px 8px;
}

/* TABLE UTILITIES */
.td-nowrap {
  white-space: nowrap;
}


/* ADMIN PAGE */
.style-future.style2-admin-page .subHeader {
  color: #172B4D;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  display: flex;
}

.style-future.style2-admin-page .linkSection a {
  color: #0052CC;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.style-future.style2-admin-page .linkSection-links{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* SCHEDULE */
.scheduleForm__container {
  border: 1px solid #97A0AF;
  background-color: #F4F5F7;
  padding: 24px;
  border-radius: 4px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}

.scheduleForm__container td {
  font-size: 16px;
  font-family: Roboto, sans-serif;
}

.schedule_party-list a {
  font-size: 16px;
  font-family: Roboto, sans-serif;
}

.schedule_party-list a img {
  transform: scale(1.2);
}

.scheduleForm__buttons-container {
  display: flex;
  justify-content: end;
  gap: 16px;
}

/* ORDERS PAGE */
.style-future.style2-orders-page {
  background-color: #f5f5f5;
}

.style-future.style2-orders-page .jump-to-order {
  justify-content: end;
  margin-top: 8px;
  max-width: 1280px;
}

.style-future.style2-orders-page .subHeader {
  color: #172B4D;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  display: flex;
}

.style-future.style2-orders-page .header2 {
  color: #403294;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  margin-bottom: 6px;
}

.style-future.style2-orders-page #PrintForm {
  margin-top: 14px;
}

.style-future.style2-orders-page .page_header,
.style-future.style2-orders-page .page_header + div,
.style-future .orderDisplay,
.style-future #PrintForm {
  max-width: 1280px;
}

.body_orders-page #fd-date_display_1, 
.body_orders-page #fd-date_display_2 {
  top: 20px !important;
  left: unset !important;
  right: 30px !important;
}

.order-search-container {
  background-color: #EBECF0;
  padding: 24px;
  border-bottom: 1px solid #C1C7D0;
  width: 99vw;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.order-search-content {
  display: flex;
  align-items: center;
}

.order-search-main {
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid #C1C7D0;
  padding-right: 16px;
  margin-right: 16px;
}

.search-input {
  width: 330px;
  border-radius: 4px;
  background-color: #FAFBFC;
  box-shadow: 0px 3px 2px 0px rgba(152, 162, 179, 0.20), 0px 1px 1px 0px rgba(152, 162, 179, 0.20);
  border: none;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
}

.order-filters-drawer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: none;
  z-index: 999;
}

.order-filters-drawer #orderSearch_DateSelector {
  display: flex;
}

.order-filters-drawer #orderSearch_DateSelector #date_display_1_vis,
.order-filters-drawer #orderSearch_DateSelector #date_display_2_vis {
  font-size: 12px;
}

.order-filters-drawer #orderSearch_DateType {
  font-size: 14px;
}

.order-filters-drawer #Errmsg {
  font-size: 14px;
  font-family: 'Roboto';
  margin-top: 16px;
  display: inline-flex;
}

/* Add media query for mobile view */
@media (max-width: 768px) {
  .search-input {
    width: 155px;
  }
}

.drawer-backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-drawer {
  background-color: #fff;
  width: 300px;
  height: 100vh;
  position: absolute;
  right: 0;
}

.drawer-header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DFE1E6;
}

.drawer-close {
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: #9EA0A5;
  cursor: pointer;
}

.drawer-title {
  color: #323C50;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 123.529% */
  letter-spacing: 0.3px;
}

.drawer-body {
  padding: 24px;
}

.selected-invoices__label {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

#wait_ReportLoading {
  border-radius: 4px;
  box-shadow: 0px 2px 2px 0px rgba(54, 97, 126, 0.30);
  padding: 0 16px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  box-sizing: border-box;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EBECF0;
}

#wait_ReportLoading .wrap {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

#wait_ReportLoading p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}


/* PAGE: ORDER INFO */
#OrderDetailTabContentWrapper {
  width: 950px;
}

#OrderDetailTabContentWrapper .checklist-notes {
  word-break: break-word;
}

.jump-to-order {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.tip__box {
  border: 2px solid #7A869A;
  background-color: #EBECF0;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 8px;
}

.tip__box td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.ulsort > li {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.sort-list__annotation {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.order-info-main-container .header {
  color: #091E42;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}

.order-info-main-container .orderDetailTabLink {
  color: #172B4D;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  background-color: #DFE1E6;
  display: inline-flex;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  box-sizing: border-box;
  white-space: nowrap;
  border: 1px solid #0052CC;
}

.order-info-main-container .orderDetailTabLink.oiTab {
  background-image: none;
}

.order-info-main-container .orderDetailTabLink.oiTab:hover {
  background-color: #C1C7D0;
  color: #172B4D !important;
}

.order-info-main-container .orderDetailTabLink.tabBlue {
  color: #FFF;
  background-color: #0263E0;
  background-image: none;
}

.order-info-main-container .orderDetailTabLink.tabBlue:hover {
  background-color: #043CB5;
  color: #FFF !important;
}

.order-info-main-container .orderDetailTabLink.tabGreen {
  color: #FFF;
  background-color: #00875A;
  background-image: none;
}

.order-info-main-container .orderDetailTabLink.tabGreen:hover {
  background-color: #0e7c3a;
  background-image: none;
  color: #FFF !important;
}

.order-info-main-container .orderDetailTabLink.tabRed {
  color: #FFF;
  background-color: #d61f1f;
  background-image: none;
}

.order-info-main-container .orderDetailTabLink.tabRed:hover {
  background-color: #ad1111;
  background-image: none;
  color: #FFF !important;
}

.order-info-main-container .email-send-container {
  border: 1px solid #0747A6;
  background-color:#F4F5F7;
  padding: 12px;
  font-size: 14px;
}

.order-info-main-container .header-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DFE1E6;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.order-info-main-container .header-page > div:first-child {
  display: flex;
  align-items: center;
  gap: 24px;
}

.order-info-main-container .info-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-info-header__container {
  padding: 24px;
  font-size: 14px;
  font-family: 'Roboto';
}

.order-info-header__container .info__date-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-info-header__section {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #DFE1E6;
}

.order-info-header__section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.order-info-header__container .value-item {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
}

.value-item__deep {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 8px;
}

.value-item__deep__right {
  grid-template-columns: 30px 1fr;
}

.order-info-header__container .value-item > span:first-child {
  width: 220px;
}

.info__price-section {
  display: flex;
  justify-content: space-between;
}

.info__host-section {
  display: flex;
  justify-content: space-between;
}

.info__host-section .info-host {
  display: flex;
  align-items: center;
  gap: 8px;
}

.info__notes-section {
  display: flex;
  justify-content: space-between;
}

.info__add-item-section {
  border: 1px solid #97A0AF;
	background-color: #EBECF0;
	padding: 6px 10px;	
}

.info__add-item-section form {
  display: flex;
  align-items: center;
  gap: 8px;
}

form.info-contact {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-empty-text {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.customer-info {
  margin-bottom: 24px;
}

.customer-info a, 
.customer-info span,
.customer-info td {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

#PaymentHistory .payment-empty {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.payment_tab button {
  font-size: 14px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}

#controller_table td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.order-info__payment-info {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-info__totals {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.payments-submit__container {
  display: flex;
  justify-content: end;
  padding: 24px;
}

#notificationBar.notificationBar_Prompt {
  font-size: 16px;
  font-family: Roboto, sans-serif;
}

.header.payment-details__header {
  color: #091E42;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 8px;
  margin-top: 4px;
  display: flex;
}

#payment_info.payment-info__details tbody tr td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.payment-info__details {
  margin-top: 8px;
}

div[id^='payment_containerFormFactoryRendererButtons'] {
  margin-top: 16px;
  margin-bottom: 16px;
}

.Annotation.payment-details__annotation {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.adjusment-table {
  margin-top: 16px;
}

.adjusment-table td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  padding: 4px 4px;
}

.void-message {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  margin-top: 16px;
}

.refund-container {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  margin-top: 16px;
}

.refund-container table td,
.refund-container p {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.submit-balance-check__container {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 16px;
}

#display_checklist {
  margin-top: 16px;
  width: 100%;
}

.sort-product-list__container {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}

.order-notes_form-container {
  border: 1px solid #97A0AF;
  padding: 16px;
  background-color: #EBECF0;
  margin-bottom: 16px;
  border-radius: 4px;
}

.order-notes_form-container form > div {
  position: relative;
  gap: 8px;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.order-notes_form-container form > div:first-child {
  margin-bottom: 4px;
}

.order-notes_form-container form > div > :first-child {
  justify-self: end;
}

.order-notes_form-container form > div > :not(first-child) {
  justify-self: baseline;
}

.order-notes_form-container form .order-notes__save-container {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
}

.order-notes__close-container {
  display: flex;
  margin-bottom: 24px;
}

.form-email_customer {
  width: 672px;
  background-color: #F4F5F7;
  border: 1px solid #97A0AF;
  padding: 16px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-email_customer,
.form-email_customer td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.form-email_customer .section-email {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-email_customer .section-subject {
  display: flex;
  gap: 4px;
  align-items: center;
}

.form-email_customer .section-subject input {
  width: 300px;
}

.form-email_customer .section-message {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-email_customer .section-message table:not(.toolbar1),
.form-email_customer .section-message table:not(.toolbar2) {
  background-color: #fff;
}

.form-email_customer .section-footer  {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
}

.email-invoice-form__container {
  width: 672px;
  background-color: #F4F5F7;
  border: 1px solid #97A0AF;
  padding: 16px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.email-invoice-form__container form {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.email-invoice-form__container form .section-invoice {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.email-invoice-form__container form .section-invoice .message-box {
  margin-top: 8px;
}

.email-invoice-form__container form .section-invoice .message-box table {
  margin: 0;
  background-color: #FFFFFF;
}

.email-invoice-form__container form .section-footer {
  display: flex;
  justify-content: end;
  margin-top: 16px;
}

.product-description,
#ProductDescriptionTrue {
  width: 200px;
}

#product_images h2 {
  color: #091E42;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}

#product_images td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

#product_images .Annotation {
  font-size: 12px;
}

#product_images input {
  font-size: 12px;
  margin-bottom: 12px;
  margin-top: 8px;
}

.style-future #close_container_wrapper td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.style-future #close_container_wrapper .header {
  color: #091E42;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 16px;
  display: flex;
}

/* Payments Forms */
.style-future form.payment_form tbody > tr > td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

/* ORDER PAGE */
.order-page .header {
  color: #091E42;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}

.order-page .header i {
  font-style: normal;
  font-weight: 800;
  color: #6d2ed1
}

.order-page #order_info_table td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

/* ASSIGN HOSTS */
.assign-hosts__form {
  margin-bottom: 16px;
}

.assign-hosts__form table tbody tr td {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

/* MODIFY DATE */
.modify-date__page .header {
  color: #091E42;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}

.modify-date__page .order-info h2 {
  font-size: 18px;
  font-family: Roboto, sans-serif;
  color: #172B4D;
  margin-bottom: 8px;
}

.modify-date__page .order-info p {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.modify-date__page .user-account {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.modify-date__page .select-control-box {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.updateProdut td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

/* PAGE: USERS */
.usersTable {
  margin-top: 16px;
}

.inactive-users-control {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

table.add-user__form tbody tr td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.edit-user-form.form tbody tr td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.security-groups .annotation {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

/* PAGE: DISCOUNTS */
#discount_log {
  padding-left: 0;
  padding-right: 0;
}

#discount_log b.header {
  font-size: 18px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  color: #172B4D;
  margin-bottom: 8px;
  display: block;
}

#discount_log td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  line-height: 22px;
  padding: 6px 12px;
}

.style-future #widget_tab_holder_jq .ui-tabs-nav {
  border-color: #ccc;
  border-width: 0px 0px 2px 0px !important;
}

.style-future #widget_tab_holder_jq .ui-tabs-nav li { 
  background: #DFE1E6;
  border: 1px solid #172B4D;
  color: #172B4D;
  border-radius: 0;
  margin: 0;
 }
 
.style-future #widget_tab_holder_jq .ui-tabs-nav li a { 
  color: #172B4D;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  line-height: normal;
  background: transparent;
  box-sizing: border-box;
  text-align: center;
}
 
.style-future #widget_tab_holder_jq .ui-tabs-nav li.ui-tabs-active a { 
  color: #ffffff;
}
 
.style-future #widget_tab_holder_jq .ui-tabs-nav li a span {
  padding: 0;
}
 
.style-future #widget_tab_holder_jq .ui-tabs-nav li.ui-tabs-active { 
  background: #172B4D;
  padding-bottom: 0;
}
 
.style-future #widget_tab_holder_jq { 
  padding: 0px; 
  background: none; 
  border-width: 0px; 
} 
 
.style-future #widget_tab_holder_jq .ui-tabs-nav { 
  padding-left: 0px; 
  background: transparent; 
  border-width: 0px 0px 1px 0px; 
  -moz-border-radius: 0px; 
  -webkit-border-radius: 0px; 
  border-radius: 0px; 
}  

#form_discount_item td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

#discount_perm {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

/* PAGE: WAIVERS */
.edit-waiver__table tbody tr td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  padding: 8px 0;
}

.edit-waiver__table .waiver_main {
  padding-left: 8px;
}

.edit-waiver__table .waiver_main p,
.edit-waiver__table .waiver_main span {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.edit-waiver__table .replacementFields .title {
  font-family: Roboto, sans-serif;
}

.edit-waiver__table .replacementHelpText {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}

.edit-waiver__table .replacementFields .field {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.waiver-settings__table tbody tr td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  padding: 8px 0;
}

.question-sets__table {
  margin-top: 32px;
}

.waivers__table {
  margin-top: 32px;
}

.edit-question__table tbody tr td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  padding: 8px 0;
  padding-right: 4px;
}

.add-question__table tbody tr td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  padding: 8px 0;
  padding-right: 4px;
}

#waiverQuestions {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

#waiverQuestions #sortlist li {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

#waiverQuestions #sortlist .prodLink {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.style-future .validateR {
  border-radius: 8px;
  padding-top: unset;
  height: unset;
  padding: 12px 6px;
}

.page-size__container {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.paginator_container {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.letters-customer__container a {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

#waiverQSCopyForm {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

/* PAGE: PRODUCTS */
.products-ul-list,
.products-ul-list .prodlinkD,
.products-ul-list .prodfieldsD {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.products-ul-list .prodfieldsD {
  width: 808px;
  display: flex;
  align-items: center;
}

.products-ul-list .prodType {
  width: 110px;
}

#product_matrix {
  font-family: 'Roboto', sans-serif;
}

#product_matrix a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

#product_matrix li>a div.prod_desc h4 {
  font-family: 'Roboto', sans-serif;
}

.new-product__table td {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 6px 0;
}

.new-product__table .Annotation {
  font-size: 12px;
}

.party-time__annotation {
  padding-right: 16px;
  padding-top: 4px;
}

#divShowProductionDescription p {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

#form_product_checklist_item #product_display {
  max-width: 550px;
}

#form_product_checklist_item .Annotation {
  font-size: 12px;
  font-family: Roboto, sans-serif;
}

#form_product_checklist_item table td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.product-category__list li {
  padding: 4px 0;
}

.product-category__list .prodLink {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.sort-product-categories__footer {
  display: flex;
  gap: 8px;
  transform: translateY(20px);
}

.style-future .slideCanister .valueDisplay input {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.style-future .slideCanister .valueDisplay {
  width: auto;
  height: auto;
}

.style-future .slideCanister .rightValue {
  /* right: -32px; */
  bottom: -1px;
  z-index: 999;
}

.style-future .slideCanister .slideTertiary .valueDisplay {
  left: -32px;
  top: 24px;
}

.style-future .slideCanister .slideSecondary .valueDisplay {
  left: -32px;
}

#product_event_options td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}


table.form.online-booking__form td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

table.form.online-booking__form .Annotation {
  font-size: 12px;
}

#waiverCopyForm {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

/* PAGE: VENDORS */
.vendors__column-email {
  max-width: 190px;
  word-wrap: break-word;
  white-space: break-spaces;
}

.vendors__column-email a,
.vendors__column-vendor a {
  white-space: normal;
}

.vendors__column-vendor {
  max-width: 190px;
  word-wrap: break-word;
  white-space: break-spaces;
}

#formVendor td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.addressWrapper span,
.addressWrapper b {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

/* PAGE: EMPLOYEES */
.contactListTable thead b {
  white-space: nowrap;
}

.form-email-user td,
.form-email-user td b,
.form-schedule-employees td,
.form-schedule-employees td b,
.form-schedule-public td,
.form-schedule-public td b { 
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #344563;
}

.unhosted-events-table td {
  white-space: nowrap;
}

/* PAGE: COMPANY INFORMATION */
#formCompany .section_header td {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #344563;
  font-weight: 600;
  padding-bottom: 12px;
}

#formCompany table tbody tr td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #344563;
}

#formFacility table tbody tr td {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #344563;
}

#formAlias #accordion h3 {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #344563;
} 

.pcs-admin-ul-list li a {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

#frmAddSetting .formLabel {
  font-family: Roboto, sans-serif;
}

/* PAGE: PAYMENT ACCEPTANCE */
#payment_acceptance h2 {
  font-size: 24px;
  font-family: Roboto, sans-serif;
  color: #091E42;
  margin-top: 12px;
}

.style-future .selected_payment_step {
  font-size: 14px;
}

/* PAGE: FACILITY FEATURES */
.form-facility_features .section_header td {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #344563;
}

/* PAGE: FACILITY TEXT AND LABELS */
.style-future #formLabels .widget_tabs li.tab a span {
  padding-left: 0;
  padding-right: 0;
}

.style-future #formLabels .widget_tabs li.tab a {
  padding-top: 0;
  padding-bottom: 0;
}

.style-future #formLabels .widget_tabs li.tab {
  margin: 0;
  float: unset;
  border-radius: 0;
  border: none;
}

.style-future #formLabels .widget_tabs li.ui-tabs-active a {
  background-image: none;
  background-color: #172B4D;
  color: #FFF;
}

.facility_labels_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

/* PAGE: EDIT TIME CARDS */
#formUserTime .subHeader {
  font-size: 16px;
  color: #091E42;
}

/* PAGE: LOGIN DISPLAY TEXT SETS */
#form_changeonline {
  margin-top: 16px;
}

/* PAGE: LOGIN */
.login-page-container {
  font-family: Roboto, sans-serif;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  background-color: #f5f5f5;
}

.login-page-container .pcs-margin-sides {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: none;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.login-page-container #PrivacyPolicy {
  position: absolute;
  z-index: 9;
  bottom: 20px;
}

.login-page-container::after {
  top: 27px;
  right: -1252px;
  width: 2576px;
  height: 900px;
  content: '';
  z-index: 0;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #EBECF0;
}

@media (max-width: 768px) {
  .login-page-container::after {
    right: -1558px;
    transform: rotate(-58deg);
  }
}

@media (min-width: 1920px) {
  .login-page-container::after {
    width: 2100px;
  }
}

@media (min-width: 2560px) {
  .login-page-container::after {
    width: 3600px;
  }
}

.login-page-main {
  margin: 0 auto;
  max-width: 1140px;
  z-index: 9;
  position: relative;
}

.login-logo {
  max-width: 171px;
  width: 171px;
  margin-top: 127px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .login-logo {
    margin-top: 38px;
  }
}

.login-logo__container {
  display: flex;
  justify-content: center;
}

.login-page__sign {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-page-main h1 {
  font-family: Roboto, sans-serif;
  color: #344563;
  font-size: 3.75rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 32px;
}

.login__news-item {
  max-width: 315px;
  zoom: 1.2;
}

.login__news-item:not(:last-child) {
  margin-bottom: 32px;
}

.login__news-item .news-item__date {
  font-family: Roboto, sans-serif;
  color: #0263E0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding-left: 30px;
}

.login__news-item .news-item__title {
  font-family: Roboto, sans-serif;
  color: #344563;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.login__news-item .news-item__content {
  font-family: Roboto, sans-serif;
  color: #253858;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
  padding-left: 30px;
  letter-spacing: 0;
}

.login-page__card {
  box-shadow: 0 0 1px 0 rgba(9, 30, 66, 0.31), 0 4px 8px -2px rgba(9, 30, 66, 0.25);
  width: 100%;
  border: none;
  display: flex;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 0.25rem;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  background-clip: border-box;
  padding: 24px;
}

.login-page__card label {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: Roboto, sans-serif;
}

.login-page__card #LoginForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.forgot-password--link {
  font-size: 14px;
  font-family: 'Roboto';
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.login-page__form-wrapper {
  z-index: 1;
  position: relative;
  width: 400px;
  max-width: 430px;
}

@media (max-width: 768px) {
  .login-page__form-wrapper {
    width: auto;
  }
}

/* IFRAME V2 */
.body__new-header #managementv2-iframe {
  /* min-height: calc(100vh - 56px) !important; */
  /* min-height: calc(100vh - 122px); */
}