/* Minification failed. Returning unminified contents.
(82,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
(246,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
 */
.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.hidden {
  display: none;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.hidden {
  display: none;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

#fad-results .network-badge,
#fad-provider-profile .network-badge,
.team-provider-card .network-badge {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  box-shadow: none;
  background-color: #C8E6C9;
  color: #2D682F;
  width: max-content;
  padding: 0.25rem 1rem;
}
#fad-results .network-badge.out-of-network,
#fad-provider-profile .network-badge.out-of-network,
.team-provider-card .network-badge.out-of-network {
  background-color: #FFECB3;
  color: #795548;
}

.smile__grid {
  padding: 0 !important;
}

[class*=col-] {
  padding-right: 15px;
}

[class*=col-]:last-of-type {
  padding-right: 15px;
}

#fad-container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#fad-container .flat-btn {
  border: 0;
  background: none;
  color: var(--theme-color-primary);
  padding: 0;
  font-size: 0.875rem;
}

#fad-container .action-bar {
  position: fixed;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 12px 0;
  border-top: 2px solid #949494;
  z-index: 100;
}

#fad-container h3 {
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #58595b;
}

#fad-container .action-bar button {
  font-size: 1rem;
  font-weight: 600;
  width: 22%;
}

#fad-container .action-bar .quick-btns {
  width: 100%;
}

#fad-location-profile h1 {
  padding-bottom: 1rem;
}

#fad-location-profile .fad-data {
  margin: 1rem 0;
}

#fad-location-profile .fad-data span {
  font-weight: 600;
}

#fad-location-profile .fad-data li,
#fad-location-profile .fad-data p {
  margin-top: 0.5rem;
}

#fad-location-profile .fad-data ul {
  padding: 0px;
}

#fad-location-profile .md-accordion .card {
  background-color: transparent;
}

#fad-location-profile .md-accordion .card .card-header {
  padding: 0;
}

#fad-location-profile .md-accordion .card h2 {
  font-size: 24px !important;
  padding: 1rem 0;
}

#fad-location-profile .md-accordion .card h2 i {
  float: right;
  margin-top: 2px;
}

.showTab {
  display: block !important;
}

.tab {
  display: none;
}

.md-accordion .card .inner-card {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 16px;
  border-radius: 12px;
  margin: 24px 4px;
}

.md-accordion .card .inner-card:first-child {
  margin-top: 8px;
}

.team-provider-card {
  color: unset !important;
}

.team-provider-card .divider {
  border-bottom: 1px solid #949494;
}

.team-provider-card .team-provider-name {
  font-size: 22px;
  flex-basis: 100%;
}

.team-provider-card .team-provider-badges *:not(:first-child) {
  margin-left: 8px;
}

#Map {
  height: 216px;
}

#fad-location-profile .provider-badge img {
  height: 32px;
}

#fad-location-main-panel .dd-info-badge-chip {
  display: inline-flex;
  background-color: #0076AA;
  border: 1px solid #0076AA;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}

#fad-location-main-panel .dd-info-badge-label-container {
  background: #FFFFFF;
  padding: 0 8px;
  font-size: 1pc;
  color: #000000;
}

#fad-location-main-panel .bar {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 100%;
  margin: auto;
  background: #0076AA;
}

.rating-img,
#fad-location-main-panel .dentaQual-label-rating {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 0;
}

#fad-location-main-panel .dentaQual-label-rating {
  background: #8A9299;
}

#fad-service-office-main-panel .dentaQual-label-rating {
  background: #F5F5F5;
}

#fad-location-main-panel a,
#fad-location-side-panel a :not(#Map) {
  color: var(--theme-color-primary) !important;
}

#fad-container .provider-links {
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
}

#fad-container .provider-links a {
  font-weight: 600;
  text-decoration: none;
  font-size: 0.875rem;
  display: inline-block;
}

#fad-container .provider-links a + a {
  margin-left: 16px;
}

.no-cg-bottom-border {
  border-bottom: 1px solid #949494 !important;
}

@media (min-width: 768px) {
  #fad-container .action-bar {
    position: sticky;
    top: 0;
    border-top: none;
    border-bottom: 2px solid #949494;
    width: auto;
    padding: 1.5rem 0;
  }
  #fad-container .action-bar button,
  #fad-container .action-bar .quick-btns {
    width: auto;
  }
  #fad-location-profile .md-accordion .card h2 i {
    margin-top: 6px;
  }
  .md-accordion .card .inner-card {
    padding: 24px;
  }
  .team-provider-card .team-provider-name {
    max-width: 60%;
  }
  .team-provider-card .team-provider-rating {
    flex-grow: 1;
    justify-content: end;
    width: 188px;
    max-height: 30px;
  }
  .team-provider-card .team-provider-rating img {
    height: 28px;
  }
}
@media (min-width: 992px) {
  #fad-location-profile .md-accordion .card h2 {
    font-size: 32px !important;
  }
  #fad-location-profile .md-accordion .card h2 i,
  #fad-location-side-panel .md-accordion .card .card-header,
  #fad-location-main-panel .md-accordion .card .card-header {
    display: none;
  }
  #fad-location-profile .md-accordion .card .card-header a {
    pointer-events: none;
  }
  #fad-location-main-panel .md-accordion .card .collapse,
  #fad-location-side-panel .md-accordion .card .collapse {
    padding-bottom: 1rem;
  }
  #fad-location-side-panel {
    background-color: #FCFCFC;
    background-clip: content-box;
  }
  #fad-location-side-panel .md-accordion .card,
  #fad-location-main-panel .md-accordion .card {
    border: none !important;
  }
  #fad-location-side-panel .md-accordion .card .collapse {
    padding-bottom: 0;
  }
  .team-provider-card .team-provider-name {
    font-size: 24px;
  }
}
.print-map-container {
  display: none;
}

@media print {
  .smile_headerbar,
  .smile__signin_fullcontainer,
  .smile__iam_fullcontainer,
  .smile__headershadow,
  .smile__mobilemenu,
  #idBreadcrumbNavigation,
  [class*=_FeedBackLinkContainer],
  .smile__footer,
  #debug-container {
    display: none !important;
  }
  a {
    text-decoration: none !important;
    color: #58595B !important;
  }
  .print-hide {
    display: none !important;
  }
  body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .print-map-container {
    display: initial !important;
    margin: 0 auto !important;
  }
  .print-map-container img {
    width: 1000px !important;
    height: 640px !important;
  }
  #Map {
    display: none !important;
  }
  .row {
    width: 100% !important;
  }
  [class*=col-] {
    max-width: 100% !important;
    flex: inherit !important;
    -webkit-box-flex: inherit !important;
  }
  .card {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: left !important;
    margin-right: 2% !important;
    border: 0 !important;
  }
  .card [class*=col-] {
    width: 48% !important;
    position: relative !important;
  }
  .card-header {
    display: block !important;
  }
  .tab {
    display: block !important;
  }
  .fa-chevron-down,
  .fa-chevron-up,
  .action-bar,
  header {
    display: none !important;
  }
  #fad-location-profile h1 {
    display: block !important;
  }
  #fad-location-main-panel h1 {
    display: none !important;
  }
  #fad-location-main-panel h2 {
    display: block !important;
  }
  #fad-location-side-panel {
    order: 0 !important;
    background-color: #FFFFFF !important;
  }
  #fad-location-side-panel .p-lg-5 {
    padding: 0 !important;
  }
  .team-provider-card {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 1.5em !important;
  }
  .team-provider-card .pb-3 {
    padding-bottom: 0 !important;
  }
}

