/*!
 * Jetpack CRM
 * https://jetpackcrm.com
 *
 * Copyright 2022 Automattic
 *
 * Date: 22/08/22
 */
/*!
 * Jetpack CRM
 * http://zerobscrm.com
 * V3.0+
 *
 * Copyright 2020 Automattic
 *
 * Date: 15/10/2019
 */
.zbs-theme-support-2017 .entry-header {
  display: none;
}
.zbs-theme-support-2017 .entry-content {
  float: none !important;
  width: 100% !important;
}
.zbs-theme-support-2017 .zbs-client-portal-wrap .form-control {
  margin-bottom: 0.4em;
}
.zbs-theme-support-2017 #zbs-nav-tabs li a i.fa {
  margin-left: 0.6em;
}
.zbs-theme-support-2017 .zbs-field-group, .zbs-theme-support-2017 .zbs-field-group table {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.zbs-theme-support-2017 .zbs-field-group td div.zbs-text-input, .zbs-theme-support-2017 .zbs-field-group td select, .zbs-theme-support-2017 .zbs-field-group table td div.zbs-text-input, .zbs-theme-support-2017 .zbs-field-group table td select {
  width: 214px;
}
.zbs-theme-support-2017 .zbs-fieldgroup-main_address table td div.zbs-text-input {
  width: 204px;
}

.zbs-theme-support-2019 .zbs-site-main {
  margin: 0 !important;
  max-width: 100% !important;
}
.zbs-theme-support-2019 .zbs-portal-wrapper-sin {
  padding: 0;
  width: 68% !important;
}

.zbs-theme-support-2020 .zbs-site-main {
  max-width: 100% !important;
}
.zbs-theme-support-2020 #zbs-nav-tabs {
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.zbs-theme-support-2020 .zbs-portal-wrapper {
  background: #FFF;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.zbs-theme-support-2020 .zbs-portal-wrapper h1 {
  font-size: 2em !important;
}
.zbs-theme-support-2020 .zbs-portal-wrapper h2 {
  margin-top: 0 !important;
}
.zbs-theme-support-2020 .zbs-portal-wrapper-sin {
  padding: 20px !important;
  padding-right: 40px !important;
  border-radius: 0 !important;
  min-height: 650px !important;
  position: relative !important;
  flex: 1 !important;
  flex-grow: 3 !important;
  float: left !important;
  width: 70% !important;
  box-sizing: border-box !important;
}
.zbs-theme-support-2020 .entry-header {
  display: none;
}
.zbs-theme-support-2020 .post-inner {
  padding-top: 0.5em !important;
}
.zbs-theme-support-2020 .container.zbs-portal-login {
  margin-right: auto;
  margin-left: auto;
}

.zbs-theme-support-2021 .zbs-site-main {
  margin: 0 2em 2em 2em !important;
  max-width: 100% !important;
}
.zbs-theme-support-2021 .entry-header {
  display: none;
}
.zbs-theme-support-2021 .entry-content {
  margin-top: 0;
}
.zbs-theme-support-2021 .site-main {
  padding-top: 0;
}
.zbs-theme-support-2021 .zbs-portal-wrapper {
  margin-top: 0;
}
.zbs-theme-support-2021 .container.zbs-portal-login {
  margin-right: auto;
  margin-left: auto;
}
.zbs-theme-support-2021 #zbs-main .zerobs-proposal > .zerobs-proposal-body {
  max-width: 800px;
}

.zbs-theme-support-2022 {
  /* hide page title and subsequent hr */
}
.zbs-theme-support-2022 .wp-block-post-title, .zbs-theme-support-2022 .wp-block-post-title + hr {
  display: none;
}
.zbs-theme-support-2022 .zbs-portal-grid {
  /* give padding to main portal area */
  padding: 0 30px 0 30px;
  /* style table elements better */
}
.zbs-theme-support-2022 .zbs-portal-grid table {
  border-collapse: collapse;
  width: 100%;
}
.zbs-theme-support-2022 .zbs-portal-grid th, .zbs-theme-support-2022 .zbs-portal-grid td {
  border: 1px solid;
  padding: 10px;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  right: 20px;
  /* Calendars */
}
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker:before {
  top: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-right: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  left: 9px;
}
.daterangepicker.opensleft:after {
  left: 10px;
}
.daterangepicker.openscenter:before {
  right: 0;
  left: 0;
  width: 0;
  margin-right: auto;
  margin-left: auto;
}
.daterangepicker.openscenter:after {
  right: 0;
  left: 0;
  width: 0;
  margin-right: auto;
  margin-left: auto;
}
.daterangepicker.opensright:before {
  right: 9px;
}
.daterangepicker.opensright:after {
  right: 10px;
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.end-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-left: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 28px 0 6px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  right: 8px;
  top: 8px;
}
.daterangepicker.rtl .input-mini {
  padding-left: 28px;
  padding-right: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
  right: auto;
  left: 8px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-right: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: right;
}
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.ranges li.active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: right;
  }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: left;
  }
  .daterangepicker.ltr {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.ltr .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: right;
  }
  .daterangepicker.rtl {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.rtl .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: left;
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: right;
  }
  .daterangepicker.rtl .ranges {
    float: left;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
/*!
 * Jetpack CRM
 * http://www.zerobscrm.com
 * V1.1.18
 *
 * Copyright 2020 Automattic
 *
 * Date: 11/10/16
 */
div.calendar-table .table-condensed > tbody > tr > td, div.calendar-table .table-condensed > tbody > tr > th, div.calendar-table .table-condensed > tfoot > tr > td, div.calendar-table .table-condensed > tfoot > tr > th, div.calendar-table .table-condensed > thead > tr > td, div.calendar-table .table-condensed > thead > tr > th {
  padding: 0;
}

/*!
 * Jetpack CRM
 * https://jetpackcrm.com
 *
 * Copyright 2022 Automattic
 *
 * Date: 22/08/22
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: right;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.daterangepicker table {
  font-size: 14px !important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px !important;
  line-height: 1.4em;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.monthselect, .yearselect {
  font-weight: 700;
}

.zbs-client-portal-wrap {
  position: relative;
  min-height: 650px !important;
}
.zbs-client-portal-wrap #zbs-nav-tabs {
  list-style-type: none;
  width: 30%;
  float: right;
  padding-right: 20px;
  min-height: 650px;
}
.zbs-client-portal-wrap #zbs-nav-tabs li {
  list-style: none;
  position: relative;
  padding: 5px;
}
.zbs-client-portal-wrap #zbs-nav-tabs li a {
  padding: 0.875em 0;
  display: block;
}
.zbs-client-portal-wrap #zbs_invoice_logos img {
  max-width: 50%;
  max-height: 100px;
}
.zbs-client-portal-wrap wh-logo-set-img {
  max-width: 50%;
  height: 100px;
}
.zbs-client-portal-wrap .alert {
  margin: 2em;
  background: #38b6dc;
  text-align: center;
  padding: 1em;
  border-radius: 0.5em;
}
.zbs-client-portal-wrap .alert a {
  color: #000 !important;
  font-weight: 800;
}
.zbs-client-portal-wrap .alert a:hover {
  text-decoration: underline;
}
.zbs-client-portal-wrap .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.zbs-client-portal-pro-note {
  background: #000;
  text-align: center;
  color: #FFF;
  padding: 1em;
  margin: 2em;
  font-family: helvetica;
  border-radius: 0.5em;
}
.zbs-client-portal-pro-note img, .zbs-client-portal-pro-note a img {
  margin-top: 1em;
  border: 0;
}
.zbs-client-portal-pro-note a {
  color: #FFF !important;
  font-weight: 800;
}
.zbs-client-portal-pro-note a:hover {
  text-decoration: underline;
}
.zbs-client-portal-pro-note .small {
  margin-top: 1em;
  font-size: 0.7em;
}
.zbs-client-portal-pro-note .small span {
  color: blue;
}
.zbs-client-portal-pro-note .small span:hover {
  cursor: pointer;
}

.zbs_alert {
  padding: 10px;
  background: #8BC34A;
  color: white;
  display: block;
  text-align: center;
}

.zbs-portal-wrapper {
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  width: 70%;
  box-sizing: border-box !important;
}
.zbs-portal-wrapper h1 {
  margin-top: 0px;
}

.zbs-portal-wrapper-sin {
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  width: 100%;
}

.zbs-portal-wrapper-sin h1 {
  margin-top: 0px;
}

.zbs-alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.zbs-portal-login .login-form {
  width: 500px;
  max-width: 80%;
  padding: 20px;
  border: 1px solid #ddd;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 20px;
}
.zbs-portal-login .login-form input[type=text], .zbs-portal-login .login-form input[type=password] {
  width: 100%;
}

.zbs-portal-invoices-list .tools .fa {
  color: #a3210b;
}
.zbs-portal-invoices-list .status {
  padding: 5px;
  border-radius: 2px;
}
.zbs-portal-invoices-list .paid {
  background: green;
  color: white;
  font-weight: 700;
  line-height: 21px;
}
.zbs-portal-invoices-list .unpaid {
  background: #d0d012;
  color: white;
  font-weight: 700;
  line-height: 21px;
}
.zbs-portal-invoices-list .draft {
  background: #999;
  color: white;
  font-weight: 700;
  line-height: 21px;
}
.zbs-portal-invoices-list .overdue {
  background: red;
  color: white;
  font-weight: 700;
  line-height: 21px;
}

.zbs-invoice-thanks {
  text-align: center;
}

.zbs-single-invoice-portal .zbs-invoice-pull-left {
  float: right;
  width: 50%;
}
.zbs-single-invoice-portal .zbs-invoice-pull-right {
  float: left;
  width: 50%;
  text-align: left;
}
.zbs-single-invoice-portal .clear {
  clear: both;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner {
  padding: 20px;
  border: 1px solid #ddd;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .status-total {
  position: relative;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner #invoice_totals tr td {
  border: none;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner #zbs-business-info-wrapper {
  width: 50%;
  float: right;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner #zbs-customer-info-wrapper {
  width: 50%;
  float: left;
  text-align: left;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box {
  padding: 50px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box .zbs-portal-value {
  font-size: 40px;
  font-weight: 900;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box table,
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box td,
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box th {
  table-layout: auto;
  border: none;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box table .dz,
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box td .dz,
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box th .dz {
  font-size: 13px;
  font-style: italic;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box .ri {
  text-align: left;
  font-weight: 600;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box .cen {
  text-align: center;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box .zbs-invoice-paid {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 30px;
  margin-left: 50px;
  color: #038d24;
  background: #92e9a7;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box .zbs-invoice-paid .fa {
  margin-left: 10px;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box .zbs-portal-label {
  background: #546273;
  color: white;
  display: inline;
  padding: 5px;
  border-radius: 4px;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box .pay-to-name {
  font-size: 30px;
  font-weight: 800;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box .inv-num {
  font-size: 18px;
  font-weight: 800;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-invoice-box .zbs-portal-biz {
  margin-top: 20px;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-portal-inv-deets {
  text-align: left;
}
.zbs-single-invoice-portal .zbs-invoice-portal-inner .zbs-portal-inv-deets .date {
  font-style: italic !important;
}

.zbs-client-portal-wrap #zbs_invoice_logos img {
  max-width: 50%;
  max-height: 100px;
}

.zbs-fieldgroup-main_address, .zbs-fieldgroup-second_address {
  width: 48%;
  float: right;
  margin-left: 2%;
}
.zbs-fieldgroup-main_address table, .zbs-fieldgroup-second_address table {
  width: 100%;
}

.zbs-fieldgroup-main_address_100w, #wptbpMetaBoxGroup-main_address_100w {
  width: 100%;
}

.zbs-hide {
  display: none;
}

.zbs-fieldgroup-main_address:after {
  content: "";
  display: table;
  clear: both;
}

.zerobs-proposal-actions {
  text-align: center;
  margin-top: 3em;
}

.zerobs-proposal-poweredby {
  margin-top: 2em;
}

/* Few tweaks as provided by Alvaro in slack ... wh selectively added those which made sense for multi-theme userbase JIRA-ZBS-531 */
.zbs-portal-wrapper .zbs-portal-login .login-form input[type=text], .zbs-portal-wrapper .zbs-portal-login .login-form input[type=password], .zbs-portal-wrapper .form-control.widetext, .zbs-portal-wrapper .form-control.zbs-tel, .zbs-portal-wrapper .form-control.zbs-email, .zbs-portal-wrapper .form-control.zbs-date, .zbs-portal-wrapper input[type=text], .zbs-portal-wrapper input[type=password], .zbs-portal-wrapper input[type=tel], .zbs-portal-wrapper input[type=email], .zbs-portal-wrapper input.text, .zbs-portal-wrapper input.title, .zbs-portal-wrapper textarea, .zbs-portal-wrapper select {
  padding-right: 1em;
  padding-left: 1em;
  margin-bottom: 1em;
  width: 100%;
  height: 50px;
}

/* Fixes for Astra Theme and general poor display on WP.org themes */
.zbs-portal-wrapper label {
  clear: right;
}

/* WH added for Your details page additions of checkbox radio buttons 2.98.5 */
.zbs-portal-wrapper .zbs-field-checkbox-wrap .zbs-cf-checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.zbs-portal-wrapper .zbs-field-checkbox-wrap .zbs-cf-checkbox label {
  padding: 0 23px 0 0 !important;
}
.zbs-portal-wrapper .zbs-field-checkbox-wrap .zbs-cf-checkbox:first-of-type {
  padding-right: 0 !important;
}
.zbs-portal-wrapper .zbs-field-checkbox-wrap .zbs-cf-checkbox label, .zbs-portal-wrapper .zbs-field-checkbox-wrap .zbs-cf-checkbox + label {
  font-size: 16px !important;
  font-weight: normal;
}
.zbs-portal-wrapper .zbs-field-radio-wrap {
  text-align: right;
}
.zbs-portal-wrapper .zbs-field-radio-wrap .zbs-radio {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  vertical-align: baseline;
  font-style: normal;
  min-height: 17px;
  font-size: 1rem;
  line-height: 17px;
  min-width: 17px;
  font-size: 16px !important;
  font-weight: normal;
}

.entry-title {
  display: none !important;
}

.fullW {
  width: 100% !important;
}

.zbs-client-portal-wrap {
  display: flex;
}
.zbs-client-portal-wrap .zbs-portal-wrapper {
  padding: 20px;
  box-shadow: -1px 1px 1px 1px #ccc;
  border-radius: 7px 0px 0px 7px;
  min-height: 650px !important;
  position: relative;
  flex: 1;
  flex-grow: 3;
}
.zbs-client-portal-wrap #zbs-nav-tabs {
  margin: 0px;
  padding-right: 0px;
  box-shadow: 0px 1px 0px 1px #ccc;
  border-radius: 0px 7px 7px 0px;
  padding-top: 7px;
  flex: 1;
}
.zbs-client-portal-wrap #zbs-nav-tabs li {
  padding: 0px;
}
.zbs-client-portal-wrap #zbs-nav-tabs li a {
  padding: 10px;
  box-shadow: none;
}
.zbs-client-portal-wrap #zbs-nav-tabs li a:hover {
  box-shadow: none;
  background: #000;
  color: white;
}
.zbs-client-portal-wrap #zbs-nav-tabs a {
  color: #ccc;
}
.zbs-client-portal-wrap #zbs-nav-tabs a:hover {
  color: #ccc !important;
}
.zbs-client-portal-wrap #zbs-nav-tabs .fa {
  margin-left: 0.5em;
}

.zbs-line-info-title {
  font-size: 30px;
  font-weight: 800;
}

.portal-invoice-to {
  margin-bottom: 20px;
}

.zbs-entry-content {
  margin-top: var(--global--spacing-vertical);
}

.zbs-portal-grid {
  display: grid;
  gap: 1rem;
  overflow: auto;
}
@media (min-width: 1100px) {
  .zbs-portal-grid {
    grid-template-columns: 1fr 3fr;
  }
  .zbs-portal-grid .zbs-multi-group-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .zbs-portal-grid .zbs-multi-group-item {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    flex: 1;
  }
  .zbs-portal-grid .zbs-portal-grid-footer {
    grid-column: span 2;
  }
}
@media (max-width: 1100px) {
  .zbs-portal-grid .zbs-responsive-table table, .zbs-portal-grid .zbs-responsive-table thead, .zbs-portal-grid .zbs-responsive-table tbody, .zbs-portal-grid .zbs-responsive-table th, .zbs-portal-grid .zbs-responsive-table td, .zbs-portal-grid .zbs-responsive-table tr {
    display: block;
  }
  .zbs-portal-grid .zbs-responsive-table thead {
    display: none;
  }
  .zbs-portal-grid .zbs-responsive-table tr {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .zbs-portal-grid .zbs-responsive-table td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding-right: 50%;
  }
  .zbs-portal-grid .zbs-responsive-table td:before {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 45%;
    padding-left: 10px;
    white-space: nowrap;
  }
  .zbs-portal-grid .zbs-responsive-table td:before {
    content: attr(data-title);
    top: 50%;
    transform: translateY(-50%);
  }
}
.zbs-portal-grid .zbs-multi-group-item:first-child {
  margin-top: 30px;
}
.zbs-portal-grid .zbs-multi-group-item {
  margin-bottom: 30px;
  padding: 10px;
  border-right: 5px solid rgba(0, 0, 0, 0.1);
}
.zbs-portal-grid .zerobs-proposal-body {
  max-width: unset !important;
}
.zbs-portal-grid .zbs-field-group-label {
  font-weight: bold;
  font-size: 110%;
}
.zbs-portal-grid .zbs-portal-nav {
  max-width: 58rem;
}
.zbs-portal-grid #zbs-nav-tabs {
  padding: 0px;
}
.zbs-portal-grid #zbs-nav-tabs li {
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 0;
  white-space: nowrap;
}
.zbs-portal-grid #zbs-nav-tabs li:last-child {
  border-bottom-width: 1px;
}
.zbs-portal-grid #zbs-nav-tabs a {
  display: block;
  padding: 0.5em 1em;
}
.zbs-portal-grid #zbs-nav-tabs .fa {
  margin-left: 0.5em;
}
.zbs-portal-grid .zbs-portal-content .alert {
  margin: 2em;
  background: #38b6dc;
  text-align: center;
  padding: 1em;
  border-radius: 0.5em;
}
.zbs-portal-grid .zbs-portal-content .alert a {
  font-weight: 800;
}
.zbs-portal-grid .zbs-portal-grid-footer {
  clear: both;
  position: relative;
  margin-top: 50px;
}
.zbs-portal-grid p {
  padding: 3px;
  margin: 0 0 6px;
}
.zbs-portal-grid label {
  display: block;
  margin: 0px;
}
.zbs-portal-grid .zbs-radio label, .zbs-portal-grid .zbs-cf-checkbox label {
  white-space: nowrap !important;
  padding: 2px;
}
.zbs-portal-grid .zbs-radio label span, .zbs-portal-grid .zbs-cf-checkbox label span,
.zbs-portal-grid .zbs-radio label input, .zbs-portal-grid .zbs-cf-checkbox label input {
  vertical-align: middle;
}
.zbs-portal-grid #submit {
  margin-top: 2rem;
}
.zbs-portal-grid input:not([type=checkbox]):not([type=radio]), .zbs-portal-grid select, .zbs-portal-grid textarea, .zbs-portal-grid .jpcrm-inline-file-input {
  width: 95%;
}
.zbs-portal-grid tr, .zbs-portal-grid td, .zbs-portal-grid th {
  word-break: keep-all;
}

.zbs-portal-grid.no-nav {
  grid-template-columns: 1fr;
}

#rememberme {
  vertical-align: baseline;
  margin-left: 5px;
}

.login-remember label {
  display: block;
  margin-top: 10px;
}

.sgr-recaptcha {
  transform: scale(1);
}

.sgr-recaptcha div {
  margin: auto;
}

.zbs-default-avatar {
  font-size: 3em;
  margin: 0.3em;
  margin-top: 0.5em;
  font-style: normal;
}

i.icon.child:before {
  content: "\f1ae";
  display: inline-block;
  font-family: FontAwesome;
}

.client-portal-file-upload:before {
  content: "\f0ee";
  display: inline-block;
  font-family: FontAwesome;
}

.client-portal-file-upload-remove:before {
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
}

.client-portal-file-upload {
  border: 1px solid #ccc;
  display: inline-block !important;
  padding: 6px 12px;
  cursor: pointer;
  width: initial;
}

.client-portal-file-upload,
.client-portal-file-upload-remove {
  border: 1px solid #ccc;
  display: inline-block !important;
  padding: 6px 12px;
  cursor: pointer;
  width: initial;
}

.client-portal-file-upload:hover,
.client-portal-file-upload-remove:hover {
  border: 1px solid #999;
}

.client-portal-input-file {
  display: none;
}

.client-portal-profile-picture {
  max-width: 150px;
  height: auto;
  display: inline-block;
}

.client-portal-profile-picture-container {
  display: inline-block;
  text-align: center;
}
