.overlay {
  opacity: 0.8;
  background-color: #ccc;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.tab-selected, .tab-selected a {
  color: white !important;
  background-color: #275A9D;
}

.tab-unselected, .tab-unselected a {
  color: #275A9D;
  background-color: transparent;
}

.tab-hover {
  background-color: #ddd;
}

.loading {
  background: url('/DesktopModules/TylerTechnologies/ShoppingCart/Images/ajax-loader.gif') no-repeat 90% 50% #23528e !important;
}

#divCountyHeader {
  display: none;
  margin-bottom: 10px;
}

.div-property-details {
  padding: 5px 5px 5px 5px;
}

#tblPropertyHeader th {
  font-size: 13px;
  text-align: left;
  color: #9f5700;
  font-weight: normal;
  padding-bottom: 5px;
  padding-left: 2px;
}

.section-header {
  color: #9f5700;
  font-size: 15px;
  padding-bottom: 5px;
}

.property-data {
  color: #545A5F;
  font-size: 18px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 0px;
  white-space: initial;
  line-height: 18px;
}

.owners {
  cursor: pointer;
}

#tblPropertyHeader {
  border-collapse: collapse;
  white-space: nowrap;
}

.seperator-border {
  border-bottom: 1px solid #B3B8BC !important;
  margin: 0;
}

.div-dd-owners select {
  background: transparent;
  padding-right: 5px;
  font-size: 18px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  color: #545A5F;
  cursor: pointer;
  font-family: "Open Sans",sans-serif;
  padding: 2px;
  width: 100% !important;
  text-overflow: ellipsis;
  width: inherit;
}

.div-dd-owners select option {
    font-weight: normal !important;
  }

.div-dd-owners {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 250px;
  width: fit-content;
}

.div-owners-label {
   display:none;
}

.div-dd-owners:hover {
  background-color: white !important;
  border: 1px solid #1C416F !important;
}

.tab-links {
  padding-top: 25px;
  padding-right: 0;
}

.tab-links table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }

.tab-links td {
    text-align: center;
    height: 34px;
    border-bottom: 1px solid #1C416F !important;
    font-size: 13px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
  }

.tab-links a {
    text-decoration: none;
  }

.shortcut-links {
  padding-left: 0;
  vertical-align: bottom;
}

#tdIconLinks, #tdDropDownLinks {
  min-width: 40px;
  border-bottom: 1px solid #275A9D !important;
  vertical-align: bottom;
  padding-bottom: 4px;
  text-align: center;
}

#tdIconLinks {
  padding: 0;
}

#tdIconLinks td {
    text-align: left;
    padding: 0 5px;
  }

#tdIconLinks table {
    float: right;
  }

#tdDropDownLinks {
  padding-left: 20px;
  width: 150px;
  position: relative;
}

.icon-link {
  padding: 0px 10px;
  display: block !important;
}

.shortcut-links a {
  cursor: pointer !important;
  color: #545A5F;
  text-align: center;
  text-decoration: none !important;
}

.shortcut-links a:hover {
    color: #275A9D;
  }

#divDropdownLinks {
  white-space: nowrap;
  vertical-align: middle;
  z-index: 10;
  border: 1px solid #1C416F;
  position: absolute;
  background-color: white;
  padding: 10px;
  top: 42px;
  right: 1px;
}

#divDropdownLinks td {
    text-align: left;
    padding: 5px;
  }

#divMoreResources {
  border: 1px solid #B3B8BC;
  padding: 8px;
  font-size: 13px;
  top: 15px;
  cursor: pointer;
}

#divMoreResources:hover {
    border: 1px solid #1C416F;
    background-color: white !important;
  }

.drop-down-link-category {
  color: #9f5700;
  font-size: 11px;
  text-transform: uppercase;
}

.drop-down-link {
  color: #275A9D;
  font-size: 13px;
}

.drop-down-link a {
    text-decoration: none;
  }

.drop-down-link i {
    font-size: 15px;
    padding-right: 10px;
    width: 15px;
  }

.collapsed-border {
  border-collapse: collapse;
  border-spacing: 0;
}

.top-align {
  padding: 15px;
  vertical-align: top;
}

.full-width-table {
  width: 100%;
}

.table-headers th {
  text-align: left;
  padding: 0px 15px;
  border-bottom: solid 1px #B3B8BC;
  border-right: solid 1px #B3B8BC;
  background-color: #E6E8EA;
  height: auto;
  color: #545A5F;
  font-size: 11px;
  font-weight: normal !important;
  min-height: 30px;
}

.datatable {
  border: 1px solid #B3B8BC;
  font-size: 14px;
  background-color: #E2E2E2;
  border-collapse: collapse;
}

.datatable .totals {
    border-top: 1px solid #B3B8BC !important;
    border-bottom: 1px solid #F4F6F7 !important;
    border-left: 1px solid #F4F6F7;
    border-right: 1px solid #F4F6F7;
    background-color: #F4F6F7 !important;
    font-size: 13px;
  }

.datatable .totals-text {
    font-weight: bold;
    border-bottom: none !important;
    border-top: 1px solid #B3B8BC;
  }

.datatable tr.shade {
    background-color: #f9f9f9;
  }

.datatable tr {
    background-color: #FFFFFF;
    min-height: 30px;
    border-bottom: 1px solid #E2E2E2;
  }

.datatable tr:last-child {
      border-bottom: 1px solid #B3B8BC;
    }

.datatable tr td table tr {
      font-size: 14px;
      border-bottom: none;
    }

.datatable tr td {
      padding-left: 15px;
      padding-right: 10px;
      border-right: 0;
    }

.datatable tr td table tr:last-child {
        border-bottom: none !important;
      }

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
  justify-content: right;
}

.text-left {
  text-align: left !important;
}

.improvement-table {
  width: 100%;
  font-size: 14px;
}

.toggle-view {
  list-style: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.ci-fixed-width-cell {
  width: 15%;
}

.toggle-view li {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #E2E2E2;
}

.toggle-view li:last-child {
    border-bottom: none !important;
  }

.toggle-view .panel {
  margin: 5px 0;
  display: none;
  width: 100%;
  cursor: default;
}

#divToolBar {
  overflow: hidden;
}

#tdGeneralInformation {
  width: 65%;
}

.improvements-field-label {
  color: #717171;
  font-size: 13px;
}

.improvements-field-data {
  color: #545A5F;
  font-weight: bold;
}

.tbl-value {
  justify-content: flex-end;
  display: flex;
}

.segment-detail {
  color: #275A9D;
  cursor: pointer;
  text-align: center;
}

.segment-detail-field-label {
  color: #717171;
  font-size: 12px;
}

.segment-detail-field-data {
  color: #545A5F;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
}

.segment-detail-column1 {
  width: 15%;
}

.segment-detail-column2 {
  width: 25%;
}

.segment-detail-column3 {
  width: 15%;
}

.segment-detail-column4 {
  width: 20%;
}

.segment-detail-column5 {
  width: 10%;
}

.segment-detail-column6 {
  width: 15%;
}

.segment-table-column1,
.segment-table-column2,
.segment-table-column3,
.segment-table-column4,
.segment-table-column5,
.segment-table-column6 {
  width: 100%;
}

.improvement-expanded-sign {
  width: 30px;
}

.expand-collapse {
  color: #275A9D;
  cursor: pointer;
  font-size: 13px;
  text-align: right;
  border: none;
  background: none;
}

.bills-tax-statement {
  color: #275A9D;
  cursor: pointer;
  font-size: 13px;
  text-align: right;
}

.bill-details {
  width: 20%;
}

.no-bottom-border {
  border-bottom: none !important;
}

.dotted-top-border {
  border-top: 1px dotted #B3B8BC !important;
}

.details-column tr {
  height: 0 !important;
}

.details-column tr td {
    font-size: 12px !important;
  }

.custom-pay {
  font-size: 13px !important;
  text-align: right;
}

.div-added-to-cart-message {
  text-align: center;
  background-color: #FDE8D6;
  border-bottom: 1px solid #CB6009;
  border-top: 1px solid #CB6009;
  font-size: 11px;
  padding: 5px;
  color: #CB6009;
}

.div-add-to-cart-message {
  text-align: center;
  background-color: #D8E5F0;
  border-bottom: 1px solid #1C416F;
  border-top: 1px solid #1C416F;
  font-size: 11px;
  padding: 5px;
  color: #1C416F;
}

.div-payment-confirmation, .div-shopping-cart-operation, .div-enter-email-address, .div-pending-payment-confirmation {
  font-size: 14px;
  border-top: 3px solid #1C416F;
  display: none;
  left: 50%;
  top: 50%;
  margin: -120px 0 0 -200px;
  background: #F9F9F9;
  position: fixed;
  width: min-content;
  z-index: 20;
  box-shadow: 0 5px 8px;
}

.div-payment-confirmation table, .div-shopping-cart-operation table {
    width: 100%;
  }

.div-payment-confirmation td, .div-shopping-cart-operation td {
    padding-left: 25px;
    padding-right: 25px;
  }

.div-payment-confirmation tr:last-child td, .div-shopping-cart-operation tr:last-child td {
    padding-bottom: 10px;
  }

.hide-on-load {
  display: none;
  padding: 15px;
}

.related-properties {
  text-decoration: none;
  color: #275A9D !important;
}

.related-properties:hover {
    text-decoration: underline !important;
  }

.payment-modal-data {
  font-size: 16px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.payment-modal-label, .halfpayment-modal-label {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 15px;
}

.add-to-cart, .btn-add-to-cart {
  background-color: #9f5700;
  border: 1px solid #9f5700;
  box-shadow: 0 1px 0 0 rgba(248, 162, 91, 1) inset;
}

.add-to-cart:hover, .btn-add-to-cart:hover {
    background-color: #E97C21 !important;
  }

.add-to-cart:disabled, .btn-add-to-cart:disabled {
    background-color: grey !important;
    cursor: default;
    border: none;
    box-shadow: none;
  }


#ErrorMessage {
  background-color: transparent !important;
  color: #E70000;
  margin-top: 10px;
}

.ui-tooltip {
  padding: 3px 5px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  color: white;
  background-color: black;
  opacity: 0.9 !important;
}

.fa-fw {
  width: 13px !important;
}

.ui-helper-hidden-accessible {
  display: none;
}

#divBillsError {
  font-size: 14px;
}

input[type="text"] {
  display: block;
  margin: 0;
  width: 70%;
  font-family: sans-serif;
  font-size: 15px;
  box-shadow: none;
}

input[type="text"]:focus {
    outline: none;
  }

.style-5 input[type="text"] {
  padding: 10px;
  border: solid 1px #fff;
  box-shadow: inset 1px 1px 2px 0 #707070;
  transition: box-shadow 0.3s;
}

.style-5 input[type="text"]:focus,
.style-5 input[type="text"].focus {
    box-shadow: inset 1px 1px 2px 0 #c9c9c9;
  }

.input-list {
  list-style-type: none;
}

.email-row {
  padding-left: 80px;
}

.textbox {
  color: #383838;
  padding-left: 5px;
  height: 25px;
}

.fullsize-text-box {
  width: 315px;
}

.improvements-disclaimer-text, .improvements-disclaimer-hr {
  display: none;
}

.improvements-disclaimer-text {
  font-style: italic;
  font-size: 13px;
}

.table-section-label {
  font-weight: bold;
  padding-top: 10px;
}

.table-tooltip-modal {
  display: none;
  border: 1px solid #717171;
  border-top: 3px solid #1C416F;
  position: absolute;
  background: white;
  z-index: 10;
  padding: 7px;
  word-break: break-word;
  white-space: normal;
  text-align: left;
  width: 250px;
}

.table-tooltip-modal p {
    margin-bottom: 0px;
  }

.table-tooltip {
  cursor: pointer;
}

.hr-owner-info {
  display: none;
}

.th-header {
}

.dd-tabs {
  width: inherit;
  background: transparent;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  color: #545A5F;
  cursor: pointer;
  font-family: "Open Sans",sans-serif;
  padding: 2px;
  outline: none;
  min-width: 90%;
}

.div-dd-tabs {
  width: 100%;
  min-width: 170px;
  display: flex;
  border: 1px solid #B3B8BC;
}

/* Mobile view CSS */
.table-responsive-stack-page-header tr,
.table-responsive-stack-general tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.table-responsive-stack-page-header th,
.table-responsive-stack-general th {
  display: flex;
  align-items: center;
  /*
   flex-grow | flex-shrink | flex-basis   */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.table-responsive-stack-page-header .table-responsive-stack-thead,
.table-responsive-stack-general .table-responsive-stack-thead {
  text-align: left;
}

@media screen and (max-width: 991px) {
  #tdBillDetails {
    width: auto !important;
    display: flex;
    flex-direction: column;
    padding-left: 0px !important;
  }

  #tdPaymentModal {
    width: auto !important;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
  }

  #tdBillDetails .tr-header {
    width: auto !important;
  }

  .table-responsive-stack-thead {
    text-align: left;
  }

  .table-responsive-stack-page-header tr,
  .table-responsive-stack-general tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*display: block;*/
  }

  .table-stack-row {
    display: block;
  }

  .table-stack-cell {
    display: flex;
    flex-direction: column;
  }

  .field-label {
    text-align: left;
  }

  #tdGeneralInformation {
    width: auto;
  }

  .field-data {
    padding-left: 0px !important;
    text-align: left;
  }

  .seperator-border {
    border-bottom: none !important;
  }

  .table-tooltip {
    display: none !important;
  }

  .hr-owner-info {
    display: block !important;
  }
  /* Entities & Exemptions */
  .datatable tr {
    height: auto;
  }

  .table-responsive-cell {
    justify-content: space-between;
    display: flex;
    text-align: right;
  }

  .table-responsive-cell span :not(table-responsive-stack-thead) {
    margin-left: 0px;
  }

  .totals-text {
    border-top: none !important;
  }

  .empty-cell {
    display: none;
  }

  .property-data {
    justify-content: space-between;
    display: flex;
    float: none !important;
    line-height: initial;
    text-align: right;
    font-size: 18px !important;
  }

  .div-owners-label {
    padding: 0 !important;
    white-space: normal !important;
  }

  .tbl-value {
    width: auto !important;
  }

  .tbl-value tr {
    border: none;
  }

  .shortcut-links {
    display: none;
  }

  .table-headers {
    display: none !important;
  }

  .segment-table-column6 {
    display: none;
  }

  .improvement-expanded-sign {
    display: none;
  }

  .expand-collapse {
    display: none;
  }

  #tblGeneralInformation tr td,
  .tbl-owner-information tr td {
    display: block;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .table-responsive-stack-thead {
    font-weight: normal !important;
  }

  .mobile-panel {
    display: block !important;
  }
}

.div-expand-all-improvements {
  text-align: end;
}

.links:hover {
  cursor: pointer;
}

/* Property Header */
.property-header-info {
  width: 100%;
  table-layout: auto;
  line-height: 0.75;
}

.property-header-container {
  width: 100%;
}

.property-header-table {
  margin-bottom: 10px;
}

.total-assessed-value {
  font-size: 28px;
}

.property-header-cell-narrow {
  width: 1%;
}

/* Tabs */
.tab-initially-hidden {
  display: none;
}

.tab-spacer {
  cursor: default !important;
}

.mobile-tab-label {
  font-weight: bold;
  padding-right: 10px;
  color: #545A5F;
  font-size: 18px;
}

/* Icons */
.icon-map-link {
  color: #417BAD;
  padding-right: 5px;
}

.icon-caret-accent {
  padding-left: 5px;
  color: #417BAD;
}

.icon-modal-close {
  color: #1C416F;
  cursor: pointer;
}

.icon-info-accent {
  padding-right: 5px;
  color: #417BAD;
}

/* Content Tables */
.content-table-padded {
  padding: 0px 15px;
}

.content-table-hidden {
  padding: 0px 15px;
  display: none;
}

.value-info-table {
  text-align: right;
  width: 100%;
  border-spacing: 0px 4px;
}

/* Bills Layout */
.bills-inner-table {
  width: 100%;
  padding: 0;
  margin: 0;
}

.bills-half-cell {
  width: 50%;
  vertical-align: top;
}

#tdBillDetails {
  width: 65%;
  vertical-align: top;
  padding-left: 20px;
}

/* Payment Modal */
#tdPaymentModal {
  vertical-align: top;
  width: 35%;
}

.payment-summary-table {
  width: 95%;
  margin-top: 28px;
  margin-left: 0px;
}

.payment-summary-table .table-headers th {
  padding-top: 8px;
  padding-bottom: 8px; 
}

.payment-summary-header {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
  border-right: 0px;
}

.payment-summary-body {
  padding-top: 10px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.payment-inner-table {
  border-spacing: 0;
}

.payment-button-cell {
  text-align: center;
  padding: 15px 0px;
}

.payment-section-padding {
  padding-bottom: 20px;
  padding-top: 10px;
}

.payment-amount-display {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
}

.payment-info-banner {
  border: 1px solid #275A9D;
  background-color: #EDF6FD;
  padding: 10px 5px;
  font-size: 16px;
}

.payment-error-text {
  padding: 5px;
  color: red;
  text-align: center;
}

.payment-confirmation-text {
  padding-top: 5px;
}

.payment-modal-close-row {
  padding-right: 10px;
  padding-top: 5px;
}

.payment-modal-half {
  text-align: center;
  width: 50%;
}

/* Buttons */
.btn-action-wide {
  width: 200px;
}

.btn-action-medium {
  width: 150px;
}

.btn-date-picker {
  width: 100px;
}

/* Field Utilities */
.field-label-fixed {
  width: 125px;
}

.field-data-indent {
  padding-left: 10px;
}

.related-property-message {
  font-size: 12px;
  font-style: italic;
}

/* Return to Search */
.return-to-search {
  font-size: 13px;
  color: #275A9D;
  padding: 0px 0px 25px 0px;
  cursor: pointer;
}

/* Template Select (hidden measurement helper) */
#template {
  display: none;
}

/* Photos Section */
.photos-section-header {
  padding: 15px;
}

/* Payment Under Protest */
.payment-under-protest-table {
  width: 95%;
  margin-left: 20px;
}

/* Custom Amount */
.custom-amount-row {
  display: none;
}

/* Disclaimer */
.disclaimer-text-small {
  font-size: 11.8px;
}


