/**
 * @file
 * Visual styles for tabs.
 */

div.tabs {
  margin: 1em 0;
}
ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}
.tabs > li {
  display: inline-block;
  margin-right: 0.3em; /* LTR */
}
[dir="rtl"] .tabs > li {
  margin-left: 0.3em;
  margin-right: 0;
}
.tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}
.tabs a.is-active {
  background-color: #eee;
}
.tabs a:focus,
.tabs a:hover {
  background-color: #f5f5f5;
}

.ajax-progress-fullscreen {
  z-index: 20000;
}

.popup.popup-ontop {
  z-index: 10000;
}

.add-additional-center {
  display: none;
}

@media (min-width: 1200px) {
  .book-preferred-mode {
    padding: 0 0 15px 25px;
  }
  .book-preferred-mode .label {
    font-weight: 400;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .book-preferred-mode {
    padding: 0 0 5px 10px;
  }
  .book-preferred-mode .label {
    font-weight: 400;
    font-size: 15px;
  }
}

.card-hidden {
  display: none !important;
}

.block-region-main .salesflow-wizard__membership-options > div:first-of-type {
  border: none;
}

.salesflow-wizard__signup__section.no-border:first-of-type {
  border: none;
}

.plus_centers-list-button {
  margin-top: 25px;
}

.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.mt0 {
  margin-top: 0;
}
.mb15 {
  margin-bottom: 15px;
}
.promo-page .messages--status {
  background-color: #00B7BC;
}
#finder {
  min-height: 170px;
}
.buy-membership-v2-user-info .ajax-progress-throbber .throbber {
  padding: 1px 8px 2px;
}
