.renewals_table td {
  width: 6%;
}

.renewals_table.table-container {
  max-height: unset;
  overflow-y: auto;
  overflow-x: auto;
}

.renewals_table th {
  width: 6%;
  vertical-align: unset !important;
}

a {
  cursor: pointer
}

div#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  display: none;
  transition: 0.5s;
}

div#preloader p {
  position: relative;
  top: 50%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.table-container .ps-resubmits tfoot th {
  text-align: center;
}

.table-container .ps-resubmits thead {
  position: fixed;
  width: calc(100% - 49px);
  text-align: center;
  height: 80px !important;
}

.table-container .ps-resubmits thead th {
  background: #fff;
  width: 10%;
  display: block;
  float: left;
  height: 100%;
}

.table-container .ps-resubmits td {
  width: 10%;
  text-align: center;
}

/*Solar resubmits */
.table-container .solar-resubmits tfoot th {
  text-align: center;
}

.table-container .solar-resubmits {
  max-height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.table-container .solar-resubmits thead {
  position: fixed;
  width: calc(100% - 49px);
  text-align: center;
  height: 80px !important;
}

.table-container .solar-resubmits thead th {
  background: #fff;
  width: 12.5%;
  display: block;
  float: left;
  height: 100%;
}

.table-container .solar-resubmits td {
  width: 10%;
  text-align: center;
}

/*Total state signups*/
.table-container .total-state-signups tfoot th {
  text-align: center;
}

.table-container {
  max-height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.table-container .total-state-signups thead {
  position: fixed;
  width: calc(100% - 49px);
  text-align: center;
}

.table-container .total-state-signups thead th {
  background: #fff;
  width: 20%;
}

.table-container .total-state-signups td {
  width: 20%;
  text-align: center;
}

.customer-composition-container {
  padding: 20px 20vw;
}

@media (max-width: 998px) {
  .customer-composition-container {
    padding: 10px 0;
  }
}

.pwstr_customer_resubmits .table-container tfoot th {
  text-align: center;
}

.pwstr_customer_resubmits .table-container {
  max-height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

#pageadmintables {
  font-size: 14px;
}

#pageadmintables h5 {
  font-size: 16px;
}

#pageadmintables table {
  font-size: 1em;
}

#pageadmintables table .supplierMessage {
  word-break: break-all;
}

#pageadmintables table .btn {
  padding: 10px 20px;
  font-size: 14px;
}

#pageadmintables table .btn.active {
  background-color: transparent;
  color: #1c1449;
}

#pageadmintables input:not(.btn) {
  background-color: #f6f7f9;
  margin: 0;
}

.pwstr_customer_resubmits .table-container thead th {
  background: #fff;
  position: sticky;
  top: 0;
}

.pwstr_customer_resubmits .table-container td {
  text-align: center;
}

.pssa_customer_resubmits .table-container tfoot th {
  text-align: center;
}

.pssa_customer_resubmits .table-container {
  max-height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.pssa_customer_resubmits .table-container thead {
  position: fixed;
  width: calc(100% - 49px);
  text-align: center;
  height: 80px !important;
}

.pssa_customer_resubmits .table-container thead th {
  background: #fff;
  width: 12.5%;
  display: block;
  float: left;
  height: 100%;
}

.pssa_customer_resubmits .table-container td {
  width: 10%;
  text-align: center;
}

.pwstr_totals .pleceholder-row {
  display: block !important;
}

.admin-pdf-popup {
  display: none;
  background-color: #fff;
  width: auto;
  min-width: 400px;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}

.admin-pdf-popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 15px;
  cursor: pointer;
}

.admin-pdf-popup a.pdf-link {
  display: block;
}

#pageadmintables ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}

#pageadmintables ul li {
  display: block;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border-bottom: 4px solid transparent;
}

#pageadmintables ul li > a {
  display: inline-block;
  padding-block: 10px;
}

#pageadmintables ul li.active {
  border-color: var(--theme-primary-color);
}

#pageadmintables ul li:hover {
  color: #ececec;
}

div#pageadmintables {
  padding: 50px 30px;
  min-height: 600px;
  box-sizing: border-box;
}

div#updater {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 9999999;
}

div#updater .mess {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  font-size: 40px;
}

div#updater img {
  max-width: 150px;
}

#filters.ps-row > div {
  flex: 1 1 0;
}

div#adminfutureenrollments table tr.invalid-rate {
  background: rgb(255 170 170);
}

button#start-auto-update.active {
  background: green;
  color: #fff;
}

div#adminfutureenrollments table {
  width: 100%;
  padding: 10px 15px;
  position: relative;
  border-collapse: collapse;
}

div#adminfutureenrollments table tr {
  background: #f6f7f9;
  height: 60px;
  border-bottom: 5px solid #00aeed;
}

div#adminfutureenrollments {
  width: 100%;
  padding: 10px;
  overflow-x: hidden;
}

div#adminfutureenrollments table th {
  position: sticky;
  top: 0;
  background: #f6f7f9;
  z-index: 999;
}

.invalid-rate .absolute-row-addititonal-info {
  background: rgb(255 170 170);
  border-top-color: rgb(181 130 130);
}

div#newplan button {
  width: 49%;
  margin-top: 10px;
  max-width: 200px;
  float: right;
  margin-left: 10px;
}

div#adminfutureenrollments table td, div#adminfutureenrollments table th {
  padding: 5px 10px;
}

div#newplan {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1000;
}

div#newplan .contents {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  background: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 2px;
  min-width: 1320px;
  max-width: 100%;
  max-height: min(800px, 90vh);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

div#newplan button {
  width: 49%;
  margin-top: 25px;
  max-width: 130px;
  float: right;
  margin-left: 10px;
  padding: 10px 15px;
  font-size: 14px;
}

div#newplan td button {
  margin-top: 10px;
}

.btn.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

div#newplan input {
  border: 2px solid #eee;
  width: 99%;
}

div#newplan .controls {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 9;
  right: 15px;
}

div#newplan .controls p.response {
  position: absolute;
  top: 25px;
  left: 20px;
}

div#plans-list-table thead td {
  font-weight: bold;
}

button.btn.btn-primary.selector-plan.active {
  border: 2px solid red;
}

div#adminfutureenrollments table#base-table-future tr td {
  border-bottom: 100px solid #fff;
}

#base-table-future td .mt-1 {
  margin-top: 5px;
}

#base-table-future td a {
  display: inline-block;
}

#base-table-future td a:hover {
  text-decoration: underline;
}

.absolute-row-addititonal-info {
  position: absolute;
  width: 100%;
  height: 90px;
  display: flex;
  left: 0;
  border-top: 2px solid #ececec;
  margin-top: 25px;
  padding-inline: 10px;
  box-sizing: border-box;
  background-color: #f6f7f9;
}

.absolute-row-addititonal-info div.subpresp {
  width: 70%;
  font-weight: bold;
}

.absolute-row-addititonal-info div {
  width: 10%;
  height: 100%;
}

.absolute-row-addititonal-info div p {
  margin-top: 25px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

div#plans-list-table {
  height: 600px;
  overflow-y: scroll;
}

tr td span.result {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 90%;
  text-align: left;
}

.admin-table-customer-info select,
.admin-table-customer-info input[type="text"] {
  background-color: #f6f7f9;
  margin-bottom: 0;
  appearance: none;
  width: 100%;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: none;
  padding-left: 20px;
}

.admin-table-customer-info select:focus {
  border: none;
  outline: none;
}

.arcadia-customers-filter textarea:focus:not(:read-only) + .floating,
.arcadia-customers-filter textarea.input-filled ~ .floating,
.arcadia-customers-filter select.input-filled ~ .floating,
.arcadia-customers-filter input:focus:not(:read-only) + .floating,
.arcadia-customers-filter input.input-filled:not([type=hidden]) ~ .floating {
  top: -5px;
}

.admin-table-customer-info > .ps-row > div:not(:last-child) {
  flex: 1 1 0;
}

table#customer-info-table-obj {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}

table#customer-info-table-obj thead tr {
  border-top: 5px solid #00aeed;
}

table#customer-info-table-obj th {
  padding: 5px 10px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

table#customer-info-table-obj tr {
  border-bottom: 5px solid #00aeed;
  height: 60px;
  position: relative;
}

table#customer-info-table-obj td, table#customer-info-table-obj th {
  text-align: center;
}

div#customer-signups-admin {
  width: 100%;
  padding: 10px 15px;
}

div#customer-signups-admin .filters {
  width: 100%;
}

div#customer-signups-admin .filters > div {
  flex: 1 1 0;
}

div#customer-signups-admin .table table {
  width: 100%;
  border-collapse: collapse;
}

div#customer-signups-admin tbody {
  background: #f6f7f9;
  border-top: 18px solid #fff;
}

div#customer-signups-admin tbody tr td {
  border-top: 2px solid #fff;
  padding: .75rem;
}

div#customer-signups-admin tbody tr td .mt-1 {
  margin-top: 10px;
}

div#customer-signups-admin tbody tr td a:hover {
  text-decoration: underline;
}

div#customer-signups-admin tbody tr td a.mt-1 {
  display: inline-block;
}

div#customer-signups-admin tbody tr td .btn {
  font-size: 14px;
}

div#customer-signups-admin tbody tr td .btn:hover {
  background-color: #1C1449;
  color: #fff;
}

div#customer-signups-admin tbody.row-error {
  background: rgb(255 170 170);
}

div#edit-customer-signups-popup {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: auto;
  background: rgba(0, 0, 0, 0.2);
}

div#edit-customer-signups-popup .placeholder {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}

div#edit-customer-signups-popup .contents {
  width: 50%;
  background: #fff;
  position: absolute;
  top: 6%;
  left: 40%;
}

div#edit-customer-signups-popup .contents .close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #e5e5e6;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

div#edit-customer-signups-popup .contents .close svg {
  width: 16px;
  height: 16px;
}

div#edit-customer-signups-popup .elem p {
  margin-top: 0;
}

div#edit-customer-signups-popup .elem {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 15px;
}

div#minipopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

div#minipopup .placeholder {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
}

div#minipopup .content .btn {
  padding: 10px 20px;
}

div#minipopup .content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

div#minipopup .content {
  top: 50%;
  position: fixed;
  border-radius: 10px;
  left: 50%;
  background: #fff;
  width: 320px;
  text-align: center;
  padding: 10px 15px;
  margin-left: -160px;
  margin-top: -40px;
}

div#edit-customer-signups-popup input[type='number'],
div#edit-customer-signups-popup input[type='text'] {
  width: 100%;
  padding-block: 10px !important;
}

div#edit-customer-signups-popup input[type="number"],
div#edit-customer-signups-popup input[type="text"] {
  border-radius: 3px;
  border: 2px solid #eee;
  padding: 5px 10px;
  height: 40px;
}

div#edit-customer-signups-popup input[type="button"] {
  border: 2px solid #151b54;
  border-radius: 3px;
  padding: 5px 10px;
  background: #151b54;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}

div#edit-customer-signups-popup input[type="button"]:hover {
  background: #00aeed;
  transition: 0.5s;
  color: #151b54
}

.cs-table button.btn-info {
  margin: 5px 0;
}

.arcadia-customer-statistics {
  overflow: auto;
}

.arcadia-customer-statistics > .ps-row {
  margin-inline: 0;
}

.arcadia-statistics-table {
  margin-top: 1rem;
  border: 1px solid #f1f1f1;
  min-width: 1200px;
}

.arcadia-statistics-table thead tr th {
  text-align: left;
}

.arcadia-statistics-table thead tr th.thin-col {
  width: 1%;
  white-space: nowrap;
}

.arcadia-statistics-table thead tr th,
.arcadia-statistics-table tbody tr td {
  padding: .5rem 1rem;
  box-sizing: border-box;
}

.arcadia-statistics-table tbody tr {
  transition: all 0.2s ease;
}

.arcadia-statistics-table tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}

.arcadia-statistics-table tbody tr[data-modal] {
  cursor: pointer;
}

.show-customer-details {
  background-color: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal__header__title {
  margin-top: 0;
}

.customer-details-table {
  width: 100%;
  text-align: left;
  border: 1px solid #f1f1f1;
}

.customer-details-table tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.customer-details-table th {
  font-weight: 500;
  font-style: italic;
}

.customer-details-table th,
.customer-details-table td {
  padding: .5rem 1rem;
  border-collapse: collapse;
  border: none;
}

.ps-modal--customer-details .modal__body {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arcadia-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-block: 2rem;
}

.arcadia-pagination .arcadia-page-btn {
  background-color: #1C1449;
  color: #fff;
  border: 1px solid #1C1449;
  border-radius: 4px;
  padding: .7rem 1rem;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  transition: all 0.2s ease;
}

.ui-datepicker select:focus,
.ui-datepicker select:active,
.ui-datepicker select:hover {
  outline: none;
  padding-block: 5px !important;
}

.arcadia-pagination .arcadia-page-btn[disabled] {
  opacity: 0.5;
  cursor: default;
}

.admin-table-customer-info input:not([type=checkbox]):not([type=radio]) {
  background-image: none;
}

#filterCustomerInfo {
  min-width: 120px;
  padding-inline: 10px;
}

.filter-tolls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

.arcadia-statistics-export {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 599px) {
  .customer-details-table th,
  .customer-details-table td {
    padding: .3rem;
    font-size: 13px;
  }

  .ps-modal--customer-details .ps-modal-inner {
    padding: 20px 10px;
  }
}
