﻿body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}
nav {
  height: 60px;
}
.main {
  flex: 1;
}
footer {
  height: 210px;
}
.table-nonfluid {
  width: auto !important;
}
.fake-link {
  cursor: pointer;
  color: #0d6efd;
}
.eltdf-section-title-holder {
  margin-top: 25px;
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.eltdf-section-title-holder .eltdf-st-tagline {
  font-weight: 300;
  font-size: 18px;
  color: #ababab;
  margin-bottom: 14px;
  display: block;
  font-family: Roboto, sans-serif;
}
.eltdf-section-title-holder .eltdf-st-title {
  font-family: "Samsung Sharp Sans - Bold", Arial !important;
  letter-spacing: 2.2px;
}
.eltdf-section-title-holder .eltdf-st-text {
  display: block;
  margin: 18px 0 0;
}
.how-it-works-item .title {
  font-weight: bolder;
}
.how-it-works-item .body {
  font-size: small;
}
.category-checkbox-container {
  margin-top: 25px;
}
.category-checkbox-container .custom-checkbox {
  margin-left: 20px;
}
.help-lister-get-listed {
  padding-top: 50px !important;
  padding-right: 0px !important;
  padding-bottom: 50px !important;
  padding-left: 0px !important;
  background-color: #ff9976 !important;
}
.footer-copywrite {
  color: white;
  padding-top: 5px !important;
  padding-right: 10px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  background-color: #ff9976 !important;
}
.footer-copywrite .fa {
  color: white;
  margin-left: 10px;
}
.footer-logo-menu {
  margin-top: 25px;
  margin-bottom: 25px;
}
.footer-logo-menu .row .col a {
  color: black;
}
.card-container {
  width: 100%;
  overflow: auto;
}
.card-container .card-scroller {
  width: 1000px;
}
.card-container .card-scroller .card-item {
  display: inline-block;
}
.owl-carousel-container {
  margin-top: 25px;
  border: solid #ff9976 5px;
  border-radius: 20px;
  padding: 10px;
}
.get-started-container {
  background-image: url('/gfx/howitworksbackground2.jpg');
  text-align: center;
  padding: 50px;
  color: white;
}
.get-started-container .col {
  min-height: 500px;
}
.service-slider-item img {
  border-bottom: solid 2px #888;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.service-slider-item a {
  position: absolute;
  bottom: 10px;
}
.card {
  border: 2px solid #888;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.editContainer {
  background-color: #eee;
  border: solid 1px #888;
  margin-bottom: 20px;
  padding: 10px;
}
.editContainer .formContainer {
  color: green;
  border: solid 1px black;
  background-color: #cfc;
  display: inline-block;
  padding: 20px;
}
.editContainer .formContainer label.form-label {
  color: green;
}
textarea.provider-bio {
  min-height: 125px;
}
.login-form {
  border: solid 1px black;
  border-radius: 10px;
  background-color: #eee;
  padding: 20px;
  display: inline-block;
}
#creditCardFormCanvas {
  margin: 10px 0 10px 0;
}
div.scroll {
  border: solid 1px #888;
  border-radius: 5px;
  margin: 4px 4px 4px 4px;
  padding: 10px;
  color: #888;
  background-color: #FBFBF9;
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;
}
.dialogButtonBar {
  z-index: 1000;
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 50px;
  width: 100%;
  background: #006699;
  text-align: right;
}
.dialogButtonBar button {
  height: 40px;
  font-weight: bolder;
  cursor: pointer;
  margin: 5px;
}
.form-label {
  color: #FFB49C;
  font-weight: bolder;
}
h3.section-header {
  color: blue;
  font-size: 28px;
}
a.footer-link {
  font-size: 12px;
  font-weight: bold;
}
a.footer-link:link,
a.footer-link:visited {
  color: white;
}
a.footer-link:hover {
  text-decoration: none;
}
a.footer-link:active {
  color: red;
}
.navbar-light .navbar-nav.nav-bar-middle .nav-item {
  border-right: dotted 3px #ccc;
}
.navbar-light .navbar-nav.nav-bar-middle .nav-item:last-child {
  border: none;
}
.navbar-light .navbar-nav.nav-bar-middle .nav-link {
  color: black;
  font-weight: bolder;
  font-size: 110%;
}
table.review-table {
  /* For Chrome or Safari */
  /* For Firefox */
}
table.review-table .average-display {
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
}
table.review-table progress::-webkit-progress-bar {
  background-color: #eeeeee;
}
table.review-table progress::-webkit-progress-value {
  background-color: #F5BC3A !important;
}
table.review-table progress {
  background-color: #eee;
}
table.review-table progress::-moz-progress-bar {
  background-color: #F5BC3A !important;
}
table.review-table progress {
  height: 8px;
  border: none;
}
table.review-table .fa-star.icon {
  color: #F5BC3A;
}
.text-justify {
  text-align: justify;
}
.service-img {
  filter: drop-shadow(8px 8px 8px #888);
}
.page-header {
  text-align: center;
}
.form-dropshadow {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
}
.service-icon-container {
  padding: 5px;
  border: solid 2px #FF9776;
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px 30px 10px;
  width: 110px;
  height: 160px;
  min-height: 160px;
  vertical-align: bottom;
  text-align: center;
  position: relative;
}
.service-icon-container .img {
  filter: invert(73%) sepia(60%) saturate(691%) hue-rotate(309deg) brightness(101%) contrast(100%);
}
.service-icon-container .display-name {
  text-align: center;
  font-size: small;
  font-weight: bolder;
  position: absolute;
  padding: 3px;
  width: 100px;
  bottom: 0px;
}
.service-icon-container:hover {
  background-color: #FF9776;
}
.service-icon-container:hover .display-name {
  color: white;
}
.service-icon-container:hover .img {
  filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(344deg) brightness(108%) contrast(100%);
}
.service-icon-container a {
  color: #FF9776;
}
.get-quote-sticky-footer {
  text-align: center;
  border-top: solid 1px red;
  padding: 5px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  vertical-align: middle;
  display: none;
}
tbody.altRowColor tr {
  border-bottom: 1px solid black;
}
tbody.altRowColor tr:nth-child(even) {
  background-color: #fff;
}
tbody.altRowColor tr:nth-child(odd) {
  background-color: #ffc;
}
iframe.pdf-viewer {
  width: 100%;
  border: solid 2px black;
}
iframe.pdf-viewer.small {
  height: 300px;
}
iframe.pdf-viewer.large {
  height: 1000px;
}
.top-search-form {
  margin: 0;
  background-image: url(/gfx/background/background.png);
  height: 420px;
  max-height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top: 2px #888 solid;
  border-bottom: 2px #888 solid;
}
.top-search-form .form-box {
  width: 100%;
  height: 420px;
  display: table;
}
.top-search-form .form-box .form-canvas {
  display: table-cell;
  align-items: center;
  vertical-align: middle;
}
.select-provider-notice,
.select-availabilty-notice {
  color: red;
  font-weight: bolder;
  margin-top: 10px;
  background-color: yellow;
  padding: 5px;
  display: none;
}
table#provider-results tr {
  margin: 5px;
  border-left: solid 3px #fff;
  border-right: solid 3px #fff;
}
table#provider-results tr .fa-star {
  color: orange;
}
table#provider-results tr .logo {
  max-width: 200px;
  max-height: 200px;
}
.service-radius-container {
  background-color: #ff9976;
  display: inline-block;
}
.service-radius-container .radius-miles {
  text-align: center;
  color: white;
  font-weight: bold;
}
#datepicker {
  border: solid 1px #eee;
  display: inline-block;
  margin-top: 10px;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  background-color: red;
}
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: red;
}
.icon {
  cursor: pointer;
}
.calendar-not-available-dates.full-screen {
  height: 100%;
}
.calendar-not-available-dates.inline {
  max-width: 400px;
}
.calendar-not-available-dates table tr td {
  border: solid 1px #ccc;
}
.calendar-not-available-dates table tbody .dates-available-header {
  text-align: center;
  font-size: 12px;
  background-color: #888;
  color: #eee;
}
.calendar-not-available-dates table tbody .dates-available-header td {
  padding: 1px;
}
.calendar-not-available-dates .not-available {
  background-color: red;
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  font-weight: bolder;
}
.calendar-not-available-dates .month {
  text-align: center;
  background-color: #FF9976;
  color: white;
  font-size: 12px;
  padding: 1px;
}
.calendar-not-available-dates .available {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: green;
}
.calendar-not-available-dates .available-legend {
  color: green;
}
.calendar-not-available-dates .not-available-legend {
  color: red;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.local,
nav.navbar.navbar-expand-lg.navbar-light.bg-light.local {
  border-top: solid 10px orange;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.dev,
nav.navbar.navbar-expand-lg.navbar-light.bg-light.dev {
  border-top: solid 10px red;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.live,
nav.navbar.navbar-expand-lg.navbar-light.bg-light.live {
  border-top: 0;
}
.credit-card-container {
  margin-top: 25px;
  margin-bottom: 25px;
  border: solid 2px #FFB49C;
  background-color: white;
  padding: 10px;
}
.btn-350 {
  width: 350px;
  max-width: 350px;
}
div#navbarSupportedContent.navbar-collapse.collapse.show {
  margin-top: 10px;
  padding-left: 5px;
  background-color: white;
}
.tbl {
  display: table;
}
.tbl .tb {
  display: table-row-group;
}
.tbl .tb .tr {
  display: table-row;
}
.tbl .tb .tr .td {
  display: table-cell;
  padding: 5px;
}
table.table-reponsive {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table.table-reponsive caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
table.table-reponsive tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
table.table-reponsive th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
table.table-reponsive th,
table.table-reponsive td {
  padding: 0.625em;
  text-align: center;
}
#map {
  width: 85vw;
  height: 400px;
  margin: 5px;
  border: solid 1px black;
}
@media screen and (max-width: 600px) {
  table.table-reponsive {
    border: 0;
  }
  table.table-reponsive caption {
    font-size: 1.3em;
  }
  table.table-reponsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-reponsive tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table.table-reponsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table.table-reponsive td::before {
    /*
            * aria-label has no advantage, it won't be read inside a table
            content: attr(aria-label);
            */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.table-reponsive td:last-child {
    border-bottom: 0;
  }
}
#credit-card-billing-address .billing-address-form {
  display: none;
}
div.per-mile-charge {
  display: inline-block;
}
div.per-mile-charge input {
  max-width: 100px;
  display: inline;
}
.star-radio-container .text {
  display: inline-block;
  font-size: 18px;
  font-weight: bolder;
}
.star-radio-container .star-item {
  display: inline-block;
  border: solid 1px black;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
  margin-right: 5px;
  background-color: #eee;
  font-size: 18px;
}
.star-radio-container .star-item input {
  margin-right: 5px;
  transform: scale(1.5);
}
.star-radio-container .star-item.selected {
  background-color: #ffc;
}
.fa-star.gold {
  color: orange;
}
div.img-upload-container {
  border: solid 1px black;
  background-color: #eee;
  padding: 20px;
  margin-bottom: 20px;
}
div.img-upload-container .img-input {
  margin: 20px 0 20px 0;
}
.directory-provider-row img.logo {
  max-width: 300px;
}
.review-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.review-list .lit {
  color: #F5BC3A;
}
.review-list .dim {
  color: #ccc;
}
.review-list .days-since {
  font-size: small;
  color: #ccc;
}
#admin-review-table .review-star .lit {
  color: #F5BC3A;
}
#admin-review-table .review-star .dim {
  color: #ccc;
}
#admin-review-table .fa-exclamation-triangle {
  color: #F5BC3A;
}
#report-review-reason-list .item {
  margin: 5px;
  border: solid 2px #ccc;
  padding: 5px;
  border-radius: 10px;
}
#report-review-reason-list .item .radio-box,
#report-review-reason-list .item .radio-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 10px;
}
#report-review-reason-list .item .radio-box input[type='radio'] {
  margin: 5px;
  transform: scale(1.5);
}
#report-review-reason-list .item .title {
  font-size: large;
}
#report-review-reason-list .item .description {
  font-size: small;
}
table#prospect td.none {
  color: #ccc;
}
table.grid tbody.highlight-on-hover tr:hover {
  background-color: yellow;
}
table.grid tbody.highlight-on-hover tr td {
  padding: 3px;
  border: solid 1px #888;
}
div.provider-display {
  border: solid 1px #888;
  box-shadow: 3px 3px lightgrey;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 20px;
}
div.provider-display label.estimate-ck {
  padding-left: 5px;
  font-size: smaller;
  cursor: pointer;
}
div.provider-display .alert-warning {
  display: none;
  font-size: small;
  padding: 3px;
  --bs-alert-padding-x: 3px;
  text-align: center;
}
div.provider-display .service-container {
  border-left: solid 1px #ccc;
}
div.provider-display .service-container .each-service {
  margin-bottom: 15px;
}
div.provider-display .service-container .each-service.show {
  display: block;
}
div.provider-display .service-container .each-service.hide {
  display: none;
}
div.provider-display .service-container .service-title {
  display: inline-block;
  vertical-align: top;
}
div.provider-display .service-container .service-item-list {
  display: inline-block;
}
div.provider-display .service-container .service-item {
  text-align: left;
}
div.provider-display .service-container .service-notes {
  text-align: left;
  font-size: small;
}
div.provider-display .service-container .each-item {
  margin-bottom: 15px;
}
.btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fa8128;
  --bs-btn-border-color: #be5504;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: #fcae1e;
  --bs-btn-hover-border-color: #be5504;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #fcae1e;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #fa8128;
  --bs-btn-disabled-border-color: #be5504;
}
.sms-conversation-tbody tr td.outgoing div.msg {
  border: solid 1px green;
  background-color: #d5f5e3;
  padding: 10px;
  margin-left: 50px;
  border-radius: 5px;
}
.sms-conversation-tbody tr td.outgoing div.timestamp {
  font-size: 11px;
  font-weight: bold;
  margin-right: 10px;
  text-align: right;
}
.sms-conversation-tbody tr td.outgoing div.timestamp .phone {
  color: #888;
}
.sms-conversation-tbody tr td.incoming div.msg {
  border: solid 1px purple;
  background-color: #d5d7f5;
  padding: 10px;
  margin-right: 50px;
  border-radius: 5px;
}
.sms-conversation-tbody tr td.incoming div.timestamp {
  font-size: 11px;
  font-weight: bold;
  margin-left: 10px;
}
.sms-conversation-tbody tr td.incoming div.timestamp .phone {
  color: #888;
}
.datepicker {
  border: solid 1px #888;
  box-shadow: 3px 3px 3px black;
}
table.book-now-service-grid thead tr {
  color: white;
  background-color: #ff9976 !important;
}
table.book-now-service-grid thead tr th {
  padding: 5px;
}
table.book-now-service-grid tr {
  border: solid 1px black;
}
table.book-now-service-grid td {
  padding: 3px;
}
table.book-now-service-grid td .title {
  font-size: large;
  font-weight: bolder;
}
table.book-now-service-grid td .category {
  font-size: smaller;
  color: #888;
}