@charset "UTF-8";
.tpc {
  position: relative;
}
.tpc.account-balance-summary {
  /*min-height: 400px;*/
}
.tpc {
  /*
  &.tpc-my-accounts-receivable,
  &.tpc-properties {
      min-height: 400px;
  }
  */
}
.tpc.my-profile .fa {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 20px;
}
.tpc.tpc-payment #securityCode::-webkit-inner-spin-button,
.tpc.tpc-payment #securityCode::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tpc.tpc-payment #securityCode {
  -moz-appearance: textfield;
}
.tpc.tpc-payment .form-control:-moz-read-only {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.tpc.tpc-payment .form-control:read-only {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.tpc.tpc-payment .k-grid.k-grid-display-block {
  display: -ms-grid !important;
  display: grid !important;
}
.tpc.tpc-my-payment .payment-items {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-primary) !important;
  padding-bottom: 1em;
}
.tpc.tpc-my-payment .payment-items.last-itme {
  border-width: 0 !important;
}
.tpc.tpc-my-payment {
  /*.cp-grid-delete-button {
      margin: 0 auto;
      display: block;
      background-color: var(--kendo-color-primary, #dee2e6);

      .k-icon {
          color: var(--bs-light) !important;
      }*/
  /* &:hover .k-icon {
          color: var(--bs-dark) !important;
      }*/
  /*}*/
}
.tpc.tpc-my-payment .responsive-button-column .cp-grid-delete-button {
  margin: auto;
  display: inline;
}
@media (max-width: 400px) {
  .tpc.tpc-my-payment [data-tpc-role=next-button], .tpc.tpc-my-payment [data-tpc-role=back-button] {
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
  }
}
.tpc.account-balance-summary .middle-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tpc.account-balance-summary .tile-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
.tpc.account-balance-summary .tile {
  width: 64px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}
.tpc.account-balance-summary .tile-link {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.tpc.account-balance-summary .tile-box {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: var(--bs-box-shadow) !important;
          box-shadow: var(--bs-box-shadow) !important;
}
.tpc.account-balance-summary .icon {
  font-size: 48px;
  /*
  width: 32px;
  height: 32px;*/
  color: var(--bs-primary);
}
.tpc.account-balance-summary .tile-label {
  margin-top: 8px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  /*max-width: 80px;*/
  word-wrap: break-word;
  text-align: center;
}
@media all and (max-width: 768px) {
  .tpc.account-balance-summary .tile {
    width: calc((100% - 48px) / 3) !important;
  }
}
.tpc .citizen-icon {
  height: 72px;
  width: 72px;
  font-size: 72px;
}
.tpc .citizen-icon-tile .card {
  width: 64px !important;
  height: 64px !important;
  margin: 0 auto;
}
.tpc .citizen-icon-tile .card a {
  margin-top: 12px;
}
.tpc .citizen-icon-tile .card span {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px;
}

.k-loading-image {
  color: var(--bs-primary) !important;
}

.k-loading-mask {
  background: var(--bs-white);
  opacity: 1;
  border-radius: 5px;
}

.line-separator {
  border: 1px solid white;
  margin-bottom: 1rem;
}

.k-radio:checked, .k-radio.k-checked {
  border-color: var(--kendo-color-primary, #0d6efd) !important;
  color: var(--kendo-color-primary, #0d6efd) !important;
  background-color: var(--kendo-color-on-primary, #0d6efd) !important;
}

.k-picker-solid, .k-picker-solid:focus, .k-picker-solid.k-focus, .k-picker-solid:hover, .k-picker-solid.k-hover {
  background-color: #ffffff !important;
}

.cp-fs-72 {
  font-size: 72px !important;
}

.cp-fs-14 {
  font-size: 14px !important;
}

.cp-fw-600 {
  font-weight: 600 !important;
}

.cp-fw-500 {
  font-weight: 500 !important;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}

.bd-callout-danger {
  border-left-color: var(--bs-danger);
}

.h1-only-title {
  font-size: 28px !important;
  font-weight: 600 !important;
}

/* Small screens and up (sm: ≥576px) */
@media (min-width: 576px) {
  .border-sm-1 {
    border: 1px solid var(--bs-secondary) !important;
  }
  .border.border-sm-0 {
    border: 0 !important;
  }
}
/* Medium screens and up (md: ≥768px) */
@media (min-width: 768px) {
  .border-md-0 {
    border: 0 !important;
  }
  .border.border-md-0 {
    border: 0 !important;
  }
}
/* Medium screens and down (md: ≥768px) */
@media (max-width: 768px) {
  .border-lmd-0 {
    border: 0 !important;
  }
}
@media (max-width: 576px) {
  .k-pager {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 8px;
  }
  .k-pager .k-dropdown {
    max-width: 65px;
  }
  .k-pager-sizes.k-label {
    display: none !important;
  }
  .k-pager-info {
    display: none !important;
  }
  .border-sm-0 {
    border: none !important;
  }
}
.groups-container {
  -webkit-columns: 2 300px;
     -moz-columns: 2 300px;
          columns: 2 300px;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.group-item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.citizenportal-main {
  padding-top: 12px !important;
}

.tpc.account-balance-summary .info-container [data-tpc-role=account-balance-pay-button] {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .tpc.account-balance-summary .info-container #total-amount-due-container,
  .tpc.account-balance-summary .info-container #unprocessed-payments-container {
    margin-bottom: 0.75rem;
  }
  .tpc.account-balance-summary .info-container [data-tpc-role=account-balance-pay-button] {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
.tpc.account-balance-summary .property-tax-item {
  font-size: 14px;
}
.tpc.account-balance-summary .property-tax-item p {
  margin-bottom: 0.5em;
}
.tpc.account-balance-summary .property-tax-item a:not(.btn):not([data-tpc-role=invoice-pdf-link]):not([data-tpc-role=invoice-link]) {
  padding: 0;
  background: none;
  border: none;
  color: var(--bs-link-color);
  text-decoration: underline;
}
.tpc.account-balance-summary .property-tax-item a:not(.btn):not([data-tpc-role=invoice-pdf-link]):not([data-tpc-role=invoice-link]):hover {
  text-decoration: none;
}
.tpc.account-balance-summary .property-tax-list .property-tax-item p,
.tpc.account-balance-summary .utilities-list .property-tax-item p,
.tpc.account-balance-summary .accounts-receivable-list .property-tax-item p,
.tpc.account-balance-summary .business-license-list .property-tax-item p,
.tpc.account-balance-summary .animal-license-list .property-tax-item p {
  margin-bottom: 0.5em;
}