.overlay {
  opacity: 0.8;
  background-color: #ccc;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.tabSelected, .tabSelected a {
  color: white !important;
  background-color: #275A9D;
}

.tabUnselected, .tabUnselected a {
  color: #417BAD;
  background-color: transparent;
}

.tabHover {
  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;
}

#divPropertyDetails {
  padding: 5px 5px 5px 5px;
}

#tblPropertyHeader th {
  font-size: 13px;
  text-align: left;
  color: #e27826;
  font-weight: normal;
  padding-bottom: 5px;
  padding-left: 2px;
}

.sectionHeader {
  color: #E27826;
  font-size: 15px;
  padding-bottom: 5px;
}

.propertyData {
  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;
}

.seperatorBorder {
  border-bottom: 1px solid #B3B8BC !important;
  margin: 0;
}

.divDDOwners 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;
}

.divDDOwners select option {
    font-weight: normal !important;
  }

.divDDOwners {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 250px;
  width: fit-content;
}

.divOwnersLabel {
   display:none;
}

.divDDOwners:hover {
  background-color: white !important;
  border: 1px solid #1C416F !important;
}

.tabLinks {
  padding-top: 25px;
  padding-right: 0;
}

.tabLinks table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }

.tabLinks 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;
  }

.tabLinks a {
    text-decoration: none;
  }

.shortcutLinks {
  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;
}

.iconLink {
  padding: 0px 10px;
  display: block;
}

.shortcutLinks a {
  cursor: pointer !important;
  color: #545A5F;
  text-align: center;
  text-decoration: none !important;
}

.shortcutLinks a:hover {
    color: #417BAD;
  }

#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;
  }

.dropDownLinkCategory {
  color: #E27826;
  font-size: 11px;
  text-transform: uppercase;
}

.dropDownLink {
  color: #417BAD;
  font-size: 13px;
}

.dropDownLink a {
    text-decoration: none;
  }

.dropDownLink i {
    font-size: 15px;
    padding-right: 10px;
    width: 15px;
  }

.collapsedBorder {
  border-collapse: collapse;
  border-spacing: 0;
}

.topAlign {
  padding: 15px;
  vertical-align: top;
}

.fullWidthTable {
  width: 100%;
}

.tableHeaders 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 .totalsText {
    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;
      }

.textCenter {
  text-align: center !important;
}

.textRight {
  text-align: right !important;
  justify-content: right;
}

.textLeft {
  text-align: left !important;
}

.improvementTable {
  width: 100%;
  font-size: 14px;
}

.toggle-view {
  list-style: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.CIFixedWidthCell {
  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%;
}

.improvementsFieldLabel {
  color: #7D7D7D;
  font-size: 13px;
}

.improvementsFieldData {
  color: #545A5F;
  font-weight: bold;
}

.tblValue {
  justify-content: flex-end;
  display: flex;
}

.segmentDetail {
  color: #417BAD;
  cursor: pointer;
  text-align: center;
}

.segmentDetailFieldLabel {
  color: #7D7D7D;
  font-size: 12px;
}

.segmentDetailFieldData {
  color: #545A5F;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
}

.segmentDetailColumn1 {
  width: 15%;
}

.segmentDetailColumn2 {
  width: 25%;
}

.segmentDetailColumn3 {
  width: 15%;
}

.segmentDetailColumn4 {
  width: 20%;
}

.segmentDetailColumn5 {
  width: 10%;
}

.segmentDetailColumn6 {
  width: 15%;
}

.segmentTableColumn1,
.segmentTableColumn2,
.segmentTableColumn3,
.segmentTableColumn4,
.segmentTableColumn5,
.segmentTableColumn6 {
  width: 100%;
}

.improvementExpandedSign {
  width: 30px;
}

.expandCollapse {
  color: #417BAD;
  cursor: pointer;
  font-size: 13px;
  text-align: right;
}

.billsTaxStatement {
  color: #417BAD;
  cursor: pointer;
  font-size: 13px;
  text-align: right;
}

.noBottomBorder {
  border-bottom: none !important;
}

.dottedTopBorder {
  border-top: 1px dotted #B3B8BC !important;
}

.detailsColumn tr {
  height: 0 !important;
}

.detailsColumn tr td {
    font-size: 12px !important;
  }

.customPay {
  font-size: 13px !important;
  text-align: right;
}

.divAddedToCartMessage {
  text-align: center;
  background-color: #FDE8D6;
  border-bottom: 1px solid #CB6009;
  border-top: 1px solid #CB6009;
  font-size: 11px;
  padding: 5px;
  color: #CB6009;
}

.divAddToCartMessage {
  text-align: center;
  background-color: #D8E5F0;
  border-bottom: 1px solid #1C416F;
  border-top: 1px solid #1C416F;
  font-size: 11px;
  padding: 5px;
  color: #1C416F;
}

.divPaymentConfirmation, .divShoppingCartOperation, .divEnterEmailAddress, .divPendingPaymentConfirmation {
  font-size: 14px;
  border-top: 3px solid #1C416F;
  display: none;
  left: 50%;
  top: 50%;
  margin: -120px 0 0 -200px;
  background: #F9F9F9;
  position: fixed;
  width: 395px;
  min-width: 395px;
  z-index: 20;
  box-shadow: 0 5px 8px;
}

.divPaymentConfirmation table, .divShoppingCartOperation table {
    width: 100%;
  }

.divPaymentConfirmation td, .divShoppingCartOperation td {
    padding-left: 25px;
    padding-right: 25px;
  }

.divPaymentConfirmation tr:last-child td, .divShoppingCartOperation tr:last-child td {
    padding-bottom: 10px;
  }

.hideOnLoad {
  display: none;
  padding: 15px;
}

.relatedProperties {
  text-decoration: none;
  color: #417BAD !important;
}

.relatedProperties:hover {
    text-decoration: underline !important;
  }

.paymentModalData {
  font-size: 16px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.paymentModalLabel, .halfpaymentModalLabel {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 15px;
}

.addToCart, .btnAddToCart {
  background-color: #E2751A;
  border: 1px solid #E2751A;
  box-shadow: 0 1px 0 0 rgba(248, 162, 91, 1) inset;
}

.addToCart:hover, .btnAddToCart:hover {
    background-color: #E97C21 !important;
  }

.addToCart:disabled, .btnAddToCart: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: 18px;
  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;
}

.EmailRow {
  padding-left: 80px;
}

.textbox {
  color: #383838;
  padding-left: 5px;
  height: 25px;
}

.fullsizeTextBox {
  width: 315px;
}

.ImprovementsDisclaimerText, .ImprovementsDisclaimerHR {
  display: none;
}

.ImprovementsDisclaimerText {
  font-style: italic;
  font-size: 13px;
}

.tableSectionLabel {
  font-weight: bold;
  padding-top: 10px;
}

.tableTooltipModal {
  display: none;
  border: 1px solid #7D7D7D;
  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;
}

.tableTooltipModal p {
    margin-bottom: 0px;
  }

.tableTooltip {
  cursor: pointer;
}

.hrOwnerInfo {
  display: none;
}

.thHeader {
}

.ddTabs {
  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%;
}

.divDDTabs {
  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 .trHeader {
    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;
  }

  .fieldLabel {
    text-align: left;
  }

  #tdGeneralInformation {
    width: auto;
  }

  .fieldData {
    padding-left: 0px !important;
    text-align: left;
  }

  .seperatorBorder {
    border-bottom: none !important;
  }

  .tableTooltip {
    display: none !important;
  }

  .hrOwnerInfo {
    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;
  }

  .totalsText {
    border-top: none !important;
  }

  .emptyCell {
    display: none;
  }

  .propertyData {
    justify-content: space-between;
    display: flex;
    float: none !important;
    line-height: initial;
    text-align: right;
    font-size: 18px !important;
  }

  .divOwnersLabel {
    padding: 0 !important;
    white-space: normal !important;
  }

  .tblValue {
    width: auto !important;
  }

  .tblValue tr {
    border: none;
  }

  .shortcutLinks {
    display: none;
  }

  .tableHeaders {
    display: none !important;
  }

  .segmentTableColumn6 {
    display: none;
  }

  .improvementExpandedSign {
    display: none;
  }

  .expandCollapse {
    display: none;
  }

  #tblGeneralInformation tr td,
  #tblOwnerInformation tr td {
    display: block;
  }

  .hideOnMobile {
    display: none !important;
  }

  .table-responsive-stack-thead {
    font-weight: normal !important;
  }

  .mobilePanel {
    display: block !important;
  }
}
