<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 6, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .inner, .organization .account-form.panel .inner {
  padding-top: 0;
}

/* line 9, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .inner .account-form-container, .organization .account-form.panel .inner .account-form-container {
  padding: 1% 1% 84px;
  margin: 0 auto;
  max-width: 700px;
}

/* line 14, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .inner .account-form-container section, .organization .account-form.panel .inner .account-form-container section {
  clear: both;
  padding: 2em 0;
  border-bottom: 1px solid #eee;
  display: inline-block;
}

/* line 20, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .inner .account-form-container section .dob-select select, .organization .account-form.panel .inner .account-form-container section .dob-select select {
  width: 30%;
}

/* line 25, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .inner .account-form-container section:last-child, .organization .account-form.panel .inner .account-form-container section:last-child {
  border: 0;
}

/* line 31, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .emphasis, .organization .account-form.panel .emphasis {
  padding: 2%;
  border-radius: 3px;
  background: #eef1f4;
  font-size: 1em;
  width: 98%;
  margin: 0 auto;
}

/* line 40, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .inner, .organization .account-form.panel .inner {
  position: relative;
  padding-top: 1%;
}

/* line 44, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .inner .panel-header.center, .organization .account-form.panel .inner .panel-header.center {
  margin-bottom: 0;
}

/* line 50, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .inner .type-picker .prompt, .organization .account-form.panel .inner .type-picker .prompt {
  padding-top: 0px;
  padding-bottom: 3px;
}

/* line 55, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .inner .type-picker .radio.row, .organization .account-form.panel .inner .type-picker .radio.row {
  padding: 0;
  margin: 0 1em 0 0;
}

/* line 59, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .inner .type-picker .radio.row .radio-label, .organization .account-form.panel .inner .type-picker .radio.row .radio-label {
  font-size: 1em;
  font-weight: normal;
}

/* line 64, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .inner .type-picker .radio.row input[type="radio"], .organization .account-form.panel .inner .type-picker .radio.row input[type="radio"] {
  margin: 3px;
}

/* line 71, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel h4, .organization .account-form.panel h4 {
  margin-bottom: 0;
}

/* line 75, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel h6, .organization .account-form.panel h6 {
  display: inline-block;
}

/* line 78, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .red_asterisk, .organization .account-form.panel .red_asterisk {
  color: #cc0000;
}

/* line 82, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel label, .organization .account-form.panel label {
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}

/* line 89, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .location .row, .organization .account-form.panel .location .row {
  padding: 0;
  margin: 0;
}

/* line 96, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .dob select, .organization .account-form.panel .dob select {
  width: 32%;
  margin: 9px auto;
}

/* line 103, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .scan input[type="file"], .organization .account-form.panel .scan input[type="file"] {
  margin: 1% auto;
}

/* line 108, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .edit_account .account-errors, .provider .account-form.panel .new_account .account-errors, .provider .account-form.panel .edit_bank_account .account-errors, .provider .account-form.panel .new_bank_account .account-errors, .organization .account-form.panel .edit_account .account-errors, .organization .account-form.panel .new_account .account-errors, .organization .account-form.panel .edit_bank_account .account-errors, .organization .account-form.panel .new_bank_account .account-errors {
  color: #cc0000;
  padding: 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 118, app/assets/stylesheets/accounts.css.scss */
.provider .account-form.panel .edit_account .individual.row, .provider .account-form.panel .new_account .individual.row, .provider .account-form.panel .edit_bank_account .individual.row, .provider .account-form.panel .new_bank_account .individual.row, .organization .account-form.panel .edit_account .individual.row, .organization .account-form.panel .new_account .individual.row, .organization .account-form.panel .edit_bank_account .individual.row, .organization .account-form.panel .new_bank_account .individual.row {
  padding: 7px 11px;
}

/* line 124, app/assets/stylesheets/accounts.css.scss */
.account-needs-work {
  margin: 2em auto;
}

/* line 126, app/assets/stylesheets/accounts.css.scss */
.account-needs-work .prompt {
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 7px;
}

/* line 134, app/assets/stylesheets/accounts.css.scss */
.photo.scan img {
  width: 200px;
  height: 200px;
}

/* line 140, app/assets/stylesheets/accounts.css.scss */
#ssl-lock {
  max-width: 14px;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 150, app/assets/stylesheets/accounts.css.scss */
  .account-form.panel .emphasis {
    width: 98%;
  }
}
/* line 5, app/assets/stylesheets/activities.css.scss */
#activities-table {
  position: relative;
  background: #fff;
}

/* line 9, app/assets/stylesheets/activities.css.scss */
#activities-table .segmented-control {
  padding: 20px 0;
}

/* line 13, app/assets/stylesheets/activities.css.scss */
#activities-table .header.row {
  padding: 1%;
}

/* line 19, app/assets/stylesheets/activities.css.scss */
.provider-page .provider-name {
  padding: 2.5% 0;
}

/* line 22, app/assets/stylesheets/activities.css.scss */
.provider-page .activities-list {
  margin: 5% auto;
  background: #fff;
  clear: both;
}

/* line 28, app/assets/stylesheets/activities.css.scss */
.provider-page .organization-profile {
  clear: both;
}

/* line 33, app/assets/stylesheets/activities.css.scss */
.new-activity-popover {
  min-width: 280px;
  padding-bottom: 60px;
}

/* line 37, app/assets/stylesheets/activities.css.scss */
.new-activity-popover .segmented-control {
  margin: 0 auto 10px;
}

/* line 39, app/assets/stylesheets/activities.css.scss */
.new-activity-popover .segmented-control .segment {
  width: 50%;
}

/* line 45, app/assets/stylesheets/activities.css.scss */
.panel {
  padding: 1%;
  width: 96%;
  margin: 0 auto;
}

/* line 50, app/assets/stylesheets/activities.css.scss */
.panel .panel-header {
  position: relative;
}

/* line 53, app/assets/stylesheets/activities.css.scss */
.panel .panel-header .report-link {
  position: absolute;
  right: 14px;
  top: 14px;
}

/* line 61, app/assets/stylesheets/activities.css.scss */
.bullet {
  padding: 0 7px;
  color: #aaa;
  cursor: default;
  font-size: 10px;
  vertical-align: top;
  text-decoration: none !important;
}

/* line 68, app/assets/stylesheets/activities.css.scss */
.bullet.condensed {
  padding: 0 3px;
}

/* line 73, app/assets/stylesheets/activities.css.scss */
.location-hidden-prompt {
  display: inline-block;
  margin: 0;
}

/* line 78, app/assets/stylesheets/activities.css.scss */
.activity-detail.container, .series-detail.container, .events.container {
  padding: 0;
  position: relative;
  font-size: 1em;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  border: 0;
}

/* line 87, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .back-btn, .series-detail.container .back-btn, .events.container .back-btn {
  left: inherit;
  right: 101%;
  right: calc(100% + 3px);
  top: 15px;
  opacity: .5;
}

/* line 94, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .back-btn:hover, .series-detail.container .back-btn:hover, .events.container .back-btn:hover {
  opacity: 1;
}

/* line 98, app/assets/stylesheets/activities.css.scss */
.activity-detail.container h2.title, .series-detail.container h2.title, .events.container h2.title {
  margin-bottom: 7px;
  display: inline-block;
  line-height: 1em;
}

/* line 104, app/assets/stylesheets/activities.css.scss */
.activity-detail.container h3, .series-detail.container h3, .events.container h3 {
  margin-bottom: 7px;
}

/* line 108, app/assets/stylesheets/activities.css.scss */
.activity-detail.container #series-schedule-text, .series-detail.container #series-schedule-text, .events.container #series-schedule-text {
  margin-bottom: 7px;
}

/* line 112, app/assets/stylesheets/activities.css.scss */
.activity-detail.container #series-dates #schedule-full, .series-detail.container #series-dates #schedule-full, .events.container #series-dates #schedule-full {
  display: none;
}

/* line 115, app/assets/stylesheets/activities.css.scss */
.activity-detail.container #series-dates #schedule-abbreviated, .series-detail.container #series-dates #schedule-abbreviated, .events.container #series-dates #schedule-abbreviated {
  display: block;
}

/* line 120, app/assets/stylesheets/activities.css.scss */
.activity-detail.container #series-dates.all-dates-visible #schedule-full, .series-detail.container #series-dates.all-dates-visible #schedule-full, .events.container #series-dates.all-dates-visible #schedule-full {
  display: block;
}

/* line 123, app/assets/stylesheets/activities.css.scss */
.activity-detail.container #series-dates.all-dates-visible #schedule-abbreviated, .series-detail.container #series-dates.all-dates-visible #schedule-abbreviated, .events.container #series-dates.all-dates-visible #schedule-abbreviated {
  display: none;
}

/* line 127, app/assets/stylesheets/activities.css.scss */
.activity-detail.container #series-dates-toggle, .series-detail.container #series-dates-toggle, .events.container #series-dates-toggle {
  cursor: pointer;
  margin-top: 7px;
}

/* line 131, app/assets/stylesheets/activities.css.scss */
.activity-detail.container #series-dates-toggle:hover, .series-detail.container #series-dates-toggle:hover, .events.container #series-dates-toggle:hover {
  text-decoration: underline;
  color: #015AC8;
}

/* line 136, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .instructors, .series-detail.container .instructors, .events.container .instructors {
  margin-top: 0;
  padding-left: 3px;
}

/* line 140, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .instructors a, .series-detail.container .instructors a, .events.container .instructors a {
  color: #015AC8;
  font-weight: 500;
}

/* line 144, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .instructors a:hover, .series-detail.container .instructors a:hover, .events.container .instructors a:hover {
  text-decoration: underline;
}

/* line 149, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section, .series-detail.container .top-section, .events.container .top-section {
  min-height: 470px;
  width: 100%;
  margin-bottom: 1em;
  display: inline-block;
}

/* line 155, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section.appointment, .series-detail.container .top-section.appointment, .events.container .top-section.appointment {
  margin-bottom: 0;
  min-height: 350px;
}

/* line 160, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .image-container, .series-detail.container .top-section .image-container, .events.container .top-section .image-container {
  padding: 0;
  text-align: center;
  width: 320px;
  height: 320px;
}

/* line 166, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .image-container #photo-holder, .series-detail.container .top-section .image-container #photo-holder, .events.container .top-section .image-container #photo-holder {
  height: 320px;
  width: 320px;
}

/* line 171, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .image-container .caption, .series-detail.container .top-section .image-container .caption, .events.container .top-section .image-container .caption {
  padding-top: 7px;
  font-size: .9em;
  width: 90%;
  font-weight: 500;
  margin: 0 auto;
  cursor: default;
}

/* line 180, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .image-container .activity-image, .activity-detail.container .top-section .image-container .series-image, .series-detail.container .top-section .image-container .activity-image, .series-detail.container .top-section .image-container .series-image, .events.container .top-section .image-container .activity-image, .events.container .top-section .image-container .series-image {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0 6px 0 0;
}

/* line 190, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .image-container .activity-image.placeholder, .activity-detail.container .top-section .image-container .series-image.placeholder, .series-detail.container .top-section .image-container .activity-image.placeholder, .series-detail.container .top-section .image-container .series-image.placeholder, .events.container .top-section .image-container .activity-image.placeholder, .events.container .top-section .image-container .series-image.placeholder {
  background: #f1f4f9 url("https://d19tb5uaenw7es.cloudfront.net/crcm-gray-placeholder.jpg") no-repeat center;
  background-size: 160px;
}

/* line 197, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .spots-pricing .spots-right, .series-detail.container .top-section .spots-pricing .spots-right, .events.container .top-section .spots-pricing .spots-right {
  float: right;
}

/* line 200, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .spots-pricing .spots, .series-detail.container .top-section .spots-pricing .spots, .events.container .top-section .spots-pricing .spots {
  font-size: 1em;
  font-weight: 600;
  color: #6363FC;
}

/* line 205, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .spots-pricing .spots.sold-out, .series-detail.container .top-section .spots-pricing .spots.sold-out, .events.container .top-section .spots-pricing .spots.sold-out {
  color: #cc0000;
  font-weight: 500;
}

/* line 209, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .spots-pricing .spots.waitlist, .series-detail.container .top-section .spots-pricing .spots.waitlist, .events.container .top-section .spots-pricing .spots.waitlist {
  color: #6363FC;
  font-weight: 600;
}

/* line 213, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .spots-pricing .spots.attend, .series-detail.container .top-section .spots-pricing .spots.attend, .events.container .top-section .spots-pricing .spots.attend {
  font-weight: normal;
}

/* line 216, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .spots-pricing .original-price, .series-detail.container .top-section .spots-pricing .original-price, .events.container .top-section .spots-pricing .original-price {
  text-decoration: line-through;
}

/* line 220, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .spots-pricing .pricing .discount, .series-detail.container .top-section .spots-pricing .pricing .discount, .events.container .top-section .spots-pricing .pricing .discount {
  font-weight: 600;
  font-size: 0.95em;
}

/* line 225, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .spots-pricing .pricing.shiso, .series-detail.container .top-section .spots-pricing .pricing.shiso, .events.container .top-section .spots-pricing .pricing.shiso {
  font-weight: 600;
}

/* line 231, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date, .series-detail.container .top-section .dates .series-date, .events.container .top-section .dates .series-date {
  padding: 2px 0;
  clear: both;
}

/* line 235, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date .drop-in-prompt, .series-detail.container .top-section .dates .series-date .drop-in-prompt, .events.container .top-section .dates .series-date .drop-in-prompt {
  display: inline-block;
  float: right;
}

/* line 240, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date a, .series-detail.container .top-section .dates .series-date a, .events.container .top-section .dates .series-date a {
  color: #444;
}

/* line 243, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date a:hover, .series-detail.container .top-section .dates .series-date a:hover, .events.container .top-section .dates .series-date a:hover {
  color: #015AC8;
  text-decoration: none !important;
}

/* line 246, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date a:hover .placeholder, .series-detail.container .top-section .dates .series-date a:hover .placeholder, .events.container .top-section .dates .series-date a:hover .placeholder {
  text-decoration: none !important;
}

/* line 251, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date .spots-right, .activity-detail.container .top-section .dates .series-date .spots, .series-detail.container .top-section .dates .series-date .spots-right, .series-detail.container .top-section .dates .series-date .spots, .events.container .top-section .dates .series-date .spots-right, .events.container .top-section .dates .series-date .spots {
  color: #015AC8;
}

/* line 255, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date .spots-right:hover .price, .activity-detail.container .top-section .dates .series-date .spots-right:hover .spots, .series-detail.container .top-section .dates .series-date .spots-right:hover .price, .series-detail.container .top-section .dates .series-date .spots-right:hover .spots, .events.container .top-section .dates .series-date .spots-right:hover .price, .events.container .top-section .dates .series-date .spots-right:hover .spots {
  text-decoration: underline;
}

/* line 259, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date .sold-out, .series-detail.container .top-section .dates .series-date .sold-out, .events.container .top-section .dates .series-date .sold-out {
  color: #ccc;
}

/* line 263, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date .price, .activity-detail.container .top-section .dates .series-date .spots, .series-detail.container .top-section .dates .series-date .price, .series-detail.container .top-section .dates .series-date .spots, .events.container .top-section .dates .series-date .price, .events.container .top-section .dates .series-date .spots {
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
}

/* line 269, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date .date-location, .series-detail.container .top-section .dates .series-date .date-location, .events.container .top-section .dates .series-date .date-location {
  margin-left: 3px;
}

/* line 274, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date.past *, .series-detail.container .top-section .dates .series-date.past *, .events.container .top-section .dates .series-date.past * {
  color: #aaa;
}

/* line 276, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date.past * .duration, .series-detail.container .top-section .dates .series-date.past * .duration, .events.container .top-section .dates .series-date.past * .duration {
  display: none;
}

/* line 281, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date:first-child, .series-detail.container .top-section .dates .series-date:first-child, .events.container .top-section .dates .series-date:first-child {
  padding-top: 0;
}

/* line 284, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .dates .series-date:last-child, .series-detail.container .top-section .dates .series-date:last-child, .events.container .top-section .dates .series-date:last-child {
  padding-bottom: 0;
}

/* line 290, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .view-series a, .series-detail.container .top-section .view-series a, .events.container .top-section .view-series a {
  display: table;
  width: 100%;
  color: #015AC8;
  font-weight: 600;
}

/* line 296, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .view-series a:hover, .series-detail.container .top-section .view-series a:hover, .events.container .top-section .view-series a:hover {
  text-decoration: underline;
}

/* line 301, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details, .series-detail.container .top-section .details, .events.container .top-section .details {
  display: inline-block;
  height: 100%;
  min-height: 300px;
  width: calc(100% - 320px);
  position: relative;
  padding: 20px;
}

/* line 309, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details #activity-title, .activity-detail.container .top-section .details #series-title, .series-detail.container .top-section .details #activity-title, .series-detail.container .top-section .details #series-title, .events.container .top-section .details #activity-title, .events.container .top-section .details #series-title {
  margin-top: 0;
  font-weight: 600;
  padding: 0;
  display: inline;
  font-size: 2em;
  line-height: 1.1em;
}

/* line 318, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .row, .series-detail.container .top-section .details .row, .events.container .top-section .details .row {
  padding: 11px 0;
}

/* line 321, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .row .sublabel, .series-detail.container .top-section .details .row .sublabel, .events.container .top-section .details .row .sublabel {
  font-weight: 600;
  color: inherit;
  text-align: right;
  padding-right: 2em;
  text-transform: uppercase;
  font-size: .8em;
  line-height: 20px;
}

/* line 332, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .dates, .activity-detail.container .top-section .details .when, .series-detail.container .top-section .details .dates, .series-detail.container .top-section .details .when, .events.container .top-section .details .dates, .events.container .top-section .details .when {
  border: 0;
}

/* line 336, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .who i, .series-detail.container .top-section .details .who i, .events.container .top-section .details .who i {
  line-height: 16px;
  font-size: 16px;
  width: auto;
  margin-right: 2em;
  float: right;
  width: 8px;
}

/* line 345, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .who .mini-row, .series-detail.container .top-section .details .who .mini-row, .events.container .top-section .details .who .mini-row {
  clear: both;
  display: table;
  width: 100%;
}

/* line 350, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .who .mini-row .yelp-container img, .series-detail.container .top-section .details .who .mini-row .yelp-container img, .events.container .top-section .details .who .mini-row .yelp-container img {
  margin-right: 1.2em;
  float: right;
  width: 1.8em;
}

/* line 355, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .who .mini-row #yelp-rating, .series-detail.container .top-section .details .who .mini-row #yelp-rating, .events.container .top-section .details .who .mini-row #yelp-rating {
  line-height: 28px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

/* line 366, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .who .mini-row #yelp-rating a, .series-detail.container .top-section .details .who .mini-row #yelp-rating a, .events.container .top-section .details .who .mini-row #yelp-rating a {
  display: flex;
  align-items: center;
}

/* line 369, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .who .mini-row #yelp-rating a:hover, .series-detail.container .top-section .details .who .mini-row #yelp-rating a:hover, .events.container .top-section .details .who .mini-row #yelp-rating a:hover {
  text-decoration: none;
}

/* line 373, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .who .mini-row #yelp-rating #yelp-review-text, .series-detail.container .top-section .details .who .mini-row #yelp-rating #yelp-review-text, .events.container .top-section .details .who .mini-row #yelp-rating #yelp-review-text {
  margin-left: 5px;
}

/* line 379, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .row.instructions, .series-detail.container .top-section .details .row.instructions, .events.container .top-section .details .row.instructions {
  border: 0;
}

/* line 383, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .tags, .series-detail.container .top-section .details .tags, .events.container .top-section .details .tags {
  display: table;
  width: 100%;
}

/* line 387, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .tags .tag, .series-detail.container .top-section .details .tags .tag, .events.container .top-section .details .tags .tag {
  width: 48px;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  display: inline-block;
  cursor: default;
  border-radius: 50%;
}

/* line 396, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .tags .tag img, .series-detail.container .top-section .details .tags .tag img, .events.container .top-section .details .tags .tag img {
  width: 24px;
  height: 24px;
}

/* line 403, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .about a, .activity-detail.container .top-section .details .instructions a, .series-detail.container .top-section .details .about a, .series-detail.container .top-section .details .instructions a, .events.container .top-section .details .about a, .events.container .top-section .details .instructions a {
  font-weight: normal;
  color: #015AC8;
}

/* line 407, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .about a:hover, .activity-detail.container .top-section .details .instructions a:hover, .series-detail.container .top-section .details .about a:hover, .series-detail.container .top-section .details .instructions a:hover, .events.container .top-section .details .about a:hover, .events.container .top-section .details .instructions a:hover {
  text-decoration: underline;
}

/* line 410, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .about p:last-child, .activity-detail.container .top-section .details .instructions p:last-child, .series-detail.container .top-section .details .about p:last-child, .series-detail.container .top-section .details .instructions p:last-child, .events.container .top-section .details .about p:last-child, .events.container .top-section .details .instructions p:last-child {
  margin-bottom: 0;
}

/* line 413, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .about .link, .activity-detail.container .top-section .details .instructions .link, .series-detail.container .top-section .details .about .link, .series-detail.container .top-section .details .instructions .link, .events.container .top-section .details .about .link, .events.container .top-section .details .instructions .link {
  max-width: 600px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

/* line 424, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .top-section .details .price-separator, .series-detail.container .top-section .details .price-separator, .events.container .top-section .details .price-separator {
  padding: 0 7px;
}

/* line 433, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .click-to-update, .series-detail.container .click-to-update, .events.container .click-to-update {
  padding: 7px 0 0 0;
}

/* line 437, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .profile, .series-detail.container .profile, .events.container .profile {
  padding: 2.5% 0;
}

/* line 443, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .profile .instructors .instructor .instructor-photo .photo, .activity-detail.container .profile .instructors .instructor .instructor-photo .photo-placeholder, .series-detail.container .profile .instructors .instructor .instructor-photo .photo, .series-detail.container .profile .instructors .instructor .instructor-photo .photo-placeholder, .events.container .profile .instructors .instructor .instructor-photo .photo, .events.container .profile .instructors .instructor .instructor-photo .photo-placeholder {
  border-radius: 50%;
}

/* line 451, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .extras.row, .series-detail.container .extras.row, .events.container .extras.row {
  cursor: default;
}

/* line 454, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .extras.row .price, .series-detail.container .extras.row .price, .events.container .extras.row .price {
  font-weight: normal;
  display: inline-block;
}

/* line 458, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .extras.row .extra-type, .series-detail.container .extras.row .extra-type, .events.container .extras.row .extra-type {
  display: inline-block;
  padding-left: 7px;
  font-size: .9em;
}

/* line 466, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .location-switcher .switch-location, .series-detail.container .location-switcher .switch-location, .events.container .location-switcher .switch-location {
  padding: 7px 14px;
  cursor: pointer;
  display: inline-block;
}

/* line 471, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .location-switcher .switch-location:hover, .series-detail.container .location-switcher .switch-location:hover, .events.container .location-switcher .switch-location:hover {
  color: #015AC8;
}

/* line 474, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .location-switcher .switch-location.active, .series-detail.container .location-switcher .switch-location.active, .events.container .location-switcher .switch-location.active {
  color: #015AC8;
  border-bottom: 2px solid #015AC8;
  text-decoration: none;
}

/* line 481, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .map-section, .series-detail.container .map-section, .events.container .map-section {
  clear: both;
  width: 100%;
  min-height: 500px;
  position: relative;
  display: table;
}

/* line 488, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .map-section #map-canvas, .series-detail.container .map-section #map-canvas, .events.container .map-section #map-canvas {
  min-height: 500px;
  height: 100%;
}

/* line 493, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .map-section .address-overlay, .series-detail.container .map-section .address-overlay, .events.container .map-section .address-overlay {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-table;
  vertical-align: middle;
  min-width: 230px;
  max-width: 35%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.14);
  padding: 11px 17px 17px;
  border-radius: 6px;
}

/* line 508, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .map-section .address-overlay .inner-address, .series-detail.container .map-section .address-overlay .inner-address, .events.container .map-section .address-overlay .inner-address {
  display: table-row;
}

/* line 511, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .map-section .address-overlay a:hover, .series-detail.container .map-section .address-overlay a:hover, .events.container .map-section .address-overlay a:hover {
  text-decoration: underline;
}

/* line 514, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .map-section .address-overlay .row, .series-detail.container .map-section .address-overlay .row, .events.container .map-section .address-overlay .row {
  padding: 1px 0;
  font-size: .95em;
}

/* line 518, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .map-section .address-overlay .location-name, .series-detail.container .map-section .address-overlay .location-name, .events.container .map-section .address-overlay .location-name {
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 3px;
  padding-bottom: 7px;
  padding-top: 3px;
}

/* line 525, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .map-section .address-overlay .formatted-address, .series-detail.container .map-section .address-overlay .formatted-address, .events.container .map-section .address-overlay .formatted-address {
  line-height: 1.2em;
  color: inherit;
}

/* line 528, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .map-section .address-overlay .formatted-address i, .series-detail.container .map-section .address-overlay .formatted-address i, .events.container .map-section .address-overlay .formatted-address i {
  line-height: 18px;
}

/* line 532, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .map-section .address-overlay .material-icons, .series-detail.container .map-section .address-overlay .material-icons, .events.container .map-section .address-overlay .material-icons {
  color: #ccc;
  font-size: 18px;
  line-height: 20px;
  height: 18px;
  width: 18px;
  position: relative;
  left: -4px;
}

/* line 541, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .map-section .address-overlay .body-text, .series-detail.container .map-section .address-overlay .body-text, .events.container .map-section .address-overlay .body-text {
  width: calc(100% - 18px);
  max-height: 186px;
  overflow: scroll;
  padding-right: 15px;
}

/* line 555, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .map-section.no-venue, .series-detail.container .map-section.no-venue, .events.container .map-section.no-venue {
  min-height: auto;
}

/* line 558, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .map-section.no-venue #map-canvas, .series-detail.container .map-section.no-venue #map-canvas, .events.container .map-section.no-venue #map-canvas {
  min-height: auto;
}

/* line 563, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .repeat-block, .series-detail.container .repeat-block, .events.container .repeat-block {
  padding: 2.5% 0 0;
  margin: 2.5% auto;
  border-top: 1px solid #eee;
  width: 96%;
}

/* line 568, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .repeat-block h3, .activity-detail.container .repeat-block h4, .activity-detail.container .repeat-block h5, .series-detail.container .repeat-block h3, .series-detail.container .repeat-block h4, .series-detail.container .repeat-block h5, .events.container .repeat-block h3, .events.container .repeat-block h4, .events.container .repeat-block h5 {
  margin-bottom: 1%;
}

/* line 573, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .review-section, .series-detail.container .review-section, .events.container .review-section {
  border-bottom: 0;
}

/* line 576, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .review-section .leave-review, .series-detail.container .review-section .leave-review, .events.container .review-section .leave-review {
  width: 100%;
  display: table;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2%;
}

/* line 582, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .review-section .leave-review .check-box-container, .series-detail.container .review-section .leave-review .check-box-container, .events.container .review-section .leave-review .check-box-container {
  float: left;
  padding: 10px 0;
}

/* line 586, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .review-section .leave-review .check-box-container .check-box, .series-detail.container .review-section .leave-review .check-box-container .check-box, .events.container .review-section .leave-review .check-box-container .check-box {
  margin-right: 20px;
}

/* line 590, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .review-section .leave-review .check-box-container #review-visibility, .series-detail.container .review-section .leave-review .check-box-container #review-visibility, .events.container .review-section .leave-review .check-box-container #review-visibility {
  position: relative;
  top: 1px;
}

/* line 596, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .review-section .leave-review .attribution, .series-detail.container .review-section .leave-review .attribution, .events.container .review-section .leave-review .attribution {
  float: right;
  color: #aaa;
  padding: 10px 0;
}

/* line 602, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .review-section .leave-review .btn-container, .series-detail.container .review-section .leave-review .btn-container, .events.container .review-section .leave-review .btn-container {
  padding-top: 10px;
}

/* line 608, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .activity-photo, .series-detail.container .activity-photo, .events.container .activity-photo {
  display: inline-block;
  margin: 1%;
  border: 1px solid #eee;
  border-radius: 4px;
}

/* line 614, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .activity-photo img, .series-detail.container .activity-photo img, .events.container .activity-photo img {
  width: 140px;
}

/* line 618, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .activity-photo .placeholder, .series-detail.container .activity-photo .placeholder, .events.container .activity-photo .placeholder {
  font-size: .8em;
}

/* line 625, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .reserve-btn, .series-detail.container .reserve-btn, .events.container .reserve-btn, #provider-appointment-selection .reserve-btn {
  display: inline-block;
  height: 100%;
  min-width: 200px;
  width: 90%;
  padding: 14px 37px;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #EB0450;
  outline: 0;
}

/* line 640, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .reserve-btn:hover, .series-detail.container .reserve-btn:hover, .events.container .reserve-btn:hover, #provider-appointment-selection .reserve-btn:hover {
  text-decoration: underline;
  color: #fff;
}

/* line 644, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .reserve-btn:focus, .series-detail.container .reserve-btn:focus, .events.container .reserve-btn:focus, #provider-appointment-selection .reserve-btn:focus {
  outline: 0;
}

/* line 648, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .reserve-btn.disabled, .series-detail.container .reserve-btn.disabled, .events.container .reserve-btn.disabled, #provider-appointment-selection .reserve-btn.disabled {
  background: #ccc;
  border-color: transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.23);
}

/* line 654, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .reserve-btn.existing, .series-detail.container .reserve-btn.existing, .events.container .reserve-btn.existing, #provider-appointment-selection .reserve-btn.existing {
  text-transform: none;
}

/* line 658, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .reserve-btn.waitlist, .activity-detail.container .reserve-btn.attend-btn.inactive, .series-detail.container .reserve-btn.waitlist, .series-detail.container .reserve-btn.attend-btn.inactive, .events.container .reserve-btn.waitlist, .events.container .reserve-btn.attend-btn.inactive, #provider-appointment-selection .reserve-btn.waitlist, #provider-appointment-selection .reserve-btn.attend-btn.inactive {
  background: #6363FC;
  color: #fff;
  text-transform: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.23);
}

/* line 665, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .reserve-btn.waitlist.remove, .series-detail.container .reserve-btn.waitlist.remove, .events.container .reserve-btn.waitlist.remove, #provider-appointment-selection .reserve-btn.waitlist.remove {
  text-transform: none;
  font-weight: 500;
}

/* line 670, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .reserve-btn.attend-btn, .series-detail.container .reserve-btn.attend-btn, .events.container .reserve-btn.attend-btn, #provider-appointment-selection .reserve-btn.attend-btn {
  text-transform: none;
}

/* line 674, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .reserve.btn-container, .series-detail.container .reserve.btn-container, .events.container .reserve.btn-container, #provider-appointment-selection .reserve.btn-container {
  margin: 5% auto 0;
}

/* line 678, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .reserve.btn-container.connect .reserve-btn:not(.waitlist), .series-detail.container .reserve.btn-container.connect .reserve-btn:not(.waitlist), .events.container .reserve.btn-container.connect .reserve-btn:not(.waitlist), #provider-appointment-selection .reserve.btn-container.connect .reserve-btn:not(.waitlist) {
  background: #00ab6b;
  background: linear-gradient(rgba(0, 171, 107, 0.925), #00ab6b);
}

/* line 684, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .reserve.btn-container.appointment, .series-detail.container .reserve.btn-container.appointment, .events.container .reserve.btn-container.appointment, #provider-appointment-selection .reserve.btn-container.appointment {
  width: inherit;
}

/* line 686, app/assets/stylesheets/activities.css.scss */
.activity-detail.container .reserve.btn-container.appointment .reserve-btn, .series-detail.container .reserve.btn-container.appointment .reserve-btn, .events.container .reserve.btn-container.appointment .reserve-btn, #provider-appointment-selection .reserve.btn-container.appointment .reserve-btn {
  width: inherit;
}

/* line 694, app/assets/stylesheets/activities.css.scss */
#super-save {
  cursor: pointer;
  font-size: .95em;
  min-width: 100px;
}

/* line 700, app/assets/stylesheets/activities.css.scss */
#toggle-mobile-preview {
  cursor: pointer;
  background: transparent;
  color: #1ea9e1;
  font-size: 2em;
  min-width: 60px;
}

/* line 708, app/assets/stylesheets/activities.css.scss */
#toggle-mobile-preview.active-mobile {
  color: #fff;
  background: #1ea9e1;
}

/* line 714, app/assets/stylesheets/activities.css.scss */
#toggle-mobile-preview:hover .fa {
  color: #1ea9e1 !important;
}

/* line 720, app/assets/stylesheets/activities.css.scss */
#toggle-mobile-preview.active-mobile:hover .fa {
  color: #fff !important;
}

/* line 725, app/assets/stylesheets/activities.css.scss */
#form-title {
  width: 100%;
  margin: 0 auto;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

/* line 733, app/assets/stylesheets/activities.css.scss */
h2#form-title {
  font-size: 1.5em;
}

/* line 736, app/assets/stylesheets/activities.css.scss */
#form-title.header-title.shift-left {
  right: unset;
  width: 50%;
}

/* line 741, app/assets/stylesheets/activities.css.scss */
.event-form-container.mobile-preview {
  width: 77.5%;
  margin: 0 auto 0 0;
}

/* line 744, app/assets/stylesheets/activities.css.scss */
.event-form-container.mobile-preview .form-title-container {
  width: 100%;
  margin: 0 auto;
}

/* line 748, app/assets/stylesheets/activities.css.scss */
.event-form-container.mobile-preview .event-form-container-inner {
  min-width: 530px;
  margin-right: 0px;
}

/* line 753, app/assets/stylesheets/activities.css.scss */
.event-form-container {
  margin: 0 auto;
  width: 100%;
  padding: 0 2% 1%;
}

/* line 758, app/assets/stylesheets/activities.css.scss */
.event-form-container .event-form-container-inner {
  width: 600px;
  width: calc(100% - 360px);
  margin: 0 180px;
}

/* line 763, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-form-nav {
  width: 150px;
  display: none;
  position: fixed;
  left: 215px;
  top: 75px;
  height: 100%;
  background: transparent;
  z-index: 1;
  padding: 0;
  padding-right: 25px;
  border: 0;
  border-radius: 0 0;
}

/* line 777, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-form-nav ul {
  width: 100%;
  vertical-align: middle;
  transition: all .33s ease-in-out;
  -o-transition: all .33s ease-in-out;
  -ms-transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}

/* line 786, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-form-nav ul h6 {
  margin: 0;
  font-weight: normal;
  font-size: .95em;
  line-height: .95em;
  vertical-align: middle;
  text-transform: none;
  letter-spacing: 0;
  font-family: inherit;
  cursor: pointer;
}

/* line 798, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-form-nav ul li {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.9);
  padding-left: 1em;
  border-left: 2px solid transparent;
}

/* line 804, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-form-nav ul li h6 {
  padding: 10px 0;
}

/* line 809, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-form-nav ul li.active {
  color: #EB0450;
  border-left: 2px solid #EB0450;
}

/* line 812, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-form-nav ul li.active h6 {
  font-weight: 600;
}

/* line 818, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-form-nav ul li:hover {
  text-decoration: underline;
}

/* line 822, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-form-nav ul li.active:hover {
  text-decoration: underline;
}

/* line 829, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-form-nav.party #spots, .event-form-container #event-form-nav.party #attributes, .event-form-container #event-form-nav.party #instructors {
  display: none;
}

/* line 834, app/assets/stylesheets/activities.css.scss */
.event-form-container .form-title-container {
  padding-top: 15px;
  width: 100%;
}

/* line 839, app/assets/stylesheets/activities.css.scss */
.event-form-container .event-descriptor {
  line-height: 1.2em;
  font-size: .95em;
  font-weight: 500;
  width: 67%;
  margin: 1% auto 0;
}

/* line 847, app/assets/stylesheets/activities.css.scss */
.event-form-container h4 {
  font-weight: normal;
  line-height: 1.2em;
}

/* line 852, app/assets/stylesheets/activities.css.scss */
.event-form-container .attendance-link, .event-form-container .edit-activity-link, .event-form-container .edit-series-link {
  font-size: 1em;
  padding: 8px 23px;
}

/* line 857, app/assets/stylesheets/activities.css.scss */
.event-form-container .edit-series-link {
  margin: 2.5% auto 5%;
}

/* line 861, app/assets/stylesheets/activities.css.scss */
.event-form-container .canceled {
  text-decoration: line-through;
  color: #aaa;
  margin-bottom: 0;
}

/* line 867, app/assets/stylesheets/activities.css.scss */
.event-form-container .action-buttons {
  padding: 2.5% 0;
}

/* line 871, app/assets/stylesheets/activities.css.scss */
.event-form-container .cancel {
  margin: 2.5% auto;
  width: 50%;
  min-width: 400px;
  cursor: default;
}

/* line 877, app/assets/stylesheets/activities.css.scss */
.event-form-container i.cancel {
  cursor: pointer;
}

/* line 881, app/assets/stylesheets/activities.css.scss */
.event-form-container .cancel-editing {
  font-size: 1em;
}

/* line 885, app/assets/stylesheets/activities.css.scss */
.event-form-container .edit_series_activity {
  margin: 0px auto;
}

/* line 888, app/assets/stylesheets/activities.css.scss */
.event-form-container .edit_series_activity .empty-btn {
  font-size: 1em;
}

/* line 895, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing .pro-rata .switch-container, .event-form-container .pricing .fees .switch-container {
  margin-bottom: 6px;
}

/* line 898, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing .pro-rata .pro-rata-price-container, .event-form-container .pricing .pro-rata #fee-price-container, .event-form-container .pricing .fees .pro-rata-price-container, .event-form-container .pricing .fees #fee-price-container {
  position: relative;
  top: -4px;
  left: 2em;
}

/* line 903, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing .pro-rata .pro-rata-price-container #pro-rata-price-block, .event-form-container .pricing .pro-rata .pro-rata-price-container #ticket-pro-rata-price-block, .event-form-container .pricing .pro-rata #fee-price-container #pro-rata-price-block, .event-form-container .pricing .pro-rata #fee-price-container #ticket-pro-rata-price-block, .event-form-container .pricing .fees .pro-rata-price-container #pro-rata-price-block, .event-form-container .pricing .fees .pro-rata-price-container #ticket-pro-rata-price-block, .event-form-container .pricing .fees #fee-price-container #pro-rata-price-block, .event-form-container .pricing .fees #fee-price-container #ticket-pro-rata-price-block {
  margin-bottom: 3px;
}

/* line 907, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing .pro-rata .pro-rata-price-container #series_pro_rata_price, .event-form-container .pricing .pro-rata .pro-rata-price-container #series_ticket_pro_rata_price, .event-form-container .pricing .pro-rata .pro-rata-price-container #fee_price, .event-form-container .pricing .pro-rata #fee-price-container #series_pro_rata_price, .event-form-container .pricing .pro-rata #fee-price-container #series_ticket_pro_rata_price, .event-form-container .pricing .pro-rata #fee-price-container #fee_price, .event-form-container .pricing .fees .pro-rata-price-container #series_pro_rata_price, .event-form-container .pricing .fees .pro-rata-price-container #series_ticket_pro_rata_price, .event-form-container .pricing .fees .pro-rata-price-container #fee_price, .event-form-container .pricing .fees #fee-price-container #series_pro_rata_price, .event-form-container .pricing .fees #fee-price-container #series_ticket_pro_rata_price, .event-form-container .pricing .fees #fee-price-container #fee_price {
  width: 100px;
  text-align: center;
  margin-right: 4px;
}

/* line 912, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing .pro-rata .pro-rata-price-container .per-date-label, .event-form-container .pricing .pro-rata #fee-price-container .per-date-label, .event-form-container .pricing .fees .pro-rata-price-container .per-date-label, .event-form-container .pricing .fees #fee-price-container .per-date-label {
  display: inline-block;
}

/* line 917, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing .fee-label {
  display: inline-block;
}

/* line 923, app/assets/stylesheets/activities.css.scss */
.event-form-container .caregivers .custom-radio[disabled] ~ .radio-label {
  opacity: .23;
}

/* line 929, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-attendees #activity_caregiver_count, .event-form-container #event-attendees #series_caregiver_count {
  width: 40px;
  padding: 4px;
}

/* line 933, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-attendees .parsley-errors-list.filled {
  margin: 0;
}

/* line 938, app/assets/stylesheets/activities.css.scss */
.event-form-container .photo-section {
  overflow: visible;
}

/* line 941, app/assets/stylesheets/activities.css.scss */
.event-form-container .photo-section .photo-button-zone {
  padding-right: 1%;
}

/* line 945, app/assets/stylesheets/activities.css.scss */
.event-form-container .photo-section #photos .photo {
  width: 140px;
  min-width: 140px;
  height: 140px;
  min-height: 140px;
  margin: 5px;
  border-radius: 3px;
}

/* line 956, app/assets/stylesheets/activities.css.scss */
.event-form-container section {
  width: 100%;
  clear: both;
  padding: 5% 0;
  border-bottom: 1px solid #eee;
}

/* line 962, app/assets/stylesheets/activities.css.scss */
.event-form-container section .section-label {
  display: inline-block;
}

/* line 968, app/assets/stylesheets/activities.css.scss */
.event-form-container section.title h2 {
  cursor: default;
}

/* line 973, app/assets/stylesheets/activities.css.scss */
.event-form-container #visibility-end-status {
  margin: 5px 0;
}

/* line 978, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-visibility-start #visibility-end-date, .event-form-container #event-visibility-start #visibility-start-date, .event-form-container #event-visibility-end #visibility-end-date, .event-form-container #event-visibility-end #visibility-start-date {
  clear: both;
}

/* line 981, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-visibility-start #visibility-end-date .visibility-label, .event-form-container #event-visibility-start #visibility-start-date .visibility-label, .event-form-container #event-visibility-end #visibility-end-date .visibility-label, .event-form-container #event-visibility-end #visibility-start-date .visibility-label {
  margin-left: 8px;
  font-size: .9em;
  font-weight: 500;
  margin-bottom: 3px;
}

/* line 989, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-visibility-start #purchasable-start-time-section .visibility-label, .event-form-container #event-visibility-end #purchasable-start-time-section .visibility-label {
  line-height: 1.1em;
  font-size: .9em;
  margin: 7px 0;
  margin-top: 1em;
}

/* line 1003, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-trials .trial-section {
  display: block;
}

/* line 1005, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-trials .trial-section .switch-row {
  display: block;
}

/* line 1012, app/assets/stylesheets/activities.css.scss */
.event-form-container .event-installments #invoice-date-section {
  display: block;
}

/* line 1018, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-when #timezone-block {
  display: inline-block;
  margin-left: 7px;
  font-size: .9em;
}

/* line 1023, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-when .series-schedule-summary {
  margin-bottom: 23px;
}

/* line 1026, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-when .series-schedule-summary #series-schedule-text {
  display: inline-block;
  margin: 0;
  padding: 11px 14px;
  background: #f1f4f9;
  border-radius: 2px;
  cursor: pointer;
}

/* line 1035, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-when #create-single-activity {
  cursor: pointer;
}

/* line 1037, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-when #create-single-activity:hover {
  text-decoration: underline;
}

/* line 1041, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-when #schedule-or {
  margin: 0em 1em;
}

/* line 1048, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-ages .all-ages {
  padding-top: 2rem;
  display: block;
}

/* line 1053, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-ages .age-pickers {
  display: inline-block;
  position: relative;
}

/* line 1057, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-ages .age-pickers input[type="number"] {
  width: 100px;
  text-align: center;
}

/* line 1061, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-ages .age-pickers input[type="number"]:focus, .event-form-container #event-ages .age-pickers input[type="number"]:active {
  border-color: #0880ff !important;
}

/* line 1064, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-ages .age-pickers .parsley-errors-list.filled {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: block;
}

/* line 1073, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-ages .faded {
  color: #aaa;
}

/* line 1075, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-ages .faded input[type="number"] {
  color: #aaa;
  font-weight: 200;
}

/* line 1081, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-ages .slash {
  position: absolute;
  left: 95%;
  text-transform: none;
  letter-spacing: 0;
  color: #aaa !important;
}

/* line 1089, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-ages .age-separator {
  display: inline-block;
  padding: 7px 3px 0;
}

/* line 1093, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-ages select {
  border-color: transparent;
}

/* line 1096, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-ages select:disabled {
  opacity: .5;
}

/* line 1102, app/assets/stylesheets/activities.css.scss */
.event-form-container .volume-discount .volume-discount-section {
  display: block;
}

/* line 1109, app/assets/stylesheets/activities.css.scss */
.event-form-container .instructors .radio.row input[type="radio"] {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 1118, app/assets/stylesheets/activities.css.scss */
.event-form-container .instructors .instructor-select {
  clear: both;
  height: 40px;
}

/* line 1122, app/assets/stylesheets/activities.css.scss */
.event-form-container .instructors .instructor-select .selectize-control {
  position: absolute;
  min-width: 100px;
  width: 100%;
}

/* line 1127, app/assets/stylesheets/activities.css.scss */
.event-form-container .instructors .instructor-select .selectize-input {
  padding: 6px;
  margin: 0px;
}

/* line 1131, app/assets/stylesheets/activities.css.scss */
.event-form-container .instructors .instructor-select .selectize-control.multi .selectize-input &gt; div {
  margin-bottom: 0px;
}

/* line 1135, app/assets/stylesheets/activities.css.scss */
.event-form-container .instructors .time-slot-summary {
  font-style: italic;
  color: #aaa;
}

/* line 1139, app/assets/stylesheets/activities.css.scss */
.event-form-container .instructors .instructor-time-slot-row {
  margin-bottom: 10px;
}

/* line 1146, app/assets/stylesheets/activities.css.scss */
.event-form-container .tags .tag .switch-label {
  width: calc(100% - 60px);
  -o-width: calc(100% - 60px);
  -moz-width: calc(100% - 60px);
  -webkit-width: calc(100% - 60px);
}

/* line 1155, app/assets/stylesheets/activities.css.scss */
.event-form-container .tags .custom-checkbox-container .switch-label {
  top: 3px;
  margin-left: 3px;
}

/* line 1163, app/assets/stylesheets/activities.css.scss */
.event-form-container .extras #extra-label {
  font-size: .9em;
  font-weight: 500;
}

/* line 1169, app/assets/stylesheets/activities.css.scss */
.event-form-container .dropin-times {
  overflow: visible;
}

/* line 1172, app/assets/stylesheets/activities.css.scss */
.event-form-container .dropin-times input.datepicker-input {
  width: 156px;
  text-align: center;
  border-radius: 7px;
}

/* line 1177, app/assets/stylesheets/activities.css.scss */
.event-form-container .dropin-times input.timepicker-input {
  max-width: 88px;
}

/* line 1180, app/assets/stylesheets/activities.css.scss */
.event-form-container .dropin-times .timezone-select-container {
  display: block;
  max-width: 350px;
  width: 100%;
  margin-top: 3px;
}

/* line 1189, app/assets/stylesheets/activities.css.scss */
.event-form-container .dropin-times .timezone-select-container .selectize-input {
  padding: 6px 10px;
  border-color: #eee;
}

/* line 1192, app/assets/stylesheets/activities.css.scss */
.event-form-container .dropin-times .timezone-select-container .selectize-input input[type="text"] {
  vertical-align: top;
}

/* line 1198, app/assets/stylesheets/activities.css.scss */
.event-form-container .dropin-times #time-error-block {
  display: inline-block;
  min-height: 1em;
}

/* line 1202, app/assets/stylesheets/activities.css.scss */
.event-form-container .dropin-times #time-error-block .parsley-errors-list.filled {
  position: absolute;
  visibility: hidden;
}

/* line 1206, app/assets/stylesheets/activities.css.scss */
.event-form-container .dropin-times #time-error-block .parsley-errors-list.filled:first-child {
  visibility: visible;
}

/* line 1210, app/assets/stylesheets/activities.css.scss */
.event-form-container .dropin-times #visibility-end-date {
  clear: both;
}

/* line 1216, app/assets/stylesheets/activities.css.scss */
.event-form-container #event-spots #waitlist-expiration-container {
  margin-top: 1em;
}

/* line 1221, app/assets/stylesheets/activities.css.scss */
.event-form-container .radio.row {
  margin: 0;
  padding: 0;
}

/* line 1226, app/assets/stylesheets/activities.css.scss */
.event-form-container .visibility-settings {
  padding: 1em 0;
  margin: 1em auto;
}

/* line 1237, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing #single-appointment-section {
  margin: 10px auto 5px;
  display: inline-block;
}

/* line 1242, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing .pricing_string {
  margin: 0;
  display: inline-block;
}

/* line 1248, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing .price h3, .event-form-container .pricing .discount h3 {
  padding-bottom: 7px;
}

/* line 1254, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing .price input[type="number"] {
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  padding-right: 17px;
  padding-left: 17px;
}

/* line 1264, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing .trial-section {
  padding-top: 1em;
}

/* line 1267, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing .trial-section #trial-selection-container {
  clear: both;
}

/* line 1270, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing .trial-section #trial-selection-container .selectize-control {
  display: inline-block;
  width: 95%;
}

/* line 1278, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing .appt-pricing-section #price-block {
  margin: 0;
  position: relative;
  top: -5px;
}

/* line 1285, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing #package-appointment-section i.material-icons, .event-form-container .pricing #single-appointment-section i.material-icons {
  margin: 0px 0px 2px 5px;
  cursor: default;
}

/* line 1290, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing #appt-package-occurrences {
  width: 65px;
  text-align: center;
}

/* line 1294, app/assets/stylesheets/activities.css.scss */
.event-form-container .pricing #appointment-pricing-errors {
  margin-top: 10px;
}

/* line 1299, app/assets/stylesheets/activities.css.scss */
.event-form-container .discount_callout {
  width: 100%;
}

/* line 1304, app/assets/stylesheets/activities.css.scss */
.event-form-container .spots .spots_string, .event-form-container .spot-container .spots_string {
  font-size: 1em;
}

/* line 1308, app/assets/stylesheets/activities.css.scss */
.event-form-container .spots .spot_field, .event-form-container .spot-container .spot_field {
  padding: 5px 3px;
  border: 1px solid #eee;
  border-radius: 7px;
}

/* line 1316, app/assets/stylesheets/activities.css.scss */
.event-form-container #additional-spot-info div {
  margin-bottom: 5px;
}

/* line 1325, app/assets/stylesheets/activities.css.scss */
.event-form-container #invoice-date-section .row {
  margin: 10px 0px;
}

/* line 1328, app/assets/stylesheets/activities.css.scss */
.event-form-container #invoice-date-section input[type="number"] {
  height: 34px;
}

/* line 1333, app/assets/stylesheets/activities.css.scss */
.event-form-container #max_spots_container {
  position: relative;
  left: 10px;
  top: -5px;
}

/* line 1338, app/assets/stylesheets/activities.css.scss */
.event-form-container #max_spots_container .spot_field {
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

/* line 1347, app/assets/stylesheets/activities.css.scss */
.event-form-container section.spots .parsley-errors-list.filled {
  display: block;
}

/* line 1353, app/assets/stylesheets/activities.css.scss */
.event-form-container form input.datepicker-input, .event-form-container form input.timepicker-input, .event-form-container form input.timepicker-force-round {
  color: #313131;
  padding: 0px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 7px;
  margin: 0 auto;
}

/* line 1365, app/assets/stylesheets/activities.css.scss */
.event-form-container input.datepicker-input {
  width: 170px;
}

/* line 1368, app/assets/stylesheets/activities.css.scss */
.event-form-container input.timepicker-input, .event-form-container input.timepicker-force-round {
  max-width: 100px;
}

/* line 1371, app/assets/stylesheets/activities.css.scss */
.event-form-container input.datepicker-input, .event-form-container input.timepicker-input, .event-form-container input.timepicker-force-round {
  cursor: pointer;
  font-size: .95em;
}

/* line 1377, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .initial_in_series {
  padding: 12px;
  background: #eee;
}

/* line 1382, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .header.row {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/* line 1388, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates {
  max-height: 835px;
  padding-right: 15px;
  overflow: auto;
}

/* line 1393, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields {
  margin: 0 auto;
  padding: 15px 0 20px;
  position: relative;
  border-top: 1px solid #eee;
  padding-left: 0;
  padding-right: 0;
}

/* line 1401, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields input[type="text"], .event-form-container .series .series-dates .row.date.fields input[type="number"] {
  width: auto;
  max-width: 70px;
  text-align: center;
  line-height: 26px;
  padding: 0;
  font-size: 1em;
  background: transparent;
}

/* line 1411, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields input.datepicker-input {
  max-width: 150px;
  background: transparent;
}

/* line 1415, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields input:hover {
  border-color: #0880ff;
}

/* line 1420, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .price-container input {
  max-width: 60px;
}

/* line 1423, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .price-container .currency-symbol-container {
  margin-left: 11px;
}

/* line 1425, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .price-container .currency-symbol-container .currency-symbol {
  left: 3px;
}

/* line 1431, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .spot-container input {
  max-width: 30px;
}

/* line 1436, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .date-times {
  padding: 0;
}

/* line 1440, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .edit-buttons {
  font-size: .9em;
  display: inline-block;
  bottom: 5px;
  right: 0;
  position: absolute;
}

/* line 1448, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .cancelation-note {
  margin-top: -5px;
  margin-bottom: 5px;
}

/* line 1453, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .bottom {
  position: relative;
  display: inline-block;
  margin: 0.5em auto;
  width: 100%;
}

/* line 1459, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .bottom .drop-in-inputs {
  position: relative;
  display: inline-block;
}

/* line 1463, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .bottom .drop-in-inputs .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

/* line 1472, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .bottom .date-visibility {
  margin: 3px auto 0;
}

/* line 1475, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .bottom .series-date-purchasable-end-time {
  margin: 0.5em auto 0;
}

/* line 1479, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .bottom .custom-checkbox-container .checkbox-label {
  margin-right: 5px;
}

/* line 1486, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields .disabled .date-label {
  color: #aaa !important;
}

/* line 1491, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields.canceled {
  text-decoration: none;
  color: #aaa;
}

/* line 1494, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date.fields.canceled input {
  cursor: not-allowed;
}

/* line 1500, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .row.date:first-child {
  border-top: 0;
}

/* line 1503, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .series-dates .date-label {
  cursor: default;
}

/* line 1508, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .add-series-date {
  margin-top: 2em;
}

/* line 1510, app/assets/stylesheets/activities.css.scss */
.event-form-container .series .add-series-date a {
  cursor: pointer;
}

/* line 1516, app/assets/stylesheets/activities.css.scss */
.event-form-container .when {
  position: relative;
}

/* line 1519, app/assets/stylesheets/activities.css.scss */
.event-form-container .when #datetarget {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 1530, app/assets/stylesheets/activities.css.scss */
.event-form-container .tags label {
  text-transform: none;
  display: inline-block;
}

/* line 1534, app/assets/stylesheets/activities.css.scss */
.event-form-container .tags .tag.row {
  margin: 0;
  padding: 0;
}

/* line 1538, app/assets/stylesheets/activities.css.scss */
.event-form-container .tags #tag-error-block {
  clear: both;
}

/* line 1544, app/assets/stylesheets/activities.css.scss */
.event-form-container .admin-only .admin-compartment {
  padding: 14px 0;
}

/* line 1550, app/assets/stylesheets/activities.css.scss */
.duplicate_callout {
  padding: 20px;
  margin: 0% auto;
  font-size: 1em;
}

/* line 1558, app/assets/stylesheets/activities.css.scss */
.spot-table h6 {
  color: #bbb;
}

/* line 1562, app/assets/stylesheets/activities.css.scss */
.spot-table .spot_field {
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

/* line 1568, app/assets/stylesheets/activities.css.scss */
.spot-table .spot-value {
  display: inline-block;
  text-align: center;
  width: 100px;
  margin: 6px auto;
}

/* line 1575, app/assets/stylesheets/activities.css.scss */
.spot-table div, .spot-table span {
  line-height: 1.1em;
}

/* line 1579, app/assets/stylesheets/activities.css.scss */
.spot-table .total {
  font-weight: normal;
  font-size: 1em;
  clear: both;
}

/* line 1584, app/assets/stylesheets/activities.css.scss */
.spot-table #available-label {
  display: inline-block;
}

/* line 1590, app/assets/stylesheets/activities.css.scss */
#wrap.provider #super-save, #wrap.provider #email-super-save, #wrap.provider #toggle-mobile-preview {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 1596, app/assets/stylesheets/activities.css.scss */
#wrap.provider #super-save .fa-cog.fa-spin, #wrap.provider #email-super-save .fa-cog.fa-spin {
  vertical-align: middle;
  color: #bbb !important;
}

/* line 1607, app/assets/stylesheets/activities.css.scss */
#details-changed .changes ul.changes-list h6 {
  display: inline-block;
  font-size: .8em;
  padding-right: 7px;
}

/* line 1612, app/assets/stylesheets/activities.css.scss */
#details-changed .changes ul.changes-list li {
  padding: 3px 0;
  border-bottom: 1px solid #f1f1f1;
}

/* line 1616, app/assets/stylesheets/activities.css.scss */
#details-changed .changes ul.changes-list li:last-child {
  border: 0;
}

/* line 1621, app/assets/stylesheets/activities.css.scss */
#details-changed .changes.disabled {
  color: #ccc;
}

/* line 1627, app/assets/stylesheets/activities.css.scss */
.cards.container .activity.card, #activities .activity.card {
  position: relative;
  background: #fff;
  padding: 20px;
  border: 0;
}

/* line 1633, app/assets/stylesheets/activities.css.scss */
.cards.container .activity.card .cover-image-container, #activities .activity.card .cover-image-container {
  display: inline-block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* line 1643, app/assets/stylesheets/activities.css.scss */
.cards.container .activity.card .bottom-btn, #activities .activity.card .bottom-btn {
  position: relative;
}

/* line 1647, app/assets/stylesheets/activities.css.scss */
.cards.container .activity.card .gmap, #activities .activity.card .gmap {
  width: 100%;
  height: 200px;
}

/* line 1652, app/assets/stylesheets/activities.css.scss */
.cards.container .activity.card .inner, #activities .activity.card .inner {
  padding: 2.5% 0 5%;
}

/* line 1658, app/assets/stylesheets/activities.css.scss */
.cards.container .image-placeholder, #activities .image-placeholder {
  float: left;
  width: 140px;
  height: 140px;
  margin-right: 10px;
  line-height: 140px;
  vertical-align: middle;
  text-align: center;
  background: #eee;
  border-radius: 50%;
}

/* line 1670, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section, #activities .left-section {
  width: 60%;
  float: left;
}

/* line 1674, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section .image, #activities .left-section .image {
  float: left;
  margin-right: 4%;
  max-width: 140px;
}

/* line 1679, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section .image img, #activities .left-section .image img {
  height: 140px;
  width: 140px;
  border-radius: 50%;
}

/* line 1684, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section .image .instructor-link, #activities .left-section .image .instructor-link {
  width: 100%;
  text-align: center;
  display: block;
  padding: 5px 0 2px;
  clear: both;
  color: #333;
  font-size: .9em;
  font-weight: bold;
}

/* line 1694, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section .image .more-info, #activities .left-section .image .more-info {
  text-align: center;
  overflow-wrap: break-word;
  font-size: .95em;
  margin-left: -5%;
  width: 110%;
}

/* line 1701, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section .image .more-info a, #activities .left-section .image .more-info a {
  color: #333;
}

/* line 1706, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section .image .more-info a:hover, .cards.container .left-section .image .instructor-link:hover, #activities .left-section .image .more-info a:hover, #activities .left-section .image .instructor-link:hover {
  color: #1ea9e1;
}

/* line 1713, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section .activity-sharing .fa-facebook, .cards.container .left-section .activity-sharing .fa-twitter, #activities .left-section .activity-sharing .fa-facebook, #activities .left-section .activity-sharing .fa-twitter {
  color: #1ea9e1;
  font-size: 1.3em;
  cursor: pointer;
  padding: 0 5px;
}

/* line 1721, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section .text-content, #activities .left-section .text-content {
  float: left;
  width: 62%;
}

/* line 1725, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section .text-content .title, #activities .left-section .text-content .title {
  text-rendering: optimizeLegibility;
  margin-bottom: 1.5%;
}

/* line 1729, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section .text-content .title a, #activities .left-section .text-content .title a {
  color: #444;
}

/* line 1732, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section .text-content .title a:hover, #activities .left-section .text-content .title a:hover {
  color: #1ea9e1;
}

/* line 1736, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section .text-content .title h1, .cards.container .left-section .text-content .title h2, .cards.container .left-section .text-content .title h3, #activities .left-section .text-content .title h1, #activities .left-section .text-content .title h2, #activities .left-section .text-content .title h3 {
  display: inline-block;
}

/* line 1741, app/assets/stylesheets/activities.css.scss */
.cards.container .left-section .text-content .about, #activities .left-section .text-content .about {
  line-height: 1.75em;
  padding-bottom: 2%;
}

/* line 1748, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section, #activities .right-section {
  float: left;
  padding: 0 1%;
  border: 0;
  border-radius: 7px;
  text-align: right;
  width: 38%;
  height: 90%;
  line-height: 1.25em;
}

/* line 1758, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section table, #activities .right-section table {
  width: 100%;
  height: 100%;
}

/* line 1762, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section table td, #activities .right-section table td {
  vertical-align: middle;
  border-bottom: 1px solid #eaeaea;
  padding: 2.5% 0;
  text-align: left;
}

/* line 1770, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section table tr:last-child td, #activities .right-section table tr:last-child td {
  border: 0;
}

/* line 1776, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section .pricing, #activities .right-section .pricing {
  padding-bottom: 5%;
  cursor: default;
}

/* line 1780, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section .pricing .per-child-disclaimer, #activities .right-section .pricing .per-child-disclaimer {
  font-size: 14px;
  padding-left: 5px;
  color: #aaa;
}

/* line 1787, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section .location, #activities .right-section .location {
  padding-bottom: 5%;
}

/* line 1791, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section .activity-label, #activities .right-section .activity-label {
  color: #aaa;
  text-align: right;
  text-transform: uppercase;
  width: 20%;
  padding-right: 15px;
  font-weight: 200;
  font-size: .95em;
}

/* line 1802, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section .age-range .guardian-attendance, #activities .right-section .age-range .guardian-attendance {
  width: 100%;
  font-size: .9em;
  color: #cc0000;
  cursor: default;
}

/* line 1811, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section .spots td, #activities .right-section .spots td {
  text-align: center;
  border-bottom: 0;
}

/* line 1817, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section .reserve, #activities .right-section .reserve {
  text-align: center;
}

/* line 1820, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section .reserve a.reserve-link, #activities .right-section .reserve a.reserve-link {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

/* line 1829, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section .reserve a.reserve-link:hover, #activities .right-section .reserve a.reserve-link:hover {
  text-decoration: underline;
}

/* line 1834, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section .edit-link, #activities .right-section .edit-link {
  display: inline-block;
  margin-left: 2.5%;
}

/* line 1839, app/assets/stylesheets/activities.css.scss */
.cards.container .right-section .sold-out, #activities .right-section .sold-out {
  font-style: italic;
  padding: 10px 0;
}

/* line 1847, app/assets/stylesheets/activities.css.scss */
#mobile-link .modal-header {
  padding-bottom: 10px;
}

/* line 1851, app/assets/stylesheets/activities.css.scss */
#mobile-link .modal-content .header-text {
  font-weight: inherit;
}

/* line 1855, app/assets/stylesheets/activities.css.scss */
#mobile-link .modal-body {
  padding-bottom: 20px;
  display: inline-block;
}

/* line 1859, app/assets/stylesheets/activities.css.scss */
#mobile-link .modal-body p {
  font-size: 1.1em;
}

/* line 1863, app/assets/stylesheets/activities.css.scss */
#mobile-link .modal-body #shareable-deep-link {
  font-size: 1em;
}

/* line 1868, app/assets/stylesheets/activities.css.scss */
#mobile-link .modal-body .share-circles .share-circle {
  display: inline-block;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  line-height: 66px;
  color: #fff;
  margin: 11px 4px;
  cursor: pointer;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 1883, app/assets/stylesheets/activities.css.scss */
#mobile-link .modal-body .share-circles .share-circle i {
  font-size: 1.5em;
}

/* line 1887, app/assets/stylesheets/activities.css.scss */
#mobile-link .modal-body .share-circles .share-circle:hover {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.14);
}

/* line 1890, app/assets/stylesheets/activities.css.scss */
#mobile-link .modal-body .share-circles #share-email {
  background: #EB0450;
}

/* line 1892, app/assets/stylesheets/activities.css.scss */
#mobile-link .modal-body .share-circles #share-email a {
  color: #fff;
}

/* line 1898, app/assets/stylesheets/activities.css.scss */
#mobile-link .modal-body #text-phone-field {
  height: 40px;
}

/* line 1902, app/assets/stylesheets/activities.css.scss */
#mobile-link .modal-body #text-link-btn {
  width: 100%;
  height: 40px;
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1em;
}

/* line 1911, app/assets/stylesheets/activities.css.scss */
#mobile-link .modal-body #text-link-btn span {
  font-size: 1em;
  padding: 0 7px;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  /* line 1922, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .sublabel, #wrap .series-detail .sublabel {
    margin-bottom: 5px;
    text-align: left;
  }
  /* line 1927, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .who .mini-row, #wrap .series-detail .who .mini-row {
    padding: 0 0 5px;
  }
  /* line 1929, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .who .mini-row .icon-container, #wrap .series-detail .who .mini-row .icon-container {
    width: auto;
  }
  /* line 1931, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .who .mini-row .icon-container i, #wrap .series-detail .who .mini-row .icon-container i {
    margin-right: 1em;
  }
  /* line 1938, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail.container .top-section .dates .series-date, #wrap .series-detail.container .top-section .dates .series-date {
    min-height: 54px;
    padding: 0.5em 0;
    border-top: 1px solid #eee;
  }
  /* line 1943, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail.container .top-section .dates .series-date a.drop-in-prompt, #wrap .series-detail.container .top-section .dates .series-date a.drop-in-prompt {
    float: none;
    display: block;
  }
  /* line 1947, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail.container .top-section .dates .series-date .spots-right, #wrap .activity-detail.container .top-section .dates .series-date .spots-left, #wrap .series-detail.container .top-section .dates .series-date .spots-right, #wrap .series-detail.container .top-section .dates .series-date .spots-left {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  /* line 1954, app/assets/stylesheets/activities.css.scss */
  #wrap .series-detail.container .top-section .dates .series-date:first-child {
    padding-top: 0.5em;
  }
  /* line 1958, app/assets/stylesheets/activities.css.scss */
  #wrap #main .event-form-container-inner {
    min-width: 600px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 442px), only screen and (max-device-width: 442px) {
  /* line 1967, app/assets/stylesheets/activities.css.scss */
  .support-phone {
    height: auto !important;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 1974, app/assets/stylesheets/activities.css.scss */
  .support-phone {
    max-width: 50%;
  }
  /* line 1980, app/assets/stylesheets/activities.css.scss */
  #wrap #main .event-form-container {
    margin: 0 auto;
    width: 100%;
    padding: 0 5%;
  }
  /* line 1985, app/assets/stylesheets/activities.css.scss */
  #wrap #main .event-form-container #left-nav {
    display: none;
  }
  /* line 1988, app/assets/stylesheets/activities.css.scss */
  #wrap #main .event-form-container #super-save {
    right: 0;
    margin: 0;
  }
  /* line 1992, app/assets/stylesheets/activities.css.scss */
  #wrap #main .event-form-container .series-dates {
    width: 100%;
  }
  /* line 1996, app/assets/stylesheets/activities.css.scss */
  #wrap #main .bullet {
    padding: 0 4px;
  }
  /* line 2000, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail, #wrap .series-detail {
    padding-bottom: 0;
  }
  /* line 2004, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .top-section .details, #wrap .series-detail .top-section .details {
    min-height: 0;
    width: 100%;
    padding: 15px;
  }
  /* line 2009, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .top-section .image-container, #wrap .series-detail .top-section .image-container {
    margin: 1em auto;
    width: 100%;
    min-height: 420px;
  }
  /* line 2014, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .top-section .image-container #photo-holder, #wrap .series-detail .top-section .image-container #photo-holder {
    margin: 0 auto;
    width: 100%;
  }
  /* line 2019, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .top-section .image-container .activity-image, #wrap .activity-detail .top-section .image-container .series-image, #wrap .series-detail .top-section .image-container .activity-image, #wrap .series-detail .top-section .image-container .series-image {
    border-radius: 0;
  }
  /* line 2024, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .activity-title, #wrap .series-detail .activity-title {
    margin: 0;
  }
  /* line 2027, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .instructors, #wrap .series-detail .instructors {
    display: block;
    padding: 0;
  }
  /* line 2031, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .sublabel, #wrap .series-detail .sublabel {
    font-size: 1em;
    margin-bottom: 5px;
    text-align: left;
  }
  /* line 2036, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .location-switcher, #wrap .series-detail .location-switcher {
    display: inline-block;
    width: 100%;
  }
  /* line 2040, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .location-switcher .switch-location, #wrap .series-detail .location-switcher .switch-location {
    display: block;
    padding: 1em;
    width: 100;
    text-align: center;
  }
  /* line 2046, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .location-switcher .switch-location.active, #wrap .series-detail .location-switcher .switch-location.active {
    border: 0;
  }
  /* line 2051, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .map-section .address-overlay, #wrap .series-detail .map-section .address-overlay {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
  }
  /* line 2058, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .map-section .address-overlay h3, #wrap .series-detail .map-section .address-overlay h3 {
    margin: 0;
    padding-top: 7px;
  }
  /* line 2064, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .reserve.btn-container, #wrap .series-detail .reserve.btn-container {
    margin: 20px auto;
  }
  /* line 2067, app/assets/stylesheets/activities.css.scss */
  #wrap .activity-detail .reserve.btn-container .reserve-btn, #wrap .series-detail .reserve.btn-container .reserve-btn {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
  }
  /* line 2075, app/assets/stylesheets/activities.css.scss */
  #wrap #activities {
    width: 90%;
    margin: 0 auto;
  }
  /* line 2079, app/assets/stylesheets/activities.css.scss */
  #wrap #activities .activity {
    max-width: 100%;
  }
  /* line 2082, app/assets/stylesheets/activities.css.scss */
  #wrap #activities .activity .right-section {
    box-shadow: 0 0 0 0 transparent;
    border: 1px solid #eee;
  }
  /* line 2087, app/assets/stylesheets/activities.css.scss */
  #wrap #activities .activity .activity-label {
    font-size: 1.1em;
    width: 35%;
  }
  /* line 2092, app/assets/stylesheets/activities.css.scss */
  #wrap #activities .activity .right-section {
    width: 98%;
    padding: 0 1%;
  }
  /* line 2097, app/assets/stylesheets/activities.css.scss */
  #wrap #activities .activity .left-section, #wrap #activities .activity .left-section .image, #wrap #activities .activity .left-section .text-content {
    width: 100%;
    max-width: 100%;
  }
  /* line 2103, app/assets/stylesheets/activities.css.scss */
  #wrap #activities .activity .left-section .text-content .title {
    text-align: center;
    margin: 5% auto;
  }
  /* line 2109, app/assets/stylesheets/activities.css.scss */
  #wrap #activities .activity .left-section .image {
    text-align: center;
  }
  /* line 2112, app/assets/stylesheets/activities.css.scss */
  #wrap #activities .activity .left-section .image .instructor-link {
    font-size: 1.25em;
  }
  /* line 2116, app/assets/stylesheets/activities.css.scss */
  #wrap #activities .activity .left-section .image img {
    width: 50%;
    height: 50%;
  }
  /* line 2122, app/assets/stylesheets/activities.css.scss */
  #wrap #activities .activity .activity-sharing {
    display: none;
  }
}
/* line 5, app/assets/stylesheets/admin.css.scss */
html.admin {
  background: #272b2d;
}

/* line 7, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  color: #fff;
  font-weight: 500;
}

/* line 15, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  padding-left: 150px;
  padding-right: 0px;
  margin: 0 auto;
  min-height: 100%;
  display: inline-block;
}

/* line 25, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main .edit-activity, html.admin #wrap.admin #main .new-activity, html.admin #wrap.admin #main .edit-series, html.admin #wrap.admin #main .new-series {
  background: transparent;
}

/* line 28, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main .edit-activity h2, html.admin #wrap.admin #main .edit-activity h3, html.admin #wrap.admin #main .edit-activity h4, html.admin #wrap.admin #main .edit-activity h5, html.admin #wrap.admin #main .new-activity h2, html.admin #wrap.admin #main .new-activity h3, html.admin #wrap.admin #main .new-activity h4, html.admin #wrap.admin #main .new-activity h5, html.admin #wrap.admin #main .edit-series h2, html.admin #wrap.admin #main .edit-series h3, html.admin #wrap.admin #main .edit-series h4, html.admin #wrap.admin #main .edit-series h5, html.admin #wrap.admin #main .new-series h2, html.admin #wrap.admin #main .new-series h3, html.admin #wrap.admin #main .new-series h4, html.admin #wrap.admin #main .new-series h5 {
  color: #fff;
}

/* line 31, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main .edit-activity #repeat-summary, html.admin #wrap.admin #main .new-activity #repeat-summary, html.admin #wrap.admin #main .edit-series #repeat-summary, html.admin #wrap.admin #main .new-series #repeat-summary {
  color: #fff;
}

/* line 34, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main .edit-activity .row, html.admin #wrap.admin #main .new-activity .row, html.admin #wrap.admin #main .edit-series .row, html.admin #wrap.admin #main .new-series .row {
  border-color: rgba(255, 255, 255, 0.11);
}

/* line 38, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main .avatar-placeholder, html.admin #wrap.admin #main .image-placeholder, html.admin #wrap.admin #main .photo-placeholder {
  background-color: rgba(238, 241, 244, 0.1);
}

/* line 41, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main .tab-content {
  background: transparent;
  color: #fff;
  border-color: transparent;
}

/* line 47, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin .dashboard {
  padding: 15px;
}

/* line 51, app/assets/stylesheets/admin.css.scss */
html.admin .modal-header .dismiss {
  background: transparent;
}

/* line 54, app/assets/stylesheets/admin.css.scss */
html.admin .modal-content {
  background: rgba(27, 31, 34, 0.9);
  border-color: #25292c;
  color: #fff;
}

/* line 58, app/assets/stylesheets/admin.css.scss */
html.admin .modal-content i {
  color: #fff;
}

/* line 61, app/assets/stylesheets/admin.css.scss */
html.admin .modal-content .row-item {
  width: 25%;
  display: inline-block;
}

/* line 67, app/assets/stylesheets/admin.css.scss */
html.admin .panel {
  padding: 0;
  background: transparent;
  color: #fff;
}

/* line 72, app/assets/stylesheets/admin.css.scss */
html.admin .panel .inner {
  background: transparent;
}

/* line 76, app/assets/stylesheets/admin.css.scss */
html.admin .panel section {
  border-color: #5a5a5a;
}

/* line 80, app/assets/stylesheets/admin.css.scss */
html.admin .panel .charge-inner .charge-label.black {
  color: #fff;
}

/* line 84, app/assets/stylesheets/admin.css.scss */
html.admin .panel .panel-header {
  padding: 1%;
}

/* line 87, app/assets/stylesheets/admin.css.scss */
html.admin .panel .panel-header .panel-search-container {
  background: transparent;
  border: 1px solid #5a5a5a;
}

/* line 91, app/assets/stylesheets/admin.css.scss */
html.admin .panel .panel-header ul.tabs {
  background: transparent;
  border: 0;
}

/* line 95, app/assets/stylesheets/admin.css.scss */
html.admin .panel .panel-header ul.tabs .icon i {
  color: #fff;
}

/* line 103, app/assets/stylesheets/admin.css.scss */
html.admin ul.tabs {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 2px;
  background: transparent;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  box-shadow: none;
}

/* line 113, app/assets/stylesheets/admin.css.scss */
html.admin ul.tabs li {
  min-width: 110px;
  font-size: .95em;
  font-weight: 600;
  cursor: pointer;
  height: 41px;
  line-height: 40px;
  color: inherit;
  display: inline-block;
  text-align: center;
}

/* line 123, app/assets/stylesheets/admin.css.scss */
html.admin ul.tabs li a {
  color: inherit;
}

/* line 127, app/assets/stylesheets/admin.css.scss */
html.admin ul.tabs li:hover {
  text-decoration: underline;
  color: #2196F3;
}

/* line 131, app/assets/stylesheets/admin.css.scss */
html.admin ul.tabs li.active {
  color: #2196F3;
}

/* line 138, app/assets/stylesheets/admin.css.scss */
html.admin .activity-hub.panel #attendance-table.activity .attendance-toggle-label, html.admin .activity-hub.panel #attendance-table.series .attendance-toggle-label, html.admin .series-hub.panel #attendance-table.activity .attendance-toggle-label, html.admin .series-hub.panel #attendance-table.series .attendance-toggle-label {
  background: transparent;
}

/* line 145, app/assets/stylesheets/admin.css.scss */
html.admin #location-panel .location-detail.container {
  background: transparent;
  padding: 1%;
}

/* line 150, app/assets/stylesheets/admin.css.scss */
html.admin #location-panel .location-detail.container .yelp-link i {
  color: inherit;
}

/* line 157, app/assets/stylesheets/admin.css.scss */
html.admin #location-textfield, html.admin #location-textfield:focus {
  background: #fff;
  border-color: #eee;
  color: #444;
}

/* line 162, app/assets/stylesheets/admin.css.scss */
html.admin .provider.panel {
  color: #fff;
}

/* line 165, app/assets/stylesheets/admin.css.scss */
html.admin .provider.panel .inner {
  background: #2d3134;
}

/* line 170, app/assets/stylesheets/admin.css.scss */
html.admin a:not(.link-color), html.admin a:not(.link-color):visited, html.admin a:not(.link-color):focus, html.admin a.empty-btn:not(.link-color), html.admin .empty-btn, html.admin .btn {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

/* line 174, app/assets/stylesheets/admin.css.scss */
html.admin a:not(.link-color) i, html.admin a:not(.link-color):visited i, html.admin a:not(.link-color):focus i, html.admin a.empty-btn:not(.link-color) i, html.admin .empty-btn i, html.admin .btn i {
  color: #fff;
}

/* line 179, app/assets/stylesheets/admin.css.scss */
html.admin a:hover, html.admin a:visited:hover, html.admin a:focus:hover, html.admin a.empty-btn:hover, html.admin .empty-btn:hover, html.admin .btn:hover {
  text-decoration: underline;
  color: #fff;
  background: transparent;
}

/* line 185, app/assets/stylesheets/admin.css.scss */
html.admin a.link-color, html.admin a.link-color:visited, html.admin a.link-color:focus, html.admin a.link-color:hover {
  color: #2196F3;
}

/* line 189, app/assets/stylesheets/admin.css.scss */
html.admin .empty-btn, html.admin .empty-btn * {
  color: #fff;
}

/* line 192, app/assets/stylesheets/admin.css.scss */
html.admin .new-activity-btn.empty-btn {
  right: 123px;
  padding: 11px;
}

/* line 197, app/assets/stylesheets/admin.css.scss */
html.admin .new-series-btn.empty-btn {
  right: 11px;
  padding: 11px;
}

/* line 202, app/assets/stylesheets/admin.css.scss */
html.admin .new-series-btn.empty-btn, html.admin .new-activity-btn.empty-btn {
  position: absolute;
  top: 15px;
  padding: 0px 17px;
  line-height: 38px;
  vertical-align: middle;
}

/* line 209, app/assets/stylesheets/admin.css.scss */
html.admin .new-series-btn.empty-btn span, html.admin .new-series-btn.empty-btn i, html.admin .new-activity-btn.empty-btn span, html.admin .new-activity-btn.empty-btn i {
  margin: 0;
  padding: 0;
}

/* line 215, app/assets/stylesheets/admin.css.scss */
html.admin a.material-icons, html.admin a.fa:hover {
  text-decoration: none;
}

/* line 218, app/assets/stylesheets/admin.css.scss */
html.admin a.remove, html.admin .remove {
  background: transparent;
}

/* line 221, app/assets/stylesheets/admin.css.scss */
html.admin a.remove:hover, html.admin .remove:hover {
  color: #dd0000;
}

/* line 224, app/assets/stylesheets/admin.css.scss */
html.admin .custom-radio:empty ~ .radio-label:before {
  background: transparent;
}

/* line 227, app/assets/stylesheets/admin.css.scss */
html.admin .switch-label, html.admin .radio-label, html.admin .custom-radio:checked ~ .radio-label {
  color: #fff;
}

/* line 230, app/assets/stylesheets/admin.css.scss */
html.admin .segment {
  background: transparent;
}

/* line 233, app/assets/stylesheets/admin.css.scss */
html.admin .segment.selected {
  background: rgba(255, 70, 100, 0.9);
}

/* line 236, app/assets/stylesheets/admin.css.scss */
html.admin section {
  border-color: #5a5a5a;
}

/* line 239, app/assets/stylesheets/admin.css.scss */
html.admin .back-btn {
  padding-left: 0;
}

/* line 242, app/assets/stylesheets/admin.css.scss */
html.admin i.back-btn, html.admin .fa-trash, html.admin .fa-trash-o, html.admin .fa-remove, html.admin .fa-cog, html.admin .fa-check, html.admin .trashcan, html.admin i.repeat-indicator {
  color: #fff;
}

/* line 245, app/assets/stylesheets/admin.css.scss */
html.admin .date-label, html.admin .age-separator {
  color: #fff;
}

/* line 249, app/assets/stylesheets/admin.css.scss */
html.admin .btns .dashboard-btn-menu i {
  color: #444;
}

/* line 253, app/assets/stylesheets/admin.css.scss */
html.admin .trashcan:hover {
  color: #cc0000;
}

/* line 256, app/assets/stylesheets/admin.css.scss */
html.admin .fa-compress:hover {
  color: #0880ff;
}

/* line 259, app/assets/stylesheets/admin.css.scss */
html.admin .selectize-input, html.admin .selectize-input.has-items, html.admin .selectize-input.focus, html.admin .selectize-control.single .selectize-input.input-active {
  border-color: #5a5a5a;
  color: #fff;
  background: transparent;
  padding: 8px;
  border-radius: 7px;
}

/* line 266, app/assets/stylesheets/admin.css.scss */
html.admin .selectize-input:hover {
  border-color: #0880ff;
}

/* line 270, app/assets/stylesheets/admin.css.scss */
html.admin .selectize-dropdown, html.admin .selectize-input, html.admin .selectize-input input {
  color: #444;
}

/* line 274, app/assets/stylesheets/admin.css.scss */
html.admin .selectize-control.multi .selectize-input &gt; div {
  border: 1px solid #5a5a5a;
  background: transparent;
  color: #fff;
}

/* line 279, app/assets/stylesheets/admin.css.scss */
html.admin .selectize-control.multi .selectize-input &gt; div:hover {
  background: rgba 255, 255, 255, 0.1;
  border: 1px solid #6e6e6e;
}

/* line 285, app/assets/stylesheets/admin.css.scss */
html.admin .age-filter .selectize-input, html.admin .provider-filter .selectize-input {
  min-width: 150px;
  width: auto;
  color: #EB0450;
  padding: 7px;
  cursor: pointer;
  margin: 0 7px 0 auto;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  font-family: inherit;
}

/* line 295, app/assets/stylesheets/admin.css.scss */
html.admin .age-filter .selectize-input.has-items, html.admin .provider-filter .selectize-input.has-items {
  padding: 5px 7px;
}

/* line 298, app/assets/stylesheets/admin.css.scss */
html.admin .age-filter .selectize-dropdown, html.admin .provider-filter .selectize-dropdown {
  text-align: left;
}

/* line 303, app/assets/stylesheets/admin.css.scss */
html.admin input.switch-round + .switch-container:before {
  background-color: #787878;
}

/* line 307, app/assets/stylesheets/admin.css.scss */
html.admin input.switch-round:checked + .switch-container:before {
  background-color: #EB0450;
}

/* line 311, app/assets/stylesheets/admin.css.scss */
html.admin .custom-checkbox.blue:hover:not(:checked) ~ .checkbox-label:before {
  background: transparent;
}

/* line 316, app/assets/stylesheets/admin.css.scss */
html.admin #message-html-container #editor-container, html.admin #message-html-container .ql-toolbar.ql-snow {
  border-color: #5a5a5a;
}

/* line 319, app/assets/stylesheets/admin.css.scss */
html.admin #message-html-container .ql-stroke {
  stroke: #fff;
}

/* line 322, app/assets/stylesheets/admin.css.scss */
html.admin #message-html-container .ql-fill {
  fill: #fff;
}

/* line 325, app/assets/stylesheets/admin.css.scss */
html.admin #message-html-container .ql-picker {
  color: #fff;
}

/* line 328, app/assets/stylesheets/admin.css.scss */
html.admin #message-html-container .ql-snow .ql-picker-options {
  background: #2d3134;
}

/* line 335, app/assets/stylesheets/admin.css.scss */
html.admin .message-container.panel .message-inner .recipient-selector .selectize-input {
  border-color: #5a5a5a;
}

/* line 339, app/assets/stylesheets/admin.css.scss */
html.admin .message-container.panel .message-inner .send-details {
  background: transparent;
  padding: 0;
}

/* line 343, app/assets/stylesheets/admin.css.scss */
html.admin .message-container.panel .message-inner .datepicker-input, html.admin .message-container.panel .message-inner .timepicker-input {
  border-color: #5a5a5a;
}

/* line 349, app/assets/stylesheets/admin.css.scss */
html.admin input[type="text"], html.admin input[type="email"], html.admin input[type="number"], html.admin input[type="password"], html.admin textarea, html.admin select, html.admin #wrap.admin input.datepicker-input, html.admin input.timepicker-input, html.admin #wrap.admin .spot_field {
  background: transparent;
  border-color: #5a5a5a;
  color: #fff;
}

/* line 355, app/assets/stylesheets/admin.css.scss */
html.admin input[type="number"] {
  border-radius: 7px;
  max-width: 100px;
}

/* line 360, app/assets/stylesheets/admin.css.scss */
html.admin input[type="text"]:active, html.admin input[type="text"]:focus, html.admin input[type="email"]:active, html.admin input[type="email"]:focus, html.admin input[type="number"]:active, html.admin input[type="number"]:focus, html.admin input[type="password"]:active, html.admin input[type="password"]:focus, html.admin textarea:active, html.admin textarea:focus, html.admin #wrap.admin .spot_field:focus {
  border-color: #0880ff;
  background: transparent;
}

/* line 365, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main .modal .modal-dialog {
  color: #444;
}

/* line 368, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main .modal .modal-dialog input[type="text"], html.admin #wrap.admin #main .modal .modal-dialog input[type="email"], html.admin #wrap.admin #main .modal .modal-dialog input[type="number"], html.admin #wrap.admin #main .modal .modal-dialog textarea, html.admin #wrap.admin #main .modal .modal-dialog select, html.admin #wrap.admin #main .modal .modal-dialog input[type="text"]:focus, html.admin #wrap.admin #main .modal .modal-dialog input[type="email"]:focus, html.admin #wrap.admin #main .modal .modal-dialog input[type="number"]:focus, html.admin #wrap.admin #main .modal .modal-dialog textarea:focus, html.admin #wrap.admin #main .modal .modal-dialog select:focus {
  background: #fff;
  border-color: #eee;
  color: #444;
}

/* line 374, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main .modal .modal-dialog .modal-content .header-text, html.admin #wrap.admin #main .modal .modal-dialog .modal-content h3, html.admin #wrap.admin #main .modal .modal-dialog .modal-content h4, html.admin #wrap.admin #main .modal .modal-dialog .modal-content h5 {
  color: #444;
}

/* line 377, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main .modal .modal-dialog .modal-content .selectize-input {
  border-color: #5a5a5a;
}

/* line 380, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main .modal .modal-dialog .modal-content .switch-label {
  color: inherit;
}

/* line 384, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main .modal .modal-dialog .empty-btn, html.admin #wrap.admin #main .modal .modal-dialog .empty-btn * {
  color: #444;
}

/* line 387, app/assets/stylesheets/admin.css.scss */
html.admin #wrap.admin #main .modal .modal-dialog a:hover, html.admin #wrap.admin #main .modal .modal-dialog a:visited:hover, html.admin #wrap.admin #main .modal .modal-dialog a:focus:hover, html.admin #wrap.admin #main .modal .modal-dialog a.empty-btn:hover, html.admin #wrap.admin #main .modal .modal-dialog .empty-btn:hover {
  text-decoration: underline;
}

/* line 391, app/assets/stylesheets/admin.css.scss */
html.admin .modal-backdrop {
  background-color: #000;
}

/* line 396, app/assets/stylesheets/admin.css.scss */
html.admin .pagination a.next-page, html.admin .pagination a.previous-page {
  color: #fff;
}

/* line 398, app/assets/stylesheets/admin.css.scss */
html.admin .pagination a.next-page *, html.admin .pagination a.previous-page * {
  color: #fff;
}

/* line 406, app/assets/stylesheets/admin.css.scss */
html.admin .pagination .next-page, html.admin .pagination .previous-page {
  margin: 0px 15px;
}

/* line 408, app/assets/stylesheets/admin.css.scss */
html.admin .pagination .next-page a, html.admin .pagination .previous-page a {
  color: #fff;
}

/* line 410, app/assets/stylesheets/admin.css.scss */
html.admin .pagination .next-page a *, html.admin .pagination .previous-page a * {
  color: #fff;
}

/* line 415, app/assets/stylesheets/admin.css.scss */
html.admin .pagination .page {
  margin: 0px 5px;
}

/* line 417, app/assets/stylesheets/admin.css.scss */
html.admin .pagination .page.current {
  color: #ff4f78;
}

/* line 422, app/assets/stylesheets/admin.css.scss */
html.admin .error-text {
  color: #ee0000;
}

/* line 427, app/assets/stylesheets/admin.css.scss */
#mobile-preview::-webkit-scrollbar {
  width: 0 !important;
}

/* line 428, app/assets/stylesheets/admin.css.scss */
#admin-sidebar::-webkit-scrollbar {
  width: 0 !important;
}

/* line 430, app/assets/stylesheets/admin.css.scss */
#admin-sidebar.toggled, #sidebar-credentials.toggled {
  left: 0 !important;
}

/* line 435, app/assets/stylesheets/admin.css.scss */
.explore-online-table td.item-label {
  width: 250px;
}

/* line 440, app/assets/stylesheets/admin.css.scss */
#admin-search {
  position: initial;
}

/* line 444, app/assets/stylesheets/admin.css.scss */
#admin-search .filter-toggles .custom-checkbox-container {
  margin-right: 10px;
}

/* line 448, app/assets/stylesheets/admin.css.scss */
#admin-search #event-search {
  margin-bottom: 7px;
}

/* line 452, app/assets/stylesheets/admin.css.scss */
#admin-search h6 {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  margin: 0 3px 0 0;
  vertical-align: top;
  line-height: 34px;
}

/* line 460, app/assets/stylesheets/admin.css.scss */
#admin-search .date-filters, #admin-search .date-anchor {
  margin-bottom: 4px;
}

/* line 463, app/assets/stylesheets/admin.css.scss */
#admin-search .date-filters {
  width: 50%;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  border-color: transparent;
}

/* line 469, app/assets/stylesheets/admin.css.scss */
#admin-search .date-filters #start, #admin-search .date-filters #end {
  border-color: #4d4d4d;
  margin: 0 0 5px 0;
}

/* line 475, app/assets/stylesheets/admin.css.scss */
#admin-search .age-filter .selectize-input {
  border-color: #4d4d4d;
}

/* line 482, app/assets/stylesheets/admin.css.scss */
#admin-search .attributes .filter-button span {
  border-color: #646464;
  color: #fff;
}

/* line 486, app/assets/stylesheets/admin.css.scss */
#admin-search .attributes .filter-button input.filter-switch[disabled] ~ .filter-button-label {
  opacity: .5;
}

/* line 491, app/assets/stylesheets/admin.css.scss */
#admin-search .switch-container {
  margin: 0;
}

/* line 498, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #admin-search .date-filters {
  width: 90%;
}

/* line 501, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #admin-search .date-anchor {
  display: none;
  width: 90%;
}

/* line 504, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #admin-search .date-anchor #anchor-month {
  width: 100px;
  padding: 7px;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}

/* line 513, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #admin-search .age-filter .selectize-control, .admin .dashboard #admin-search .provider-filter .selectize-control {
  float: none;
}

/* line 516, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #admin-search .age-filter .selectize-input, .admin .dashboard #admin-search .provider-filter .selectize-input {
  min-width: 150px;
  width: 90%;
  color: #EB0450;
  padding: 7px;
  cursor: pointer;
  margin: 0 7px 0 auto;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  font-family: inherit;
}

/* line 528, app/assets/stylesheets/admin.css.scss */
.admin .dashboard .nav-tabs a:hover {
  color: #555;
}

/* line 531, app/assets/stylesheets/admin.css.scss */
.admin .dashboard .admin-container {
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 11px;
}

/* line 536, app/assets/stylesheets/admin.css.scss */
.admin .dashboard .admin-container h2, .admin .dashboard .admin-container h3 {
  padding-bottom: 5px;
}

/* line 541, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #admin-dashboard-filter-btn {
  padding: 6px 14px;
}

/* line 545, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #clear-filters, .admin .dashboard #clear-inventory-filters {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  padding: 5px 3px;
  width: auto;
  height: auto;
}

/* line 553, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #clear-filters:hover, .admin .dashboard #clear-inventory-filters:hover {
  color: #cc0000;
}

/* line 557, app/assets/stylesheets/admin.css.scss */
.admin .dashboard .filter-row {
  clear: both;
  padding: 0px;
}

/* line 562, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand {
  margin: 0 auto;
  padding-left: 10px;
}

/* line 565, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand .table {
  margin: 5px auto;
}

/* line 569, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand .stat-value {
  font-size: 1.2em;
}

/* line 573, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand .row {
  padding: 3px 0;
  border: 0;
}

/* line 577, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand .row .form-label {
  line-height: 20px;
}

/* line 581, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand .row:last-child {
  padding-bottom: 0;
}

/* line 584, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand #admin-demand-table {
  table-layout: fixed;
  width: 100%;
}

/* line 587, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand #admin-demand-table .border-right {
  border-right: 1px solid #5a5a5a;
}

/* line 591, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand #admin-demand-table thead tr.main-header {
  height: 30px;
}

/* line 594, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand #admin-demand-table thead tr.subheader {
  border-bottom: 1px solid #5a5a5a;
  height: 30px;
  padding: 10px 0px;
}

/* line 599, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand #admin-demand-table thead th {
  text-align: center;
  text-transform: none;
}

/* line 602, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand #admin-demand-table thead th.source {
  text-align: left;
  border-right: 1px solid #5a5a5a;
}

/* line 609, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand #admin-demand-table tbody tr {
  height: 30px;
}

/* line 611, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand #admin-demand-table tbody tr td {
  text-align: center;
  border-bottom: 1px solid #5a5a5a;
}

/* line 613, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand #admin-demand-table tbody tr td.source {
  text-align: left;
  border-right: 1px solid #5a5a5a;
  padding: 10px 0px;
}

/* line 620, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand #admin-demand-table tbody tr.total {
  border-top: 2px solid #ccc;
}

/* line 626, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand #main-stats {
  margin-bottom: 1.5em;
}

/* line 629, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #supply-and-demand #main-stats .combined-section .highlighted-stat {
  text-align: center;
  font-size: 2.5em;
  font-weight: 300;
  padding: 10px;
}

/* line 640, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #transactions .transaction-label {
  width: 100px;
  text-align: left;
}

/* line 644, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #transactions tr {
  border-bottom: 1px solid #5a5a5a;
}

/* line 647, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #transactions td {
  padding: 7px 0;
}

/* line 653, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #engagement .selectize-control, .admin .dashboard #platform-inventory .selectize-control {
  width: 50%;
  margin: 5px auto;
}

/* line 657, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #engagement .subsection-header, .admin .dashboard #platform-inventory .subsection-header {
  margin-top: 50px;
}

/* line 660, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #engagement .sub-table, .admin .dashboard #platform-inventory .sub-table {
  margin-top: 25px;
}

/* line 664, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #engagement #user-transaction-highlights .highlighted-stat, .admin .dashboard #platform-inventory #user-transaction-highlights .highlighted-stat {
  text-align: center;
  font-size: 2em;
  font-weight: 300;
  padding: 10px;
}

/* line 670, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #engagement #user-transaction-highlights #reservation-lead-time, .admin .dashboard #platform-inventory #user-transaction-highlights #reservation-lead-time {
  text-align: center;
  font-size: 1.1em;
  font-weight: 100;
  padding: 8px 10px;
}

/* line 677, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #engagement #user-acquisition-table, .admin .dashboard #platform-inventory #user-acquisition-table {
  margin-top: 30px;
}

/* line 681, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #engagement #user-spend-breakdown .highlighted-stat, .admin .dashboard #platform-inventory #user-spend-breakdown .highlighted-stat {
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  padding: 5px;
}

/* line 688, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #engagement #connect-to-galore-conversion, .admin .dashboard #platform-inventory #connect-to-galore-conversion {
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  padding: 20px;
}

/* line 697, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #engagement #engagement-type button, .admin .dashboard #engagement #engagement-type button:focus, .admin .dashboard #engagement #engagement-type button:active {
  outline: none;
  border-color: rgba(255, 255, 255, 0.23);
  color: rgba(255, 255, 255, 0.5);
}

/* line 702, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #engagement #engagement-type button.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: none;
}

/* line 709, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #provider-management-legend {
  margin-bottom: 10px;
  text-align: left;
  text-transform: none;
}

/* line 713, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #provider-management-legend span {
  margin: 0px 15px;
}

/* line 715, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #provider-management-legend span i {
  color: #777;
  font-size: 1em;
}

/* line 722, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #provider-management-table td {
  border-right: 1px solid #3b3f43;
}

/* line 725, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #provider-management-table td:last-child {
  border-right: none;
}

/* line 729, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #provider-management-table td.month i {
  color: #777;
  font-size: 1em;
}

/* line 733, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #provider-management-table td.month .row {
  padding: 5px 0px;
}

/* line 739, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #galoreboard {
  display: table;
  width: 100%;
  min-height: 150px;
}

/* line 744, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #galoreboard .stats {
  border: 1px solid #eee;
  border-radius: 7px;
  padding: 15px;
}

/* line 750, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #galoreboard #galoreboard-stats {
  margin: 0 auto;
  padding-left: 5%;
}

/* line 754, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #galoreboard #galoreboard-stats .table {
  margin: 0px auto;
}

/* line 758, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #galoreboard #galoreboard-stats .no-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 762, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #galoreboard #galoreboard-stats .no-content .fa-spin {
  top: -2px;
  margin-right: 5px;
}

/* line 767, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #galoreboard #galoreboard-stats .row {
  padding: 3px 0;
  border: 0;
}

/* line 771, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #galoreboard #galoreboard-stats .row .form-label {
  line-height: 20px;
  padding-right: 7px;
}

/* line 776, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #galoreboard #galoreboard-stats .row:last-child {
  padding-bottom: 0;
}

/* line 782, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #admin-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

/* line 784, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #admin-tabs li {
  cursor: pointer;
}

/* line 787, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #admin-tabs li a {
  padding: 5px 10px;
  font-size: .95em;
}

/* line 791, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #admin-tabs li a:hover {
  color: #fff;
  background: transparent;
  text-decoration: underline;
  border-color: rgba(255, 255, 255, 0.11);
}

/* line 800, app/assets/stylesheets/admin.css.scss */
.admin .dashboard #admin-tabs li.active a {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.11);
}

/* line 808, app/assets/stylesheets/admin.css.scss */
.admin .dashboard .admin-container:last-child {
  margin-bottom: 60px;
}

/* line 812, app/assets/stylesheets/admin.css.scss */
.admin .dashboard i.material-icons.help {
  color: #eee;
  font-size: 15px;
  line-height: 13px;
  margin-left: 5px;
}

/* line 818, app/assets/stylesheets/admin.css.scss */
.admin .dashboard .tooltip {
  color: #444;
}

/* line 823, app/assets/stylesheets/admin.css.scss */
.admin .customer-report {
  color: #fff;
}

/* line 825, app/assets/stylesheets/admin.css.scss */
.admin .customer-report section {
  margin: 15px auto;
}

/* line 828, app/assets/stylesheets/admin.css.scss */
.admin .customer-report section .section-header {
  padding: 0 0 11px;
}

/* line 832, app/assets/stylesheets/admin.css.scss */
.admin .customer-report section .reservations {
  border-color: #3b3f43;
  background: transparent;
}

/* line 836, app/assets/stylesheets/admin.css.scss */
.admin .customer-report section .reservations .reservation.row {
  background: transparent;
  border-color: #3b3f43;
}

/* line 842, app/assets/stylesheets/admin.css.scss */
.admin .customer-report .customer-section {
  margin-top: 0;
}

/* line 845, app/assets/stylesheets/admin.css.scss */
.admin .customer-report .customer-section .avatar-placeholder {
  opacity: .11;
}

/* line 850, app/assets/stylesheets/admin.css.scss */
.admin .customer-report .customer-section .contact-info .email i {
  font-size: 14px;
}

/* line 853, app/assets/stylesheets/admin.css.scss */
.admin .customer-report .customer-section .contact-info .email .email-link {
  color: #fff;
}

/* line 860, app/assets/stylesheets/admin.css.scss */
.admin .customer-report .container .summary.row:last-child {
  border-top: 1px solid #3b3f43;
}

/* line 864, app/assets/stylesheets/admin.css.scss */
.admin .customer-report .kids, .admin .customer-report .caregivers, .admin .customer-report .promos, .admin .customer-report .emails {
  border-color: #3b3f43;
}

/* line 867, app/assets/stylesheets/admin.css.scss */
.admin .customer-report .kids .bordered, .admin .customer-report .caregivers .bordered, .admin .customer-report .promos .bordered, .admin .customer-report .emails .bordered {
  border-color: #3b3f43;
}

/* line 877, app/assets/stylesheets/admin.css.scss */
.admin .reservation.panel .customer-container .reservation-btns .btn, .admin .reservation.panel .customer-container .purchase-btns .btn, .admin .purchase.panel .customer-container .reservation-btns .btn, .admin .purchase.panel .customer-container .purchase-btns .btn {
  background: transparent;
  text-shadow: none;
  border-color: #3b3f43;
}

/* line 885, app/assets/stylesheets/admin.css.scss */
.admin .reservation.panel .question-responses-table .question.row, .admin .purchase.panel .question-responses-table .question.row {
  background: rgba(255, 255, 255, 0.03);
  border-color: #3b3f43;
}

/* line 889, app/assets/stylesheets/admin.css.scss */
.admin .reservation.panel .question-responses-table .reservation-question, .admin .purchase.panel .question-responses-table .reservation-question {
  background: transparent;
  border: 1px solid #3b3f43;
}

/* line 898, app/assets/stylesheets/admin.css.scss */
#platform-inventory th.table-header, #weekly-inventory th.table-header, #provider-management th.table-header, #provider-no-inventory th.table-header, #month-over-month th.table-header, #engagement th.table-header {
  font-size: .85em;
  line-height: 1.1em;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  margin: 20px 0 5px;
}

/* line 907, app/assets/stylesheets/admin.css.scss */
#platform-inventory .switch-label, #weekly-inventory .switch-label, #provider-management .switch-label, #provider-no-inventory .switch-label, #month-over-month .switch-label, #engagement .switch-label {
  text-transform: none;
}

/* line 912, app/assets/stylesheets/admin.css.scss */
#platform-inventory tbody tr, #weekly-inventory tbody tr, #provider-management tbody tr, #provider-no-inventory tbody tr, #month-over-month tbody tr, #engagement tbody tr {
  border-bottom: 1px solid #5a5a5a;
}

/* line 914, app/assets/stylesheets/admin.css.scss */
#platform-inventory tbody tr td, #weekly-inventory tbody tr td, #provider-management tbody tr td, #provider-no-inventory tbody tr td, #month-over-month tbody tr td, #engagement tbody tr td {
  text-align: center;
  padding: 7px 0;
}

/* line 917, app/assets/stylesheets/admin.css.scss */
#platform-inventory tbody tr td.text-left, #weekly-inventory tbody tr td.text-left, #provider-management tbody tr td.text-left, #provider-no-inventory tbody tr td.text-left, #month-over-month tbody tr td.text-left, #engagement tbody tr td.text-left {
  text-align: left;
}

/* line 920, app/assets/stylesheets/admin.css.scss */
#platform-inventory tbody tr td .positive, #weekly-inventory tbody tr td .positive, #provider-management tbody tr td .positive, #provider-no-inventory tbody tr td .positive, #month-over-month tbody tr td .positive, #engagement tbody tr td .positive {
  color: #3CA04D;
}

/* line 923, app/assets/stylesheets/admin.css.scss */
#platform-inventory tbody tr td .negative, #weekly-inventory tbody tr td .negative, #provider-management tbody tr td .negative, #provider-no-inventory tbody tr td .negative, #month-over-month tbody tr td .negative, #engagement tbody tr td .negative {
  color: #ee0000;
}

/* line 926, app/assets/stylesheets/admin.css.scss */
#platform-inventory tbody tr td .positive, #platform-inventory tbody tr td .negative, #weekly-inventory tbody tr td .positive, #weekly-inventory tbody tr td .negative, #provider-management tbody tr td .positive, #provider-management tbody tr td .negative, #provider-no-inventory tbody tr td .positive, #provider-no-inventory tbody tr td .negative, #month-over-month tbody tr td .positive, #month-over-month tbody tr td .negative, #engagement tbody tr td .positive, #engagement tbody tr td .negative {
  font-size: .95em;
  font-weight: 500;
}

/* line 930, app/assets/stylesheets/admin.css.scss */
#platform-inventory tbody tr td.provider-name, #weekly-inventory tbody tr td.provider-name, #provider-management tbody tr td.provider-name, #provider-no-inventory tbody tr td.provider-name, #month-over-month tbody tr td.provider-name, #engagement tbody tr td.provider-name {
  max-width: 200px;
  text-align: left;
}

/* line 934, app/assets/stylesheets/admin.css.scss */
#platform-inventory tbody tr td a, #platform-inventory tbody tr td a:visited, #platform-inventory tbody tr td a:focus, #weekly-inventory tbody tr td a, #weekly-inventory tbody tr td a:visited, #weekly-inventory tbody tr td a:focus, #provider-management tbody tr td a, #provider-management tbody tr td a:visited, #provider-management tbody tr td a:focus, #provider-no-inventory tbody tr td a, #provider-no-inventory tbody tr td a:visited, #provider-no-inventory tbody tr td a:focus, #month-over-month tbody tr td a, #month-over-month tbody tr td a:visited, #month-over-month tbody tr td a:focus, #engagement tbody tr td a, #engagement tbody tr td a:visited, #engagement tbody tr td a:focus {
  color: #EB0450;
}

/* line 939, app/assets/stylesheets/admin.css.scss */
#platform-inventory tbody tr:last-child, #weekly-inventory tbody tr:last-child, #provider-management tbody tr:last-child, #provider-no-inventory tbody tr:last-child, #month-over-month tbody tr:last-child, #engagement tbody tr:last-child {
  border: 0;
}

/* line 952, app/assets/stylesheets/admin.css.scss */
#admin-sidebar {
  width: 150px;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 7;
  overflow: hidden;
  padding-bottom: 70px;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 967, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .inner {
  padding: 0;
  width: 175px;
  padding-right: 15px;
  height: 100%;
  background: #35393B;
  overflow: auto;
}

/* line 975, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .inner ul {
  background: transparent;
  border-radius: 3px;
}

/* line 981, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link {
  position: relative;
  border: 0;
}

/* line 985, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: .27;
  padding-right: 8px;
  height: 12px;
  line-height: .8em;
  vertical-align: middle;
  font-size: .9em;
  color: rgba(0, 0, 0, 0.9);
  width: 23px;
  text-align: center;
}

/* line 1002, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 7px;
  color: white;
  font-weight: 600;
  font-weight: .95em;
}

/* line 1012, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link a#admin-notifications.unread, #admin-sidebar .sidebar-link a#admin-notifications.unread:hover, #admin-sidebar .sidebar-link a#admin-schedule.today, #admin-sidebar .sidebar-link a.alert, #admin-sidebar .sidebar-link a.alert:hover {
  background: #4d4d4d;
}

/* line 1014, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link a#admin-notifications.unread .i, #admin-sidebar .sidebar-link a#admin-notifications.unread:hover .i, #admin-sidebar .sidebar-link a#admin-schedule.today .i, #admin-sidebar .sidebar-link a.alert .i, #admin-sidebar .sidebar-link a.alert:hover .i {
  color: #fff;
}

/* line 1019, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link .text-container {
  position: relative;
}

/* line 1023, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link a:hover {
  text-decoration: underline;
  color: #fff;
  background: rgba(238, 241, 244, 0.1);
}

/* line 1028, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link a:hover i {
  color: #fff;
}

/* line 1033, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link a.current-page {
  background: rgba(238, 241, 244, 0.2);
  color: #fff;
}

/* line 1036, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link a.current-page i {
  opacity: 1;
  color: #fff !important;
}

/* line 1042, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link .alert-bubble {
  text-decoration: none;
  width: 21px;
  height: 21px;
  line-height: 21px;
  float: right;
  background: #EB0450;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
}

/* line 1061, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link:hover i {
  opacity: 1;
}

/* line 1067, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link.logo a {
  padding: 0;
}

/* line 1070, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link.logo a:hover {
  background: transparent;
}

/* line 1074, app/assets/stylesheets/admin.css.scss */
#admin-sidebar .sidebar-link.logo img {
  max-width: 75%;
  display: block;
  margin: 0 auto;
}

/* line 1081, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #event-form-nav {
  width: 100%;
  display: none;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  z-index: 1;
  padding: 0;
  background: #fff;
}

/* line 1092, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #event-form-nav ul {
  width: 100%;
  vertical-align: middle;
  transition: all .33s ease-in-out;
  -o-transition: all .33s ease-in-out;
  -ms-transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}

/* line 1101, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #event-form-nav ul h6 {
  margin: 0;
  text-align: right;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
}

/* line 1112, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #event-form-nav ul li {
  cursor: pointer;
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.9);
}

/* line 1117, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #event-form-nav ul li h6 {
  padding-right: 17px;
}

/* line 1122, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #event-form-nav ul li.active {
  color: black;
}

/* line 1129, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #event-form-nav ul li:hover {
  color: black;
  text-decoration: underline;
}

/* line 1134, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #event-form-nav ul li.active:hover {
  text-decoration: underline;
}

/* line 1140, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #sidebar-credentials {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 150px;
  background: rgba(45, 49, 52, 0.9);
  min-width: 125px;
  cursor: pointer;
  z-index: 11;
  display: table;
}

/* line 1152, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #sidebar-credentials #user-name-admin {
  text-align: center;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}

/* line 1158, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #sidebar-credentials #user-name-admin i {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

/* line 1165, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #sidebar-credentials a {
  width: 100%;
  height: 100%;
  padding: 3px 11px;
  font-weight: 500;
  color: #444;
  font-family: inherit;
}

/* line 1175, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #sidebar-credentials #user-menu-admin {
  display: none;
}

/* line 1179, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #sidebar-credentials:hover {
  background: #47494d;
}

/* line 1181, app/assets/stylesheets/admin.css.scss */
#admin-sidebar #sidebar-credentials:hover * {
  text-decoration: none;
}

/* line 1187, app/assets/stylesheets/admin.css.scss */
#user-menu-admin {
  bottom: 80px;
  left: 8px;
  width: 154px;
  border: 0;
}

/* line 1193, app/assets/stylesheets/admin.css.scss */
#user-menu-admin a {
  border: 0;
  padding: 0px 11px;
  font-size: .95em;
  display: block;
}

/* line 1205, app/assets/stylesheets/admin.css.scss */
.reservations.container .reservation.row {
  background: #fff;
  padding: 7px;
  border-bottom: 1px solid #eee;
}

/* line 1210, app/assets/stylesheets/admin.css.scss */
.reservations.container .reservation.row:last-child {
  border: 0;
}

/* line 1216, app/assets/stylesheets/admin.css.scss */
.admin #admin-events #admin-search {
  width: 70%;
  width: calc(100% - 230px);
  padding-right: 15px;
}

/* line 1221, app/assets/stylesheets/admin.css.scss */
.admin #admin-events #events-table {
  background: transparent;
}

/* line 1224, app/assets/stylesheets/admin.css.scss */
.admin #admin-events #events-table .admin.activity, .admin #admin-events #events-table .admin.series {
  background: transparent;
}

/* line 1227, app/assets/stylesheets/admin.css.scss */
.admin #admin-events #events-table .admin.activity i.action, .admin #admin-events #events-table .admin.series i.action {
  color: #fff;
}

/* line 1234, app/assets/stylesheets/admin.css.scss */
.admin #admin-events .event-filter-row .age-filter {
  margin: 0 7px;
}

/* line 1239, app/assets/stylesheets/admin.css.scss */
.admin #admin-events .admin.event {
  background: transparent;
  border-color: transparent;
}

/* line 1242, app/assets/stylesheets/admin.css.scss */
.admin #admin-events .admin.event .age-range {
  font-size: 1.1em;
}

/* line 1247, app/assets/stylesheets/admin.css.scss */
.admin #admin-events .admin.event:hover .repeat-indicator {
  color: #fff;
}

/* line 1250, app/assets/stylesheets/admin.css.scss */
.admin #admin-events .admin.event:hover .dashboard-btn-menu {
  background: #03070b;
}

/* line 1252, app/assets/stylesheets/admin.css.scss */
.admin #admin-events .admin.event:hover .dashboard-btn-menu i {
  color: #fff;
}

/* line 1261, app/assets/stylesheets/admin.css.scss */
.admin #customers-reports .reports.panel {
  border-color: transparent;
}

/* line 1265, app/assets/stylesheets/admin.css.scss */
.admin #customers-reports .reports.panel #customer-filters .selectize-input, .admin #customers-reports .reports.panel #customer-filters #last_action_start, .admin #customers-reports .reports.panel #customer-filters #last_action_end, .admin #customers-reports .reports.panel #customer-filters #spend {
  border-color: #5a5a5a;
  background: transparent;
}

/* line 1269, app/assets/stylesheets/admin.css.scss */
.admin #customers-reports .reports.panel #customer-filters .selectize-control.multi .selectize-input &gt; div {
  background: transparent;
}

/* line 1273, app/assets/stylesheets/admin.css.scss */
.admin #customers-reports .reports.panel #customer-filters .selectize-control.multi .selectize-input.has-items {
  padding: 5px 2px;
}

/* line 1279, app/assets/stylesheets/admin.css.scss */
.admin #customers-reports .reports.panel .table-container .header.row {
  border-color: #5a5a5a;
}

/* line 1283, app/assets/stylesheets/admin.css.scss */
.admin #customers-reports .reports.panel .table-container #customers-table .customer.report.row {
  border-color: #5a5a5a;
}

/* line 1292, app/assets/stylesheets/admin.css.scss */
#admin-mobile {
  text-align: center;
  width: 100%;
  display: inline-block;
  background: transparent;
}

/* line 1299, app/assets/stylesheets/admin.css.scss */
#admin-mobile .event-filter-row .age-filter {
  margin: 0 5px;
}

/* line 1305, app/assets/stylesheets/admin.css.scss */
#admin-mobile #admin-search .search-field-container {
  width: 100%;
  top: 0;
  margin-bottom: 7px;
}

/* line 1313, app/assets/stylesheets/admin.css.scss */
#admin-mobile #admin-search .attributes .tabs .tab .filter-button-label {
  text-transform: uppercase;
  padding-right: 11px;
}

/* line 1319, app/assets/stylesheets/admin.css.scss */
#admin-mobile #admin-search .attributes .tabs .tab:hover .filter-button-label {
  text-decoration: underline;
}

/* line 1324, app/assets/stylesheets/admin.css.scss */
#admin-mobile #admin-search .attributes .tabs .filter-button {
  margin: 5px auto;
  overflow: hidden;
}

/* line 1328, app/assets/stylesheets/admin.css.scss */
#admin-mobile #admin-search .attributes .tabs .filter-button span {
  border: 0;
  font-weight: 600;
  padding: 5px;
}

/* line 1336, app/assets/stylesheets/admin.css.scss */
#admin-mobile #admin-search .mobile-stats {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-top: 5%;
}

/* line 1342, app/assets/stylesheets/admin.css.scss */
#admin-mobile #admin-search .mobile-stats h6 {
  font-size: .95em;
}

/* line 1348, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}

/* line 1354, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .image-container {
  height: 230px;
  width: 100%;
  border-radius: 14px 14px 0 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}

/* line 1362, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .image-container .spots-left {
  position: absolute;
  right: 11px;
  bottom: 11px;
  font-weight: 600;
  font-size: 100%;
  text-align: right;
}

/* line 1370, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .image-container .spots-left #available-spot-string {
  color: #fff;
  padding: 1px 7px;
  border-radius: 4px;
  background: #EB0450;
}

/* line 1377, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .image-container .spots-left.waitlist {
  background: #ffb300;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
}

/* line 1385, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .image-container.placeholder {
  background-color: #fafbfc;
}

/* line 1389, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity, #admin-mobile #events-table .mobile-series {
  margin: 23px auto;
  color: #444;
  position: relative;
}

/* line 1394, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity .inner, #admin-mobile #events-table .mobile-series .inner {
  padding: 11px;
  background: #fff;
  border-radius: 0 0 14px 14px;
}

/* line 1399, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity .inner .title.row, #admin-mobile #events-table .mobile-series .inner .title.row {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1402, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity .inner .title.row .activity-title, #admin-mobile #events-table .mobile-activity .inner .title.row .series-title, #admin-mobile #events-table .mobile-series .inner .title.row .activity-title, #admin-mobile #events-table .mobile-series .inner .title.row .series-title {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

/* line 1408, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity .inner div, #admin-mobile #events-table .mobile-series .inner div {
  padding: 0.75% 0;
  font-size: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1415, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity .inner .price, #admin-mobile #events-table .mobile-series .inner .price {
  position: absolute;
  right: 11px;
  bottom: 11px;
  font-weight: 600;
  font-size: 120%;
  text-align: right;
}

/* line 1424, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity .inner .organizers, #admin-mobile #events-table .mobile-series .inner .organizers {
  font-weight: 600;
}

/* line 1428, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity .inner .datetime, #admin-mobile #events-table .mobile-series .inner .datetime {
  font-weight: 600;
  font-size: 120%;
  padding-top: 7px;
}

/* line 1432, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity .inner .datetime .today, #admin-mobile #events-table .mobile-series .inner .datetime .today {
  font-size: 90%;
  font-weight: 700;
  color: #EB0450;
}

/* line 1437, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity .inner .datetime .tomorrow, #admin-mobile #events-table .mobile-series .inner .datetime .tomorrow {
  font-size: 85%;
  font-weight: 700;
  color: #EB0450;
}

/* line 1443, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity .inner .where, #admin-mobile #events-table .mobile-series .inner .where {
  font-weight: 500;
}

/* line 1447, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity .inner .time-and-duration .camp-text-color, #admin-mobile #events-table .mobile-activity .inner .time-and-duration .series-text-color, #admin-mobile #events-table .mobile-series .inner .time-and-duration .camp-text-color, #admin-mobile #events-table .mobile-series .inner .time-and-duration .series-text-color {
  font-weight: 600;
  font-style: italic;
}

/* line 1454, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity .activity-title, #admin-mobile #events-table .mobile-activity .series-title, #admin-mobile #events-table .mobile-series .activity-title, #admin-mobile #events-table .mobile-series .series-title {
  display: inline-block;
  margin-bottom: 7px;
}

/* line 1457, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .mobile-activity .activity-title a, #admin-mobile #events-table .mobile-activity .series-title a, #admin-mobile #events-table .mobile-series .activity-title a, #admin-mobile #events-table .mobile-series .series-title a {
  color: inherit;
  font-size: 150%;
  line-height: 110%;
  font-weight: 500;
}

/* line 1465, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .pagination.bottom {
  margin: 0 auto 5%;
  color: inherit;
}

/* line 1468, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .pagination.bottom .page-indicator {
  color: #fff;
}

/* line 1473, app/assets/stylesheets/admin.css.scss */
#admin-mobile #events-table .row {
  border: 0;
}

/* line 1479, app/assets/stylesheets/admin.css.scss */
#user-filters {
  text-align: right;
  border-radius: 7px;
  background: rgba(238, 241, 244, 0.1);
  height: 36px;
  overflow: hidden;
}

/* line 1486, app/assets/stylesheets/admin.css.scss */
#user-filters .filter {
  padding: 0 14px;
  box-shadow: none;
  font-weight: 600;
  word-spacing: 1px;
  text-align: center;
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.75);
  line-height: 36px;
  height: 100%;
  float: left;
  display: inline-block;
}

/* line 1499, app/assets/stylesheets/admin.css.scss */
#user-filters .filter:hover {
  text-decoration: underline;
  background: rgba(238, 241, 244, 0.2);
}

/* line 1503, app/assets/stylesheets/admin.css.scss */
#user-filters .filter.selected {
  color: #fff;
  background: rgba(238, 241, 244, 0.2);
}

/* line 1507, app/assets/stylesheets/admin.css.scss */
#user-filters .filter:last-child {
  border: 0;
}

/* line 1512, app/assets/stylesheets/admin.css.scss */
#mobile-preview.admin {
  position: fixed;
  display: inline-block;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  width: calc(50% - 140px);
  z-index: 7;
  cursor: default;
  line-height: 100%;
  height: 100%;
  font-size: 1.2vw;
  color: #444;
}

/* line 1527, app/assets/stylesheets/admin.css.scss */
#mobile-preview.admin .inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  overflow: auto;
}

/* line 1535, app/assets/stylesheets/admin.css.scss */
#mobile-preview.admin .inner i {
  font-size: 100%;
  padding-right: 5%;
  color: #ccc;
  line-height: 85%;
}

/* line 1545, app/assets/stylesheets/admin.css.scss */
#admin-locations #location-search-container {
  width: 50%;
}

/* line 1550, app/assets/stylesheets/admin.css.scss */
#admin-locations #locations-table .location.row .location-name {
  font-size: 1.1em;
  font-weight: 500;
}

/* line 1559, app/assets/stylesheets/admin.css.scss */
#admin-licenses #license-search-container {
  width: 50%;
}

/* line 1564, app/assets/stylesheets/admin.css.scss */
#admin-licenses #licenses-table .license.row .license-name {
  font-size: 1.1em;
  font-weight: 500;
}

/* line 1573, app/assets/stylesheets/admin.css.scss */
#admin-emails #email-search-container {
  width: 50%;
}

/* line 1579, app/assets/stylesheets/admin.css.scss */
#admin-reviews select, #admin-accounting select, #admin-reports #camps-fees select {
  padding: 5px;
  min-width: 150px;
}

/* line 1583, app/assets/stylesheets/admin.css.scss */
#admin-reviews .search-field-container, #admin-accounting .search-field-container, #admin-reports #camps-fees .search-field-container {
  padding: 0;
}

/* line 1586, app/assets/stylesheets/admin.css.scss */
#admin-reviews .review-filters, #admin-accounting .review-filters, #admin-reports #camps-fees .review-filters {
  clear: both;
}

/* line 1589, app/assets/stylesheets/admin.css.scss */
#admin-reviews .review-filters div, #admin-accounting .review-filters div, #admin-reports #camps-fees .review-filters div {
  margin-right: 10px;
}

/* line 1593, app/assets/stylesheets/admin.css.scss */
#admin-reviews .provider-filter .selectize-control.multi .selectize-input.has-items, #admin-accounting .provider-filter .selectize-control.multi .selectize-input.has-items, #admin-reports #camps-fees .provider-filter .selectize-control.multi .selectize-input.has-items {
  padding: 5px 2px;
  border-color: #5a5a5a;
}

/* line 1597, app/assets/stylesheets/admin.css.scss */
#admin-reviews .provider-filter .selectize-input, #admin-accounting .provider-filter .selectize-input, #admin-reports #camps-fees .provider-filter .selectize-input {
  min-width: 300px;
}

/* line 1602, app/assets/stylesheets/admin.css.scss */
#admin-reviews .source-filter .selectize-control .selectize-input.items, #admin-accounting .source-filter .selectize-control .selectize-input.items, #admin-reports #camps-fees .source-filter .selectize-control .selectize-input.items {
  padding: 7px;
  border-color: #5a5a5a;
  min-width: 150px;
}

/* line 1608, app/assets/stylesheets/admin.css.scss */
#admin-reviews #date, #admin-reviews #start_date, #admin-reviews #end_date, #admin-accounting #date, #admin-accounting #start_date, #admin-accounting #end_date, #admin-reports #camps-fees #date, #admin-reports #camps-fees #start_date, #admin-reports #camps-fees #end_date {
  height: 36px;
  border: 1px solid #5a5a5a;
  border-radius: 7px;
  background: transparent;
}

/* line 1614, app/assets/stylesheets/admin.css.scss */
#admin-reviews #start_date, #admin-reviews #end_date, #admin-accounting #start_date, #admin-accounting #end_date, #admin-reports #camps-fees #start_date, #admin-reports #camps-fees #end_date {
  width: 150px;
}

/* line 1617, app/assets/stylesheets/admin.css.scss */
#admin-reviews .start-range, #admin-reviews .end-range, #admin-accounting .start-range, #admin-accounting .end-range, #admin-reports #camps-fees .start-range, #admin-reports #camps-fees .end-range {
  margin-left: 7px;
  margin-bottom: 7px;
}

/* line 1621, app/assets/stylesheets/admin.css.scss */
#admin-reviews .end-range, #admin-accounting .end-range, #admin-reports #camps-fees .end-range {
  margin-right: 7px;
}

/* line 1627, app/assets/stylesheets/admin.css.scss */
#disputes-container.admin-container #dispute-search-container {
  width: 50%;
}

/* line 1633, app/assets/stylesheets/admin.css.scss */
#admin-messages #message-search-container {
  width: 50%;
}

/* line 1642, app/assets/stylesheets/admin.css.scss */
.admin .message-container.panel .message-inner #message-template-container .selectize-input, .admin .message-container.panel .message-inner #message-type-container .selectize-input {
  background: transparent;
  border-color: #5a5a5a;
}

/* line 1651, app/assets/stylesheets/admin.css.scss */
#admin-schools #school-search-container {
  width: 50%;
}

/* line 1657, app/assets/stylesheets/admin.css.scss */
#admin-referrals #referral-search-container {
  width: 50%;
}

/* line 1663, app/assets/stylesheets/admin.css.scss */
#admin-saves #save-search-container {
  width: 50%;
}

/* line 1669, app/assets/stylesheets/admin.css.scss */
#admin-sales-contracts #sales-contract-search-container {
  width: 30%;
  margin-right: 160px;
}

/* line 1676, app/assets/stylesheets/admin.css.scss */
#admin-credits #promo-search-container {
  width: 50%;
}

/* line 1686, app/assets/stylesheets/admin.css.scss */
#admin-payouts #payout-search-container {
  width: 50%;
}

/* line 1696, app/assets/stylesheets/admin.css.scss */
#admin-users .user-filter-container {
  margin: 1em auto;
}

/* line 1699, app/assets/stylesheets/admin.css.scss */
#admin-users .user-filter-container .purchase-count-container {
  display: inline-block;
}

/* line 1701, app/assets/stylesheets/admin.css.scss */
#admin-users .user-filter-container .purchase-count-container select {
  height: 36px;
  border: 0;
  top: 1px;
  position: relative;
  border-radius: 11px;
  margin: 0 0 0 5px;
}

/* line 1710, app/assets/stylesheets/admin.css.scss */
#admin-users .user-filter-container #clear-filters-btn, #admin-users .user-filter-container #user-search-btn {
  border-color: transparent;
}

/* line 1712, app/assets/stylesheets/admin.css.scss */
#admin-users .user-filter-container #clear-filters-btn i, #admin-users .user-filter-container #user-search-btn i {
  margin: 0 0 0 5px;
  font-size: 16px;
  line-height: 16px;
}

/* line 1720, app/assets/stylesheets/admin.css.scss */
#admin-users .admin.user.row .last-active {
  cursor: default;
}

/* line 1722, app/assets/stylesheets/admin.css.scss */
#admin-users .admin.user.row .last-active i {
  font-size: 14px;
  width: 14px;
  height: 16px;
  line-height: 14px;
  margin-right: 3px;
  color: #fff;
  cursor: default;
}

/* line 1737, app/assets/stylesheets/admin.css.scss */
#admin-marketing .marketing-filters .selectize-control {
  min-width: 200px;
  margin-left: 7px;
}

/* line 1741, app/assets/stylesheets/admin.css.scss */
#admin-marketing .marketing-filters .selectize-control.multi .selectize-input.has-items {
  padding: 5px 2px;
}

/* line 1745, app/assets/stylesheets/admin.css.scss */
#admin-marketing #date, #admin-marketing #start_date, #admin-marketing #end_date {
  height: 38px;
  border: 1px solid #5a5a5a;
  border-radius: 7px;
  background: transparent;
}

/* line 1751, app/assets/stylesheets/admin.css.scss */
#admin-marketing .start-range, #admin-marketing .end-range {
  margin-left: 7px;
}

/* line 1754, app/assets/stylesheets/admin.css.scss */
#admin-marketing .emails-table {
  border-bottom: 1px solid rgba(238, 241, 244, 0.1);
}

/* line 1758, app/assets/stylesheets/admin.css.scss */
#admin-marketing .emails-table .email.row .status-label {
  display: none;
}

/* line 1763, app/assets/stylesheets/admin.css.scss */
#admin-marketing .emails-table:last-child {
  border: 0;
}

/* line 1769, app/assets/stylesheets/admin.css.scss */
#admin-providers .header.row h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1775, app/assets/stylesheets/admin.css.scss */
#admin-providers .name {
  margin: 0;
}

/* line 1781, app/assets/stylesheets/admin.css.scss */
#admin-providers #providers-table .provider.row .partner-flag, #admin-providers #search-container .provider.row .partner-flag {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 1794, app/assets/stylesheets/admin.css.scss */
#admin-providers #provider-search-container {
  width: 65%;
}

/* line 1797, app/assets/stylesheets/admin.css.scss */
#admin-providers #provider-search {
  width: 90%;
  width: calc(100% - 200px);
}

/* line 1801, app/assets/stylesheets/admin.css.scss */
#admin-providers .connect-button, #admin-providers .ppl-button {
  width: 90px;
  text-align: center;
  font-size: .95em;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  padding: 6px 0;
}

/* line 1810, app/assets/stylesheets/admin.css.scss */
#admin-providers .connect-button input[type="checkbox"], #admin-providers .ppl-button input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

/* line 1815, app/assets/stylesheets/admin.css.scss */
#admin-providers .connect-button label, #admin-providers .ppl-button label {
  text-indent: 28px;
}

/* line 1818, app/assets/stylesheets/admin.css.scss */
#admin-providers .connect-button label span, #admin-providers .ppl-button label span {
  font-weight: 600;
  color: #fff;
  position: relative;
  top: 1px;
  width: 100%;
}

/* line 1827, app/assets/stylesheets/admin.css.scss */
#admin-providers .connect-button label:hover, #admin-providers .ppl-button label:hover {
  text-decoration: underline;
}

/* line 1831, app/assets/stylesheets/admin.css.scss */
#admin-providers .connect-button input:checked + span, #admin-providers .ppl-button input:checked + span {
  color: #EB0450;
}

/* line 1833, app/assets/stylesheets/admin.css.scss */
#admin-providers .connect-button input:checked + span i, #admin-providers .ppl-button input:checked + span i {
  color: inherit;
}

/* line 1838, app/assets/stylesheets/admin.css.scss */
#admin-providers .connect-button input:checked + span:hover, #admin-providers .ppl-button input:checked + span:hover {
  box-shadow: inset 1px -1px 0px 0px rgba(255, 79, 120, 0.03);
  text-decoration: underline;
}

/* line 1843, app/assets/stylesheets/admin.css.scss */
#admin-providers .connect-button .custom-checkbox:hover:not(:checked) ~ .checkbox-label:before, #admin-providers .ppl-button .custom-checkbox:hover:not(:checked) ~ .checkbox-label:before {
  border-size: 2px;
  top: 5px;
  left: 4px;
}

/* line 1848, app/assets/stylesheets/admin.css.scss */
#admin-providers .connect-button .custom-checkbox ~ .checkbox-label, #admin-providers .ppl-button .custom-checkbox ~ .checkbox-label {
  background: transparent;
  border: 1px solid #5a5a5a;
}

/* line 1853, app/assets/stylesheets/admin.css.scss */
#admin-providers .connect-button .custom-checkbox:checked ~ .checkbox-label:before, #admin-providers .ppl-button .custom-checkbox:checked ~ .checkbox-label:before {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  left: 4px;
  top: 5px;
}

/* line 1861, app/assets/stylesheets/admin.css.scss */
#admin-providers .ppl-button {
  width: 65px;
  margin-left: 10px;
}

/* line 1866, app/assets/stylesheets/admin.css.scss */
#admin-providers .connect-button:hover {
  text-decoration: underline;
}

/* line 1870, app/assets/stylesheets/admin.css.scss */
#admin-providers .stats {
  padding: 7px 0;
}

/* line 1873, app/assets/stylesheets/admin.css.scss */
#admin-providers .switch.stats {
  padding: 0;
}

/* line 1876, app/assets/stylesheets/admin.css.scss */
#admin-providers .switch + .switch-container {
  float: none;
  margin-bottom: 0;
}

/* line 1880, app/assets/stylesheets/admin.css.scss */
#admin-providers .switch-label {
  width: 0;
  -o-width: 0;
  -moz-width: 0;
  -webkit-width: 0;
}

/* line 1888, app/assets/stylesheets/admin.css.scss */
.admin .container {
  display: table;
}

/* line 1892, app/assets/stylesheets/admin.css.scss */
.admin-container, .admin .container, .admin #user-settings {
  background: #2d3134;
  border-radius: 4px;
  color: #fff;
  padding: 15px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* line 1901, app/assets/stylesheets/admin.css.scss */
.admin-container section, .admin .container section, .admin #user-settings section {
  border-color: #5a5a5a;
}

/* line 1905, app/assets/stylesheets/admin.css.scss */
.admin-container .header.row, .admin .container .header.row, .admin #user-settings .header.row {
  clear: both;
}

/* line 1907, app/assets/stylesheets/admin.css.scss */
.admin-container .header.row th, .admin .container .header.row th, .admin #user-settings .header.row th {
  padding: 15px;
  font-weight: bold;
}

/* line 1913, app/assets/stylesheets/admin.css.scss */
.admin-container td, .admin .container td, .admin #user-settings td {
  padding: 11px 15px;
  border-bottom: 1px solid #3b3f43;
  vertical-align: middle;
}

/* line 1919, app/assets/stylesheets/admin.css.scss */
.admin-container .load-more-container, .admin .container .load-more-container, .admin #user-settings .load-more-container {
  clear: both;
  margin: 27px auto 14px;
  width: 100%;
  color: #fff;
}

/* line 1925, app/assets/stylesheets/admin.css.scss */
.admin-container .empty-btn, .admin .container .empty-btn, .admin #user-settings .empty-btn {
  color: #fff;
}

/* line 1928, app/assets/stylesheets/admin.css.scss */
.admin-container .empty-btn:hover, .admin .container .empty-btn:hover, .admin #user-settings .empty-btn:hover {
  background: transparent;
  text-decoration: none;
}

/* line 1932, app/assets/stylesheets/admin.css.scss */
.admin-container .activities_stats, .admin .container .activities_stats, .admin #user-settings .activities_stats {
  padding: 0 23px;
}

/* line 1935, app/assets/stylesheets/admin.css.scss */
.admin-container #activities, .admin .container #activities, .admin #user-settings #activities {
  width: 100%;
}

/* line 1938, app/assets/stylesheets/admin.css.scss */
.admin-container .row, .admin-container #kids .user-kid, .admin .container .row, .admin .container #kids .user-kid, .admin #user-settings .row, .admin #user-settings #kids .user-kid {
  padding: 11px 0;
  border-bottom: 1px solid #3b3f43;
}

/* line 1943, app/assets/stylesheets/admin.css.scss */
.admin-container .admin-activity.row, .admin .container .admin-activity.row, .admin #user-settings .admin-activity.row {
  border-top: 0;
}

/* line 1947, app/assets/stylesheets/admin.css.scss */
.admin-container .row:last-child, .admin .container .row:last-child, .admin #user-settings .row:last-child {
  border: 0;
  padding-bottom: 0;
}

/* line 1953, app/assets/stylesheets/admin.css.scss */
.admin-container .edit-buttons .fa, .admin .container .edit-buttons .fa, .admin #user-settings .edit-buttons .fa {
  display: inline-block;
  font-size: 1.2em;
  float: right;
  padding-left: 7px;
}

/* line 1961, app/assets/stylesheets/admin.css.scss */
.admin-container .admin-analytics #drilldown-section, .admin .container .admin-analytics #drilldown-section, .admin #user-settings .admin-analytics #drilldown-section {
  margin: 20px 0px;
}

/* line 1963, app/assets/stylesheets/admin.css.scss */
.admin-container .admin-analytics #drilldown-section .visit-event-filter, .admin .container .admin-analytics #drilldown-section .visit-event-filter, .admin #user-settings .admin-analytics #drilldown-section .visit-event-filter {
  padding: 20px;
}

/* line 1967, app/assets/stylesheets/admin.css.scss */
.admin-container .admin-analytics .empty-metric, .admin .container .admin-analytics .empty-metric, .admin #user-settings .admin-analytics .empty-metric {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  min-height: 250px;
  color: #aaa;
  font-style: italic;
}

/* line 1975, app/assets/stylesheets/admin.css.scss */
.admin-container .admin-analytics .empty-metric div, .admin .container .admin-analytics .empty-metric div, .admin #user-settings .admin-analytics .empty-metric div {
  text-align: center;
}

/* line 1979, app/assets/stylesheets/admin.css.scss */
.admin-container .admin-analytics #admin-visit-events-table table tr:not(.header-row), .admin .container .admin-analytics #admin-visit-events-table table tr:not(.header-row), .admin #user-settings .admin-analytics #admin-visit-events-table table tr:not(.header-row) {
  border-top: 1px solid #aaa;
  height: 25px;
}

/* line 1985, app/assets/stylesheets/admin.css.scss */
.admin-container.bottom-padding {
  padding-bottom: 70px;
}

/* line 1988, app/assets/stylesheets/admin.css.scss */
.admin-container.reservations {
  padding-bottom: 15px;
}

/* line 1991, app/assets/stylesheets/admin.css.scss */
.admin-container.reservations .reservation-picker {
  margin: 1% auto 2.5%;
}

/* line 1997, app/assets/stylesheets/admin.css.scss */
.instructor.row .instructor-name {
  font-size: 1.2em;
}

/* line 2003, app/assets/stylesheets/admin.css.scss */
.organization.row .organization-name {
  font-size: 1.2em;
}

/* line 2007, app/assets/stylesheets/admin.css.scss */
.organization.row .ppl-status .switch-container {
  float: none;
  margin-bottom: 0;
}

/* line 2016, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization .row.equal_height_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

/* line 2022, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization .row.equal_height_cols &gt; [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* line 2026, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization .row.equal_height_cols .panel {
  height: 100%;
}

/* line 2030, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization #provider-details .row &gt; [class*='col-'] {
  padding: 20px 0;
  overflow: hidden;
}

/* line 2037, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization #provider-tabrow .tabrow {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0 12px;
  line-height: 35px;
  height: 37px;
  overflow: hidden;
  font-size: 12px;
  position: relative;
}

/* line 2049, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization #provider-tabrow .tabrow li {
  border: 1px solid #AAA;
  background: #D1D1D1;
  background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  display: inline-block;
  position: relative;
  z-index: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
  text-shadow: 0 1px #FFF;
  margin: 0 -5px;
  padding: 0 30px;
}

/* line 2064, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization #provider-tabrow .tabrow li.selected {
  background: #FFF;
  color: #333;
  z-index: 2;
  border-top-color: #FFF;
}

/* line 2071, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization #provider-tabrow .tabrow:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #AAA;
  z-index: 1;
}

/* line 2081, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization #provider-tabrow .tabrow li:before,
html.admin #edit-organization #provider-tabrow .tabrow li:after {
  border: 1px solid #AAA;
  position: absolute;
  top: -1px;
  width: 6px;
  height: 6px;
  content: "";
}

/* line 2091, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization #provider-tabrow .tabrow li:before {
  left: -7px;
  border-top-right-radius: 6px;
  border-width: 1px 1px 0px 0px;
  box-shadow: 2px 0px 0 #ECECEC;
}

/* line 2098, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization #provider-tabrow .tabrow li:after {
  right: -7px;
  border-top-left-radius: 6px;
  border-width: 1px 0px 0px 1px;
  box-shadow: -2px 0px 0 #ECECEC;
}

/* line 2105, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization #provider-tabrow .tabrow li.selected:before {
  box-shadow: 2px 0px 0 #FFF;
}

/* line 2109, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization #provider-tabrow .tabrow li.selected:after {
  box-shadow: -2px 0px 0 #FFF;
}

/* line 2113, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization .grey-dark, html.admin #edit-organization .material-icons.disabled {
  color: #6f6f6f;
}

/* line 2114, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization .warning-text, html.admin #edit-organization .material-icons.active {
  color: #e7e983;
}

/* line 2115, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization .error-text, html.admin #edit-organization .material-icons.error {
  color: #cc0000;
}

/* line 2116, app/assets/stylesheets/admin.css.scss */
html.admin #edit-organization .success-text, html.admin #edit-organization .material-icons.success {
  color: #11f336;
}
/* line 6, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .upload-actvities-download-link {
  color: #337ab7;
  font-style: italic;
  font-weight: 700;
  margin-top: 10px;
}

/* line 13, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .activities-option-btns {
  display: flex;
  justify-content: space-between;
}

/* line 18, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .activities-right-btn {
  background-color: #FFFFFF;
  padding: 4px 8px;
  border: 2px solid #385681;
  border-radius: 4px;
  color: #385681;
  font-size: 12px;
}

/* line 26, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .activities-right-btn:hover {
  text-decoration: none;
}

@media all and (max-width: 1200px) {
  /* line 18, app/assets/stylesheets/ads/backup_care/activities.scss */
  .buc-activities-container .activities-right-btn {
    display: none;
  }
}

/* line 35, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .buc-activity-dates {
  font-style: italic;
}

/* line 39, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .buc-activity-approval-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 45, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .buc-activity-approval-btn {
  background-color: #FFFFFF;
  border: 4px solid black;
  border-radius: 8px;
  margin-left: 10px;
  padding: 10px 20px;
}

/* line 53, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .buc-activity-missing {
  color: red;
  text-transform: uppercase;
}

/* line 58, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .buc-activity-status {
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
}

/* line 64, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .buc-activity-name {
  font-weight: 700;
}

/* line 68, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .lead-item-row + .lead-item-row {
  border-top: 1px solid #CCD1D6;
}

/* line 72, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .lead-item-row {
  font-size: 14px;
}

/* line 76, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .lead-info-item {
  align-items: flex-start;
}

/* line 79, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .lead-info-item input[type="checkbox"] {
  transform: scale(1.5);
}

/* line 84, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .buc-activities-admin-actions {
  align-self: flex-end;
}

/* line 89, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .scope-select-btn:first-child {
  border-radius: 8px 0 0 8px;
}

/* line 93, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .scope-select-btn:last-of-type {
  border-radius: 0 8px 8px 0;
}

/* line 98, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .buc-activity-approval-errors {
  color: #B94A48;
  font-size: 14px;
}

/* line 103, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-activities-container .activity-approval-btn {
  border: none;
  background: none;
}

/* line 109, app/assets/stylesheets/ads/backup_care/activities.scss */
html.ppl body .activities-right-btns select {
  height: unset;
  width: unset;
}

/* line 114, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-outer-tabs-container {
  border-bottom: 1px solid;
  margin-top: -10px;
  margin-bottom: 20px;
}

/* line 120, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-outer-tabs {
  display: inline-flex;
  border: 1px solid;
  border-bottom: 0;
}

/* line 125, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-outer-tabs a:hover {
  text-decoration: none;
}

/* line 130, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-outer-tab {
  background-color: #F6F3EE;
  cursor: pointer;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 20px;
}

/* line 140, app/assets/stylesheets/ads/backup_care/activities.scss */
.buc-outer-tab.active {
  background-color: #1E1E1E;
  color: #FFFFFF;
}

/* line 147, app/assets/stylesheets/ads/backup_care/activities.scss */
.sweet-alert .buc-activity-approval-errors {
  color: #B94A48 !important;
}

/* line 152, app/assets/stylesheets/ads/backup_care/activities.scss */
html.ppl #activity-edit-form select {
  width: 100%;
  height: unset;
}

/* line 157, app/assets/stylesheets/ads/backup_care/activities.scss */
#activity-edit-form .row {
  margin: 20px 0;
}

/* line 161, app/assets/stylesheets/ads/backup_care/activities.scss */
#main #activity-edit-form .panel {
  margin-bottom: 20px;
}
/* line 6, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .upload-actvities-download-link {
  color: #337ab7;
  font-style: italic;
  font-weight: 700;
  margin-top: 10px;
}

/* line 13, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .activities-option-btns {
  display: flex;
  justify-content: space-between;
}

/* line 18, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .activities-right-btn {
  background-color: #FFFFFF;
  padding: 4px 8px;
  border: 2px solid #385681;
  border-radius: 4px;
  color: #385681;
  font-size: 12px;
}

/* line 26, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .activities-right-btn:hover {
  text-decoration: none;
}

@media all and (max-width: 1200px) {
  /* line 18, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
  html.legacy .buc-activities-container .activities-right-btn {
    display: none;
  }
}

/* line 35, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .buc-activity-dates {
  font-style: italic;
}

/* line 39, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .buc-activity-approval-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 45, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .buc-activity-approval-btn {
  background-color: #FFFFFF;
  border: 4px solid black;
  border-radius: 8px;
  margin-left: 10px;
  padding: 10px 20px;
}

/* line 53, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .buc-activity-missing {
  color: red;
  text-transform: uppercase;
}

/* line 58, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .buc-activity-status {
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
}

/* line 64, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .buc-activity-name {
  font-weight: 700;
}

/* line 68, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .lead-item-row + .lead-item-row {
  border-top: 1px solid #CCD1D6;
}

/* line 72, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .lead-item-row {
  font-size: 14px;
}

/* line 76, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .lead-info-item {
  align-items: flex-start;
}

/* line 79, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .lead-info-item input[type="checkbox"] {
  transform: scale(1.5);
}

/* line 84, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .buc-activities-admin-actions {
  align-self: flex-end;
}

/* line 89, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .scope-select-btn:first-child {
  border-radius: 8px 0 0 8px;
}

/* line 93, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .scope-select-btn:last-of-type {
  border-radius: 0 8px 8px 0;
}

/* line 98, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .buc-activity-approval-errors {
  color: #B94A48;
  font-size: 14px;
}

/* line 103, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-activities-container .activity-approval-btn {
  border: none;
  background: none;
}

/* line 109, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy html.ppl body .activities-right-btns select {
  height: unset;
  width: unset;
}

/* line 114, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-outer-tabs-container {
  border-bottom: 1px solid;
  margin-top: -10px;
  margin-bottom: 20px;
}

/* line 120, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-outer-tabs {
  display: inline-flex;
  border: 1px solid;
  border-bottom: 0;
}

/* line 125, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-outer-tabs a:hover {
  text-decoration: none;
}

/* line 130, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-outer-tab {
  background-color: #F3F4F6;
  cursor: pointer;
  color: #172C42;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 20px;
}

/* line 140, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .buc-outer-tab.active {
  background-color: #213F5F;
  color: #FFFFFF;
}

/* line 147, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy .sweet-alert .buc-activity-approval-errors {
  color: #B94A48 !important;
}

/* line 152, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy html.ppl #activity-edit-form select {
  width: 100%;
  height: unset;
}

/* line 157, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy #activity-edit-form .row {
  margin: 20px 0;
}

/* line 161, app/assets/stylesheets/ads/backup_care/activities_legacy.scss */
html.legacy #main #activity-edit-form .panel {
  margin-bottom: 20px;
}
/* line 2, app/assets/stylesheets/ads/backup_care/enterprise_offering_photos.scss */
.enterprise-offering-photos-container .primary-photo-container {
  position: static !important;
  margin-right: 44px;
  margin-bottom: 136px;
  border: none !important;
}

/* line 9, app/assets/stylesheets/ads/backup_care/enterprise_offering_photos.scss */
.enterprise-offering-photos-container .photo-label-make-primary {
  text-decoration: underline;
  color: black !important;
  cursor: pointer;
}
/* line 1, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget {
  background-color: white !important;
  padding-top: 20px !important;
}

/* line 5, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-completion-header {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 20px;
  --w: 150px;
  --c2: #CEE0F3;
  --b: 10px;
  --c: #3A94ED;
}

/* line 16, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-completion-header .profile-completion-pie {
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
  font-weight: bold;
}

/* line 25, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-completion-header .profile-completion-pie.poor-score {
  --c: #FFC300;
}

/* line 28, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-completion-header .profile-completion-pie.better-score {
  --c: #3A94ED;
}

/* line 31, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-completion-header .profile-completion-pie.best-score {
  --c: #00A878;
}

/* line 35, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-completion-header .profile-completion-pie:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(var(--c) calc(var(--p)*1%), #0000 0), radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat, var(--c2);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

/* line 48, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-completion-header .profile-completion-pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: calc(50% - var(--b)/2);
  background: var(--c);
  transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}

/* line 57, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-completion-header .profile-completion-text {
  text-align: left;
}

/* line 60, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-completion-header .profile-completion-text .complete-profile-text {
  font-size: larger;
  font-weight: bold;
  color: #1E1E1E;
}

/* line 66, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-completion-header .profile-completion-text .complete-profile-sample a {
  color: #377A69;
  text-decoration: underline;
}

/* line 69, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-completion-header .profile-completion-text .complete-profile-sample a:hover {
  color: #8AE718;
}

/* line 75, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-completion-header:before {
  content: none;
}

/* line 80, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-criteria {
  border: 1px solid #B3BAC1;
  border-radius: 16px;
  padding: 40px 20px;
  color: #1E1E1E;
}

/* line 86, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-criteria .profile-criterion {
  display: flex;
  margin-bottom: 20px;
  column-gap: 20px;
}

/* line 92, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-criteria .profile-criterion:last-child {
  margin-bottom: 0;
}

/* line 96, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-criteria .profile-criterion .criterion-text {
  color: #1E1E1E;
}

/* line 99, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-criteria .profile-criterion .criterion-text p {
  margin: 0;
  text-align: left;
  color: #667483;
}

/* line 106, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-criteria .profile-criterion.complete {
  align-items: center;
}

/* line 109, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-criteria .profile-criterion.complete .criterion-icon i {
  font-size: smaller;
  color: #025747;
}

/* line 115, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-criteria .profile-criterion.incomplete {
  margin-top: 30px;
}

/* line 116, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-criteria .profile-criterion.incomplete .criterion-icon i {
  font-size: larger;
  color: #1E1E1E;
}

/* line 121, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-criteria .profile-criterion.incomplete .criterion-title {
  font-weight: bold;
}

/* line 127, app/assets/stylesheets/ads/profile_completion.scss */
.profile-completion-widget .profile-criteria .profile-criterion.incomplete ~ .incomplete {
  margin-top: 0;
}

/* line 139, app/assets/stylesheets/ads/profile_completion.scss */
.profile-banner-container.profile-completion-banner-container.incomplete .profile-completion-banner-close-icon i {
  display: none;
}

/* line 149, app/assets/stylesheets/ads/profile_completion.scss */
.profile-banner-container.profile-completion-banner-container.poor-score {
  background-color: #FFF3C2 !important;
}

/* line 151, app/assets/stylesheets/ads/profile_completion.scss */
.profile-banner-container.profile-completion-banner-container.poor-score i {
  color: #FFA30F !important;
}

/* line 149, app/assets/stylesheets/ads/profile_completion.scss */
.profile-banner-container.profile-completion-banner-container.better-score {
  background-color: #E7F0FB !important;
}

/* line 151, app/assets/stylesheets/ads/profile_completion.scss */
.profile-banner-container.profile-completion-banner-container.better-score i {
  color: #015AC8 !important;
}

/* line 149, app/assets/stylesheets/ads/profile_completion.scss */
.profile-banner-container.profile-completion-banner-container.best-score {
  background-color: #E6F3EE !important;
}

/* line 151, app/assets/stylesheets/ads/profile_completion.scss */
.profile-banner-container.profile-completion-banner-container.best-score i {
  color: #027854 !important;
}
/* line 2, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget {
  background-color: white !important;
  padding-top: 20px !important;
}

/* line 6, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-completion-header {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 20px;
  --w: 150px;
  --c2: #CEE0F3;
  --b: 10px;
  --c: #3A94ED;
}

/* line 17, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-completion-header .profile-completion-pie {
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
  font-weight: bold;
}

/* line 26, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-completion-header .profile-completion-pie.poor-score {
  --c: #FFC300;
}

/* line 29, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-completion-header .profile-completion-pie.better-score {
  --c: #3A94ED;
}

/* line 32, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-completion-header .profile-completion-pie.best-score {
  --c: #00A878;
}

/* line 36, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-completion-header .profile-completion-pie:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(var(--c) calc(var(--p)*1%), #0000 0), radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat, var(--c2);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

/* line 49, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-completion-header .profile-completion-pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: calc(50% - var(--b)/2);
  background: var(--c);
  transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}

/* line 58, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-completion-header .profile-completion-text {
  text-align: left;
}

/* line 61, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-completion-header .profile-completion-text .complete-profile-text {
  font-size: larger;
  font-weight: bold;
  color: #172C42;
}

/* line 67, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-completion-header .profile-completion-text .complete-profile-sample a {
  color: var(--c);
  text-decoration: none;
  font-weight: bold;
}

/* line 71, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-completion-header .profile-completion-text .complete-profile-sample a:hover {
  color: var(--c);
}

/* line 77, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-completion-header:before {
  content: none;
}

/* line 82, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-criteria {
  border: 1px solid #B3BAC1;
  border-radius: 16px;
  padding: 40px 20px;
  color: #172C42;
}

/* line 88, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-criteria .profile-criterion {
  display: flex;
  margin-bottom: 20px;
  column-gap: 20px;
}

/* line 94, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-criteria .profile-criterion:last-child {
  margin-bottom: 0;
}

/* line 98, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-criteria .profile-criterion .criterion-text {
  color: #213F5F;
}

/* line 101, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-criteria .profile-criterion .criterion-text p {
  margin: 0;
  text-align: left;
  color: #667483;
}

/* line 108, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-criteria .profile-criterion.complete {
  align-items: center;
}

/* line 111, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-criteria .profile-criterion.complete .criterion-icon i {
  font-size: smaller;
  color: #213F5F;
}

/* line 117, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-criteria .profile-criterion.incomplete {
  margin-top: 30px;
}

/* line 118, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-criteria .profile-criterion.incomplete .criterion-icon i {
  font-size: larger;
  color: #3B71AA;
}

/* line 123, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-criteria .profile-criterion.incomplete .criterion-title {
  font-weight: bold;
}

/* line 129, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-completion-widget .profile-criteria .profile-criterion.incomplete ~ .incomplete {
  margin-top: 0;
}

/* line 141, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-banner-container.profile-completion-banner-container.incomplete .profile-completion-banner-close-icon i {
  display: none;
}

/* line 151, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-banner-container.profile-completion-banner-container.poor-score {
  background-color: #FFF3C2 !important;
}

/* line 153, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-banner-container.profile-completion-banner-container.poor-score i {
  color: #FFA30F !important;
}

/* line 151, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-banner-container.profile-completion-banner-container.better-score {
  background-color: #E7F0FB !important;
}

/* line 153, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-banner-container.profile-completion-banner-container.better-score i {
  color: #015AC8 !important;
}

/* line 151, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-banner-container.profile-completion-banner-container.best-score {
  background-color: #E6F3EE !important;
}

/* line 153, app/assets/stylesheets/ads/profile_completion_legacy.scss */
html.legacy .profile-banner-container.profile-completion-banner-container.best-score i {
  color: #027854 !important;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
/* line 10, app/assets/stylesheets/animate.css.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 17, app/assets/stylesheets/animate.css.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 22, app/assets/stylesheets/animate.css.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 83, app/assets/stylesheets/animate.css.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 111, app/assets/stylesheets/animate.css.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 152, app/assets/stylesheets/animate.css.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 231, app/assets/stylesheets/animate.css.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 270, app/assets/stylesheets/animate.css.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 329, app/assets/stylesheets/animate.css.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 391, app/assets/stylesheets/animate.css.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 472, app/assets/stylesheets/animate.css.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 557, app/assets/stylesheets/animate.css.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 632, app/assets/stylesheets/animate.css.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 705, app/assets/stylesheets/animate.css.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 778, app/assets/stylesheets/animate.css.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 851, app/assets/stylesheets/animate.css.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 894, app/assets/stylesheets/animate.css.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 939, app/assets/stylesheets/animate.css.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 972, app/assets/stylesheets/animate.css.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1005, app/assets/stylesheets/animate.css.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1048, app/assets/stylesheets/animate.css.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 1063, app/assets/stylesheets/animate.css.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1096, app/assets/stylesheets/animate.css.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1129, app/assets/stylesheets/animate.css.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1162, app/assets/stylesheets/animate.css.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1195, app/assets/stylesheets/animate.css.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1228, app/assets/stylesheets/animate.css.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1261, app/assets/stylesheets/animate.css.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1294, app/assets/stylesheets/animate.css.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1327, app/assets/stylesheets/animate.css.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 1342, app/assets/stylesheets/animate.css.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1371, app/assets/stylesheets/animate.css.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1400, app/assets/stylesheets/animate.css.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1429, app/assets/stylesheets/animate.css.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1458, app/assets/stylesheets/animate.css.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1487, app/assets/stylesheets/animate.css.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1516, app/assets/stylesheets/animate.css.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1545, app/assets/stylesheets/animate.css.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1574, app/assets/stylesheets/animate.css.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1653, app/assets/stylesheets/animate.css.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1726, app/assets/stylesheets/animate.css.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1799, app/assets/stylesheets/animate.css.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 1844, app/assets/stylesheets/animate.css.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 1891, app/assets/stylesheets/animate.css.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 1952, app/assets/stylesheets/animate.css.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 1983, app/assets/stylesheets/animate.css.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2026, app/assets/stylesheets/animate.css.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2067, app/assets/stylesheets/animate.css.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2108, app/assets/stylesheets/animate.css.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2149, app/assets/stylesheets/animate.css.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2190, app/assets/stylesheets/animate.css.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2227, app/assets/stylesheets/animate.css.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2264, app/assets/stylesheets/animate.css.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2301, app/assets/stylesheets/animate.css.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2338, app/assets/stylesheets/animate.css.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2375, app/assets/stylesheets/animate.css.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2448, app/assets/stylesheets/animate.css.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 2483, app/assets/stylesheets/animate.css.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2514, app/assets/stylesheets/animate.css.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 2543, app/assets/stylesheets/animate.css.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2584, app/assets/stylesheets/animate.css.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2625, app/assets/stylesheets/animate.css.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2666, app/assets/stylesheets/animate.css.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2707, app/assets/stylesheets/animate.css.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

/* line 2744, app/assets/stylesheets/animate.css.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2789, app/assets/stylesheets/animate.css.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 2826, app/assets/stylesheets/animate.css.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 2863, app/assets/stylesheets/animate.css.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2908, app/assets/stylesheets/animate.css.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 2939, app/assets/stylesheets/animate.css.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 2970, app/assets/stylesheets/animate.css.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 3001, app/assets/stylesheets/animate.css.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 3032, app/assets/stylesheets/animate.css.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* line 3063, app/assets/stylesheets/animate.css.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* line 3094, app/assets/stylesheets/animate.css.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* line 3125, app/assets/stylesheets/animate.css.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

/* line 3156, app/assets/stylesheets/animate.css.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* line 2, app/assets/stylesheets/appointments.css.scss */
.appt-pricing-section .price {
  margin-bottom: 5px;
}

/* line 6, app/assets/stylesheets/appointments.css.scss */
#appointment-selection-container {
  padding: 20px;
  min-height: 150px;
}

/* line 10, app/assets/stylesheets/appointments.css.scss */
#appointment-selection-container #appt-selection-options {
  margin-top: 20px;
}

/* line 14, app/assets/stylesheets/appointments.css.scss */
#appointment-selection-container #selected-appointment-count {
  margin: 5px 0px;
}

/* line 19, app/assets/stylesheets/appointments.css.scss */
#appointment-selection-container #selected-appointment-list .selected-appointment-container {
  width: 250px;
  margin: 5px auto;
}

/* line 23, app/assets/stylesheets/appointments.css.scss */
#appointment-selection-container #selected-appointment-list .selected-appointment-container .selected-appointment {
  background-color: #EB0450;
  color: #fff;
  border-radius: 5px;
  width: 200px;
  padding: 4px;
  display: inline-block;
}

/* line 31, app/assets/stylesheets/appointments.css.scss */
#appointment-selection-container #selected-appointment-list .selected-appointment-container .remove-appointment {
  font-size: 1.2em;
  cursor: pointer;
  line-height: 13px;
  margin-left: 5px;
}

/* line 36, app/assets/stylesheets/appointments.css.scss */
#appointment-selection-container #selected-appointment-list .selected-appointment-container .remove-appointment.reserved {
  visibility: hidden;
}

/* line 42, app/assets/stylesheets/appointments.css.scss */
#appointment-selection-container #multi-appointment-selection-button {
  text-transform: none;
}

/* line 47, app/assets/stylesheets/appointments.css.scss */
#appt-package-only {
  padding: 5px 0;
}

/* line 51, app/assets/stylesheets/appointments.css.scss */
#appointment-selection-container .summary-row {
  min-height: 250px;
}

/* line 53, app/assets/stylesheets/appointments.css.scss */
#appointment-selection-container .summary-row #selected-appointment-list {
  max-height: 200px;
  overflow-y: scroll;
}

/* line 57, app/assets/stylesheets/appointments.css.scss */
#appointment-selection-container .summary-row #select-appointments-prompt {
  min-width: 300px;
  margin: 5% auto;
}

/* line 64, app/assets/stylesheets/appointments.css.scss */
#package-appointment-section .appt-package-label {
  display: inline;
}

/* line 67, app/assets/stylesheets/appointments.css.scss */
#package-appointment-section input[type="number"] {
  width: 100px;
}

/* line 70, app/assets/stylesheets/appointments.css.scss */
#package-appointment-section #activity_appointment_package_allowed_uses {
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 0;
  width: 40px;
  margin: 0 2px;
}

/* line 77, app/assets/stylesheets/appointments.css.scss */
#package-appointment-section #activity_appointment_package_price {
  padding: 0 0 0 30px;
  border: 0;
  border-bottom: 1px solid #eee;
  text-align: left;
  width: 80px;
}

/* line 85, app/assets/stylesheets/appointments.css.scss */
.appointment-lock-link-container {
  padding-left: 29px;
}

/* line 89, app/assets/stylesheets/appointments.css.scss */
#attendance-table.appointment i {
  cursor: pointer;
}

/* line 93, app/assets/stylesheets/appointments.css.scss */
#attendance-table.appointment .appointment-lock i.fa {
  font-size: 22px;
  height: auto;
  line-height: 22px;
  color: #ccc;
}

/* line 98, app/assets/stylesheets/appointments.css.scss */
#attendance-table.appointment .appointment-lock i.fa.locked {
  color: #cc0000;
}

/* line 103, app/assets/stylesheets/appointments.css.scss */
#attendance-table.appointment #past-appointment-summary {
  margin-bottom: 10px;
  cursor: pointer;
}

/* line 107, app/assets/stylesheets/appointments.css.scss */
#attendance-table.appointment #past-appointment-summary:hover {
  text-decoration: underline;
}

/* line 111, app/assets/stylesheets/appointments.css.scss */
#attendance-table.appointment .appointment.row i.material-icons {
  margin-right: 7px;
  font-size: 22px;
  height: auto;
  line-height: 22px;
  vertical-align: bottom;
  color: #ccc;
}

/* line 120, app/assets/stylesheets/appointments.css.scss */
#attendance-table.appointment .appointment.row.locked:not(.reserved) {
  color: #aaa;
}

/* line 124, app/assets/stylesheets/appointments.css.scss */
#attendance-table.appointment .appointment.row .color-dot {
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 2px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.14);
}

/* line 137, app/assets/stylesheets/appointments.css.scss */
#select-multiple-form .row {
  margin: 15px 0px;
}

/* line 140, app/assets/stylesheets/appointments.css.scss */
#select-multiple-form .appt-label {
  padding-right: 20px;
}

/* line 143, app/assets/stylesheets/appointments.css.scss */
#select-multiple-form #appt-package-occurrences {
  width: 50px;
  text-align: center;
}

/* line 150, app/assets/stylesheets/appointments.css.scss */
#reschedule-form.appointment form .row .form-label {
  margin: 12px auto;
}
/* line 7, app/assets/stylesheets/attendances.scss */
#new-attendances.modal #mark-attendance-btn {
  width: 240px;
  display: inline-block;
}

/* line 12, app/assets/stylesheets/attendances.scss */
#new-attendances.modal #attendances-table {
  padding: 7px 15px 0px 10px;
  overflow: auto;
  height: 320px;
  border-radius: 7px;
  border: 1px solid #eef1f4;
}

/* line 19, app/assets/stylesheets/attendances.scss */
#new-attendances.modal #attendances-table .attendance-row {
  padding: 4px 0;
}

/* line 23, app/assets/stylesheets/attendances.scss */
#new-attendances.modal #attendances-table .attendance-row .delete-attendance i {
  font-size: 18px;
  color: #ccc;
}

/* line 29, app/assets/stylesheets/attendances.scss */
#new-attendances.modal #attendances-table .attendance-row .delete-attendance:hover i {
  color: #cc0000;
}

/* line 34, app/assets/stylesheets/attendances.scss */
#new-attendances.modal #attendances-table .header.row {
  padding: 11px 5px 3px;
  border-bottom: 1px solid #eef1f4;
}

/* line 38, app/assets/stylesheets/attendances.scss */
#new-attendances.modal #attendances-table .header.row .attendance-count {
  font-size: 1em;
}

/* line 42, app/assets/stylesheets/attendances.scss */
#new-attendances.modal #attendances-table .header.row:first-child {
  padding-top: 0;
}

/* line 48, app/assets/stylesheets/attendances.scss */
#new-attendances.modal #attendance-picker .datepicker-inline {
  width: 252px;
  margin: 0 auto;
}

/* line 52, app/assets/stylesheets/attendances.scss */
#new-attendances.modal #attendance-picker .datepicker-inline table {
  table-layout: fixed;
}
/* line 1, app/assets/stylesheets/audit_entries.css.scss */
.audit-arrow {
  color: #bbb;
}

/* line 7, app/assets/stylesheets/audit_entries.css.scss */
.audit-related-section .audit-related-attrs {
  margin-left: 10px;
}

/* line 12, app/assets/stylesheets/audit_entries.css.scss */
#audits-search-container {
  width: 95.5%;
  width: calc(100% - 50px);
}

/* line 19, app/assets/stylesheets/audit_entries.css.scss */
.panel .table-container .audit.row, .panel .table-container .audit.row:first-child {
  cursor: pointer;
  padding: 0 1%;
}

/* line 23, app/assets/stylesheets/audit_entries.css.scss */
.panel .table-container .audit.row .audit-toggle, .panel .table-container .audit.row:first-child .audit-toggle {
  padding: 11px 0;
}

/* line 26, app/assets/stylesheets/audit_entries.css.scss */
.panel .table-container .audit.row .audit-timestamp, .panel .table-container .audit.row:first-child .audit-timestamp {
  padding: 11px 0;
}

/* line 29, app/assets/stylesheets/audit_entries.css.scss */
.panel .table-container .audit.row .audit-edit, .panel .table-container .audit.row:first-child .audit-edit {
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/audit_entries.css.scss */
.panel .table-container .audit.row .audit-comment .audit-edit:hover, .panel .table-container .audit.row:first-child .audit-comment .audit-edit:hover {
  text-decoration: underline;
}

/* line 40, app/assets/stylesheets/audit_entries.css.scss */
.audit.row:hover {
  background: rgba(241, 244, 249, 0.5);
}

/* line 43, app/assets/stylesheets/audit_entries.css.scss */
.audit-details.row, .audit-details-header.row {
  margin: 10px 25px;
  cursor: default;
}
/* line 1, app/assets/stylesheets/backup_care.scss */
.buc-section {
  padding: 30px;
  font-family: 'Oceanic Grotesk';
}

@media all and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/backup_care.scss */
  .buc-section {
    padding: 30px 15px;
  }
}

/* line 9, app/assets/stylesheets/backup_care.scss */
.buc-section h1 {
  color: #1E1E1E;
  line-height: 42px;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: 'NaN Druid Sans';
}

/* line 17, app/assets/stylesheets/backup_care.scss */
.buc-section h2 {
  color: #1E1E1E;
  font-size: 28px;
  margin-bottom: 16px;
  font-family: 'Oceanic Grotesk';
}

/* line 24, app/assets/stylesheets/backup_care.scss */
.buc-section hr {
  margin: 40px auto;
}

/* line 29, app/assets/stylesheets/backup_care.scss */
.buc-container {
  display: grid;
  grid-template-columns: minmax(250px, 650px) 300px;
  column-gap: 1rem;
  max-width: 1200px;
}

@media all and (max-width: 992px) {
  /* line 29, app/assets/stylesheets/backup_care.scss */
  .buc-container {
    grid-template-columns: 100%;
  }
}

/* line 40, app/assets/stylesheets/backup_care.scss */
.buc-img {
  height: 200px;
}

/* line 43, app/assets/stylesheets/backup_care.scss */
.buc-img img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}

/* line 50, app/assets/stylesheets/backup_care.scss */
.buc-reasons {
  display: flex;
  margin-bottom: 48px;
}

/* line 55, app/assets/stylesheets/backup_care.scss */
.buc-reasons .reason:not(:last-child) {
  margin-right: 1.8rem;
}

/* line 59, app/assets/stylesheets/backup_care.scss */
.buc-reasons .reason__number {
  color: #025747;
  font-family: 'Nan Druid Sans';
  font-size: 60px;
  line-height: initial;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* line 68, app/assets/stylesheets/backup_care.scss */
.buc-reasons .reason__header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

/* line 74, app/assets/stylesheets/backup_care.scss */
.buc-reasons .reason__body {
  line-height: 20px;
}

/* line 80, app/assets/stylesheets/backup_care.scss */
.buc-description, .buc-cta {
  line-height: 22px;
}

@media all and (max-width: 992px) {
  /* line 84, app/assets/stylesheets/backup_care.scss */
  .buc-cta {
    margin-top: 40px;
  }
}

/* line 89, app/assets/stylesheets/backup_care.scss */
.buc-cta .ppl-btn {
  height: 44px;
}

@media all and (max-width: 992px) {
  /* line 89, app/assets/stylesheets/backup_care.scss */
  .buc-cta .ppl-btn {
    position: fixed;
    bottom: 15px;
    left: 30px;
    width: calc(100% - 60px);
    z-index: 9999;
  }
}

/* line 103, app/assets/stylesheets/backup_care.scss */
.buc-faq .panel {
  margin: 0;
  width: 100%;
}

/* line 107, app/assets/stylesheets/backup_care.scss */
.buc-faq .panel .panel-title {
  font-weight: bold;
}

/* line 111, app/assets/stylesheets/backup_care.scss */
.buc-faq .panel span {
  color: #1E1E1E;
  font-weight: bold;
}

/* line 118, app/assets/stylesheets/backup_care.scss */
.buc-banner {
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

/* line 123, app/assets/stylesheets/backup_care.scss */
.buc-banner__header {
  width: 210px;
  margin-left: 10px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E4FFB8;
  font-size: 18px;
  background: #025747;
  border-radius: 24px 24px 0 0;
}

/* line 135, app/assets/stylesheets/backup_care.scss */
.buc-banner__header .material-icons {
  color: #E4FFB8;
}

/* line 140, app/assets/stylesheets/backup_care.scss */
.buc-banner__body {
  background: #FFFFFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  border-radius: 24px 24px 0 0;
  width: 420px;
  height: 320px;
  position: relative;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 1rem 2.5rem;
  text-align: center;
}

@media all and (max-width: 767px) {
  /* line 140, app/assets/stylesheets/backup_care.scss */
  .buc-banner__body {
    left: 0;
    width: 100%;
  }
}

/* line 160, app/assets/stylesheets/backup_care.scss */
.buc-banner__body .heading {
  font-size: 21px;
  font-weight: bold;
}

/* line 165, app/assets/stylesheets/backup_care.scss */
.buc-banner__body .btn {
  width: 144px;
}

/* line 170, app/assets/stylesheets/backup_care.scss */
.buc-banner__close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 30px;
}

/* line 178, app/assets/stylesheets/backup_care.scss */
.buc-onboarding-image {
  height: auto;
  width: 165px;
}

/* line 183, app/assets/stylesheets/backup_care.scss */
.buc-onboarding-text {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

/* line 189, app/assets/stylesheets/backup_care.scss */
.plus-sign {
  height: 28px;
  width: 28px;
}

/* line 193, app/assets/stylesheets/backup_care.scss */
.plus-sign svg {
  height: inherit;
  width: inherit;
}

/* line 199, app/assets/stylesheets/backup_care.scss */
.buc-join-network {
  text-align: center;
}

/* line 202, app/assets/stylesheets/backup_care.scss */
.buc-join-network .heading {
  font-size: 21px;
  font-weight: bold;
  margin: 50px 0 20px 0;
}

/* line 208, app/assets/stylesheets/backup_care.scss */
.buc-join-network .btn {
  width: 144px;
  margin-top: 20px;
}

/* line 222, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .edit-link,
#provider-forms-modal .edit-link,
#provider-insurance-modal .edit-link {
  font-weight: bold;
}

/* line 223, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .edit-link, .location-manage-buc_settings .edit-link:visited,
#provider-forms-modal .edit-link,
#provider-forms-modal .edit-link:visited,
#provider-insurance-modal .edit-link,
#provider-insurance-modal .edit-link:visited {
  color: #015AC8;
}

/* line 224, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .icon-label,
#provider-forms-modal .icon-label,
#provider-insurance-modal .icon-label {
  letter-spacing: 0px;
  text-transform: none;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}

/* line 232, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .icon-blue,
#provider-forms-modal .icon-blue,
#provider-insurance-modal .icon-blue {
  color: #377A69;
}

/* line 233, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .file-upload label,
#provider-forms-modal .file-upload label,
#provider-insurance-modal .file-upload label {
  cursor: pointer;
}

/* line 234, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .provider-insurance-container,
#provider-forms-modal .provider-insurance-container,
#provider-insurance-modal .provider-insurance-container {
  margin: 25px 0 50px;
}

/* line 237, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .provider-insurance-container .insurance-data,
#provider-forms-modal .provider-insurance-container .insurance-data,
#provider-insurance-modal .provider-insurance-container .insurance-data {
  margin: 15px 0 0;
}

/* line 240, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .provider-insurance-container .insurance-data .title,
#provider-forms-modal .provider-insurance-container .insurance-data .title,
#provider-insurance-modal .provider-insurance-container .insurance-data .title {
  font: 14px/20px 'Proxima Nova', 'Arial', sans-serif;
  color: #505D6D;
  margin-bottom: 0px;
}

/* line 245, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .provider-insurance-container .insurance-data .data,
#provider-forms-modal .provider-insurance-container .insurance-data .data,
#provider-insurance-modal .provider-insurance-container .insurance-data .data {
  font-size: 16px/22px;
  font-weight: bold;
}

/* line 248, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .provider-insurance-container .insurance-data .data .icon-label.success,
#provider-forms-modal .provider-insurance-container .insurance-data .data .icon-label.success,
#provider-insurance-modal .provider-insurance-container .insurance-data .data .icon-label.success {
  color: #068456;
}

/* line 249, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .provider-insurance-container .insurance-data .data .icon-label.error,
#provider-forms-modal .provider-insurance-container .insurance-data .data .icon-label.error,
#provider-insurance-modal .provider-insurance-container .insurance-data .data .icon-label.error {
  color: #CF230C;
}

/* line 250, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .provider-insurance-container .insurance-data .data .icon-label.neutral,
#provider-forms-modal .provider-insurance-container .insurance-data .data .icon-label.neutral,
#provider-insurance-modal .provider-insurance-container .insurance-data .data .icon-label.neutral {
  color: #505D6D;
}

/* line 257, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .provider-forms-container .title-details p,
#provider-forms-modal .provider-forms-container .title-details p,
#provider-insurance-modal .provider-forms-container .title-details p {
  max-width: 500px;
}

/* line 262, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .provider-forms-container .form-list .form-item,
#provider-forms-modal .provider-forms-container .form-list .form-item,
#provider-insurance-modal .provider-forms-container .form-list .form-item {
  margin: 7px 0;
}

/* line 264, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .provider-forms-container .form-list .form-item .form-title,
#provider-forms-modal .provider-forms-container .form-list .form-item .form-title,
#provider-insurance-modal .provider-forms-container .form-list .form-item .form-title {
  vertical-align: middle;
}

/* line 271, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings h5,
#provider-forms-modal h5,
#provider-insurance-modal h5 {
  font-weight: bold !important;
}

/* line 274, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .modal-body,
#provider-forms-modal .modal-body,
#provider-insurance-modal .modal-body {
  padding-top: 0px;
}

/* line 277, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .form-tag,
#provider-forms-modal .form-tag,
#provider-insurance-modal .form-tag {
  margin-top: 10px;
  border: 1px solid #505D6D;
  padding: 10px 15px;
  display: inline-block;
  min-height: 47px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* line 286, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings .form-tag .tag-label,
#provider-forms-modal .form-tag .tag-label,
#provider-insurance-modal .form-tag .tag-label {
  position: relative;
  top: 2px;
  color: #505D6D;
}

/* line 292, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings #form-title,
#provider-forms-modal #form-title,
#provider-insurance-modal #form-title {
  border-bottom: 0px !important;
}

/* line 293, app/assets/stylesheets/backup_care.scss */
.location-manage-buc_settings #form-title, .location-manage-buc_settings .file-upload, .location-manage-buc_settings .upload-form,
#provider-forms-modal #form-title,
#provider-forms-modal .file-upload,
#provider-forms-modal .upload-form,
#provider-insurance-modal #form-title,
#provider-insurance-modal .file-upload,
#provider-insurance-modal .upload-form {
  margin: 15px 0;
}

/* line 296, app/assets/stylesheets/backup_care.scss */
.buc-btn-green {
  background-color: #00A878;
  border: 1px solid #00A878;
  color: #FFFFFF !important;
}

/* line 301, app/assets/stylesheets/backup_care.scss */
.buc-btn-green:visited {
  color: #FFFFFF;
  border-color: #00A878;
}

/* line 305, app/assets/stylesheets/backup_care.scss */
.buc-btn-green:hover {
  color: #FFFFFF;
  background-color: #A3EA3F;
  text-decoration: none;
  border: 1px solid #A3EA3F;
}

/* line 311, app/assets/stylesheets/backup_care.scss */
.buc-btn-green:active {
  color: #FFFFFF;
  background-color: #027854;
  border: 1px solid #027854;
}

/* line 316, app/assets/stylesheets/backup_care.scss */
.buc-btn-green:focus {
  color: #FFFFFF;
  border: 1px solid #377A69;
}

/* line 320, app/assets/stylesheets/backup_care.scss */
.buc-btn-green:disabled, .buc-btn-green.disabled {
  border: 1px solid #E6E8EA;
  background-color: #E6E8EA;
  color: #808B98;
}

/* line 327, app/assets/stylesheets/backup_care.scss */
.buc-btn-red {
  background-color: #EF5844;
  border: 1px solid #EF5844;
  color: #FFFFFF !important;
}

/* line 332, app/assets/stylesheets/backup_care.scss */
.buc-btn-red:visited {
  color: #FFFFFF;
  border-color: #EF5844;
}

/* line 336, app/assets/stylesheets/backup_care.scss */
.buc-btn-red:hover {
  color: #FFFFFF;
  background-color: #F38172;
  text-decoration: none;
  border: 1px solid #F38172;
}

/* line 342, app/assets/stylesheets/backup_care.scss */
.buc-btn-red:active {
  color: #FFFFFF;
  background-color: #CF230C;
  border: 1px solid #CF230C;
}

/* line 347, app/assets/stylesheets/backup_care.scss */
.buc-btn-red:focus {
  color: #FFFFFF;
  border: 1px solid #083093;
}

/* line 351, app/assets/stylesheets/backup_care.scss */
.buc-btn-red:disabled, .buc-btn-red.disabled {
  border: 1px solid #E6E8EA;
  background-color: #E6E8EA;
  color: #808B98;
}
/* line 2, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-section {
  padding: 30px;
  font-family: 'Proxima Nova';
}

@media all and (max-width: 767px) {
  /* line 2, app/assets/stylesheets/backup_care_legacy.scss */
  html.ppl.legacy .buc-section {
    padding: 30px 15px;
  }
}

/* line 10, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-section h1 {
  color: #213F5F;
  line-height: 42px;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: 'Proxima Nova';
}

/* line 18, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-section h2 {
  color: #213F5F;
  font-size: 28px;
  margin-bottom: 16px;
  font-family: 'Proxima Nova';
}

/* line 25, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-section hr {
  margin: 40px auto;
}

/* line 30, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-container {
  display: grid;
  grid-template-columns: minmax(250px, 650px) 300px;
  column-gap: 1rem;
  max-width: 1200px;
}

@media all and (max-width: 992px) {
  /* line 30, app/assets/stylesheets/backup_care_legacy.scss */
  html.ppl.legacy .buc-container {
    grid-template-columns: 100%;
  }
}

/* line 41, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-img {
  height: 200px;
}

/* line 44, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-img img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}

/* line 51, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-reasons {
  display: flex;
  margin-bottom: 48px;
}

/* line 56, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-reasons .reason:not(:last-child) {
  margin-right: 1.8rem;
}

/* line 60, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-reasons .reason__number {
  color: #F38172;
  font-family: 'Georgia', 'Proxima Nova', 'Arial', sans-serif;
  font-size: 60px;
  line-height: initial;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* line 69, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-reasons .reason__header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

/* line 75, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-reasons .reason__body {
  line-height: 20px;
}

/* line 81, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-description, html.ppl.legacy .buc-cta {
  line-height: 22px;
}

@media all and (max-width: 992px) {
  /* line 85, app/assets/stylesheets/backup_care_legacy.scss */
  html.ppl.legacy .buc-cta {
    margin-top: 40px;
  }
}

/* line 90, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-cta .ppl-btn {
  height: 44px;
}

@media all and (max-width: 992px) {
  /* line 90, app/assets/stylesheets/backup_care_legacy.scss */
  html.ppl.legacy .buc-cta .ppl-btn {
    position: fixed;
    bottom: 15px;
    left: 30px;
    width: calc(100% - 60px);
    z-index: 9999;
  }
}

/* line 104, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-faq .panel {
  margin: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-faq .panel .panel-title {
  font-weight: bold;
}

/* line 112, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-faq .panel span {
  color: #EF5844;
  font-weight: bold;
}

/* line 119, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-banner {
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

/* line 124, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-banner__header {
  width: 210px;
  margin-left: 10px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 18px;
  background: #EF5844;
  border-radius: 24px 24px 0 0;
}

/* line 136, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-banner__header .material-icons {
  color: #FFFFFF;
}

/* line 141, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-banner__body {
  background: #FFFFFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  border-radius: 24px 24px 0 0;
  width: 420px;
  height: 320px;
  position: relative;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 1rem 2.5rem;
  text-align: center;
}

@media all and (max-width: 767px) {
  /* line 141, app/assets/stylesheets/backup_care_legacy.scss */
  html.ppl.legacy .buc-banner__body {
    left: 0;
    width: 100%;
  }
}

/* line 161, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-banner__body .heading {
  font-size: 21px;
  font-weight: bold;
}

/* line 166, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-banner__body .btn {
  width: 144px;
}

/* line 171, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-banner__close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 30px;
}

/* line 179, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-onboarding-image {
  height: auto;
  width: 165px;
}

/* line 184, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-onboarding-text {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

/* line 190, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .plus-sign {
  height: 28px;
  width: 28px;
}

/* line 194, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .plus-sign svg {
  height: inherit;
  width: inherit;
}

/* line 200, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-join-network {
  text-align: center;
}

/* line 203, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-join-network .heading {
  font-size: 21px;
  font-weight: bold;
  margin: 50px 0 20px 0;
}

/* line 209, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-join-network .btn {
  width: 144px;
  margin-top: 20px;
}

/* line 223, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .edit-link,
html.ppl.legacy #provider-forms-modal .edit-link,
html.ppl.legacy #provider-insurance-modal .edit-link {
  font-weight: bold;
}

/* line 224, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .edit-link, html.ppl.legacy .location-manage-buc_settings .edit-link:visited,
html.ppl.legacy #provider-forms-modal .edit-link,
html.ppl.legacy #provider-forms-modal .edit-link:visited,
html.ppl.legacy #provider-insurance-modal .edit-link,
html.ppl.legacy #provider-insurance-modal .edit-link:visited {
  color: #015AC8;
}

/* line 225, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .icon-label,
html.ppl.legacy #provider-forms-modal .icon-label,
html.ppl.legacy #provider-insurance-modal .icon-label {
  letter-spacing: 0px;
  text-transform: none;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}

/* line 233, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .icon-blue,
html.ppl.legacy #provider-forms-modal .icon-blue,
html.ppl.legacy #provider-insurance-modal .icon-blue {
  color: #3B71AA;
}

/* line 234, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .file-upload label,
html.ppl.legacy #provider-forms-modal .file-upload label,
html.ppl.legacy #provider-insurance-modal .file-upload label {
  cursor: pointer;
}

/* line 235, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .provider-insurance-container,
html.ppl.legacy #provider-forms-modal .provider-insurance-container,
html.ppl.legacy #provider-insurance-modal .provider-insurance-container {
  margin: 25px 0 50px;
}

/* line 238, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .provider-insurance-container .insurance-data,
html.ppl.legacy #provider-forms-modal .provider-insurance-container .insurance-data,
html.ppl.legacy #provider-insurance-modal .provider-insurance-container .insurance-data {
  margin: 15px 0 0;
}

/* line 241, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .provider-insurance-container .insurance-data .title,
html.ppl.legacy #provider-forms-modal .provider-insurance-container .insurance-data .title,
html.ppl.legacy #provider-insurance-modal .provider-insurance-container .insurance-data .title {
  font: 14px/20px 'Proxima Nova', 'Arial', sans-serif;
  color: #505D6D;
  margin-bottom: 0px;
}

/* line 246, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .provider-insurance-container .insurance-data .data,
html.ppl.legacy #provider-forms-modal .provider-insurance-container .insurance-data .data,
html.ppl.legacy #provider-insurance-modal .provider-insurance-container .insurance-data .data {
  font-size: 16px/22px;
  font-weight: bold;
}

/* line 249, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .provider-insurance-container .insurance-data .data .icon-label.success,
html.ppl.legacy #provider-forms-modal .provider-insurance-container .insurance-data .data .icon-label.success,
html.ppl.legacy #provider-insurance-modal .provider-insurance-container .insurance-data .data .icon-label.success {
  color: #068456;
}

/* line 250, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .provider-insurance-container .insurance-data .data .icon-label.error,
html.ppl.legacy #provider-forms-modal .provider-insurance-container .insurance-data .data .icon-label.error,
html.ppl.legacy #provider-insurance-modal .provider-insurance-container .insurance-data .data .icon-label.error {
  color: #CF230C;
}

/* line 251, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .provider-insurance-container .insurance-data .data .icon-label.neutral,
html.ppl.legacy #provider-forms-modal .provider-insurance-container .insurance-data .data .icon-label.neutral,
html.ppl.legacy #provider-insurance-modal .provider-insurance-container .insurance-data .data .icon-label.neutral {
  color: #505D6D;
}

/* line 258, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .provider-forms-container .title-details p,
html.ppl.legacy #provider-forms-modal .provider-forms-container .title-details p,
html.ppl.legacy #provider-insurance-modal .provider-forms-container .title-details p {
  max-width: 500px;
}

/* line 263, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .provider-forms-container .form-list .form-item,
html.ppl.legacy #provider-forms-modal .provider-forms-container .form-list .form-item,
html.ppl.legacy #provider-insurance-modal .provider-forms-container .form-list .form-item {
  margin: 7px 0;
}

/* line 265, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .provider-forms-container .form-list .form-item .form-title,
html.ppl.legacy #provider-forms-modal .provider-forms-container .form-list .form-item .form-title,
html.ppl.legacy #provider-insurance-modal .provider-forms-container .form-list .form-item .form-title {
  vertical-align: middle;
}

/* line 272, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings h5,
html.ppl.legacy #provider-forms-modal h5,
html.ppl.legacy #provider-insurance-modal h5 {
  font-weight: bold !important;
}

/* line 275, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .modal-body,
html.ppl.legacy #provider-forms-modal .modal-body,
html.ppl.legacy #provider-insurance-modal .modal-body {
  padding-top: 0px;
}

/* line 278, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .form-tag,
html.ppl.legacy #provider-forms-modal .form-tag,
html.ppl.legacy #provider-insurance-modal .form-tag {
  margin-top: 10px;
  border: 1px solid #505D6D;
  padding: 10px 15px;
  display: inline-block;
  min-height: 47px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* line 287, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings .form-tag .tag-label,
html.ppl.legacy #provider-forms-modal .form-tag .tag-label,
html.ppl.legacy #provider-insurance-modal .form-tag .tag-label {
  position: relative;
  top: 2px;
  color: #505D6D;
}

/* line 293, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings #form-title,
html.ppl.legacy #provider-forms-modal #form-title,
html.ppl.legacy #provider-insurance-modal #form-title {
  border-bottom: 0px !important;
}

/* line 294, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .location-manage-buc_settings #form-title, html.ppl.legacy .location-manage-buc_settings .file-upload, html.ppl.legacy .location-manage-buc_settings .upload-form,
html.ppl.legacy #provider-forms-modal #form-title,
html.ppl.legacy #provider-forms-modal .file-upload,
html.ppl.legacy #provider-forms-modal .upload-form,
html.ppl.legacy #provider-insurance-modal #form-title,
html.ppl.legacy #provider-insurance-modal .file-upload,
html.ppl.legacy #provider-insurance-modal .upload-form {
  margin: 15px 0;
}

/* line 297, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-btn-green {
  background-color: #00A878;
  border: 1px solid #00A878;
  color: #FFFFFF !important;
}

/* line 302, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-btn-green:visited {
  color: #FFFFFF;
  border-color: #00A878;
}

/* line 306, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-btn-green:hover {
  color: #FFFFFF;
  background-color: #A3EA3F;
  text-decoration: none;
  border: 1px solid #A3EA3F;
}

/* line 312, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-btn-green:active {
  color: #FFFFFF;
  background-color: #027854;
  border: 1px solid #027854;
}

/* line 317, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-btn-green:focus {
  color: #FFFFFF;
  border: 1px solid #083093;
}

/* line 321, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-btn-green:disabled, html.ppl.legacy .buc-btn-green.disabled {
  border: 1px solid #E6E8EA;
  background-color: #E6E8EA;
  color: #808B98;
}

/* line 328, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-btn-red {
  background-color: #EF5844;
  border: 1px solid #EF5844;
  color: #FFFFFF !important;
}

/* line 333, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-btn-red:visited {
  color: #FFFFFF;
  border-color: #EF5844;
}

/* line 337, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-btn-red:hover {
  color: #FFFFFF;
  background-color: #F38172;
  text-decoration: none;
  border: 1px solid #F38172;
}

/* line 343, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-btn-red:active {
  color: #FFFFFF;
  background-color: #CF230C;
  border: 1px solid #CF230C;
}

/* line 348, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-btn-red:focus {
  color: #FFFFFF;
  border: 1px solid #083093;
}

/* line 352, app/assets/stylesheets/backup_care_legacy.scss */
html.ppl.legacy .buc-btn-red:disabled, html.ppl.legacy .buc-btn-red.disabled {
  border: 1px solid #E6E8EA;
  background-color: #E6E8EA;
  color: #808B98;
}
/* line 6, app/assets/stylesheets/bank_accounts.css.scss */
.provider .bank.account-form.panel .edit_account, .provider .bank.account-form.panel .new_account {
  padding: 1%;
  display: inline-block;
}

/* line 12, app/assets/stylesheets/bank_accounts.css.scss */
.bottom-notes {
  padding: 2.5%;
}

/* line 17, app/assets/stylesheets/bank_accounts.css.scss */
.bank-account .btn.active-account, .bank-account .btn.active-account:active, .bank-account .btn.active-account:focus {
  box-shadow: none;
  cursor: default;
}
/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 10, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 17, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker-inline {
  width: 220px;
}

/* line 20, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker.datepicker-rtl {
  direction: rtl;
}

/* line 23, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker.datepicker-rtl table tr td span {
  float: right;
}

/* line 26, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 30, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 40, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

/* line 49, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 52, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 55, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 58, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 61, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 64, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 67, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 72, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 77, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 86, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

/* line 96, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 100, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.day {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 7px;
}

/* line 106, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

/* line 111, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

/* line 115, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

/* line 121, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

/* line 125, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: rgba(0, 207, 82, 0.75);
  color: #fff;
  font-weight: 600;
}

/* line 133, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled]:hover {
  background: rgba(0, 207, 82, 0.75);
}

/* line 155, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover {
  background: rgba(0, 207, 82, 0.75);
}

/* line 166, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 169, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 178, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 198, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled]:hover {
  background-color: #f3e97a;
}

/* line 220, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover {
  background-color: #efe24b \9;
}

/* line 230, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #EB0450;
  color: #fff;
  font-weight: 600;
}

/* line 238, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled]:hover {
  background-color: #808080;
}

/* line 260, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover {
  background-color: #666666 \9;
}

/* line 270, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #EB0450;
  color: #fff;
  font-weight: 600;
}

/* line 278, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
  background-color: #EB0450;
}

/* line 300, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
  background-color: #003399 \9;
}

/* line 310, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 322, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

/* line 326, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

/* line 332, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 351, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 373, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
  background-color: #EB0450;
}

/* line 383, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

/* line 387, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 390, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 396, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

/* line 402, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 408, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

/* line 412, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

/* line 416, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.input-daterange input {
  text-align: center;
}

/* line 419, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 424, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 429, app/assets/stylesheets/bootstrap-datepicker.css.scss */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 8, app/assets/stylesheets/bootstrap.css.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 13, app/assets/stylesheets/bootstrap.css.scss */
body {
  margin: 0;
}

/* line 16, app/assets/stylesheets/bootstrap.css.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 31, app/assets/stylesheets/bootstrap.css.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 38, app/assets/stylesheets/bootstrap.css.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 42, app/assets/stylesheets/bootstrap.css.scss */
[hidden],
template {
  display: none;
}

/* line 46, app/assets/stylesheets/bootstrap.css.scss */
a {
  background-color: transparent;
}

/* line 49, app/assets/stylesheets/bootstrap.css.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 53, app/assets/stylesheets/bootstrap.css.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 56, app/assets/stylesheets/bootstrap.css.scss */
b,
strong {
  font-weight: bold;
}

/* line 60, app/assets/stylesheets/bootstrap.css.scss */
dfn {
  font-style: italic;
}

/* line 63, app/assets/stylesheets/bootstrap.css.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 67, app/assets/stylesheets/bootstrap.css.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 71, app/assets/stylesheets/bootstrap.css.scss */
small {
  font-size: 80%;
}

/* line 74, app/assets/stylesheets/bootstrap.css.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 81, app/assets/stylesheets/bootstrap.css.scss */
sup {
  top: -.5em;
}

/* line 84, app/assets/stylesheets/bootstrap.css.scss */
sub {
  bottom: -.25em;
}

/* line 87, app/assets/stylesheets/bootstrap.css.scss */
img {
  border: 0;
}

/* line 90, app/assets/stylesheets/bootstrap.css.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 93, app/assets/stylesheets/bootstrap.css.scss */
figure {
  margin: 1em 40px;
}

/* line 96, app/assets/stylesheets/bootstrap.css.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 102, app/assets/stylesheets/bootstrap.css.scss */
pre {
  overflow: auto;
}

/* line 105, app/assets/stylesheets/bootstrap.css.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 112, app/assets/stylesheets/bootstrap.css.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 121, app/assets/stylesheets/bootstrap.css.scss */
button {
  overflow: visible;
}

/* line 124, app/assets/stylesheets/bootstrap.css.scss */
button,
select {
  text-transform: none;
}

/* line 128, app/assets/stylesheets/bootstrap.css.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 135, app/assets/stylesheets/bootstrap.css.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 139, app/assets/stylesheets/bootstrap.css.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 144, app/assets/stylesheets/bootstrap.css.scss */
input {
  line-height: normal;
}

/* line 147, app/assets/stylesheets/bootstrap.css.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 154, app/assets/stylesheets/bootstrap.css.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 158, app/assets/stylesheets/bootstrap.css.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 164, app/assets/stylesheets/bootstrap.css.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 168, app/assets/stylesheets/bootstrap.css.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 173, app/assets/stylesheets/bootstrap.css.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 177, app/assets/stylesheets/bootstrap.css.scss */
textarea {
  overflow: auto;
}

/* line 180, app/assets/stylesheets/bootstrap.css.scss */
optgroup {
  font-weight: bold;
}

/* line 183, app/assets/stylesheets/bootstrap.css.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 187, app/assets/stylesheets/bootstrap.css.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 193, app/assets/stylesheets/bootstrap.css.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 202, app/assets/stylesheets/bootstrap.css.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 206, app/assets/stylesheets/bootstrap.css.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 209, app/assets/stylesheets/bootstrap.css.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 212, app/assets/stylesheets/bootstrap.css.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 216, app/assets/stylesheets/bootstrap.css.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 222, app/assets/stylesheets/bootstrap.css.scss */
  thead {
    display: table-header-group;
  }
  /* line 225, app/assets/stylesheets/bootstrap.css.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 229, app/assets/stylesheets/bootstrap.css.scss */
  img {
    max-width: 100% !important;
  }
  /* line 232, app/assets/stylesheets/bootstrap.css.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 238, app/assets/stylesheets/bootstrap.css.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 242, app/assets/stylesheets/bootstrap.css.scss */
  .navbar {
    display: none;
  }
  /* line 245, app/assets/stylesheets/bootstrap.css.scss */
  .btn &gt; .caret,
.dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important;
  }
  /* line 249, app/assets/stylesheets/bootstrap.css.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 252, app/assets/stylesheets/bootstrap.css.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 255, app/assets/stylesheets/bootstrap.css.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 259, app/assets/stylesheets/bootstrap.css.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/../fonts/glyphicons-halflings-regular.eot);
  src: url(/../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/../fonts/glyphicons-halflings-regular.woff) format("woff"), url(/../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

/* line 270, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 282, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 285, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 288, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 292, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 295, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 298, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 301, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 304, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 307, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 310, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 313, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 316, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 319, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 322, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 325, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 328, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 331, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 334, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 337, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 340, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 343, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 346, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 349, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 352, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 355, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 358, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 361, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 364, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 367, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 370, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 373, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 376, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 379, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 382, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 385, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 388, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 391, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 394, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 397, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 400, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 403, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 406, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 409, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 412, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 415, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 418, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 421, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 424, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 427, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 430, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 433, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 436, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 439, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 442, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 445, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 448, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 451, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 454, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 457, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 460, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 463, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 466, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 469, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 472, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 475, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 478, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 481, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 484, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 487, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 490, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 493, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 496, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 499, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 502, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 505, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 508, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 511, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 514, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 517, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 520, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 523, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 526, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 529, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 532, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 535, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 538, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 541, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 544, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 547, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 550, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 553, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 556, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 559, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 562, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 565, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 568, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 571, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 574, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 577, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 580, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 583, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 586, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 589, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 592, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 595, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 598, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 601, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 604, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 607, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 610, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 613, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 616, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 619, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 622, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 625, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 628, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 631, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 634, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 637, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 640, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 643, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 646, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 649, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 652, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 655, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 658, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 661, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 664, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 667, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 670, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 673, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 676, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 679, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 682, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 685, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 688, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 691, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 694, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 697, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 700, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 703, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 706, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 709, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 712, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 715, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 718, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 721, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 724, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 727, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 730, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 733, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 736, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 739, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 742, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 745, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 748, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 751, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 754, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 757, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 760, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 763, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 766, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 769, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 772, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 775, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 778, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 781, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 784, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 787, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 790, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 793, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 796, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 799, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 802, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 805, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 808, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 811, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 814, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 817, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 820, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 823, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 826, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 829, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 832, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 835, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 838, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 841, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 844, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 847, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 850, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 853, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 856, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 859, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 862, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 865, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 868, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 871, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 874, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 877, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 880, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 883, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 886, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 889, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 892, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 895, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 898, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 901, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 904, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 907, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 910, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 913, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 916, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 919, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 922, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 925, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 928, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 931, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 934, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 937, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 940, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 943, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 946, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 949, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 952, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 955, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 958, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 961, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 964, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 967, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 970, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 973, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 976, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 979, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 982, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 985, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 988, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 991, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 994, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 997, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 1000, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1003, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1006, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1009, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1012, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1015, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1018, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1021, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1024, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1027, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1030, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1033, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1036, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1039, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1042, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1045, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1048, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1051, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1054, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1057, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1060, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1063, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1066, app/assets/stylesheets/bootstrap.css.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1069, app/assets/stylesheets/bootstrap.css.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1074, app/assets/stylesheets/bootstrap.css.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1080, app/assets/stylesheets/bootstrap.css.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 1085, app/assets/stylesheets/bootstrap.css.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 1092, app/assets/stylesheets/bootstrap.css.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1100, app/assets/stylesheets/bootstrap.css.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1104, app/assets/stylesheets/bootstrap.css.scss */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 1110, app/assets/stylesheets/bootstrap.css.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1114, app/assets/stylesheets/bootstrap.css.scss */
figure {
  margin: 0;
}

/* line 1117, app/assets/stylesheets/bootstrap.css.scss */
img {
  vertical-align: middle;
}

/* line 1120, app/assets/stylesheets/bootstrap.css.scss */
.img-responsive,
.thumbnail &gt; img,
.thumbnail a &gt; img,
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1129, app/assets/stylesheets/bootstrap.css.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 1132, app/assets/stylesheets/bootstrap.css.scss */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 1145, app/assets/stylesheets/bootstrap.css.scss */
.img-circle {
  border-radius: 50%;
}

/* line 1148, app/assets/stylesheets/bootstrap.css.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1154, app/assets/stylesheets/bootstrap.css.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1164, app/assets/stylesheets/bootstrap.css.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1173, app/assets/stylesheets/bootstrap.css.scss */
[role="button"] {
  cursor: pointer;
}

/* line 1176, app/assets/stylesheets/bootstrap.css.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1193, app/assets/stylesheets/bootstrap.css.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

/* line 1221, app/assets/stylesheets/bootstrap.css.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1230, app/assets/stylesheets/bootstrap.css.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 1244, app/assets/stylesheets/bootstrap.css.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1253, app/assets/stylesheets/bootstrap.css.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 1267, app/assets/stylesheets/bootstrap.css.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 1271, app/assets/stylesheets/bootstrap.css.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 1275, app/assets/stylesheets/bootstrap.css.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 1279, app/assets/stylesheets/bootstrap.css.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 1283, app/assets/stylesheets/bootstrap.css.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 1287, app/assets/stylesheets/bootstrap.css.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 1291, app/assets/stylesheets/bootstrap.css.scss */
p {
  margin: 0 0 10px;
}

/* line 1294, app/assets/stylesheets/bootstrap.css.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1301, app/assets/stylesheets/bootstrap.css.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 1305, app/assets/stylesheets/bootstrap.css.scss */
small,
.small {
  font-size: 85%;
}

/* line 1309, app/assets/stylesheets/bootstrap.css.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1314, app/assets/stylesheets/bootstrap.css.scss */
.text-left {
  text-align: left;
}

/* line 1317, app/assets/stylesheets/bootstrap.css.scss */
.text-right {
  text-align: right;
}

/* line 1320, app/assets/stylesheets/bootstrap.css.scss */
.text-center {
  text-align: center;
}

/* line 1323, app/assets/stylesheets/bootstrap.css.scss */
.text-justify {
  text-align: justify;
}

/* line 1326, app/assets/stylesheets/bootstrap.css.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1329, app/assets/stylesheets/bootstrap.css.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1332, app/assets/stylesheets/bootstrap.css.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1335, app/assets/stylesheets/bootstrap.css.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1338, app/assets/stylesheets/bootstrap.css.scss */
.text-muted {
  color: #777;
}

/* line 1341, app/assets/stylesheets/bootstrap.css.scss */
.text-primary {
  color: #337ab7;
}

/* line 1344, app/assets/stylesheets/bootstrap.css.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 1348, app/assets/stylesheets/bootstrap.css.scss */
.text-success {
  color: #3c763d;
}

/* line 1351, app/assets/stylesheets/bootstrap.css.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 1355, app/assets/stylesheets/bootstrap.css.scss */
.text-info {
  color: #31708f;
}

/* line 1358, app/assets/stylesheets/bootstrap.css.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 1362, app/assets/stylesheets/bootstrap.css.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 1365, app/assets/stylesheets/bootstrap.css.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 1369, app/assets/stylesheets/bootstrap.css.scss */
.text-danger {
  color: #a94442;
}

/* line 1372, app/assets/stylesheets/bootstrap.css.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 1376, app/assets/stylesheets/bootstrap.css.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1380, app/assets/stylesheets/bootstrap.css.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 1384, app/assets/stylesheets/bootstrap.css.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 1387, app/assets/stylesheets/bootstrap.css.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 1391, app/assets/stylesheets/bootstrap.css.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 1394, app/assets/stylesheets/bootstrap.css.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 1398, app/assets/stylesheets/bootstrap.css.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1401, app/assets/stylesheets/bootstrap.css.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 1405, app/assets/stylesheets/bootstrap.css.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1408, app/assets/stylesheets/bootstrap.css.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 1412, app/assets/stylesheets/bootstrap.css.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1417, app/assets/stylesheets/bootstrap.css.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1422, app/assets/stylesheets/bootstrap.css.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 1428, app/assets/stylesheets/bootstrap.css.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1432, app/assets/stylesheets/bootstrap.css.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 1437, app/assets/stylesheets/bootstrap.css.scss */
.list-inline &gt; li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1442, app/assets/stylesheets/bootstrap.css.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1446, app/assets/stylesheets/bootstrap.css.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1450, app/assets/stylesheets/bootstrap.css.scss */
dt {
  font-weight: bold;
}

/* line 1453, app/assets/stylesheets/bootstrap.css.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1457, app/assets/stylesheets/bootstrap.css.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1466, app/assets/stylesheets/bootstrap.css.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 1470, app/assets/stylesheets/bootstrap.css.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1475, app/assets/stylesheets/bootstrap.css.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1479, app/assets/stylesheets/bootstrap.css.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1485, app/assets/stylesheets/bootstrap.css.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1490, app/assets/stylesheets/bootstrap.css.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1498, app/assets/stylesheets/bootstrap.css.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1503, app/assets/stylesheets/bootstrap.css.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 1511, app/assets/stylesheets/bootstrap.css.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 1519, app/assets/stylesheets/bootstrap.css.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1527, app/assets/stylesheets/bootstrap.css.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1532, app/assets/stylesheets/bootstrap.css.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1538, app/assets/stylesheets/bootstrap.css.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1545, app/assets/stylesheets/bootstrap.css.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1554, app/assets/stylesheets/bootstrap.css.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1561, app/assets/stylesheets/bootstrap.css.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1574, app/assets/stylesheets/bootstrap.css.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1582, app/assets/stylesheets/bootstrap.css.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1586, app/assets/stylesheets/bootstrap.css.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1593, app/assets/stylesheets/bootstrap.css.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 1598, app/assets/stylesheets/bootstrap.css.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 1604, app/assets/stylesheets/bootstrap.css.scss */
  .container {
    width: 1170px;
  }
}

/* line 1608, app/assets/stylesheets/bootstrap.css.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1614, app/assets/stylesheets/bootstrap.css.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 1618, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 1624, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 1627, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-12 {
  width: 100%;
}

/* line 1630, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1633, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1636, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-9 {
  width: 75%;
}

/* line 1639, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1642, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1645, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-6 {
  width: 50%;
}

/* line 1648, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1651, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1654, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-3 {
  width: 25%;
}

/* line 1657, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1660, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1663, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1666, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1669, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1672, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1675, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1678, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1681, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1684, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1687, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1690, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1693, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1696, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1699, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1702, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1705, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1708, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1711, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1714, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1717, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1720, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1723, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1726, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1729, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1732, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1735, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1738, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 1741, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1744, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1747, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1750, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1753, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1756, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1759, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1762, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1765, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1768, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1771, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1774, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1777, app/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1781, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 1784, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 1787, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 1790, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 1793, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 1796, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 1799, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 1802, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 1805, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 1808, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 1811, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 1814, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 1817, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 1820, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 1823, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 1826, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 1829, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 1832, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 1835, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 1838, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 1841, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 1844, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 1847, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 1850, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 1853, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 1856, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 1859, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 1862, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 1865, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 1868, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 1871, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 1874, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 1877, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 1880, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 1883, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 1886, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 1889, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 1892, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 1895, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 1898, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 1901, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 1904, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1907, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 1910, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1913, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1916, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 1919, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1922, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1925, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 1928, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1931, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1934, app/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 1939, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 1942, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 1945, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 1948, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 1951, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 1954, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 1957, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 1960, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 1963, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 1966, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 1969, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 1972, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 1975, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 1978, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 1981, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 1984, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 1987, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 1990, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 1993, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 1996, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 1999, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 2002, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 2005, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 2008, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 2011, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 2014, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 2017, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 2020, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 2023, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 2026, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 2029, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 2032, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 2035, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 2038, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 2041, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 2044, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 2047, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 2050, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 2053, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 2056, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 2059, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2062, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2065, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 2068, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2071, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2074, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 2077, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2080, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2083, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 2086, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2089, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2092, app/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 2097, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 2100, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 2103, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 2106, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 2109, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 2112, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 2115, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 2118, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 2121, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 2124, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 2127, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 2130, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 2133, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 2136, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 2139, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 2142, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 2145, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 2148, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 2151, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 2154, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 2157, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 2160, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 2163, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 2166, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 2169, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 2172, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 2175, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 2178, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 2181, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 2184, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 2187, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 2190, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 2193, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 2196, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 2199, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 2202, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 2205, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 2208, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 2211, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 2214, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 2217, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2220, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2223, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 2226, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2229, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2232, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 2235, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2238, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2241, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 2244, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2247, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2250, app/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 2254, app/assets/stylesheets/bootstrap.css.scss */
table {
  background-color: transparent;
}

/* line 2257, app/assets/stylesheets/bootstrap.css.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 2263, app/assets/stylesheets/bootstrap.css.scss */
th {
  text-align: left;
}

/* line 2266, app/assets/stylesheets/bootstrap.css.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2271, app/assets/stylesheets/bootstrap.css.scss */
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 2282, app/assets/stylesheets/bootstrap.css.scss */
.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 2286, app/assets/stylesheets/bootstrap.css.scss */
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}

/* line 2294, app/assets/stylesheets/bootstrap.css.scss */
.table &gt; tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2297, app/assets/stylesheets/bootstrap.css.scss */
.table .table {
  background-color: #fff;
}

/* line 2300, app/assets/stylesheets/bootstrap.css.scss */
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}

/* line 2308, app/assets/stylesheets/bootstrap.css.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 2311, app/assets/stylesheets/bootstrap.css.scss */
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #ddd;
}

/* line 2319, app/assets/stylesheets/bootstrap.css.scss */
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}

/* line 2323, app/assets/stylesheets/bootstrap.css.scss */
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 2326, app/assets/stylesheets/bootstrap.css.scss */
.table-hover &gt; tbody &gt; tr:hover {
  background-color: #f5f5f5;
}

/* line 2329, app/assets/stylesheets/bootstrap.css.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 2334, app/assets/stylesheets/bootstrap.css.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 2340, app/assets/stylesheets/bootstrap.css.scss */
.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}

/* line 2354, app/assets/stylesheets/bootstrap.css.scss */
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8;
}

/* line 2361, app/assets/stylesheets/bootstrap.css.scss */
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
}

/* line 2375, app/assets/stylesheets/bootstrap.css.scss */
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6;
}

/* line 2382, app/assets/stylesheets/bootstrap.css.scss */
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7;
}

/* line 2396, app/assets/stylesheets/bootstrap.css.scss */
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3;
}

/* line 2403, app/assets/stylesheets/bootstrap.css.scss */
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
}

/* line 2417, app/assets/stylesheets/bootstrap.css.scss */
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc;
}

/* line 2424, app/assets/stylesheets/bootstrap.css.scss */
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
}

/* line 2438, app/assets/stylesheets/bootstrap.css.scss */
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc;
}

/* line 2445, app/assets/stylesheets/bootstrap.css.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 2450, app/assets/stylesheets/bootstrap.css.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 2457, app/assets/stylesheets/bootstrap.css.scss */
  .table-responsive &gt; .table {
    margin-bottom: 0;
  }
  /* line 2460, app/assets/stylesheets/bootstrap.css.scss */
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
.table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
.table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
.table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
.table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
.table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  /* line 2468, app/assets/stylesheets/bootstrap.css.scss */
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  /* line 2471, app/assets/stylesheets/bootstrap.css.scss */
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  /* line 2479, app/assets/stylesheets/bootstrap.css.scss */
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  /* line 2487, app/assets/stylesheets/bootstrap.css.scss */
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}

/* line 2494, app/assets/stylesheets/bootstrap.css.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 2500, app/assets/stylesheets/bootstrap.css.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 2511, app/assets/stylesheets/bootstrap.css.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2517, app/assets/stylesheets/bootstrap.css.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2522, app/assets/stylesheets/bootstrap.css.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 2528, app/assets/stylesheets/bootstrap.css.scss */
input[type="file"] {
  display: block;
}

/* line 2531, app/assets/stylesheets/bootstrap.css.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 2535, app/assets/stylesheets/bootstrap.css.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 2539, app/assets/stylesheets/bootstrap.css.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2545, app/assets/stylesheets/bootstrap.css.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 2552, app/assets/stylesheets/bootstrap.css.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 2570, app/assets/stylesheets/bootstrap.css.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 2576, app/assets/stylesheets/bootstrap.css.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 2580, app/assets/stylesheets/bootstrap.css.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 2583, app/assets/stylesheets/bootstrap.css.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 2586, app/assets/stylesheets/bootstrap.css.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2590, app/assets/stylesheets/bootstrap.css.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 2596, app/assets/stylesheets/bootstrap.css.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2600, app/assets/stylesheets/bootstrap.css.scss */
textarea.form-control {
  height: auto;
}

/* line 2603, app/assets/stylesheets/bootstrap.css.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2607, app/assets/stylesheets/bootstrap.css.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 2613, app/assets/stylesheets/bootstrap.css.scss */
  input.input-sm[type="date"],
input.input-sm[type="time"],
input.input-sm[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 2623, app/assets/stylesheets/bootstrap.css.scss */
  input.input-lg[type="date"],
input.input-lg[type="time"],
input.input-lg[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 2634, app/assets/stylesheets/bootstrap.css.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 2637, app/assets/stylesheets/bootstrap.css.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2644, app/assets/stylesheets/bootstrap.css.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2652, app/assets/stylesheets/bootstrap.css.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 2660, app/assets/stylesheets/bootstrap.css.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2664, app/assets/stylesheets/bootstrap.css.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 2674, app/assets/stylesheets/bootstrap.css.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2679, app/assets/stylesheets/bootstrap.css.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input.disabled[type="radio"],
input.disabled[type="checkbox"],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2687, app/assets/stylesheets/bootstrap.css.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2693, app/assets/stylesheets/bootstrap.css.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2699, app/assets/stylesheets/bootstrap.css.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 2705, app/assets/stylesheets/bootstrap.css.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 2710, app/assets/stylesheets/bootstrap.css.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2717, app/assets/stylesheets/bootstrap.css.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2721, app/assets/stylesheets/bootstrap.css.scss */
textarea.input-sm,
select.input-sm[multiple] {
  height: auto;
}

/* line 2725, app/assets/stylesheets/bootstrap.css.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2732, app/assets/stylesheets/bootstrap.css.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2736, app/assets/stylesheets/bootstrap.css.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 2740, app/assets/stylesheets/bootstrap.css.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 2747, app/assets/stylesheets/bootstrap.css.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2754, app/assets/stylesheets/bootstrap.css.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2758, app/assets/stylesheets/bootstrap.css.scss */
textarea.input-lg,
select.input-lg[multiple] {
  height: auto;
}

/* line 2762, app/assets/stylesheets/bootstrap.css.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2769, app/assets/stylesheets/bootstrap.css.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 2773, app/assets/stylesheets/bootstrap.css.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 2777, app/assets/stylesheets/bootstrap.css.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 2784, app/assets/stylesheets/bootstrap.css.scss */
.has-feedback {
  position: relative;
}

/* line 2787, app/assets/stylesheets/bootstrap.css.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2790, app/assets/stylesheets/bootstrap.css.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 2802, app/assets/stylesheets/bootstrap.css.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2809, app/assets/stylesheets/bootstrap.css.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2816, app/assets/stylesheets/bootstrap.css.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 2828, app/assets/stylesheets/bootstrap.css.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2833, app/assets/stylesheets/bootstrap.css.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2838, app/assets/stylesheets/bootstrap.css.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 2843, app/assets/stylesheets/bootstrap.css.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2846, app/assets/stylesheets/bootstrap.css.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 2858, app/assets/stylesheets/bootstrap.css.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2863, app/assets/stylesheets/bootstrap.css.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2868, app/assets/stylesheets/bootstrap.css.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 2873, app/assets/stylesheets/bootstrap.css.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2876, app/assets/stylesheets/bootstrap.css.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

/* line 2888, app/assets/stylesheets/bootstrap.css.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2893, app/assets/stylesheets/bootstrap.css.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2898, app/assets/stylesheets/bootstrap.css.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 2903, app/assets/stylesheets/bootstrap.css.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 2906, app/assets/stylesheets/bootstrap.css.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2909, app/assets/stylesheets/bootstrap.css.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2912, app/assets/stylesheets/bootstrap.css.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2919, app/assets/stylesheets/bootstrap.css.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2924, app/assets/stylesheets/bootstrap.css.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2929, app/assets/stylesheets/bootstrap.css.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 2932, app/assets/stylesheets/bootstrap.css.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 2936, app/assets/stylesheets/bootstrap.css.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 2941, app/assets/stylesheets/bootstrap.css.scss */
  .form-inline .input-group &gt; .form-control {
    width: 100%;
  }
  /* line 2944, app/assets/stylesheets/bootstrap.css.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2948, app/assets/stylesheets/bootstrap.css.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2955, app/assets/stylesheets/bootstrap.css.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 2959, app/assets/stylesheets/bootstrap.css.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 2964, app/assets/stylesheets/bootstrap.css.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 2968, app/assets/stylesheets/bootstrap.css.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2976, app/assets/stylesheets/bootstrap.css.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 2980, app/assets/stylesheets/bootstrap.css.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 2985, app/assets/stylesheets/bootstrap.css.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 2991, app/assets/stylesheets/bootstrap.css.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2995, app/assets/stylesheets/bootstrap.css.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 3001, app/assets/stylesheets/bootstrap.css.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 3006, app/assets/stylesheets/bootstrap.css.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3035, app/assets/stylesheets/bootstrap.css.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}

/* line 3040, app/assets/stylesheets/bootstrap.css.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3047, app/assets/stylesheets/bootstrap.css.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 3056, app/assets/stylesheets/bootstrap.css.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 3060, app/assets/stylesheets/bootstrap.css.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3065, app/assets/stylesheets/bootstrap.css.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 3071, app/assets/stylesheets/bootstrap.css.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3076, app/assets/stylesheets/bootstrap.css.scss */
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3083, app/assets/stylesheets/bootstrap.css.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open &gt; .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open &gt; .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open &gt; .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3096, app/assets/stylesheets/bootstrap.css.scss */
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3101, app/assets/stylesheets/bootstrap.css.scss */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default.focus[disabled],
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3113, app/assets/stylesheets/bootstrap.css.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 3117, app/assets/stylesheets/bootstrap.css.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3122, app/assets/stylesheets/bootstrap.css.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 3128, app/assets/stylesheets/bootstrap.css.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3133, app/assets/stylesheets/bootstrap.css.scss */
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3140, app/assets/stylesheets/bootstrap.css.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open &gt; .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open &gt; .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.open &gt; .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3153, app/assets/stylesheets/bootstrap.css.scss */
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3158, app/assets/stylesheets/bootstrap.css.scss */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary.focus[disabled],
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3170, app/assets/stylesheets/bootstrap.css.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 3174, app/assets/stylesheets/bootstrap.css.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3179, app/assets/stylesheets/bootstrap.css.scss */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 3185, app/assets/stylesheets/bootstrap.css.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3190, app/assets/stylesheets/bootstrap.css.scss */
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3197, app/assets/stylesheets/bootstrap.css.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open &gt; .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open &gt; .dropdown-toggle.btn-success:focus,
.btn-success.focus:active,
.btn-success.active.focus,
.open &gt; .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 3210, app/assets/stylesheets/bootstrap.css.scss */
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3215, app/assets/stylesheets/bootstrap.css.scss */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success.focus[disabled],
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3227, app/assets/stylesheets/bootstrap.css.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 3231, app/assets/stylesheets/bootstrap.css.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3236, app/assets/stylesheets/bootstrap.css.scss */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 3242, app/assets/stylesheets/bootstrap.css.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3247, app/assets/stylesheets/bootstrap.css.scss */
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3254, app/assets/stylesheets/bootstrap.css.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open &gt; .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open &gt; .dropdown-toggle.btn-info:focus,
.btn-info.focus:active,
.btn-info.active.focus,
.open &gt; .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3267, app/assets/stylesheets/bootstrap.css.scss */
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3272, app/assets/stylesheets/bootstrap.css.scss */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info.focus[disabled],
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3284, app/assets/stylesheets/bootstrap.css.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 3288, app/assets/stylesheets/bootstrap.css.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3293, app/assets/stylesheets/bootstrap.css.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 3299, app/assets/stylesheets/bootstrap.css.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3304, app/assets/stylesheets/bootstrap.css.scss */
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3311, app/assets/stylesheets/bootstrap.css.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open &gt; .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open &gt; .dropdown-toggle.btn-warning:focus,
.btn-warning.focus:active,
.btn-warning.active.focus,
.open &gt; .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3324, app/assets/stylesheets/bootstrap.css.scss */
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3329, app/assets/stylesheets/bootstrap.css.scss */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning.focus[disabled],
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3341, app/assets/stylesheets/bootstrap.css.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 3345, app/assets/stylesheets/bootstrap.css.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3350, app/assets/stylesheets/bootstrap.css.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 3356, app/assets/stylesheets/bootstrap.css.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3361, app/assets/stylesheets/bootstrap.css.scss */
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3368, app/assets/stylesheets/bootstrap.css.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open &gt; .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open &gt; .dropdown-toggle.btn-danger:focus,
.btn-danger.focus:active,
.btn-danger.active.focus,
.open &gt; .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 3381, app/assets/stylesheets/bootstrap.css.scss */
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 3386, app/assets/stylesheets/bootstrap.css.scss */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger.focus[disabled],
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3398, app/assets/stylesheets/bootstrap.css.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 3402, app/assets/stylesheets/bootstrap.css.scss */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

/* line 3407, app/assets/stylesheets/bootstrap.css.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3416, app/assets/stylesheets/bootstrap.css.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 3422, app/assets/stylesheets/bootstrap.css.scss */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3428, app/assets/stylesheets/bootstrap.css.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 3435, app/assets/stylesheets/bootstrap.css.scss */
.btn-lg,
.btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3442, app/assets/stylesheets/bootstrap.css.scss */
.btn-sm,
.btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3449, app/assets/stylesheets/bootstrap.css.scss */
.btn-xs,
.btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3456, app/assets/stylesheets/bootstrap.css.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3460, app/assets/stylesheets/bootstrap.css.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3463, app/assets/stylesheets/bootstrap.css.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3468, app/assets/stylesheets/bootstrap.css.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 3474, app/assets/stylesheets/bootstrap.css.scss */
.fade.in {
  opacity: 1;
}

/* line 3477, app/assets/stylesheets/bootstrap.css.scss */
.collapse {
  display: none;
}

/* line 3480, app/assets/stylesheets/bootstrap.css.scss */
.collapse.in {
  display: block;
}

/* line 3483, app/assets/stylesheets/bootstrap.css.scss */
tr.collapse.in {
  display: table-row;
}

/* line 3486, app/assets/stylesheets/bootstrap.css.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3489, app/assets/stylesheets/bootstrap.css.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 3503, app/assets/stylesheets/bootstrap.css.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 3514, app/assets/stylesheets/bootstrap.css.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 3518, app/assets/stylesheets/bootstrap.css.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3521, app/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 3543, app/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3547, app/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3553, app/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 3562, app/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3568, app/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 3576, app/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #777;
}

/* line 3581, app/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 3589, app/assets/stylesheets/bootstrap.css.scss */
.open &gt; .dropdown-menu {
  display: block;
}

/* line 3592, app/assets/stylesheets/bootstrap.css.scss */
.open &gt; a {
  outline: 0;
}

/* line 3595, app/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3599, app/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3603, app/assets/stylesheets/bootstrap.css.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 3611, app/assets/stylesheets/bootstrap.css.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3619, app/assets/stylesheets/bootstrap.css.scss */
.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3623, app/assets/stylesheets/bootstrap.css.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 3630, app/assets/stylesheets/bootstrap.css.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3637, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 3641, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/* line 3646, app/assets/stylesheets/bootstrap.css.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3652, app/assets/stylesheets/bootstrap.css.scss */
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  float: left;
}

/* line 3657, app/assets/stylesheets/bootstrap.css.scss */
.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group-vertical &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn.active {
  z-index: 2;
}

/* line 3667, app/assets/stylesheets/bootstrap.css.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3673, app/assets/stylesheets/bootstrap.css.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3676, app/assets/stylesheets/bootstrap.css.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3681, app/assets/stylesheets/bootstrap.css.scss */
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 5px;
}

/* line 3686, app/assets/stylesheets/bootstrap.css.scss */
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3689, app/assets/stylesheets/bootstrap.css.scss */
.btn-group &gt; .btn:first-child {
  margin-left: 0;
}

/* line 3692, app/assets/stylesheets/bootstrap.css.scss */
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3696, app/assets/stylesheets/bootstrap.css.scss */
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3701, app/assets/stylesheets/bootstrap.css.scss */
.btn-group &gt; .btn-group {
  float: left;
}

/* line 3704, app/assets/stylesheets/bootstrap.css.scss */
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}

/* line 3707, app/assets/stylesheets/bootstrap.css.scss */
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3712, app/assets/stylesheets/bootstrap.css.scss */
.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3716, app/assets/stylesheets/bootstrap.css.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3720, app/assets/stylesheets/bootstrap.css.scss */
.btn-group &gt; .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 3724, app/assets/stylesheets/bootstrap.css.scss */
.btn-group &gt; .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 3728, app/assets/stylesheets/bootstrap.css.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3732, app/assets/stylesheets/bootstrap.css.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3736, app/assets/stylesheets/bootstrap.css.scss */
.btn .caret {
  margin-left: 0;
}

/* line 3739, app/assets/stylesheets/bootstrap.css.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3743, app/assets/stylesheets/bootstrap.css.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3746, app/assets/stylesheets/bootstrap.css.scss */
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3754, app/assets/stylesheets/bootstrap.css.scss */
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none;
}

/* line 3757, app/assets/stylesheets/bootstrap.css.scss */
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3764, app/assets/stylesheets/bootstrap.css.scss */
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3767, app/assets/stylesheets/bootstrap.css.scss */
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3773, app/assets/stylesheets/bootstrap.css.scss */
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 3779, app/assets/stylesheets/bootstrap.css.scss */
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}

/* line 3782, app/assets/stylesheets/bootstrap.css.scss */
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3787, app/assets/stylesheets/bootstrap.css.scss */
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3791, app/assets/stylesheets/bootstrap.css.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3797, app/assets/stylesheets/bootstrap.css.scss */
.btn-group-justified &gt; .btn,
.btn-group-justified &gt; .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 3803, app/assets/stylesheets/bootstrap.css.scss */
.btn-group-justified &gt; .btn-group .btn {
  width: 100%;
}

/* line 3806, app/assets/stylesheets/bootstrap.css.scss */
.btn-group-justified &gt; .btn-group .dropdown-menu {
  left: auto;
}

/* line 3809, app/assets/stylesheets/bootstrap.css.scss */
[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3817, app/assets/stylesheets/bootstrap.css.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3822, app/assets/stylesheets/bootstrap.css.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3827, app/assets/stylesheets/bootstrap.css.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3834, app/assets/stylesheets/bootstrap.css.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 3837, app/assets/stylesheets/bootstrap.css.scss */
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3846, app/assets/stylesheets/bootstrap.css.scss */
select.input-group-lg &gt; .form-control,
select.input-group-lg &gt; .input-group-addon,
select.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3852, app/assets/stylesheets/bootstrap.css.scss */
textarea.input-group-lg &gt; .form-control,
textarea.input-group-lg &gt; .input-group-addon,
textarea.input-group-lg &gt; .input-group-btn &gt; .btn,
select.input-group-lg[multiple] &gt; .form-control,
select.input-group-lg[multiple] &gt; .input-group-addon,
select.input-group-lg[multiple] &gt; .input-group-btn &gt; .btn {
  height: auto;
}

/* line 3860, app/assets/stylesheets/bootstrap.css.scss */
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3869, app/assets/stylesheets/bootstrap.css.scss */
select.input-group-sm &gt; .form-control,
select.input-group-sm &gt; .input-group-addon,
select.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3875, app/assets/stylesheets/bootstrap.css.scss */
textarea.input-group-sm &gt; .form-control,
textarea.input-group-sm &gt; .input-group-addon,
textarea.input-group-sm &gt; .input-group-btn &gt; .btn,
select.input-group-sm[multiple] &gt; .form-control,
select.input-group-sm[multiple] &gt; .input-group-addon,
select.input-group-sm[multiple] &gt; .input-group-btn &gt; .btn {
  height: auto;
}

/* line 3883, app/assets/stylesheets/bootstrap.css.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3888, app/assets/stylesheets/bootstrap.css.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3893, app/assets/stylesheets/bootstrap.css.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3899, app/assets/stylesheets/bootstrap.css.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 3910, app/assets/stylesheets/bootstrap.css.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3915, app/assets/stylesheets/bootstrap.css.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3920, app/assets/stylesheets/bootstrap.css.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3924, app/assets/stylesheets/bootstrap.css.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3934, app/assets/stylesheets/bootstrap.css.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3937, app/assets/stylesheets/bootstrap.css.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3947, app/assets/stylesheets/bootstrap.css.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3950, app/assets/stylesheets/bootstrap.css.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3955, app/assets/stylesheets/bootstrap.css.scss */
.input-group-btn &gt; .btn {
  position: relative;
}

/* line 3958, app/assets/stylesheets/bootstrap.css.scss */
.input-group-btn &gt; .btn + .btn {
  margin-left: -1px;
}

/* line 3961, app/assets/stylesheets/bootstrap.css.scss */
.input-group-btn &gt; .btn:hover,
.input-group-btn &gt; .btn:focus,
.input-group-btn &gt; .btn:active {
  z-index: 2;
}

/* line 3966, app/assets/stylesheets/bootstrap.css.scss */
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-right: -1px;
}

/* line 3970, app/assets/stylesheets/bootstrap.css.scss */
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 3975, app/assets/stylesheets/bootstrap.css.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3980, app/assets/stylesheets/bootstrap.css.scss */
.nav &gt; li {
  position: relative;
  display: block;
}

/* line 3984, app/assets/stylesheets/bootstrap.css.scss */
.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3989, app/assets/stylesheets/bootstrap.css.scss */
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 3994, app/assets/stylesheets/bootstrap.css.scss */
.nav &gt; li.disabled &gt; a {
  color: #777;
}

/* line 3997, app/assets/stylesheets/bootstrap.css.scss */
.nav &gt; li.disabled &gt; a:hover,
.nav &gt; li.disabled &gt; a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 4004, app/assets/stylesheets/bootstrap.css.scss */
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 4010, app/assets/stylesheets/bootstrap.css.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4016, app/assets/stylesheets/bootstrap.css.scss */
.nav &gt; li &gt; a &gt; img {
  max-width: none;
}

/* line 4019, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4022, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}

/* line 4026, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 4032, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs &gt; li &gt; a:hover {
  border-color: #eee #eee #ddd;
}

/* line 4035, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4044, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4048, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs.nav-justified &gt; li {
  float: none;
}

/* line 4051, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4055, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4060, app/assets/stylesheets/bootstrap.css.scss */
  .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  /* line 4064, app/assets/stylesheets/bootstrap.css.scss */
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}

/* line 4068, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4072, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4078, app/assets/stylesheets/bootstrap.css.scss */
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4082, app/assets/stylesheets/bootstrap.css.scss */
  .nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #fff;
  }
}

/* line 4088, app/assets/stylesheets/bootstrap.css.scss */
.nav-pills &gt; li {
  float: left;
}

/* line 4091, app/assets/stylesheets/bootstrap.css.scss */
.nav-pills &gt; li &gt; a {
  border-radius: 4px;
}

/* line 4094, app/assets/stylesheets/bootstrap.css.scss */
.nav-pills &gt; li + li {
  margin-left: 2px;
}

/* line 4097, app/assets/stylesheets/bootstrap.css.scss */
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 4103, app/assets/stylesheets/bootstrap.css.scss */
.nav-stacked &gt; li {
  float: none;
}

/* line 4106, app/assets/stylesheets/bootstrap.css.scss */
.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4110, app/assets/stylesheets/bootstrap.css.scss */
.nav-justified {
  width: 100%;
}

/* line 4113, app/assets/stylesheets/bootstrap.css.scss */
.nav-justified &gt; li {
  float: none;
}

/* line 4116, app/assets/stylesheets/bootstrap.css.scss */
.nav-justified &gt; li &gt; a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4120, app/assets/stylesheets/bootstrap.css.scss */
.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4125, app/assets/stylesheets/bootstrap.css.scss */
  .nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  /* line 4129, app/assets/stylesheets/bootstrap.css.scss */
  .nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}

/* line 4133, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4136, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4140, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4146, app/assets/stylesheets/bootstrap.css.scss */
  .nav-tabs-justified &gt; li &gt; a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4150, app/assets/stylesheets/bootstrap.css.scss */
  .nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color: #fff;
  }
}

/* line 4157, app/assets/stylesheets/bootstrap.css.scss */
.tab-content &gt; .tab-pane {
  display: none;
}

/* line 4161, app/assets/stylesheets/bootstrap.css.scss */
.tab-content &gt; .active {
  display: block;
}

/* line 4164, app/assets/stylesheets/bootstrap.css.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4169, app/assets/stylesheets/bootstrap.css.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4176, app/assets/stylesheets/bootstrap.css.scss */
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  /* line 4181, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-header {
    float: left;
  }
}

/* line 4185, app/assets/stylesheets/bootstrap.css.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 4194, app/assets/stylesheets/bootstrap.css.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4198, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 4204, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 4210, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 4213, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 4220, app/assets/stylesheets/bootstrap.css.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4225, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 4230, app/assets/stylesheets/bootstrap.css.scss */
.container &gt; .navbar-header,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4238, app/assets/stylesheets/bootstrap.css.scss */
  .container &gt; .navbar-header,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 4246, app/assets/stylesheets/bootstrap.css.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4251, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 4255, app/assets/stylesheets/bootstrap.css.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4263, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 4268, app/assets/stylesheets/bootstrap.css.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4272, app/assets/stylesheets/bootstrap.css.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4277, app/assets/stylesheets/bootstrap.css.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 4284, app/assets/stylesheets/bootstrap.css.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4288, app/assets/stylesheets/bootstrap.css.scss */
.navbar-brand &gt; img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4292, app/assets/stylesheets/bootstrap.css.scss */
  .navbar &gt; .container .navbar-brand,
.navbar &gt; .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 4297, app/assets/stylesheets/bootstrap.css.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4309, app/assets/stylesheets/bootstrap.css.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 4312, app/assets/stylesheets/bootstrap.css.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4318, app/assets/stylesheets/bootstrap.css.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4322, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 4326, app/assets/stylesheets/bootstrap.css.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 4329, app/assets/stylesheets/bootstrap.css.scss */
.navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4335, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 4345, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav .open .dropdown-menu &gt; li &gt; a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 4349, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 20px;
  }
  /* line 4352, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
.navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 4358, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 4362, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav &gt; li {
    float: left;
  }
  /* line 4365, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 4370, app/assets/stylesheets/bootstrap.css.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 4382, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4387, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 4392, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 4395, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 4399, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 4404, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .input-group &gt; .form-control {
    width: 100%;
  }
  /* line 4407, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4411, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4418, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 4422, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 4427, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 4432, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 4435, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 4440, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 4451, app/assets/stylesheets/bootstrap.css.scss */
.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4456, app/assets/stylesheets/bootstrap.css.scss */
.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4463, app/assets/stylesheets/bootstrap.css.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4467, app/assets/stylesheets/bootstrap.css.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4471, app/assets/stylesheets/bootstrap.css.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4475, app/assets/stylesheets/bootstrap.css.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4480, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 4487, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 4490, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 4494, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 4498, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4502, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 4505, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4510, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 4513, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #777;
}

/* line 4516, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #333;
  background-color: transparent;
}

/* line 4521, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 4527, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-nav &gt; .disabled &gt; a,
.navbar-default .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 4533, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 4536, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 4540, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 4543, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 4547, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 4554, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #777;
  }
  /* line 4557, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 4562, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
.navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
.navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 4568, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
.navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
.navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 4575, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 4578, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 4581, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 4584, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 4588, app/assets/stylesheets/bootstrap.css.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 4594, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 4598, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 4601, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4606, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 4609, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #9d9d9d;
}

/* line 4612, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4617, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 4623, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-nav &gt; .disabled &gt; a,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color: #444;
  background-color: transparent;
}

/* line 4629, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 4632, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 4636, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 4639, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4643, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 4650, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #080808;
  }
  /* line 4653, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 4656, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #9d9d9d;
  }
  /* line 4659, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 4664, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #080808;
  }
  /* line 4670, app/assets/stylesheets/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 4677, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4680, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 4683, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 4686, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 4690, app/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 4696, app/assets/stylesheets/bootstrap.css.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4703, app/assets/stylesheets/bootstrap.css.scss */
.breadcrumb &gt; li {
  display: inline-block;
}

/* line 4706, app/assets/stylesheets/bootstrap.css.scss */
.breadcrumb &gt; li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 4711, app/assets/stylesheets/bootstrap.css.scss */
.breadcrumb &gt; .active {
  color: #777;
}

/* line 4714, app/assets/stylesheets/bootstrap.css.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4720, app/assets/stylesheets/bootstrap.css.scss */
.pagination &gt; li {
  display: inline;
}

/* line 4723, app/assets/stylesheets/bootstrap.css.scss */
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4735, app/assets/stylesheets/bootstrap.css.scss */
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4741, app/assets/stylesheets/bootstrap.css.scss */
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4746, app/assets/stylesheets/bootstrap.css.scss */
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 4755, app/assets/stylesheets/bootstrap.css.scss */
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4767, app/assets/stylesheets/bootstrap.css.scss */
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 4778, app/assets/stylesheets/bootstrap.css.scss */
.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4784, app/assets/stylesheets/bootstrap.css.scss */
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 4789, app/assets/stylesheets/bootstrap.css.scss */
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4794, app/assets/stylesheets/bootstrap.css.scss */
.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4800, app/assets/stylesheets/bootstrap.css.scss */
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4805, app/assets/stylesheets/bootstrap.css.scss */
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4810, app/assets/stylesheets/bootstrap.css.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4816, app/assets/stylesheets/bootstrap.css.scss */
.pager li {
  display: inline;
}

/* line 4819, app/assets/stylesheets/bootstrap.css.scss */
.pager li &gt; a,
.pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 4827, app/assets/stylesheets/bootstrap.css.scss */
.pager li &gt; a:hover,
.pager li &gt; a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4832, app/assets/stylesheets/bootstrap.css.scss */
.pager .next &gt; a,
.pager .next &gt; span {
  float: right;
}

/* line 4836, app/assets/stylesheets/bootstrap.css.scss */
.pager .previous &gt; a,
.pager .previous &gt; span {
  float: left;
}

/* line 4840, app/assets/stylesheets/bootstrap.css.scss */
.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4848, app/assets/stylesheets/bootstrap.css.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4860, app/assets/stylesheets/bootstrap.css.scss */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4866, app/assets/stylesheets/bootstrap.css.scss */
.label:empty {
  display: none;
}

/* line 4869, app/assets/stylesheets/bootstrap.css.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4873, app/assets/stylesheets/bootstrap.css.scss */
.label-default {
  background-color: #777;
}

/* line 4876, app/assets/stylesheets/bootstrap.css.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4880, app/assets/stylesheets/bootstrap.css.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 4883, app/assets/stylesheets/bootstrap.css.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 4887, app/assets/stylesheets/bootstrap.css.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 4890, app/assets/stylesheets/bootstrap.css.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4894, app/assets/stylesheets/bootstrap.css.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4897, app/assets/stylesheets/bootstrap.css.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4901, app/assets/stylesheets/bootstrap.css.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4904, app/assets/stylesheets/bootstrap.css.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4908, app/assets/stylesheets/bootstrap.css.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 4911, app/assets/stylesheets/bootstrap.css.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4915, app/assets/stylesheets/bootstrap.css.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* line 4929, app/assets/stylesheets/bootstrap.css.scss */
.badge:empty {
  display: none;
}

/* line 4932, app/assets/stylesheets/bootstrap.css.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4936, app/assets/stylesheets/bootstrap.css.scss */
.btn-xs .badge,
.btn-group-xs &gt; .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4941, app/assets/stylesheets/bootstrap.css.scss */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4947, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 4952, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item &gt; .badge {
  float: right;
}

/* line 4955, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}

/* line 4958, app/assets/stylesheets/bootstrap.css.scss */
.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px;
}

/* line 4961, app/assets/stylesheets/bootstrap.css.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 4968, app/assets/stylesheets/bootstrap.css.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4972, app/assets/stylesheets/bootstrap.css.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4977, app/assets/stylesheets/bootstrap.css.scss */
.jumbotron &gt; hr {
  border-top-color: #d5d5d5;
}

/* line 4980, app/assets/stylesheets/bootstrap.css.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 4986, app/assets/stylesheets/bootstrap.css.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4990, app/assets/stylesheets/bootstrap.css.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 4994, app/assets/stylesheets/bootstrap.css.scss */
  .container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 4999, app/assets/stylesheets/bootstrap.css.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 5004, app/assets/stylesheets/bootstrap.css.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 5016, app/assets/stylesheets/bootstrap.css.scss */
.thumbnail &gt; img,
.thumbnail a &gt; img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5021, app/assets/stylesheets/bootstrap.css.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 5026, app/assets/stylesheets/bootstrap.css.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5030, app/assets/stylesheets/bootstrap.css.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5036, app/assets/stylesheets/bootstrap.css.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5040, app/assets/stylesheets/bootstrap.css.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 5043, app/assets/stylesheets/bootstrap.css.scss */
.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}

/* line 5047, app/assets/stylesheets/bootstrap.css.scss */
.alert &gt; p + p {
  margin-top: 5px;
}

/* line 5050, app/assets/stylesheets/bootstrap.css.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 5054, app/assets/stylesheets/bootstrap.css.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5061, app/assets/stylesheets/bootstrap.css.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5066, app/assets/stylesheets/bootstrap.css.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5069, app/assets/stylesheets/bootstrap.css.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5072, app/assets/stylesheets/bootstrap.css.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5077, app/assets/stylesheets/bootstrap.css.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5080, app/assets/stylesheets/bootstrap.css.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 5083, app/assets/stylesheets/bootstrap.css.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5088, app/assets/stylesheets/bootstrap.css.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5091, app/assets/stylesheets/bootstrap.css.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5094, app/assets/stylesheets/bootstrap.css.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5099, app/assets/stylesheets/bootstrap.css.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5102, app/assets/stylesheets/bootstrap.css.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5129, app/assets/stylesheets/bootstrap.css.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5138, app/assets/stylesheets/bootstrap.css.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 5153, app/assets/stylesheets/bootstrap.css.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 5161, app/assets/stylesheets/bootstrap.css.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5167, app/assets/stylesheets/bootstrap.css.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5170, app/assets/stylesheets/bootstrap.css.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5175, app/assets/stylesheets/bootstrap.css.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5178, app/assets/stylesheets/bootstrap.css.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5183, app/assets/stylesheets/bootstrap.css.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5186, app/assets/stylesheets/bootstrap.css.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5191, app/assets/stylesheets/bootstrap.css.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5194, app/assets/stylesheets/bootstrap.css.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5199, app/assets/stylesheets/bootstrap.css.scss */
.media {
  margin-top: 15px;
}

/* line 5202, app/assets/stylesheets/bootstrap.css.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5205, app/assets/stylesheets/bootstrap.css.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5210, app/assets/stylesheets/bootstrap.css.scss */
.media-body {
  width: 10000px;
}

/* line 5213, app/assets/stylesheets/bootstrap.css.scss */
.media-object {
  display: block;
}

/* line 5216, app/assets/stylesheets/bootstrap.css.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5219, app/assets/stylesheets/bootstrap.css.scss */
.media-right,
.media &gt; .pull-right {
  padding-left: 10px;
}

/* line 5223, app/assets/stylesheets/bootstrap.css.scss */
.media-left,
.media &gt; .pull-left {
  padding-right: 10px;
}

/* line 5227, app/assets/stylesheets/bootstrap.css.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5233, app/assets/stylesheets/bootstrap.css.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5236, app/assets/stylesheets/bootstrap.css.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5239, app/assets/stylesheets/bootstrap.css.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5243, app/assets/stylesheets/bootstrap.css.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5247, app/assets/stylesheets/bootstrap.css.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5251, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5259, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5263, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5268, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 5272, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5276, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5284, app/assets/stylesheets/bootstrap.css.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5288, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5295, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 5300, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

/* line 5305, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5313, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading &gt; small,
.list-group-item.active:hover .list-group-item-heading &gt; small,
.list-group-item.active:focus .list-group-item-heading &gt; small,
.list-group-item.active .list-group-item-heading &gt; .small,
.list-group-item.active:hover .list-group-item-heading &gt; .small,
.list-group-item.active:focus .list-group-item-heading &gt; .small {
  color: inherit;
}

/* line 5324, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 5329, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5333, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 5337, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5341, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5348, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5358, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5362, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 5366, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5370, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 5377, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 5387, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5391, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5395, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5399, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5406, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5416, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5420, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 5424, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5428, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 5435, app/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 5445, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5449, app/assets/stylesheets/bootstrap.css.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5453, app/assets/stylesheets/bootstrap.css.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5461, app/assets/stylesheets/bootstrap.css.scss */
.panel-body {
  padding: 15px;
}

/* line 5464, app/assets/stylesheets/bootstrap.css.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5470, app/assets/stylesheets/bootstrap.css.scss */
.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5473, app/assets/stylesheets/bootstrap.css.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5479, app/assets/stylesheets/bootstrap.css.scss */
.panel-title &gt; a,
.panel-title &gt; small,
.panel-title &gt; .small,
.panel-title &gt; small &gt; a,
.panel-title &gt; .small &gt; a {
  color: inherit;
}

/* line 5486, app/assets/stylesheets/bootstrap.css.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5493, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0;
}

/* line 5497, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .list-group .list-group-item,
.panel &gt; .panel-collapse &gt; .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5502, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .list-group:first-child .list-group-item:first-child,
.panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5508, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .list-group:last-child .list-group-item:last-child,
.panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5514, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5518, app/assets/stylesheets/bootstrap.css.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5521, app/assets/stylesheets/bootstrap.css.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5524, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0;
}

/* line 5529, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table caption,
.panel &gt; .table-responsive &gt; .table caption,
.panel &gt; .panel-collapse &gt; .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5535, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5540, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5547, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5557, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5567, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5572, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5579, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5589, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5599, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5605, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0;
}

/* line 5609, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0;
}

/* line 5613, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}

/* line 5627, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}

/* line 5641, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom: 0;
}

/* line 5651, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom: 0;
}

/* line 5661, app/assets/stylesheets/bootstrap.css.scss */
.panel &gt; .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5665, app/assets/stylesheets/bootstrap.css.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5668, app/assets/stylesheets/bootstrap.css.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5672, app/assets/stylesheets/bootstrap.css.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5675, app/assets/stylesheets/bootstrap.css.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5678, app/assets/stylesheets/bootstrap.css.scss */
.panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border-top: 1px solid #ddd;
}

/* line 5682, app/assets/stylesheets/bootstrap.css.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5685, app/assets/stylesheets/bootstrap.css.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5688, app/assets/stylesheets/bootstrap.css.scss */
.panel-default {
  border-color: #ddd;
}

/* line 5691, app/assets/stylesheets/bootstrap.css.scss */
.panel-default &gt; .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5696, app/assets/stylesheets/bootstrap.css.scss */
.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ddd;
}

/* line 5699, app/assets/stylesheets/bootstrap.css.scss */
.panel-default &gt; .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5703, app/assets/stylesheets/bootstrap.css.scss */
.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ddd;
}

/* line 5706, app/assets/stylesheets/bootstrap.css.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 5709, app/assets/stylesheets/bootstrap.css.scss */
.panel-primary &gt; .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5714, app/assets/stylesheets/bootstrap.css.scss */
.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #337ab7;
}

/* line 5717, app/assets/stylesheets/bootstrap.css.scss */
.panel-primary &gt; .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5721, app/assets/stylesheets/bootstrap.css.scss */
.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5724, app/assets/stylesheets/bootstrap.css.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5727, app/assets/stylesheets/bootstrap.css.scss */
.panel-success &gt; .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5732, app/assets/stylesheets/bootstrap.css.scss */
.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5735, app/assets/stylesheets/bootstrap.css.scss */
.panel-success &gt; .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5739, app/assets/stylesheets/bootstrap.css.scss */
.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5742, app/assets/stylesheets/bootstrap.css.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5745, app/assets/stylesheets/bootstrap.css.scss */
.panel-info &gt; .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5750, app/assets/stylesheets/bootstrap.css.scss */
.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #bce8f1;
}

/* line 5753, app/assets/stylesheets/bootstrap.css.scss */
.panel-info &gt; .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5757, app/assets/stylesheets/bootstrap.css.scss */
.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5760, app/assets/stylesheets/bootstrap.css.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5763, app/assets/stylesheets/bootstrap.css.scss */
.panel-warning &gt; .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5768, app/assets/stylesheets/bootstrap.css.scss */
.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #faebcc;
}

/* line 5771, app/assets/stylesheets/bootstrap.css.scss */
.panel-warning &gt; .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5775, app/assets/stylesheets/bootstrap.css.scss */
.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5778, app/assets/stylesheets/bootstrap.css.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5781, app/assets/stylesheets/bootstrap.css.scss */
.panel-danger &gt; .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5786, app/assets/stylesheets/bootstrap.css.scss */
.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ebccd1;
}

/* line 5789, app/assets/stylesheets/bootstrap.css.scss */
.panel-danger &gt; .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5793, app/assets/stylesheets/bootstrap.css.scss */
.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5796, app/assets/stylesheets/bootstrap.css.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5803, app/assets/stylesheets/bootstrap.css.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5816, app/assets/stylesheets/bootstrap.css.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5819, app/assets/stylesheets/bootstrap.css.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5822, app/assets/stylesheets/bootstrap.css.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5832, app/assets/stylesheets/bootstrap.css.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5836, app/assets/stylesheets/bootstrap.css.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5840, app/assets/stylesheets/bootstrap.css.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5844, app/assets/stylesheets/bootstrap.css.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 5854, app/assets/stylesheets/bootstrap.css.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5862, app/assets/stylesheets/bootstrap.css.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 5869, app/assets/stylesheets/bootstrap.css.scss */
.modal-open {
  overflow: hidden;
}

/* line 5872, app/assets/stylesheets/bootstrap.css.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5884, app/assets/stylesheets/bootstrap.css.scss */
.modal.static {
  display: block;
  position: relative;
}

/* line 5887, app/assets/stylesheets/bootstrap.css.scss */
.modal.static .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
}

/* line 5893, app/assets/stylesheets/bootstrap.css.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 5902, app/assets/stylesheets/bootstrap.css.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5908, app/assets/stylesheets/bootstrap.css.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5912, app/assets/stylesheets/bootstrap.css.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5917, app/assets/stylesheets/bootstrap.css.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 5929, app/assets/stylesheets/bootstrap.css.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5938, app/assets/stylesheets/bootstrap.css.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5942, app/assets/stylesheets/bootstrap.css.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5946, app/assets/stylesheets/bootstrap.css.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5950, app/assets/stylesheets/bootstrap.css.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5953, app/assets/stylesheets/bootstrap.css.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5957, app/assets/stylesheets/bootstrap.css.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5961, app/assets/stylesheets/bootstrap.css.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5966, app/assets/stylesheets/bootstrap.css.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5970, app/assets/stylesheets/bootstrap.css.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5973, app/assets/stylesheets/bootstrap.css.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5976, app/assets/stylesheets/bootstrap.css.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5984, app/assets/stylesheets/bootstrap.css.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 5988, app/assets/stylesheets/bootstrap.css.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 5992, app/assets/stylesheets/bootstrap.css.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5997, app/assets/stylesheets/bootstrap.css.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 6001, app/assets/stylesheets/bootstrap.css.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 6023, app/assets/stylesheets/bootstrap.css.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 6027, app/assets/stylesheets/bootstrap.css.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6031, app/assets/stylesheets/bootstrap.css.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6035, app/assets/stylesheets/bootstrap.css.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6039, app/assets/stylesheets/bootstrap.css.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6043, app/assets/stylesheets/bootstrap.css.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: inherit;
  background-color: #fff;
  font-weight: light;
  text-align: center;
  border-radius: 4px;
}

/* line 6052, app/assets/stylesheets/bootstrap.css.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: #ddd;
  border-style: solid;
}

/* line 6059, app/assets/stylesheets/bootstrap.css.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

/* line 6066, app/assets/stylesheets/bootstrap.css.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

/* line 6073, app/assets/stylesheets/bootstrap.css.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

/* line 6080, app/assets/stylesheets/bootstrap.css.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
}

/* line 6087, app/assets/stylesheets/bootstrap.css.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}

/* line 6094, app/assets/stylesheets/bootstrap.css.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

/* line 6101, app/assets/stylesheets/bootstrap.css.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

/* line 6108, app/assets/stylesheets/bootstrap.css.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

/* line 6115, app/assets/stylesheets/bootstrap.css.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

/* line 6148, app/assets/stylesheets/bootstrap.css.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6151, app/assets/stylesheets/bootstrap.css.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6154, app/assets/stylesheets/bootstrap.css.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6157, app/assets/stylesheets/bootstrap.css.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6160, app/assets/stylesheets/bootstrap.css.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 6168, app/assets/stylesheets/bootstrap.css.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6171, app/assets/stylesheets/bootstrap.css.scss */
.popover &gt; .arrow,
.popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6180, app/assets/stylesheets/bootstrap.css.scss */
.popover &gt; .arrow {
  border-width: 11px;
}

/* line 6183, app/assets/stylesheets/bootstrap.css.scss */
.popover &gt; .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 6187, app/assets/stylesheets/bootstrap.css.scss */
.popover.top &gt; .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 6195, app/assets/stylesheets/bootstrap.css.scss */
.popover.top &gt; .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 6202, app/assets/stylesheets/bootstrap.css.scss */
.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 6210, app/assets/stylesheets/bootstrap.css.scss */
.popover.right &gt; .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 6217, app/assets/stylesheets/bootstrap.css.scss */
.popover.bottom &gt; .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6225, app/assets/stylesheets/bootstrap.css.scss */
.popover.bottom &gt; .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 6232, app/assets/stylesheets/bootstrap.css.scss */
.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6240, app/assets/stylesheets/bootstrap.css.scss */
.popover.left &gt; .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 6247, app/assets/stylesheets/bootstrap.css.scss */
.carousel {
  position: relative;
}

/* line 6250, app/assets/stylesheets/bootstrap.css.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6255, app/assets/stylesheets/bootstrap.css.scss */
.carousel-inner &gt; .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 6262, app/assets/stylesheets/bootstrap.css.scss */
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6267, app/assets/stylesheets/bootstrap.css.scss */
  .carousel-inner &gt; .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 6277, app/assets/stylesheets/bootstrap.css.scss */
  .carousel-inner &gt; .item.next,
.carousel-inner &gt; .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 6283, app/assets/stylesheets/bootstrap.css.scss */
  .carousel-inner &gt; .item.prev,
.carousel-inner &gt; .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 6289, app/assets/stylesheets/bootstrap.css.scss */
  .carousel-inner &gt; .item.next.left,
.carousel-inner &gt; .item.prev.right,
.carousel-inner &gt; .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 6297, app/assets/stylesheets/bootstrap.css.scss */
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}

/* line 6302, app/assets/stylesheets/bootstrap.css.scss */
.carousel-inner &gt; .active {
  left: 0;
}

/* line 6305, app/assets/stylesheets/bootstrap.css.scss */
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6311, app/assets/stylesheets/bootstrap.css.scss */
.carousel-inner &gt; .next {
  left: 100%;
}

/* line 6314, app/assets/stylesheets/bootstrap.css.scss */
.carousel-inner &gt; .prev {
  left: -100%;
}

/* line 6317, app/assets/stylesheets/bootstrap.css.scss */
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}

/* line 6321, app/assets/stylesheets/bootstrap.css.scss */
.carousel-inner &gt; .active.left {
  left: -100%;
}

/* line 6324, app/assets/stylesheets/bootstrap.css.scss */
.carousel-inner &gt; .active.right {
  left: 100%;
}

/* line 6327, app/assets/stylesheets/bootstrap.css.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6341, app/assets/stylesheets/bootstrap.css.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6349, app/assets/stylesheets/bootstrap.css.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6359, app/assets/stylesheets/bootstrap.css.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 6367, app/assets/stylesheets/bootstrap.css.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 6377, app/assets/stylesheets/bootstrap.css.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6382, app/assets/stylesheets/bootstrap.css.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6387, app/assets/stylesheets/bootstrap.css.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 6394, app/assets/stylesheets/bootstrap.css.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6397, app/assets/stylesheets/bootstrap.css.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6400, app/assets/stylesheets/bootstrap.css.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 6411, app/assets/stylesheets/bootstrap.css.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 6424, app/assets/stylesheets/bootstrap.css.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 6430, app/assets/stylesheets/bootstrap.css.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 6442, app/assets/stylesheets/bootstrap.css.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6446, app/assets/stylesheets/bootstrap.css.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 6455, app/assets/stylesheets/bootstrap.css.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 6459, app/assets/stylesheets/bootstrap.css.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 6463, app/assets/stylesheets/bootstrap.css.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 6468, app/assets/stylesheets/bootstrap.css.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 6472, app/assets/stylesheets/bootstrap.css.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:before,
.btn-group-vertical &gt; .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6507, app/assets/stylesheets/bootstrap.css.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* line 6525, app/assets/stylesheets/bootstrap.css.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6530, app/assets/stylesheets/bootstrap.css.scss */
.pull-right {
  float: right !important;
}

/* line 6533, app/assets/stylesheets/bootstrap.css.scss */
.pull-left {
  float: left !important;
}

/* line 6536, app/assets/stylesheets/bootstrap.css.scss */
.hide {
  display: none !important;
}

/* line 6539, app/assets/stylesheets/bootstrap.css.scss */
.show {
  display: block !important;
}

/* line 6542, app/assets/stylesheets/bootstrap.css.scss */
.invisible {
  visibility: hidden;
}

/* line 6545, app/assets/stylesheets/bootstrap.css.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6552, app/assets/stylesheets/bootstrap.css.scss */
.hidden {
  display: none !important;
}

/* line 6555, app/assets/stylesheets/bootstrap.css.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 6561, app/assets/stylesheets/bootstrap.css.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6567, app/assets/stylesheets/bootstrap.css.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6582, app/assets/stylesheets/bootstrap.css.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6585, app/assets/stylesheets/bootstrap.css.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 6588, app/assets/stylesheets/bootstrap.css.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 6591, app/assets/stylesheets/bootstrap.css.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 6597, app/assets/stylesheets/bootstrap.css.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 6602, app/assets/stylesheets/bootstrap.css.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 6607, app/assets/stylesheets/bootstrap.css.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6612, app/assets/stylesheets/bootstrap.css.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6615, app/assets/stylesheets/bootstrap.css.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 6618, app/assets/stylesheets/bootstrap.css.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 6621, app/assets/stylesheets/bootstrap.css.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6627, app/assets/stylesheets/bootstrap.css.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6632, app/assets/stylesheets/bootstrap.css.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6637, app/assets/stylesheets/bootstrap.css.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6642, app/assets/stylesheets/bootstrap.css.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6645, app/assets/stylesheets/bootstrap.css.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 6648, app/assets/stylesheets/bootstrap.css.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 6651, app/assets/stylesheets/bootstrap.css.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6657, app/assets/stylesheets/bootstrap.css.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6662, app/assets/stylesheets/bootstrap.css.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6667, app/assets/stylesheets/bootstrap.css.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6672, app/assets/stylesheets/bootstrap.css.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6675, app/assets/stylesheets/bootstrap.css.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 6678, app/assets/stylesheets/bootstrap.css.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 6681, app/assets/stylesheets/bootstrap.css.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 6687, app/assets/stylesheets/bootstrap.css.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6692, app/assets/stylesheets/bootstrap.css.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 6697, app/assets/stylesheets/bootstrap.css.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 6702, app/assets/stylesheets/bootstrap.css.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6707, app/assets/stylesheets/bootstrap.css.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6712, app/assets/stylesheets/bootstrap.css.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6717, app/assets/stylesheets/bootstrap.css.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 6721, app/assets/stylesheets/bootstrap.css.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6725, app/assets/stylesheets/bootstrap.css.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6728, app/assets/stylesheets/bootstrap.css.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 6731, app/assets/stylesheets/bootstrap.css.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 6734, app/assets/stylesheets/bootstrap.css.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 6739, app/assets/stylesheets/bootstrap.css.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6743, app/assets/stylesheets/bootstrap.css.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 6747, app/assets/stylesheets/bootstrap.css.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6751, app/assets/stylesheets/bootstrap.css.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 6755, app/assets/stylesheets/bootstrap.css.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6759, app/assets/stylesheets/bootstrap.css.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 6764, app/assets/stylesheets/bootstrap.css.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 2, app/assets/stylesheets/calendar.css.scss */
.calendar.monthly .event, .calendar.weekly .event {
  background: rgba(152, 231, 215, 0.8);
}

/* line 5, app/assets/stylesheets/calendar.css.scss */
.calendar.monthly .event:hover, .calendar.weekly .event:hover {
  z-index: 2;
  background: #98e7d7;
}

/* line 9, app/assets/stylesheets/calendar.css.scss */
.calendar.monthly .series-date, .calendar.weekly .series-date {
  background: rgba(187, 222, 251, 0.5);
}

/* line 12, app/assets/stylesheets/calendar.css.scss */
.calendar.monthly .series-date:hover, .calendar.weekly .series-date:hover {
  background: rgba(187, 222, 251, 0.75);
}

/* line 15, app/assets/stylesheets/calendar.css.scss */
.calendar.monthly .trial, .calendar.weekly .trial {
  background: rgba(100, 255, 218, 0.25);
}

/* line 18, app/assets/stylesheets/calendar.css.scss */
.calendar.monthly .trial:hover, .calendar.weekly .trial:hover {
  background: rgba(100, 255, 218, 0.5);
}

/* line 21, app/assets/stylesheets/calendar.css.scss */
.calendar.monthly .party, .calendar.weekly .party {
  background: rgba(224, 64, 251, 0.25);
}

/* line 24, app/assets/stylesheets/calendar.css.scss */
.calendar.monthly .party:hover, .calendar.weekly .party:hover {
  background: rgba(224, 64, 251, 0.35);
}

/* line 27, app/assets/stylesheets/calendar.css.scss */
.calendar.monthly .event.sold-out, .calendar.weekly .event.sold-out {
  color: #cc0000;
  border-color: transparent;
  background: transparent;
}

/* line 32, app/assets/stylesheets/calendar.css.scss */
.calendar.monthly .has-waitlist, .calendar.weekly .has-waitlist {
  background: rgba(255, 222, 115, 0.75);
}

/* line 35, app/assets/stylesheets/calendar.css.scss */
.calendar.monthly .has-waitlist:hover, .calendar.weekly .has-waitlist:hover {
  background: #ffde73;
}

/* line 40, app/assets/stylesheets/calendar.css.scss */
.calendar-body.monthly .calendar-row {
  min-height: 130px;
}

/* line 42, app/assets/stylesheets/calendar.css.scss */
.calendar-body.monthly .calendar-row .day {
  min-height: 130px;
}

/* line 48, app/assets/stylesheets/calendar.css.scss */
.calendar {
  clear: both;
}

/* line 51, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-header {
  margin: 1em auto;
  clear: both;
}

/* line 55, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-header .month-name, .calendar .calendar-header .week-name {
  display: inline-block;
  margin: 0;
  text-transform: none;
  font-size: 1rem;
  letter-spacing: 0;
  width: 130px;
}

/* line 64, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-header .date-label {
  text-transform: none;
  letter-spacing: 0;
}

/* line 69, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-header #last-month, .calendar .calendar-header #next-month, .calendar .calendar-header #last-week, .calendar .calendar-header #next-week {
  padding: 0;
  position: relative;
  cursor: pointer;
}

/* line 73, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-header #last-month i, .calendar .calendar-header #next-month i, .calendar .calendar-header #last-week i, .calendar .calendar-header #next-week i {
  font-size: 24px;
  line-height: 22px;
}

/* line 80, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-header-row {
  clear: both;
}

/* line 83, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-header-row h6 {
  float: left;
  margin-bottom: 3px;
  width: 14.28%;
  font-size: .9em;
  text-transform: none;
  letter-spacing: 0;
}

/* line 92, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-header-row .calendar-padding-container {
  width: 50px;
  float: left;
}

/* line 98, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body {
  display: table;
  width: 100%;
  height: auto;
  border-top: 1px solid #eee;
}

/* line 104, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .calendar-row {
  border-bottom: 1px solid #eee;
  display: table;
  width: 100%;
  height: 100%;
}

/* line 109, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .calendar-row .wday-6 {
  border-right: 0;
}

/* line 113, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .calendar-row:last-child {
  border: 0;
}

/* line 117, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day {
  border-right: 1px solid #eee;
  display: table-cell;
  width: 14.28%;
  padding: 2px;
  overflow: hidden;
  position: relative;
}

/* line 125, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day .inner-day {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

/* line 131, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day .date {
  font-size: .85em;
  display: block;
  padding: 0 2px;
  cursor: default;
}

/* line 138, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day .activity-count {
  font-size: .9em;
  font-weight: 500;
  position: absolute;
  bottom: 0px;
  left: 2px;
  right: 2px;
  padding: 1px 0;
  margin: auto;
  color: #aaa;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

/* line 153, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day .activity-count:hover {
  color: #015AC8;
  text-decoration: underline;
}

/* line 158, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day a {
  color: #444;
  font-size: .9rem;
  line-height: 1rem;
  padding: 3px 5px;
  margin: 0 0 3px;
  border-radius: 3px;
  display: block;
}

/* line 167, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day a .formatted-time {
  font-size: 1em;
  padding-right: 3px;
  font-weight: 600;
}

/* line 173, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day a:hover {
  color: inherit;
  text-decoration: none;
}

/* line 178, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day a.canceled {
  text-decoration: line-through;
  color: #aaa;
}

/* line 182, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day a.not-visible {
  color: #aaa;
}

/* line 186, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day .quick-add {
  display: none;
  position: absolute;
  bottom: 3px;
  right: 3px;
  cursor: pointer;
}

/* line 194, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day .repeat-indicator {
  font-size: 14px;
  line-height: 14px;
  padding-left: 3px;
}

/* line 202, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day:hover .quick-add {
  display: inline-block;
}

/* line 210, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-header-row h6 {
  width: calc((100%/7) - (100px/7));
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: .9em;
}

/* line 218, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly {
  border-right: 0;
  border-bottom: 0;
}

/* line 222, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .hour-labels {
  width: 50px;
  float: left;
  padding: 0 5px;
  font-size: .85em;
  font-weight: 500;
  border-right: 1px solid #eee;
}

/* line 230, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .hour-labels .hour {
  height: 60px;
  border-bottom: 1px dashed #eee;
}

/* line 234, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .hour-labels .hour:last-child {
  border-bottom: 0;
}

/* line 239, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .no-events {
  text-align: center;
  font-style: italic;
  color: #aaa;
  line-height: 36px;
}

/* line 245, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .no-events.abbreviated {
  display: none;
}

/* line 253, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day {
  height: 100%;
  width: 13.5%;
  display: table-cell;
  float: none;
  overflow: hidden;
  padding: 0;
}

/* line 261, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .event {
  outline: 1px solid #fff;
  overflow: hidden;
}

/* line 266, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-1,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-2,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-3,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-4,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-5,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-6,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-7,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-8,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-9,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-10,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-11,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-12,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-13,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-14,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-15,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-16,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-17,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-18,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-19,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-20,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-21,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-22,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-23 {
  min-height: 30px;
  width: 100%;
}

/* line 400, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-1:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-1) + .offset-1,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-2:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-2) + .offset-2,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-3:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-3) + .offset-3,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-4:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-4) + .offset-4,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-5:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-5) + .offset-5,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-6:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-6) + .offset-6,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-7:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-7) + .offset-7,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-8:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-8) + .offset-8,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-9:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-9) + .offset-9,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-10:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-10) + .offset-10,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-11:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-11) + .offset-11,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-12:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-12) + .offset-12,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-13:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-13) + .offset-13,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-14:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-14) + .offset-14,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-15:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-15) + .offset-15,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-16:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-16) + .offset-16,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-17:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-17) + .offset-17,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-18:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-18) + .offset-18,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-19:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-19) + .offset-19,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-20:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-20) + .offset-20,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-21:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-21) + .offset-21,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-22:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-22) + .offset-22,
.calendar .calendar.weekly .calendar-body.weekly .day .offset-23:first-child:last-child, .calendar .calendar.weekly .calendar-body.weekly .day :not(.offset-23) + .offset-23 {
  width: 100%;
  left: 0;
  margin-top: 0;
}

/* line 427, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-7 {
  position: absolute;
  top: 60px;
}

/* line 431, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-8 {
  position: absolute;
  top: 120px;
}

/* line 435, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-9 {
  position: absolute;
  top: 180px;
}

/* line 439, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-10 {
  position: absolute;
  top: 240px;
}

/* line 443, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-11 {
  position: absolute;
  top: 300px;
}

/* line 447, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-12 {
  position: absolute;
  top: 360px;
}

/* line 451, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-13 {
  position: absolute;
  top: 420px;
}

/* line 455, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-14 {
  position: absolute;
  top: 480px;
}

/* line 459, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-15 {
  position: absolute;
  top: 540px;
}

/* line 463, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-16 {
  position: absolute;
  top: 600px;
}

/* line 467, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-17 {
  position: absolute;
  top: 660px;
}

/* line 471, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-18 {
  position: absolute;
  top: 720px;
}

/* line 475, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-19 {
  position: absolute;
  top: 780px;
}

/* line 479, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-20 {
  position: absolute;
  top: 840px;
}

/* line 483, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-21 {
  position: absolute;
  top: 900px;
}

/* line 487, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly .calendar-body.weekly .day .offset-half {
  margin-top: 30px;
}

/* line 495, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.weekly.appointments .calendar-body {
  min-height: 150px;
}

/* line 501, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.daily .calendar-header-row h6 {
  width: 100%;
}

/* line 506, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar.daily .calendar-body .day {
  text-align: center;
  width: 100%;
}

/* line 515, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar .calendar-body .appointment {
  cursor: pointer;
  border: 1px solid #edf1f4;
  border-left: 3px solid #EB0450;
  border-radius: 5px;
  background: #ffffff;
  text-align: center;
  margin: 3px;
  padding: 4px 0px;
}

/* line 524, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar .calendar-body .appointment.selected {
  background: #EB0450;
  border-left: 3px solid #EB0450;
  color: white;
}

/* line 528, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar .calendar-body .appointment.selected:hover {
  background: #EB0450;
}

/* line 531, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar .calendar-body .appointment.selected.reserved {
  cursor: not-allowed;
}

/* line 535, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar .calendar-body .appointment:hover {
  background: #EB0450;
  color: #ffffff;
}

/* line 540, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar .calendar-body .appointment.has-waitlist {
  background: #ffde73;
  border-color: #FFDE73;
}

/* line 544, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar .calendar-body .appointment.has-waitlist:hover {
  background: #ffde73;
}

/* line 547, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar .calendar-body .appointment.sold-out {
  color: #3a3a3a;
  border-color: #eee;
  background: #eee;
  cursor: not-allowed;
}

/* line 553, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar .calendar-body .appointment.sold-out:hover {
  background: #eee;
  cursor: not-allowed;
}

/* line 561, app/assets/stylesheets/calendar.css.scss */
.calendar .day.today {
  background: #d2eeff;
  z-index: 7;
}

/* line 567, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day.prev-month, .calendar .calendar-body .day.next-month {
  background: #f1f4f9;
  color: #aaa;
}

/* line 570, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day.prev-month .has-waitlist, .calendar .calendar-body .day.prev-month .event, .calendar .calendar-body .day.next-month .has-waitlist, .calendar .calendar-body .day.next-month .event {
  background: transparent;
  border-color: transparent;
}

/* line 574, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day.prev-month a.calendar.event:hover, .calendar .calendar-body .day.next-month a.calendar.event:hover {
  text-decoration: none;
}

/* line 577, app/assets/stylesheets/calendar.css.scss */
.calendar .calendar-body .day.prev-month *, .calendar .calendar-body .day.next-month * {
  color: #aaa;
}

/* line 585, app/assets/stylesheets/calendar.css.scss */
.popover .popover-content .event {
  padding: 3px 7px;
  font-size: 1em;
  line-height: 1em;
  color: #444;
  display: table;
  width: 100%;
}

/* line 592, app/assets/stylesheets/calendar.css.scss */
.popover .popover-content .event .formatted-time {
  font-size: 1em;
  padding-right: 3px;
  font-weight: 600;
}

/* line 597, app/assets/stylesheets/calendar.css.scss */
.popover .popover-content .event.has-waitlist {
  background: #ffde73;
  border-color: #FFDE73;
}

/* line 601, app/assets/stylesheets/calendar.css.scss */
.popover .popover-content .event.has-waitlist:hover {
  background: #ffde73;
}

/* line 604, app/assets/stylesheets/calendar.css.scss */
.popover .popover-content .event.sold-out {
  color: #cc0000;
  border-color: #eee;
  background: #eee;
  cursor: not-allowed;
}

/* line 610, app/assets/stylesheets/calendar.css.scss */
.popover .popover-content .event.sold-out:hover {
  background: #eee;
  cursor: not-allowed;
}

/* line 615, app/assets/stylesheets/calendar.css.scss */
.popover .popover-content .event:last-child {
  padding-bottom: 11px;
}

/* line 618, app/assets/stylesheets/calendar.css.scss */
.popover .popover-content .event:hover {
  color: #EB0450;
}

/* line 624, app/assets/stylesheets/calendar.css.scss */
.new-activity-popover h6 {
  display: inline-block;
}

@media only screen and (min-width: 767px), only screen and (min-device-width: 767px) {
  /* line 630, app/assets/stylesheets/calendar.css.scss */
  #appointment-selection-container #daily.calendar {
    display: none;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 637, app/assets/stylesheets/calendar.css.scss */
  #appointment-selection-container #week.calendar {
    overflow: scroll;
  }
  /* line 641, app/assets/stylesheets/calendar.css.scss */
  .calendar {
    clear: both;
  }
  /* line 644, app/assets/stylesheets/calendar.css.scss */
  .calendar .calendar-header {
    margin: 2.5em auto 1.5em;
  }
  /* line 646, app/assets/stylesheets/calendar.css.scss */
  .calendar .calendar-header .week-name {
    width: 50%;
  }
  /* line 652, app/assets/stylesheets/calendar.css.scss */
  .calendar .calendar.weekly .calendar-header-row {
    clear: both;
  }
  /* line 655, app/assets/stylesheets/calendar.css.scss */
  .calendar .calendar.weekly .calendar-header-row .calendar-padding-container {
    width: 0px;
  }
  /* line 659, app/assets/stylesheets/calendar.css.scss */
  .calendar .calendar.weekly .calendar-header-row h6 {
    width: 14.28%;
  }
  /* line 667, app/assets/stylesheets/calendar.css.scss */
  .calendar .weekly.appointments .calendar-body.weekly .hour-labels {
    display: none;
  }
  /* line 672, app/assets/stylesheets/calendar.css.scss */
  .calendar .weekly.appointments .calendar-body.weekly .no-events.abbreviated {
    display: block;
  }
  /* line 675, app/assets/stylesheets/calendar.css.scss */
  .calendar .weekly.appointments .calendar-body.weekly .no-events.full {
    display: none;
  }
}
/* line 5, app/assets/stylesheets/cards.css.scss */
#card-security {
  margin: 2.5% auto 0;
  color: #aaa;
  text-align: center;
}

/* line 10, app/assets/stylesheets/cards.css.scss */
#card-security .fa {
  margin-right: 1%;
}

/* line 15, app/assets/stylesheets/cards.css.scss */
#card-element {
  border: 1px solid #e4e7ea;
  border-radius: 12px;
  padding: 19px 15px;
}

/* line 22, app/assets/stylesheets/cards.css.scss */
#new_card .disclaimer {
  width: 80%;
  padding-top: 7px;
}

/* line 28, app/assets/stylesheets/cards.css.scss */
#refresh-cards-link {
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/cards.css.scss */
#refresh-cards-link:hover {
  text-decoration: underline;
  color: #015AC8;
}

/* line 36, app/assets/stylesheets/cards.css.scss */
.payment-errors {
  color: #cc0000;
  padding: 17px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: none;
  margin: 0 20px 20px;
}

/* line 47, app/assets/stylesheets/cards.css.scss */
.payment-errors a {
  font-weight: 500;
  color: #cc0000;
  text-decoration: underline;
}

/* line 54, app/assets/stylesheets/cards.css.scss */
.payment-errors.reservation {
  margin-left: 0;
  margin-right: 40px;
  margin-bottom: 0;
  padding: 11px;
}

/* line 61, app/assets/stylesheets/cards.css.scss */
.select-method-link[disabled], .select-method-link.disabled {
  pointer-events: none;
}

/* line 63, app/assets/stylesheets/cards.css.scss */
.select-method-link[disabled] *, .select-method-link.disabled * {
  opacity: .7;
}

/* line 67, app/assets/stylesheets/cards.css.scss */
#customer_paid_offline:hover ~ .custom-checkbox-label, #skip_customer_charge:hover ~ .skip-charge-label {
  text-decoration: underline;
}

/* line 70, app/assets/stylesheets/cards.css.scss */
.custom-checkbox-label.selected, .skip-charge-label.selected {
  color: #3aa3e3;
}
/* line 5, app/assets/stylesheets/caregivers.css.scss */
.caregiver-phone {
  clear: both;
}

/* line 9, app/assets/stylesheets/caregivers.css.scss */
#new-caregiver .caregiver.row, #edit-caregiver .caregiver.row {
  padding: 7px 0;
}

/* line 14, app/assets/stylesheets/caregivers.css.scss */
.modal-body.caregivers .row.caregiver {
  border-bottom: 1px solid #eee;
  line-height: 24px;
  vertical-align: middle;
  padding: 11px 0;
  cursor: pointer;
  font-weight: 500;
}

/* line 22, app/assets/stylesheets/caregivers.css.scss */
.modal-body.caregivers .row.caregiver .phone {
  font-size: .9em;
  font-weight: 500;
  padding-left: 11px;
}

/* line 28, app/assets/stylesheets/caregivers.css.scss */
.modal-body.caregivers .row.caregiver:last-child {
  border: 0;
}

/* line 32, app/assets/stylesheets/caregivers.css.scss */
.modal-body.caregivers .row.caregiver.selected {
  color: #015AC8;
}

/* line 35, app/assets/stylesheets/caregivers.css.scss */
.modal-body.caregivers .row.caregiver.selected i {
  color: #015AC8;
}

/* line 39, app/assets/stylesheets/caregivers.css.scss */
.modal-body.caregivers .row.caregiver:hover {
  background: rgba(241, 244, 249, 0.23);
}

/* line 42, app/assets/stylesheets/caregivers.css.scss */
.modal-body.caregivers #add-caregiver-btn {
  display: inline-block;
}

/* line 47, app/assets/stylesheets/caregivers.css.scss */
.modal-body.new-caregiver .row {
  padding: 7px 0;
}
/* line 1, app/assets/stylesheets/carts.css.scss */
#user-cart-items {
  border-radius: 4px;
  background: #fff;
  padding: 15px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.03), 0 1px 0px rgba(50, 50, 93, 0.07);
}

/* line 7, app/assets/stylesheets/carts.css.scss */
#user-cart-items hr {
  margin: 10px 0;
}

/* line 11, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
  min-height: 70px;
  position: relative;
}

/* line 17, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .item-type {
  text-align: center;
  font-size: 1.2em;
}

/* line 22, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .title {
  display: table-cell;
  padding-bottom: 2px;
}

/* line 25, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .title h3 {
  line-height: 1em;
}

/* line 30, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .title-container .purchase-title {
  font-size: 1.3em;
}

/* line 34, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .credit-name {
  font-size: 1.3em;
}

/* line 37, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .material-icons.remove {
  font-size: 18px;
}

/* line 40, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .formatted-time, #user-cart-items .cart-item.row .where {
  font-size: .95em;
  font-weight: 500;
}

/* line 44, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .membership-cancelation {
  margin: 1em auto 0;
}

/* line 47, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .cart-item-discounts-value {
  color: #00ab6b;
}

/* line 50, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .cart-item-total {
  margin-top: 10px;
}

/* line 53, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .subsequent-charges {
  margin-top: 20px;
}

/* line 56, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .view-receipt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2.5em;
}

/* line 64, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .timestamp {
  position: absolute;
  right: 0;
  bottom: 5px;
}

/* line 69, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .item-actions {
  margin-top: 5px;
}

/* line 71, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .item-actions .rounded-btn {
  font-size: 14px;
  text-transform: none;
  display: inline-block;
}

/* line 76, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .item-actions i.material-icons {
  font-size: 1.3em;
  color: #ccc;
  cursor: pointer;
}

/* line 82, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row .info-container, #user-cart-items .cart-item.row .error-container {
  margin: 10px auto;
}

/* line 86, app/assets/stylesheets/carts.css.scss */
#user-cart-items .charge-label {
  line-height: 20px;
  padding-right: 7px;
  margin-right: 7px;
}

/* line 91, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row:last-child {
  border: 0;
  padding-bottom: 7px;
}

/* line 96, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.used-credit .credit-name {
  color: #aaa;
}

/* line 101, app/assets/stylesheets/carts.css.scss */
#user-cart-items .cart-item.row.canceled *:not(i) {
  text-decoration: line-through;
  color: #aaa;
  font-weight: normal;
}

/* line 109, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout {
  margin-top: 20px;
  border-radius: 4px;
  background: #fff;
  padding: 15px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.03), 0 1px 0px rgba(50, 50, 93, 0.07);
}

/* line 116, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout .total-row {
  font-size: 1.2em;
  font-weight: 600;
}

/* line 121, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout hr {
  margin: 10px 0;
}

/* line 125, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout #discount-amount, #user-cart-checkout #promo-amount {
  color: #00ab6b;
}

/* line 130, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout #show-promo-container #show-promo-redemption {
  cursor: pointer;
}

/* line 133, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout #show-promo-container #show-promo-redemption:hover {
  text-decoration: underline;
}

/* line 137, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout #promo-form #name {
  width: inherit;
  position: relative;
  top: 3px;
  margin: 0 5px;
}

/* line 144, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout #redeem-promo {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
  text-transform: none;
}

/* line 151, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout #applied-user-credits {
  margin-top: 1.5em;
}

/* line 154, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout #applied-user-credits .redeemed-promo {
  margin: 0px 0px 10px;
}

/* line 156, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout #applied-user-credits .redeemed-promo .user-credit-label {
  margin-right: 5px;
}

/* line 159, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout #applied-user-credits .redeemed-promo .checkbox-label {
  margin-bottom: 0;
}

/* line 165, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout img.payment-method {
  height: 30px;
}

/* line 169, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout .brand, #user-cart-checkout .payment-source {
  padding: 8px;
}

/* line 173, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout #user-payment-method {
  margin: 15px 0px;
  justify-content: center;
}

/* line 176, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout #user-payment-method .user-payment-source {
  margin: 0 auto;
}

/* line 178, app/assets/stylesheets/carts.css.scss */
#user-cart-checkout #user-payment-method .user-payment-source .rounded-btn {
  text-transform: none;
}

/* line 185, app/assets/stylesheets/carts.css.scss */
.cart-payment-option {
  display: block;
}

/* line 188, app/assets/stylesheets/carts.css.scss */
.cart-payment-option img.payment-method {
  height: 20px;
  vertical-align: top;
}

/* line 198, app/assets/stylesheets/carts.css.scss */
#complete-checkout-btn {
  text-transform: none;
  margin: 10px 0px;
  float: right;
  color: #fff;
}

/* line 205, app/assets/stylesheets/carts.css.scss */
#purchased-carts-list {
  border-radius: 4px;
  background: #fff;
  padding: 15px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.03), 0 1px 0px rgba(50, 50, 93, 0.07);
}

/* line 211, app/assets/stylesheets/carts.css.scss */
#purchased-carts-list .previous-cart .panel-body {
  border: 1px solid #eee;
}

/* line 216, app/assets/stylesheets/carts.css.scss */
#cart-badge {
  background-color: #EB0450;
  margin-left: 3px;
  margin-top: 2px;
  vertical-align: top;
  font-size: .9rem;
  padding: 3px 7px 3px 6px;
}

/* line 225, app/assets/stylesheets/carts.css.scss */
#cart-error-container {
  width: 70%;
  margin: 10px auto;
  display: inherit;
}

/* line 231, app/assets/stylesheets/carts.css.scss */
.cart-item .cart-item-error {
  display: inherit;
  margin-top: 10px;
}

/* line 236, app/assets/stylesheets/carts.css.scss */
.cart-item.row .share-section {
  max-width: 500px;
  margin: 0px auto;
}

/* line 241, app/assets/stylesheets/carts.css.scss */
.cart-item.row .share-section .share-email i {
  background: #EB0450;
}
/* line 9, app/assets/stylesheets/charges.css.scss */
#view-receipt .logo-container, .receipt-detail .logo-container {
  height: auto;
  line-height: inherit;
}

/* line 12, app/assets/stylesheets/charges.css.scss */
#view-receipt .logo-container img, .receipt-detail .logo-container img {
  width: 64px;
}

/* line 16, app/assets/stylesheets/charges.css.scss */
#view-receipt .receipt-inner, .receipt-detail .receipt-inner {
  padding: 11px;
  border-radius: 4px;
}

/* line 20, app/assets/stylesheets/charges.css.scss */
#view-receipt .receipt-inner .row, .receipt-detail .receipt-inner .row {
  padding-bottom: 11px;
}

/* line 23, app/assets/stylesheets/charges.css.scss */
#view-receipt .receipt-inner .row.no-padding, .receipt-detail .receipt-inner .row.no-padding {
  padding-bottom: 0;
}

/* line 26, app/assets/stylesheets/charges.css.scss */
#view-receipt .receipt-inner .row.line-item, .receipt-detail .receipt-inner .row.line-item {
  padding: 3px 0;
}

/* line 29, app/assets/stylesheets/charges.css.scss */
#view-receipt .receipt-inner .row.refunded, .receipt-detail .receipt-inner .row.refunded {
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px solid #f1f4f9;
}

/* line 34, app/assets/stylesheets/charges.css.scss */
#view-receipt .receipt-inner .header.row, .receipt-detail .receipt-inner .header.row {
  border-bottom: 1px solid #f1f4f9;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

/* line 39, app/assets/stylesheets/charges.css.scss */
#view-receipt .receipt-inner .receipt-label, .receipt-detail .receipt-inner .receipt-label {
  font-weight: 600;
  font-size: .9em;
  padding-bottom: 2px;
}

/* line 44, app/assets/stylesheets/charges.css.scss */
#view-receipt .receipt-inner .discount-label, .receipt-detail .receipt-inner .discount-label {
  font-size: .95em;
  padding: 0;
}

/* line 48, app/assets/stylesheets/charges.css.scss */
#view-receipt .receipt-inner .location-name, .receipt-detail .receipt-inner .location-name {
  font-size: .95em;
  padding: 0;
}

/* line 52, app/assets/stylesheets/charges.css.scss */
#view-receipt .receipt-inner .customer-name, .receipt-detail .receipt-inner .customer-name {
  padding-bottom: 3px;
  font-weight: 500;
}

/* line 57, app/assets/stylesheets/charges.css.scss */
#view-receipt .receipt-inner .provider-section, .receipt-detail .receipt-inner .provider-section {
  font-size: .9em;
  padding: 0;
}

/* line 61, app/assets/stylesheets/charges.css.scss */
#view-receipt .receipt-inner .provider-section .provider-name, .receipt-detail .receipt-inner .provider-section .provider-name {
  padding: 0 5px 0 0;
}

/* line 64, app/assets/stylesheets/charges.css.scss */
#view-receipt .receipt-inner .provider-section .provider-details, .receipt-detail .receipt-inner .provider-section .provider-details {
  padding: 0 0 0 5px;
}

/* line 69, app/assets/stylesheets/charges.css.scss */
#view-receipt .payment-table, .receipt-detail .payment-table {
  width: 100%;
  margin: 1em auto 0;
}

/* line 73, app/assets/stylesheets/charges.css.scss */
#view-receipt .payment-table .total, .receipt-detail .payment-table .total {
  text-align: right;
  font-size: 1.1em;
  font-weight: 600;
}

/* line 78, app/assets/stylesheets/charges.css.scss */
#view-receipt .fine-print, .receipt-detail .fine-print {
  color: #bbb;
  font-size: .9em;
  text-align: center;
  margin: 0 auto;
  padding: 1em 0 0 0;
}

/* line 85, app/assets/stylesheets/charges.css.scss */
#view-receipt .payment-method, .receipt-detail .payment-method {
  padding: 0 0 3px 0;
  font-size: .9em;
  font-family: 'Proxima Nova', Courier, Roboto, Arial, sans-serif;
}

/* line 91, app/assets/stylesheets/charges.css.scss */
.extra-options.row {
  padding: 11px 0 0 0;
}

/* line 94, app/assets/stylesheets/charges.css.scss */
.extra-options.row .print-receipt-link {
  font-size: .9em;
  text-decoration: underline;
  color: inherit;
  font-weight: 600;
}

/* line 100, app/assets/stylesheets/charges.css.scss */
.extra-options.row .print-receipt-link:hover {
  color: #015AC8;
}

/* line 103, app/assets/stylesheets/charges.css.scss */
.extra-options.row .receipt-powered-by {
  font-size: .9em;
  font-weight: 600;
  margin: 0 auto;
  display: inline-block;
  width: auto;
  cursor: default;
}

/* line 112, app/assets/stylesheets/charges.css.scss */
.receipt-detail {
  width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

/* line 120, app/assets/stylesheets/charges.css.scss */
.receipt-detail .receipt-inner {
  background: #fff;
  border: 0;
}

/* line 124, app/assets/stylesheets/charges.css.scss */
.receipt-detail .print-receipt-link {
  display: none;
}

/* line 130, app/assets/stylesheets/charges.css.scss */
#future-charge-date-container .datepicker.datepicker-inline {
  width: 252px;
  margin: 0 auto;
}

/* line 136, app/assets/stylesheets/charges.css.scss */
.panel.charge, .panel.reservation, .panel.purchase, .activity-report, .series-report, .panel.cart {
  width: 98%;
  padding-bottom: 5%;
}

/* line 140, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container, .panel.reservation .customer-container, .panel.purchase .customer-container, .activity-report .customer-container, .series-report .customer-container, .panel.cart .customer-container {
  padding: 1%;
  display: inline-block;
  width: 100%;
  position: relative;
}

/* line 146, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .customer-avatar, .panel.reservation .customer-container .customer-avatar, .panel.purchase .customer-container .customer-avatar, .activity-report .customer-container .customer-avatar, .series-report .customer-container .customer-avatar, .panel.cart .customer-container .customer-avatar {
  height: 200px;
  padding-right: 10px;
}

/* line 150, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .customer-avatar .photo-placeholder, .panel.reservation .customer-container .customer-avatar .photo-placeholder, .panel.purchase .customer-container .customer-avatar .photo-placeholder, .activity-report .customer-container .customer-avatar .photo-placeholder, .series-report .customer-container .customer-avatar .photo-placeholder, .panel.cart .customer-container .customer-avatar .photo-placeholder {
  width: 200px;
}

/* line 154, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .customer-avatar img, .panel.reservation .customer-container .customer-avatar img, .panel.purchase .customer-container .customer-avatar img, .activity-report .customer-container .customer-avatar img, .series-report .customer-container .customer-avatar img, .panel.cart .customer-container .customer-avatar img {
  height: 100%;
}

/* line 158, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .customer-info, .panel.reservation .customer-container .customer-info, .panel.purchase .customer-container .customer-info, .activity-report .customer-container .customer-info, .series-report .customer-container .customer-info, .panel.cart .customer-container .customer-info {
  padding-top: 10px;
}

/* line 160, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .customer-info a.customer-full-name, .panel.reservation .customer-container .customer-info a.customer-full-name, .panel.purchase .customer-container .customer-info a.customer-full-name, .activity-report .customer-container .customer-info a.customer-full-name, .series-report .customer-container .customer-info a.customer-full-name, .panel.cart .customer-container .customer-info a.customer-full-name {
  color: inherit;
  border: 0 !important;
  outline: 0;
  font-size: 1.4em;
}

/* line 168, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .view-profile, .panel.reservation .customer-container .view-profile, .panel.purchase .customer-container .view-profile, .activity-report .customer-container .view-profile, .series-report .customer-container .view-profile, .panel.cart .customer-container .view-profile {
  display: block;
  width: 200px;
  margin: 0 auto;
}

/* line 174, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .btn-group-vertical, .panel.reservation .customer-container .btn-group-vertical, .panel.purchase .customer-container .btn-group-vertical, .activity-report .customer-container .btn-group-vertical, .series-report .customer-container .btn-group-vertical, .panel.cart .customer-container .btn-group-vertical {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 179, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .cancel-reservation, .panel.charge .customer-container .refund-reservation, .panel.charge .customer-container .refund-purchase, .panel.charge .customer-container .charge-reservation, .panel.charge .customer-container .charge-purchase, .panel.charge .customer-container .reschedule-reservation, .panel.charge .customer-container .resend-confirmation, .panel.charge .customer-container .edit-reservation, .panel.charge .customer-container .send-updates, .panel.charge .customer-container .cancel-purchase, .panel.charge .customer-container .pause-purchase, .panel.charge .customer-container .reactivate-purchase, .panel.charge .customer-container .edit-purchase, .panel.reservation .customer-container .cancel-reservation, .panel.reservation .customer-container .refund-reservation, .panel.reservation .customer-container .refund-purchase, .panel.reservation .customer-container .charge-reservation, .panel.reservation .customer-container .charge-purchase, .panel.reservation .customer-container .reschedule-reservation, .panel.reservation .customer-container .resend-confirmation, .panel.reservation .customer-container .edit-reservation, .panel.reservation .customer-container .send-updates, .panel.reservation .customer-container .cancel-purchase, .panel.reservation .customer-container .pause-purchase, .panel.reservation .customer-container .reactivate-purchase, .panel.reservation .customer-container .edit-purchase, .panel.purchase .customer-container .cancel-reservation, .panel.purchase .customer-container .refund-reservation, .panel.purchase .customer-container .refund-purchase, .panel.purchase .customer-container .charge-reservation, .panel.purchase .customer-container .charge-purchase, .panel.purchase .customer-container .reschedule-reservation, .panel.purchase .customer-container .resend-confirmation, .panel.purchase .customer-container .edit-reservation, .panel.purchase .customer-container .send-updates, .panel.purchase .customer-container .cancel-purchase, .panel.purchase .customer-container .pause-purchase, .panel.purchase .customer-container .reactivate-purchase, .panel.purchase .customer-container .edit-purchase, .activity-report .customer-container .cancel-reservation, .activity-report .customer-container .refund-reservation, .activity-report .customer-container .refund-purchase, .activity-report .customer-container .charge-reservation, .activity-report .customer-container .charge-purchase, .activity-report .customer-container .reschedule-reservation, .activity-report .customer-container .resend-confirmation, .activity-report .customer-container .edit-reservation, .activity-report .customer-container .send-updates, .activity-report .customer-container .cancel-purchase, .activity-report .customer-container .pause-purchase, .activity-report .customer-container .reactivate-purchase, .activity-report .customer-container .edit-purchase, .series-report .customer-container .cancel-reservation, .series-report .customer-container .refund-reservation, .series-report .customer-container .refund-purchase, .series-report .customer-container .charge-reservation, .series-report .customer-container .charge-purchase, .series-report .customer-container .reschedule-reservation, .series-report .customer-container .resend-confirmation, .series-report .customer-container .edit-reservation, .series-report .customer-container .send-updates, .series-report .customer-container .cancel-purchase, .series-report .customer-container .pause-purchase, .series-report .customer-container .reactivate-purchase, .series-report .customer-container .edit-purchase, .panel.cart .customer-container .cancel-reservation, .panel.cart .customer-container .refund-reservation, .panel.cart .customer-container .refund-purchase, .panel.cart .customer-container .charge-reservation, .panel.cart .customer-container .charge-purchase, .panel.cart .customer-container .reschedule-reservation, .panel.cart .customer-container .resend-confirmation, .panel.cart .customer-container .edit-reservation, .panel.cart .customer-container .send-updates, .panel.cart .customer-container .cancel-purchase, .panel.cart .customer-container .pause-purchase, .panel.cart .customer-container .reactivate-purchase, .panel.cart .customer-container .edit-purchase {
  font-size: 0.95em;
  font-weight: 500;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
  color: inherit;
  border-color: #fff;
  padding: 7px 11px;
  text-align: left;
  background: rgba(238, 241, 244, 0.8);
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  text-shadow: 1px 1px 0 white;
  position: relative;
  padding-right: 50px;
}

/* line 199, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .cancel-reservation i, .panel.charge .customer-container .refund-reservation i, .panel.charge .customer-container .refund-purchase i, .panel.charge .customer-container .charge-reservation i, .panel.charge .customer-container .charge-purchase i, .panel.charge .customer-container .reschedule-reservation i, .panel.charge .customer-container .resend-confirmation i, .panel.charge .customer-container .edit-reservation i, .panel.charge .customer-container .send-updates i, .panel.charge .customer-container .cancel-purchase i, .panel.charge .customer-container .pause-purchase i, .panel.charge .customer-container .reactivate-purchase i, .panel.charge .customer-container .edit-purchase i, .panel.reservation .customer-container .cancel-reservation i, .panel.reservation .customer-container .refund-reservation i, .panel.reservation .customer-container .refund-purchase i, .panel.reservation .customer-container .charge-reservation i, .panel.reservation .customer-container .charge-purchase i, .panel.reservation .customer-container .reschedule-reservation i, .panel.reservation .customer-container .resend-confirmation i, .panel.reservation .customer-container .edit-reservation i, .panel.reservation .customer-container .send-updates i, .panel.reservation .customer-container .cancel-purchase i, .panel.reservation .customer-container .pause-purchase i, .panel.reservation .customer-container .reactivate-purchase i, .panel.reservation .customer-container .edit-purchase i, .panel.purchase .customer-container .cancel-reservation i, .panel.purchase .customer-container .refund-reservation i, .panel.purchase .customer-container .refund-purchase i, .panel.purchase .customer-container .charge-reservation i, .panel.purchase .customer-container .charge-purchase i, .panel.purchase .customer-container .reschedule-reservation i, .panel.purchase .customer-container .resend-confirmation i, .panel.purchase .customer-container .edit-reservation i, .panel.purchase .customer-container .send-updates i, .panel.purchase .customer-container .cancel-purchase i, .panel.purchase .customer-container .pause-purchase i, .panel.purchase .customer-container .reactivate-purchase i, .panel.purchase .customer-container .edit-purchase i, .activity-report .customer-container .cancel-reservation i, .activity-report .customer-container .refund-reservation i, .activity-report .customer-container .refund-purchase i, .activity-report .customer-container .charge-reservation i, .activity-report .customer-container .charge-purchase i, .activity-report .customer-container .reschedule-reservation i, .activity-report .customer-container .resend-confirmation i, .activity-report .customer-container .edit-reservation i, .activity-report .customer-container .send-updates i, .activity-report .customer-container .cancel-purchase i, .activity-report .customer-container .pause-purchase i, .activity-report .customer-container .reactivate-purchase i, .activity-report .customer-container .edit-purchase i, .series-report .customer-container .cancel-reservation i, .series-report .customer-container .refund-reservation i, .series-report .customer-container .refund-purchase i, .series-report .customer-container .charge-reservation i, .series-report .customer-container .charge-purchase i, .series-report .customer-container .reschedule-reservation i, .series-report .customer-container .resend-confirmation i, .series-report .customer-container .edit-reservation i, .series-report .customer-container .send-updates i, .series-report .customer-container .cancel-purchase i, .series-report .customer-container .pause-purchase i, .series-report .customer-container .reactivate-purchase i, .series-report .customer-container .edit-purchase i, .panel.cart .customer-container .cancel-reservation i, .panel.cart .customer-container .refund-reservation i, .panel.cart .customer-container .refund-purchase i, .panel.cart .customer-container .charge-reservation i, .panel.cart .customer-container .charge-purchase i, .panel.cart .customer-container .reschedule-reservation i, .panel.cart .customer-container .resend-confirmation i, .panel.cart .customer-container .edit-reservation i, .panel.cart .customer-container .send-updates i, .panel.cart .customer-container .cancel-purchase i, .panel.cart .customer-container .pause-purchase i, .panel.cart .customer-container .reactivate-purchase i, .panel.cart .customer-container .edit-purchase i {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 8px;
  font-size: 18px;
  height: 1em;
  width: 1em;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 215, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .send-updates, .panel.reservation .customer-container .send-updates, .panel.purchase .customer-container .send-updates, .activity-report .customer-container .send-updates, .series-report .customer-container .send-updates, .panel.cart .customer-container .send-updates {
  font-weight: 600;
}

/* line 217, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .send-updates i, .panel.reservation .customer-container .send-updates i, .panel.purchase .customer-container .send-updates i, .activity-report .customer-container .send-updates i, .series-report .customer-container .send-updates i, .panel.cart .customer-container .send-updates i {
  font-size: 14px;
  line-height: 16px;
}

/* line 222, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .cancel-reservation:hover, .panel.charge .customer-container .refund-reservation:hover, .panel.charge .customer-container .refund-purchase:hover, .panel.charge .customer-container .charge-reservation:hover, .panel.charge .customer-container .reschedule-reservation:hover, .panel.charge .customer-container .edit-reservation:hover, .panel.charge .customer-container .send-updates:hover, .panel.charge .customer-container .resend-confirmation:hove, .panel.reservation .customer-container .cancel-reservation:hover, .panel.reservation .customer-container .refund-reservation:hover, .panel.reservation .customer-container .refund-purchase:hover, .panel.reservation .customer-container .charge-reservation:hover, .panel.reservation .customer-container .reschedule-reservation:hover, .panel.reservation .customer-container .edit-reservation:hover, .panel.reservation .customer-container .send-updates:hover, .panel.reservation .customer-container .resend-confirmation:hove, .panel.purchase .customer-container .cancel-reservation:hover, .panel.purchase .customer-container .refund-reservation:hover, .panel.purchase .customer-container .refund-purchase:hover, .panel.purchase .customer-container .charge-reservation:hover, .panel.purchase .customer-container .reschedule-reservation:hover, .panel.purchase .customer-container .edit-reservation:hover, .panel.purchase .customer-container .send-updates:hover, .panel.purchase .customer-container .resend-confirmation:hove, .activity-report .customer-container .cancel-reservation:hover, .activity-report .customer-container .refund-reservation:hover, .activity-report .customer-container .refund-purchase:hover, .activity-report .customer-container .charge-reservation:hover, .activity-report .customer-container .reschedule-reservation:hover, .activity-report .customer-container .edit-reservation:hover, .activity-report .customer-container .send-updates:hover, .activity-report .customer-container .resend-confirmation:hove, .series-report .customer-container .cancel-reservation:hover, .series-report .customer-container .refund-reservation:hover, .series-report .customer-container .refund-purchase:hover, .series-report .customer-container .charge-reservation:hover, .series-report .customer-container .reschedule-reservation:hover, .series-report .customer-container .edit-reservation:hover, .series-report .customer-container .send-updates:hover, .series-report .customer-container .resend-confirmation:hove, .panel.cart .customer-container .cancel-reservation:hover, .panel.cart .customer-container .refund-reservation:hover, .panel.cart .customer-container .refund-purchase:hover, .panel.cart .customer-container .charge-reservation:hover, .panel.cart .customer-container .reschedule-reservation:hover, .panel.cart .customer-container .edit-reservation:hover, .panel.cart .customer-container .send-updates:hover, .panel.cart .customer-container .resend-confirmation:hove {
  background: rgba(238, 241, 244, 0.5);
  text-decoration: none;
  color: inherit;
}

/* line 227, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container a:focus, .panel.charge .customer-container a:active, .panel.reservation .customer-container a:focus, .panel.reservation .customer-container a:active, .panel.purchase .customer-container a:focus, .panel.purchase .customer-container a:active, .activity-report .customer-container a:focus, .activity-report .customer-container a:active, .series-report .customer-container a:focus, .series-report .customer-container a:active, .panel.cart .customer-container a:focus, .panel.cart .customer-container a:active {
  border: 1px solid #ddd !important;
  outline: 0;
}

/* line 232, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .charge-reservation:hover, .panel.charge .customer-container .charge-purchase:hover, .panel.charge .customer-container .reschedule-reservation:hover, .panel.charge .customer-container .resend-confirmation:hover, .panel.charge .customer-container .edit-reservation:hover, .panel.reservation .customer-container .charge-reservation:hover, .panel.reservation .customer-container .charge-purchase:hover, .panel.reservation .customer-container .reschedule-reservation:hover, .panel.reservation .customer-container .resend-confirmation:hover, .panel.reservation .customer-container .edit-reservation:hover, .panel.purchase .customer-container .charge-reservation:hover, .panel.purchase .customer-container .charge-purchase:hover, .panel.purchase .customer-container .reschedule-reservation:hover, .panel.purchase .customer-container .resend-confirmation:hover, .panel.purchase .customer-container .edit-reservation:hover, .activity-report .customer-container .charge-reservation:hover, .activity-report .customer-container .charge-purchase:hover, .activity-report .customer-container .reschedule-reservation:hover, .activity-report .customer-container .resend-confirmation:hover, .activity-report .customer-container .edit-reservation:hover, .series-report .customer-container .charge-reservation:hover, .series-report .customer-container .charge-purchase:hover, .series-report .customer-container .reschedule-reservation:hover, .series-report .customer-container .resend-confirmation:hover, .series-report .customer-container .edit-reservation:hover, .panel.cart .customer-container .charge-reservation:hover, .panel.cart .customer-container .charge-purchase:hover, .panel.cart .customer-container .reschedule-reservation:hover, .panel.cart .customer-container .resend-confirmation:hover, .panel.cart .customer-container .edit-reservation:hover {
  text-decoration: underline;
}

/* line 235, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .edit-reservation.toggled, .panel.reservation .customer-container .edit-reservation.toggled, .panel.purchase .customer-container .edit-reservation.toggled, .activity-report .customer-container .edit-reservation.toggled, .series-report .customer-container .edit-reservation.toggled, .panel.cart .customer-container .edit-reservation.toggled {
  color: #EB0450;
  font-weight: 600;
}

/* line 238, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .edit-reservation.toggled i, .panel.reservation .customer-container .edit-reservation.toggled i, .panel.purchase .customer-container .edit-reservation.toggled i, .activity-report .customer-container .edit-reservation.toggled i, .series-report .customer-container .edit-reservation.toggled i, .panel.cart .customer-container .edit-reservation.toggled i {
  color: #EB0450;
}

/* line 243, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .cancel-reservation:hover, .panel.charge .customer-container .refund-reservation:hover, .panel.charge .customer-container .refund-purchase:hover, .panel.charge .customer-container .cancel-purchase:hover, .panel.reservation .customer-container .cancel-reservation:hover, .panel.reservation .customer-container .refund-reservation:hover, .panel.reservation .customer-container .refund-purchase:hover, .panel.reservation .customer-container .cancel-purchase:hover, .panel.purchase .customer-container .cancel-reservation:hover, .panel.purchase .customer-container .refund-reservation:hover, .panel.purchase .customer-container .refund-purchase:hover, .panel.purchase .customer-container .cancel-purchase:hover, .activity-report .customer-container .cancel-reservation:hover, .activity-report .customer-container .refund-reservation:hover, .activity-report .customer-container .refund-purchase:hover, .activity-report .customer-container .cancel-purchase:hover, .series-report .customer-container .cancel-reservation:hover, .series-report .customer-container .refund-reservation:hover, .series-report .customer-container .refund-purchase:hover, .series-report .customer-container .cancel-purchase:hover, .panel.cart .customer-container .cancel-reservation:hover, .panel.cart .customer-container .refund-reservation:hover, .panel.cart .customer-container .refund-purchase:hover, .panel.cart .customer-container .cancel-purchase:hover {
  color: #cc0000;
}

/* line 245, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .cancel-reservation:hover *, .panel.charge .customer-container .refund-reservation:hover *, .panel.charge .customer-container .refund-purchase:hover *, .panel.charge .customer-container .cancel-purchase:hover *, .panel.reservation .customer-container .cancel-reservation:hover *, .panel.reservation .customer-container .refund-reservation:hover *, .panel.reservation .customer-container .refund-purchase:hover *, .panel.reservation .customer-container .cancel-purchase:hover *, .panel.purchase .customer-container .cancel-reservation:hover *, .panel.purchase .customer-container .refund-reservation:hover *, .panel.purchase .customer-container .refund-purchase:hover *, .panel.purchase .customer-container .cancel-purchase:hover *, .activity-report .customer-container .cancel-reservation:hover *, .activity-report .customer-container .refund-reservation:hover *, .activity-report .customer-container .refund-purchase:hover *, .activity-report .customer-container .cancel-purchase:hover *, .series-report .customer-container .cancel-reservation:hover *, .series-report .customer-container .refund-reservation:hover *, .series-report .customer-container .refund-purchase:hover *, .series-report .customer-container .cancel-purchase:hover *, .panel.cart .customer-container .cancel-reservation:hover *, .panel.cart .customer-container .refund-reservation:hover *, .panel.cart .customer-container .refund-purchase:hover *, .panel.cart .customer-container .cancel-purchase:hover * {
  color: #cc0000;
}

/* line 249, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .send-updates, .panel.reservation .customer-container .send-updates, .panel.purchase .customer-container .send-updates, .activity-report .customer-container .send-updates, .series-report .customer-container .send-updates, .panel.cart .customer-container .send-updates {
  color: #ffffff;
  background-color: #EB0450;
  text-shadow: none;
}

/* line 253, app/assets/stylesheets/charges.css.scss */
.panel.charge .customer-container .send-updates i, .panel.reservation .customer-container .send-updates i, .panel.purchase .customer-container .send-updates i, .activity-report .customer-container .send-updates i, .series-report .customer-container .send-updates i, .panel.cart .customer-container .send-updates i {
  color: #ffffff;
  margin-right: 0px;
}

/* line 260, app/assets/stylesheets/charges.css.scss */
.panel.charge .panel-header .canceled, .panel.reservation .panel-header .canceled, .panel.purchase .panel-header .canceled, .activity-report .panel-header .canceled, .series-report .panel-header .canceled, .panel.cart .panel-header .canceled {
  color: #cc0000;
}

/* line 264, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details, .panel.charge .reservation-details, .panel.charge .purchase-details, .panel.charge .cart-details, .panel.charge .report, .panel.charge .cart-details, .panel.reservation .charge-details, .panel.reservation .reservation-details, .panel.reservation .purchase-details, .panel.reservation .cart-details, .panel.reservation .report, .panel.reservation .cart-details, .panel.purchase .charge-details, .panel.purchase .reservation-details, .panel.purchase .purchase-details, .panel.purchase .cart-details, .panel.purchase .report, .panel.purchase .cart-details, .activity-report .charge-details, .activity-report .reservation-details, .activity-report .purchase-details, .activity-report .cart-details, .activity-report .report, .activity-report .cart-details, .series-report .charge-details, .series-report .reservation-details, .series-report .purchase-details, .series-report .cart-details, .series-report .report, .series-report .cart-details, .panel.cart .charge-details, .panel.cart .reservation-details, .panel.cart .purchase-details, .panel.cart .cart-details, .panel.cart .report, .panel.cart .cart-details {
  width: 100%;
  display: inline-block;
  padding: 1%;
  margin-top: 2.5%;
  clear: both;
  position: relative;
}

/* line 272, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary, .panel.charge .charge-details #purchase-summary, .panel.charge .charge-details #cart-summary, .panel.charge .charge-details #charges-table, .panel.charge .reservation-details #reservation-summary, .panel.charge .reservation-details #purchase-summary, .panel.charge .reservation-details #cart-summary, .panel.charge .reservation-details #charges-table, .panel.charge .purchase-details #reservation-summary, .panel.charge .purchase-details #purchase-summary, .panel.charge .purchase-details #cart-summary, .panel.charge .purchase-details #charges-table, .panel.charge .cart-details #reservation-summary, .panel.charge .cart-details #purchase-summary, .panel.charge .cart-details #cart-summary, .panel.charge .cart-details #charges-table, .panel.charge .report #reservation-summary, .panel.charge .report #purchase-summary, .panel.charge .report #cart-summary, .panel.charge .report #charges-table, .panel.charge .cart-details #reservation-summary, .panel.charge .cart-details #purchase-summary, .panel.charge .cart-details #cart-summary, .panel.charge .cart-details #charges-table, .panel.reservation .charge-details #reservation-summary, .panel.reservation .charge-details #purchase-summary, .panel.reservation .charge-details #cart-summary, .panel.reservation .charge-details #charges-table, .panel.reservation .reservation-details #reservation-summary, .panel.reservation .reservation-details #purchase-summary, .panel.reservation .reservation-details #cart-summary, .panel.reservation .reservation-details #charges-table, .panel.reservation .purchase-details #reservation-summary, .panel.reservation .purchase-details #purchase-summary, .panel.reservation .purchase-details #cart-summary, .panel.reservation .purchase-details #charges-table, .panel.reservation .cart-details #reservation-summary, .panel.reservation .cart-details #purchase-summary, .panel.reservation .cart-details #cart-summary, .panel.reservation .cart-details #charges-table, .panel.reservation .report #reservation-summary, .panel.reservation .report #purchase-summary, .panel.reservation .report #cart-summary, .panel.reservation .report #charges-table, .panel.reservation .cart-details #reservation-summary, .panel.reservation .cart-details #purchase-summary, .panel.reservation .cart-details #cart-summary, .panel.reservation .cart-details #charges-table, .panel.purchase .charge-details #reservation-summary, .panel.purchase .charge-details #purchase-summary, .panel.purchase .charge-details #cart-summary, .panel.purchase .charge-details #charges-table, .panel.purchase .reservation-details #reservation-summary, .panel.purchase .reservation-details #purchase-summary, .panel.purchase .reservation-details #cart-summary, .panel.purchase .reservation-details #charges-table, .panel.purchase .purchase-details #reservation-summary, .panel.purchase .purchase-details #purchase-summary, .panel.purchase .purchase-details #cart-summary, .panel.purchase .purchase-details #charges-table, .panel.purchase .cart-details #reservation-summary, .panel.purchase .cart-details #purchase-summary, .panel.purchase .cart-details #cart-summary, .panel.purchase .cart-details #charges-table, .panel.purchase .report #reservation-summary, .panel.purchase .report #purchase-summary, .panel.purchase .report #cart-summary, .panel.purchase .report #charges-table, .panel.purchase .cart-details #reservation-summary, .panel.purchase .cart-details #purchase-summary, .panel.purchase .cart-details #cart-summary, .panel.purchase .cart-details #charges-table, .activity-report .charge-details #reservation-summary, .activity-report .charge-details #purchase-summary, .activity-report .charge-details #cart-summary, .activity-report .charge-details #charges-table, .activity-report .reservation-details #reservation-summary, .activity-report .reservation-details #purchase-summary, .activity-report .reservation-details #cart-summary, .activity-report .reservation-details #charges-table, .activity-report .purchase-details #reservation-summary, .activity-report .purchase-details #purchase-summary, .activity-report .purchase-details #cart-summary, .activity-report .purchase-details #charges-table, .activity-report .cart-details #reservation-summary, .activity-report .cart-details #purchase-summary, .activity-report .cart-details #cart-summary, .activity-report .cart-details #charges-table, .activity-report .report #reservation-summary, .activity-report .report #purchase-summary, .activity-report .report #cart-summary, .activity-report .report #charges-table, .activity-report .cart-details #reservation-summary, .activity-report .cart-details #purchase-summary, .activity-report .cart-details #cart-summary, .activity-report .cart-details #charges-table, .series-report .charge-details #reservation-summary, .series-report .charge-details #purchase-summary, .series-report .charge-details #cart-summary, .series-report .charge-details #charges-table, .series-report .reservation-details #reservation-summary, .series-report .reservation-details #purchase-summary, .series-report .reservation-details #cart-summary, .series-report .reservation-details #charges-table, .series-report .purchase-details #reservation-summary, .series-report .purchase-details #purchase-summary, .series-report .purchase-details #cart-summary, .series-report .purchase-details #charges-table, .series-report .cart-details #reservation-summary, .series-report .cart-details #purchase-summary, .series-report .cart-details #cart-summary, .series-report .cart-details #charges-table, .series-report .report #reservation-summary, .series-report .report #purchase-summary, .series-report .report #cart-summary, .series-report .report #charges-table, .series-report .cart-details #reservation-summary, .series-report .cart-details #purchase-summary, .series-report .cart-details #cart-summary, .series-report .cart-details #charges-table, .panel.cart .charge-details #reservation-summary, .panel.cart .charge-details #purchase-summary, .panel.cart .charge-details #cart-summary, .panel.cart .charge-details #charges-table, .panel.cart .reservation-details #reservation-summary, .panel.cart .reservation-details #purchase-summary, .panel.cart .reservation-details #cart-summary, .panel.cart .reservation-details #charges-table, .panel.cart .purchase-details #reservation-summary, .panel.cart .purchase-details #purchase-summary, .panel.cart .purchase-details #cart-summary, .panel.cart .purchase-details #charges-table, .panel.cart .cart-details #reservation-summary, .panel.cart .cart-details #purchase-summary, .panel.cart .cart-details #cart-summary, .panel.cart .cart-details #charges-table, .panel.cart .report #reservation-summary, .panel.cart .report #purchase-summary, .panel.cart .report #cart-summary, .panel.cart .report #charges-table, .panel.cart .cart-details #reservation-summary, .panel.cart .cart-details #purchase-summary, .panel.cart .cart-details #cart-summary, .panel.cart .cart-details #charges-table {
  padding-bottom: 5px;
}

/* line 274, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary .series-row, .panel.charge .charge-details #purchase-summary .series-row, .panel.charge .charge-details #cart-summary .series-row, .panel.charge .charge-details #charges-table .series-row, .panel.charge .reservation-details #reservation-summary .series-row, .panel.charge .reservation-details #purchase-summary .series-row, .panel.charge .reservation-details #cart-summary .series-row, .panel.charge .reservation-details #charges-table .series-row, .panel.charge .purchase-details #reservation-summary .series-row, .panel.charge .purchase-details #purchase-summary .series-row, .panel.charge .purchase-details #cart-summary .series-row, .panel.charge .purchase-details #charges-table .series-row, .panel.charge .cart-details #reservation-summary .series-row, .panel.charge .cart-details #purchase-summary .series-row, .panel.charge .cart-details #cart-summary .series-row, .panel.charge .cart-details #charges-table .series-row, .panel.charge .report #reservation-summary .series-row, .panel.charge .report #purchase-summary .series-row, .panel.charge .report #cart-summary .series-row, .panel.charge .report #charges-table .series-row, .panel.charge .cart-details #reservation-summary .series-row, .panel.charge .cart-details #purchase-summary .series-row, .panel.charge .cart-details #cart-summary .series-row, .panel.charge .cart-details #charges-table .series-row, .panel.reservation .charge-details #reservation-summary .series-row, .panel.reservation .charge-details #purchase-summary .series-row, .panel.reservation .charge-details #cart-summary .series-row, .panel.reservation .charge-details #charges-table .series-row, .panel.reservation .reservation-details #reservation-summary .series-row, .panel.reservation .reservation-details #purchase-summary .series-row, .panel.reservation .reservation-details #cart-summary .series-row, .panel.reservation .reservation-details #charges-table .series-row, .panel.reservation .purchase-details #reservation-summary .series-row, .panel.reservation .purchase-details #purchase-summary .series-row, .panel.reservation .purchase-details #cart-summary .series-row, .panel.reservation .purchase-details #charges-table .series-row, .panel.reservation .cart-details #reservation-summary .series-row, .panel.reservation .cart-details #purchase-summary .series-row, .panel.reservation .cart-details #cart-summary .series-row, .panel.reservation .cart-details #charges-table .series-row, .panel.reservation .report #reservation-summary .series-row, .panel.reservation .report #purchase-summary .series-row, .panel.reservation .report #cart-summary .series-row, .panel.reservation .report #charges-table .series-row, .panel.reservation .cart-details #reservation-summary .series-row, .panel.reservation .cart-details #purchase-summary .series-row, .panel.reservation .cart-details #cart-summary .series-row, .panel.reservation .cart-details #charges-table .series-row, .panel.purchase .charge-details #reservation-summary .series-row, .panel.purchase .charge-details #purchase-summary .series-row, .panel.purchase .charge-details #cart-summary .series-row, .panel.purchase .charge-details #charges-table .series-row, .panel.purchase .reservation-details #reservation-summary .series-row, .panel.purchase .reservation-details #purchase-summary .series-row, .panel.purchase .reservation-details #cart-summary .series-row, .panel.purchase .reservation-details #charges-table .series-row, .panel.purchase .purchase-details #reservation-summary .series-row, .panel.purchase .purchase-details #purchase-summary .series-row, .panel.purchase .purchase-details #cart-summary .series-row, .panel.purchase .purchase-details #charges-table .series-row, .panel.purchase .cart-details #reservation-summary .series-row, .panel.purchase .cart-details #purchase-summary .series-row, .panel.purchase .cart-details #cart-summary .series-row, .panel.purchase .cart-details #charges-table .series-row, .panel.purchase .report #reservation-summary .series-row, .panel.purchase .report #purchase-summary .series-row, .panel.purchase .report #cart-summary .series-row, .panel.purchase .report #charges-table .series-row, .panel.purchase .cart-details #reservation-summary .series-row, .panel.purchase .cart-details #purchase-summary .series-row, .panel.purchase .cart-details #cart-summary .series-row, .panel.purchase .cart-details #charges-table .series-row, .activity-report .charge-details #reservation-summary .series-row, .activity-report .charge-details #purchase-summary .series-row, .activity-report .charge-details #cart-summary .series-row, .activity-report .charge-details #charges-table .series-row, .activity-report .reservation-details #reservation-summary .series-row, .activity-report .reservation-details #purchase-summary .series-row, .activity-report .reservation-details #cart-summary .series-row, .activity-report .reservation-details #charges-table .series-row, .activity-report .purchase-details #reservation-summary .series-row, .activity-report .purchase-details #purchase-summary .series-row, .activity-report .purchase-details #cart-summary .series-row, .activity-report .purchase-details #charges-table .series-row, .activity-report .cart-details #reservation-summary .series-row, .activity-report .cart-details #purchase-summary .series-row, .activity-report .cart-details #cart-summary .series-row, .activity-report .cart-details #charges-table .series-row, .activity-report .report #reservation-summary .series-row, .activity-report .report #purchase-summary .series-row, .activity-report .report #cart-summary .series-row, .activity-report .report #charges-table .series-row, .activity-report .cart-details #reservation-summary .series-row, .activity-report .cart-details #purchase-summary .series-row, .activity-report .cart-details #cart-summary .series-row, .activity-report .cart-details #charges-table .series-row, .series-report .charge-details #reservation-summary .series-row, .series-report .charge-details #purchase-summary .series-row, .series-report .charge-details #cart-summary .series-row, .series-report .charge-details #charges-table .series-row, .series-report .reservation-details #reservation-summary .series-row, .series-report .reservation-details #purchase-summary .series-row, .series-report .reservation-details #cart-summary .series-row, .series-report .reservation-details #charges-table .series-row, .series-report .purchase-details #reservation-summary .series-row, .series-report .purchase-details #purchase-summary .series-row, .series-report .purchase-details #cart-summary .series-row, .series-report .purchase-details #charges-table .series-row, .series-report .cart-details #reservation-summary .series-row, .series-report .cart-details #purchase-summary .series-row, .series-report .cart-details #cart-summary .series-row, .series-report .cart-details #charges-table .series-row, .series-report .report #reservation-summary .series-row, .series-report .report #purchase-summary .series-row, .series-report .report #cart-summary .series-row, .series-report .report #charges-table .series-row, .series-report .cart-details #reservation-summary .series-row, .series-report .cart-details #purchase-summary .series-row, .series-report .cart-details #cart-summary .series-row, .series-report .cart-details #charges-table .series-row, .panel.cart .charge-details #reservation-summary .series-row, .panel.cart .charge-details #purchase-summary .series-row, .panel.cart .charge-details #cart-summary .series-row, .panel.cart .charge-details #charges-table .series-row, .panel.cart .reservation-details #reservation-summary .series-row, .panel.cart .reservation-details #purchase-summary .series-row, .panel.cart .reservation-details #cart-summary .series-row, .panel.cart .reservation-details #charges-table .series-row, .panel.cart .purchase-details #reservation-summary .series-row, .panel.cart .purchase-details #purchase-summary .series-row, .panel.cart .purchase-details #cart-summary .series-row, .panel.cart .purchase-details #charges-table .series-row, .panel.cart .cart-details #reservation-summary .series-row, .panel.cart .cart-details #purchase-summary .series-row, .panel.cart .cart-details #cart-summary .series-row, .panel.cart .cart-details #charges-table .series-row, .panel.cart .report #reservation-summary .series-row, .panel.cart .report #purchase-summary .series-row, .panel.cart .report #cart-summary .series-row, .panel.cart .report #charges-table .series-row, .panel.cart .cart-details #reservation-summary .series-row, .panel.cart .cart-details #purchase-summary .series-row, .panel.cart .cart-details #cart-summary .series-row, .panel.cart .cart-details #charges-table .series-row {
  margin-bottom: 15px;
}

/* line 277, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary .reservation-activity-summary, .panel.charge .charge-details #purchase-summary .reservation-activity-summary, .panel.charge .charge-details #cart-summary .reservation-activity-summary, .panel.charge .charge-details #charges-table .reservation-activity-summary, .panel.charge .reservation-details #reservation-summary .reservation-activity-summary, .panel.charge .reservation-details #purchase-summary .reservation-activity-summary, .panel.charge .reservation-details #cart-summary .reservation-activity-summary, .panel.charge .reservation-details #charges-table .reservation-activity-summary, .panel.charge .purchase-details #reservation-summary .reservation-activity-summary, .panel.charge .purchase-details #purchase-summary .reservation-activity-summary, .panel.charge .purchase-details #cart-summary .reservation-activity-summary, .panel.charge .purchase-details #charges-table .reservation-activity-summary, .panel.charge .cart-details #reservation-summary .reservation-activity-summary, .panel.charge .cart-details #purchase-summary .reservation-activity-summary, .panel.charge .cart-details #cart-summary .reservation-activity-summary, .panel.charge .cart-details #charges-table .reservation-activity-summary, .panel.charge .report #reservation-summary .reservation-activity-summary, .panel.charge .report #purchase-summary .reservation-activity-summary, .panel.charge .report #cart-summary .reservation-activity-summary, .panel.charge .report #charges-table .reservation-activity-summary, .panel.charge .cart-details #reservation-summary .reservation-activity-summary, .panel.charge .cart-details #purchase-summary .reservation-activity-summary, .panel.charge .cart-details #cart-summary .reservation-activity-summary, .panel.charge .cart-details #charges-table .reservation-activity-summary, .panel.reservation .charge-details #reservation-summary .reservation-activity-summary, .panel.reservation .charge-details #purchase-summary .reservation-activity-summary, .panel.reservation .charge-details #cart-summary .reservation-activity-summary, .panel.reservation .charge-details #charges-table .reservation-activity-summary, .panel.reservation .reservation-details #reservation-summary .reservation-activity-summary, .panel.reservation .reservation-details #purchase-summary .reservation-activity-summary, .panel.reservation .reservation-details #cart-summary .reservation-activity-summary, .panel.reservation .reservation-details #charges-table .reservation-activity-summary, .panel.reservation .purchase-details #reservation-summary .reservation-activity-summary, .panel.reservation .purchase-details #purchase-summary .reservation-activity-summary, .panel.reservation .purchase-details #cart-summary .reservation-activity-summary, .panel.reservation .purchase-details #charges-table .reservation-activity-summary, .panel.reservation .cart-details #reservation-summary .reservation-activity-summary, .panel.reservation .cart-details #purchase-summary .reservation-activity-summary, .panel.reservation .cart-details #cart-summary .reservation-activity-summary, .panel.reservation .cart-details #charges-table .reservation-activity-summary, .panel.reservation .report #reservation-summary .reservation-activity-summary, .panel.reservation .report #purchase-summary .reservation-activity-summary, .panel.reservation .report #cart-summary .reservation-activity-summary, .panel.reservation .report #charges-table .reservation-activity-summary, .panel.reservation .cart-details #reservation-summary .reservation-activity-summary, .panel.reservation .cart-details #purchase-summary .reservation-activity-summary, .panel.reservation .cart-details #cart-summary .reservation-activity-summary, .panel.reservation .cart-details #charges-table .reservation-activity-summary, .panel.purchase .charge-details #reservation-summary .reservation-activity-summary, .panel.purchase .charge-details #purchase-summary .reservation-activity-summary, .panel.purchase .charge-details #cart-summary .reservation-activity-summary, .panel.purchase .charge-details #charges-table .reservation-activity-summary, .panel.purchase .reservation-details #reservation-summary .reservation-activity-summary, .panel.purchase .reservation-details #purchase-summary .reservation-activity-summary, .panel.purchase .reservation-details #cart-summary .reservation-activity-summary, .panel.purchase .reservation-details #charges-table .reservation-activity-summary, .panel.purchase .purchase-details #reservation-summary .reservation-activity-summary, .panel.purchase .purchase-details #purchase-summary .reservation-activity-summary, .panel.purchase .purchase-details #cart-summary .reservation-activity-summary, .panel.purchase .purchase-details #charges-table .reservation-activity-summary, .panel.purchase .cart-details #reservation-summary .reservation-activity-summary, .panel.purchase .cart-details #purchase-summary .reservation-activity-summary, .panel.purchase .cart-details #cart-summary .reservation-activity-summary, .panel.purchase .cart-details #charges-table .reservation-activity-summary, .panel.purchase .report #reservation-summary .reservation-activity-summary, .panel.purchase .report #purchase-summary .reservation-activity-summary, .panel.purchase .report #cart-summary .reservation-activity-summary, .panel.purchase .report #charges-table .reservation-activity-summary, .panel.purchase .cart-details #reservation-summary .reservation-activity-summary, .panel.purchase .cart-details #purchase-summary .reservation-activity-summary, .panel.purchase .cart-details #cart-summary .reservation-activity-summary, .panel.purchase .cart-details #charges-table .reservation-activity-summary, .activity-report .charge-details #reservation-summary .reservation-activity-summary, .activity-report .charge-details #purchase-summary .reservation-activity-summary, .activity-report .charge-details #cart-summary .reservation-activity-summary, .activity-report .charge-details #charges-table .reservation-activity-summary, .activity-report .reservation-details #reservation-summary .reservation-activity-summary, .activity-report .reservation-details #purchase-summary .reservation-activity-summary, .activity-report .reservation-details #cart-summary .reservation-activity-summary, .activity-report .reservation-details #charges-table .reservation-activity-summary, .activity-report .purchase-details #reservation-summary .reservation-activity-summary, .activity-report .purchase-details #purchase-summary .reservation-activity-summary, .activity-report .purchase-details #cart-summary .reservation-activity-summary, .activity-report .purchase-details #charges-table .reservation-activity-summary, .activity-report .cart-details #reservation-summary .reservation-activity-summary, .activity-report .cart-details #purchase-summary .reservation-activity-summary, .activity-report .cart-details #cart-summary .reservation-activity-summary, .activity-report .cart-details #charges-table .reservation-activity-summary, .activity-report .report #reservation-summary .reservation-activity-summary, .activity-report .report #purchase-summary .reservation-activity-summary, .activity-report .report #cart-summary .reservation-activity-summary, .activity-report .report #charges-table .reservation-activity-summary, .activity-report .cart-details #reservation-summary .reservation-activity-summary, .activity-report .cart-details #purchase-summary .reservation-activity-summary, .activity-report .cart-details #cart-summary .reservation-activity-summary, .activity-report .cart-details #charges-table .reservation-activity-summary, .series-report .charge-details #reservation-summary .reservation-activity-summary, .series-report .charge-details #purchase-summary .reservation-activity-summary, .series-report .charge-details #cart-summary .reservation-activity-summary, .series-report .charge-details #charges-table .reservation-activity-summary, .series-report .reservation-details #reservation-summary .reservation-activity-summary, .series-report .reservation-details #purchase-summary .reservation-activity-summary, .series-report .reservation-details #cart-summary .reservation-activity-summary, .series-report .reservation-details #charges-table .reservation-activity-summary, .series-report .purchase-details #reservation-summary .reservation-activity-summary, .series-report .purchase-details #purchase-summary .reservation-activity-summary, .series-report .purchase-details #cart-summary .reservation-activity-summary, .series-report .purchase-details #charges-table .reservation-activity-summary, .series-report .cart-details #reservation-summary .reservation-activity-summary, .series-report .cart-details #purchase-summary .reservation-activity-summary, .series-report .cart-details #cart-summary .reservation-activity-summary, .series-report .cart-details #charges-table .reservation-activity-summary, .series-report .report #reservation-summary .reservation-activity-summary, .series-report .report #purchase-summary .reservation-activity-summary, .series-report .report #cart-summary .reservation-activity-summary, .series-report .report #charges-table .reservation-activity-summary, .series-report .cart-details #reservation-summary .reservation-activity-summary, .series-report .cart-details #purchase-summary .reservation-activity-summary, .series-report .cart-details #cart-summary .reservation-activity-summary, .series-report .cart-details #charges-table .reservation-activity-summary, .panel.cart .charge-details #reservation-summary .reservation-activity-summary, .panel.cart .charge-details #purchase-summary .reservation-activity-summary, .panel.cart .charge-details #cart-summary .reservation-activity-summary, .panel.cart .charge-details #charges-table .reservation-activity-summary, .panel.cart .reservation-details #reservation-summary .reservation-activity-summary, .panel.cart .reservation-details #purchase-summary .reservation-activity-summary, .panel.cart .reservation-details #cart-summary .reservation-activity-summary, .panel.cart .reservation-details #charges-table .reservation-activity-summary, .panel.cart .purchase-details #reservation-summary .reservation-activity-summary, .panel.cart .purchase-details #purchase-summary .reservation-activity-summary, .panel.cart .purchase-details #cart-summary .reservation-activity-summary, .panel.cart .purchase-details #charges-table .reservation-activity-summary, .panel.cart .cart-details #reservation-summary .reservation-activity-summary, .panel.cart .cart-details #purchase-summary .reservation-activity-summary, .panel.cart .cart-details #cart-summary .reservation-activity-summary, .panel.cart .cart-details #charges-table .reservation-activity-summary, .panel.cart .report #reservation-summary .reservation-activity-summary, .panel.cart .report #purchase-summary .reservation-activity-summary, .panel.cart .report #cart-summary .reservation-activity-summary, .panel.cart .report #charges-table .reservation-activity-summary, .panel.cart .cart-details #reservation-summary .reservation-activity-summary, .panel.cart .cart-details #purchase-summary .reservation-activity-summary, .panel.cart .cart-details #cart-summary .reservation-activity-summary, .panel.cart .cart-details #charges-table .reservation-activity-summary {
  padding-top: 7px;
}

/* line 279, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary .reservation-activity-summary .error-container, .panel.charge .charge-details #purchase-summary .reservation-activity-summary .error-container, .panel.charge .charge-details #cart-summary .reservation-activity-summary .error-container, .panel.charge .charge-details #charges-table .reservation-activity-summary .error-container, .panel.charge .reservation-details #reservation-summary .reservation-activity-summary .error-container, .panel.charge .reservation-details #purchase-summary .reservation-activity-summary .error-container, .panel.charge .reservation-details #cart-summary .reservation-activity-summary .error-container, .panel.charge .reservation-details #charges-table .reservation-activity-summary .error-container, .panel.charge .purchase-details #reservation-summary .reservation-activity-summary .error-container, .panel.charge .purchase-details #purchase-summary .reservation-activity-summary .error-container, .panel.charge .purchase-details #cart-summary .reservation-activity-summary .error-container, .panel.charge .purchase-details #charges-table .reservation-activity-summary .error-container, .panel.charge .cart-details #reservation-summary .reservation-activity-summary .error-container, .panel.charge .cart-details #purchase-summary .reservation-activity-summary .error-container, .panel.charge .cart-details #cart-summary .reservation-activity-summary .error-container, .panel.charge .cart-details #charges-table .reservation-activity-summary .error-container, .panel.charge .report #reservation-summary .reservation-activity-summary .error-container, .panel.charge .report #purchase-summary .reservation-activity-summary .error-container, .panel.charge .report #cart-summary .reservation-activity-summary .error-container, .panel.charge .report #charges-table .reservation-activity-summary .error-container, .panel.charge .cart-details #reservation-summary .reservation-activity-summary .error-container, .panel.charge .cart-details #purchase-summary .reservation-activity-summary .error-container, .panel.charge .cart-details #cart-summary .reservation-activity-summary .error-container, .panel.charge .cart-details #charges-table .reservation-activity-summary .error-container, .panel.reservation .charge-details #reservation-summary .reservation-activity-summary .error-container, .panel.reservation .charge-details #purchase-summary .reservation-activity-summary .error-container, .panel.reservation .charge-details #cart-summary .reservation-activity-summary .error-container, .panel.reservation .charge-details #charges-table .reservation-activity-summary .error-container, .panel.reservation .reservation-details #reservation-summary .reservation-activity-summary .error-container, .panel.reservation .reservation-details #purchase-summary .reservation-activity-summary .error-container, .panel.reservation .reservation-details #cart-summary .reservation-activity-summary .error-container, .panel.reservation .reservation-details #charges-table .reservation-activity-summary .error-container, .panel.reservation .purchase-details #reservation-summary .reservation-activity-summary .error-container, .panel.reservation .purchase-details #purchase-summary .reservation-activity-summary .error-container, .panel.reservation .purchase-details #cart-summary .reservation-activity-summary .error-container, .panel.reservation .purchase-details #charges-table .reservation-activity-summary .error-container, .panel.reservation .cart-details #reservation-summary .reservation-activity-summary .error-container, .panel.reservation .cart-details #purchase-summary .reservation-activity-summary .error-container, .panel.reservation .cart-details #cart-summary .reservation-activity-summary .error-container, .panel.reservation .cart-details #charges-table .reservation-activity-summary .error-container, .panel.reservation .report #reservation-summary .reservation-activity-summary .error-container, .panel.reservation .report #purchase-summary .reservation-activity-summary .error-container, .panel.reservation .report #cart-summary .reservation-activity-summary .error-container, .panel.reservation .report #charges-table .reservation-activity-summary .error-container, .panel.reservation .cart-details #reservation-summary .reservation-activity-summary .error-container, .panel.reservation .cart-details #purchase-summary .reservation-activity-summary .error-container, .panel.reservation .cart-details #cart-summary .reservation-activity-summary .error-container, .panel.reservation .cart-details #charges-table .reservation-activity-summary .error-container, .panel.purchase .charge-details #reservation-summary .reservation-activity-summary .error-container, .panel.purchase .charge-details #purchase-summary .reservation-activity-summary .error-container, .panel.purchase .charge-details #cart-summary .reservation-activity-summary .error-container, .panel.purchase .charge-details #charges-table .reservation-activity-summary .error-container, .panel.purchase .reservation-details #reservation-summary .reservation-activity-summary .error-container, .panel.purchase .reservation-details #purchase-summary .reservation-activity-summary .error-container, .panel.purchase .reservation-details #cart-summary .reservation-activity-summary .error-container, .panel.purchase .reservation-details #charges-table .reservation-activity-summary .error-container, .panel.purchase .purchase-details #reservation-summary .reservation-activity-summary .error-container, .panel.purchase .purchase-details #purchase-summary .reservation-activity-summary .error-container, .panel.purchase .purchase-details #cart-summary .reservation-activity-summary .error-container, .panel.purchase .purchase-details #charges-table .reservation-activity-summary .error-container, .panel.purchase .cart-details #reservation-summary .reservation-activity-summary .error-container, .panel.purchase .cart-details #purchase-summary .reservation-activity-summary .error-container, .panel.purchase .cart-details #cart-summary .reservation-activity-summary .error-container, .panel.purchase .cart-details #charges-table .reservation-activity-summary .error-container, .panel.purchase .report #reservation-summary .reservation-activity-summary .error-container, .panel.purchase .report #purchase-summary .reservation-activity-summary .error-container, .panel.purchase .report #cart-summary .reservation-activity-summary .error-container, .panel.purchase .report #charges-table .reservation-activity-summary .error-container, .panel.purchase .cart-details #reservation-summary .reservation-activity-summary .error-container, .panel.purchase .cart-details #purchase-summary .reservation-activity-summary .error-container, .panel.purchase .cart-details #cart-summary .reservation-activity-summary .error-container, .panel.purchase .cart-details #charges-table .reservation-activity-summary .error-container, .activity-report .charge-details #reservation-summary .reservation-activity-summary .error-container, .activity-report .charge-details #purchase-summary .reservation-activity-summary .error-container, .activity-report .charge-details #cart-summary .reservation-activity-summary .error-container, .activity-report .charge-details #charges-table .reservation-activity-summary .error-container, .activity-report .reservation-details #reservation-summary .reservation-activity-summary .error-container, .activity-report .reservation-details #purchase-summary .reservation-activity-summary .error-container, .activity-report .reservation-details #cart-summary .reservation-activity-summary .error-container, .activity-report .reservation-details #charges-table .reservation-activity-summary .error-container, .activity-report .purchase-details #reservation-summary .reservation-activity-summary .error-container, .activity-report .purchase-details #purchase-summary .reservation-activity-summary .error-container, .activity-report .purchase-details #cart-summary .reservation-activity-summary .error-container, .activity-report .purchase-details #charges-table .reservation-activity-summary .error-container, .activity-report .cart-details #reservation-summary .reservation-activity-summary .error-container, .activity-report .cart-details #purchase-summary .reservation-activity-summary .error-container, .activity-report .cart-details #cart-summary .reservation-activity-summary .error-container, .activity-report .cart-details #charges-table .reservation-activity-summary .error-container, .activity-report .report #reservation-summary .reservation-activity-summary .error-container, .activity-report .report #purchase-summary .reservation-activity-summary .error-container, .activity-report .report #cart-summary .reservation-activity-summary .error-container, .activity-report .report #charges-table .reservation-activity-summary .error-container, .activity-report .cart-details #reservation-summary .reservation-activity-summary .error-container, .activity-report .cart-details #purchase-summary .reservation-activity-summary .error-container, .activity-report .cart-details #cart-summary .reservation-activity-summary .error-container, .activity-report .cart-details #charges-table .reservation-activity-summary .error-container, .series-report .charge-details #reservation-summary .reservation-activity-summary .error-container, .series-report .charge-details #purchase-summary .reservation-activity-summary .error-container, .series-report .charge-details #cart-summary .reservation-activity-summary .error-container, .series-report .charge-details #charges-table .reservation-activity-summary .error-container, .series-report .reservation-details #reservation-summary .reservation-activity-summary .error-container, .series-report .reservation-details #purchase-summary .reservation-activity-summary .error-container, .series-report .reservation-details #cart-summary .reservation-activity-summary .error-container, .series-report .reservation-details #charges-table .reservation-activity-summary .error-container, .series-report .purchase-details #reservation-summary .reservation-activity-summary .error-container, .series-report .purchase-details #purchase-summary .reservation-activity-summary .error-container, .series-report .purchase-details #cart-summary .reservation-activity-summary .error-container, .series-report .purchase-details #charges-table .reservation-activity-summary .error-container, .series-report .cart-details #reservation-summary .reservation-activity-summary .error-container, .series-report .cart-details #purchase-summary .reservation-activity-summary .error-container, .series-report .cart-details #cart-summary .reservation-activity-summary .error-container, .series-report .cart-details #charges-table .reservation-activity-summary .error-container, .series-report .report #reservation-summary .reservation-activity-summary .error-container, .series-report .report #purchase-summary .reservation-activity-summary .error-container, .series-report .report #cart-summary .reservation-activity-summary .error-container, .series-report .report #charges-table .reservation-activity-summary .error-container, .series-report .cart-details #reservation-summary .reservation-activity-summary .error-container, .series-report .cart-details #purchase-summary .reservation-activity-summary .error-container, .series-report .cart-details #cart-summary .reservation-activity-summary .error-container, .series-report .cart-details #charges-table .reservation-activity-summary .error-container, .panel.cart .charge-details #reservation-summary .reservation-activity-summary .error-container, .panel.cart .charge-details #purchase-summary .reservation-activity-summary .error-container, .panel.cart .charge-details #cart-summary .reservation-activity-summary .error-container, .panel.cart .charge-details #charges-table .reservation-activity-summary .error-container, .panel.cart .reservation-details #reservation-summary .reservation-activity-summary .error-container, .panel.cart .reservation-details #purchase-summary .reservation-activity-summary .error-container, .panel.cart .reservation-details #cart-summary .reservation-activity-summary .error-container, .panel.cart .reservation-details #charges-table .reservation-activity-summary .error-container, .panel.cart .purchase-details #reservation-summary .reservation-activity-summary .error-container, .panel.cart .purchase-details #purchase-summary .reservation-activity-summary .error-container, .panel.cart .purchase-details #cart-summary .reservation-activity-summary .error-container, .panel.cart .purchase-details #charges-table .reservation-activity-summary .error-container, .panel.cart .cart-details #reservation-summary .reservation-activity-summary .error-container, .panel.cart .cart-details #purchase-summary .reservation-activity-summary .error-container, .panel.cart .cart-details #cart-summary .reservation-activity-summary .error-container, .panel.cart .cart-details #charges-table .reservation-activity-summary .error-container, .panel.cart .report #reservation-summary .reservation-activity-summary .error-container, .panel.cart .report #purchase-summary .reservation-activity-summary .error-container, .panel.cart .report #cart-summary .reservation-activity-summary .error-container, .panel.cart .report #charges-table .reservation-activity-summary .error-container, .panel.cart .cart-details #reservation-summary .reservation-activity-summary .error-container, .panel.cart .cart-details #purchase-summary .reservation-activity-summary .error-container, .panel.cart .cart-details #cart-summary .reservation-activity-summary .error-container, .panel.cart .cart-details #charges-table .reservation-activity-summary .error-container {
  width: 65%;
  margin: 0 0 1% auto;
}

/* line 284, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary .reservation-activity-summary ul li, .panel.charge .charge-details #purchase-summary .reservation-activity-summary ul li, .panel.charge .charge-details #cart-summary .reservation-activity-summary ul li, .panel.charge .charge-details #charges-table .reservation-activity-summary ul li, .panel.charge .reservation-details #reservation-summary .reservation-activity-summary ul li, .panel.charge .reservation-details #purchase-summary .reservation-activity-summary ul li, .panel.charge .reservation-details #cart-summary .reservation-activity-summary ul li, .panel.charge .reservation-details #charges-table .reservation-activity-summary ul li, .panel.charge .purchase-details #reservation-summary .reservation-activity-summary ul li, .panel.charge .purchase-details #purchase-summary .reservation-activity-summary ul li, .panel.charge .purchase-details #cart-summary .reservation-activity-summary ul li, .panel.charge .purchase-details #charges-table .reservation-activity-summary ul li, .panel.charge .cart-details #reservation-summary .reservation-activity-summary ul li, .panel.charge .cart-details #purchase-summary .reservation-activity-summary ul li, .panel.charge .cart-details #cart-summary .reservation-activity-summary ul li, .panel.charge .cart-details #charges-table .reservation-activity-summary ul li, .panel.charge .report #reservation-summary .reservation-activity-summary ul li, .panel.charge .report #purchase-summary .reservation-activity-summary ul li, .panel.charge .report #cart-summary .reservation-activity-summary ul li, .panel.charge .report #charges-table .reservation-activity-summary ul li, .panel.charge .cart-details #reservation-summary .reservation-activity-summary ul li, .panel.charge .cart-details #purchase-summary .reservation-activity-summary ul li, .panel.charge .cart-details #cart-summary .reservation-activity-summary ul li, .panel.charge .cart-details #charges-table .reservation-activity-summary ul li, .panel.reservation .charge-details #reservation-summary .reservation-activity-summary ul li, .panel.reservation .charge-details #purchase-summary .reservation-activity-summary ul li, .panel.reservation .charge-details #cart-summary .reservation-activity-summary ul li, .panel.reservation .charge-details #charges-table .reservation-activity-summary ul li, .panel.reservation .reservation-details #reservation-summary .reservation-activity-summary ul li, .panel.reservation .reservation-details #purchase-summary .reservation-activity-summary ul li, .panel.reservation .reservation-details #cart-summary .reservation-activity-summary ul li, .panel.reservation .reservation-details #charges-table .reservation-activity-summary ul li, .panel.reservation .purchase-details #reservation-summary .reservation-activity-summary ul li, .panel.reservation .purchase-details #purchase-summary .reservation-activity-summary ul li, .panel.reservation .purchase-details #cart-summary .reservation-activity-summary ul li, .panel.reservation .purchase-details #charges-table .reservation-activity-summary ul li, .panel.reservation .cart-details #reservation-summary .reservation-activity-summary ul li, .panel.reservation .cart-details #purchase-summary .reservation-activity-summary ul li, .panel.reservation .cart-details #cart-summary .reservation-activity-summary ul li, .panel.reservation .cart-details #charges-table .reservation-activity-summary ul li, .panel.reservation .report #reservation-summary .reservation-activity-summary ul li, .panel.reservation .report #purchase-summary .reservation-activity-summary ul li, .panel.reservation .report #cart-summary .reservation-activity-summary ul li, .panel.reservation .report #charges-table .reservation-activity-summary ul li, .panel.reservation .cart-details #reservation-summary .reservation-activity-summary ul li, .panel.reservation .cart-details #purchase-summary .reservation-activity-summary ul li, .panel.reservation .cart-details #cart-summary .reservation-activity-summary ul li, .panel.reservation .cart-details #charges-table .reservation-activity-summary ul li, .panel.purchase .charge-details #reservation-summary .reservation-activity-summary ul li, .panel.purchase .charge-details #purchase-summary .reservation-activity-summary ul li, .panel.purchase .charge-details #cart-summary .reservation-activity-summary ul li, .panel.purchase .charge-details #charges-table .reservation-activity-summary ul li, .panel.purchase .reservation-details #reservation-summary .reservation-activity-summary ul li, .panel.purchase .reservation-details #purchase-summary .reservation-activity-summary ul li, .panel.purchase .reservation-details #cart-summary .reservation-activity-summary ul li, .panel.purchase .reservation-details #charges-table .reservation-activity-summary ul li, .panel.purchase .purchase-details #reservation-summary .reservation-activity-summary ul li, .panel.purchase .purchase-details #purchase-summary .reservation-activity-summary ul li, .panel.purchase .purchase-details #cart-summary .reservation-activity-summary ul li, .panel.purchase .purchase-details #charges-table .reservation-activity-summary ul li, .panel.purchase .cart-details #reservation-summary .reservation-activity-summary ul li, .panel.purchase .cart-details #purchase-summary .reservation-activity-summary ul li, .panel.purchase .cart-details #cart-summary .reservation-activity-summary ul li, .panel.purchase .cart-details #charges-table .reservation-activity-summary ul li, .panel.purchase .report #reservation-summary .reservation-activity-summary ul li, .panel.purchase .report #purchase-summary .reservation-activity-summary ul li, .panel.purchase .report #cart-summary .reservation-activity-summary ul li, .panel.purchase .report #charges-table .reservation-activity-summary ul li, .panel.purchase .cart-details #reservation-summary .reservation-activity-summary ul li, .panel.purchase .cart-details #purchase-summary .reservation-activity-summary ul li, .panel.purchase .cart-details #cart-summary .reservation-activity-summary ul li, .panel.purchase .cart-details #charges-table .reservation-activity-summary ul li, .activity-report .charge-details #reservation-summary .reservation-activity-summary ul li, .activity-report .charge-details #purchase-summary .reservation-activity-summary ul li, .activity-report .charge-details #cart-summary .reservation-activity-summary ul li, .activity-report .charge-details #charges-table .reservation-activity-summary ul li, .activity-report .reservation-details #reservation-summary .reservation-activity-summary ul li, .activity-report .reservation-details #purchase-summary .reservation-activity-summary ul li, .activity-report .reservation-details #cart-summary .reservation-activity-summary ul li, .activity-report .reservation-details #charges-table .reservation-activity-summary ul li, .activity-report .purchase-details #reservation-summary .reservation-activity-summary ul li, .activity-report .purchase-details #purchase-summary .reservation-activity-summary ul li, .activity-report .purchase-details #cart-summary .reservation-activity-summary ul li, .activity-report .purchase-details #charges-table .reservation-activity-summary ul li, .activity-report .cart-details #reservation-summary .reservation-activity-summary ul li, .activity-report .cart-details #purchase-summary .reservation-activity-summary ul li, .activity-report .cart-details #cart-summary .reservation-activity-summary ul li, .activity-report .cart-details #charges-table .reservation-activity-summary ul li, .activity-report .report #reservation-summary .reservation-activity-summary ul li, .activity-report .report #purchase-summary .reservation-activity-summary ul li, .activity-report .report #cart-summary .reservation-activity-summary ul li, .activity-report .report #charges-table .reservation-activity-summary ul li, .activity-report .cart-details #reservation-summary .reservation-activity-summary ul li, .activity-report .cart-details #purchase-summary .reservation-activity-summary ul li, .activity-report .cart-details #cart-summary .reservation-activity-summary ul li, .activity-report .cart-details #charges-table .reservation-activity-summary ul li, .series-report .charge-details #reservation-summary .reservation-activity-summary ul li, .series-report .charge-details #purchase-summary .reservation-activity-summary ul li, .series-report .charge-details #cart-summary .reservation-activity-summary ul li, .series-report .charge-details #charges-table .reservation-activity-summary ul li, .series-report .reservation-details #reservation-summary .reservation-activity-summary ul li, .series-report .reservation-details #purchase-summary .reservation-activity-summary ul li, .series-report .reservation-details #cart-summary .reservation-activity-summary ul li, .series-report .reservation-details #charges-table .reservation-activity-summary ul li, .series-report .purchase-details #reservation-summary .reservation-activity-summary ul li, .series-report .purchase-details #purchase-summary .reservation-activity-summary ul li, .series-report .purchase-details #cart-summary .reservation-activity-summary ul li, .series-report .purchase-details #charges-table .reservation-activity-summary ul li, .series-report .cart-details #reservation-summary .reservation-activity-summary ul li, .series-report .cart-details #purchase-summary .reservation-activity-summary ul li, .series-report .cart-details #cart-summary .reservation-activity-summary ul li, .series-report .cart-details #charges-table .reservation-activity-summary ul li, .series-report .report #reservation-summary .reservation-activity-summary ul li, .series-report .report #purchase-summary .reservation-activity-summary ul li, .series-report .report #cart-summary .reservation-activity-summary ul li, .series-report .report #charges-table .reservation-activity-summary ul li, .series-report .cart-details #reservation-summary .reservation-activity-summary ul li, .series-report .cart-details #purchase-summary .reservation-activity-summary ul li, .series-report .cart-details #cart-summary .reservation-activity-summary ul li, .series-report .cart-details #charges-table .reservation-activity-summary ul li, .panel.cart .charge-details #reservation-summary .reservation-activity-summary ul li, .panel.cart .charge-details #purchase-summary .reservation-activity-summary ul li, .panel.cart .charge-details #cart-summary .reservation-activity-summary ul li, .panel.cart .charge-details #charges-table .reservation-activity-summary ul li, .panel.cart .reservation-details #reservation-summary .reservation-activity-summary ul li, .panel.cart .reservation-details #purchase-summary .reservation-activity-summary ul li, .panel.cart .reservation-details #cart-summary .reservation-activity-summary ul li, .panel.cart .reservation-details #charges-table .reservation-activity-summary ul li, .panel.cart .purchase-details #reservation-summary .reservation-activity-summary ul li, .panel.cart .purchase-details #purchase-summary .reservation-activity-summary ul li, .panel.cart .purchase-details #cart-summary .reservation-activity-summary ul li, .panel.cart .purchase-details #charges-table .reservation-activity-summary ul li, .panel.cart .cart-details #reservation-summary .reservation-activity-summary ul li, .panel.cart .cart-details #purchase-summary .reservation-activity-summary ul li, .panel.cart .cart-details #cart-summary .reservation-activity-summary ul li, .panel.cart .cart-details #charges-table .reservation-activity-summary ul li, .panel.cart .report #reservation-summary .reservation-activity-summary ul li, .panel.cart .report #purchase-summary .reservation-activity-summary ul li, .panel.cart .report #cart-summary .reservation-activity-summary ul li, .panel.cart .report #charges-table .reservation-activity-summary ul li, .panel.cart .cart-details #reservation-summary .reservation-activity-summary ul li, .panel.cart .cart-details #purchase-summary .reservation-activity-summary ul li, .panel.cart .cart-details #cart-summary .reservation-activity-summary ul li, .panel.cart .cart-details #charges-table .reservation-activity-summary ul li {
  font-style: italic;
}

/* line 290, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary .edit-icon, .panel.charge .charge-details #purchase-summary .edit-icon, .panel.charge .charge-details #cart-summary .edit-icon, .panel.charge .charge-details #charges-table .edit-icon, .panel.charge .reservation-details #reservation-summary .edit-icon, .panel.charge .reservation-details #purchase-summary .edit-icon, .panel.charge .reservation-details #cart-summary .edit-icon, .panel.charge .reservation-details #charges-table .edit-icon, .panel.charge .purchase-details #reservation-summary .edit-icon, .panel.charge .purchase-details #purchase-summary .edit-icon, .panel.charge .purchase-details #cart-summary .edit-icon, .panel.charge .purchase-details #charges-table .edit-icon, .panel.charge .cart-details #reservation-summary .edit-icon, .panel.charge .cart-details #purchase-summary .edit-icon, .panel.charge .cart-details #cart-summary .edit-icon, .panel.charge .cart-details #charges-table .edit-icon, .panel.charge .report #reservation-summary .edit-icon, .panel.charge .report #purchase-summary .edit-icon, .panel.charge .report #cart-summary .edit-icon, .panel.charge .report #charges-table .edit-icon, .panel.charge .cart-details #reservation-summary .edit-icon, .panel.charge .cart-details #purchase-summary .edit-icon, .panel.charge .cart-details #cart-summary .edit-icon, .panel.charge .cart-details #charges-table .edit-icon, .panel.reservation .charge-details #reservation-summary .edit-icon, .panel.reservation .charge-details #purchase-summary .edit-icon, .panel.reservation .charge-details #cart-summary .edit-icon, .panel.reservation .charge-details #charges-table .edit-icon, .panel.reservation .reservation-details #reservation-summary .edit-icon, .panel.reservation .reservation-details #purchase-summary .edit-icon, .panel.reservation .reservation-details #cart-summary .edit-icon, .panel.reservation .reservation-details #charges-table .edit-icon, .panel.reservation .purchase-details #reservation-summary .edit-icon, .panel.reservation .purchase-details #purchase-summary .edit-icon, .panel.reservation .purchase-details #cart-summary .edit-icon, .panel.reservation .purchase-details #charges-table .edit-icon, .panel.reservation .cart-details #reservation-summary .edit-icon, .panel.reservation .cart-details #purchase-summary .edit-icon, .panel.reservation .cart-details #cart-summary .edit-icon, .panel.reservation .cart-details #charges-table .edit-icon, .panel.reservation .report #reservation-summary .edit-icon, .panel.reservation .report #purchase-summary .edit-icon, .panel.reservation .report #cart-summary .edit-icon, .panel.reservation .report #charges-table .edit-icon, .panel.reservation .cart-details #reservation-summary .edit-icon, .panel.reservation .cart-details #purchase-summary .edit-icon, .panel.reservation .cart-details #cart-summary .edit-icon, .panel.reservation .cart-details #charges-table .edit-icon, .panel.purchase .charge-details #reservation-summary .edit-icon, .panel.purchase .charge-details #purchase-summary .edit-icon, .panel.purchase .charge-details #cart-summary .edit-icon, .panel.purchase .charge-details #charges-table .edit-icon, .panel.purchase .reservation-details #reservation-summary .edit-icon, .panel.purchase .reservation-details #purchase-summary .edit-icon, .panel.purchase .reservation-details #cart-summary .edit-icon, .panel.purchase .reservation-details #charges-table .edit-icon, .panel.purchase .purchase-details #reservation-summary .edit-icon, .panel.purchase .purchase-details #purchase-summary .edit-icon, .panel.purchase .purchase-details #cart-summary .edit-icon, .panel.purchase .purchase-details #charges-table .edit-icon, .panel.purchase .cart-details #reservation-summary .edit-icon, .panel.purchase .cart-details #purchase-summary .edit-icon, .panel.purchase .cart-details #cart-summary .edit-icon, .panel.purchase .cart-details #charges-table .edit-icon, .panel.purchase .report #reservation-summary .edit-icon, .panel.purchase .report #purchase-summary .edit-icon, .panel.purchase .report #cart-summary .edit-icon, .panel.purchase .report #charges-table .edit-icon, .panel.purchase .cart-details #reservation-summary .edit-icon, .panel.purchase .cart-details #purchase-summary .edit-icon, .panel.purchase .cart-details #cart-summary .edit-icon, .panel.purchase .cart-details #charges-table .edit-icon, .activity-report .charge-details #reservation-summary .edit-icon, .activity-report .charge-details #purchase-summary .edit-icon, .activity-report .charge-details #cart-summary .edit-icon, .activity-report .charge-details #charges-table .edit-icon, .activity-report .reservation-details #reservation-summary .edit-icon, .activity-report .reservation-details #purchase-summary .edit-icon, .activity-report .reservation-details #cart-summary .edit-icon, .activity-report .reservation-details #charges-table .edit-icon, .activity-report .purchase-details #reservation-summary .edit-icon, .activity-report .purchase-details #purchase-summary .edit-icon, .activity-report .purchase-details #cart-summary .edit-icon, .activity-report .purchase-details #charges-table .edit-icon, .activity-report .cart-details #reservation-summary .edit-icon, .activity-report .cart-details #purchase-summary .edit-icon, .activity-report .cart-details #cart-summary .edit-icon, .activity-report .cart-details #charges-table .edit-icon, .activity-report .report #reservation-summary .edit-icon, .activity-report .report #purchase-summary .edit-icon, .activity-report .report #cart-summary .edit-icon, .activity-report .report #charges-table .edit-icon, .activity-report .cart-details #reservation-summary .edit-icon, .activity-report .cart-details #purchase-summary .edit-icon, .activity-report .cart-details #cart-summary .edit-icon, .activity-report .cart-details #charges-table .edit-icon, .series-report .charge-details #reservation-summary .edit-icon, .series-report .charge-details #purchase-summary .edit-icon, .series-report .charge-details #cart-summary .edit-icon, .series-report .charge-details #charges-table .edit-icon, .series-report .reservation-details #reservation-summary .edit-icon, .series-report .reservation-details #purchase-summary .edit-icon, .series-report .reservation-details #cart-summary .edit-icon, .series-report .reservation-details #charges-table .edit-icon, .series-report .purchase-details #reservation-summary .edit-icon, .series-report .purchase-details #purchase-summary .edit-icon, .series-report .purchase-details #cart-summary .edit-icon, .series-report .purchase-details #charges-table .edit-icon, .series-report .cart-details #reservation-summary .edit-icon, .series-report .cart-details #purchase-summary .edit-icon, .series-report .cart-details #cart-summary .edit-icon, .series-report .cart-details #charges-table .edit-icon, .series-report .report #reservation-summary .edit-icon, .series-report .report #purchase-summary .edit-icon, .series-report .report #cart-summary .edit-icon, .series-report .report #charges-table .edit-icon, .series-report .cart-details #reservation-summary .edit-icon, .series-report .cart-details #purchase-summary .edit-icon, .series-report .cart-details #cart-summary .edit-icon, .series-report .cart-details #charges-table .edit-icon, .panel.cart .charge-details #reservation-summary .edit-icon, .panel.cart .charge-details #purchase-summary .edit-icon, .panel.cart .charge-details #cart-summary .edit-icon, .panel.cart .charge-details #charges-table .edit-icon, .panel.cart .reservation-details #reservation-summary .edit-icon, .panel.cart .reservation-details #purchase-summary .edit-icon, .panel.cart .reservation-details #cart-summary .edit-icon, .panel.cart .reservation-details #charges-table .edit-icon, .panel.cart .purchase-details #reservation-summary .edit-icon, .panel.cart .purchase-details #purchase-summary .edit-icon, .panel.cart .purchase-details #cart-summary .edit-icon, .panel.cart .purchase-details #charges-table .edit-icon, .panel.cart .cart-details #reservation-summary .edit-icon, .panel.cart .cart-details #purchase-summary .edit-icon, .panel.cart .cart-details #cart-summary .edit-icon, .panel.cart .cart-details #charges-table .edit-icon, .panel.cart .report #reservation-summary .edit-icon, .panel.cart .report #purchase-summary .edit-icon, .panel.cart .report #cart-summary .edit-icon, .panel.cart .report #charges-table .edit-icon, .panel.cart .cart-details #reservation-summary .edit-icon, .panel.cart .cart-details #purchase-summary .edit-icon, .panel.cart .cart-details #cart-summary .edit-icon, .panel.cart .cart-details #charges-table .edit-icon {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

/* line 297, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary #purchase-active-status .status-toggle, .panel.charge .charge-details #purchase-summary #purchase-active-status .status-toggle, .panel.charge .charge-details #cart-summary #purchase-active-status .status-toggle, .panel.charge .charge-details #charges-table #purchase-active-status .status-toggle, .panel.charge .reservation-details #reservation-summary #purchase-active-status .status-toggle, .panel.charge .reservation-details #purchase-summary #purchase-active-status .status-toggle, .panel.charge .reservation-details #cart-summary #purchase-active-status .status-toggle, .panel.charge .reservation-details #charges-table #purchase-active-status .status-toggle, .panel.charge .purchase-details #reservation-summary #purchase-active-status .status-toggle, .panel.charge .purchase-details #purchase-summary #purchase-active-status .status-toggle, .panel.charge .purchase-details #cart-summary #purchase-active-status .status-toggle, .panel.charge .purchase-details #charges-table #purchase-active-status .status-toggle, .panel.charge .cart-details #reservation-summary #purchase-active-status .status-toggle, .panel.charge .cart-details #purchase-summary #purchase-active-status .status-toggle, .panel.charge .cart-details #cart-summary #purchase-active-status .status-toggle, .panel.charge .cart-details #charges-table #purchase-active-status .status-toggle, .panel.charge .report #reservation-summary #purchase-active-status .status-toggle, .panel.charge .report #purchase-summary #purchase-active-status .status-toggle, .panel.charge .report #cart-summary #purchase-active-status .status-toggle, .panel.charge .report #charges-table #purchase-active-status .status-toggle, .panel.charge .cart-details #reservation-summary #purchase-active-status .status-toggle, .panel.charge .cart-details #purchase-summary #purchase-active-status .status-toggle, .panel.charge .cart-details #cart-summary #purchase-active-status .status-toggle, .panel.charge .cart-details #charges-table #purchase-active-status .status-toggle, .panel.reservation .charge-details #reservation-summary #purchase-active-status .status-toggle, .panel.reservation .charge-details #purchase-summary #purchase-active-status .status-toggle, .panel.reservation .charge-details #cart-summary #purchase-active-status .status-toggle, .panel.reservation .charge-details #charges-table #purchase-active-status .status-toggle, .panel.reservation .reservation-details #reservation-summary #purchase-active-status .status-toggle, .panel.reservation .reservation-details #purchase-summary #purchase-active-status .status-toggle, .panel.reservation .reservation-details #cart-summary #purchase-active-status .status-toggle, .panel.reservation .reservation-details #charges-table #purchase-active-status .status-toggle, .panel.reservation .purchase-details #reservation-summary #purchase-active-status .status-toggle, .panel.reservation .purchase-details #purchase-summary #purchase-active-status .status-toggle, .panel.reservation .purchase-details #cart-summary #purchase-active-status .status-toggle, .panel.reservation .purchase-details #charges-table #purchase-active-status .status-toggle, .panel.reservation .cart-details #reservation-summary #purchase-active-status .status-toggle, .panel.reservation .cart-details #purchase-summary #purchase-active-status .status-toggle, .panel.reservation .cart-details #cart-summary #purchase-active-status .status-toggle, .panel.reservation .cart-details #charges-table #purchase-active-status .status-toggle, .panel.reservation .report #reservation-summary #purchase-active-status .status-toggle, .panel.reservation .report #purchase-summary #purchase-active-status .status-toggle, .panel.reservation .report #cart-summary #purchase-active-status .status-toggle, .panel.reservation .report #charges-table #purchase-active-status .status-toggle, .panel.reservation .cart-details #reservation-summary #purchase-active-status .status-toggle, .panel.reservation .cart-details #purchase-summary #purchase-active-status .status-toggle, .panel.reservation .cart-details #cart-summary #purchase-active-status .status-toggle, .panel.reservation .cart-details #charges-table #purchase-active-status .status-toggle, .panel.purchase .charge-details #reservation-summary #purchase-active-status .status-toggle, .panel.purchase .charge-details #purchase-summary #purchase-active-status .status-toggle, .panel.purchase .charge-details #cart-summary #purchase-active-status .status-toggle, .panel.purchase .charge-details #charges-table #purchase-active-status .status-toggle, .panel.purchase .reservation-details #reservation-summary #purchase-active-status .status-toggle, .panel.purchase .reservation-details #purchase-summary #purchase-active-status .status-toggle, .panel.purchase .reservation-details #cart-summary #purchase-active-status .status-toggle, .panel.purchase .reservation-details #charges-table #purchase-active-status .status-toggle, .panel.purchase .purchase-details #reservation-summary #purchase-active-status .status-toggle, .panel.purchase .purchase-details #purchase-summary #purchase-active-status .status-toggle, .panel.purchase .purchase-details #cart-summary #purchase-active-status .status-toggle, .panel.purchase .purchase-details #charges-table #purchase-active-status .status-toggle, .panel.purchase .cart-details #reservation-summary #purchase-active-status .status-toggle, .panel.purchase .cart-details #purchase-summary #purchase-active-status .status-toggle, .panel.purchase .cart-details #cart-summary #purchase-active-status .status-toggle, .panel.purchase .cart-details #charges-table #purchase-active-status .status-toggle, .panel.purchase .report #reservation-summary #purchase-active-status .status-toggle, .panel.purchase .report #purchase-summary #purchase-active-status .status-toggle, .panel.purchase .report #cart-summary #purchase-active-status .status-toggle, .panel.purchase .report #charges-table #purchase-active-status .status-toggle, .panel.purchase .cart-details #reservation-summary #purchase-active-status .status-toggle, .panel.purchase .cart-details #purchase-summary #purchase-active-status .status-toggle, .panel.purchase .cart-details #cart-summary #purchase-active-status .status-toggle, .panel.purchase .cart-details #charges-table #purchase-active-status .status-toggle, .activity-report .charge-details #reservation-summary #purchase-active-status .status-toggle, .activity-report .charge-details #purchase-summary #purchase-active-status .status-toggle, .activity-report .charge-details #cart-summary #purchase-active-status .status-toggle, .activity-report .charge-details #charges-table #purchase-active-status .status-toggle, .activity-report .reservation-details #reservation-summary #purchase-active-status .status-toggle, .activity-report .reservation-details #purchase-summary #purchase-active-status .status-toggle, .activity-report .reservation-details #cart-summary #purchase-active-status .status-toggle, .activity-report .reservation-details #charges-table #purchase-active-status .status-toggle, .activity-report .purchase-details #reservation-summary #purchase-active-status .status-toggle, .activity-report .purchase-details #purchase-summary #purchase-active-status .status-toggle, .activity-report .purchase-details #cart-summary #purchase-active-status .status-toggle, .activity-report .purchase-details #charges-table #purchase-active-status .status-toggle, .activity-report .cart-details #reservation-summary #purchase-active-status .status-toggle, .activity-report .cart-details #purchase-summary #purchase-active-status .status-toggle, .activity-report .cart-details #cart-summary #purchase-active-status .status-toggle, .activity-report .cart-details #charges-table #purchase-active-status .status-toggle, .activity-report .report #reservation-summary #purchase-active-status .status-toggle, .activity-report .report #purchase-summary #purchase-active-status .status-toggle, .activity-report .report #cart-summary #purchase-active-status .status-toggle, .activity-report .report #charges-table #purchase-active-status .status-toggle, .activity-report .cart-details #reservation-summary #purchase-active-status .status-toggle, .activity-report .cart-details #purchase-summary #purchase-active-status .status-toggle, .activity-report .cart-details #cart-summary #purchase-active-status .status-toggle, .activity-report .cart-details #charges-table #purchase-active-status .status-toggle, .series-report .charge-details #reservation-summary #purchase-active-status .status-toggle, .series-report .charge-details #purchase-summary #purchase-active-status .status-toggle, .series-report .charge-details #cart-summary #purchase-active-status .status-toggle, .series-report .charge-details #charges-table #purchase-active-status .status-toggle, .series-report .reservation-details #reservation-summary #purchase-active-status .status-toggle, .series-report .reservation-details #purchase-summary #purchase-active-status .status-toggle, .series-report .reservation-details #cart-summary #purchase-active-status .status-toggle, .series-report .reservation-details #charges-table #purchase-active-status .status-toggle, .series-report .purchase-details #reservation-summary #purchase-active-status .status-toggle, .series-report .purchase-details #purchase-summary #purchase-active-status .status-toggle, .series-report .purchase-details #cart-summary #purchase-active-status .status-toggle, .series-report .purchase-details #charges-table #purchase-active-status .status-toggle, .series-report .cart-details #reservation-summary #purchase-active-status .status-toggle, .series-report .cart-details #purchase-summary #purchase-active-status .status-toggle, .series-report .cart-details #cart-summary #purchase-active-status .status-toggle, .series-report .cart-details #charges-table #purchase-active-status .status-toggle, .series-report .report #reservation-summary #purchase-active-status .status-toggle, .series-report .report #purchase-summary #purchase-active-status .status-toggle, .series-report .report #cart-summary #purchase-active-status .status-toggle, .series-report .report #charges-table #purchase-active-status .status-toggle, .series-report .cart-details #reservation-summary #purchase-active-status .status-toggle, .series-report .cart-details #purchase-summary #purchase-active-status .status-toggle, .series-report .cart-details #cart-summary #purchase-active-status .status-toggle, .series-report .cart-details #charges-table #purchase-active-status .status-toggle, .panel.cart .charge-details #reservation-summary #purchase-active-status .status-toggle, .panel.cart .charge-details #purchase-summary #purchase-active-status .status-toggle, .panel.cart .charge-details #cart-summary #purchase-active-status .status-toggle, .panel.cart .charge-details #charges-table #purchase-active-status .status-toggle, .panel.cart .reservation-details #reservation-summary #purchase-active-status .status-toggle, .panel.cart .reservation-details #purchase-summary #purchase-active-status .status-toggle, .panel.cart .reservation-details #cart-summary #purchase-active-status .status-toggle, .panel.cart .reservation-details #charges-table #purchase-active-status .status-toggle, .panel.cart .purchase-details #reservation-summary #purchase-active-status .status-toggle, .panel.cart .purchase-details #purchase-summary #purchase-active-status .status-toggle, .panel.cart .purchase-details #cart-summary #purchase-active-status .status-toggle, .panel.cart .purchase-details #charges-table #purchase-active-status .status-toggle, .panel.cart .cart-details #reservation-summary #purchase-active-status .status-toggle, .panel.cart .cart-details #purchase-summary #purchase-active-status .status-toggle, .panel.cart .cart-details #cart-summary #purchase-active-status .status-toggle, .panel.cart .cart-details #charges-table #purchase-active-status .status-toggle, .panel.cart .report #reservation-summary #purchase-active-status .status-toggle, .panel.cart .report #purchase-summary #purchase-active-status .status-toggle, .panel.cart .report #cart-summary #purchase-active-status .status-toggle, .panel.cart .report #charges-table #purchase-active-status .status-toggle, .panel.cart .cart-details #reservation-summary #purchase-active-status .status-toggle, .panel.cart .cart-details #purchase-summary #purchase-active-status .status-toggle, .panel.cart .cart-details #cart-summary #purchase-active-status .status-toggle, .panel.cart .cart-details #charges-table #purchase-active-status .status-toggle {
  display: inline-block;
  margin-left: 10px;
}

/* line 300, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .charge-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .charge-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .charge-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.charge .reservation-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .reservation-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .reservation-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .reservation-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.charge .purchase-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .purchase-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .purchase-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .purchase-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.charge .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.charge .report #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .report #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .report #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .report #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.charge .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.charge .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.reservation .charge-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .charge-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .charge-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .charge-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.reservation .reservation-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .reservation-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .reservation-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .reservation-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.reservation .purchase-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .purchase-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .purchase-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .purchase-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.reservation .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.reservation .report #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .report #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .report #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .report #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.reservation .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.reservation .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.purchase .charge-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .charge-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .charge-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .charge-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.purchase .reservation-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .reservation-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .reservation-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .reservation-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.purchase .purchase-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .purchase-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .purchase-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .purchase-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.purchase .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.purchase .report #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .report #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .report #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .report #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.purchase .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.purchase .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle, .activity-report .charge-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .charge-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .charge-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .charge-details #charges-table #purchase-active-status .status-toggle #active-toggle, .activity-report .reservation-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .reservation-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .reservation-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .reservation-details #charges-table #purchase-active-status .status-toggle #active-toggle, .activity-report .purchase-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .purchase-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .purchase-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .purchase-details #charges-table #purchase-active-status .status-toggle #active-toggle, .activity-report .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle, .activity-report .report #reservation-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .report #purchase-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .report #cart-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .report #charges-table #purchase-active-status .status-toggle #active-toggle, .activity-report .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .activity-report .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle, .series-report .charge-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .series-report .charge-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .series-report .charge-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .series-report .charge-details #charges-table #purchase-active-status .status-toggle #active-toggle, .series-report .reservation-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .series-report .reservation-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .series-report .reservation-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .series-report .reservation-details #charges-table #purchase-active-status .status-toggle #active-toggle, .series-report .purchase-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .series-report .purchase-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .series-report .purchase-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .series-report .purchase-details #charges-table #purchase-active-status .status-toggle #active-toggle, .series-report .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .series-report .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .series-report .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .series-report .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle, .series-report .report #reservation-summary #purchase-active-status .status-toggle #active-toggle, .series-report .report #purchase-summary #purchase-active-status .status-toggle #active-toggle, .series-report .report #cart-summary #purchase-active-status .status-toggle #active-toggle, .series-report .report #charges-table #purchase-active-status .status-toggle #active-toggle, .series-report .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .series-report .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .series-report .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .series-report .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.cart .charge-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .charge-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .charge-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .charge-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.cart .reservation-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .reservation-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .reservation-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .reservation-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.cart .purchase-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .purchase-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .purchase-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .purchase-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.cart .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.cart .report #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .report #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .report #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .report #charges-table #purchase-active-status .status-toggle #active-toggle, .panel.cart .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle, .panel.cart .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle {
  color: #2196F3;
}

/* line 303, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .charge-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .charge-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .charge-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .reservation-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .reservation-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .reservation-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .reservation-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .purchase-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .purchase-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .purchase-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .purchase-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .report #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .report #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .report #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .report #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.charge .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .charge-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .charge-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .charge-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .charge-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .reservation-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .reservation-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .reservation-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .reservation-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .purchase-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .purchase-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .purchase-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .purchase-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .report #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .report #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .report #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .report #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.reservation .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .charge-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .charge-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .charge-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .charge-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .reservation-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .reservation-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .reservation-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .reservation-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .purchase-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .purchase-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .purchase-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .purchase-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .report #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .report #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .report #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .report #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.purchase .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .charge-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .charge-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .charge-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .charge-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .reservation-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .reservation-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .reservation-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .reservation-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .purchase-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .purchase-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .purchase-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .purchase-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .report #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .report #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .report #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .report #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .activity-report .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .series-report .charge-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .charge-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .charge-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .charge-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .series-report .reservation-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .reservation-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .reservation-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .reservation-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .series-report .purchase-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .purchase-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .purchase-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .purchase-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .series-report .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .series-report .report #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .report #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .report #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .report #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .series-report .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .series-report .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .charge-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .charge-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .charge-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .charge-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .reservation-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .reservation-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .reservation-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .reservation-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .purchase-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .purchase-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .purchase-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .purchase-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .report #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .report #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .report #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .report #charges-table #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .cart-details #reservation-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .cart-details #purchase-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .cart-details #cart-summary #purchase-active-status .status-toggle #active-toggle:hover, .panel.cart .cart-details #charges-table #purchase-active-status .status-toggle #active-toggle:hover {
  text-decoration: underline;
}

/* line 309, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary #reservation-errors.series, .panel.charge .charge-details #purchase-summary #reservation-errors.series, .panel.charge .charge-details #cart-summary #reservation-errors.series, .panel.charge .charge-details #charges-table #reservation-errors.series, .panel.charge .reservation-details #reservation-summary #reservation-errors.series, .panel.charge .reservation-details #purchase-summary #reservation-errors.series, .panel.charge .reservation-details #cart-summary #reservation-errors.series, .panel.charge .reservation-details #charges-table #reservation-errors.series, .panel.charge .purchase-details #reservation-summary #reservation-errors.series, .panel.charge .purchase-details #purchase-summary #reservation-errors.series, .panel.charge .purchase-details #cart-summary #reservation-errors.series, .panel.charge .purchase-details #charges-table #reservation-errors.series, .panel.charge .cart-details #reservation-summary #reservation-errors.series, .panel.charge .cart-details #purchase-summary #reservation-errors.series, .panel.charge .cart-details #cart-summary #reservation-errors.series, .panel.charge .cart-details #charges-table #reservation-errors.series, .panel.charge .report #reservation-summary #reservation-errors.series, .panel.charge .report #purchase-summary #reservation-errors.series, .panel.charge .report #cart-summary #reservation-errors.series, .panel.charge .report #charges-table #reservation-errors.series, .panel.charge .cart-details #reservation-summary #reservation-errors.series, .panel.charge .cart-details #purchase-summary #reservation-errors.series, .panel.charge .cart-details #cart-summary #reservation-errors.series, .panel.charge .cart-details #charges-table #reservation-errors.series, .panel.reservation .charge-details #reservation-summary #reservation-errors.series, .panel.reservation .charge-details #purchase-summary #reservation-errors.series, .panel.reservation .charge-details #cart-summary #reservation-errors.series, .panel.reservation .charge-details #charges-table #reservation-errors.series, .panel.reservation .reservation-details #reservation-summary #reservation-errors.series, .panel.reservation .reservation-details #purchase-summary #reservation-errors.series, .panel.reservation .reservation-details #cart-summary #reservation-errors.series, .panel.reservation .reservation-details #charges-table #reservation-errors.series, .panel.reservation .purchase-details #reservation-summary #reservation-errors.series, .panel.reservation .purchase-details #purchase-summary #reservation-errors.series, .panel.reservation .purchase-details #cart-summary #reservation-errors.series, .panel.reservation .purchase-details #charges-table #reservation-errors.series, .panel.reservation .cart-details #reservation-summary #reservation-errors.series, .panel.reservation .cart-details #purchase-summary #reservation-errors.series, .panel.reservation .cart-details #cart-summary #reservation-errors.series, .panel.reservation .cart-details #charges-table #reservation-errors.series, .panel.reservation .report #reservation-summary #reservation-errors.series, .panel.reservation .report #purchase-summary #reservation-errors.series, .panel.reservation .report #cart-summary #reservation-errors.series, .panel.reservation .report #charges-table #reservation-errors.series, .panel.reservation .cart-details #reservation-summary #reservation-errors.series, .panel.reservation .cart-details #purchase-summary #reservation-errors.series, .panel.reservation .cart-details #cart-summary #reservation-errors.series, .panel.reservation .cart-details #charges-table #reservation-errors.series, .panel.purchase .charge-details #reservation-summary #reservation-errors.series, .panel.purchase .charge-details #purchase-summary #reservation-errors.series, .panel.purchase .charge-details #cart-summary #reservation-errors.series, .panel.purchase .charge-details #charges-table #reservation-errors.series, .panel.purchase .reservation-details #reservation-summary #reservation-errors.series, .panel.purchase .reservation-details #purchase-summary #reservation-errors.series, .panel.purchase .reservation-details #cart-summary #reservation-errors.series, .panel.purchase .reservation-details #charges-table #reservation-errors.series, .panel.purchase .purchase-details #reservation-summary #reservation-errors.series, .panel.purchase .purchase-details #purchase-summary #reservation-errors.series, .panel.purchase .purchase-details #cart-summary #reservation-errors.series, .panel.purchase .purchase-details #charges-table #reservation-errors.series, .panel.purchase .cart-details #reservation-summary #reservation-errors.series, .panel.purchase .cart-details #purchase-summary #reservation-errors.series, .panel.purchase .cart-details #cart-summary #reservation-errors.series, .panel.purchase .cart-details #charges-table #reservation-errors.series, .panel.purchase .report #reservation-summary #reservation-errors.series, .panel.purchase .report #purchase-summary #reservation-errors.series, .panel.purchase .report #cart-summary #reservation-errors.series, .panel.purchase .report #charges-table #reservation-errors.series, .panel.purchase .cart-details #reservation-summary #reservation-errors.series, .panel.purchase .cart-details #purchase-summary #reservation-errors.series, .panel.purchase .cart-details #cart-summary #reservation-errors.series, .panel.purchase .cart-details #charges-table #reservation-errors.series, .activity-report .charge-details #reservation-summary #reservation-errors.series, .activity-report .charge-details #purchase-summary #reservation-errors.series, .activity-report .charge-details #cart-summary #reservation-errors.series, .activity-report .charge-details #charges-table #reservation-errors.series, .activity-report .reservation-details #reservation-summary #reservation-errors.series, .activity-report .reservation-details #purchase-summary #reservation-errors.series, .activity-report .reservation-details #cart-summary #reservation-errors.series, .activity-report .reservation-details #charges-table #reservation-errors.series, .activity-report .purchase-details #reservation-summary #reservation-errors.series, .activity-report .purchase-details #purchase-summary #reservation-errors.series, .activity-report .purchase-details #cart-summary #reservation-errors.series, .activity-report .purchase-details #charges-table #reservation-errors.series, .activity-report .cart-details #reservation-summary #reservation-errors.series, .activity-report .cart-details #purchase-summary #reservation-errors.series, .activity-report .cart-details #cart-summary #reservation-errors.series, .activity-report .cart-details #charges-table #reservation-errors.series, .activity-report .report #reservation-summary #reservation-errors.series, .activity-report .report #purchase-summary #reservation-errors.series, .activity-report .report #cart-summary #reservation-errors.series, .activity-report .report #charges-table #reservation-errors.series, .activity-report .cart-details #reservation-summary #reservation-errors.series, .activity-report .cart-details #purchase-summary #reservation-errors.series, .activity-report .cart-details #cart-summary #reservation-errors.series, .activity-report .cart-details #charges-table #reservation-errors.series, .series-report .charge-details #reservation-summary #reservation-errors.series, .series-report .charge-details #purchase-summary #reservation-errors.series, .series-report .charge-details #cart-summary #reservation-errors.series, .series-report .charge-details #charges-table #reservation-errors.series, .series-report .reservation-details #reservation-summary #reservation-errors.series, .series-report .reservation-details #purchase-summary #reservation-errors.series, .series-report .reservation-details #cart-summary #reservation-errors.series, .series-report .reservation-details #charges-table #reservation-errors.series, .series-report .purchase-details #reservation-summary #reservation-errors.series, .series-report .purchase-details #purchase-summary #reservation-errors.series, .series-report .purchase-details #cart-summary #reservation-errors.series, .series-report .purchase-details #charges-table #reservation-errors.series, .series-report .cart-details #reservation-summary #reservation-errors.series, .series-report .cart-details #purchase-summary #reservation-errors.series, .series-report .cart-details #cart-summary #reservation-errors.series, .series-report .cart-details #charges-table #reservation-errors.series, .series-report .report #reservation-summary #reservation-errors.series, .series-report .report #purchase-summary #reservation-errors.series, .series-report .report #cart-summary #reservation-errors.series, .series-report .report #charges-table #reservation-errors.series, .series-report .cart-details #reservation-summary #reservation-errors.series, .series-report .cart-details #purchase-summary #reservation-errors.series, .series-report .cart-details #cart-summary #reservation-errors.series, .series-report .cart-details #charges-table #reservation-errors.series, .panel.cart .charge-details #reservation-summary #reservation-errors.series, .panel.cart .charge-details #purchase-summary #reservation-errors.series, .panel.cart .charge-details #cart-summary #reservation-errors.series, .panel.cart .charge-details #charges-table #reservation-errors.series, .panel.cart .reservation-details #reservation-summary #reservation-errors.series, .panel.cart .reservation-details #purchase-summary #reservation-errors.series, .panel.cart .reservation-details #cart-summary #reservation-errors.series, .panel.cart .reservation-details #charges-table #reservation-errors.series, .panel.cart .purchase-details #reservation-summary #reservation-errors.series, .panel.cart .purchase-details #purchase-summary #reservation-errors.series, .panel.cart .purchase-details #cart-summary #reservation-errors.series, .panel.cart .purchase-details #charges-table #reservation-errors.series, .panel.cart .cart-details #reservation-summary #reservation-errors.series, .panel.cart .cart-details #purchase-summary #reservation-errors.series, .panel.cart .cart-details #cart-summary #reservation-errors.series, .panel.cart .cart-details #charges-table #reservation-errors.series, .panel.cart .report #reservation-summary #reservation-errors.series, .panel.cart .report #purchase-summary #reservation-errors.series, .panel.cart .report #cart-summary #reservation-errors.series, .panel.cart .report #charges-table #reservation-errors.series, .panel.cart .cart-details #reservation-summary #reservation-errors.series, .panel.cart .cart-details #purchase-summary #reservation-errors.series, .panel.cart .cart-details #cart-summary #reservation-errors.series, .panel.cart .cart-details #charges-table #reservation-errors.series {
  width: 66.6666%;
  margin-bottom: 1%;
}

/* line 313, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary #series-reservation-details, .panel.charge .charge-details #purchase-summary #series-reservation-details, .panel.charge .charge-details #cart-summary #series-reservation-details, .panel.charge .charge-details #charges-table #series-reservation-details, .panel.charge .reservation-details #reservation-summary #series-reservation-details, .panel.charge .reservation-details #purchase-summary #series-reservation-details, .panel.charge .reservation-details #cart-summary #series-reservation-details, .panel.charge .reservation-details #charges-table #series-reservation-details, .panel.charge .purchase-details #reservation-summary #series-reservation-details, .panel.charge .purchase-details #purchase-summary #series-reservation-details, .panel.charge .purchase-details #cart-summary #series-reservation-details, .panel.charge .purchase-details #charges-table #series-reservation-details, .panel.charge .cart-details #reservation-summary #series-reservation-details, .panel.charge .cart-details #purchase-summary #series-reservation-details, .panel.charge .cart-details #cart-summary #series-reservation-details, .panel.charge .cart-details #charges-table #series-reservation-details, .panel.charge .report #reservation-summary #series-reservation-details, .panel.charge .report #purchase-summary #series-reservation-details, .panel.charge .report #cart-summary #series-reservation-details, .panel.charge .report #charges-table #series-reservation-details, .panel.charge .cart-details #reservation-summary #series-reservation-details, .panel.charge .cart-details #purchase-summary #series-reservation-details, .panel.charge .cart-details #cart-summary #series-reservation-details, .panel.charge .cart-details #charges-table #series-reservation-details, .panel.reservation .charge-details #reservation-summary #series-reservation-details, .panel.reservation .charge-details #purchase-summary #series-reservation-details, .panel.reservation .charge-details #cart-summary #series-reservation-details, .panel.reservation .charge-details #charges-table #series-reservation-details, .panel.reservation .reservation-details #reservation-summary #series-reservation-details, .panel.reservation .reservation-details #purchase-summary #series-reservation-details, .panel.reservation .reservation-details #cart-summary #series-reservation-details, .panel.reservation .reservation-details #charges-table #series-reservation-details, .panel.reservation .purchase-details #reservation-summary #series-reservation-details, .panel.reservation .purchase-details #purchase-summary #series-reservation-details, .panel.reservation .purchase-details #cart-summary #series-reservation-details, .panel.reservation .purchase-details #charges-table #series-reservation-details, .panel.reservation .cart-details #reservation-summary #series-reservation-details, .panel.reservation .cart-details #purchase-summary #series-reservation-details, .panel.reservation .cart-details #cart-summary #series-reservation-details, .panel.reservation .cart-details #charges-table #series-reservation-details, .panel.reservation .report #reservation-summary #series-reservation-details, .panel.reservation .report #purchase-summary #series-reservation-details, .panel.reservation .report #cart-summary #series-reservation-details, .panel.reservation .report #charges-table #series-reservation-details, .panel.reservation .cart-details #reservation-summary #series-reservation-details, .panel.reservation .cart-details #purchase-summary #series-reservation-details, .panel.reservation .cart-details #cart-summary #series-reservation-details, .panel.reservation .cart-details #charges-table #series-reservation-details, .panel.purchase .charge-details #reservation-summary #series-reservation-details, .panel.purchase .charge-details #purchase-summary #series-reservation-details, .panel.purchase .charge-details #cart-summary #series-reservation-details, .panel.purchase .charge-details #charges-table #series-reservation-details, .panel.purchase .reservation-details #reservation-summary #series-reservation-details, .panel.purchase .reservation-details #purchase-summary #series-reservation-details, .panel.purchase .reservation-details #cart-summary #series-reservation-details, .panel.purchase .reservation-details #charges-table #series-reservation-details, .panel.purchase .purchase-details #reservation-summary #series-reservation-details, .panel.purchase .purchase-details #purchase-summary #series-reservation-details, .panel.purchase .purchase-details #cart-summary #series-reservation-details, .panel.purchase .purchase-details #charges-table #series-reservation-details, .panel.purchase .cart-details #reservation-summary #series-reservation-details, .panel.purchase .cart-details #purchase-summary #series-reservation-details, .panel.purchase .cart-details #cart-summary #series-reservation-details, .panel.purchase .cart-details #charges-table #series-reservation-details, .panel.purchase .report #reservation-summary #series-reservation-details, .panel.purchase .report #purchase-summary #series-reservation-details, .panel.purchase .report #cart-summary #series-reservation-details, .panel.purchase .report #charges-table #series-reservation-details, .panel.purchase .cart-details #reservation-summary #series-reservation-details, .panel.purchase .cart-details #purchase-summary #series-reservation-details, .panel.purchase .cart-details #cart-summary #series-reservation-details, .panel.purchase .cart-details #charges-table #series-reservation-details, .activity-report .charge-details #reservation-summary #series-reservation-details, .activity-report .charge-details #purchase-summary #series-reservation-details, .activity-report .charge-details #cart-summary #series-reservation-details, .activity-report .charge-details #charges-table #series-reservation-details, .activity-report .reservation-details #reservation-summary #series-reservation-details, .activity-report .reservation-details #purchase-summary #series-reservation-details, .activity-report .reservation-details #cart-summary #series-reservation-details, .activity-report .reservation-details #charges-table #series-reservation-details, .activity-report .purchase-details #reservation-summary #series-reservation-details, .activity-report .purchase-details #purchase-summary #series-reservation-details, .activity-report .purchase-details #cart-summary #series-reservation-details, .activity-report .purchase-details #charges-table #series-reservation-details, .activity-report .cart-details #reservation-summary #series-reservation-details, .activity-report .cart-details #purchase-summary #series-reservation-details, .activity-report .cart-details #cart-summary #series-reservation-details, .activity-report .cart-details #charges-table #series-reservation-details, .activity-report .report #reservation-summary #series-reservation-details, .activity-report .report #purchase-summary #series-reservation-details, .activity-report .report #cart-summary #series-reservation-details, .activity-report .report #charges-table #series-reservation-details, .activity-report .cart-details #reservation-summary #series-reservation-details, .activity-report .cart-details #purchase-summary #series-reservation-details, .activity-report .cart-details #cart-summary #series-reservation-details, .activity-report .cart-details #charges-table #series-reservation-details, .series-report .charge-details #reservation-summary #series-reservation-details, .series-report .charge-details #purchase-summary #series-reservation-details, .series-report .charge-details #cart-summary #series-reservation-details, .series-report .charge-details #charges-table #series-reservation-details, .series-report .reservation-details #reservation-summary #series-reservation-details, .series-report .reservation-details #purchase-summary #series-reservation-details, .series-report .reservation-details #cart-summary #series-reservation-details, .series-report .reservation-details #charges-table #series-reservation-details, .series-report .purchase-details #reservation-summary #series-reservation-details, .series-report .purchase-details #purchase-summary #series-reservation-details, .series-report .purchase-details #cart-summary #series-reservation-details, .series-report .purchase-details #charges-table #series-reservation-details, .series-report .cart-details #reservation-summary #series-reservation-details, .series-report .cart-details #purchase-summary #series-reservation-details, .series-report .cart-details #cart-summary #series-reservation-details, .series-report .cart-details #charges-table #series-reservation-details, .series-report .report #reservation-summary #series-reservation-details, .series-report .report #purchase-summary #series-reservation-details, .series-report .report #cart-summary #series-reservation-details, .series-report .report #charges-table #series-reservation-details, .series-report .cart-details #reservation-summary #series-reservation-details, .series-report .cart-details #purchase-summary #series-reservation-details, .series-report .cart-details #cart-summary #series-reservation-details, .series-report .cart-details #charges-table #series-reservation-details, .panel.cart .charge-details #reservation-summary #series-reservation-details, .panel.cart .charge-details #purchase-summary #series-reservation-details, .panel.cart .charge-details #cart-summary #series-reservation-details, .panel.cart .charge-details #charges-table #series-reservation-details, .panel.cart .reservation-details #reservation-summary #series-reservation-details, .panel.cart .reservation-details #purchase-summary #series-reservation-details, .panel.cart .reservation-details #cart-summary #series-reservation-details, .panel.cart .reservation-details #charges-table #series-reservation-details, .panel.cart .purchase-details #reservation-summary #series-reservation-details, .panel.cart .purchase-details #purchase-summary #series-reservation-details, .panel.cart .purchase-details #cart-summary #series-reservation-details, .panel.cart .purchase-details #charges-table #series-reservation-details, .panel.cart .cart-details #reservation-summary #series-reservation-details, .panel.cart .cart-details #purchase-summary #series-reservation-details, .panel.cart .cart-details #cart-summary #series-reservation-details, .panel.cart .cart-details #charges-table #series-reservation-details, .panel.cart .report #reservation-summary #series-reservation-details, .panel.cart .report #purchase-summary #series-reservation-details, .panel.cart .report #cart-summary #series-reservation-details, .panel.cart .report #charges-table #series-reservation-details, .panel.cart .cart-details #reservation-summary #series-reservation-details, .panel.cart .cart-details #purchase-summary #series-reservation-details, .panel.cart .cart-details #cart-summary #series-reservation-details, .panel.cart .cart-details #charges-table #series-reservation-details {
  clear: both;
}

/* line 315, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary #series-reservation-details a, .panel.charge .charge-details #purchase-summary #series-reservation-details a, .panel.charge .charge-details #cart-summary #series-reservation-details a, .panel.charge .charge-details #charges-table #series-reservation-details a, .panel.charge .reservation-details #reservation-summary #series-reservation-details a, .panel.charge .reservation-details #purchase-summary #series-reservation-details a, .panel.charge .reservation-details #cart-summary #series-reservation-details a, .panel.charge .reservation-details #charges-table #series-reservation-details a, .panel.charge .purchase-details #reservation-summary #series-reservation-details a, .panel.charge .purchase-details #purchase-summary #series-reservation-details a, .panel.charge .purchase-details #cart-summary #series-reservation-details a, .panel.charge .purchase-details #charges-table #series-reservation-details a, .panel.charge .cart-details #reservation-summary #series-reservation-details a, .panel.charge .cart-details #purchase-summary #series-reservation-details a, .panel.charge .cart-details #cart-summary #series-reservation-details a, .panel.charge .cart-details #charges-table #series-reservation-details a, .panel.charge .report #reservation-summary #series-reservation-details a, .panel.charge .report #purchase-summary #series-reservation-details a, .panel.charge .report #cart-summary #series-reservation-details a, .panel.charge .report #charges-table #series-reservation-details a, .panel.charge .cart-details #reservation-summary #series-reservation-details a, .panel.charge .cart-details #purchase-summary #series-reservation-details a, .panel.charge .cart-details #cart-summary #series-reservation-details a, .panel.charge .cart-details #charges-table #series-reservation-details a, .panel.reservation .charge-details #reservation-summary #series-reservation-details a, .panel.reservation .charge-details #purchase-summary #series-reservation-details a, .panel.reservation .charge-details #cart-summary #series-reservation-details a, .panel.reservation .charge-details #charges-table #series-reservation-details a, .panel.reservation .reservation-details #reservation-summary #series-reservation-details a, .panel.reservation .reservation-details #purchase-summary #series-reservation-details a, .panel.reservation .reservation-details #cart-summary #series-reservation-details a, .panel.reservation .reservation-details #charges-table #series-reservation-details a, .panel.reservation .purchase-details #reservation-summary #series-reservation-details a, .panel.reservation .purchase-details #purchase-summary #series-reservation-details a, .panel.reservation .purchase-details #cart-summary #series-reservation-details a, .panel.reservation .purchase-details #charges-table #series-reservation-details a, .panel.reservation .cart-details #reservation-summary #series-reservation-details a, .panel.reservation .cart-details #purchase-summary #series-reservation-details a, .panel.reservation .cart-details #cart-summary #series-reservation-details a, .panel.reservation .cart-details #charges-table #series-reservation-details a, .panel.reservation .report #reservation-summary #series-reservation-details a, .panel.reservation .report #purchase-summary #series-reservation-details a, .panel.reservation .report #cart-summary #series-reservation-details a, .panel.reservation .report #charges-table #series-reservation-details a, .panel.reservation .cart-details #reservation-summary #series-reservation-details a, .panel.reservation .cart-details #purchase-summary #series-reservation-details a, .panel.reservation .cart-details #cart-summary #series-reservation-details a, .panel.reservation .cart-details #charges-table #series-reservation-details a, .panel.purchase .charge-details #reservation-summary #series-reservation-details a, .panel.purchase .charge-details #purchase-summary #series-reservation-details a, .panel.purchase .charge-details #cart-summary #series-reservation-details a, .panel.purchase .charge-details #charges-table #series-reservation-details a, .panel.purchase .reservation-details #reservation-summary #series-reservation-details a, .panel.purchase .reservation-details #purchase-summary #series-reservation-details a, .panel.purchase .reservation-details #cart-summary #series-reservation-details a, .panel.purchase .reservation-details #charges-table #series-reservation-details a, .panel.purchase .purchase-details #reservation-summary #series-reservation-details a, .panel.purchase .purchase-details #purchase-summary #series-reservation-details a, .panel.purchase .purchase-details #cart-summary #series-reservation-details a, .panel.purchase .purchase-details #charges-table #series-reservation-details a, .panel.purchase .cart-details #reservation-summary #series-reservation-details a, .panel.purchase .cart-details #purchase-summary #series-reservation-details a, .panel.purchase .cart-details #cart-summary #series-reservation-details a, .panel.purchase .cart-details #charges-table #series-reservation-details a, .panel.purchase .report #reservation-summary #series-reservation-details a, .panel.purchase .report #purchase-summary #series-reservation-details a, .panel.purchase .report #cart-summary #series-reservation-details a, .panel.purchase .report #charges-table #series-reservation-details a, .panel.purchase .cart-details #reservation-summary #series-reservation-details a, .panel.purchase .cart-details #purchase-summary #series-reservation-details a, .panel.purchase .cart-details #cart-summary #series-reservation-details a, .panel.purchase .cart-details #charges-table #series-reservation-details a, .activity-report .charge-details #reservation-summary #series-reservation-details a, .activity-report .charge-details #purchase-summary #series-reservation-details a, .activity-report .charge-details #cart-summary #series-reservation-details a, .activity-report .charge-details #charges-table #series-reservation-details a, .activity-report .reservation-details #reservation-summary #series-reservation-details a, .activity-report .reservation-details #purchase-summary #series-reservation-details a, .activity-report .reservation-details #cart-summary #series-reservation-details a, .activity-report .reservation-details #charges-table #series-reservation-details a, .activity-report .purchase-details #reservation-summary #series-reservation-details a, .activity-report .purchase-details #purchase-summary #series-reservation-details a, .activity-report .purchase-details #cart-summary #series-reservation-details a, .activity-report .purchase-details #charges-table #series-reservation-details a, .activity-report .cart-details #reservation-summary #series-reservation-details a, .activity-report .cart-details #purchase-summary #series-reservation-details a, .activity-report .cart-details #cart-summary #series-reservation-details a, .activity-report .cart-details #charges-table #series-reservation-details a, .activity-report .report #reservation-summary #series-reservation-details a, .activity-report .report #purchase-summary #series-reservation-details a, .activity-report .report #cart-summary #series-reservation-details a, .activity-report .report #charges-table #series-reservation-details a, .activity-report .cart-details #reservation-summary #series-reservation-details a, .activity-report .cart-details #purchase-summary #series-reservation-details a, .activity-report .cart-details #cart-summary #series-reservation-details a, .activity-report .cart-details #charges-table #series-reservation-details a, .series-report .charge-details #reservation-summary #series-reservation-details a, .series-report .charge-details #purchase-summary #series-reservation-details a, .series-report .charge-details #cart-summary #series-reservation-details a, .series-report .charge-details #charges-table #series-reservation-details a, .series-report .reservation-details #reservation-summary #series-reservation-details a, .series-report .reservation-details #purchase-summary #series-reservation-details a, .series-report .reservation-details #cart-summary #series-reservation-details a, .series-report .reservation-details #charges-table #series-reservation-details a, .series-report .purchase-details #reservation-summary #series-reservation-details a, .series-report .purchase-details #purchase-summary #series-reservation-details a, .series-report .purchase-details #cart-summary #series-reservation-details a, .series-report .purchase-details #charges-table #series-reservation-details a, .series-report .cart-details #reservation-summary #series-reservation-details a, .series-report .cart-details #purchase-summary #series-reservation-details a, .series-report .cart-details #cart-summary #series-reservation-details a, .series-report .cart-details #charges-table #series-reservation-details a, .series-report .report #reservation-summary #series-reservation-details a, .series-report .report #purchase-summary #series-reservation-details a, .series-report .report #cart-summary #series-reservation-details a, .series-report .report #charges-table #series-reservation-details a, .series-report .cart-details #reservation-summary #series-reservation-details a, .series-report .cart-details #purchase-summary #series-reservation-details a, .series-report .cart-details #cart-summary #series-reservation-details a, .series-report .cart-details #charges-table #series-reservation-details a, .panel.cart .charge-details #reservation-summary #series-reservation-details a, .panel.cart .charge-details #purchase-summary #series-reservation-details a, .panel.cart .charge-details #cart-summary #series-reservation-details a, .panel.cart .charge-details #charges-table #series-reservation-details a, .panel.cart .reservation-details #reservation-summary #series-reservation-details a, .panel.cart .reservation-details #purchase-summary #series-reservation-details a, .panel.cart .reservation-details #cart-summary #series-reservation-details a, .panel.cart .reservation-details #charges-table #series-reservation-details a, .panel.cart .purchase-details #reservation-summary #series-reservation-details a, .panel.cart .purchase-details #purchase-summary #series-reservation-details a, .panel.cart .purchase-details #cart-summary #series-reservation-details a, .panel.cart .purchase-details #charges-table #series-reservation-details a, .panel.cart .cart-details #reservation-summary #series-reservation-details a, .panel.cart .cart-details #purchase-summary #series-reservation-details a, .panel.cart .cart-details #cart-summary #series-reservation-details a, .panel.cart .cart-details #charges-table #series-reservation-details a, .panel.cart .report #reservation-summary #series-reservation-details a, .panel.cart .report #purchase-summary #series-reservation-details a, .panel.cart .report #cart-summary #series-reservation-details a, .panel.cart .report #charges-table #series-reservation-details a, .panel.cart .cart-details #reservation-summary #series-reservation-details a, .panel.cart .cart-details #purchase-summary #series-reservation-details a, .panel.cart .cart-details #cart-summary #series-reservation-details a, .panel.cart .cart-details #charges-table #series-reservation-details a {
  font-weight: 500;
}

/* line 319, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary .saved-details, .panel.charge .charge-details #purchase-summary .saved-details, .panel.charge .charge-details #cart-summary .saved-details, .panel.charge .charge-details #charges-table .saved-details, .panel.charge .reservation-details #reservation-summary .saved-details, .panel.charge .reservation-details #purchase-summary .saved-details, .panel.charge .reservation-details #cart-summary .saved-details, .panel.charge .reservation-details #charges-table .saved-details, .panel.charge .purchase-details #reservation-summary .saved-details, .panel.charge .purchase-details #purchase-summary .saved-details, .panel.charge .purchase-details #cart-summary .saved-details, .panel.charge .purchase-details #charges-table .saved-details, .panel.charge .cart-details #reservation-summary .saved-details, .panel.charge .cart-details #purchase-summary .saved-details, .panel.charge .cart-details #cart-summary .saved-details, .panel.charge .cart-details #charges-table .saved-details, .panel.charge .report #reservation-summary .saved-details, .panel.charge .report #purchase-summary .saved-details, .panel.charge .report #cart-summary .saved-details, .panel.charge .report #charges-table .saved-details, .panel.charge .cart-details #reservation-summary .saved-details, .panel.charge .cart-details #purchase-summary .saved-details, .panel.charge .cart-details #cart-summary .saved-details, .panel.charge .cart-details #charges-table .saved-details, .panel.reservation .charge-details #reservation-summary .saved-details, .panel.reservation .charge-details #purchase-summary .saved-details, .panel.reservation .charge-details #cart-summary .saved-details, .panel.reservation .charge-details #charges-table .saved-details, .panel.reservation .reservation-details #reservation-summary .saved-details, .panel.reservation .reservation-details #purchase-summary .saved-details, .panel.reservation .reservation-details #cart-summary .saved-details, .panel.reservation .reservation-details #charges-table .saved-details, .panel.reservation .purchase-details #reservation-summary .saved-details, .panel.reservation .purchase-details #purchase-summary .saved-details, .panel.reservation .purchase-details #cart-summary .saved-details, .panel.reservation .purchase-details #charges-table .saved-details, .panel.reservation .cart-details #reservation-summary .saved-details, .panel.reservation .cart-details #purchase-summary .saved-details, .panel.reservation .cart-details #cart-summary .saved-details, .panel.reservation .cart-details #charges-table .saved-details, .panel.reservation .report #reservation-summary .saved-details, .panel.reservation .report #purchase-summary .saved-details, .panel.reservation .report #cart-summary .saved-details, .panel.reservation .report #charges-table .saved-details, .panel.reservation .cart-details #reservation-summary .saved-details, .panel.reservation .cart-details #purchase-summary .saved-details, .panel.reservation .cart-details #cart-summary .saved-details, .panel.reservation .cart-details #charges-table .saved-details, .panel.purchase .charge-details #reservation-summary .saved-details, .panel.purchase .charge-details #purchase-summary .saved-details, .panel.purchase .charge-details #cart-summary .saved-details, .panel.purchase .charge-details #charges-table .saved-details, .panel.purchase .reservation-details #reservation-summary .saved-details, .panel.purchase .reservation-details #purchase-summary .saved-details, .panel.purchase .reservation-details #cart-summary .saved-details, .panel.purchase .reservation-details #charges-table .saved-details, .panel.purchase .purchase-details #reservation-summary .saved-details, .panel.purchase .purchase-details #purchase-summary .saved-details, .panel.purchase .purchase-details #cart-summary .saved-details, .panel.purchase .purchase-details #charges-table .saved-details, .panel.purchase .cart-details #reservation-summary .saved-details, .panel.purchase .cart-details #purchase-summary .saved-details, .panel.purchase .cart-details #cart-summary .saved-details, .panel.purchase .cart-details #charges-table .saved-details, .panel.purchase .report #reservation-summary .saved-details, .panel.purchase .report #purchase-summary .saved-details, .panel.purchase .report #cart-summary .saved-details, .panel.purchase .report #charges-table .saved-details, .panel.purchase .cart-details #reservation-summary .saved-details, .panel.purchase .cart-details #purchase-summary .saved-details, .panel.purchase .cart-details #cart-summary .saved-details, .panel.purchase .cart-details #charges-table .saved-details, .activity-report .charge-details #reservation-summary .saved-details, .activity-report .charge-details #purchase-summary .saved-details, .activity-report .charge-details #cart-summary .saved-details, .activity-report .charge-details #charges-table .saved-details, .activity-report .reservation-details #reservation-summary .saved-details, .activity-report .reservation-details #purchase-summary .saved-details, .activity-report .reservation-details #cart-summary .saved-details, .activity-report .reservation-details #charges-table .saved-details, .activity-report .purchase-details #reservation-summary .saved-details, .activity-report .purchase-details #purchase-summary .saved-details, .activity-report .purchase-details #cart-summary .saved-details, .activity-report .purchase-details #charges-table .saved-details, .activity-report .cart-details #reservation-summary .saved-details, .activity-report .cart-details #purchase-summary .saved-details, .activity-report .cart-details #cart-summary .saved-details, .activity-report .cart-details #charges-table .saved-details, .activity-report .report #reservation-summary .saved-details, .activity-report .report #purchase-summary .saved-details, .activity-report .report #cart-summary .saved-details, .activity-report .report #charges-table .saved-details, .activity-report .cart-details #reservation-summary .saved-details, .activity-report .cart-details #purchase-summary .saved-details, .activity-report .cart-details #cart-summary .saved-details, .activity-report .cart-details #charges-table .saved-details, .series-report .charge-details #reservation-summary .saved-details, .series-report .charge-details #purchase-summary .saved-details, .series-report .charge-details #cart-summary .saved-details, .series-report .charge-details #charges-table .saved-details, .series-report .reservation-details #reservation-summary .saved-details, .series-report .reservation-details #purchase-summary .saved-details, .series-report .reservation-details #cart-summary .saved-details, .series-report .reservation-details #charges-table .saved-details, .series-report .purchase-details #reservation-summary .saved-details, .series-report .purchase-details #purchase-summary .saved-details, .series-report .purchase-details #cart-summary .saved-details, .series-report .purchase-details #charges-table .saved-details, .series-report .cart-details #reservation-summary .saved-details, .series-report .cart-details #purchase-summary .saved-details, .series-report .cart-details #cart-summary .saved-details, .series-report .cart-details #charges-table .saved-details, .series-report .report #reservation-summary .saved-details, .series-report .report #purchase-summary .saved-details, .series-report .report #cart-summary .saved-details, .series-report .report #charges-table .saved-details, .series-report .cart-details #reservation-summary .saved-details, .series-report .cart-details #purchase-summary .saved-details, .series-report .cart-details #cart-summary .saved-details, .series-report .cart-details #charges-table .saved-details, .panel.cart .charge-details #reservation-summary .saved-details, .panel.cart .charge-details #purchase-summary .saved-details, .panel.cart .charge-details #cart-summary .saved-details, .panel.cart .charge-details #charges-table .saved-details, .panel.cart .reservation-details #reservation-summary .saved-details, .panel.cart .reservation-details #purchase-summary .saved-details, .panel.cart .reservation-details #cart-summary .saved-details, .panel.cart .reservation-details #charges-table .saved-details, .panel.cart .purchase-details #reservation-summary .saved-details, .panel.cart .purchase-details #purchase-summary .saved-details, .panel.cart .purchase-details #cart-summary .saved-details, .panel.cart .purchase-details #charges-table .saved-details, .panel.cart .cart-details #reservation-summary .saved-details, .panel.cart .cart-details #purchase-summary .saved-details, .panel.cart .cart-details #cart-summary .saved-details, .panel.cart .cart-details #charges-table .saved-details, .panel.cart .report #reservation-summary .saved-details, .panel.cart .report #purchase-summary .saved-details, .panel.cart .report #cart-summary .saved-details, .panel.cart .report #charges-table .saved-details, .panel.cart .cart-details #reservation-summary .saved-details, .panel.cart .cart-details #purchase-summary .saved-details, .panel.cart .cart-details #cart-summary .saved-details, .panel.cart .cart-details #charges-table .saved-details {
  display: inline-block;
}

/* line 321, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary .saved-details a, .panel.charge .charge-details #purchase-summary .saved-details a, .panel.charge .charge-details #cart-summary .saved-details a, .panel.charge .charge-details #charges-table .saved-details a, .panel.charge .reservation-details #reservation-summary .saved-details a, .panel.charge .reservation-details #purchase-summary .saved-details a, .panel.charge .reservation-details #cart-summary .saved-details a, .panel.charge .reservation-details #charges-table .saved-details a, .panel.charge .purchase-details #reservation-summary .saved-details a, .panel.charge .purchase-details #purchase-summary .saved-details a, .panel.charge .purchase-details #cart-summary .saved-details a, .panel.charge .purchase-details #charges-table .saved-details a, .panel.charge .cart-details #reservation-summary .saved-details a, .panel.charge .cart-details #purchase-summary .saved-details a, .panel.charge .cart-details #cart-summary .saved-details a, .panel.charge .cart-details #charges-table .saved-details a, .panel.charge .report #reservation-summary .saved-details a, .panel.charge .report #purchase-summary .saved-details a, .panel.charge .report #cart-summary .saved-details a, .panel.charge .report #charges-table .saved-details a, .panel.charge .cart-details #reservation-summary .saved-details a, .panel.charge .cart-details #purchase-summary .saved-details a, .panel.charge .cart-details #cart-summary .saved-details a, .panel.charge .cart-details #charges-table .saved-details a, .panel.reservation .charge-details #reservation-summary .saved-details a, .panel.reservation .charge-details #purchase-summary .saved-details a, .panel.reservation .charge-details #cart-summary .saved-details a, .panel.reservation .charge-details #charges-table .saved-details a, .panel.reservation .reservation-details #reservation-summary .saved-details a, .panel.reservation .reservation-details #purchase-summary .saved-details a, .panel.reservation .reservation-details #cart-summary .saved-details a, .panel.reservation .reservation-details #charges-table .saved-details a, .panel.reservation .purchase-details #reservation-summary .saved-details a, .panel.reservation .purchase-details #purchase-summary .saved-details a, .panel.reservation .purchase-details #cart-summary .saved-details a, .panel.reservation .purchase-details #charges-table .saved-details a, .panel.reservation .cart-details #reservation-summary .saved-details a, .panel.reservation .cart-details #purchase-summary .saved-details a, .panel.reservation .cart-details #cart-summary .saved-details a, .panel.reservation .cart-details #charges-table .saved-details a, .panel.reservation .report #reservation-summary .saved-details a, .panel.reservation .report #purchase-summary .saved-details a, .panel.reservation .report #cart-summary .saved-details a, .panel.reservation .report #charges-table .saved-details a, .panel.reservation .cart-details #reservation-summary .saved-details a, .panel.reservation .cart-details #purchase-summary .saved-details a, .panel.reservation .cart-details #cart-summary .saved-details a, .panel.reservation .cart-details #charges-table .saved-details a, .panel.purchase .charge-details #reservation-summary .saved-details a, .panel.purchase .charge-details #purchase-summary .saved-details a, .panel.purchase .charge-details #cart-summary .saved-details a, .panel.purchase .charge-details #charges-table .saved-details a, .panel.purchase .reservation-details #reservation-summary .saved-details a, .panel.purchase .reservation-details #purchase-summary .saved-details a, .panel.purchase .reservation-details #cart-summary .saved-details a, .panel.purchase .reservation-details #charges-table .saved-details a, .panel.purchase .purchase-details #reservation-summary .saved-details a, .panel.purchase .purchase-details #purchase-summary .saved-details a, .panel.purchase .purchase-details #cart-summary .saved-details a, .panel.purchase .purchase-details #charges-table .saved-details a, .panel.purchase .cart-details #reservation-summary .saved-details a, .panel.purchase .cart-details #purchase-summary .saved-details a, .panel.purchase .cart-details #cart-summary .saved-details a, .panel.purchase .cart-details #charges-table .saved-details a, .panel.purchase .report #reservation-summary .saved-details a, .panel.purchase .report #purchase-summary .saved-details a, .panel.purchase .report #cart-summary .saved-details a, .panel.purchase .report #charges-table .saved-details a, .panel.purchase .cart-details #reservation-summary .saved-details a, .panel.purchase .cart-details #purchase-summary .saved-details a, .panel.purchase .cart-details #cart-summary .saved-details a, .panel.purchase .cart-details #charges-table .saved-details a, .activity-report .charge-details #reservation-summary .saved-details a, .activity-report .charge-details #purchase-summary .saved-details a, .activity-report .charge-details #cart-summary .saved-details a, .activity-report .charge-details #charges-table .saved-details a, .activity-report .reservation-details #reservation-summary .saved-details a, .activity-report .reservation-details #purchase-summary .saved-details a, .activity-report .reservation-details #cart-summary .saved-details a, .activity-report .reservation-details #charges-table .saved-details a, .activity-report .purchase-details #reservation-summary .saved-details a, .activity-report .purchase-details #purchase-summary .saved-details a, .activity-report .purchase-details #cart-summary .saved-details a, .activity-report .purchase-details #charges-table .saved-details a, .activity-report .cart-details #reservation-summary .saved-details a, .activity-report .cart-details #purchase-summary .saved-details a, .activity-report .cart-details #cart-summary .saved-details a, .activity-report .cart-details #charges-table .saved-details a, .activity-report .report #reservation-summary .saved-details a, .activity-report .report #purchase-summary .saved-details a, .activity-report .report #cart-summary .saved-details a, .activity-report .report #charges-table .saved-details a, .activity-report .cart-details #reservation-summary .saved-details a, .activity-report .cart-details #purchase-summary .saved-details a, .activity-report .cart-details #cart-summary .saved-details a, .activity-report .cart-details #charges-table .saved-details a, .series-report .charge-details #reservation-summary .saved-details a, .series-report .charge-details #purchase-summary .saved-details a, .series-report .charge-details #cart-summary .saved-details a, .series-report .charge-details #charges-table .saved-details a, .series-report .reservation-details #reservation-summary .saved-details a, .series-report .reservation-details #purchase-summary .saved-details a, .series-report .reservation-details #cart-summary .saved-details a, .series-report .reservation-details #charges-table .saved-details a, .series-report .purchase-details #reservation-summary .saved-details a, .series-report .purchase-details #purchase-summary .saved-details a, .series-report .purchase-details #cart-summary .saved-details a, .series-report .purchase-details #charges-table .saved-details a, .series-report .cart-details #reservation-summary .saved-details a, .series-report .cart-details #purchase-summary .saved-details a, .series-report .cart-details #cart-summary .saved-details a, .series-report .cart-details #charges-table .saved-details a, .series-report .report #reservation-summary .saved-details a, .series-report .report #purchase-summary .saved-details a, .series-report .report #cart-summary .saved-details a, .series-report .report #charges-table .saved-details a, .series-report .cart-details #reservation-summary .saved-details a, .series-report .cart-details #purchase-summary .saved-details a, .series-report .cart-details #cart-summary .saved-details a, .series-report .cart-details #charges-table .saved-details a, .panel.cart .charge-details #reservation-summary .saved-details a, .panel.cart .charge-details #purchase-summary .saved-details a, .panel.cart .charge-details #cart-summary .saved-details a, .panel.cart .charge-details #charges-table .saved-details a, .panel.cart .reservation-details #reservation-summary .saved-details a, .panel.cart .reservation-details #purchase-summary .saved-details a, .panel.cart .reservation-details #cart-summary .saved-details a, .panel.cart .reservation-details #charges-table .saved-details a, .panel.cart .purchase-details #reservation-summary .saved-details a, .panel.cart .purchase-details #purchase-summary .saved-details a, .panel.cart .purchase-details #cart-summary .saved-details a, .panel.cart .purchase-details #charges-table .saved-details a, .panel.cart .cart-details #reservation-summary .saved-details a, .panel.cart .cart-details #purchase-summary .saved-details a, .panel.cart .cart-details #cart-summary .saved-details a, .panel.cart .cart-details #charges-table .saved-details a, .panel.cart .report #reservation-summary .saved-details a, .panel.cart .report #purchase-summary .saved-details a, .panel.cart .report #cart-summary .saved-details a, .panel.cart .report #charges-table .saved-details a, .panel.cart .cart-details #reservation-summary .saved-details a, .panel.cart .cart-details #purchase-summary .saved-details a, .panel.cart .cart-details #cart-summary .saved-details a, .panel.cart .cart-details #charges-table .saved-details a {
  margin: auto;
  font-weight: 500;
}

/* line 330, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary .edit-reservation-activity-details form, .panel.charge .charge-details #reservation-summary .edit-reservation-activity-details form, .panel.charge .charge-details #purchase-summary .edit-reservation-activity-details form, .panel.charge .charge-details #purchase-summary .edit-reservation-activity-details form, .panel.charge .charge-details #cart-summary .edit-reservation-activity-details form, .panel.charge .charge-details #cart-summary .edit-reservation-activity-details form, .panel.charge .charge-details #charges-table .edit-reservation-activity-details form, .panel.charge .charge-details #charges-table .edit-reservation-activity-details form, .panel.charge .reservation-details #reservation-summary .edit-reservation-activity-details form, .panel.charge .reservation-details #reservation-summary .edit-reservation-activity-details form, .panel.charge .reservation-details #purchase-summary .edit-reservation-activity-details form, .panel.charge .reservation-details #purchase-summary .edit-reservation-activity-details form, .panel.charge .reservation-details #cart-summary .edit-reservation-activity-details form, .panel.charge .reservation-details #cart-summary .edit-reservation-activity-details form, .panel.charge .reservation-details #charges-table .edit-reservation-activity-details form, .panel.charge .reservation-details #charges-table .edit-reservation-activity-details form, .panel.charge .purchase-details #reservation-summary .edit-reservation-activity-details form, .panel.charge .purchase-details #reservation-summary .edit-reservation-activity-details form, .panel.charge .purchase-details #purchase-summary .edit-reservation-activity-details form, .panel.charge .purchase-details #purchase-summary .edit-reservation-activity-details form, .panel.charge .purchase-details #cart-summary .edit-reservation-activity-details form, .panel.charge .purchase-details #cart-summary .edit-reservation-activity-details form, .panel.charge .purchase-details #charges-table .edit-reservation-activity-details form, .panel.charge .purchase-details #charges-table .edit-reservation-activity-details form, .panel.charge .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.charge .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.charge .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.charge .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.charge .cart-details #cart-summary .edit-reservation-activity-details form, .panel.charge .cart-details #cart-summary .edit-reservation-activity-details form, .panel.charge .cart-details #charges-table .edit-reservation-activity-details form, .panel.charge .cart-details #charges-table .edit-reservation-activity-details form, .panel.charge .report #reservation-summary .edit-reservation-activity-details form, .panel.charge .report #reservation-summary .edit-reservation-activity-details form, .panel.charge .report #purchase-summary .edit-reservation-activity-details form, .panel.charge .report #purchase-summary .edit-reservation-activity-details form, .panel.charge .report #cart-summary .edit-reservation-activity-details form, .panel.charge .report #cart-summary .edit-reservation-activity-details form, .panel.charge .report #charges-table .edit-reservation-activity-details form, .panel.charge .report #charges-table .edit-reservation-activity-details form, .panel.charge .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.charge .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.charge .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.charge .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.charge .cart-details #cart-summary .edit-reservation-activity-details form, .panel.charge .cart-details #cart-summary .edit-reservation-activity-details form, .panel.charge .cart-details #charges-table .edit-reservation-activity-details form, .panel.charge .cart-details #charges-table .edit-reservation-activity-details form, .panel.reservation .charge-details #reservation-summary .edit-reservation-activity-details form, .panel.reservation .charge-details #reservation-summary .edit-reservation-activity-details form, .panel.reservation .charge-details #purchase-summary .edit-reservation-activity-details form, .panel.reservation .charge-details #purchase-summary .edit-reservation-activity-details form, .panel.reservation .charge-details #cart-summary .edit-reservation-activity-details form, .panel.reservation .charge-details #cart-summary .edit-reservation-activity-details form, .panel.reservation .charge-details #charges-table .edit-reservation-activity-details form, .panel.reservation .charge-details #charges-table .edit-reservation-activity-details form, .panel.reservation .reservation-details #reservation-summary .edit-reservation-activity-details form, .panel.reservation .reservation-details #reservation-summary .edit-reservation-activity-details form, .panel.reservation .reservation-details #purchase-summary .edit-reservation-activity-details form, .panel.reservation .reservation-details #purchase-summary .edit-reservation-activity-details form, .panel.reservation .reservation-details #cart-summary .edit-reservation-activity-details form, .panel.reservation .reservation-details #cart-summary .edit-reservation-activity-details form, .panel.reservation .reservation-details #charges-table .edit-reservation-activity-details form, .panel.reservation .reservation-details #charges-table .edit-reservation-activity-details form, .panel.reservation .purchase-details #reservation-summary .edit-reservation-activity-details form, .panel.reservation .purchase-details #reservation-summary .edit-reservation-activity-details form, .panel.reservation .purchase-details #purchase-summary .edit-reservation-activity-details form, .panel.reservation .purchase-details #purchase-summary .edit-reservation-activity-details form, .panel.reservation .purchase-details #cart-summary .edit-reservation-activity-details form, .panel.reservation .purchase-details #cart-summary .edit-reservation-activity-details form, .panel.reservation .purchase-details #charges-table .edit-reservation-activity-details form, .panel.reservation .purchase-details #charges-table .edit-reservation-activity-details form, .panel.reservation .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.reservation .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.reservation .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.reservation .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.reservation .cart-details #cart-summary .edit-reservation-activity-details form, .panel.reservation .cart-details #cart-summary .edit-reservation-activity-details form, .panel.reservation .cart-details #charges-table .edit-reservation-activity-details form, .panel.reservation .cart-details #charges-table .edit-reservation-activity-details form, .panel.reservation .report #reservation-summary .edit-reservation-activity-details form, .panel.reservation .report #reservation-summary .edit-reservation-activity-details form, .panel.reservation .report #purchase-summary .edit-reservation-activity-details form, .panel.reservation .report #purchase-summary .edit-reservation-activity-details form, .panel.reservation .report #cart-summary .edit-reservation-activity-details form, .panel.reservation .report #cart-summary .edit-reservation-activity-details form, .panel.reservation .report #charges-table .edit-reservation-activity-details form, .panel.reservation .report #charges-table .edit-reservation-activity-details form, .panel.reservation .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.reservation .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.reservation .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.reservation .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.reservation .cart-details #cart-summary .edit-reservation-activity-details form, .panel.reservation .cart-details #cart-summary .edit-reservation-activity-details form, .panel.reservation .cart-details #charges-table .edit-reservation-activity-details form, .panel.reservation .cart-details #charges-table .edit-reservation-activity-details form, .panel.purchase .charge-details #reservation-summary .edit-reservation-activity-details form, .panel.purchase .charge-details #reservation-summary .edit-reservation-activity-details form, .panel.purchase .charge-details #purchase-summary .edit-reservation-activity-details form, .panel.purchase .charge-details #purchase-summary .edit-reservation-activity-details form, .panel.purchase .charge-details #cart-summary .edit-reservation-activity-details form, .panel.purchase .charge-details #cart-summary .edit-reservation-activity-details form, .panel.purchase .charge-details #charges-table .edit-reservation-activity-details form, .panel.purchase .charge-details #charges-table .edit-reservation-activity-details form, .panel.purchase .reservation-details #reservation-summary .edit-reservation-activity-details form, .panel.purchase .reservation-details #reservation-summary .edit-reservation-activity-details form, .panel.purchase .reservation-details #purchase-summary .edit-reservation-activity-details form, .panel.purchase .reservation-details #purchase-summary .edit-reservation-activity-details form, .panel.purchase .reservation-details #cart-summary .edit-reservation-activity-details form, .panel.purchase .reservation-details #cart-summary .edit-reservation-activity-details form, .panel.purchase .reservation-details #charges-table .edit-reservation-activity-details form, .panel.purchase .reservation-details #charges-table .edit-reservation-activity-details form, .panel.purchase .purchase-details #reservation-summary .edit-reservation-activity-details form, .panel.purchase .purchase-details #reservation-summary .edit-reservation-activity-details form, .panel.purchase .purchase-details #purchase-summary .edit-reservation-activity-details form, .panel.purchase .purchase-details #purchase-summary .edit-reservation-activity-details form, .panel.purchase .purchase-details #cart-summary .edit-reservation-activity-details form, .panel.purchase .purchase-details #cart-summary .edit-reservation-activity-details form, .panel.purchase .purchase-details #charges-table .edit-reservation-activity-details form, .panel.purchase .purchase-details #charges-table .edit-reservation-activity-details form, .panel.purchase .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.purchase .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.purchase .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.purchase .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.purchase .cart-details #cart-summary .edit-reservation-activity-details form, .panel.purchase .cart-details #cart-summary .edit-reservation-activity-details form, .panel.purchase .cart-details #charges-table .edit-reservation-activity-details form, .panel.purchase .cart-details #charges-table .edit-reservation-activity-details form, .panel.purchase .report #reservation-summary .edit-reservation-activity-details form, .panel.purchase .report #reservation-summary .edit-reservation-activity-details form, .panel.purchase .report #purchase-summary .edit-reservation-activity-details form, .panel.purchase .report #purchase-summary .edit-reservation-activity-details form, .panel.purchase .report #cart-summary .edit-reservation-activity-details form, .panel.purchase .report #cart-summary .edit-reservation-activity-details form, .panel.purchase .report #charges-table .edit-reservation-activity-details form, .panel.purchase .report #charges-table .edit-reservation-activity-details form, .panel.purchase .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.purchase .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.purchase .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.purchase .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.purchase .cart-details #cart-summary .edit-reservation-activity-details form, .panel.purchase .cart-details #cart-summary .edit-reservation-activity-details form, .panel.purchase .cart-details #charges-table .edit-reservation-activity-details form, .panel.purchase .cart-details #charges-table .edit-reservation-activity-details form, .activity-report .charge-details #reservation-summary .edit-reservation-activity-details form, .activity-report .charge-details #reservation-summary .edit-reservation-activity-details form, .activity-report .charge-details #purchase-summary .edit-reservation-activity-details form, .activity-report .charge-details #purchase-summary .edit-reservation-activity-details form, .activity-report .charge-details #cart-summary .edit-reservation-activity-details form, .activity-report .charge-details #cart-summary .edit-reservation-activity-details form, .activity-report .charge-details #charges-table .edit-reservation-activity-details form, .activity-report .charge-details #charges-table .edit-reservation-activity-details form, .activity-report .reservation-details #reservation-summary .edit-reservation-activity-details form, .activity-report .reservation-details #reservation-summary .edit-reservation-activity-details form, .activity-report .reservation-details #purchase-summary .edit-reservation-activity-details form, .activity-report .reservation-details #purchase-summary .edit-reservation-activity-details form, .activity-report .reservation-details #cart-summary .edit-reservation-activity-details form, .activity-report .reservation-details #cart-summary .edit-reservation-activity-details form, .activity-report .reservation-details #charges-table .edit-reservation-activity-details form, .activity-report .reservation-details #charges-table .edit-reservation-activity-details form, .activity-report .purchase-details #reservation-summary .edit-reservation-activity-details form, .activity-report .purchase-details #reservation-summary .edit-reservation-activity-details form, .activity-report .purchase-details #purchase-summary .edit-reservation-activity-details form, .activity-report .purchase-details #purchase-summary .edit-reservation-activity-details form, .activity-report .purchase-details #cart-summary .edit-reservation-activity-details form, .activity-report .purchase-details #cart-summary .edit-reservation-activity-details form, .activity-report .purchase-details #charges-table .edit-reservation-activity-details form, .activity-report .purchase-details #charges-table .edit-reservation-activity-details form, .activity-report .cart-details #reservation-summary .edit-reservation-activity-details form, .activity-report .cart-details #reservation-summary .edit-reservation-activity-details form, .activity-report .cart-details #purchase-summary .edit-reservation-activity-details form, .activity-report .cart-details #purchase-summary .edit-reservation-activity-details form, .activity-report .cart-details #cart-summary .edit-reservation-activity-details form, .activity-report .cart-details #cart-summary .edit-reservation-activity-details form, .activity-report .cart-details #charges-table .edit-reservation-activity-details form, .activity-report .cart-details #charges-table .edit-reservation-activity-details form, .activity-report .report #reservation-summary .edit-reservation-activity-details form, .activity-report .report #reservation-summary .edit-reservation-activity-details form, .activity-report .report #purchase-summary .edit-reservation-activity-details form, .activity-report .report #purchase-summary .edit-reservation-activity-details form, .activity-report .report #cart-summary .edit-reservation-activity-details form, .activity-report .report #cart-summary .edit-reservation-activity-details form, .activity-report .report #charges-table .edit-reservation-activity-details form, .activity-report .report #charges-table .edit-reservation-activity-details form, .activity-report .cart-details #reservation-summary .edit-reservation-activity-details form, .activity-report .cart-details #reservation-summary .edit-reservation-activity-details form, .activity-report .cart-details #purchase-summary .edit-reservation-activity-details form, .activity-report .cart-details #purchase-summary .edit-reservation-activity-details form, .activity-report .cart-details #cart-summary .edit-reservation-activity-details form, .activity-report .cart-details #cart-summary .edit-reservation-activity-details form, .activity-report .cart-details #charges-table .edit-reservation-activity-details form, .activity-report .cart-details #charges-table .edit-reservation-activity-details form, .series-report .charge-details #reservation-summary .edit-reservation-activity-details form, .series-report .charge-details #reservation-summary .edit-reservation-activity-details form, .series-report .charge-details #purchase-summary .edit-reservation-activity-details form, .series-report .charge-details #purchase-summary .edit-reservation-activity-details form, .series-report .charge-details #cart-summary .edit-reservation-activity-details form, .series-report .charge-details #cart-summary .edit-reservation-activity-details form, .series-report .charge-details #charges-table .edit-reservation-activity-details form, .series-report .charge-details #charges-table .edit-reservation-activity-details form, .series-report .reservation-details #reservation-summary .edit-reservation-activity-details form, .series-report .reservation-details #reservation-summary .edit-reservation-activity-details form, .series-report .reservation-details #purchase-summary .edit-reservation-activity-details form, .series-report .reservation-details #purchase-summary .edit-reservation-activity-details form, .series-report .reservation-details #cart-summary .edit-reservation-activity-details form, .series-report .reservation-details #cart-summary .edit-reservation-activity-details form, .series-report .reservation-details #charges-table .edit-reservation-activity-details form, .series-report .reservation-details #charges-table .edit-reservation-activity-details form, .series-report .purchase-details #reservation-summary .edit-reservation-activity-details form, .series-report .purchase-details #reservation-summary .edit-reservation-activity-details form, .series-report .purchase-details #purchase-summary .edit-reservation-activity-details form, .series-report .purchase-details #purchase-summary .edit-reservation-activity-details form, .series-report .purchase-details #cart-summary .edit-reservation-activity-details form, .series-report .purchase-details #cart-summary .edit-reservation-activity-details form, .series-report .purchase-details #charges-table .edit-reservation-activity-details form, .series-report .purchase-details #charges-table .edit-reservation-activity-details form, .series-report .cart-details #reservation-summary .edit-reservation-activity-details form, .series-report .cart-details #reservation-summary .edit-reservation-activity-details form, .series-report .cart-details #purchase-summary .edit-reservation-activity-details form, .series-report .cart-details #purchase-summary .edit-reservation-activity-details form, .series-report .cart-details #cart-summary .edit-reservation-activity-details form, .series-report .cart-details #cart-summary .edit-reservation-activity-details form, .series-report .cart-details #charges-table .edit-reservation-activity-details form, .series-report .cart-details #charges-table .edit-reservation-activity-details form, .series-report .report #reservation-summary .edit-reservation-activity-details form, .series-report .report #reservation-summary .edit-reservation-activity-details form, .series-report .report #purchase-summary .edit-reservation-activity-details form, .series-report .report #purchase-summary .edit-reservation-activity-details form, .series-report .report #cart-summary .edit-reservation-activity-details form, .series-report .report #cart-summary .edit-reservation-activity-details form, .series-report .report #charges-table .edit-reservation-activity-details form, .series-report .report #charges-table .edit-reservation-activity-details form, .series-report .cart-details #reservation-summary .edit-reservation-activity-details form, .series-report .cart-details #reservation-summary .edit-reservation-activity-details form, .series-report .cart-details #purchase-summary .edit-reservation-activity-details form, .series-report .cart-details #purchase-summary .edit-reservation-activity-details form, .series-report .cart-details #cart-summary .edit-reservation-activity-details form, .series-report .cart-details #cart-summary .edit-reservation-activity-details form, .series-report .cart-details #charges-table .edit-reservation-activity-details form, .series-report .cart-details #charges-table .edit-reservation-activity-details form, .panel.cart .charge-details #reservation-summary .edit-reservation-activity-details form, .panel.cart .charge-details #reservation-summary .edit-reservation-activity-details form, .panel.cart .charge-details #purchase-summary .edit-reservation-activity-details form, .panel.cart .charge-details #purchase-summary .edit-reservation-activity-details form, .panel.cart .charge-details #cart-summary .edit-reservation-activity-details form, .panel.cart .charge-details #cart-summary .edit-reservation-activity-details form, .panel.cart .charge-details #charges-table .edit-reservation-activity-details form, .panel.cart .charge-details #charges-table .edit-reservation-activity-details form, .panel.cart .reservation-details #reservation-summary .edit-reservation-activity-details form, .panel.cart .reservation-details #reservation-summary .edit-reservation-activity-details form, .panel.cart .reservation-details #purchase-summary .edit-reservation-activity-details form, .panel.cart .reservation-details #purchase-summary .edit-reservation-activity-details form, .panel.cart .reservation-details #cart-summary .edit-reservation-activity-details form, .panel.cart .reservation-details #cart-summary .edit-reservation-activity-details form, .panel.cart .reservation-details #charges-table .edit-reservation-activity-details form, .panel.cart .reservation-details #charges-table .edit-reservation-activity-details form, .panel.cart .purchase-details #reservation-summary .edit-reservation-activity-details form, .panel.cart .purchase-details #reservation-summary .edit-reservation-activity-details form, .panel.cart .purchase-details #purchase-summary .edit-reservation-activity-details form, .panel.cart .purchase-details #purchase-summary .edit-reservation-activity-details form, .panel.cart .purchase-details #cart-summary .edit-reservation-activity-details form, .panel.cart .purchase-details #cart-summary .edit-reservation-activity-details form, .panel.cart .purchase-details #charges-table .edit-reservation-activity-details form, .panel.cart .purchase-details #charges-table .edit-reservation-activity-details form, .panel.cart .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.cart .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.cart .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.cart .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.cart .cart-details #cart-summary .edit-reservation-activity-details form, .panel.cart .cart-details #cart-summary .edit-reservation-activity-details form, .panel.cart .cart-details #charges-table .edit-reservation-activity-details form, .panel.cart .cart-details #charges-table .edit-reservation-activity-details form, .panel.cart .report #reservation-summary .edit-reservation-activity-details form, .panel.cart .report #reservation-summary .edit-reservation-activity-details form, .panel.cart .report #purchase-summary .edit-reservation-activity-details form, .panel.cart .report #purchase-summary .edit-reservation-activity-details form, .panel.cart .report #cart-summary .edit-reservation-activity-details form, .panel.cart .report #cart-summary .edit-reservation-activity-details form, .panel.cart .report #charges-table .edit-reservation-activity-details form, .panel.cart .report #charges-table .edit-reservation-activity-details form, .panel.cart .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.cart .cart-details #reservation-summary .edit-reservation-activity-details form, .panel.cart .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.cart .cart-details #purchase-summary .edit-reservation-activity-details form, .panel.cart .cart-details #cart-summary .edit-reservation-activity-details form, .panel.cart .cart-details #cart-summary .edit-reservation-activity-details form, .panel.cart .cart-details #charges-table .edit-reservation-activity-details form, .panel.cart .cart-details #charges-table .edit-reservation-activity-details form {
  margin: 3px 0 3px 22px;
}

/* line 332, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .charge-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .charge-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .charge-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .charge-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .charge-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .charge-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.charge .charge-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.charge .reservation-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .reservation-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .reservation-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .reservation-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .reservation-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .reservation-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .reservation-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.charge .reservation-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.charge .purchase-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .purchase-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .purchase-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .purchase-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .purchase-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .purchase-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .purchase-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.charge .purchase-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.charge .report #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .report #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .report #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .report #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .report #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .report #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .report #charges-table .edit-reservation-activity-details form .selectize-control, .panel.charge .report #charges-table .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.charge .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.reservation .charge-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .charge-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .charge-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .charge-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .charge-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .charge-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .charge-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.reservation .charge-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.reservation .reservation-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .reservation-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .reservation-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .reservation-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .reservation-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .reservation-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .reservation-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.reservation .reservation-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.reservation .purchase-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .purchase-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .purchase-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .purchase-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .purchase-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .purchase-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .purchase-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.reservation .purchase-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.reservation .report #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .report #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .report #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .report #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .report #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .report #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .report #charges-table .edit-reservation-activity-details form .selectize-control, .panel.reservation .report #charges-table .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.reservation .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.purchase .charge-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .charge-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .charge-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .charge-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .charge-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .charge-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .charge-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.purchase .charge-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.purchase .reservation-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .reservation-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .reservation-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .reservation-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .reservation-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .reservation-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .reservation-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.purchase .reservation-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.purchase .purchase-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .purchase-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .purchase-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .purchase-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .purchase-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .purchase-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .purchase-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.purchase .purchase-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.purchase .report #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .report #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .report #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .report #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .report #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .report #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .report #charges-table .edit-reservation-activity-details form .selectize-control, .panel.purchase .report #charges-table .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.purchase .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .activity-report .charge-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .activity-report .charge-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .activity-report .charge-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .activity-report .charge-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .activity-report .charge-details #cart-summary .edit-reservation-activity-details form .selectize-control, .activity-report .charge-details #cart-summary .edit-reservation-activity-details form .selectize-control, .activity-report .charge-details #charges-table .edit-reservation-activity-details form .selectize-control, .activity-report .charge-details #charges-table .edit-reservation-activity-details form .selectize-control, .activity-report .reservation-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .activity-report .reservation-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .activity-report .reservation-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .activity-report .reservation-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .activity-report .reservation-details #cart-summary .edit-reservation-activity-details form .selectize-control, .activity-report .reservation-details #cart-summary .edit-reservation-activity-details form .selectize-control, .activity-report .reservation-details #charges-table .edit-reservation-activity-details form .selectize-control, .activity-report .reservation-details #charges-table .edit-reservation-activity-details form .selectize-control, .activity-report .purchase-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .activity-report .purchase-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .activity-report .purchase-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .activity-report .purchase-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .activity-report .purchase-details #cart-summary .edit-reservation-activity-details form .selectize-control, .activity-report .purchase-details #cart-summary .edit-reservation-activity-details form .selectize-control, .activity-report .purchase-details #charges-table .edit-reservation-activity-details form .selectize-control, .activity-report .purchase-details #charges-table .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .activity-report .report #reservation-summary .edit-reservation-activity-details form .selectize-control, .activity-report .report #reservation-summary .edit-reservation-activity-details form .selectize-control, .activity-report .report #purchase-summary .edit-reservation-activity-details form .selectize-control, .activity-report .report #purchase-summary .edit-reservation-activity-details form .selectize-control, .activity-report .report #cart-summary .edit-reservation-activity-details form .selectize-control, .activity-report .report #cart-summary .edit-reservation-activity-details form .selectize-control, .activity-report .report #charges-table .edit-reservation-activity-details form .selectize-control, .activity-report .report #charges-table .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .activity-report .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .series-report .charge-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .series-report .charge-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .series-report .charge-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .series-report .charge-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .series-report .charge-details #cart-summary .edit-reservation-activity-details form .selectize-control, .series-report .charge-details #cart-summary .edit-reservation-activity-details form .selectize-control, .series-report .charge-details #charges-table .edit-reservation-activity-details form .selectize-control, .series-report .charge-details #charges-table .edit-reservation-activity-details form .selectize-control, .series-report .reservation-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .series-report .reservation-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .series-report .reservation-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .series-report .reservation-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .series-report .reservation-details #cart-summary .edit-reservation-activity-details form .selectize-control, .series-report .reservation-details #cart-summary .edit-reservation-activity-details form .selectize-control, .series-report .reservation-details #charges-table .edit-reservation-activity-details form .selectize-control, .series-report .reservation-details #charges-table .edit-reservation-activity-details form .selectize-control, .series-report .purchase-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .series-report .purchase-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .series-report .purchase-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .series-report .purchase-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .series-report .purchase-details #cart-summary .edit-reservation-activity-details form .selectize-control, .series-report .purchase-details #cart-summary .edit-reservation-activity-details form .selectize-control, .series-report .purchase-details #charges-table .edit-reservation-activity-details form .selectize-control, .series-report .purchase-details #charges-table .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .series-report .report #reservation-summary .edit-reservation-activity-details form .selectize-control, .series-report .report #reservation-summary .edit-reservation-activity-details form .selectize-control, .series-report .report #purchase-summary .edit-reservation-activity-details form .selectize-control, .series-report .report #purchase-summary .edit-reservation-activity-details form .selectize-control, .series-report .report #cart-summary .edit-reservation-activity-details form .selectize-control, .series-report .report #cart-summary .edit-reservation-activity-details form .selectize-control, .series-report .report #charges-table .edit-reservation-activity-details form .selectize-control, .series-report .report #charges-table .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .series-report .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.cart .charge-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .charge-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .charge-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .charge-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .charge-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .charge-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .charge-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.cart .charge-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.cart .reservation-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .reservation-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .reservation-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .reservation-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .reservation-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .reservation-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .reservation-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.cart .reservation-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.cart .purchase-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .purchase-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .purchase-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .purchase-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .purchase-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .purchase-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .purchase-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.cart .purchase-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.cart .report #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .report #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .report #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .report #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .report #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .report #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .report #charges-table .edit-reservation-activity-details form .selectize-control, .panel.cart .report #charges-table .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #reservation-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #purchase-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #cart-summary .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #charges-table .edit-reservation-activity-details form .selectize-control, .panel.cart .cart-details #charges-table .edit-reservation-activity-details form .selectize-control {
  float: left;
  width: 70%;
  margin-right: 8px;
}

/* line 337, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .charge-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .charge-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .charge-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .charge-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .charge-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .charge-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.charge .charge-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.charge .reservation-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .reservation-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .reservation-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .reservation-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .reservation-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .reservation-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .reservation-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.charge .reservation-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.charge .purchase-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .purchase-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .purchase-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .purchase-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .purchase-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .purchase-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .purchase-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.charge .purchase-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.charge .report #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .report #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .report #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .report #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .report #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .report #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .report #charges-table .edit-reservation-activity-details form .btn-sm, .panel.charge .report #charges-table .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.charge .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.reservation .charge-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .charge-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .charge-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .charge-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .charge-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .charge-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .charge-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.reservation .charge-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.reservation .reservation-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .reservation-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .reservation-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .reservation-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .reservation-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .reservation-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .reservation-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.reservation .reservation-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.reservation .purchase-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .purchase-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .purchase-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .purchase-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .purchase-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .purchase-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .purchase-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.reservation .purchase-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.reservation .report #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .report #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .report #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .report #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .report #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .report #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .report #charges-table .edit-reservation-activity-details form .btn-sm, .panel.reservation .report #charges-table .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.reservation .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.purchase .charge-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .charge-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .charge-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .charge-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .charge-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .charge-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .charge-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.purchase .charge-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.purchase .reservation-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .reservation-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .reservation-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .reservation-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .reservation-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .reservation-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .reservation-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.purchase .reservation-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.purchase .purchase-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .purchase-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .purchase-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .purchase-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .purchase-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .purchase-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .purchase-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.purchase .purchase-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.purchase .report #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .report #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .report #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .report #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .report #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .report #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .report #charges-table .edit-reservation-activity-details form .btn-sm, .panel.purchase .report #charges-table .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.purchase .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .activity-report .charge-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .activity-report .charge-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .activity-report .charge-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .activity-report .charge-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .activity-report .charge-details #cart-summary .edit-reservation-activity-details form .btn-sm, .activity-report .charge-details #cart-summary .edit-reservation-activity-details form .btn-sm, .activity-report .charge-details #charges-table .edit-reservation-activity-details form .btn-sm, .activity-report .charge-details #charges-table .edit-reservation-activity-details form .btn-sm, .activity-report .reservation-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .activity-report .reservation-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .activity-report .reservation-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .activity-report .reservation-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .activity-report .reservation-details #cart-summary .edit-reservation-activity-details form .btn-sm, .activity-report .reservation-details #cart-summary .edit-reservation-activity-details form .btn-sm, .activity-report .reservation-details #charges-table .edit-reservation-activity-details form .btn-sm, .activity-report .reservation-details #charges-table .edit-reservation-activity-details form .btn-sm, .activity-report .purchase-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .activity-report .purchase-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .activity-report .purchase-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .activity-report .purchase-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .activity-report .purchase-details #cart-summary .edit-reservation-activity-details form .btn-sm, .activity-report .purchase-details #cart-summary .edit-reservation-activity-details form .btn-sm, .activity-report .purchase-details #charges-table .edit-reservation-activity-details form .btn-sm, .activity-report .purchase-details #charges-table .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .activity-report .report #reservation-summary .edit-reservation-activity-details form .btn-sm, .activity-report .report #reservation-summary .edit-reservation-activity-details form .btn-sm, .activity-report .report #purchase-summary .edit-reservation-activity-details form .btn-sm, .activity-report .report #purchase-summary .edit-reservation-activity-details form .btn-sm, .activity-report .report #cart-summary .edit-reservation-activity-details form .btn-sm, .activity-report .report #cart-summary .edit-reservation-activity-details form .btn-sm, .activity-report .report #charges-table .edit-reservation-activity-details form .btn-sm, .activity-report .report #charges-table .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .activity-report .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .series-report .charge-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .series-report .charge-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .series-report .charge-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .series-report .charge-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .series-report .charge-details #cart-summary .edit-reservation-activity-details form .btn-sm, .series-report .charge-details #cart-summary .edit-reservation-activity-details form .btn-sm, .series-report .charge-details #charges-table .edit-reservation-activity-details form .btn-sm, .series-report .charge-details #charges-table .edit-reservation-activity-details form .btn-sm, .series-report .reservation-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .series-report .reservation-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .series-report .reservation-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .series-report .reservation-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .series-report .reservation-details #cart-summary .edit-reservation-activity-details form .btn-sm, .series-report .reservation-details #cart-summary .edit-reservation-activity-details form .btn-sm, .series-report .reservation-details #charges-table .edit-reservation-activity-details form .btn-sm, .series-report .reservation-details #charges-table .edit-reservation-activity-details form .btn-sm, .series-report .purchase-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .series-report .purchase-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .series-report .purchase-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .series-report .purchase-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .series-report .purchase-details #cart-summary .edit-reservation-activity-details form .btn-sm, .series-report .purchase-details #cart-summary .edit-reservation-activity-details form .btn-sm, .series-report .purchase-details #charges-table .edit-reservation-activity-details form .btn-sm, .series-report .purchase-details #charges-table .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .series-report .report #reservation-summary .edit-reservation-activity-details form .btn-sm, .series-report .report #reservation-summary .edit-reservation-activity-details form .btn-sm, .series-report .report #purchase-summary .edit-reservation-activity-details form .btn-sm, .series-report .report #purchase-summary .edit-reservation-activity-details form .btn-sm, .series-report .report #cart-summary .edit-reservation-activity-details form .btn-sm, .series-report .report #cart-summary .edit-reservation-activity-details form .btn-sm, .series-report .report #charges-table .edit-reservation-activity-details form .btn-sm, .series-report .report #charges-table .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .series-report .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.cart .charge-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .charge-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .charge-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .charge-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .charge-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .charge-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .charge-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.cart .charge-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.cart .reservation-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .reservation-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .reservation-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .reservation-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .reservation-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .reservation-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .reservation-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.cart .reservation-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.cart .purchase-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .purchase-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .purchase-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .purchase-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .purchase-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .purchase-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .purchase-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.cart .purchase-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.cart .report #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .report #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .report #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .report #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .report #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .report #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .report #charges-table .edit-reservation-activity-details form .btn-sm, .panel.cart .report #charges-table .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #reservation-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #purchase-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #cart-summary .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #charges-table .edit-reservation-activity-details form .btn-sm, .panel.cart .cart-details #charges-table .edit-reservation-activity-details form .btn-sm {
  height: 36px;
  line-height: 36px;
  padding: 0 27px;
}

/* line 344, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary a, .panel.charge .charge-details #reservation-summary i, .panel.charge .charge-details #purchase-summary a, .panel.charge .charge-details #purchase-summary i, .panel.charge .charge-details #cart-summary a, .panel.charge .charge-details #cart-summary i, .panel.charge .charge-details #charges-table a, .panel.charge .charge-details #charges-table i, .panel.charge .reservation-details #reservation-summary a, .panel.charge .reservation-details #reservation-summary i, .panel.charge .reservation-details #purchase-summary a, .panel.charge .reservation-details #purchase-summary i, .panel.charge .reservation-details #cart-summary a, .panel.charge .reservation-details #cart-summary i, .panel.charge .reservation-details #charges-table a, .panel.charge .reservation-details #charges-table i, .panel.charge .purchase-details #reservation-summary a, .panel.charge .purchase-details #reservation-summary i, .panel.charge .purchase-details #purchase-summary a, .panel.charge .purchase-details #purchase-summary i, .panel.charge .purchase-details #cart-summary a, .panel.charge .purchase-details #cart-summary i, .panel.charge .purchase-details #charges-table a, .panel.charge .purchase-details #charges-table i, .panel.charge .cart-details #reservation-summary a, .panel.charge .cart-details #reservation-summary i, .panel.charge .cart-details #purchase-summary a, .panel.charge .cart-details #purchase-summary i, .panel.charge .cart-details #cart-summary a, .panel.charge .cart-details #cart-summary i, .panel.charge .cart-details #charges-table a, .panel.charge .cart-details #charges-table i, .panel.charge .report #reservation-summary a, .panel.charge .report #reservation-summary i, .panel.charge .report #purchase-summary a, .panel.charge .report #purchase-summary i, .panel.charge .report #cart-summary a, .panel.charge .report #cart-summary i, .panel.charge .report #charges-table a, .panel.charge .report #charges-table i, .panel.charge .cart-details #reservation-summary a, .panel.charge .cart-details #reservation-summary i, .panel.charge .cart-details #purchase-summary a, .panel.charge .cart-details #purchase-summary i, .panel.charge .cart-details #cart-summary a, .panel.charge .cart-details #cart-summary i, .panel.charge .cart-details #charges-table a, .panel.charge .cart-details #charges-table i, .panel.reservation .charge-details #reservation-summary a, .panel.reservation .charge-details #reservation-summary i, .panel.reservation .charge-details #purchase-summary a, .panel.reservation .charge-details #purchase-summary i, .panel.reservation .charge-details #cart-summary a, .panel.reservation .charge-details #cart-summary i, .panel.reservation .charge-details #charges-table a, .panel.reservation .charge-details #charges-table i, .panel.reservation .reservation-details #reservation-summary a, .panel.reservation .reservation-details #reservation-summary i, .panel.reservation .reservation-details #purchase-summary a, .panel.reservation .reservation-details #purchase-summary i, .panel.reservation .reservation-details #cart-summary a, .panel.reservation .reservation-details #cart-summary i, .panel.reservation .reservation-details #charges-table a, .panel.reservation .reservation-details #charges-table i, .panel.reservation .purchase-details #reservation-summary a, .panel.reservation .purchase-details #reservation-summary i, .panel.reservation .purchase-details #purchase-summary a, .panel.reservation .purchase-details #purchase-summary i, .panel.reservation .purchase-details #cart-summary a, .panel.reservation .purchase-details #cart-summary i, .panel.reservation .purchase-details #charges-table a, .panel.reservation .purchase-details #charges-table i, .panel.reservation .cart-details #reservation-summary a, .panel.reservation .cart-details #reservation-summary i, .panel.reservation .cart-details #purchase-summary a, .panel.reservation .cart-details #purchase-summary i, .panel.reservation .cart-details #cart-summary a, .panel.reservation .cart-details #cart-summary i, .panel.reservation .cart-details #charges-table a, .panel.reservation .cart-details #charges-table i, .panel.reservation .report #reservation-summary a, .panel.reservation .report #reservation-summary i, .panel.reservation .report #purchase-summary a, .panel.reservation .report #purchase-summary i, .panel.reservation .report #cart-summary a, .panel.reservation .report #cart-summary i, .panel.reservation .report #charges-table a, .panel.reservation .report #charges-table i, .panel.reservation .cart-details #reservation-summary a, .panel.reservation .cart-details #reservation-summary i, .panel.reservation .cart-details #purchase-summary a, .panel.reservation .cart-details #purchase-summary i, .panel.reservation .cart-details #cart-summary a, .panel.reservation .cart-details #cart-summary i, .panel.reservation .cart-details #charges-table a, .panel.reservation .cart-details #charges-table i, .panel.purchase .charge-details #reservation-summary a, .panel.purchase .charge-details #reservation-summary i, .panel.purchase .charge-details #purchase-summary a, .panel.purchase .charge-details #purchase-summary i, .panel.purchase .charge-details #cart-summary a, .panel.purchase .charge-details #cart-summary i, .panel.purchase .charge-details #charges-table a, .panel.purchase .charge-details #charges-table i, .panel.purchase .reservation-details #reservation-summary a, .panel.purchase .reservation-details #reservation-summary i, .panel.purchase .reservation-details #purchase-summary a, .panel.purchase .reservation-details #purchase-summary i, .panel.purchase .reservation-details #cart-summary a, .panel.purchase .reservation-details #cart-summary i, .panel.purchase .reservation-details #charges-table a, .panel.purchase .reservation-details #charges-table i, .panel.purchase .purchase-details #reservation-summary a, .panel.purchase .purchase-details #reservation-summary i, .panel.purchase .purchase-details #purchase-summary a, .panel.purchase .purchase-details #purchase-summary i, .panel.purchase .purchase-details #cart-summary a, .panel.purchase .purchase-details #cart-summary i, .panel.purchase .purchase-details #charges-table a, .panel.purchase .purchase-details #charges-table i, .panel.purchase .cart-details #reservation-summary a, .panel.purchase .cart-details #reservation-summary i, .panel.purchase .cart-details #purchase-summary a, .panel.purchase .cart-details #purchase-summary i, .panel.purchase .cart-details #cart-summary a, .panel.purchase .cart-details #cart-summary i, .panel.purchase .cart-details #charges-table a, .panel.purchase .cart-details #charges-table i, .panel.purchase .report #reservation-summary a, .panel.purchase .report #reservation-summary i, .panel.purchase .report #purchase-summary a, .panel.purchase .report #purchase-summary i, .panel.purchase .report #cart-summary a, .panel.purchase .report #cart-summary i, .panel.purchase .report #charges-table a, .panel.purchase .report #charges-table i, .panel.purchase .cart-details #reservation-summary a, .panel.purchase .cart-details #reservation-summary i, .panel.purchase .cart-details #purchase-summary a, .panel.purchase .cart-details #purchase-summary i, .panel.purchase .cart-details #cart-summary a, .panel.purchase .cart-details #cart-summary i, .panel.purchase .cart-details #charges-table a, .panel.purchase .cart-details #charges-table i, .activity-report .charge-details #reservation-summary a, .activity-report .charge-details #reservation-summary i, .activity-report .charge-details #purchase-summary a, .activity-report .charge-details #purchase-summary i, .activity-report .charge-details #cart-summary a, .activity-report .charge-details #cart-summary i, .activity-report .charge-details #charges-table a, .activity-report .charge-details #charges-table i, .activity-report .reservation-details #reservation-summary a, .activity-report .reservation-details #reservation-summary i, .activity-report .reservation-details #purchase-summary a, .activity-report .reservation-details #purchase-summary i, .activity-report .reservation-details #cart-summary a, .activity-report .reservation-details #cart-summary i, .activity-report .reservation-details #charges-table a, .activity-report .reservation-details #charges-table i, .activity-report .purchase-details #reservation-summary a, .activity-report .purchase-details #reservation-summary i, .activity-report .purchase-details #purchase-summary a, .activity-report .purchase-details #purchase-summary i, .activity-report .purchase-details #cart-summary a, .activity-report .purchase-details #cart-summary i, .activity-report .purchase-details #charges-table a, .activity-report .purchase-details #charges-table i, .activity-report .cart-details #reservation-summary a, .activity-report .cart-details #reservation-summary i, .activity-report .cart-details #purchase-summary a, .activity-report .cart-details #purchase-summary i, .activity-report .cart-details #cart-summary a, .activity-report .cart-details #cart-summary i, .activity-report .cart-details #charges-table a, .activity-report .cart-details #charges-table i, .activity-report .report #reservation-summary a, .activity-report .report #reservation-summary i, .activity-report .report #purchase-summary a, .activity-report .report #purchase-summary i, .activity-report .report #cart-summary a, .activity-report .report #cart-summary i, .activity-report .report #charges-table a, .activity-report .report #charges-table i, .activity-report .cart-details #reservation-summary a, .activity-report .cart-details #reservation-summary i, .activity-report .cart-details #purchase-summary a, .activity-report .cart-details #purchase-summary i, .activity-report .cart-details #cart-summary a, .activity-report .cart-details #cart-summary i, .activity-report .cart-details #charges-table a, .activity-report .cart-details #charges-table i, .series-report .charge-details #reservation-summary a, .series-report .charge-details #reservation-summary i, .series-report .charge-details #purchase-summary a, .series-report .charge-details #purchase-summary i, .series-report .charge-details #cart-summary a, .series-report .charge-details #cart-summary i, .series-report .charge-details #charges-table a, .series-report .charge-details #charges-table i, .series-report .reservation-details #reservation-summary a, .series-report .reservation-details #reservation-summary i, .series-report .reservation-details #purchase-summary a, .series-report .reservation-details #purchase-summary i, .series-report .reservation-details #cart-summary a, .series-report .reservation-details #cart-summary i, .series-report .reservation-details #charges-table a, .series-report .reservation-details #charges-table i, .series-report .purchase-details #reservation-summary a, .series-report .purchase-details #reservation-summary i, .series-report .purchase-details #purchase-summary a, .series-report .purchase-details #purchase-summary i, .series-report .purchase-details #cart-summary a, .series-report .purchase-details #cart-summary i, .series-report .purchase-details #charges-table a, .series-report .purchase-details #charges-table i, .series-report .cart-details #reservation-summary a, .series-report .cart-details #reservation-summary i, .series-report .cart-details #purchase-summary a, .series-report .cart-details #purchase-summary i, .series-report .cart-details #cart-summary a, .series-report .cart-details #cart-summary i, .series-report .cart-details #charges-table a, .series-report .cart-details #charges-table i, .series-report .report #reservation-summary a, .series-report .report #reservation-summary i, .series-report .report #purchase-summary a, .series-report .report #purchase-summary i, .series-report .report #cart-summary a, .series-report .report #cart-summary i, .series-report .report #charges-table a, .series-report .report #charges-table i, .series-report .cart-details #reservation-summary a, .series-report .cart-details #reservation-summary i, .series-report .cart-details #purchase-summary a, .series-report .cart-details #purchase-summary i, .series-report .cart-details #cart-summary a, .series-report .cart-details #cart-summary i, .series-report .cart-details #charges-table a, .series-report .cart-details #charges-table i, .panel.cart .charge-details #reservation-summary a, .panel.cart .charge-details #reservation-summary i, .panel.cart .charge-details #purchase-summary a, .panel.cart .charge-details #purchase-summary i, .panel.cart .charge-details #cart-summary a, .panel.cart .charge-details #cart-summary i, .panel.cart .charge-details #charges-table a, .panel.cart .charge-details #charges-table i, .panel.cart .reservation-details #reservation-summary a, .panel.cart .reservation-details #reservation-summary i, .panel.cart .reservation-details #purchase-summary a, .panel.cart .reservation-details #purchase-summary i, .panel.cart .reservation-details #cart-summary a, .panel.cart .reservation-details #cart-summary i, .panel.cart .reservation-details #charges-table a, .panel.cart .reservation-details #charges-table i, .panel.cart .purchase-details #reservation-summary a, .panel.cart .purchase-details #reservation-summary i, .panel.cart .purchase-details #purchase-summary a, .panel.cart .purchase-details #purchase-summary i, .panel.cart .purchase-details #cart-summary a, .panel.cart .purchase-details #cart-summary i, .panel.cart .purchase-details #charges-table a, .panel.cart .purchase-details #charges-table i, .panel.cart .cart-details #reservation-summary a, .panel.cart .cart-details #reservation-summary i, .panel.cart .cart-details #purchase-summary a, .panel.cart .cart-details #purchase-summary i, .panel.cart .cart-details #cart-summary a, .panel.cart .cart-details #cart-summary i, .panel.cart .cart-details #charges-table a, .panel.cart .cart-details #charges-table i, .panel.cart .report #reservation-summary a, .panel.cart .report #reservation-summary i, .panel.cart .report #purchase-summary a, .panel.cart .report #purchase-summary i, .panel.cart .report #cart-summary a, .panel.cart .report #cart-summary i, .panel.cart .report #charges-table a, .panel.cart .report #charges-table i, .panel.cart .cart-details #reservation-summary a, .panel.cart .cart-details #reservation-summary i, .panel.cart .cart-details #purchase-summary a, .panel.cart .cart-details #purchase-summary i, .panel.cart .cart-details #cart-summary a, .panel.cart .cart-details #cart-summary i, .panel.cart .cart-details #charges-table a, .panel.cart .cart-details #charges-table i {
  cursor: pointer;
}

/* line 347, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary a.inline-edit, .panel.charge .charge-details #reservation-summary a.series-edit, .panel.charge .charge-details #purchase-summary a.inline-edit, .panel.charge .charge-details #purchase-summary a.series-edit, .panel.charge .charge-details #cart-summary a.inline-edit, .panel.charge .charge-details #cart-summary a.series-edit, .panel.charge .charge-details #charges-table a.inline-edit, .panel.charge .charge-details #charges-table a.series-edit, .panel.charge .reservation-details #reservation-summary a.inline-edit, .panel.charge .reservation-details #reservation-summary a.series-edit, .panel.charge .reservation-details #purchase-summary a.inline-edit, .panel.charge .reservation-details #purchase-summary a.series-edit, .panel.charge .reservation-details #cart-summary a.inline-edit, .panel.charge .reservation-details #cart-summary a.series-edit, .panel.charge .reservation-details #charges-table a.inline-edit, .panel.charge .reservation-details #charges-table a.series-edit, .panel.charge .purchase-details #reservation-summary a.inline-edit, .panel.charge .purchase-details #reservation-summary a.series-edit, .panel.charge .purchase-details #purchase-summary a.inline-edit, .panel.charge .purchase-details #purchase-summary a.series-edit, .panel.charge .purchase-details #cart-summary a.inline-edit, .panel.charge .purchase-details #cart-summary a.series-edit, .panel.charge .purchase-details #charges-table a.inline-edit, .panel.charge .purchase-details #charges-table a.series-edit, .panel.charge .cart-details #reservation-summary a.inline-edit, .panel.charge .cart-details #reservation-summary a.series-edit, .panel.charge .cart-details #purchase-summary a.inline-edit, .panel.charge .cart-details #purchase-summary a.series-edit, .panel.charge .cart-details #cart-summary a.inline-edit, .panel.charge .cart-details #cart-summary a.series-edit, .panel.charge .cart-details #charges-table a.inline-edit, .panel.charge .cart-details #charges-table a.series-edit, .panel.charge .report #reservation-summary a.inline-edit, .panel.charge .report #reservation-summary a.series-edit, .panel.charge .report #purchase-summary a.inline-edit, .panel.charge .report #purchase-summary a.series-edit, .panel.charge .report #cart-summary a.inline-edit, .panel.charge .report #cart-summary a.series-edit, .panel.charge .report #charges-table a.inline-edit, .panel.charge .report #charges-table a.series-edit, .panel.charge .cart-details #reservation-summary a.inline-edit, .panel.charge .cart-details #reservation-summary a.series-edit, .panel.charge .cart-details #purchase-summary a.inline-edit, .panel.charge .cart-details #purchase-summary a.series-edit, .panel.charge .cart-details #cart-summary a.inline-edit, .panel.charge .cart-details #cart-summary a.series-edit, .panel.charge .cart-details #charges-table a.inline-edit, .panel.charge .cart-details #charges-table a.series-edit, .panel.reservation .charge-details #reservation-summary a.inline-edit, .panel.reservation .charge-details #reservation-summary a.series-edit, .panel.reservation .charge-details #purchase-summary a.inline-edit, .panel.reservation .charge-details #purchase-summary a.series-edit, .panel.reservation .charge-details #cart-summary a.inline-edit, .panel.reservation .charge-details #cart-summary a.series-edit, .panel.reservation .charge-details #charges-table a.inline-edit, .panel.reservation .charge-details #charges-table a.series-edit, .panel.reservation .reservation-details #reservation-summary a.inline-edit, .panel.reservation .reservation-details #reservation-summary a.series-edit, .panel.reservation .reservation-details #purchase-summary a.inline-edit, .panel.reservation .reservation-details #purchase-summary a.series-edit, .panel.reservation .reservation-details #cart-summary a.inline-edit, .panel.reservation .reservation-details #cart-summary a.series-edit, .panel.reservation .reservation-details #charges-table a.inline-edit, .panel.reservation .reservation-details #charges-table a.series-edit, .panel.reservation .purchase-details #reservation-summary a.inline-edit, .panel.reservation .purchase-details #reservation-summary a.series-edit, .panel.reservation .purchase-details #purchase-summary a.inline-edit, .panel.reservation .purchase-details #purchase-summary a.series-edit, .panel.reservation .purchase-details #cart-summary a.inline-edit, .panel.reservation .purchase-details #cart-summary a.series-edit, .panel.reservation .purchase-details #charges-table a.inline-edit, .panel.reservation .purchase-details #charges-table a.series-edit, .panel.reservation .cart-details #reservation-summary a.inline-edit, .panel.reservation .cart-details #reservation-summary a.series-edit, .panel.reservation .cart-details #purchase-summary a.inline-edit, .panel.reservation .cart-details #purchase-summary a.series-edit, .panel.reservation .cart-details #cart-summary a.inline-edit, .panel.reservation .cart-details #cart-summary a.series-edit, .panel.reservation .cart-details #charges-table a.inline-edit, .panel.reservation .cart-details #charges-table a.series-edit, .panel.reservation .report #reservation-summary a.inline-edit, .panel.reservation .report #reservation-summary a.series-edit, .panel.reservation .report #purchase-summary a.inline-edit, .panel.reservation .report #purchase-summary a.series-edit, .panel.reservation .report #cart-summary a.inline-edit, .panel.reservation .report #cart-summary a.series-edit, .panel.reservation .report #charges-table a.inline-edit, .panel.reservation .report #charges-table a.series-edit, .panel.reservation .cart-details #reservation-summary a.inline-edit, .panel.reservation .cart-details #reservation-summary a.series-edit, .panel.reservation .cart-details #purchase-summary a.inline-edit, .panel.reservation .cart-details #purchase-summary a.series-edit, .panel.reservation .cart-details #cart-summary a.inline-edit, .panel.reservation .cart-details #cart-summary a.series-edit, .panel.reservation .cart-details #charges-table a.inline-edit, .panel.reservation .cart-details #charges-table a.series-edit, .panel.purchase .charge-details #reservation-summary a.inline-edit, .panel.purchase .charge-details #reservation-summary a.series-edit, .panel.purchase .charge-details #purchase-summary a.inline-edit, .panel.purchase .charge-details #purchase-summary a.series-edit, .panel.purchase .charge-details #cart-summary a.inline-edit, .panel.purchase .charge-details #cart-summary a.series-edit, .panel.purchase .charge-details #charges-table a.inline-edit, .panel.purchase .charge-details #charges-table a.series-edit, .panel.purchase .reservation-details #reservation-summary a.inline-edit, .panel.purchase .reservation-details #reservation-summary a.series-edit, .panel.purchase .reservation-details #purchase-summary a.inline-edit, .panel.purchase .reservation-details #purchase-summary a.series-edit, .panel.purchase .reservation-details #cart-summary a.inline-edit, .panel.purchase .reservation-details #cart-summary a.series-edit, .panel.purchase .reservation-details #charges-table a.inline-edit, .panel.purchase .reservation-details #charges-table a.series-edit, .panel.purchase .purchase-details #reservation-summary a.inline-edit, .panel.purchase .purchase-details #reservation-summary a.series-edit, .panel.purchase .purchase-details #purchase-summary a.inline-edit, .panel.purchase .purchase-details #purchase-summary a.series-edit, .panel.purchase .purchase-details #cart-summary a.inline-edit, .panel.purchase .purchase-details #cart-summary a.series-edit, .panel.purchase .purchase-details #charges-table a.inline-edit, .panel.purchase .purchase-details #charges-table a.series-edit, .panel.purchase .cart-details #reservation-summary a.inline-edit, .panel.purchase .cart-details #reservation-summary a.series-edit, .panel.purchase .cart-details #purchase-summary a.inline-edit, .panel.purchase .cart-details #purchase-summary a.series-edit, .panel.purchase .cart-details #cart-summary a.inline-edit, .panel.purchase .cart-details #cart-summary a.series-edit, .panel.purchase .cart-details #charges-table a.inline-edit, .panel.purchase .cart-details #charges-table a.series-edit, .panel.purchase .report #reservation-summary a.inline-edit, .panel.purchase .report #reservation-summary a.series-edit, .panel.purchase .report #purchase-summary a.inline-edit, .panel.purchase .report #purchase-summary a.series-edit, .panel.purchase .report #cart-summary a.inline-edit, .panel.purchase .report #cart-summary a.series-edit, .panel.purchase .report #charges-table a.inline-edit, .panel.purchase .report #charges-table a.series-edit, .panel.purchase .cart-details #reservation-summary a.inline-edit, .panel.purchase .cart-details #reservation-summary a.series-edit, .panel.purchase .cart-details #purchase-summary a.inline-edit, .panel.purchase .cart-details #purchase-summary a.series-edit, .panel.purchase .cart-details #cart-summary a.inline-edit, .panel.purchase .cart-details #cart-summary a.series-edit, .panel.purchase .cart-details #charges-table a.inline-edit, .panel.purchase .cart-details #charges-table a.series-edit, .activity-report .charge-details #reservation-summary a.inline-edit, .activity-report .charge-details #reservation-summary a.series-edit, .activity-report .charge-details #purchase-summary a.inline-edit, .activity-report .charge-details #purchase-summary a.series-edit, .activity-report .charge-details #cart-summary a.inline-edit, .activity-report .charge-details #cart-summary a.series-edit, .activity-report .charge-details #charges-table a.inline-edit, .activity-report .charge-details #charges-table a.series-edit, .activity-report .reservation-details #reservation-summary a.inline-edit, .activity-report .reservation-details #reservation-summary a.series-edit, .activity-report .reservation-details #purchase-summary a.inline-edit, .activity-report .reservation-details #purchase-summary a.series-edit, .activity-report .reservation-details #cart-summary a.inline-edit, .activity-report .reservation-details #cart-summary a.series-edit, .activity-report .reservation-details #charges-table a.inline-edit, .activity-report .reservation-details #charges-table a.series-edit, .activity-report .purchase-details #reservation-summary a.inline-edit, .activity-report .purchase-details #reservation-summary a.series-edit, .activity-report .purchase-details #purchase-summary a.inline-edit, .activity-report .purchase-details #purchase-summary a.series-edit, .activity-report .purchase-details #cart-summary a.inline-edit, .activity-report .purchase-details #cart-summary a.series-edit, .activity-report .purchase-details #charges-table a.inline-edit, .activity-report .purchase-details #charges-table a.series-edit, .activity-report .cart-details #reservation-summary a.inline-edit, .activity-report .cart-details #reservation-summary a.series-edit, .activity-report .cart-details #purchase-summary a.inline-edit, .activity-report .cart-details #purchase-summary a.series-edit, .activity-report .cart-details #cart-summary a.inline-edit, .activity-report .cart-details #cart-summary a.series-edit, .activity-report .cart-details #charges-table a.inline-edit, .activity-report .cart-details #charges-table a.series-edit, .activity-report .report #reservation-summary a.inline-edit, .activity-report .report #reservation-summary a.series-edit, .activity-report .report #purchase-summary a.inline-edit, .activity-report .report #purchase-summary a.series-edit, .activity-report .report #cart-summary a.inline-edit, .activity-report .report #cart-summary a.series-edit, .activity-report .report #charges-table a.inline-edit, .activity-report .report #charges-table a.series-edit, .activity-report .cart-details #reservation-summary a.inline-edit, .activity-report .cart-details #reservation-summary a.series-edit, .activity-report .cart-details #purchase-summary a.inline-edit, .activity-report .cart-details #purchase-summary a.series-edit, .activity-report .cart-details #cart-summary a.inline-edit, .activity-report .cart-details #cart-summary a.series-edit, .activity-report .cart-details #charges-table a.inline-edit, .activity-report .cart-details #charges-table a.series-edit, .series-report .charge-details #reservation-summary a.inline-edit, .series-report .charge-details #reservation-summary a.series-edit, .series-report .charge-details #purchase-summary a.inline-edit, .series-report .charge-details #purchase-summary a.series-edit, .series-report .charge-details #cart-summary a.inline-edit, .series-report .charge-details #cart-summary a.series-edit, .series-report .charge-details #charges-table a.inline-edit, .series-report .charge-details #charges-table a.series-edit, .series-report .reservation-details #reservation-summary a.inline-edit, .series-report .reservation-details #reservation-summary a.series-edit, .series-report .reservation-details #purchase-summary a.inline-edit, .series-report .reservation-details #purchase-summary a.series-edit, .series-report .reservation-details #cart-summary a.inline-edit, .series-report .reservation-details #cart-summary a.series-edit, .series-report .reservation-details #charges-table a.inline-edit, .series-report .reservation-details #charges-table a.series-edit, .series-report .purchase-details #reservation-summary a.inline-edit, .series-report .purchase-details #reservation-summary a.series-edit, .series-report .purchase-details #purchase-summary a.inline-edit, .series-report .purchase-details #purchase-summary a.series-edit, .series-report .purchase-details #cart-summary a.inline-edit, .series-report .purchase-details #cart-summary a.series-edit, .series-report .purchase-details #charges-table a.inline-edit, .series-report .purchase-details #charges-table a.series-edit, .series-report .cart-details #reservation-summary a.inline-edit, .series-report .cart-details #reservation-summary a.series-edit, .series-report .cart-details #purchase-summary a.inline-edit, .series-report .cart-details #purchase-summary a.series-edit, .series-report .cart-details #cart-summary a.inline-edit, .series-report .cart-details #cart-summary a.series-edit, .series-report .cart-details #charges-table a.inline-edit, .series-report .cart-details #charges-table a.series-edit, .series-report .report #reservation-summary a.inline-edit, .series-report .report #reservation-summary a.series-edit, .series-report .report #purchase-summary a.inline-edit, .series-report .report #purchase-summary a.series-edit, .series-report .report #cart-summary a.inline-edit, .series-report .report #cart-summary a.series-edit, .series-report .report #charges-table a.inline-edit, .series-report .report #charges-table a.series-edit, .series-report .cart-details #reservation-summary a.inline-edit, .series-report .cart-details #reservation-summary a.series-edit, .series-report .cart-details #purchase-summary a.inline-edit, .series-report .cart-details #purchase-summary a.series-edit, .series-report .cart-details #cart-summary a.inline-edit, .series-report .cart-details #cart-summary a.series-edit, .series-report .cart-details #charges-table a.inline-edit, .series-report .cart-details #charges-table a.series-edit, .panel.cart .charge-details #reservation-summary a.inline-edit, .panel.cart .charge-details #reservation-summary a.series-edit, .panel.cart .charge-details #purchase-summary a.inline-edit, .panel.cart .charge-details #purchase-summary a.series-edit, .panel.cart .charge-details #cart-summary a.inline-edit, .panel.cart .charge-details #cart-summary a.series-edit, .panel.cart .charge-details #charges-table a.inline-edit, .panel.cart .charge-details #charges-table a.series-edit, .panel.cart .reservation-details #reservation-summary a.inline-edit, .panel.cart .reservation-details #reservation-summary a.series-edit, .panel.cart .reservation-details #purchase-summary a.inline-edit, .panel.cart .reservation-details #purchase-summary a.series-edit, .panel.cart .reservation-details #cart-summary a.inline-edit, .panel.cart .reservation-details #cart-summary a.series-edit, .panel.cart .reservation-details #charges-table a.inline-edit, .panel.cart .reservation-details #charges-table a.series-edit, .panel.cart .purchase-details #reservation-summary a.inline-edit, .panel.cart .purchase-details #reservation-summary a.series-edit, .panel.cart .purchase-details #purchase-summary a.inline-edit, .panel.cart .purchase-details #purchase-summary a.series-edit, .panel.cart .purchase-details #cart-summary a.inline-edit, .panel.cart .purchase-details #cart-summary a.series-edit, .panel.cart .purchase-details #charges-table a.inline-edit, .panel.cart .purchase-details #charges-table a.series-edit, .panel.cart .cart-details #reservation-summary a.inline-edit, .panel.cart .cart-details #reservation-summary a.series-edit, .panel.cart .cart-details #purchase-summary a.inline-edit, .panel.cart .cart-details #purchase-summary a.series-edit, .panel.cart .cart-details #cart-summary a.inline-edit, .panel.cart .cart-details #cart-summary a.series-edit, .panel.cart .cart-details #charges-table a.inline-edit, .panel.cart .cart-details #charges-table a.series-edit, .panel.cart .report #reservation-summary a.inline-edit, .panel.cart .report #reservation-summary a.series-edit, .panel.cart .report #purchase-summary a.inline-edit, .panel.cart .report #purchase-summary a.series-edit, .panel.cart .report #cart-summary a.inline-edit, .panel.cart .report #cart-summary a.series-edit, .panel.cart .report #charges-table a.inline-edit, .panel.cart .report #charges-table a.series-edit, .panel.cart .cart-details #reservation-summary a.inline-edit, .panel.cart .cart-details #reservation-summary a.series-edit, .panel.cart .cart-details #purchase-summary a.inline-edit, .panel.cart .cart-details #purchase-summary a.series-edit, .panel.cart .cart-details #cart-summary a.inline-edit, .panel.cart .cart-details #cart-summary a.series-edit, .panel.cart .cart-details #charges-table a.inline-edit, .panel.cart .cart-details #charges-table a.series-edit {
  color: #ccc;
}

/* line 349, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary a.inline-edit:hover, .panel.charge .charge-details #reservation-summary a.series-edit:hover, .panel.charge .charge-details #purchase-summary a.inline-edit:hover, .panel.charge .charge-details #purchase-summary a.series-edit:hover, .panel.charge .charge-details #cart-summary a.inline-edit:hover, .panel.charge .charge-details #cart-summary a.series-edit:hover, .panel.charge .charge-details #charges-table a.inline-edit:hover, .panel.charge .charge-details #charges-table a.series-edit:hover, .panel.charge .reservation-details #reservation-summary a.inline-edit:hover, .panel.charge .reservation-details #reservation-summary a.series-edit:hover, .panel.charge .reservation-details #purchase-summary a.inline-edit:hover, .panel.charge .reservation-details #purchase-summary a.series-edit:hover, .panel.charge .reservation-details #cart-summary a.inline-edit:hover, .panel.charge .reservation-details #cart-summary a.series-edit:hover, .panel.charge .reservation-details #charges-table a.inline-edit:hover, .panel.charge .reservation-details #charges-table a.series-edit:hover, .panel.charge .purchase-details #reservation-summary a.inline-edit:hover, .panel.charge .purchase-details #reservation-summary a.series-edit:hover, .panel.charge .purchase-details #purchase-summary a.inline-edit:hover, .panel.charge .purchase-details #purchase-summary a.series-edit:hover, .panel.charge .purchase-details #cart-summary a.inline-edit:hover, .panel.charge .purchase-details #cart-summary a.series-edit:hover, .panel.charge .purchase-details #charges-table a.inline-edit:hover, .panel.charge .purchase-details #charges-table a.series-edit:hover, .panel.charge .cart-details #reservation-summary a.inline-edit:hover, .panel.charge .cart-details #reservation-summary a.series-edit:hover, .panel.charge .cart-details #purchase-summary a.inline-edit:hover, .panel.charge .cart-details #purchase-summary a.series-edit:hover, .panel.charge .cart-details #cart-summary a.inline-edit:hover, .panel.charge .cart-details #cart-summary a.series-edit:hover, .panel.charge .cart-details #charges-table a.inline-edit:hover, .panel.charge .cart-details #charges-table a.series-edit:hover, .panel.charge .report #reservation-summary a.inline-edit:hover, .panel.charge .report #reservation-summary a.series-edit:hover, .panel.charge .report #purchase-summary a.inline-edit:hover, .panel.charge .report #purchase-summary a.series-edit:hover, .panel.charge .report #cart-summary a.inline-edit:hover, .panel.charge .report #cart-summary a.series-edit:hover, .panel.charge .report #charges-table a.inline-edit:hover, .panel.charge .report #charges-table a.series-edit:hover, .panel.charge .cart-details #reservation-summary a.inline-edit:hover, .panel.charge .cart-details #reservation-summary a.series-edit:hover, .panel.charge .cart-details #purchase-summary a.inline-edit:hover, .panel.charge .cart-details #purchase-summary a.series-edit:hover, .panel.charge .cart-details #cart-summary a.inline-edit:hover, .panel.charge .cart-details #cart-summary a.series-edit:hover, .panel.charge .cart-details #charges-table a.inline-edit:hover, .panel.charge .cart-details #charges-table a.series-edit:hover, .panel.reservation .charge-details #reservation-summary a.inline-edit:hover, .panel.reservation .charge-details #reservation-summary a.series-edit:hover, .panel.reservation .charge-details #purchase-summary a.inline-edit:hover, .panel.reservation .charge-details #purchase-summary a.series-edit:hover, .panel.reservation .charge-details #cart-summary a.inline-edit:hover, .panel.reservation .charge-details #cart-summary a.series-edit:hover, .panel.reservation .charge-details #charges-table a.inline-edit:hover, .panel.reservation .charge-details #charges-table a.series-edit:hover, .panel.reservation .reservation-details #reservation-summary a.inline-edit:hover, .panel.reservation .reservation-details #reservation-summary a.series-edit:hover, .panel.reservation .reservation-details #purchase-summary a.inline-edit:hover, .panel.reservation .reservation-details #purchase-summary a.series-edit:hover, .panel.reservation .reservation-details #cart-summary a.inline-edit:hover, .panel.reservation .reservation-details #cart-summary a.series-edit:hover, .panel.reservation .reservation-details #charges-table a.inline-edit:hover, .panel.reservation .reservation-details #charges-table a.series-edit:hover, .panel.reservation .purchase-details #reservation-summary a.inline-edit:hover, .panel.reservation .purchase-details #reservation-summary a.series-edit:hover, .panel.reservation .purchase-details #purchase-summary a.inline-edit:hover, .panel.reservation .purchase-details #purchase-summary a.series-edit:hover, .panel.reservation .purchase-details #cart-summary a.inline-edit:hover, .panel.reservation .purchase-details #cart-summary a.series-edit:hover, .panel.reservation .purchase-details #charges-table a.inline-edit:hover, .panel.reservation .purchase-details #charges-table a.series-edit:hover, .panel.reservation .cart-details #reservation-summary a.inline-edit:hover, .panel.reservation .cart-details #reservation-summary a.series-edit:hover, .panel.reservation .cart-details #purchase-summary a.inline-edit:hover, .panel.reservation .cart-details #purchase-summary a.series-edit:hover, .panel.reservation .cart-details #cart-summary a.inline-edit:hover, .panel.reservation .cart-details #cart-summary a.series-edit:hover, .panel.reservation .cart-details #charges-table a.inline-edit:hover, .panel.reservation .cart-details #charges-table a.series-edit:hover, .panel.reservation .report #reservation-summary a.inline-edit:hover, .panel.reservation .report #reservation-summary a.series-edit:hover, .panel.reservation .report #purchase-summary a.inline-edit:hover, .panel.reservation .report #purchase-summary a.series-edit:hover, .panel.reservation .report #cart-summary a.inline-edit:hover, .panel.reservation .report #cart-summary a.series-edit:hover, .panel.reservation .report #charges-table a.inline-edit:hover, .panel.reservation .report #charges-table a.series-edit:hover, .panel.reservation .cart-details #reservation-summary a.inline-edit:hover, .panel.reservation .cart-details #reservation-summary a.series-edit:hover, .panel.reservation .cart-details #purchase-summary a.inline-edit:hover, .panel.reservation .cart-details #purchase-summary a.series-edit:hover, .panel.reservation .cart-details #cart-summary a.inline-edit:hover, .panel.reservation .cart-details #cart-summary a.series-edit:hover, .panel.reservation .cart-details #charges-table a.inline-edit:hover, .panel.reservation .cart-details #charges-table a.series-edit:hover, .panel.purchase .charge-details #reservation-summary a.inline-edit:hover, .panel.purchase .charge-details #reservation-summary a.series-edit:hover, .panel.purchase .charge-details #purchase-summary a.inline-edit:hover, .panel.purchase .charge-details #purchase-summary a.series-edit:hover, .panel.purchase .charge-details #cart-summary a.inline-edit:hover, .panel.purchase .charge-details #cart-summary a.series-edit:hover, .panel.purchase .charge-details #charges-table a.inline-edit:hover, .panel.purchase .charge-details #charges-table a.series-edit:hover, .panel.purchase .reservation-details #reservation-summary a.inline-edit:hover, .panel.purchase .reservation-details #reservation-summary a.series-edit:hover, .panel.purchase .reservation-details #purchase-summary a.inline-edit:hover, .panel.purchase .reservation-details #purchase-summary a.series-edit:hover, .panel.purchase .reservation-details #cart-summary a.inline-edit:hover, .panel.purchase .reservation-details #cart-summary a.series-edit:hover, .panel.purchase .reservation-details #charges-table a.inline-edit:hover, .panel.purchase .reservation-details #charges-table a.series-edit:hover, .panel.purchase .purchase-details #reservation-summary a.inline-edit:hover, .panel.purchase .purchase-details #reservation-summary a.series-edit:hover, .panel.purchase .purchase-details #purchase-summary a.inline-edit:hover, .panel.purchase .purchase-details #purchase-summary a.series-edit:hover, .panel.purchase .purchase-details #cart-summary a.inline-edit:hover, .panel.purchase .purchase-details #cart-summary a.series-edit:hover, .panel.purchase .purchase-details #charges-table a.inline-edit:hover, .panel.purchase .purchase-details #charges-table a.series-edit:hover, .panel.purchase .cart-details #reservation-summary a.inline-edit:hover, .panel.purchase .cart-details #reservation-summary a.series-edit:hover, .panel.purchase .cart-details #purchase-summary a.inline-edit:hover, .panel.purchase .cart-details #purchase-summary a.series-edit:hover, .panel.purchase .cart-details #cart-summary a.inline-edit:hover, .panel.purchase .cart-details #cart-summary a.series-edit:hover, .panel.purchase .cart-details #charges-table a.inline-edit:hover, .panel.purchase .cart-details #charges-table a.series-edit:hover, .panel.purchase .report #reservation-summary a.inline-edit:hover, .panel.purchase .report #reservation-summary a.series-edit:hover, .panel.purchase .report #purchase-summary a.inline-edit:hover, .panel.purchase .report #purchase-summary a.series-edit:hover, .panel.purchase .report #cart-summary a.inline-edit:hover, .panel.purchase .report #cart-summary a.series-edit:hover, .panel.purchase .report #charges-table a.inline-edit:hover, .panel.purchase .report #charges-table a.series-edit:hover, .panel.purchase .cart-details #reservation-summary a.inline-edit:hover, .panel.purchase .cart-details #reservation-summary a.series-edit:hover, .panel.purchase .cart-details #purchase-summary a.inline-edit:hover, .panel.purchase .cart-details #purchase-summary a.series-edit:hover, .panel.purchase .cart-details #cart-summary a.inline-edit:hover, .panel.purchase .cart-details #cart-summary a.series-edit:hover, .panel.purchase .cart-details #charges-table a.inline-edit:hover, .panel.purchase .cart-details #charges-table a.series-edit:hover, .activity-report .charge-details #reservation-summary a.inline-edit:hover, .activity-report .charge-details #reservation-summary a.series-edit:hover, .activity-report .charge-details #purchase-summary a.inline-edit:hover, .activity-report .charge-details #purchase-summary a.series-edit:hover, .activity-report .charge-details #cart-summary a.inline-edit:hover, .activity-report .charge-details #cart-summary a.series-edit:hover, .activity-report .charge-details #charges-table a.inline-edit:hover, .activity-report .charge-details #charges-table a.series-edit:hover, .activity-report .reservation-details #reservation-summary a.inline-edit:hover, .activity-report .reservation-details #reservation-summary a.series-edit:hover, .activity-report .reservation-details #purchase-summary a.inline-edit:hover, .activity-report .reservation-details #purchase-summary a.series-edit:hover, .activity-report .reservation-details #cart-summary a.inline-edit:hover, .activity-report .reservation-details #cart-summary a.series-edit:hover, .activity-report .reservation-details #charges-table a.inline-edit:hover, .activity-report .reservation-details #charges-table a.series-edit:hover, .activity-report .purchase-details #reservation-summary a.inline-edit:hover, .activity-report .purchase-details #reservation-summary a.series-edit:hover, .activity-report .purchase-details #purchase-summary a.inline-edit:hover, .activity-report .purchase-details #purchase-summary a.series-edit:hover, .activity-report .purchase-details #cart-summary a.inline-edit:hover, .activity-report .purchase-details #cart-summary a.series-edit:hover, .activity-report .purchase-details #charges-table a.inline-edit:hover, .activity-report .purchase-details #charges-table a.series-edit:hover, .activity-report .cart-details #reservation-summary a.inline-edit:hover, .activity-report .cart-details #reservation-summary a.series-edit:hover, .activity-report .cart-details #purchase-summary a.inline-edit:hover, .activity-report .cart-details #purchase-summary a.series-edit:hover, .activity-report .cart-details #cart-summary a.inline-edit:hover, .activity-report .cart-details #cart-summary a.series-edit:hover, .activity-report .cart-details #charges-table a.inline-edit:hover, .activity-report .cart-details #charges-table a.series-edit:hover, .activity-report .report #reservation-summary a.inline-edit:hover, .activity-report .report #reservation-summary a.series-edit:hover, .activity-report .report #purchase-summary a.inline-edit:hover, .activity-report .report #purchase-summary a.series-edit:hover, .activity-report .report #cart-summary a.inline-edit:hover, .activity-report .report #cart-summary a.series-edit:hover, .activity-report .report #charges-table a.inline-edit:hover, .activity-report .report #charges-table a.series-edit:hover, .activity-report .cart-details #reservation-summary a.inline-edit:hover, .activity-report .cart-details #reservation-summary a.series-edit:hover, .activity-report .cart-details #purchase-summary a.inline-edit:hover, .activity-report .cart-details #purchase-summary a.series-edit:hover, .activity-report .cart-details #cart-summary a.inline-edit:hover, .activity-report .cart-details #cart-summary a.series-edit:hover, .activity-report .cart-details #charges-table a.inline-edit:hover, .activity-report .cart-details #charges-table a.series-edit:hover, .series-report .charge-details #reservation-summary a.inline-edit:hover, .series-report .charge-details #reservation-summary a.series-edit:hover, .series-report .charge-details #purchase-summary a.inline-edit:hover, .series-report .charge-details #purchase-summary a.series-edit:hover, .series-report .charge-details #cart-summary a.inline-edit:hover, .series-report .charge-details #cart-summary a.series-edit:hover, .series-report .charge-details #charges-table a.inline-edit:hover, .series-report .charge-details #charges-table a.series-edit:hover, .series-report .reservation-details #reservation-summary a.inline-edit:hover, .series-report .reservation-details #reservation-summary a.series-edit:hover, .series-report .reservation-details #purchase-summary a.inline-edit:hover, .series-report .reservation-details #purchase-summary a.series-edit:hover, .series-report .reservation-details #cart-summary a.inline-edit:hover, .series-report .reservation-details #cart-summary a.series-edit:hover, .series-report .reservation-details #charges-table a.inline-edit:hover, .series-report .reservation-details #charges-table a.series-edit:hover, .series-report .purchase-details #reservation-summary a.inline-edit:hover, .series-report .purchase-details #reservation-summary a.series-edit:hover, .series-report .purchase-details #purchase-summary a.inline-edit:hover, .series-report .purchase-details #purchase-summary a.series-edit:hover, .series-report .purchase-details #cart-summary a.inline-edit:hover, .series-report .purchase-details #cart-summary a.series-edit:hover, .series-report .purchase-details #charges-table a.inline-edit:hover, .series-report .purchase-details #charges-table a.series-edit:hover, .series-report .cart-details #reservation-summary a.inline-edit:hover, .series-report .cart-details #reservation-summary a.series-edit:hover, .series-report .cart-details #purchase-summary a.inline-edit:hover, .series-report .cart-details #purchase-summary a.series-edit:hover, .series-report .cart-details #cart-summary a.inline-edit:hover, .series-report .cart-details #cart-summary a.series-edit:hover, .series-report .cart-details #charges-table a.inline-edit:hover, .series-report .cart-details #charges-table a.series-edit:hover, .series-report .report #reservation-summary a.inline-edit:hover, .series-report .report #reservation-summary a.series-edit:hover, .series-report .report #purchase-summary a.inline-edit:hover, .series-report .report #purchase-summary a.series-edit:hover, .series-report .report #cart-summary a.inline-edit:hover, .series-report .report #cart-summary a.series-edit:hover, .series-report .report #charges-table a.inline-edit:hover, .series-report .report #charges-table a.series-edit:hover, .series-report .cart-details #reservation-summary a.inline-edit:hover, .series-report .cart-details #reservation-summary a.series-edit:hover, .series-report .cart-details #purchase-summary a.inline-edit:hover, .series-report .cart-details #purchase-summary a.series-edit:hover, .series-report .cart-details #cart-summary a.inline-edit:hover, .series-report .cart-details #cart-summary a.series-edit:hover, .series-report .cart-details #charges-table a.inline-edit:hover, .series-report .cart-details #charges-table a.series-edit:hover, .panel.cart .charge-details #reservation-summary a.inline-edit:hover, .panel.cart .charge-details #reservation-summary a.series-edit:hover, .panel.cart .charge-details #purchase-summary a.inline-edit:hover, .panel.cart .charge-details #purchase-summary a.series-edit:hover, .panel.cart .charge-details #cart-summary a.inline-edit:hover, .panel.cart .charge-details #cart-summary a.series-edit:hover, .panel.cart .charge-details #charges-table a.inline-edit:hover, .panel.cart .charge-details #charges-table a.series-edit:hover, .panel.cart .reservation-details #reservation-summary a.inline-edit:hover, .panel.cart .reservation-details #reservation-summary a.series-edit:hover, .panel.cart .reservation-details #purchase-summary a.inline-edit:hover, .panel.cart .reservation-details #purchase-summary a.series-edit:hover, .panel.cart .reservation-details #cart-summary a.inline-edit:hover, .panel.cart .reservation-details #cart-summary a.series-edit:hover, .panel.cart .reservation-details #charges-table a.inline-edit:hover, .panel.cart .reservation-details #charges-table a.series-edit:hover, .panel.cart .purchase-details #reservation-summary a.inline-edit:hover, .panel.cart .purchase-details #reservation-summary a.series-edit:hover, .panel.cart .purchase-details #purchase-summary a.inline-edit:hover, .panel.cart .purchase-details #purchase-summary a.series-edit:hover, .panel.cart .purchase-details #cart-summary a.inline-edit:hover, .panel.cart .purchase-details #cart-summary a.series-edit:hover, .panel.cart .purchase-details #charges-table a.inline-edit:hover, .panel.cart .purchase-details #charges-table a.series-edit:hover, .panel.cart .cart-details #reservation-summary a.inline-edit:hover, .panel.cart .cart-details #reservation-summary a.series-edit:hover, .panel.cart .cart-details #purchase-summary a.inline-edit:hover, .panel.cart .cart-details #purchase-summary a.series-edit:hover, .panel.cart .cart-details #cart-summary a.inline-edit:hover, .panel.cart .cart-details #cart-summary a.series-edit:hover, .panel.cart .cart-details #charges-table a.inline-edit:hover, .panel.cart .cart-details #charges-table a.series-edit:hover, .panel.cart .report #reservation-summary a.inline-edit:hover, .panel.cart .report #reservation-summary a.series-edit:hover, .panel.cart .report #purchase-summary a.inline-edit:hover, .panel.cart .report #purchase-summary a.series-edit:hover, .panel.cart .report #cart-summary a.inline-edit:hover, .panel.cart .report #cart-summary a.series-edit:hover, .panel.cart .report #charges-table a.inline-edit:hover, .panel.cart .report #charges-table a.series-edit:hover, .panel.cart .cart-details #reservation-summary a.inline-edit:hover, .panel.cart .cart-details #reservation-summary a.series-edit:hover, .panel.cart .cart-details #purchase-summary a.inline-edit:hover, .panel.cart .cart-details #purchase-summary a.series-edit:hover, .panel.cart .cart-details #cart-summary a.inline-edit:hover, .panel.cart .cart-details #cart-summary a.series-edit:hover, .panel.cart .cart-details #charges-table a.inline-edit:hover, .panel.cart .cart-details #charges-table a.series-edit:hover {
  color: #ff4f78;
  transition: 0s;
  text-decoration: none;
}

/* line 356, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.charge .charge-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.charge .charge-details #cart-summary .edit-response .boolean-response &gt; div, .panel.charge .charge-details #charges-table .edit-response .boolean-response &gt; div, .panel.charge .reservation-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.charge .reservation-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.charge .reservation-details #cart-summary .edit-response .boolean-response &gt; div, .panel.charge .reservation-details #charges-table .edit-response .boolean-response &gt; div, .panel.charge .purchase-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.charge .purchase-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.charge .purchase-details #cart-summary .edit-response .boolean-response &gt; div, .panel.charge .purchase-details #charges-table .edit-response .boolean-response &gt; div, .panel.charge .cart-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.charge .cart-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.charge .cart-details #cart-summary .edit-response .boolean-response &gt; div, .panel.charge .cart-details #charges-table .edit-response .boolean-response &gt; div, .panel.charge .report #reservation-summary .edit-response .boolean-response &gt; div, .panel.charge .report #purchase-summary .edit-response .boolean-response &gt; div, .panel.charge .report #cart-summary .edit-response .boolean-response &gt; div, .panel.charge .report #charges-table .edit-response .boolean-response &gt; div, .panel.charge .cart-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.charge .cart-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.charge .cart-details #cart-summary .edit-response .boolean-response &gt; div, .panel.charge .cart-details #charges-table .edit-response .boolean-response &gt; div, .panel.reservation .charge-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.reservation .charge-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.reservation .charge-details #cart-summary .edit-response .boolean-response &gt; div, .panel.reservation .charge-details #charges-table .edit-response .boolean-response &gt; div, .panel.reservation .reservation-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.reservation .reservation-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.reservation .reservation-details #cart-summary .edit-response .boolean-response &gt; div, .panel.reservation .reservation-details #charges-table .edit-response .boolean-response &gt; div, .panel.reservation .purchase-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.reservation .purchase-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.reservation .purchase-details #cart-summary .edit-response .boolean-response &gt; div, .panel.reservation .purchase-details #charges-table .edit-response .boolean-response &gt; div, .panel.reservation .cart-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.reservation .cart-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.reservation .cart-details #cart-summary .edit-response .boolean-response &gt; div, .panel.reservation .cart-details #charges-table .edit-response .boolean-response &gt; div, .panel.reservation .report #reservation-summary .edit-response .boolean-response &gt; div, .panel.reservation .report #purchase-summary .edit-response .boolean-response &gt; div, .panel.reservation .report #cart-summary .edit-response .boolean-response &gt; div, .panel.reservation .report #charges-table .edit-response .boolean-response &gt; div, .panel.reservation .cart-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.reservation .cart-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.reservation .cart-details #cart-summary .edit-response .boolean-response &gt; div, .panel.reservation .cart-details #charges-table .edit-response .boolean-response &gt; div, .panel.purchase .charge-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.purchase .charge-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.purchase .charge-details #cart-summary .edit-response .boolean-response &gt; div, .panel.purchase .charge-details #charges-table .edit-response .boolean-response &gt; div, .panel.purchase .reservation-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.purchase .reservation-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.purchase .reservation-details #cart-summary .edit-response .boolean-response &gt; div, .panel.purchase .reservation-details #charges-table .edit-response .boolean-response &gt; div, .panel.purchase .purchase-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.purchase .purchase-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.purchase .purchase-details #cart-summary .edit-response .boolean-response &gt; div, .panel.purchase .purchase-details #charges-table .edit-response .boolean-response &gt; div, .panel.purchase .cart-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.purchase .cart-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.purchase .cart-details #cart-summary .edit-response .boolean-response &gt; div, .panel.purchase .cart-details #charges-table .edit-response .boolean-response &gt; div, .panel.purchase .report #reservation-summary .edit-response .boolean-response &gt; div, .panel.purchase .report #purchase-summary .edit-response .boolean-response &gt; div, .panel.purchase .report #cart-summary .edit-response .boolean-response &gt; div, .panel.purchase .report #charges-table .edit-response .boolean-response &gt; div, .panel.purchase .cart-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.purchase .cart-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.purchase .cart-details #cart-summary .edit-response .boolean-response &gt; div, .panel.purchase .cart-details #charges-table .edit-response .boolean-response &gt; div, .activity-report .charge-details #reservation-summary .edit-response .boolean-response &gt; div, .activity-report .charge-details #purchase-summary .edit-response .boolean-response &gt; div, .activity-report .charge-details #cart-summary .edit-response .boolean-response &gt; div, .activity-report .charge-details #charges-table .edit-response .boolean-response &gt; div, .activity-report .reservation-details #reservation-summary .edit-response .boolean-response &gt; div, .activity-report .reservation-details #purchase-summary .edit-response .boolean-response &gt; div, .activity-report .reservation-details #cart-summary .edit-response .boolean-response &gt; div, .activity-report .reservation-details #charges-table .edit-response .boolean-response &gt; div, .activity-report .purchase-details #reservation-summary .edit-response .boolean-response &gt; div, .activity-report .purchase-details #purchase-summary .edit-response .boolean-response &gt; div, .activity-report .purchase-details #cart-summary .edit-response .boolean-response &gt; div, .activity-report .purchase-details #charges-table .edit-response .boolean-response &gt; div, .activity-report .cart-details #reservation-summary .edit-response .boolean-response &gt; div, .activity-report .cart-details #purchase-summary .edit-response .boolean-response &gt; div, .activity-report .cart-details #cart-summary .edit-response .boolean-response &gt; div, .activity-report .cart-details #charges-table .edit-response .boolean-response &gt; div, .activity-report .report #reservation-summary .edit-response .boolean-response &gt; div, .activity-report .report #purchase-summary .edit-response .boolean-response &gt; div, .activity-report .report #cart-summary .edit-response .boolean-response &gt; div, .activity-report .report #charges-table .edit-response .boolean-response &gt; div, .activity-report .cart-details #reservation-summary .edit-response .boolean-response &gt; div, .activity-report .cart-details #purchase-summary .edit-response .boolean-response &gt; div, .activity-report .cart-details #cart-summary .edit-response .boolean-response &gt; div, .activity-report .cart-details #charges-table .edit-response .boolean-response &gt; div, .series-report .charge-details #reservation-summary .edit-response .boolean-response &gt; div, .series-report .charge-details #purchase-summary .edit-response .boolean-response &gt; div, .series-report .charge-details #cart-summary .edit-response .boolean-response &gt; div, .series-report .charge-details #charges-table .edit-response .boolean-response &gt; div, .series-report .reservation-details #reservation-summary .edit-response .boolean-response &gt; div, .series-report .reservation-details #purchase-summary .edit-response .boolean-response &gt; div, .series-report .reservation-details #cart-summary .edit-response .boolean-response &gt; div, .series-report .reservation-details #charges-table .edit-response .boolean-response &gt; div, .series-report .purchase-details #reservation-summary .edit-response .boolean-response &gt; div, .series-report .purchase-details #purchase-summary .edit-response .boolean-response &gt; div, .series-report .purchase-details #cart-summary .edit-response .boolean-response &gt; div, .series-report .purchase-details #charges-table .edit-response .boolean-response &gt; div, .series-report .cart-details #reservation-summary .edit-response .boolean-response &gt; div, .series-report .cart-details #purchase-summary .edit-response .boolean-response &gt; div, .series-report .cart-details #cart-summary .edit-response .boolean-response &gt; div, .series-report .cart-details #charges-table .edit-response .boolean-response &gt; div, .series-report .report #reservation-summary .edit-response .boolean-response &gt; div, .series-report .report #purchase-summary .edit-response .boolean-response &gt; div, .series-report .report #cart-summary .edit-response .boolean-response &gt; div, .series-report .report #charges-table .edit-response .boolean-response &gt; div, .series-report .cart-details #reservation-summary .edit-response .boolean-response &gt; div, .series-report .cart-details #purchase-summary .edit-response .boolean-response &gt; div, .series-report .cart-details #cart-summary .edit-response .boolean-response &gt; div, .series-report .cart-details #charges-table .edit-response .boolean-response &gt; div, .panel.cart .charge-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.cart .charge-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.cart .charge-details #cart-summary .edit-response .boolean-response &gt; div, .panel.cart .charge-details #charges-table .edit-response .boolean-response &gt; div, .panel.cart .reservation-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.cart .reservation-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.cart .reservation-details #cart-summary .edit-response .boolean-response &gt; div, .panel.cart .reservation-details #charges-table .edit-response .boolean-response &gt; div, .panel.cart .purchase-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.cart .purchase-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.cart .purchase-details #cart-summary .edit-response .boolean-response &gt; div, .panel.cart .purchase-details #charges-table .edit-response .boolean-response &gt; div, .panel.cart .cart-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.cart .cart-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.cart .cart-details #cart-summary .edit-response .boolean-response &gt; div, .panel.cart .cart-details #charges-table .edit-response .boolean-response &gt; div, .panel.cart .report #reservation-summary .edit-response .boolean-response &gt; div, .panel.cart .report #purchase-summary .edit-response .boolean-response &gt; div, .panel.cart .report #cart-summary .edit-response .boolean-response &gt; div, .panel.cart .report #charges-table .edit-response .boolean-response &gt; div, .panel.cart .cart-details #reservation-summary .edit-response .boolean-response &gt; div, .panel.cart .cart-details #purchase-summary .edit-response .boolean-response &gt; div, .panel.cart .cart-details #cart-summary .edit-response .boolean-response &gt; div, .panel.cart .cart-details #charges-table .edit-response .boolean-response &gt; div {
  min-height: 30px;
}

/* line 359, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary .edit-response .single-select .save, .panel.charge .charge-details #reservation-summary .edit-response .multi-select .save, .panel.charge .charge-details #purchase-summary .edit-response .single-select .save, .panel.charge .charge-details #purchase-summary .edit-response .multi-select .save, .panel.charge .charge-details #cart-summary .edit-response .single-select .save, .panel.charge .charge-details #cart-summary .edit-response .multi-select .save, .panel.charge .charge-details #charges-table .edit-response .single-select .save, .panel.charge .charge-details #charges-table .edit-response .multi-select .save, .panel.charge .reservation-details #reservation-summary .edit-response .single-select .save, .panel.charge .reservation-details #reservation-summary .edit-response .multi-select .save, .panel.charge .reservation-details #purchase-summary .edit-response .single-select .save, .panel.charge .reservation-details #purchase-summary .edit-response .multi-select .save, .panel.charge .reservation-details #cart-summary .edit-response .single-select .save, .panel.charge .reservation-details #cart-summary .edit-response .multi-select .save, .panel.charge .reservation-details #charges-table .edit-response .single-select .save, .panel.charge .reservation-details #charges-table .edit-response .multi-select .save, .panel.charge .purchase-details #reservation-summary .edit-response .single-select .save, .panel.charge .purchase-details #reservation-summary .edit-response .multi-select .save, .panel.charge .purchase-details #purchase-summary .edit-response .single-select .save, .panel.charge .purchase-details #purchase-summary .edit-response .multi-select .save, .panel.charge .purchase-details #cart-summary .edit-response .single-select .save, .panel.charge .purchase-details #cart-summary .edit-response .multi-select .save, .panel.charge .purchase-details #charges-table .edit-response .single-select .save, .panel.charge .purchase-details #charges-table .edit-response .multi-select .save, .panel.charge .cart-details #reservation-summary .edit-response .single-select .save, .panel.charge .cart-details #reservation-summary .edit-response .multi-select .save, .panel.charge .cart-details #purchase-summary .edit-response .single-select .save, .panel.charge .cart-details #purchase-summary .edit-response .multi-select .save, .panel.charge .cart-details #cart-summary .edit-response .single-select .save, .panel.charge .cart-details #cart-summary .edit-response .multi-select .save, .panel.charge .cart-details #charges-table .edit-response .single-select .save, .panel.charge .cart-details #charges-table .edit-response .multi-select .save, .panel.charge .report #reservation-summary .edit-response .single-select .save, .panel.charge .report #reservation-summary .edit-response .multi-select .save, .panel.charge .report #purchase-summary .edit-response .single-select .save, .panel.charge .report #purchase-summary .edit-response .multi-select .save, .panel.charge .report #cart-summary .edit-response .single-select .save, .panel.charge .report #cart-summary .edit-response .multi-select .save, .panel.charge .report #charges-table .edit-response .single-select .save, .panel.charge .report #charges-table .edit-response .multi-select .save, .panel.charge .cart-details #reservation-summary .edit-response .single-select .save, .panel.charge .cart-details #reservation-summary .edit-response .multi-select .save, .panel.charge .cart-details #purchase-summary .edit-response .single-select .save, .panel.charge .cart-details #purchase-summary .edit-response .multi-select .save, .panel.charge .cart-details #cart-summary .edit-response .single-select .save, .panel.charge .cart-details #cart-summary .edit-response .multi-select .save, .panel.charge .cart-details #charges-table .edit-response .single-select .save, .panel.charge .cart-details #charges-table .edit-response .multi-select .save, .panel.reservation .charge-details #reservation-summary .edit-response .single-select .save, .panel.reservation .charge-details #reservation-summary .edit-response .multi-select .save, .panel.reservation .charge-details #purchase-summary .edit-response .single-select .save, .panel.reservation .charge-details #purchase-summary .edit-response .multi-select .save, .panel.reservation .charge-details #cart-summary .edit-response .single-select .save, .panel.reservation .charge-details #cart-summary .edit-response .multi-select .save, .panel.reservation .charge-details #charges-table .edit-response .single-select .save, .panel.reservation .charge-details #charges-table .edit-response .multi-select .save, .panel.reservation .reservation-details #reservation-summary .edit-response .single-select .save, .panel.reservation .reservation-details #reservation-summary .edit-response .multi-select .save, .panel.reservation .reservation-details #purchase-summary .edit-response .single-select .save, .panel.reservation .reservation-details #purchase-summary .edit-response .multi-select .save, .panel.reservation .reservation-details #cart-summary .edit-response .single-select .save, .panel.reservation .reservation-details #cart-summary .edit-response .multi-select .save, .panel.reservation .reservation-details #charges-table .edit-response .single-select .save, .panel.reservation .reservation-details #charges-table .edit-response .multi-select .save, .panel.reservation .purchase-details #reservation-summary .edit-response .single-select .save, .panel.reservation .purchase-details #reservation-summary .edit-response .multi-select .save, .panel.reservation .purchase-details #purchase-summary .edit-response .single-select .save, .panel.reservation .purchase-details #purchase-summary .edit-response .multi-select .save, .panel.reservation .purchase-details #cart-summary .edit-response .single-select .save, .panel.reservation .purchase-details #cart-summary .edit-response .multi-select .save, .panel.reservation .purchase-details #charges-table .edit-response .single-select .save, .panel.reservation .purchase-details #charges-table .edit-response .multi-select .save, .panel.reservation .cart-details #reservation-summary .edit-response .single-select .save, .panel.reservation .cart-details #reservation-summary .edit-response .multi-select .save, .panel.reservation .cart-details #purchase-summary .edit-response .single-select .save, .panel.reservation .cart-details #purchase-summary .edit-response .multi-select .save, .panel.reservation .cart-details #cart-summary .edit-response .single-select .save, .panel.reservation .cart-details #cart-summary .edit-response .multi-select .save, .panel.reservation .cart-details #charges-table .edit-response .single-select .save, .panel.reservation .cart-details #charges-table .edit-response .multi-select .save, .panel.reservation .report #reservation-summary .edit-response .single-select .save, .panel.reservation .report #reservation-summary .edit-response .multi-select .save, .panel.reservation .report #purchase-summary .edit-response .single-select .save, .panel.reservation .report #purchase-summary .edit-response .multi-select .save, .panel.reservation .report #cart-summary .edit-response .single-select .save, .panel.reservation .report #cart-summary .edit-response .multi-select .save, .panel.reservation .report #charges-table .edit-response .single-select .save, .panel.reservation .report #charges-table .edit-response .multi-select .save, .panel.reservation .cart-details #reservation-summary .edit-response .single-select .save, .panel.reservation .cart-details #reservation-summary .edit-response .multi-select .save, .panel.reservation .cart-details #purchase-summary .edit-response .single-select .save, .panel.reservation .cart-details #purchase-summary .edit-response .multi-select .save, .panel.reservation .cart-details #cart-summary .edit-response .single-select .save, .panel.reservation .cart-details #cart-summary .edit-response .multi-select .save, .panel.reservation .cart-details #charges-table .edit-response .single-select .save, .panel.reservation .cart-details #charges-table .edit-response .multi-select .save, .panel.purchase .charge-details #reservation-summary .edit-response .single-select .save, .panel.purchase .charge-details #reservation-summary .edit-response .multi-select .save, .panel.purchase .charge-details #purchase-summary .edit-response .single-select .save, .panel.purchase .charge-details #purchase-summary .edit-response .multi-select .save, .panel.purchase .charge-details #cart-summary .edit-response .single-select .save, .panel.purchase .charge-details #cart-summary .edit-response .multi-select .save, .panel.purchase .charge-details #charges-table .edit-response .single-select .save, .panel.purchase .charge-details #charges-table .edit-response .multi-select .save, .panel.purchase .reservation-details #reservation-summary .edit-response .single-select .save, .panel.purchase .reservation-details #reservation-summary .edit-response .multi-select .save, .panel.purchase .reservation-details #purchase-summary .edit-response .single-select .save, .panel.purchase .reservation-details #purchase-summary .edit-response .multi-select .save, .panel.purchase .reservation-details #cart-summary .edit-response .single-select .save, .panel.purchase .reservation-details #cart-summary .edit-response .multi-select .save, .panel.purchase .reservation-details #charges-table .edit-response .single-select .save, .panel.purchase .reservation-details #charges-table .edit-response .multi-select .save, .panel.purchase .purchase-details #reservation-summary .edit-response .single-select .save, .panel.purchase .purchase-details #reservation-summary .edit-response .multi-select .save, .panel.purchase .purchase-details #purchase-summary .edit-response .single-select .save, .panel.purchase .purchase-details #purchase-summary .edit-response .multi-select .save, .panel.purchase .purchase-details #cart-summary .edit-response .single-select .save, .panel.purchase .purchase-details #cart-summary .edit-response .multi-select .save, .panel.purchase .purchase-details #charges-table .edit-response .single-select .save, .panel.purchase .purchase-details #charges-table .edit-response .multi-select .save, .panel.purchase .cart-details #reservation-summary .edit-response .single-select .save, .panel.purchase .cart-details #reservation-summary .edit-response .multi-select .save, .panel.purchase .cart-details #purchase-summary .edit-response .single-select .save, .panel.purchase .cart-details #purchase-summary .edit-response .multi-select .save, .panel.purchase .cart-details #cart-summary .edit-response .single-select .save, .panel.purchase .cart-details #cart-summary .edit-response .multi-select .save, .panel.purchase .cart-details #charges-table .edit-response .single-select .save, .panel.purchase .cart-details #charges-table .edit-response .multi-select .save, .panel.purchase .report #reservation-summary .edit-response .single-select .save, .panel.purchase .report #reservation-summary .edit-response .multi-select .save, .panel.purchase .report #purchase-summary .edit-response .single-select .save, .panel.purchase .report #purchase-summary .edit-response .multi-select .save, .panel.purchase .report #cart-summary .edit-response .single-select .save, .panel.purchase .report #cart-summary .edit-response .multi-select .save, .panel.purchase .report #charges-table .edit-response .single-select .save, .panel.purchase .report #charges-table .edit-response .multi-select .save, .panel.purchase .cart-details #reservation-summary .edit-response .single-select .save, .panel.purchase .cart-details #reservation-summary .edit-response .multi-select .save, .panel.purchase .cart-details #purchase-summary .edit-response .single-select .save, .panel.purchase .cart-details #purchase-summary .edit-response .multi-select .save, .panel.purchase .cart-details #cart-summary .edit-response .single-select .save, .panel.purchase .cart-details #cart-summary .edit-response .multi-select .save, .panel.purchase .cart-details #charges-table .edit-response .single-select .save, .panel.purchase .cart-details #charges-table .edit-response .multi-select .save, .activity-report .charge-details #reservation-summary .edit-response .single-select .save, .activity-report .charge-details #reservation-summary .edit-response .multi-select .save, .activity-report .charge-details #purchase-summary .edit-response .single-select .save, .activity-report .charge-details #purchase-summary .edit-response .multi-select .save, .activity-report .charge-details #cart-summary .edit-response .single-select .save, .activity-report .charge-details #cart-summary .edit-response .multi-select .save, .activity-report .charge-details #charges-table .edit-response .single-select .save, .activity-report .charge-details #charges-table .edit-response .multi-select .save, .activity-report .reservation-details #reservation-summary .edit-response .single-select .save, .activity-report .reservation-details #reservation-summary .edit-response .multi-select .save, .activity-report .reservation-details #purchase-summary .edit-response .single-select .save, .activity-report .reservation-details #purchase-summary .edit-response .multi-select .save, .activity-report .reservation-details #cart-summary .edit-response .single-select .save, .activity-report .reservation-details #cart-summary .edit-response .multi-select .save, .activity-report .reservation-details #charges-table .edit-response .single-select .save, .activity-report .reservation-details #charges-table .edit-response .multi-select .save, .activity-report .purchase-details #reservation-summary .edit-response .single-select .save, .activity-report .purchase-details #reservation-summary .edit-response .multi-select .save, .activity-report .purchase-details #purchase-summary .edit-response .single-select .save, .activity-report .purchase-details #purchase-summary .edit-response .multi-select .save, .activity-report .purchase-details #cart-summary .edit-response .single-select .save, .activity-report .purchase-details #cart-summary .edit-response .multi-select .save, .activity-report .purchase-details #charges-table .edit-response .single-select .save, .activity-report .purchase-details #charges-table .edit-response .multi-select .save, .activity-report .cart-details #reservation-summary .edit-response .single-select .save, .activity-report .cart-details #reservation-summary .edit-response .multi-select .save, .activity-report .cart-details #purchase-summary .edit-response .single-select .save, .activity-report .cart-details #purchase-summary .edit-response .multi-select .save, .activity-report .cart-details #cart-summary .edit-response .single-select .save, .activity-report .cart-details #cart-summary .edit-response .multi-select .save, .activity-report .cart-details #charges-table .edit-response .single-select .save, .activity-report .cart-details #charges-table .edit-response .multi-select .save, .activity-report .report #reservation-summary .edit-response .single-select .save, .activity-report .report #reservation-summary .edit-response .multi-select .save, .activity-report .report #purchase-summary .edit-response .single-select .save, .activity-report .report #purchase-summary .edit-response .multi-select .save, .activity-report .report #cart-summary .edit-response .single-select .save, .activity-report .report #cart-summary .edit-response .multi-select .save, .activity-report .report #charges-table .edit-response .single-select .save, .activity-report .report #charges-table .edit-response .multi-select .save, .activity-report .cart-details #reservation-summary .edit-response .single-select .save, .activity-report .cart-details #reservation-summary .edit-response .multi-select .save, .activity-report .cart-details #purchase-summary .edit-response .single-select .save, .activity-report .cart-details #purchase-summary .edit-response .multi-select .save, .activity-report .cart-details #cart-summary .edit-response .single-select .save, .activity-report .cart-details #cart-summary .edit-response .multi-select .save, .activity-report .cart-details #charges-table .edit-response .single-select .save, .activity-report .cart-details #charges-table .edit-response .multi-select .save, .series-report .charge-details #reservation-summary .edit-response .single-select .save, .series-report .charge-details #reservation-summary .edit-response .multi-select .save, .series-report .charge-details #purchase-summary .edit-response .single-select .save, .series-report .charge-details #purchase-summary .edit-response .multi-select .save, .series-report .charge-details #cart-summary .edit-response .single-select .save, .series-report .charge-details #cart-summary .edit-response .multi-select .save, .series-report .charge-details #charges-table .edit-response .single-select .save, .series-report .charge-details #charges-table .edit-response .multi-select .save, .series-report .reservation-details #reservation-summary .edit-response .single-select .save, .series-report .reservation-details #reservation-summary .edit-response .multi-select .save, .series-report .reservation-details #purchase-summary .edit-response .single-select .save, .series-report .reservation-details #purchase-summary .edit-response .multi-select .save, .series-report .reservation-details #cart-summary .edit-response .single-select .save, .series-report .reservation-details #cart-summary .edit-response .multi-select .save, .series-report .reservation-details #charges-table .edit-response .single-select .save, .series-report .reservation-details #charges-table .edit-response .multi-select .save, .series-report .purchase-details #reservation-summary .edit-response .single-select .save, .series-report .purchase-details #reservation-summary .edit-response .multi-select .save, .series-report .purchase-details #purchase-summary .edit-response .single-select .save, .series-report .purchase-details #purchase-summary .edit-response .multi-select .save, .series-report .purchase-details #cart-summary .edit-response .single-select .save, .series-report .purchase-details #cart-summary .edit-response .multi-select .save, .series-report .purchase-details #charges-table .edit-response .single-select .save, .series-report .purchase-details #charges-table .edit-response .multi-select .save, .series-report .cart-details #reservation-summary .edit-response .single-select .save, .series-report .cart-details #reservation-summary .edit-response .multi-select .save, .series-report .cart-details #purchase-summary .edit-response .single-select .save, .series-report .cart-details #purchase-summary .edit-response .multi-select .save, .series-report .cart-details #cart-summary .edit-response .single-select .save, .series-report .cart-details #cart-summary .edit-response .multi-select .save, .series-report .cart-details #charges-table .edit-response .single-select .save, .series-report .cart-details #charges-table .edit-response .multi-select .save, .series-report .report #reservation-summary .edit-response .single-select .save, .series-report .report #reservation-summary .edit-response .multi-select .save, .series-report .report #purchase-summary .edit-response .single-select .save, .series-report .report #purchase-summary .edit-response .multi-select .save, .series-report .report #cart-summary .edit-response .single-select .save, .series-report .report #cart-summary .edit-response .multi-select .save, .series-report .report #charges-table .edit-response .single-select .save, .series-report .report #charges-table .edit-response .multi-select .save, .series-report .cart-details #reservation-summary .edit-response .single-select .save, .series-report .cart-details #reservation-summary .edit-response .multi-select .save, .series-report .cart-details #purchase-summary .edit-response .single-select .save, .series-report .cart-details #purchase-summary .edit-response .multi-select .save, .series-report .cart-details #cart-summary .edit-response .single-select .save, .series-report .cart-details #cart-summary .edit-response .multi-select .save, .series-report .cart-details #charges-table .edit-response .single-select .save, .series-report .cart-details #charges-table .edit-response .multi-select .save, .panel.cart .charge-details #reservation-summary .edit-response .single-select .save, .panel.cart .charge-details #reservation-summary .edit-response .multi-select .save, .panel.cart .charge-details #purchase-summary .edit-response .single-select .save, .panel.cart .charge-details #purchase-summary .edit-response .multi-select .save, .panel.cart .charge-details #cart-summary .edit-response .single-select .save, .panel.cart .charge-details #cart-summary .edit-response .multi-select .save, .panel.cart .charge-details #charges-table .edit-response .single-select .save, .panel.cart .charge-details #charges-table .edit-response .multi-select .save, .panel.cart .reservation-details #reservation-summary .edit-response .single-select .save, .panel.cart .reservation-details #reservation-summary .edit-response .multi-select .save, .panel.cart .reservation-details #purchase-summary .edit-response .single-select .save, .panel.cart .reservation-details #purchase-summary .edit-response .multi-select .save, .panel.cart .reservation-details #cart-summary .edit-response .single-select .save, .panel.cart .reservation-details #cart-summary .edit-response .multi-select .save, .panel.cart .reservation-details #charges-table .edit-response .single-select .save, .panel.cart .reservation-details #charges-table .edit-response .multi-select .save, .panel.cart .purchase-details #reservation-summary .edit-response .single-select .save, .panel.cart .purchase-details #reservation-summary .edit-response .multi-select .save, .panel.cart .purchase-details #purchase-summary .edit-response .single-select .save, .panel.cart .purchase-details #purchase-summary .edit-response .multi-select .save, .panel.cart .purchase-details #cart-summary .edit-response .single-select .save, .panel.cart .purchase-details #cart-summary .edit-response .multi-select .save, .panel.cart .purchase-details #charges-table .edit-response .single-select .save, .panel.cart .purchase-details #charges-table .edit-response .multi-select .save, .panel.cart .cart-details #reservation-summary .edit-response .single-select .save, .panel.cart .cart-details #reservation-summary .edit-response .multi-select .save, .panel.cart .cart-details #purchase-summary .edit-response .single-select .save, .panel.cart .cart-details #purchase-summary .edit-response .multi-select .save, .panel.cart .cart-details #cart-summary .edit-response .single-select .save, .panel.cart .cart-details #cart-summary .edit-response .multi-select .save, .panel.cart .cart-details #charges-table .edit-response .single-select .save, .panel.cart .cart-details #charges-table .edit-response .multi-select .save, .panel.cart .report #reservation-summary .edit-response .single-select .save, .panel.cart .report #reservation-summary .edit-response .multi-select .save, .panel.cart .report #purchase-summary .edit-response .single-select .save, .panel.cart .report #purchase-summary .edit-response .multi-select .save, .panel.cart .report #cart-summary .edit-response .single-select .save, .panel.cart .report #cart-summary .edit-response .multi-select .save, .panel.cart .report #charges-table .edit-response .single-select .save, .panel.cart .report #charges-table .edit-response .multi-select .save, .panel.cart .cart-details #reservation-summary .edit-response .single-select .save, .panel.cart .cart-details #reservation-summary .edit-response .multi-select .save, .panel.cart .cart-details #purchase-summary .edit-response .single-select .save, .panel.cart .cart-details #purchase-summary .edit-response .multi-select .save, .panel.cart .cart-details #cart-summary .edit-response .single-select .save, .panel.cart .cart-details #cart-summary .edit-response .multi-select .save, .panel.cart .cart-details #charges-table .edit-response .single-select .save, .panel.cart .cart-details #charges-table .edit-response .multi-select .save {
  line-height: 34px;
  padding-left: 10px;
}

/* line 364, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #reservation-summary .charge-discounts, .panel.charge .charge-details #purchase-summary .charge-discounts, .panel.charge .charge-details #cart-summary .charge-discounts, .panel.charge .charge-details #charges-table .charge-discounts, .panel.charge .reservation-details #reservation-summary .charge-discounts, .panel.charge .reservation-details #purchase-summary .charge-discounts, .panel.charge .reservation-details #cart-summary .charge-discounts, .panel.charge .reservation-details #charges-table .charge-discounts, .panel.charge .purchase-details #reservation-summary .charge-discounts, .panel.charge .purchase-details #purchase-summary .charge-discounts, .panel.charge .purchase-details #cart-summary .charge-discounts, .panel.charge .purchase-details #charges-table .charge-discounts, .panel.charge .cart-details #reservation-summary .charge-discounts, .panel.charge .cart-details #purchase-summary .charge-discounts, .panel.charge .cart-details #cart-summary .charge-discounts, .panel.charge .cart-details #charges-table .charge-discounts, .panel.charge .report #reservation-summary .charge-discounts, .panel.charge .report #purchase-summary .charge-discounts, .panel.charge .report #cart-summary .charge-discounts, .panel.charge .report #charges-table .charge-discounts, .panel.charge .cart-details #reservation-summary .charge-discounts, .panel.charge .cart-details #purchase-summary .charge-discounts, .panel.charge .cart-details #cart-summary .charge-discounts, .panel.charge .cart-details #charges-table .charge-discounts, .panel.reservation .charge-details #reservation-summary .charge-discounts, .panel.reservation .charge-details #purchase-summary .charge-discounts, .panel.reservation .charge-details #cart-summary .charge-discounts, .panel.reservation .charge-details #charges-table .charge-discounts, .panel.reservation .reservation-details #reservation-summary .charge-discounts, .panel.reservation .reservation-details #purchase-summary .charge-discounts, .panel.reservation .reservation-details #cart-summary .charge-discounts, .panel.reservation .reservation-details #charges-table .charge-discounts, .panel.reservation .purchase-details #reservation-summary .charge-discounts, .panel.reservation .purchase-details #purchase-summary .charge-discounts, .panel.reservation .purchase-details #cart-summary .charge-discounts, .panel.reservation .purchase-details #charges-table .charge-discounts, .panel.reservation .cart-details #reservation-summary .charge-discounts, .panel.reservation .cart-details #purchase-summary .charge-discounts, .panel.reservation .cart-details #cart-summary .charge-discounts, .panel.reservation .cart-details #charges-table .charge-discounts, .panel.reservation .report #reservation-summary .charge-discounts, .panel.reservation .report #purchase-summary .charge-discounts, .panel.reservation .report #cart-summary .charge-discounts, .panel.reservation .report #charges-table .charge-discounts, .panel.reservation .cart-details #reservation-summary .charge-discounts, .panel.reservation .cart-details #purchase-summary .charge-discounts, .panel.reservation .cart-details #cart-summary .charge-discounts, .panel.reservation .cart-details #charges-table .charge-discounts, .panel.purchase .charge-details #reservation-summary .charge-discounts, .panel.purchase .charge-details #purchase-summary .charge-discounts, .panel.purchase .charge-details #cart-summary .charge-discounts, .panel.purchase .charge-details #charges-table .charge-discounts, .panel.purchase .reservation-details #reservation-summary .charge-discounts, .panel.purchase .reservation-details #purchase-summary .charge-discounts, .panel.purchase .reservation-details #cart-summary .charge-discounts, .panel.purchase .reservation-details #charges-table .charge-discounts, .panel.purchase .purchase-details #reservation-summary .charge-discounts, .panel.purchase .purchase-details #purchase-summary .charge-discounts, .panel.purchase .purchase-details #cart-summary .charge-discounts, .panel.purchase .purchase-details #charges-table .charge-discounts, .panel.purchase .cart-details #reservation-summary .charge-discounts, .panel.purchase .cart-details #purchase-summary .charge-discounts, .panel.purchase .cart-details #cart-summary .charge-discounts, .panel.purchase .cart-details #charges-table .charge-discounts, .panel.purchase .report #reservation-summary .charge-discounts, .panel.purchase .report #purchase-summary .charge-discounts, .panel.purchase .report #cart-summary .charge-discounts, .panel.purchase .report #charges-table .charge-discounts, .panel.purchase .cart-details #reservation-summary .charge-discounts, .panel.purchase .cart-details #purchase-summary .charge-discounts, .panel.purchase .cart-details #cart-summary .charge-discounts, .panel.purchase .cart-details #charges-table .charge-discounts, .activity-report .charge-details #reservation-summary .charge-discounts, .activity-report .charge-details #purchase-summary .charge-discounts, .activity-report .charge-details #cart-summary .charge-discounts, .activity-report .charge-details #charges-table .charge-discounts, .activity-report .reservation-details #reservation-summary .charge-discounts, .activity-report .reservation-details #purchase-summary .charge-discounts, .activity-report .reservation-details #cart-summary .charge-discounts, .activity-report .reservation-details #charges-table .charge-discounts, .activity-report .purchase-details #reservation-summary .charge-discounts, .activity-report .purchase-details #purchase-summary .charge-discounts, .activity-report .purchase-details #cart-summary .charge-discounts, .activity-report .purchase-details #charges-table .charge-discounts, .activity-report .cart-details #reservation-summary .charge-discounts, .activity-report .cart-details #purchase-summary .charge-discounts, .activity-report .cart-details #cart-summary .charge-discounts, .activity-report .cart-details #charges-table .charge-discounts, .activity-report .report #reservation-summary .charge-discounts, .activity-report .report #purchase-summary .charge-discounts, .activity-report .report #cart-summary .charge-discounts, .activity-report .report #charges-table .charge-discounts, .activity-report .cart-details #reservation-summary .charge-discounts, .activity-report .cart-details #purchase-summary .charge-discounts, .activity-report .cart-details #cart-summary .charge-discounts, .activity-report .cart-details #charges-table .charge-discounts, .series-report .charge-details #reservation-summary .charge-discounts, .series-report .charge-details #purchase-summary .charge-discounts, .series-report .charge-details #cart-summary .charge-discounts, .series-report .charge-details #charges-table .charge-discounts, .series-report .reservation-details #reservation-summary .charge-discounts, .series-report .reservation-details #purchase-summary .charge-discounts, .series-report .reservation-details #cart-summary .charge-discounts, .series-report .reservation-details #charges-table .charge-discounts, .series-report .purchase-details #reservation-summary .charge-discounts, .series-report .purchase-details #purchase-summary .charge-discounts, .series-report .purchase-details #cart-summary .charge-discounts, .series-report .purchase-details #charges-table .charge-discounts, .series-report .cart-details #reservation-summary .charge-discounts, .series-report .cart-details #purchase-summary .charge-discounts, .series-report .cart-details #cart-summary .charge-discounts, .series-report .cart-details #charges-table .charge-discounts, .series-report .report #reservation-summary .charge-discounts, .series-report .report #purchase-summary .charge-discounts, .series-report .report #cart-summary .charge-discounts, .series-report .report #charges-table .charge-discounts, .series-report .cart-details #reservation-summary .charge-discounts, .series-report .cart-details #purchase-summary .charge-discounts, .series-report .cart-details #cart-summary .charge-discounts, .series-report .cart-details #charges-table .charge-discounts, .panel.cart .charge-details #reservation-summary .charge-discounts, .panel.cart .charge-details #purchase-summary .charge-discounts, .panel.cart .charge-details #cart-summary .charge-discounts, .panel.cart .charge-details #charges-table .charge-discounts, .panel.cart .reservation-details #reservation-summary .charge-discounts, .panel.cart .reservation-details #purchase-summary .charge-discounts, .panel.cart .reservation-details #cart-summary .charge-discounts, .panel.cart .reservation-details #charges-table .charge-discounts, .panel.cart .purchase-details #reservation-summary .charge-discounts, .panel.cart .purchase-details #purchase-summary .charge-discounts, .panel.cart .purchase-details #cart-summary .charge-discounts, .panel.cart .purchase-details #charges-table .charge-discounts, .panel.cart .cart-details #reservation-summary .charge-discounts, .panel.cart .cart-details #purchase-summary .charge-discounts, .panel.cart .cart-details #cart-summary .charge-discounts, .panel.cart .cart-details #charges-table .charge-discounts, .panel.cart .report #reservation-summary .charge-discounts, .panel.cart .report #purchase-summary .charge-discounts, .panel.cart .report #cart-summary .charge-discounts, .panel.cart .report #charges-table .charge-discounts, .panel.cart .cart-details #reservation-summary .charge-discounts, .panel.cart .cart-details #purchase-summary .charge-discounts, .panel.cart .cart-details #cart-summary .charge-discounts, .panel.cart .cart-details #charges-table .charge-discounts {
  font-style: italic;
  margin-left: 20px;
  color: #aaa;
}

/* line 371, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #charges-table #total-reservation-net, .panel.charge .reservation-details #charges-table #total-reservation-net, .panel.charge .purchase-details #charges-table #total-reservation-net, .panel.charge .cart-details #charges-table #total-reservation-net, .panel.charge .report #charges-table #total-reservation-net, .panel.charge .cart-details #charges-table #total-reservation-net, .panel.reservation .charge-details #charges-table #total-reservation-net, .panel.reservation .reservation-details #charges-table #total-reservation-net, .panel.reservation .purchase-details #charges-table #total-reservation-net, .panel.reservation .cart-details #charges-table #total-reservation-net, .panel.reservation .report #charges-table #total-reservation-net, .panel.reservation .cart-details #charges-table #total-reservation-net, .panel.purchase .charge-details #charges-table #total-reservation-net, .panel.purchase .reservation-details #charges-table #total-reservation-net, .panel.purchase .purchase-details #charges-table #total-reservation-net, .panel.purchase .cart-details #charges-table #total-reservation-net, .panel.purchase .report #charges-table #total-reservation-net, .panel.purchase .cart-details #charges-table #total-reservation-net, .activity-report .charge-details #charges-table #total-reservation-net, .activity-report .reservation-details #charges-table #total-reservation-net, .activity-report .purchase-details #charges-table #total-reservation-net, .activity-report .cart-details #charges-table #total-reservation-net, .activity-report .report #charges-table #total-reservation-net, .activity-report .cart-details #charges-table #total-reservation-net, .series-report .charge-details #charges-table #total-reservation-net, .series-report .reservation-details #charges-table #total-reservation-net, .series-report .purchase-details #charges-table #total-reservation-net, .series-report .cart-details #charges-table #total-reservation-net, .series-report .report #charges-table #total-reservation-net, .series-report .cart-details #charges-table #total-reservation-net, .panel.cart .charge-details #charges-table #total-reservation-net, .panel.cart .reservation-details #charges-table #total-reservation-net, .panel.cart .purchase-details #charges-table #total-reservation-net, .panel.cart .cart-details #charges-table #total-reservation-net, .panel.cart .report #charges-table #total-reservation-net, .panel.cart .cart-details #charges-table #total-reservation-net {
  font-size: 18px;
  font-weight: 500;
}

/* line 378, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .row .text-right, .panel.charge .charge-details .row .text-left, .panel.charge .reservation-details .row .text-right, .panel.charge .reservation-details .row .text-left, .panel.charge .purchase-details .row .text-right, .panel.charge .purchase-details .row .text-left, .panel.charge .cart-details .row .text-right, .panel.charge .cart-details .row .text-left, .panel.charge .report .row .text-right, .panel.charge .report .row .text-left, .panel.charge .cart-details .row .text-right, .panel.charge .cart-details .row .text-left, .panel.reservation .charge-details .row .text-right, .panel.reservation .charge-details .row .text-left, .panel.reservation .reservation-details .row .text-right, .panel.reservation .reservation-details .row .text-left, .panel.reservation .purchase-details .row .text-right, .panel.reservation .purchase-details .row .text-left, .panel.reservation .cart-details .row .text-right, .panel.reservation .cart-details .row .text-left, .panel.reservation .report .row .text-right, .panel.reservation .report .row .text-left, .panel.reservation .cart-details .row .text-right, .panel.reservation .cart-details .row .text-left, .panel.purchase .charge-details .row .text-right, .panel.purchase .charge-details .row .text-left, .panel.purchase .reservation-details .row .text-right, .panel.purchase .reservation-details .row .text-left, .panel.purchase .purchase-details .row .text-right, .panel.purchase .purchase-details .row .text-left, .panel.purchase .cart-details .row .text-right, .panel.purchase .cart-details .row .text-left, .panel.purchase .report .row .text-right, .panel.purchase .report .row .text-left, .panel.purchase .cart-details .row .text-right, .panel.purchase .cart-details .row .text-left, .activity-report .charge-details .row .text-right, .activity-report .charge-details .row .text-left, .activity-report .reservation-details .row .text-right, .activity-report .reservation-details .row .text-left, .activity-report .purchase-details .row .text-right, .activity-report .purchase-details .row .text-left, .activity-report .cart-details .row .text-right, .activity-report .cart-details .row .text-left, .activity-report .report .row .text-right, .activity-report .report .row .text-left, .activity-report .cart-details .row .text-right, .activity-report .cart-details .row .text-left, .series-report .charge-details .row .text-right, .series-report .charge-details .row .text-left, .series-report .reservation-details .row .text-right, .series-report .reservation-details .row .text-left, .series-report .purchase-details .row .text-right, .series-report .purchase-details .row .text-left, .series-report .cart-details .row .text-right, .series-report .cart-details .row .text-left, .series-report .report .row .text-right, .series-report .report .row .text-left, .series-report .cart-details .row .text-right, .series-report .cart-details .row .text-left, .panel.cart .charge-details .row .text-right, .panel.cart .charge-details .row .text-left, .panel.cart .reservation-details .row .text-right, .panel.cart .reservation-details .row .text-left, .panel.cart .purchase-details .row .text-right, .panel.cart .purchase-details .row .text-left, .panel.cart .cart-details .row .text-right, .panel.cart .cart-details .row .text-left, .panel.cart .report .row .text-right, .panel.cart .report .row .text-left, .panel.cart .cart-details .row .text-right, .panel.cart .cart-details .row .text-left {
  line-height: 1.2em;
  vertical-align: middle;
}

/* line 382, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .row .text-right .form-label, .panel.charge .charge-details .row .text-right a, .panel.charge .charge-details .row .text-left .form-label, .panel.charge .charge-details .row .text-left a, .panel.charge .reservation-details .row .text-right .form-label, .panel.charge .reservation-details .row .text-right a, .panel.charge .reservation-details .row .text-left .form-label, .panel.charge .reservation-details .row .text-left a, .panel.charge .purchase-details .row .text-right .form-label, .panel.charge .purchase-details .row .text-right a, .panel.charge .purchase-details .row .text-left .form-label, .panel.charge .purchase-details .row .text-left a, .panel.charge .cart-details .row .text-right .form-label, .panel.charge .cart-details .row .text-right a, .panel.charge .cart-details .row .text-left .form-label, .panel.charge .cart-details .row .text-left a, .panel.charge .report .row .text-right .form-label, .panel.charge .report .row .text-right a, .panel.charge .report .row .text-left .form-label, .panel.charge .report .row .text-left a, .panel.charge .cart-details .row .text-right .form-label, .panel.charge .cart-details .row .text-right a, .panel.charge .cart-details .row .text-left .form-label, .panel.charge .cart-details .row .text-left a, .panel.reservation .charge-details .row .text-right .form-label, .panel.reservation .charge-details .row .text-right a, .panel.reservation .charge-details .row .text-left .form-label, .panel.reservation .charge-details .row .text-left a, .panel.reservation .reservation-details .row .text-right .form-label, .panel.reservation .reservation-details .row .text-right a, .panel.reservation .reservation-details .row .text-left .form-label, .panel.reservation .reservation-details .row .text-left a, .panel.reservation .purchase-details .row .text-right .form-label, .panel.reservation .purchase-details .row .text-right a, .panel.reservation .purchase-details .row .text-left .form-label, .panel.reservation .purchase-details .row .text-left a, .panel.reservation .cart-details .row .text-right .form-label, .panel.reservation .cart-details .row .text-right a, .panel.reservation .cart-details .row .text-left .form-label, .panel.reservation .cart-details .row .text-left a, .panel.reservation .report .row .text-right .form-label, .panel.reservation .report .row .text-right a, .panel.reservation .report .row .text-left .form-label, .panel.reservation .report .row .text-left a, .panel.reservation .cart-details .row .text-right .form-label, .panel.reservation .cart-details .row .text-right a, .panel.reservation .cart-details .row .text-left .form-label, .panel.reservation .cart-details .row .text-left a, .panel.purchase .charge-details .row .text-right .form-label, .panel.purchase .charge-details .row .text-right a, .panel.purchase .charge-details .row .text-left .form-label, .panel.purchase .charge-details .row .text-left a, .panel.purchase .reservation-details .row .text-right .form-label, .panel.purchase .reservation-details .row .text-right a, .panel.purchase .reservation-details .row .text-left .form-label, .panel.purchase .reservation-details .row .text-left a, .panel.purchase .purchase-details .row .text-right .form-label, .panel.purchase .purchase-details .row .text-right a, .panel.purchase .purchase-details .row .text-left .form-label, .panel.purchase .purchase-details .row .text-left a, .panel.purchase .cart-details .row .text-right .form-label, .panel.purchase .cart-details .row .text-right a, .panel.purchase .cart-details .row .text-left .form-label, .panel.purchase .cart-details .row .text-left a, .panel.purchase .report .row .text-right .form-label, .panel.purchase .report .row .text-right a, .panel.purchase .report .row .text-left .form-label, .panel.purchase .report .row .text-left a, .panel.purchase .cart-details .row .text-right .form-label, .panel.purchase .cart-details .row .text-right a, .panel.purchase .cart-details .row .text-left .form-label, .panel.purchase .cart-details .row .text-left a, .activity-report .charge-details .row .text-right .form-label, .activity-report .charge-details .row .text-right a, .activity-report .charge-details .row .text-left .form-label, .activity-report .charge-details .row .text-left a, .activity-report .reservation-details .row .text-right .form-label, .activity-report .reservation-details .row .text-right a, .activity-report .reservation-details .row .text-left .form-label, .activity-report .reservation-details .row .text-left a, .activity-report .purchase-details .row .text-right .form-label, .activity-report .purchase-details .row .text-right a, .activity-report .purchase-details .row .text-left .form-label, .activity-report .purchase-details .row .text-left a, .activity-report .cart-details .row .text-right .form-label, .activity-report .cart-details .row .text-right a, .activity-report .cart-details .row .text-left .form-label, .activity-report .cart-details .row .text-left a, .activity-report .report .row .text-right .form-label, .activity-report .report .row .text-right a, .activity-report .report .row .text-left .form-label, .activity-report .report .row .text-left a, .activity-report .cart-details .row .text-right .form-label, .activity-report .cart-details .row .text-right a, .activity-report .cart-details .row .text-left .form-label, .activity-report .cart-details .row .text-left a, .series-report .charge-details .row .text-right .form-label, .series-report .charge-details .row .text-right a, .series-report .charge-details .row .text-left .form-label, .series-report .charge-details .row .text-left a, .series-report .reservation-details .row .text-right .form-label, .series-report .reservation-details .row .text-right a, .series-report .reservation-details .row .text-left .form-label, .series-report .reservation-details .row .text-left a, .series-report .purchase-details .row .text-right .form-label, .series-report .purchase-details .row .text-right a, .series-report .purchase-details .row .text-left .form-label, .series-report .purchase-details .row .text-left a, .series-report .cart-details .row .text-right .form-label, .series-report .cart-details .row .text-right a, .series-report .cart-details .row .text-left .form-label, .series-report .cart-details .row .text-left a, .series-report .report .row .text-right .form-label, .series-report .report .row .text-right a, .series-report .report .row .text-left .form-label, .series-report .report .row .text-left a, .series-report .cart-details .row .text-right .form-label, .series-report .cart-details .row .text-right a, .series-report .cart-details .row .text-left .form-label, .series-report .cart-details .row .text-left a, .panel.cart .charge-details .row .text-right .form-label, .panel.cart .charge-details .row .text-right a, .panel.cart .charge-details .row .text-left .form-label, .panel.cart .charge-details .row .text-left a, .panel.cart .reservation-details .row .text-right .form-label, .panel.cart .reservation-details .row .text-right a, .panel.cart .reservation-details .row .text-left .form-label, .panel.cart .reservation-details .row .text-left a, .panel.cart .purchase-details .row .text-right .form-label, .panel.cart .purchase-details .row .text-right a, .panel.cart .purchase-details .row .text-left .form-label, .panel.cart .purchase-details .row .text-left a, .panel.cart .cart-details .row .text-right .form-label, .panel.cart .cart-details .row .text-right a, .panel.cart .cart-details .row .text-left .form-label, .panel.cart .cart-details .row .text-left a, .panel.cart .report .row .text-right .form-label, .panel.cart .report .row .text-right a, .panel.cart .report .row .text-left .form-label, .panel.cart .report .row .text-left a, .panel.cart .cart-details .row .text-right .form-label, .panel.cart .cart-details .row .text-right a, .panel.cart .cart-details .row .text-left .form-label, .panel.cart .cart-details .row .text-left a {
  line-height: 20px;
}

/* line 385, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .row .text-right .form-label.black, .panel.charge .charge-details .row .text-left .form-label.black, .panel.charge .reservation-details .row .text-right .form-label.black, .panel.charge .reservation-details .row .text-left .form-label.black, .panel.charge .purchase-details .row .text-right .form-label.black, .panel.charge .purchase-details .row .text-left .form-label.black, .panel.charge .cart-details .row .text-right .form-label.black, .panel.charge .cart-details .row .text-left .form-label.black, .panel.charge .report .row .text-right .form-label.black, .panel.charge .report .row .text-left .form-label.black, .panel.charge .cart-details .row .text-right .form-label.black, .panel.charge .cart-details .row .text-left .form-label.black, .panel.reservation .charge-details .row .text-right .form-label.black, .panel.reservation .charge-details .row .text-left .form-label.black, .panel.reservation .reservation-details .row .text-right .form-label.black, .panel.reservation .reservation-details .row .text-left .form-label.black, .panel.reservation .purchase-details .row .text-right .form-label.black, .panel.reservation .purchase-details .row .text-left .form-label.black, .panel.reservation .cart-details .row .text-right .form-label.black, .panel.reservation .cart-details .row .text-left .form-label.black, .panel.reservation .report .row .text-right .form-label.black, .panel.reservation .report .row .text-left .form-label.black, .panel.reservation .cart-details .row .text-right .form-label.black, .panel.reservation .cart-details .row .text-left .form-label.black, .panel.purchase .charge-details .row .text-right .form-label.black, .panel.purchase .charge-details .row .text-left .form-label.black, .panel.purchase .reservation-details .row .text-right .form-label.black, .panel.purchase .reservation-details .row .text-left .form-label.black, .panel.purchase .purchase-details .row .text-right .form-label.black, .panel.purchase .purchase-details .row .text-left .form-label.black, .panel.purchase .cart-details .row .text-right .form-label.black, .panel.purchase .cart-details .row .text-left .form-label.black, .panel.purchase .report .row .text-right .form-label.black, .panel.purchase .report .row .text-left .form-label.black, .panel.purchase .cart-details .row .text-right .form-label.black, .panel.purchase .cart-details .row .text-left .form-label.black, .activity-report .charge-details .row .text-right .form-label.black, .activity-report .charge-details .row .text-left .form-label.black, .activity-report .reservation-details .row .text-right .form-label.black, .activity-report .reservation-details .row .text-left .form-label.black, .activity-report .purchase-details .row .text-right .form-label.black, .activity-report .purchase-details .row .text-left .form-label.black, .activity-report .cart-details .row .text-right .form-label.black, .activity-report .cart-details .row .text-left .form-label.black, .activity-report .report .row .text-right .form-label.black, .activity-report .report .row .text-left .form-label.black, .activity-report .cart-details .row .text-right .form-label.black, .activity-report .cart-details .row .text-left .form-label.black, .series-report .charge-details .row .text-right .form-label.black, .series-report .charge-details .row .text-left .form-label.black, .series-report .reservation-details .row .text-right .form-label.black, .series-report .reservation-details .row .text-left .form-label.black, .series-report .purchase-details .row .text-right .form-label.black, .series-report .purchase-details .row .text-left .form-label.black, .series-report .cart-details .row .text-right .form-label.black, .series-report .cart-details .row .text-left .form-label.black, .series-report .report .row .text-right .form-label.black, .series-report .report .row .text-left .form-label.black, .series-report .cart-details .row .text-right .form-label.black, .series-report .cart-details .row .text-left .form-label.black, .panel.cart .charge-details .row .text-right .form-label.black, .panel.cart .charge-details .row .text-left .form-label.black, .panel.cart .reservation-details .row .text-right .form-label.black, .panel.cart .reservation-details .row .text-left .form-label.black, .panel.cart .purchase-details .row .text-right .form-label.black, .panel.cart .purchase-details .row .text-left .form-label.black, .panel.cart .cart-details .row .text-right .form-label.black, .panel.cart .cart-details .row .text-left .form-label.black, .panel.cart .report .row .text-right .form-label.black, .panel.cart .report .row .text-left .form-label.black, .panel.cart .cart-details .row .text-right .form-label.black, .panel.cart .cart-details .row .text-left .form-label.black {
  font-weight: 600;
}

/* line 393, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .charge-failed .retry-failed-charge, .panel.charge .reservation-details .charge-failed .retry-failed-charge, .panel.charge .purchase-details .charge-failed .retry-failed-charge, .panel.charge .cart-details .charge-failed .retry-failed-charge, .panel.charge .report .charge-failed .retry-failed-charge, .panel.charge .cart-details .charge-failed .retry-failed-charge, .panel.reservation .charge-details .charge-failed .retry-failed-charge, .panel.reservation .reservation-details .charge-failed .retry-failed-charge, .panel.reservation .purchase-details .charge-failed .retry-failed-charge, .panel.reservation .cart-details .charge-failed .retry-failed-charge, .panel.reservation .report .charge-failed .retry-failed-charge, .panel.reservation .cart-details .charge-failed .retry-failed-charge, .panel.purchase .charge-details .charge-failed .retry-failed-charge, .panel.purchase .reservation-details .charge-failed .retry-failed-charge, .panel.purchase .purchase-details .charge-failed .retry-failed-charge, .panel.purchase .cart-details .charge-failed .retry-failed-charge, .panel.purchase .report .charge-failed .retry-failed-charge, .panel.purchase .cart-details .charge-failed .retry-failed-charge, .activity-report .charge-details .charge-failed .retry-failed-charge, .activity-report .reservation-details .charge-failed .retry-failed-charge, .activity-report .purchase-details .charge-failed .retry-failed-charge, .activity-report .cart-details .charge-failed .retry-failed-charge, .activity-report .report .charge-failed .retry-failed-charge, .activity-report .cart-details .charge-failed .retry-failed-charge, .series-report .charge-details .charge-failed .retry-failed-charge, .series-report .reservation-details .charge-failed .retry-failed-charge, .series-report .purchase-details .charge-failed .retry-failed-charge, .series-report .cart-details .charge-failed .retry-failed-charge, .series-report .report .charge-failed .retry-failed-charge, .series-report .cart-details .charge-failed .retry-failed-charge, .panel.cart .charge-details .charge-failed .retry-failed-charge, .panel.cart .reservation-details .charge-failed .retry-failed-charge, .panel.cart .purchase-details .charge-failed .retry-failed-charge, .panel.cart .cart-details .charge-failed .retry-failed-charge, .panel.cart .report .charge-failed .retry-failed-charge, .panel.cart .cart-details .charge-failed .retry-failed-charge {
  color: inherit;
  margin-left: 10px;
  margin-right: 5px;
  cursor: pointer;
}

/* line 399, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .charge-failed .retry-failed-charge i, .panel.charge .reservation-details .charge-failed .retry-failed-charge i, .panel.charge .purchase-details .charge-failed .retry-failed-charge i, .panel.charge .cart-details .charge-failed .retry-failed-charge i, .panel.charge .report .charge-failed .retry-failed-charge i, .panel.charge .cart-details .charge-failed .retry-failed-charge i, .panel.reservation .charge-details .charge-failed .retry-failed-charge i, .panel.reservation .reservation-details .charge-failed .retry-failed-charge i, .panel.reservation .purchase-details .charge-failed .retry-failed-charge i, .panel.reservation .cart-details .charge-failed .retry-failed-charge i, .panel.reservation .report .charge-failed .retry-failed-charge i, .panel.reservation .cart-details .charge-failed .retry-failed-charge i, .panel.purchase .charge-details .charge-failed .retry-failed-charge i, .panel.purchase .reservation-details .charge-failed .retry-failed-charge i, .panel.purchase .purchase-details .charge-failed .retry-failed-charge i, .panel.purchase .cart-details .charge-failed .retry-failed-charge i, .panel.purchase .report .charge-failed .retry-failed-charge i, .panel.purchase .cart-details .charge-failed .retry-failed-charge i, .activity-report .charge-details .charge-failed .retry-failed-charge i, .activity-report .reservation-details .charge-failed .retry-failed-charge i, .activity-report .purchase-details .charge-failed .retry-failed-charge i, .activity-report .cart-details .charge-failed .retry-failed-charge i, .activity-report .report .charge-failed .retry-failed-charge i, .activity-report .cart-details .charge-failed .retry-failed-charge i, .series-report .charge-details .charge-failed .retry-failed-charge i, .series-report .reservation-details .charge-failed .retry-failed-charge i, .series-report .purchase-details .charge-failed .retry-failed-charge i, .series-report .cart-details .charge-failed .retry-failed-charge i, .series-report .report .charge-failed .retry-failed-charge i, .series-report .cart-details .charge-failed .retry-failed-charge i, .panel.cart .charge-details .charge-failed .retry-failed-charge i, .panel.cart .reservation-details .charge-failed .retry-failed-charge i, .panel.cart .purchase-details .charge-failed .retry-failed-charge i, .panel.cart .cart-details .charge-failed .retry-failed-charge i, .panel.cart .report .charge-failed .retry-failed-charge i, .panel.cart .cart-details .charge-failed .retry-failed-charge i {
  font-size: 22px;
  line-height: 14px;
  height: 14px;
  margin-bottom: 2px;
  color: inherit;
}

/* line 409, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .destroy-charge, .panel.charge .reservation-details .destroy-charge, .panel.charge .purchase-details .destroy-charge, .panel.charge .cart-details .destroy-charge, .panel.charge .report .destroy-charge, .panel.charge .cart-details .destroy-charge, .panel.reservation .charge-details .destroy-charge, .panel.reservation .reservation-details .destroy-charge, .panel.reservation .purchase-details .destroy-charge, .panel.reservation .cart-details .destroy-charge, .panel.reservation .report .destroy-charge, .panel.reservation .cart-details .destroy-charge, .panel.purchase .charge-details .destroy-charge, .panel.purchase .reservation-details .destroy-charge, .panel.purchase .purchase-details .destroy-charge, .panel.purchase .cart-details .destroy-charge, .panel.purchase .report .destroy-charge, .panel.purchase .cart-details .destroy-charge, .activity-report .charge-details .destroy-charge, .activity-report .reservation-details .destroy-charge, .activity-report .purchase-details .destroy-charge, .activity-report .cart-details .destroy-charge, .activity-report .report .destroy-charge, .activity-report .cart-details .destroy-charge, .series-report .charge-details .destroy-charge, .series-report .reservation-details .destroy-charge, .series-report .purchase-details .destroy-charge, .series-report .cart-details .destroy-charge, .series-report .report .destroy-charge, .series-report .cart-details .destroy-charge, .panel.cart .charge-details .destroy-charge, .panel.cart .reservation-details .destroy-charge, .panel.cart .purchase-details .destroy-charge, .panel.cart .cart-details .destroy-charge, .panel.cart .report .destroy-charge, .panel.cart .cart-details .destroy-charge {
  color: inherit;
  margin-left: 0px;
  cursor: pointer;
}

/* line 414, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .destroy-charge i, .panel.charge .reservation-details .destroy-charge i, .panel.charge .purchase-details .destroy-charge i, .panel.charge .cart-details .destroy-charge i, .panel.charge .report .destroy-charge i, .panel.charge .cart-details .destroy-charge i, .panel.reservation .charge-details .destroy-charge i, .panel.reservation .reservation-details .destroy-charge i, .panel.reservation .purchase-details .destroy-charge i, .panel.reservation .cart-details .destroy-charge i, .panel.reservation .report .destroy-charge i, .panel.reservation .cart-details .destroy-charge i, .panel.purchase .charge-details .destroy-charge i, .panel.purchase .reservation-details .destroy-charge i, .panel.purchase .purchase-details .destroy-charge i, .panel.purchase .cart-details .destroy-charge i, .panel.purchase .report .destroy-charge i, .panel.purchase .cart-details .destroy-charge i, .activity-report .charge-details .destroy-charge i, .activity-report .reservation-details .destroy-charge i, .activity-report .purchase-details .destroy-charge i, .activity-report .cart-details .destroy-charge i, .activity-report .report .destroy-charge i, .activity-report .cart-details .destroy-charge i, .series-report .charge-details .destroy-charge i, .series-report .reservation-details .destroy-charge i, .series-report .purchase-details .destroy-charge i, .series-report .cart-details .destroy-charge i, .series-report .report .destroy-charge i, .series-report .cart-details .destroy-charge i, .panel.cart .charge-details .destroy-charge i, .panel.cart .reservation-details .destroy-charge i, .panel.cart .purchase-details .destroy-charge i, .panel.cart .cart-details .destroy-charge i, .panel.cart .report .destroy-charge i, .panel.cart .cart-details .destroy-charge i {
  font-size: 22px;
  line-height: 14px;
  height: 14px;
  margin-bottom: 2px;
  color: inherit;
}

/* line 424, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #emails-table .email.row, .panel.charge .reservation-details #emails-table .email.row, .panel.charge .purchase-details #emails-table .email.row, .panel.charge .cart-details #emails-table .email.row, .panel.charge .report #emails-table .email.row, .panel.charge .cart-details #emails-table .email.row, .panel.reservation .charge-details #emails-table .email.row, .panel.reservation .reservation-details #emails-table .email.row, .panel.reservation .purchase-details #emails-table .email.row, .panel.reservation .cart-details #emails-table .email.row, .panel.reservation .report #emails-table .email.row, .panel.reservation .cart-details #emails-table .email.row, .panel.purchase .charge-details #emails-table .email.row, .panel.purchase .reservation-details #emails-table .email.row, .panel.purchase .purchase-details #emails-table .email.row, .panel.purchase .cart-details #emails-table .email.row, .panel.purchase .report #emails-table .email.row, .panel.purchase .cart-details #emails-table .email.row, .activity-report .charge-details #emails-table .email.row, .activity-report .reservation-details #emails-table .email.row, .activity-report .purchase-details #emails-table .email.row, .activity-report .cart-details #emails-table .email.row, .activity-report .report #emails-table .email.row, .activity-report .cart-details #emails-table .email.row, .series-report .charge-details #emails-table .email.row, .series-report .reservation-details #emails-table .email.row, .series-report .purchase-details #emails-table .email.row, .series-report .cart-details #emails-table .email.row, .series-report .report #emails-table .email.row, .series-report .cart-details #emails-table .email.row, .panel.cart .charge-details #emails-table .email.row, .panel.cart .reservation-details #emails-table .email.row, .panel.cart .purchase-details #emails-table .email.row, .panel.cart .cart-details #emails-table .email.row, .panel.cart .report #emails-table .email.row, .panel.cart .cart-details #emails-table .email.row {
  padding: 3px 0;
}

/* line 430, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .customer-message p, .panel.charge .reservation-details .customer-message p, .panel.charge .purchase-details .customer-message p, .panel.charge .cart-details .customer-message p, .panel.charge .report .customer-message p, .panel.charge .cart-details .customer-message p, .panel.reservation .charge-details .customer-message p, .panel.reservation .reservation-details .customer-message p, .panel.reservation .purchase-details .customer-message p, .panel.reservation .cart-details .customer-message p, .panel.reservation .report .customer-message p, .panel.reservation .cart-details .customer-message p, .panel.purchase .charge-details .customer-message p, .panel.purchase .reservation-details .customer-message p, .panel.purchase .purchase-details .customer-message p, .panel.purchase .cart-details .customer-message p, .panel.purchase .report .customer-message p, .panel.purchase .cart-details .customer-message p, .activity-report .charge-details .customer-message p, .activity-report .reservation-details .customer-message p, .activity-report .purchase-details .customer-message p, .activity-report .cart-details .customer-message p, .activity-report .report .customer-message p, .activity-report .cart-details .customer-message p, .series-report .charge-details .customer-message p, .series-report .reservation-details .customer-message p, .series-report .purchase-details .customer-message p, .series-report .cart-details .customer-message p, .series-report .report .customer-message p, .series-report .cart-details .customer-message p, .panel.cart .charge-details .customer-message p, .panel.cart .reservation-details .customer-message p, .panel.cart .purchase-details .customer-message p, .panel.cart .cart-details .customer-message p, .panel.cart .report .customer-message p, .panel.cart .cart-details .customer-message p {
  margin: 0;
}

/* line 434, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .refund-section, .panel.charge .reservation-details .refund-section, .panel.charge .purchase-details .refund-section, .panel.charge .cart-details .refund-section, .panel.charge .report .refund-section, .panel.charge .cart-details .refund-section, .panel.reservation .charge-details .refund-section, .panel.reservation .reservation-details .refund-section, .panel.reservation .purchase-details .refund-section, .panel.reservation .cart-details .refund-section, .panel.reservation .report .refund-section, .panel.reservation .cart-details .refund-section, .panel.purchase .charge-details .refund-section, .panel.purchase .reservation-details .refund-section, .panel.purchase .purchase-details .refund-section, .panel.purchase .cart-details .refund-section, .panel.purchase .report .refund-section, .panel.purchase .cart-details .refund-section, .activity-report .charge-details .refund-section, .activity-report .reservation-details .refund-section, .activity-report .purchase-details .refund-section, .activity-report .cart-details .refund-section, .activity-report .report .refund-section, .activity-report .cart-details .refund-section, .series-report .charge-details .refund-section, .series-report .reservation-details .refund-section, .series-report .purchase-details .refund-section, .series-report .cart-details .refund-section, .series-report .report .refund-section, .series-report .cart-details .refund-section, .panel.cart .charge-details .refund-section, .panel.cart .reservation-details .refund-section, .panel.cart .purchase-details .refund-section, .panel.cart .cart-details .refund-section, .panel.cart .report .refund-section, .panel.cart .cart-details .refund-section {
  position: absolute;
  padding-right: 20px;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* line 441, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .refund-section .refund-btn, .panel.charge .reservation-details .refund-section .refund-btn, .panel.charge .purchase-details .refund-section .refund-btn, .panel.charge .cart-details .refund-section .refund-btn, .panel.charge .report .refund-section .refund-btn, .panel.charge .cart-details .refund-section .refund-btn, .panel.reservation .charge-details .refund-section .refund-btn, .panel.reservation .reservation-details .refund-section .refund-btn, .panel.reservation .purchase-details .refund-section .refund-btn, .panel.reservation .cart-details .refund-section .refund-btn, .panel.reservation .report .refund-section .refund-btn, .panel.reservation .cart-details .refund-section .refund-btn, .panel.purchase .charge-details .refund-section .refund-btn, .panel.purchase .reservation-details .refund-section .refund-btn, .panel.purchase .purchase-details .refund-section .refund-btn, .panel.purchase .cart-details .refund-section .refund-btn, .panel.purchase .report .refund-section .refund-btn, .panel.purchase .cart-details .refund-section .refund-btn, .activity-report .charge-details .refund-section .refund-btn, .activity-report .reservation-details .refund-section .refund-btn, .activity-report .purchase-details .refund-section .refund-btn, .activity-report .cart-details .refund-section .refund-btn, .activity-report .report .refund-section .refund-btn, .activity-report .cart-details .refund-section .refund-btn, .series-report .charge-details .refund-section .refund-btn, .series-report .reservation-details .refund-section .refund-btn, .series-report .purchase-details .refund-section .refund-btn, .series-report .cart-details .refund-section .refund-btn, .series-report .report .refund-section .refund-btn, .series-report .cart-details .refund-section .refund-btn, .panel.cart .charge-details .refund-section .refund-btn, .panel.cart .reservation-details .refund-section .refund-btn, .panel.cart .purchase-details .refund-section .refund-btn, .panel.cart .cart-details .refund-section .refund-btn, .panel.cart .report .refund-section .refund-btn, .panel.cart .cart-details .refund-section .refund-btn {
  clear: both;
  display: block;
  font-size: .95em;
  font-weight: 500;
  text-align: right;
  color: inherit;
  border-color: #eee;
  padding: 7px 14px 7px 23px;
}

/* line 451, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .refund-section .refund-btn .material-icons, .panel.charge .reservation-details .refund-section .refund-btn .material-icons, .panel.charge .purchase-details .refund-section .refund-btn .material-icons, .panel.charge .cart-details .refund-section .refund-btn .material-icons, .panel.charge .report .refund-section .refund-btn .material-icons, .panel.charge .cart-details .refund-section .refund-btn .material-icons, .panel.reservation .charge-details .refund-section .refund-btn .material-icons, .panel.reservation .reservation-details .refund-section .refund-btn .material-icons, .panel.reservation .purchase-details .refund-section .refund-btn .material-icons, .panel.reservation .cart-details .refund-section .refund-btn .material-icons, .panel.reservation .report .refund-section .refund-btn .material-icons, .panel.reservation .cart-details .refund-section .refund-btn .material-icons, .panel.purchase .charge-details .refund-section .refund-btn .material-icons, .panel.purchase .reservation-details .refund-section .refund-btn .material-icons, .panel.purchase .purchase-details .refund-section .refund-btn .material-icons, .panel.purchase .cart-details .refund-section .refund-btn .material-icons, .panel.purchase .report .refund-section .refund-btn .material-icons, .panel.purchase .cart-details .refund-section .refund-btn .material-icons, .activity-report .charge-details .refund-section .refund-btn .material-icons, .activity-report .reservation-details .refund-section .refund-btn .material-icons, .activity-report .purchase-details .refund-section .refund-btn .material-icons, .activity-report .cart-details .refund-section .refund-btn .material-icons, .activity-report .report .refund-section .refund-btn .material-icons, .activity-report .cart-details .refund-section .refund-btn .material-icons, .series-report .charge-details .refund-section .refund-btn .material-icons, .series-report .reservation-details .refund-section .refund-btn .material-icons, .series-report .purchase-details .refund-section .refund-btn .material-icons, .series-report .cart-details .refund-section .refund-btn .material-icons, .series-report .report .refund-section .refund-btn .material-icons, .series-report .cart-details .refund-section .refund-btn .material-icons, .panel.cart .charge-details .refund-section .refund-btn .material-icons, .panel.cart .reservation-details .refund-section .refund-btn .material-icons, .panel.cart .purchase-details .refund-section .refund-btn .material-icons, .panel.cart .cart-details .refund-section .refund-btn .material-icons, .panel.cart .report .refund-section .refund-btn .material-icons, .panel.cart .cart-details .refund-section .refund-btn .material-icons {
  font-size: 18px;
  position: relative;
  top: -1px;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 463, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .refund-section i, .panel.charge .reservation-details .refund-section i, .panel.charge .purchase-details .refund-section i, .panel.charge .cart-details .refund-section i, .panel.charge .report .refund-section i, .panel.charge .cart-details .refund-section i, .panel.reservation .charge-details .refund-section i, .panel.reservation .reservation-details .refund-section i, .panel.reservation .purchase-details .refund-section i, .panel.reservation .cart-details .refund-section i, .panel.reservation .report .refund-section i, .panel.reservation .cart-details .refund-section i, .panel.purchase .charge-details .refund-section i, .panel.purchase .reservation-details .refund-section i, .panel.purchase .purchase-details .refund-section i, .panel.purchase .cart-details .refund-section i, .panel.purchase .report .refund-section i, .panel.purchase .cart-details .refund-section i, .activity-report .charge-details .refund-section i, .activity-report .reservation-details .refund-section i, .activity-report .purchase-details .refund-section i, .activity-report .cart-details .refund-section i, .activity-report .report .refund-section i, .activity-report .cart-details .refund-section i, .series-report .charge-details .refund-section i, .series-report .reservation-details .refund-section i, .series-report .purchase-details .refund-section i, .series-report .cart-details .refund-section i, .series-report .report .refund-section i, .series-report .cart-details .refund-section i, .panel.cart .charge-details .refund-section i, .panel.cart .reservation-details .refund-section i, .panel.cart .purchase-details .refund-section i, .panel.cart .cart-details .refund-section i, .panel.cart .report .refund-section i, .panel.cart .cart-details .refund-section i {
  margin-left: 7px;
}

/* line 466, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .refund-section .refund-btn:focus, .panel.charge .charge-details .refund-section .refund-btn:active, .panel.charge .reservation-details .refund-section .refund-btn:focus, .panel.charge .reservation-details .refund-section .refund-btn:active, .panel.charge .purchase-details .refund-section .refund-btn:focus, .panel.charge .purchase-details .refund-section .refund-btn:active, .panel.charge .cart-details .refund-section .refund-btn:focus, .panel.charge .cart-details .refund-section .refund-btn:active, .panel.charge .report .refund-section .refund-btn:focus, .panel.charge .report .refund-section .refund-btn:active, .panel.charge .cart-details .refund-section .refund-btn:focus, .panel.charge .cart-details .refund-section .refund-btn:active, .panel.reservation .charge-details .refund-section .refund-btn:focus, .panel.reservation .charge-details .refund-section .refund-btn:active, .panel.reservation .reservation-details .refund-section .refund-btn:focus, .panel.reservation .reservation-details .refund-section .refund-btn:active, .panel.reservation .purchase-details .refund-section .refund-btn:focus, .panel.reservation .purchase-details .refund-section .refund-btn:active, .panel.reservation .cart-details .refund-section .refund-btn:focus, .panel.reservation .cart-details .refund-section .refund-btn:active, .panel.reservation .report .refund-section .refund-btn:focus, .panel.reservation .report .refund-section .refund-btn:active, .panel.reservation .cart-details .refund-section .refund-btn:focus, .panel.reservation .cart-details .refund-section .refund-btn:active, .panel.purchase .charge-details .refund-section .refund-btn:focus, .panel.purchase .charge-details .refund-section .refund-btn:active, .panel.purchase .reservation-details .refund-section .refund-btn:focus, .panel.purchase .reservation-details .refund-section .refund-btn:active, .panel.purchase .purchase-details .refund-section .refund-btn:focus, .panel.purchase .purchase-details .refund-section .refund-btn:active, .panel.purchase .cart-details .refund-section .refund-btn:focus, .panel.purchase .cart-details .refund-section .refund-btn:active, .panel.purchase .report .refund-section .refund-btn:focus, .panel.purchase .report .refund-section .refund-btn:active, .panel.purchase .cart-details .refund-section .refund-btn:focus, .panel.purchase .cart-details .refund-section .refund-btn:active, .activity-report .charge-details .refund-section .refund-btn:focus, .activity-report .charge-details .refund-section .refund-btn:active, .activity-report .reservation-details .refund-section .refund-btn:focus, .activity-report .reservation-details .refund-section .refund-btn:active, .activity-report .purchase-details .refund-section .refund-btn:focus, .activity-report .purchase-details .refund-section .refund-btn:active, .activity-report .cart-details .refund-section .refund-btn:focus, .activity-report .cart-details .refund-section .refund-btn:active, .activity-report .report .refund-section .refund-btn:focus, .activity-report .report .refund-section .refund-btn:active, .activity-report .cart-details .refund-section .refund-btn:focus, .activity-report .cart-details .refund-section .refund-btn:active, .series-report .charge-details .refund-section .refund-btn:focus, .series-report .charge-details .refund-section .refund-btn:active, .series-report .reservation-details .refund-section .refund-btn:focus, .series-report .reservation-details .refund-section .refund-btn:active, .series-report .purchase-details .refund-section .refund-btn:focus, .series-report .purchase-details .refund-section .refund-btn:active, .series-report .cart-details .refund-section .refund-btn:focus, .series-report .cart-details .refund-section .refund-btn:active, .series-report .report .refund-section .refund-btn:focus, .series-report .report .refund-section .refund-btn:active, .series-report .cart-details .refund-section .refund-btn:focus, .series-report .cart-details .refund-section .refund-btn:active, .panel.cart .charge-details .refund-section .refund-btn:focus, .panel.cart .charge-details .refund-section .refund-btn:active, .panel.cart .reservation-details .refund-section .refund-btn:focus, .panel.cart .reservation-details .refund-section .refund-btn:active, .panel.cart .purchase-details .refund-section .refund-btn:focus, .panel.cart .purchase-details .refund-section .refund-btn:active, .panel.cart .cart-details .refund-section .refund-btn:focus, .panel.cart .cart-details .refund-section .refund-btn:active, .panel.cart .report .refund-section .refund-btn:focus, .panel.cart .report .refund-section .refund-btn:active, .panel.cart .cart-details .refund-section .refund-btn:focus, .panel.cart .cart-details .refund-section .refund-btn:active {
  border: 1px solid #ddd !important;
  outline: 0;
}

/* line 472, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .refund-btn:hover, .panel.charge .reservation-details .refund-btn:hover, .panel.charge .purchase-details .refund-btn:hover, .panel.charge .cart-details .refund-btn:hover, .panel.charge .report .refund-btn:hover, .panel.charge .cart-details .refund-btn:hover, .panel.reservation .charge-details .refund-btn:hover, .panel.reservation .reservation-details .refund-btn:hover, .panel.reservation .purchase-details .refund-btn:hover, .panel.reservation .cart-details .refund-btn:hover, .panel.reservation .report .refund-btn:hover, .panel.reservation .cart-details .refund-btn:hover, .panel.purchase .charge-details .refund-btn:hover, .panel.purchase .reservation-details .refund-btn:hover, .panel.purchase .purchase-details .refund-btn:hover, .panel.purchase .cart-details .refund-btn:hover, .panel.purchase .report .refund-btn:hover, .panel.purchase .cart-details .refund-btn:hover, .activity-report .charge-details .refund-btn:hover, .activity-report .reservation-details .refund-btn:hover, .activity-report .purchase-details .refund-btn:hover, .activity-report .cart-details .refund-btn:hover, .activity-report .report .refund-btn:hover, .activity-report .cart-details .refund-btn:hover, .series-report .charge-details .refund-btn:hover, .series-report .reservation-details .refund-btn:hover, .series-report .purchase-details .refund-btn:hover, .series-report .cart-details .refund-btn:hover, .series-report .report .refund-btn:hover, .series-report .cart-details .refund-btn:hover, .panel.cart .charge-details .refund-btn:hover, .panel.cart .reservation-details .refund-btn:hover, .panel.cart .purchase-details .refund-btn:hover, .panel.cart .cart-details .refund-btn:hover, .panel.cart .report .refund-btn:hover, .panel.cart .cart-details .refund-btn:hover {
  color: #cc0000;
}

/* line 474, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .refund-btn:hover .material-icons.remove, .panel.charge .reservation-details .refund-btn:hover .material-icons.remove, .panel.charge .purchase-details .refund-btn:hover .material-icons.remove, .panel.charge .cart-details .refund-btn:hover .material-icons.remove, .panel.charge .report .refund-btn:hover .material-icons.remove, .panel.charge .cart-details .refund-btn:hover .material-icons.remove, .panel.reservation .charge-details .refund-btn:hover .material-icons.remove, .panel.reservation .reservation-details .refund-btn:hover .material-icons.remove, .panel.reservation .purchase-details .refund-btn:hover .material-icons.remove, .panel.reservation .cart-details .refund-btn:hover .material-icons.remove, .panel.reservation .report .refund-btn:hover .material-icons.remove, .panel.reservation .cart-details .refund-btn:hover .material-icons.remove, .panel.purchase .charge-details .refund-btn:hover .material-icons.remove, .panel.purchase .reservation-details .refund-btn:hover .material-icons.remove, .panel.purchase .purchase-details .refund-btn:hover .material-icons.remove, .panel.purchase .cart-details .refund-btn:hover .material-icons.remove, .panel.purchase .report .refund-btn:hover .material-icons.remove, .panel.purchase .cart-details .refund-btn:hover .material-icons.remove, .activity-report .charge-details .refund-btn:hover .material-icons.remove, .activity-report .reservation-details .refund-btn:hover .material-icons.remove, .activity-report .purchase-details .refund-btn:hover .material-icons.remove, .activity-report .cart-details .refund-btn:hover .material-icons.remove, .activity-report .report .refund-btn:hover .material-icons.remove, .activity-report .cart-details .refund-btn:hover .material-icons.remove, .series-report .charge-details .refund-btn:hover .material-icons.remove, .series-report .reservation-details .refund-btn:hover .material-icons.remove, .series-report .purchase-details .refund-btn:hover .material-icons.remove, .series-report .cart-details .refund-btn:hover .material-icons.remove, .series-report .report .refund-btn:hover .material-icons.remove, .series-report .cart-details .refund-btn:hover .material-icons.remove, .panel.cart .charge-details .refund-btn:hover .material-icons.remove, .panel.cart .reservation-details .refund-btn:hover .material-icons.remove, .panel.cart .purchase-details .refund-btn:hover .material-icons.remove, .panel.cart .cart-details .refund-btn:hover .material-icons.remove, .panel.cart .report .refund-btn:hover .material-icons.remove, .panel.cart .cart-details .refund-btn:hover .material-icons.remove {
  color: #cc0000;
}

/* line 477, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .refund-btn:hover .material-icons, .panel.charge .reservation-details .refund-btn:hover .material-icons, .panel.charge .purchase-details .refund-btn:hover .material-icons, .panel.charge .cart-details .refund-btn:hover .material-icons, .panel.charge .report .refund-btn:hover .material-icons, .panel.charge .cart-details .refund-btn:hover .material-icons, .panel.reservation .charge-details .refund-btn:hover .material-icons, .panel.reservation .reservation-details .refund-btn:hover .material-icons, .panel.reservation .purchase-details .refund-btn:hover .material-icons, .panel.reservation .cart-details .refund-btn:hover .material-icons, .panel.reservation .report .refund-btn:hover .material-icons, .panel.reservation .cart-details .refund-btn:hover .material-icons, .panel.purchase .charge-details .refund-btn:hover .material-icons, .panel.purchase .reservation-details .refund-btn:hover .material-icons, .panel.purchase .purchase-details .refund-btn:hover .material-icons, .panel.purchase .cart-details .refund-btn:hover .material-icons, .panel.purchase .report .refund-btn:hover .material-icons, .panel.purchase .cart-details .refund-btn:hover .material-icons, .activity-report .charge-details .refund-btn:hover .material-icons, .activity-report .reservation-details .refund-btn:hover .material-icons, .activity-report .purchase-details .refund-btn:hover .material-icons, .activity-report .cart-details .refund-btn:hover .material-icons, .activity-report .report .refund-btn:hover .material-icons, .activity-report .cart-details .refund-btn:hover .material-icons, .series-report .charge-details .refund-btn:hover .material-icons, .series-report .reservation-details .refund-btn:hover .material-icons, .series-report .purchase-details .refund-btn:hover .material-icons, .series-report .cart-details .refund-btn:hover .material-icons, .series-report .report .refund-btn:hover .material-icons, .series-report .cart-details .refund-btn:hover .material-icons, .panel.cart .charge-details .refund-btn:hover .material-icons, .panel.cart .reservation-details .refund-btn:hover .material-icons, .panel.cart .purchase-details .refund-btn:hover .material-icons, .panel.cart .cart-details .refund-btn:hover .material-icons, .panel.cart .report .refund-btn:hover .material-icons, .panel.cart .cart-details .refund-btn:hover .material-icons {
  color: #444;
}

/* line 482, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .row, .panel.charge .reservation-details .row, .panel.charge .purchase-details .row, .panel.charge .cart-details .row, .panel.charge .report .row, .panel.charge .cart-details .row, .panel.reservation .charge-details .row, .panel.reservation .reservation-details .row, .panel.reservation .purchase-details .row, .panel.reservation .cart-details .row, .panel.reservation .report .row, .panel.reservation .cart-details .row, .panel.purchase .charge-details .row, .panel.purchase .reservation-details .row, .panel.purchase .purchase-details .row, .panel.purchase .cart-details .row, .panel.purchase .report .row, .panel.purchase .cart-details .row, .activity-report .charge-details .row, .activity-report .reservation-details .row, .activity-report .purchase-details .row, .activity-report .cart-details .row, .activity-report .report .row, .activity-report .cart-details .row, .series-report .charge-details .row, .series-report .reservation-details .row, .series-report .purchase-details .row, .series-report .cart-details .row, .series-report .report .row, .series-report .cart-details .row, .panel.cart .charge-details .row, .panel.cart .reservation-details .row, .panel.cart .purchase-details .row, .panel.cart .cart-details .row, .panel.cart .report .row, .panel.cart .cart-details .row {
  padding: 1px 0;
}

/* line 485, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .row.galore-credit, .panel.charge .reservation-details .row.galore-credit, .panel.charge .purchase-details .row.galore-credit, .panel.charge .cart-details .row.galore-credit, .panel.charge .report .row.galore-credit, .panel.charge .cart-details .row.galore-credit, .panel.reservation .charge-details .row.galore-credit, .panel.reservation .reservation-details .row.galore-credit, .panel.reservation .purchase-details .row.galore-credit, .panel.reservation .cart-details .row.galore-credit, .panel.reservation .report .row.galore-credit, .panel.reservation .cart-details .row.galore-credit, .panel.purchase .charge-details .row.galore-credit, .panel.purchase .reservation-details .row.galore-credit, .panel.purchase .purchase-details .row.galore-credit, .panel.purchase .cart-details .row.galore-credit, .panel.purchase .report .row.galore-credit, .panel.purchase .cart-details .row.galore-credit, .activity-report .charge-details .row.galore-credit, .activity-report .reservation-details .row.galore-credit, .activity-report .purchase-details .row.galore-credit, .activity-report .cart-details .row.galore-credit, .activity-report .report .row.galore-credit, .activity-report .cart-details .row.galore-credit, .series-report .charge-details .row.galore-credit, .series-report .reservation-details .row.galore-credit, .series-report .purchase-details .row.galore-credit, .series-report .cart-details .row.galore-credit, .series-report .report .row.galore-credit, .series-report .cart-details .row.galore-credit, .panel.cart .charge-details .row.galore-credit, .panel.cart .reservation-details .row.galore-credit, .panel.cart .purchase-details .row.galore-credit, .panel.cart .cart-details .row.galore-credit, .panel.cart .report .row.galore-credit, .panel.cart .cart-details .row.galore-credit {
  padding: 0;
}

/* line 489, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .charge-label, .panel.charge .charge-details .reservation-label, .panel.charge .charge-details .purchase-label, .panel.charge .reservation-details .charge-label, .panel.charge .reservation-details .reservation-label, .panel.charge .reservation-details .purchase-label, .panel.charge .purchase-details .charge-label, .panel.charge .purchase-details .reservation-label, .panel.charge .purchase-details .purchase-label, .panel.charge .cart-details .charge-label, .panel.charge .cart-details .reservation-label, .panel.charge .cart-details .purchase-label, .panel.charge .report .charge-label, .panel.charge .report .reservation-label, .panel.charge .report .purchase-label, .panel.charge .cart-details .charge-label, .panel.charge .cart-details .reservation-label, .panel.charge .cart-details .purchase-label, .panel.reservation .charge-details .charge-label, .panel.reservation .charge-details .reservation-label, .panel.reservation .charge-details .purchase-label, .panel.reservation .reservation-details .charge-label, .panel.reservation .reservation-details .reservation-label, .panel.reservation .reservation-details .purchase-label, .panel.reservation .purchase-details .charge-label, .panel.reservation .purchase-details .reservation-label, .panel.reservation .purchase-details .purchase-label, .panel.reservation .cart-details .charge-label, .panel.reservation .cart-details .reservation-label, .panel.reservation .cart-details .purchase-label, .panel.reservation .report .charge-label, .panel.reservation .report .reservation-label, .panel.reservation .report .purchase-label, .panel.reservation .cart-details .charge-label, .panel.reservation .cart-details .reservation-label, .panel.reservation .cart-details .purchase-label, .panel.purchase .charge-details .charge-label, .panel.purchase .charge-details .reservation-label, .panel.purchase .charge-details .purchase-label, .panel.purchase .reservation-details .charge-label, .panel.purchase .reservation-details .reservation-label, .panel.purchase .reservation-details .purchase-label, .panel.purchase .purchase-details .charge-label, .panel.purchase .purchase-details .reservation-label, .panel.purchase .purchase-details .purchase-label, .panel.purchase .cart-details .charge-label, .panel.purchase .cart-details .reservation-label, .panel.purchase .cart-details .purchase-label, .panel.purchase .report .charge-label, .panel.purchase .report .reservation-label, .panel.purchase .report .purchase-label, .panel.purchase .cart-details .charge-label, .panel.purchase .cart-details .reservation-label, .panel.purchase .cart-details .purchase-label, .activity-report .charge-details .charge-label, .activity-report .charge-details .reservation-label, .activity-report .charge-details .purchase-label, .activity-report .reservation-details .charge-label, .activity-report .reservation-details .reservation-label, .activity-report .reservation-details .purchase-label, .activity-report .purchase-details .charge-label, .activity-report .purchase-details .reservation-label, .activity-report .purchase-details .purchase-label, .activity-report .cart-details .charge-label, .activity-report .cart-details .reservation-label, .activity-report .cart-details .purchase-label, .activity-report .report .charge-label, .activity-report .report .reservation-label, .activity-report .report .purchase-label, .activity-report .cart-details .charge-label, .activity-report .cart-details .reservation-label, .activity-report .cart-details .purchase-label, .series-report .charge-details .charge-label, .series-report .charge-details .reservation-label, .series-report .charge-details .purchase-label, .series-report .reservation-details .charge-label, .series-report .reservation-details .reservation-label, .series-report .reservation-details .purchase-label, .series-report .purchase-details .charge-label, .series-report .purchase-details .reservation-label, .series-report .purchase-details .purchase-label, .series-report .cart-details .charge-label, .series-report .cart-details .reservation-label, .series-report .cart-details .purchase-label, .series-report .report .charge-label, .series-report .report .reservation-label, .series-report .report .purchase-label, .series-report .cart-details .charge-label, .series-report .cart-details .reservation-label, .series-report .cart-details .purchase-label, .panel.cart .charge-details .charge-label, .panel.cart .charge-details .reservation-label, .panel.cart .charge-details .purchase-label, .panel.cart .reservation-details .charge-label, .panel.cart .reservation-details .reservation-label, .panel.cart .reservation-details .purchase-label, .panel.cart .purchase-details .charge-label, .panel.cart .purchase-details .reservation-label, .panel.cart .purchase-details .purchase-label, .panel.cart .cart-details .charge-label, .panel.cart .cart-details .reservation-label, .panel.cart .cart-details .purchase-label, .panel.cart .report .charge-label, .panel.cart .report .reservation-label, .panel.cart .report .purchase-label, .panel.cart .cart-details .charge-label, .panel.cart .cart-details .reservation-label, .panel.cart .cart-details .purchase-label {
  color: #aaa;
  padding-right: 2.5%;
}

/* line 493, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .charge-label.black, .panel.charge .charge-details .reservation-label.black, .panel.charge .charge-details .purchase-label.black, .panel.charge .reservation-details .charge-label.black, .panel.charge .reservation-details .reservation-label.black, .panel.charge .reservation-details .purchase-label.black, .panel.charge .purchase-details .charge-label.black, .panel.charge .purchase-details .reservation-label.black, .panel.charge .purchase-details .purchase-label.black, .panel.charge .cart-details .charge-label.black, .panel.charge .cart-details .reservation-label.black, .panel.charge .cart-details .purchase-label.black, .panel.charge .report .charge-label.black, .panel.charge .report .reservation-label.black, .panel.charge .report .purchase-label.black, .panel.charge .cart-details .charge-label.black, .panel.charge .cart-details .reservation-label.black, .panel.charge .cart-details .purchase-label.black, .panel.reservation .charge-details .charge-label.black, .panel.reservation .charge-details .reservation-label.black, .panel.reservation .charge-details .purchase-label.black, .panel.reservation .reservation-details .charge-label.black, .panel.reservation .reservation-details .reservation-label.black, .panel.reservation .reservation-details .purchase-label.black, .panel.reservation .purchase-details .charge-label.black, .panel.reservation .purchase-details .reservation-label.black, .panel.reservation .purchase-details .purchase-label.black, .panel.reservation .cart-details .charge-label.black, .panel.reservation .cart-details .reservation-label.black, .panel.reservation .cart-details .purchase-label.black, .panel.reservation .report .charge-label.black, .panel.reservation .report .reservation-label.black, .panel.reservation .report .purchase-label.black, .panel.reservation .cart-details .charge-label.black, .panel.reservation .cart-details .reservation-label.black, .panel.reservation .cart-details .purchase-label.black, .panel.purchase .charge-details .charge-label.black, .panel.purchase .charge-details .reservation-label.black, .panel.purchase .charge-details .purchase-label.black, .panel.purchase .reservation-details .charge-label.black, .panel.purchase .reservation-details .reservation-label.black, .panel.purchase .reservation-details .purchase-label.black, .panel.purchase .purchase-details .charge-label.black, .panel.purchase .purchase-details .reservation-label.black, .panel.purchase .purchase-details .purchase-label.black, .panel.purchase .cart-details .charge-label.black, .panel.purchase .cart-details .reservation-label.black, .panel.purchase .cart-details .purchase-label.black, .panel.purchase .report .charge-label.black, .panel.purchase .report .reservation-label.black, .panel.purchase .report .purchase-label.black, .panel.purchase .cart-details .charge-label.black, .panel.purchase .cart-details .reservation-label.black, .panel.purchase .cart-details .purchase-label.black, .activity-report .charge-details .charge-label.black, .activity-report .charge-details .reservation-label.black, .activity-report .charge-details .purchase-label.black, .activity-report .reservation-details .charge-label.black, .activity-report .reservation-details .reservation-label.black, .activity-report .reservation-details .purchase-label.black, .activity-report .purchase-details .charge-label.black, .activity-report .purchase-details .reservation-label.black, .activity-report .purchase-details .purchase-label.black, .activity-report .cart-details .charge-label.black, .activity-report .cart-details .reservation-label.black, .activity-report .cart-details .purchase-label.black, .activity-report .report .charge-label.black, .activity-report .report .reservation-label.black, .activity-report .report .purchase-label.black, .activity-report .cart-details .charge-label.black, .activity-report .cart-details .reservation-label.black, .activity-report .cart-details .purchase-label.black, .series-report .charge-details .charge-label.black, .series-report .charge-details .reservation-label.black, .series-report .charge-details .purchase-label.black, .series-report .reservation-details .charge-label.black, .series-report .reservation-details .reservation-label.black, .series-report .reservation-details .purchase-label.black, .series-report .purchase-details .charge-label.black, .series-report .purchase-details .reservation-label.black, .series-report .purchase-details .purchase-label.black, .series-report .cart-details .charge-label.black, .series-report .cart-details .reservation-label.black, .series-report .cart-details .purchase-label.black, .series-report .report .charge-label.black, .series-report .report .reservation-label.black, .series-report .report .purchase-label.black, .series-report .cart-details .charge-label.black, .series-report .cart-details .reservation-label.black, .series-report .cart-details .purchase-label.black, .panel.cart .charge-details .charge-label.black, .panel.cart .charge-details .reservation-label.black, .panel.cart .charge-details .purchase-label.black, .panel.cart .reservation-details .charge-label.black, .panel.cart .reservation-details .reservation-label.black, .panel.cart .reservation-details .purchase-label.black, .panel.cart .purchase-details .charge-label.black, .panel.cart .purchase-details .reservation-label.black, .panel.cart .purchase-details .purchase-label.black, .panel.cart .cart-details .charge-label.black, .panel.cart .cart-details .reservation-label.black, .panel.cart .cart-details .purchase-label.black, .panel.cart .report .charge-label.black, .panel.cart .report .reservation-label.black, .panel.cart .report .purchase-label.black, .panel.cart .cart-details .charge-label.black, .panel.cart .cart-details .reservation-label.black, .panel.cart .cart-details .purchase-label.black {
  color: #444;
}

/* line 497, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .charge-inner, .panel.charge .reservation-details .charge-inner, .panel.charge .purchase-details .charge-inner, .panel.charge .cart-details .charge-inner, .panel.charge .report .charge-inner, .panel.charge .cart-details .charge-inner, .panel.reservation .charge-details .charge-inner, .panel.reservation .reservation-details .charge-inner, .panel.reservation .purchase-details .charge-inner, .panel.reservation .cart-details .charge-inner, .panel.reservation .report .charge-inner, .panel.reservation .cart-details .charge-inner, .panel.purchase .charge-details .charge-inner, .panel.purchase .reservation-details .charge-inner, .panel.purchase .purchase-details .charge-inner, .panel.purchase .cart-details .charge-inner, .panel.purchase .report .charge-inner, .panel.purchase .cart-details .charge-inner, .activity-report .charge-details .charge-inner, .activity-report .reservation-details .charge-inner, .activity-report .purchase-details .charge-inner, .activity-report .cart-details .charge-inner, .activity-report .report .charge-inner, .activity-report .cart-details .charge-inner, .series-report .charge-details .charge-inner, .series-report .reservation-details .charge-inner, .series-report .purchase-details .charge-inner, .series-report .cart-details .charge-inner, .series-report .report .charge-inner, .series-report .cart-details .charge-inner, .panel.cart .charge-details .charge-inner, .panel.cart .reservation-details .charge-inner, .panel.cart .purchase-details .charge-inner, .panel.cart .cart-details .charge-inner, .panel.cart .report .charge-inner, .panel.cart .cart-details .charge-inner {
  position: relative;
  margin-bottom: 1em;
}

/* line 501, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .charge-inner .refund.row, .panel.charge .reservation-details .charge-inner .refund.row, .panel.charge .purchase-details .charge-inner .refund.row, .panel.charge .cart-details .charge-inner .refund.row, .panel.charge .report .charge-inner .refund.row, .panel.charge .cart-details .charge-inner .refund.row, .panel.reservation .charge-details .charge-inner .refund.row, .panel.reservation .reservation-details .charge-inner .refund.row, .panel.reservation .purchase-details .charge-inner .refund.row, .panel.reservation .cart-details .charge-inner .refund.row, .panel.reservation .report .charge-inner .refund.row, .panel.reservation .cart-details .charge-inner .refund.row, .panel.purchase .charge-details .charge-inner .refund.row, .panel.purchase .reservation-details .charge-inner .refund.row, .panel.purchase .purchase-details .charge-inner .refund.row, .panel.purchase .cart-details .charge-inner .refund.row, .panel.purchase .report .charge-inner .refund.row, .panel.purchase .cart-details .charge-inner .refund.row, .activity-report .charge-details .charge-inner .refund.row, .activity-report .reservation-details .charge-inner .refund.row, .activity-report .purchase-details .charge-inner .refund.row, .activity-report .cart-details .charge-inner .refund.row, .activity-report .report .charge-inner .refund.row, .activity-report .cart-details .charge-inner .refund.row, .series-report .charge-details .charge-inner .refund.row, .series-report .reservation-details .charge-inner .refund.row, .series-report .purchase-details .charge-inner .refund.row, .series-report .cart-details .charge-inner .refund.row, .series-report .report .charge-inner .refund.row, .series-report .cart-details .charge-inner .refund.row, .panel.cart .charge-details .charge-inner .refund.row, .panel.cart .reservation-details .charge-inner .refund.row, .panel.cart .purchase-details .charge-inner .refund.row, .panel.cart .cart-details .charge-inner .refund.row, .panel.cart .report .charge-inner .refund.row, .panel.cart .cart-details .charge-inner .refund.row {
  color: #cc0000;
}

/* line 505, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .charge-inner .charge-failed, .panel.charge .reservation-details .charge-inner .charge-failed, .panel.charge .purchase-details .charge-inner .charge-failed, .panel.charge .cart-details .charge-inner .charge-failed, .panel.charge .report .charge-inner .charge-failed, .panel.charge .cart-details .charge-inner .charge-failed, .panel.reservation .charge-details .charge-inner .charge-failed, .panel.reservation .reservation-details .charge-inner .charge-failed, .panel.reservation .purchase-details .charge-inner .charge-failed, .panel.reservation .cart-details .charge-inner .charge-failed, .panel.reservation .report .charge-inner .charge-failed, .panel.reservation .cart-details .charge-inner .charge-failed, .panel.purchase .charge-details .charge-inner .charge-failed, .panel.purchase .reservation-details .charge-inner .charge-failed, .panel.purchase .purchase-details .charge-inner .charge-failed, .panel.purchase .cart-details .charge-inner .charge-failed, .panel.purchase .report .charge-inner .charge-failed, .panel.purchase .cart-details .charge-inner .charge-failed, .activity-report .charge-details .charge-inner .charge-failed, .activity-report .reservation-details .charge-inner .charge-failed, .activity-report .purchase-details .charge-inner .charge-failed, .activity-report .cart-details .charge-inner .charge-failed, .activity-report .report .charge-inner .charge-failed, .activity-report .cart-details .charge-inner .charge-failed, .series-report .charge-details .charge-inner .charge-failed, .series-report .reservation-details .charge-inner .charge-failed, .series-report .purchase-details .charge-inner .charge-failed, .series-report .cart-details .charge-inner .charge-failed, .series-report .report .charge-inner .charge-failed, .series-report .cart-details .charge-inner .charge-failed, .panel.cart .charge-details .charge-inner .charge-failed, .panel.cart .reservation-details .charge-inner .charge-failed, .panel.cart .purchase-details .charge-inner .charge-failed, .panel.cart .cart-details .charge-inner .charge-failed, .panel.cart .report .charge-inner .charge-failed, .panel.cart .cart-details .charge-inner .charge-failed {
  color: #cc0000;
  font-style: italic;
}

/* line 510, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .charge-inner .attempted, .panel.charge .reservation-details .charge-inner .attempted, .panel.charge .purchase-details .charge-inner .attempted, .panel.charge .cart-details .charge-inner .attempted, .panel.charge .report .charge-inner .attempted, .panel.charge .cart-details .charge-inner .attempted, .panel.reservation .charge-details .charge-inner .attempted, .panel.reservation .reservation-details .charge-inner .attempted, .panel.reservation .purchase-details .charge-inner .attempted, .panel.reservation .cart-details .charge-inner .attempted, .panel.reservation .report .charge-inner .attempted, .panel.reservation .cart-details .charge-inner .attempted, .panel.purchase .charge-details .charge-inner .attempted, .panel.purchase .reservation-details .charge-inner .attempted, .panel.purchase .purchase-details .charge-inner .attempted, .panel.purchase .cart-details .charge-inner .attempted, .panel.purchase .report .charge-inner .attempted, .panel.purchase .cart-details .charge-inner .attempted, .activity-report .charge-details .charge-inner .attempted, .activity-report .reservation-details .charge-inner .attempted, .activity-report .purchase-details .charge-inner .attempted, .activity-report .cart-details .charge-inner .attempted, .activity-report .report .charge-inner .attempted, .activity-report .cart-details .charge-inner .attempted, .series-report .charge-details .charge-inner .attempted, .series-report .reservation-details .charge-inner .attempted, .series-report .purchase-details .charge-inner .attempted, .series-report .cart-details .charge-inner .attempted, .series-report .report .charge-inner .attempted, .series-report .cart-details .charge-inner .attempted, .panel.cart .charge-details .charge-inner .attempted, .panel.cart .reservation-details .charge-inner .attempted, .panel.cart .purchase-details .charge-inner .attempted, .panel.cart .cart-details .charge-inner .attempted, .panel.cart .report .charge-inner .attempted, .panel.cart .cart-details .charge-inner .attempted {
  margin-left: 5px;
}

/* line 514, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .charge-inner:last-child, .panel.charge .reservation-details .charge-inner:last-child, .panel.charge .purchase-details .charge-inner:last-child, .panel.charge .cart-details .charge-inner:last-child, .panel.charge .report .charge-inner:last-child, .panel.charge .cart-details .charge-inner:last-child, .panel.reservation .charge-details .charge-inner:last-child, .panel.reservation .reservation-details .charge-inner:last-child, .panel.reservation .purchase-details .charge-inner:last-child, .panel.reservation .cart-details .charge-inner:last-child, .panel.reservation .report .charge-inner:last-child, .panel.reservation .cart-details .charge-inner:last-child, .panel.purchase .charge-details .charge-inner:last-child, .panel.purchase .reservation-details .charge-inner:last-child, .panel.purchase .purchase-details .charge-inner:last-child, .panel.purchase .cart-details .charge-inner:last-child, .panel.purchase .report .charge-inner:last-child, .panel.purchase .cart-details .charge-inner:last-child, .activity-report .charge-details .charge-inner:last-child, .activity-report .reservation-details .charge-inner:last-child, .activity-report .purchase-details .charge-inner:last-child, .activity-report .cart-details .charge-inner:last-child, .activity-report .report .charge-inner:last-child, .activity-report .cart-details .charge-inner:last-child, .series-report .charge-details .charge-inner:last-child, .series-report .reservation-details .charge-inner:last-child, .series-report .purchase-details .charge-inner:last-child, .series-report .cart-details .charge-inner:last-child, .series-report .report .charge-inner:last-child, .series-report .cart-details .charge-inner:last-child, .panel.cart .charge-details .charge-inner:last-child, .panel.cart .reservation-details .charge-inner:last-child, .panel.cart .purchase-details .charge-inner:last-child, .panel.cart .cart-details .charge-inner:last-child, .panel.cart .report .charge-inner:last-child, .panel.cart .cart-details .charge-inner:last-child {
  margin-bottom: 0;
}

/* line 517, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details .charge-inner.canceled, .panel.charge .reservation-details .charge-inner.canceled, .panel.charge .purchase-details .charge-inner.canceled, .panel.charge .cart-details .charge-inner.canceled, .panel.charge .report .charge-inner.canceled, .panel.charge .cart-details .charge-inner.canceled, .panel.reservation .charge-details .charge-inner.canceled, .panel.reservation .reservation-details .charge-inner.canceled, .panel.reservation .purchase-details .charge-inner.canceled, .panel.reservation .cart-details .charge-inner.canceled, .panel.reservation .report .charge-inner.canceled, .panel.reservation .cart-details .charge-inner.canceled, .panel.purchase .charge-details .charge-inner.canceled, .panel.purchase .reservation-details .charge-inner.canceled, .panel.purchase .purchase-details .charge-inner.canceled, .panel.purchase .cart-details .charge-inner.canceled, .panel.purchase .report .charge-inner.canceled, .panel.purchase .cart-details .charge-inner.canceled, .activity-report .charge-details .charge-inner.canceled, .activity-report .reservation-details .charge-inner.canceled, .activity-report .purchase-details .charge-inner.canceled, .activity-report .cart-details .charge-inner.canceled, .activity-report .report .charge-inner.canceled, .activity-report .cart-details .charge-inner.canceled, .series-report .charge-details .charge-inner.canceled, .series-report .reservation-details .charge-inner.canceled, .series-report .purchase-details .charge-inner.canceled, .series-report .cart-details .charge-inner.canceled, .series-report .report .charge-inner.canceled, .series-report .cart-details .charge-inner.canceled, .panel.cart .charge-details .charge-inner.canceled, .panel.cart .reservation-details .charge-inner.canceled, .panel.cart .purchase-details .charge-inner.canceled, .panel.cart .cart-details .charge-inner.canceled, .panel.cart .report .charge-inner.canceled, .panel.cart .cart-details .charge-inner.canceled {
  opacity: 0.6;
}

/* line 521, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details #refund-error, .panel.charge .reservation-details #refund-error, .panel.charge .purchase-details #refund-error, .panel.charge .cart-details #refund-error, .panel.charge .report #refund-error, .panel.charge .cart-details #refund-error, .panel.reservation .charge-details #refund-error, .panel.reservation .reservation-details #refund-error, .panel.reservation .purchase-details #refund-error, .panel.reservation .cart-details #refund-error, .panel.reservation .report #refund-error, .panel.reservation .cart-details #refund-error, .panel.purchase .charge-details #refund-error, .panel.purchase .reservation-details #refund-error, .panel.purchase .purchase-details #refund-error, .panel.purchase .cart-details #refund-error, .panel.purchase .report #refund-error, .panel.purchase .cart-details #refund-error, .activity-report .charge-details #refund-error, .activity-report .reservation-details #refund-error, .activity-report .purchase-details #refund-error, .activity-report .cart-details #refund-error, .activity-report .report #refund-error, .activity-report .cart-details #refund-error, .series-report .charge-details #refund-error, .series-report .reservation-details #refund-error, .series-report .purchase-details #refund-error, .series-report .cart-details #refund-error, .series-report .report #refund-error, .series-report .cart-details #refund-error, .panel.cart .charge-details #refund-error, .panel.cart .reservation-details #refund-error, .panel.cart .purchase-details #refund-error, .panel.cart .cart-details #refund-error, .panel.cart .report #refund-error, .panel.cart .cart-details #refund-error {
  color: #cc0000;
}

/* line 526, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details.canceled .summary, .panel.charge .charge-details.canceled #charges-table, .panel.charge .reservation-details.canceled .summary, .panel.charge .reservation-details.canceled #charges-table, .panel.charge .purchase-details.canceled .summary, .panel.charge .purchase-details.canceled #charges-table, .panel.reservation .charge-details.canceled .summary, .panel.reservation .charge-details.canceled #charges-table, .panel.reservation .reservation-details.canceled .summary, .panel.reservation .reservation-details.canceled #charges-table, .panel.reservation .purchase-details.canceled .summary, .panel.reservation .purchase-details.canceled #charges-table, .panel.purchase .charge-details.canceled .summary, .panel.purchase .charge-details.canceled #charges-table, .panel.purchase .reservation-details.canceled .summary, .panel.purchase .reservation-details.canceled #charges-table, .panel.purchase .purchase-details.canceled .summary, .panel.purchase .purchase-details.canceled #charges-table, .activity-report .charge-details.canceled .summary, .activity-report .charge-details.canceled #charges-table, .activity-report .reservation-details.canceled .summary, .activity-report .reservation-details.canceled #charges-table, .activity-report .purchase-details.canceled .summary, .activity-report .purchase-details.canceled #charges-table, .series-report .charge-details.canceled .summary, .series-report .charge-details.canceled #charges-table, .series-report .reservation-details.canceled .summary, .series-report .reservation-details.canceled #charges-table, .series-report .purchase-details.canceled .summary, .series-report .purchase-details.canceled #charges-table, .panel.cart .charge-details.canceled .summary, .panel.cart .charge-details.canceled #charges-table, .panel.cart .reservation-details.canceled .summary, .panel.cart .reservation-details.canceled #charges-table, .panel.cart .purchase-details.canceled .summary, .panel.cart .purchase-details.canceled #charges-table {
  opacity: 0.5;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 534, app/assets/stylesheets/charges.css.scss */
.panel.charge .charge-details.canceled .summary:hover, .panel.charge .charge-details.canceled #charges-table:hover, .panel.charge .reservation-details.canceled .summary:hover, .panel.charge .reservation-details.canceled #charges-table:hover, .panel.charge .purchase-details.canceled .summary:hover, .panel.charge .purchase-details.canceled #charges-table:hover, .panel.reservation .charge-details.canceled .summary:hover, .panel.reservation .charge-details.canceled #charges-table:hover, .panel.reservation .reservation-details.canceled .summary:hover, .panel.reservation .reservation-details.canceled #charges-table:hover, .panel.reservation .purchase-details.canceled .summary:hover, .panel.reservation .purchase-details.canceled #charges-table:hover, .panel.purchase .charge-details.canceled .summary:hover, .panel.purchase .charge-details.canceled #charges-table:hover, .panel.purchase .reservation-details.canceled .summary:hover, .panel.purchase .reservation-details.canceled #charges-table:hover, .panel.purchase .purchase-details.canceled .summary:hover, .panel.purchase .purchase-details.canceled #charges-table:hover, .activity-report .charge-details.canceled .summary:hover, .activity-report .charge-details.canceled #charges-table:hover, .activity-report .reservation-details.canceled .summary:hover, .activity-report .reservation-details.canceled #charges-table:hover, .activity-report .purchase-details.canceled .summary:hover, .activity-report .purchase-details.canceled #charges-table:hover, .series-report .charge-details.canceled .summary:hover, .series-report .charge-details.canceled #charges-table:hover, .series-report .reservation-details.canceled .summary:hover, .series-report .reservation-details.canceled #charges-table:hover, .series-report .purchase-details.canceled .summary:hover, .series-report .purchase-details.canceled #charges-table:hover, .panel.cart .charge-details.canceled .summary:hover, .panel.cart .charge-details.canceled #charges-table:hover, .panel.cart .reservation-details.canceled .summary:hover, .panel.cart .reservation-details.canceled #charges-table:hover, .panel.cart .purchase-details.canceled .summary:hover, .panel.cart .purchase-details.canceled #charges-table:hover {
  opacity: 1;
}

/* line 541, app/assets/stylesheets/charges.css.scss */
#new-charge #extras-toggle {
  cursor: pointer;
  color: #015AC8;
  display: inline-block;
}

/* line 546, app/assets/stylesheets/charges.css.scss */
#new-charge #charge-explanation {
  font-size: .95em;
  padding-top: 5px;
}

/* line 550, app/assets/stylesheets/charges.css.scss */
#new-charge #extras-toggle:hover {
  text-decoration: underline;
}

/* line 555, app/assets/stylesheets/charges.css.scss */
#new-charge #charge-extras-container .extra.row {
  padding: 3px 0;
}

/* line 558, app/assets/stylesheets/charges.css.scss */
#new-charge #charge-extras-container .extra.row .extra-label {
  line-height: 28px;
}

/* line 564, app/assets/stylesheets/charges.css.scss */
#new-charge #charge-extras-container .kid-container .selectize-input {
  padding: 5px 9px;
}

/* line 571, app/assets/stylesheets/charges.css.scss */
.refund-form {
  padding: 2% 2% 0;
  display: table;
  width: 100%;
}

/* line 576, app/assets/stylesheets/charges.css.scss */
.refund-form h4 {
  margin: 2.5% auto;
}

/* line 580, app/assets/stylesheets/charges.css.scss */
.refund-form input[type="checkbox"] {
  margin: 9px 3px 9px 0;
}

/* line 584, app/assets/stylesheets/charges.css.scss */
.refund-form input[type="text"] {
  width: 100%;
}

/* line 588, app/assets/stylesheets/charges.css.scss */
.refund-form .cancelation-message {
  margin-top: 0.5em;
}

/* line 594, app/assets/stylesheets/charges.css.scss */
.reactivate-purchase .schedule-charge-row {
  min-height: 50px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 605, app/assets/stylesheets/charges.css.scss */
  .panel.reservation .reservation-details .row {
    padding: 7px 0;
  }
  /* line 608, app/assets/stylesheets/charges.css.scss */
  .panel.reservation .reservation-details .row .form-label {
    text-align: left;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 618, app/assets/stylesheets/charges.css.scss */
  .customer-container .customer-avatar {
    text-align: left;
  }
  /* line 621, app/assets/stylesheets/charges.css.scss */
  .customer-container .customer-info {
    padding: 2.5%;
  }
}
/* line 6, app/assets/stylesheets/clients.scss */
.row.api-key .trashcan {
  padding: 7px;
}

/* line 9, app/assets/stylesheets/clients.scss */
.row.api-key .created-at {
  padding: 11px 0;
}
/* line 6, app/assets/stylesheets/cohorts.scss */
.cohort.panel .inner {
  padding: 0 1% 80px;
}

/* line 9, app/assets/stylesheets/cohorts.scss */
.cohort.panel .inner .selectize-input {
  border-radius: 4px;
}

/* line 13, app/assets/stylesheets/cohorts.scss */
.cohort.panel .inner #kids-table {
  padding: 0 7px;
  border-radius: 4px;
  border: 1px solid #e4e7ea;
}

/* line 18, app/assets/stylesheets/cohorts.scss */
.cohort.panel .inner #kids-table .cohort-kid.row {
  padding: 7px 0;
  border-bottom: 1px solid #f1f4f9;
}

/* line 21, app/assets/stylesheets/cohorts.scss */
.cohort.panel .inner #kids-table .cohort-kid.row .delete-cohort-kid {
  font-size: 18px;
}

/* line 25, app/assets/stylesheets/cohorts.scss */
.cohort.panel .inner #kids-table .cohort-kid.row:last-child {
  border-bottom: 0;
}

/* line 32, app/assets/stylesheets/cohorts.scss */
.cohort.panel .minicolors-theme-bootstrap .minicolors-swatch, #new-cohort .minicolors-theme-bootstrap .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 27px;
  height: 27px;
  border-color: #e4e7ea;
}

/* line 40, app/assets/stylesheets/cohorts.scss */
.cohort-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.23);
  margin: 0 3px 1px;
}

/* line 48, app/assets/stylesheets/cohorts.scss */
i.new-cohort {
  font-size: 18px;
  width: 24px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  height: auto;
  cursor: pointer;
}

/* line 57, app/assets/stylesheets/cohorts.scss */
.cohort-popover {
  padding: 2px 14px;
  display: inline-block;
}

/* line 60, app/assets/stylesheets/cohorts.scss */
.cohort-popover .remove {
  font-size: 18px;
  line-height: 16px;
}

/* line 65, app/assets/stylesheets/cohorts.scss */
.cohort-popover:first-child {
  padding-top: 4px;
}

/* line 68, app/assets/stylesheets/cohorts.scss */
.cohort-popover:last-child {
  padding-bottom: 7px;
}

/* line 71, app/assets/stylesheets/cohorts.scss */
.cohort-purchases-table {
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

/* line 75, app/assets/stylesheets/cohorts.scss */
.cohort-purchases-table .membership.row {
  border: 0;
}

/* line 79, app/assets/stylesheets/cohorts.scss */
html.provider a.cohort-popover.remove:hover {
  color: #cc0000;
}

/* line 81, app/assets/stylesheets/cohorts.scss */
html.provider a.cohort-popover.remove:hover i {
  color: #cc0000;
}
/* line 5, app/assets/stylesheets/credits.css.scss */
#promo-response {
  width: 50%;
  text-align: center;
  display: none;
  margin-top: 10px;
}

/* line 11, app/assets/stylesheets/credits.css.scss */
#promo-response .success {
  color: #1ea9e1;
}

/* line 15, app/assets/stylesheets/credits.css.scss */
#promo-response .failure {
  color: #cc0000;
}

/* line 19, app/assets/stylesheets/credits.css.scss */
#promo-response #dismiss-promo-response {
  cursor: pointer;
  float: right;
}

/* line 26, app/assets/stylesheets/credits.css.scss */
.new_credit input.datepicker-input, .new_credit input.timepicker-input, .edit_credit input.datepicker-input, .edit_credit input.timepicker-input {
  color: #444;
  padding: 0px 3px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 7px;
  margin: 3px 7px 0 auto;
}

/* line 36, app/assets/stylesheets/credits.css.scss */
.new_credit input.datepicker-input, .edit_credit input.datepicker-input {
  max-width: 140px;
}

/* line 39, app/assets/stylesheets/credits.css.scss */
.new_credit input.timepicker-input, .edit_credit input.timepicker-input {
  max-width: 100px;
}

/* line 42, app/assets/stylesheets/credits.css.scss */
.new_credit input.datepicker-input, .new_credit input.timepicker-input, .edit_credit input.datepicker-input, .edit_credit input.timepicker-input {
  cursor: pointer;
  font-size: .95em;
  font-weight: 500;
}

/* line 47, app/assets/stylesheets/credits.css.scss */
.new_credit .radio-label, .edit_credit .radio-label {
  margin: 6px auto;
}

/* line 51, app/assets/stylesheets/credits.css.scss */
.new_credit .values input, .edit_credit .values input {
  padding: 7px;
}

/* line 54, app/assets/stylesheets/credits.css.scss */
.new_credit .values input[type="number"], .edit_credit .values input[type="number"] {
  width: 120px;
}

/* line 56, app/assets/stylesheets/credits.css.scss */
.new_credit .values input#credit_percent_uses[type="number"], .edit_credit .values input#credit_percent_uses[type="number"] {
  width: 80px;
}

/* line 60, app/assets/stylesheets/credits.css.scss */
.new_credit .values .row, .edit_credit .values .row {
  margin: 5px 0px;
}

/* line 67, app/assets/stylesheets/credits.css.scss */
#new-promo h5, #edit-promo h5 {
  text-transform: none;
}

/* line 70, app/assets/stylesheets/credits.css.scss */
#new-promo .switch-container.vertical-offset, #edit-promo .switch-container.vertical-offset {
  float: right;
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 78, app/assets/stylesheets/credits.css.scss */
#new-user-credit .modal-body {
  padding-bottoM: 60px;
}

/* line 81, app/assets/stylesheets/credits.css.scss */
#new-user-credit .modal-body .body-text {
  padding: 20px 0 0;
}

/* line 87, app/assets/stylesheets/credits.css.scss */
#promo-errors {
  margin: 5px auto;
}

/* line 93, app/assets/stylesheets/credits.css.scss */
.promos.panel .inner, .trials.panel .inner, .products.panel .inner {
  position: relative;
}

/* line 97, app/assets/stylesheets/credits.css.scss */
.promos.panel .inner .table-container #promos-table, .promos.panel .inner .table-container #trials-table, .promos.panel .inner .table-container #redemptions-table, .trials.panel .inner .table-container #promos-table, .trials.panel .inner .table-container #trials-table, .trials.panel .inner .table-container #redemptions-table, .products.panel .inner .table-container #promos-table, .products.panel .inner .table-container #trials-table, .products.panel .inner .table-container #redemptions-table {
  height: 100%;
  display: table;
  width: 100%;
}

/* line 103, app/assets/stylesheets/credits.css.scss */
.promos.panel .inner .table-container #promos-table .promo-credit .view-promo-redemptions, .promos.panel .inner .table-container #promos-table .promo-credit .view-trial-activities, .promos.panel .inner .table-container #promos-table .promo-credit .view-package-credit-redemptions, .promos.panel .inner .table-container #promos-table .trial .view-promo-redemptions, .promos.panel .inner .table-container #promos-table .trial .view-trial-activities, .promos.panel .inner .table-container #promos-table .trial .view-package-credit-redemptions, .promos.panel .inner .table-container #promos-table .package-credit .view-promo-redemptions, .promos.panel .inner .table-container #promos-table .package-credit .view-trial-activities, .promos.panel .inner .table-container #promos-table .package-credit .view-package-credit-redemptions, .promos.panel .inner .table-container #trials-table .promo-credit .view-promo-redemptions, .promos.panel .inner .table-container #trials-table .promo-credit .view-trial-activities, .promos.panel .inner .table-container #trials-table .promo-credit .view-package-credit-redemptions, .promos.panel .inner .table-container #trials-table .trial .view-promo-redemptions, .promos.panel .inner .table-container #trials-table .trial .view-trial-activities, .promos.panel .inner .table-container #trials-table .trial .view-package-credit-redemptions, .promos.panel .inner .table-container #trials-table .package-credit .view-promo-redemptions, .promos.panel .inner .table-container #trials-table .package-credit .view-trial-activities, .promos.panel .inner .table-container #trials-table .package-credit .view-package-credit-redemptions, .promos.panel .inner .table-container #redemptions-table .promo-credit .view-promo-redemptions, .promos.panel .inner .table-container #redemptions-table .promo-credit .view-trial-activities, .promos.panel .inner .table-container #redemptions-table .promo-credit .view-package-credit-redemptions, .promos.panel .inner .table-container #redemptions-table .trial .view-promo-redemptions, .promos.panel .inner .table-container #redemptions-table .trial .view-trial-activities, .promos.panel .inner .table-container #redemptions-table .trial .view-package-credit-redemptions, .promos.panel .inner .table-container #redemptions-table .package-credit .view-promo-redemptions, .promos.panel .inner .table-container #redemptions-table .package-credit .view-trial-activities, .promos.panel .inner .table-container #redemptions-table .package-credit .view-package-credit-redemptions, .trials.panel .inner .table-container #promos-table .promo-credit .view-promo-redemptions, .trials.panel .inner .table-container #promos-table .promo-credit .view-trial-activities, .trials.panel .inner .table-container #promos-table .promo-credit .view-package-credit-redemptions, .trials.panel .inner .table-container #promos-table .trial .view-promo-redemptions, .trials.panel .inner .table-container #promos-table .trial .view-trial-activities, .trials.panel .inner .table-container #promos-table .trial .view-package-credit-redemptions, .trials.panel .inner .table-container #promos-table .package-credit .view-promo-redemptions, .trials.panel .inner .table-container #promos-table .package-credit .view-trial-activities, .trials.panel .inner .table-container #promos-table .package-credit .view-package-credit-redemptions, .trials.panel .inner .table-container #trials-table .promo-credit .view-promo-redemptions, .trials.panel .inner .table-container #trials-table .promo-credit .view-trial-activities, .trials.panel .inner .table-container #trials-table .promo-credit .view-package-credit-redemptions, .trials.panel .inner .table-container #trials-table .trial .view-promo-redemptions, .trials.panel .inner .table-container #trials-table .trial .view-trial-activities, .trials.panel .inner .table-container #trials-table .trial .view-package-credit-redemptions, .trials.panel .inner .table-container #trials-table .package-credit .view-promo-redemptions, .trials.panel .inner .table-container #trials-table .package-credit .view-trial-activities, .trials.panel .inner .table-container #trials-table .package-credit .view-package-credit-redemptions, .trials.panel .inner .table-container #redemptions-table .promo-credit .view-promo-redemptions, .trials.panel .inner .table-container #redemptions-table .promo-credit .view-trial-activities, .trials.panel .inner .table-container #redemptions-table .promo-credit .view-package-credit-redemptions, .trials.panel .inner .table-container #redemptions-table .trial .view-promo-redemptions, .trials.panel .inner .table-container #redemptions-table .trial .view-trial-activities, .trials.panel .inner .table-container #redemptions-table .trial .view-package-credit-redemptions, .trials.panel .inner .table-container #redemptions-table .package-credit .view-promo-redemptions, .trials.panel .inner .table-container #redemptions-table .package-credit .view-trial-activities, .trials.panel .inner .table-container #redemptions-table .package-credit .view-package-credit-redemptions, .products.panel .inner .table-container #promos-table .promo-credit .view-promo-redemptions, .products.panel .inner .table-container #promos-table .promo-credit .view-trial-activities, .products.panel .inner .table-container #promos-table .promo-credit .view-package-credit-redemptions, .products.panel .inner .table-container #promos-table .trial .view-promo-redemptions, .products.panel .inner .table-container #promos-table .trial .view-trial-activities, .products.panel .inner .table-container #promos-table .trial .view-package-credit-redemptions, .products.panel .inner .table-container #promos-table .package-credit .view-promo-redemptions, .products.panel .inner .table-container #promos-table .package-credit .view-trial-activities, .products.panel .inner .table-container #promos-table .package-credit .view-package-credit-redemptions, .products.panel .inner .table-container #trials-table .promo-credit .view-promo-redemptions, .products.panel .inner .table-container #trials-table .promo-credit .view-trial-activities, .products.panel .inner .table-container #trials-table .promo-credit .view-package-credit-redemptions, .products.panel .inner .table-container #trials-table .trial .view-promo-redemptions, .products.panel .inner .table-container #trials-table .trial .view-trial-activities, .products.panel .inner .table-container #trials-table .trial .view-package-credit-redemptions, .products.panel .inner .table-container #trials-table .package-credit .view-promo-redemptions, .products.panel .inner .table-container #trials-table .package-credit .view-trial-activities, .products.panel .inner .table-container #trials-table .package-credit .view-package-credit-redemptions, .products.panel .inner .table-container #redemptions-table .promo-credit .view-promo-redemptions, .products.panel .inner .table-container #redemptions-table .promo-credit .view-trial-activities, .products.panel .inner .table-container #redemptions-table .promo-credit .view-package-credit-redemptions, .products.panel .inner .table-container #redemptions-table .trial .view-promo-redemptions, .products.panel .inner .table-container #redemptions-table .trial .view-trial-activities, .products.panel .inner .table-container #redemptions-table .trial .view-package-credit-redemptions, .products.panel .inner .table-container #redemptions-table .package-credit .view-promo-redemptions, .products.panel .inner .table-container #redemptions-table .package-credit .view-trial-activities, .products.panel .inner .table-container #redemptions-table .package-credit .view-package-credit-redemptions {
  display: inline-block;
  padding-right: 1em;
  line-height: 1.2em;
  cursor: pointer;
  color: #015AC8;
  font-size: .95em;
  vertical-align: middle;
}

/* line 113, app/assets/stylesheets/credits.css.scss */
.promos.panel .inner .table-container #promos-table .promo-credit .view-promo-redemptions:hover, .promos.panel .inner .table-container #promos-table .promo-credit .view-trial-activities:hover, .promos.panel .inner .table-container #promos-table .promo-credit .view-package-credit-redemptions:hover, .promos.panel .inner .table-container #promos-table .trial .view-promo-redemptions:hover, .promos.panel .inner .table-container #promos-table .trial .view-trial-activities:hover, .promos.panel .inner .table-container #promos-table .trial .view-package-credit-redemptions:hover, .promos.panel .inner .table-container #promos-table .package-credit .view-promo-redemptions:hover, .promos.panel .inner .table-container #promos-table .package-credit .view-trial-activities:hover, .promos.panel .inner .table-container #promos-table .package-credit .view-package-credit-redemptions:hover, .promos.panel .inner .table-container #trials-table .promo-credit .view-promo-redemptions:hover, .promos.panel .inner .table-container #trials-table .promo-credit .view-trial-activities:hover, .promos.panel .inner .table-container #trials-table .promo-credit .view-package-credit-redemptions:hover, .promos.panel .inner .table-container #trials-table .trial .view-promo-redemptions:hover, .promos.panel .inner .table-container #trials-table .trial .view-trial-activities:hover, .promos.panel .inner .table-container #trials-table .trial .view-package-credit-redemptions:hover, .promos.panel .inner .table-container #trials-table .package-credit .view-promo-redemptions:hover, .promos.panel .inner .table-container #trials-table .package-credit .view-trial-activities:hover, .promos.panel .inner .table-container #trials-table .package-credit .view-package-credit-redemptions:hover, .promos.panel .inner .table-container #redemptions-table .promo-credit .view-promo-redemptions:hover, .promos.panel .inner .table-container #redemptions-table .promo-credit .view-trial-activities:hover, .promos.panel .inner .table-container #redemptions-table .promo-credit .view-package-credit-redemptions:hover, .promos.panel .inner .table-container #redemptions-table .trial .view-promo-redemptions:hover, .promos.panel .inner .table-container #redemptions-table .trial .view-trial-activities:hover, .promos.panel .inner .table-container #redemptions-table .trial .view-package-credit-redemptions:hover, .promos.panel .inner .table-container #redemptions-table .package-credit .view-promo-redemptions:hover, .promos.panel .inner .table-container #redemptions-table .package-credit .view-trial-activities:hover, .promos.panel .inner .table-container #redemptions-table .package-credit .view-package-credit-redemptions:hover, .trials.panel .inner .table-container #promos-table .promo-credit .view-promo-redemptions:hover, .trials.panel .inner .table-container #promos-table .promo-credit .view-trial-activities:hover, .trials.panel .inner .table-container #promos-table .promo-credit .view-package-credit-redemptions:hover, .trials.panel .inner .table-container #promos-table .trial .view-promo-redemptions:hover, .trials.panel .inner .table-container #promos-table .trial .view-trial-activities:hover, .trials.panel .inner .table-container #promos-table .trial .view-package-credit-redemptions:hover, .trials.panel .inner .table-container #promos-table .package-credit .view-promo-redemptions:hover, .trials.panel .inner .table-container #promos-table .package-credit .view-trial-activities:hover, .trials.panel .inner .table-container #promos-table .package-credit .view-package-credit-redemptions:hover, .trials.panel .inner .table-container #trials-table .promo-credit .view-promo-redemptions:hover, .trials.panel .inner .table-container #trials-table .promo-credit .view-trial-activities:hover, .trials.panel .inner .table-container #trials-table .promo-credit .view-package-credit-redemptions:hover, .trials.panel .inner .table-container #trials-table .trial .view-promo-redemptions:hover, .trials.panel .inner .table-container #trials-table .trial .view-trial-activities:hover, .trials.panel .inner .table-container #trials-table .trial .view-package-credit-redemptions:hover, .trials.panel .inner .table-container #trials-table .package-credit .view-promo-redemptions:hover, .trials.panel .inner .table-container #trials-table .package-credit .view-trial-activities:hover, .trials.panel .inner .table-container #trials-table .package-credit .view-package-credit-redemptions:hover, .trials.panel .inner .table-container #redemptions-table .promo-credit .view-promo-redemptions:hover, .trials.panel .inner .table-container #redemptions-table .promo-credit .view-trial-activities:hover, .trials.panel .inner .table-container #redemptions-table .promo-credit .view-package-credit-redemptions:hover, .trials.panel .inner .table-container #redemptions-table .trial .view-promo-redemptions:hover, .trials.panel .inner .table-container #redemptions-table .trial .view-trial-activities:hover, .trials.panel .inner .table-container #redemptions-table .trial .view-package-credit-redemptions:hover, .trials.panel .inner .table-container #redemptions-table .package-credit .view-promo-redemptions:hover, .trials.panel .inner .table-container #redemptions-table .package-credit .view-trial-activities:hover, .trials.panel .inner .table-container #redemptions-table .package-credit .view-package-credit-redemptions:hover, .products.panel .inner .table-container #promos-table .promo-credit .view-promo-redemptions:hover, .products.panel .inner .table-container #promos-table .promo-credit .view-trial-activities:hover, .products.panel .inner .table-container #promos-table .promo-credit .view-package-credit-redemptions:hover, .products.panel .inner .table-container #promos-table .trial .view-promo-redemptions:hover, .products.panel .inner .table-container #promos-table .trial .view-trial-activities:hover, .products.panel .inner .table-container #promos-table .trial .view-package-credit-redemptions:hover, .products.panel .inner .table-container #promos-table .package-credit .view-promo-redemptions:hover, .products.panel .inner .table-container #promos-table .package-credit .view-trial-activities:hover, .products.panel .inner .table-container #promos-table .package-credit .view-package-credit-redemptions:hover, .products.panel .inner .table-container #trials-table .promo-credit .view-promo-redemptions:hover, .products.panel .inner .table-container #trials-table .promo-credit .view-trial-activities:hover, .products.panel .inner .table-container #trials-table .promo-credit .view-package-credit-redemptions:hover, .products.panel .inner .table-container #trials-table .trial .view-promo-redemptions:hover, .products.panel .inner .table-container #trials-table .trial .view-trial-activities:hover, .products.panel .inner .table-container #trials-table .trial .view-package-credit-redemptions:hover, .products.panel .inner .table-container #trials-table .package-credit .view-promo-redemptions:hover, .products.panel .inner .table-container #trials-table .package-credit .view-trial-activities:hover, .products.panel .inner .table-container #trials-table .package-credit .view-package-credit-redemptions:hover, .products.panel .inner .table-container #redemptions-table .promo-credit .view-promo-redemptions:hover, .products.panel .inner .table-container #redemptions-table .promo-credit .view-trial-activities:hover, .products.panel .inner .table-container #redemptions-table .promo-credit .view-package-credit-redemptions:hover, .products.panel .inner .table-container #redemptions-table .trial .view-promo-redemptions:hover, .products.panel .inner .table-container #redemptions-table .trial .view-trial-activities:hover, .products.panel .inner .table-container #redemptions-table .trial .view-package-credit-redemptions:hover, .products.panel .inner .table-container #redemptions-table .package-credit .view-promo-redemptions:hover, .products.panel .inner .table-container #redemptions-table .package-credit .view-trial-activities:hover, .products.panel .inner .table-container #redemptions-table .package-credit .view-package-credit-redemptions:hover {
  text-decoration: underline;
}

/* line 117, app/assets/stylesheets/credits.css.scss */
.promos.panel .inner .table-container #promos-table .promo-credit .redemptions, .promos.panel .inner .table-container #promos-table .promo-credit .activities, .promos.panel .inner .table-container #promos-table .trial .redemptions, .promos.panel .inner .table-container #promos-table .trial .activities, .promos.panel .inner .table-container #promos-table .package-credit .redemptions, .promos.panel .inner .table-container #promos-table .package-credit .activities, .promos.panel .inner .table-container #trials-table .promo-credit .redemptions, .promos.panel .inner .table-container #trials-table .promo-credit .activities, .promos.panel .inner .table-container #trials-table .trial .redemptions, .promos.panel .inner .table-container #trials-table .trial .activities, .promos.panel .inner .table-container #trials-table .package-credit .redemptions, .promos.panel .inner .table-container #trials-table .package-credit .activities, .promos.panel .inner .table-container #redemptions-table .promo-credit .redemptions, .promos.panel .inner .table-container #redemptions-table .promo-credit .activities, .promos.panel .inner .table-container #redemptions-table .trial .redemptions, .promos.panel .inner .table-container #redemptions-table .trial .activities, .promos.panel .inner .table-container #redemptions-table .package-credit .redemptions, .promos.panel .inner .table-container #redemptions-table .package-credit .activities, .trials.panel .inner .table-container #promos-table .promo-credit .redemptions, .trials.panel .inner .table-container #promos-table .promo-credit .activities, .trials.panel .inner .table-container #promos-table .trial .redemptions, .trials.panel .inner .table-container #promos-table .trial .activities, .trials.panel .inner .table-container #promos-table .package-credit .redemptions, .trials.panel .inner .table-container #promos-table .package-credit .activities, .trials.panel .inner .table-container #trials-table .promo-credit .redemptions, .trials.panel .inner .table-container #trials-table .promo-credit .activities, .trials.panel .inner .table-container #trials-table .trial .redemptions, .trials.panel .inner .table-container #trials-table .trial .activities, .trials.panel .inner .table-container #trials-table .package-credit .redemptions, .trials.panel .inner .table-container #trials-table .package-credit .activities, .trials.panel .inner .table-container #redemptions-table .promo-credit .redemptions, .trials.panel .inner .table-container #redemptions-table .promo-credit .activities, .trials.panel .inner .table-container #redemptions-table .trial .redemptions, .trials.panel .inner .table-container #redemptions-table .trial .activities, .trials.panel .inner .table-container #redemptions-table .package-credit .redemptions, .trials.panel .inner .table-container #redemptions-table .package-credit .activities, .products.panel .inner .table-container #promos-table .promo-credit .redemptions, .products.panel .inner .table-container #promos-table .promo-credit .activities, .products.panel .inner .table-container #promos-table .trial .redemptions, .products.panel .inner .table-container #promos-table .trial .activities, .products.panel .inner .table-container #promos-table .package-credit .redemptions, .products.panel .inner .table-container #promos-table .package-credit .activities, .products.panel .inner .table-container #trials-table .promo-credit .redemptions, .products.panel .inner .table-container #trials-table .promo-credit .activities, .products.panel .inner .table-container #trials-table .trial .redemptions, .products.panel .inner .table-container #trials-table .trial .activities, .products.panel .inner .table-container #trials-table .package-credit .redemptions, .products.panel .inner .table-container #trials-table .package-credit .activities, .products.panel .inner .table-container #redemptions-table .promo-credit .redemptions, .products.panel .inner .table-container #redemptions-table .promo-credit .activities, .products.panel .inner .table-container #redemptions-table .trial .redemptions, .products.panel .inner .table-container #redemptions-table .trial .activities, .products.panel .inner .table-container #redemptions-table .package-credit .redemptions, .products.panel .inner .table-container #redemptions-table .package-credit .activities {
  padding-right: 1em;
  clear: both;
}

/* line 121, app/assets/stylesheets/credits.css.scss */
.promos.panel .inner .table-container #promos-table .promo-credit .redemptions .promo-redemption.row, .promos.panel .inner .table-container #promos-table .promo-credit .redemptions .trial-activity.row, .promos.panel .inner .table-container #promos-table .promo-credit .activities .promo-redemption.row, .promos.panel .inner .table-container #promos-table .promo-credit .activities .trial-activity.row, .promos.panel .inner .table-container #promos-table .trial .redemptions .promo-redemption.row, .promos.panel .inner .table-container #promos-table .trial .redemptions .trial-activity.row, .promos.panel .inner .table-container #promos-table .trial .activities .promo-redemption.row, .promos.panel .inner .table-container #promos-table .trial .activities .trial-activity.row, .promos.panel .inner .table-container #promos-table .package-credit .redemptions .promo-redemption.row, .promos.panel .inner .table-container #promos-table .package-credit .redemptions .trial-activity.row, .promos.panel .inner .table-container #promos-table .package-credit .activities .promo-redemption.row, .promos.panel .inner .table-container #promos-table .package-credit .activities .trial-activity.row, .promos.panel .inner .table-container #trials-table .promo-credit .redemptions .promo-redemption.row, .promos.panel .inner .table-container #trials-table .promo-credit .redemptions .trial-activity.row, .promos.panel .inner .table-container #trials-table .promo-credit .activities .promo-redemption.row, .promos.panel .inner .table-container #trials-table .promo-credit .activities .trial-activity.row, .promos.panel .inner .table-container #trials-table .trial .redemptions .promo-redemption.row, .promos.panel .inner .table-container #trials-table .trial .redemptions .trial-activity.row, .promos.panel .inner .table-container #trials-table .trial .activities .promo-redemption.row, .promos.panel .inner .table-container #trials-table .trial .activities .trial-activity.row, .promos.panel .inner .table-container #trials-table .package-credit .redemptions .promo-redemption.row, .promos.panel .inner .table-container #trials-table .package-credit .redemptions .trial-activity.row, .promos.panel .inner .table-container #trials-table .package-credit .activities .promo-redemption.row, .promos.panel .inner .table-container #trials-table .package-credit .activities .trial-activity.row, .promos.panel .inner .table-container #redemptions-table .promo-credit .redemptions .promo-redemption.row, .promos.panel .inner .table-container #redemptions-table .promo-credit .redemptions .trial-activity.row, .promos.panel .inner .table-container #redemptions-table .promo-credit .activities .promo-redemption.row, .promos.panel .inner .table-container #redemptions-table .promo-credit .activities .trial-activity.row, .promos.panel .inner .table-container #redemptions-table .trial .redemptions .promo-redemption.row, .promos.panel .inner .table-container #redemptions-table .trial .redemptions .trial-activity.row, .promos.panel .inner .table-container #redemptions-table .trial .activities .promo-redemption.row, .promos.panel .inner .table-container #redemptions-table .trial .activities .trial-activity.row, .promos.panel .inner .table-container #redemptions-table .package-credit .redemptions .promo-redemption.row, .promos.panel .inner .table-container #redemptions-table .package-credit .redemptions .trial-activity.row, .promos.panel .inner .table-container #redemptions-table .package-credit .activities .promo-redemption.row, .promos.panel .inner .table-container #redemptions-table .package-credit .activities .trial-activity.row, .trials.panel .inner .table-container #promos-table .promo-credit .redemptions .promo-redemption.row, .trials.panel .inner .table-container #promos-table .promo-credit .redemptions .trial-activity.row, .trials.panel .inner .table-container #promos-table .promo-credit .activities .promo-redemption.row, .trials.panel .inner .table-container #promos-table .promo-credit .activities .trial-activity.row, .trials.panel .inner .table-container #promos-table .trial .redemptions .promo-redemption.row, .trials.panel .inner .table-container #promos-table .trial .redemptions .trial-activity.row, .trials.panel .inner .table-container #promos-table .trial .activities .promo-redemption.row, .trials.panel .inner .table-container #promos-table .trial .activities .trial-activity.row, .trials.panel .inner .table-container #promos-table .package-credit .redemptions .promo-redemption.row, .trials.panel .inner .table-container #promos-table .package-credit .redemptions .trial-activity.row, .trials.panel .inner .table-container #promos-table .package-credit .activities .promo-redemption.row, .trials.panel .inner .table-container #promos-table .package-credit .activities .trial-activity.row, .trials.panel .inner .table-container #trials-table .promo-credit .redemptions .promo-redemption.row, .trials.panel .inner .table-container #trials-table .promo-credit .redemptions .trial-activity.row, .trials.panel .inner .table-container #trials-table .promo-credit .activities .promo-redemption.row, .trials.panel .inner .table-container #trials-table .promo-credit .activities .trial-activity.row, .trials.panel .inner .table-container #trials-table .trial .redemptions .promo-redemption.row, .trials.panel .inner .table-container #trials-table .trial .redemptions .trial-activity.row, .trials.panel .inner .table-container #trials-table .trial .activities .promo-redemption.row, .trials.panel .inner .table-container #trials-table .trial .activities .trial-activity.row, .trials.panel .inner .table-container #trials-table .package-credit .redemptions .promo-redemption.row, .trials.panel .inner .table-container #trials-table .package-credit .redemptions .trial-activity.row, .trials.panel .inner .table-container #trials-table .package-credit .activities .promo-redemption.row, .trials.panel .inner .table-container #trials-table .package-credit .activities .trial-activity.row, .trials.panel .inner .table-container #redemptions-table .promo-credit .redemptions .promo-redemption.row, .trials.panel .inner .table-container #redemptions-table .promo-credit .redemptions .trial-activity.row, .trials.panel .inner .table-container #redemptions-table .promo-credit .activities .promo-redemption.row, .trials.panel .inner .table-container #redemptions-table .promo-credit .activities .trial-activity.row, .trials.panel .inner .table-container #redemptions-table .trial .redemptions .promo-redemption.row, .trials.panel .inner .table-container #redemptions-table .trial .redemptions .trial-activity.row, .trials.panel .inner .table-container #redemptions-table .trial .activities .promo-redemption.row, .trials.panel .inner .table-container #redemptions-table .trial .activities .trial-activity.row, .trials.panel .inner .table-container #redemptions-table .package-credit .redemptions .promo-redemption.row, .trials.panel .inner .table-container #redemptions-table .package-credit .redemptions .trial-activity.row, .trials.panel .inner .table-container #redemptions-table .package-credit .activities .promo-redemption.row, .trials.panel .inner .table-container #redemptions-table .package-credit .activities .trial-activity.row, .products.panel .inner .table-container #promos-table .promo-credit .redemptions .promo-redemption.row, .products.panel .inner .table-container #promos-table .promo-credit .redemptions .trial-activity.row, .products.panel .inner .table-container #promos-table .promo-credit .activities .promo-redemption.row, .products.panel .inner .table-container #promos-table .promo-credit .activities .trial-activity.row, .products.panel .inner .table-container #promos-table .trial .redemptions .promo-redemption.row, .products.panel .inner .table-container #promos-table .trial .redemptions .trial-activity.row, .products.panel .inner .table-container #promos-table .trial .activities .promo-redemption.row, .products.panel .inner .table-container #promos-table .trial .activities .trial-activity.row, .products.panel .inner .table-container #promos-table .package-credit .redemptions .promo-redemption.row, .products.panel .inner .table-container #promos-table .package-credit .redemptions .trial-activity.row, .products.panel .inner .table-container #promos-table .package-credit .activities .promo-redemption.row, .products.panel .inner .table-container #promos-table .package-credit .activities .trial-activity.row, .products.panel .inner .table-container #trials-table .promo-credit .redemptions .promo-redemption.row, .products.panel .inner .table-container #trials-table .promo-credit .redemptions .trial-activity.row, .products.panel .inner .table-container #trials-table .promo-credit .activities .promo-redemption.row, .products.panel .inner .table-container #trials-table .promo-credit .activities .trial-activity.row, .products.panel .inner .table-container #trials-table .trial .redemptions .promo-redemption.row, .products.panel .inner .table-container #trials-table .trial .redemptions .trial-activity.row, .products.panel .inner .table-container #trials-table .trial .activities .promo-redemption.row, .products.panel .inner .table-container #trials-table .trial .activities .trial-activity.row, .products.panel .inner .table-container #trials-table .package-credit .redemptions .promo-redemption.row, .products.panel .inner .table-container #trials-table .package-credit .redemptions .trial-activity.row, .products.panel .inner .table-container #trials-table .package-credit .activities .promo-redemption.row, .products.panel .inner .table-container #trials-table .package-credit .activities .trial-activity.row, .products.panel .inner .table-container #redemptions-table .promo-credit .redemptions .promo-redemption.row, .products.panel .inner .table-container #redemptions-table .promo-credit .redemptions .trial-activity.row, .products.panel .inner .table-container #redemptions-table .promo-credit .activities .promo-redemption.row, .products.panel .inner .table-container #redemptions-table .promo-credit .activities .trial-activity.row, .products.panel .inner .table-container #redemptions-table .trial .redemptions .promo-redemption.row, .products.panel .inner .table-container #redemptions-table .trial .redemptions .trial-activity.row, .products.panel .inner .table-container #redemptions-table .trial .activities .promo-redemption.row, .products.panel .inner .table-container #redemptions-table .trial .activities .trial-activity.row, .products.panel .inner .table-container #redemptions-table .package-credit .redemptions .promo-redemption.row, .products.panel .inner .table-container #redemptions-table .package-credit .redemptions .trial-activity.row, .products.panel .inner .table-container #redemptions-table .package-credit .activities .promo-redemption.row, .products.panel .inner .table-container #redemptions-table .package-credit .activities .trial-activity.row {
  font-size: .95em;
  padding: 3px 0;
  border: 0;
}

/* line 126, app/assets/stylesheets/credits.css.scss */
.promos.panel .inner .table-container #promos-table .promo-credit .redemptions .package-credit-redemption.canceled, .promos.panel .inner .table-container #promos-table .promo-credit .activities .package-credit-redemption.canceled, .promos.panel .inner .table-container #promos-table .trial .redemptions .package-credit-redemption.canceled, .promos.panel .inner .table-container #promos-table .trial .activities .package-credit-redemption.canceled, .promos.panel .inner .table-container #promos-table .package-credit .redemptions .package-credit-redemption.canceled, .promos.panel .inner .table-container #promos-table .package-credit .activities .package-credit-redemption.canceled, .promos.panel .inner .table-container #trials-table .promo-credit .redemptions .package-credit-redemption.canceled, .promos.panel .inner .table-container #trials-table .promo-credit .activities .package-credit-redemption.canceled, .promos.panel .inner .table-container #trials-table .trial .redemptions .package-credit-redemption.canceled, .promos.panel .inner .table-container #trials-table .trial .activities .package-credit-redemption.canceled, .promos.panel .inner .table-container #trials-table .package-credit .redemptions .package-credit-redemption.canceled, .promos.panel .inner .table-container #trials-table .package-credit .activities .package-credit-redemption.canceled, .promos.panel .inner .table-container #redemptions-table .promo-credit .redemptions .package-credit-redemption.canceled, .promos.panel .inner .table-container #redemptions-table .promo-credit .activities .package-credit-redemption.canceled, .promos.panel .inner .table-container #redemptions-table .trial .redemptions .package-credit-redemption.canceled, .promos.panel .inner .table-container #redemptions-table .trial .activities .package-credit-redemption.canceled, .promos.panel .inner .table-container #redemptions-table .package-credit .redemptions .package-credit-redemption.canceled, .promos.panel .inner .table-container #redemptions-table .package-credit .activities .package-credit-redemption.canceled, .trials.panel .inner .table-container #promos-table .promo-credit .redemptions .package-credit-redemption.canceled, .trials.panel .inner .table-container #promos-table .promo-credit .activities .package-credit-redemption.canceled, .trials.panel .inner .table-container #promos-table .trial .redemptions .package-credit-redemption.canceled, .trials.panel .inner .table-container #promos-table .trial .activities .package-credit-redemption.canceled, .trials.panel .inner .table-container #promos-table .package-credit .redemptions .package-credit-redemption.canceled, .trials.panel .inner .table-container #promos-table .package-credit .activities .package-credit-redemption.canceled, .trials.panel .inner .table-container #trials-table .promo-credit .redemptions .package-credit-redemption.canceled, .trials.panel .inner .table-container #trials-table .promo-credit .activities .package-credit-redemption.canceled, .trials.panel .inner .table-container #trials-table .trial .redemptions .package-credit-redemption.canceled, .trials.panel .inner .table-container #trials-table .trial .activities .package-credit-redemption.canceled, .trials.panel .inner .table-container #trials-table .package-credit .redemptions .package-credit-redemption.canceled, .trials.panel .inner .table-container #trials-table .package-credit .activities .package-credit-redemption.canceled, .trials.panel .inner .table-container #redemptions-table .promo-credit .redemptions .package-credit-redemption.canceled, .trials.panel .inner .table-container #redemptions-table .promo-credit .activities .package-credit-redemption.canceled, .trials.panel .inner .table-container #redemptions-table .trial .redemptions .package-credit-redemption.canceled, .trials.panel .inner .table-container #redemptions-table .trial .activities .package-credit-redemption.canceled, .trials.panel .inner .table-container #redemptions-table .package-credit .redemptions .package-credit-redemption.canceled, .trials.panel .inner .table-container #redemptions-table .package-credit .activities .package-credit-redemption.canceled, .products.panel .inner .table-container #promos-table .promo-credit .redemptions .package-credit-redemption.canceled, .products.panel .inner .table-container #promos-table .promo-credit .activities .package-credit-redemption.canceled, .products.panel .inner .table-container #promos-table .trial .redemptions .package-credit-redemption.canceled, .products.panel .inner .table-container #promos-table .trial .activities .package-credit-redemption.canceled, .products.panel .inner .table-container #promos-table .package-credit .redemptions .package-credit-redemption.canceled, .products.panel .inner .table-container #promos-table .package-credit .activities .package-credit-redemption.canceled, .products.panel .inner .table-container #trials-table .promo-credit .redemptions .package-credit-redemption.canceled, .products.panel .inner .table-container #trials-table .promo-credit .activities .package-credit-redemption.canceled, .products.panel .inner .table-container #trials-table .trial .redemptions .package-credit-redemption.canceled, .products.panel .inner .table-container #trials-table .trial .activities .package-credit-redemption.canceled, .products.panel .inner .table-container #trials-table .package-credit .redemptions .package-credit-redemption.canceled, .products.panel .inner .table-container #trials-table .package-credit .activities .package-credit-redemption.canceled, .products.panel .inner .table-container #redemptions-table .promo-credit .redemptions .package-credit-redemption.canceled, .products.panel .inner .table-container #redemptions-table .promo-credit .activities .package-credit-redemption.canceled, .products.panel .inner .table-container #redemptions-table .trial .redemptions .package-credit-redemption.canceled, .products.panel .inner .table-container #redemptions-table .trial .activities .package-credit-redemption.canceled, .products.panel .inner .table-container #redemptions-table .package-credit .redemptions .package-credit-redemption.canceled, .products.panel .inner .table-container #redemptions-table .package-credit .activities .package-credit-redemption.canceled {
  color: #aaa;
  text-decoration: line-through;
}

/* line 132, app/assets/stylesheets/credits.css.scss */
.promos.panel .inner .table-container #promos-table .promo-credit .activate, .promos.panel .inner .table-container #promos-table .promo-credit .deactivate, .promos.panel .inner .table-container #promos-table .promo-credit .trashcan, .promos.panel .inner .table-container #promos-table .trial .activate, .promos.panel .inner .table-container #promos-table .trial .deactivate, .promos.panel .inner .table-container #promos-table .trial .trashcan, .promos.panel .inner .table-container #promos-table .package-credit .activate, .promos.panel .inner .table-container #promos-table .package-credit .deactivate, .promos.panel .inner .table-container #promos-table .package-credit .trashcan, .promos.panel .inner .table-container #trials-table .promo-credit .activate, .promos.panel .inner .table-container #trials-table .promo-credit .deactivate, .promos.panel .inner .table-container #trials-table .promo-credit .trashcan, .promos.panel .inner .table-container #trials-table .trial .activate, .promos.panel .inner .table-container #trials-table .trial .deactivate, .promos.panel .inner .table-container #trials-table .trial .trashcan, .promos.panel .inner .table-container #trials-table .package-credit .activate, .promos.panel .inner .table-container #trials-table .package-credit .deactivate, .promos.panel .inner .table-container #trials-table .package-credit .trashcan, .promos.panel .inner .table-container #redemptions-table .promo-credit .activate, .promos.panel .inner .table-container #redemptions-table .promo-credit .deactivate, .promos.panel .inner .table-container #redemptions-table .promo-credit .trashcan, .promos.panel .inner .table-container #redemptions-table .trial .activate, .promos.panel .inner .table-container #redemptions-table .trial .deactivate, .promos.panel .inner .table-container #redemptions-table .trial .trashcan, .promos.panel .inner .table-container #redemptions-table .package-credit .activate, .promos.panel .inner .table-container #redemptions-table .package-credit .deactivate, .promos.panel .inner .table-container #redemptions-table .package-credit .trashcan, .trials.panel .inner .table-container #promos-table .promo-credit .activate, .trials.panel .inner .table-container #promos-table .promo-credit .deactivate, .trials.panel .inner .table-container #promos-table .promo-credit .trashcan, .trials.panel .inner .table-container #promos-table .trial .activate, .trials.panel .inner .table-container #promos-table .trial .deactivate, .trials.panel .inner .table-container #promos-table .trial .trashcan, .trials.panel .inner .table-container #promos-table .package-credit .activate, .trials.panel .inner .table-container #promos-table .package-credit .deactivate, .trials.panel .inner .table-container #promos-table .package-credit .trashcan, .trials.panel .inner .table-container #trials-table .promo-credit .activate, .trials.panel .inner .table-container #trials-table .promo-credit .deactivate, .trials.panel .inner .table-container #trials-table .promo-credit .trashcan, .trials.panel .inner .table-container #trials-table .trial .activate, .trials.panel .inner .table-container #trials-table .trial .deactivate, .trials.panel .inner .table-container #trials-table .trial .trashcan, .trials.panel .inner .table-container #trials-table .package-credit .activate, .trials.panel .inner .table-container #trials-table .package-credit .deactivate, .trials.panel .inner .table-container #trials-table .package-credit .trashcan, .trials.panel .inner .table-container #redemptions-table .promo-credit .activate, .trials.panel .inner .table-container #redemptions-table .promo-credit .deactivate, .trials.panel .inner .table-container #redemptions-table .promo-credit .trashcan, .trials.panel .inner .table-container #redemptions-table .trial .activate, .trials.panel .inner .table-container #redemptions-table .trial .deactivate, .trials.panel .inner .table-container #redemptions-table .trial .trashcan, .trials.panel .inner .table-container #redemptions-table .package-credit .activate, .trials.panel .inner .table-container #redemptions-table .package-credit .deactivate, .trials.panel .inner .table-container #redemptions-table .package-credit .trashcan, .products.panel .inner .table-container #promos-table .promo-credit .activate, .products.panel .inner .table-container #promos-table .promo-credit .deactivate, .products.panel .inner .table-container #promos-table .promo-credit .trashcan, .products.panel .inner .table-container #promos-table .trial .activate, .products.panel .inner .table-container #promos-table .trial .deactivate, .products.panel .inner .table-container #promos-table .trial .trashcan, .products.panel .inner .table-container #promos-table .package-credit .activate, .products.panel .inner .table-container #promos-table .package-credit .deactivate, .products.panel .inner .table-container #promos-table .package-credit .trashcan, .products.panel .inner .table-container #trials-table .promo-credit .activate, .products.panel .inner .table-container #trials-table .promo-credit .deactivate, .products.panel .inner .table-container #trials-table .promo-credit .trashcan, .products.panel .inner .table-container #trials-table .trial .activate, .products.panel .inner .table-container #trials-table .trial .deactivate, .products.panel .inner .table-container #trials-table .trial .trashcan, .products.panel .inner .table-container #trials-table .package-credit .activate, .products.panel .inner .table-container #trials-table .package-credit .deactivate, .products.panel .inner .table-container #trials-table .package-credit .trashcan, .products.panel .inner .table-container #redemptions-table .promo-credit .activate, .products.panel .inner .table-container #redemptions-table .promo-credit .deactivate, .products.panel .inner .table-container #redemptions-table .promo-credit .trashcan, .products.panel .inner .table-container #redemptions-table .trial .activate, .products.panel .inner .table-container #redemptions-table .trial .deactivate, .products.panel .inner .table-container #redemptions-table .trial .trashcan, .products.panel .inner .table-container #redemptions-table .package-credit .activate, .products.panel .inner .table-container #redemptions-table .package-credit .deactivate, .products.panel .inner .table-container #redemptions-table .package-credit .trashcan {
  font-size: 24px;
  width: 28px;
  line-height: 20px;
  height: 20px;
}

/* line 138, app/assets/stylesheets/credits.css.scss */
.promos.panel .inner .table-container #promos-table .promo-credit .trashcan, .promos.panel .inner .table-container #promos-table .trial .trashcan, .promos.panel .inner .table-container #promos-table .package-credit .trashcan, .promos.panel .inner .table-container #trials-table .promo-credit .trashcan, .promos.panel .inner .table-container #trials-table .trial .trashcan, .promos.panel .inner .table-container #trials-table .package-credit .trashcan, .promos.panel .inner .table-container #redemptions-table .promo-credit .trashcan, .promos.panel .inner .table-container #redemptions-table .trial .trashcan, .promos.panel .inner .table-container #redemptions-table .package-credit .trashcan, .trials.panel .inner .table-container #promos-table .promo-credit .trashcan, .trials.panel .inner .table-container #promos-table .trial .trashcan, .trials.panel .inner .table-container #promos-table .package-credit .trashcan, .trials.panel .inner .table-container #trials-table .promo-credit .trashcan, .trials.panel .inner .table-container #trials-table .trial .trashcan, .trials.panel .inner .table-container #trials-table .package-credit .trashcan, .trials.panel .inner .table-container #redemptions-table .promo-credit .trashcan, .trials.panel .inner .table-container #redemptions-table .trial .trashcan, .trials.panel .inner .table-container #redemptions-table .package-credit .trashcan, .products.panel .inner .table-container #promos-table .promo-credit .trashcan, .products.panel .inner .table-container #promos-table .trial .trashcan, .products.panel .inner .table-container #promos-table .package-credit .trashcan, .products.panel .inner .table-container #trials-table .promo-credit .trashcan, .products.panel .inner .table-container #trials-table .trial .trashcan, .products.panel .inner .table-container #trials-table .package-credit .trashcan, .products.panel .inner .table-container #redemptions-table .promo-credit .trashcan, .products.panel .inner .table-container #redemptions-table .trial .trashcan, .products.panel .inner .table-container #redemptions-table .package-credit .trashcan {
  font-size: 20px;
}

/* line 143, app/assets/stylesheets/credits.css.scss */
.promos.panel .inner .table-container #promos-table .promo-credit.row.inactive *, .promos.panel .inner .table-container #promos-table .trial.row.inactive *, .promos.panel .inner .table-container #trials-table .promo-credit.row.inactive *, .promos.panel .inner .table-container #trials-table .trial.row.inactive *, .promos.panel .inner .table-container #redemptions-table .promo-credit.row.inactive *, .promos.panel .inner .table-container #redemptions-table .trial.row.inactive *, .trials.panel .inner .table-container #promos-table .promo-credit.row.inactive *, .trials.panel .inner .table-container #promos-table .trial.row.inactive *, .trials.panel .inner .table-container #trials-table .promo-credit.row.inactive *, .trials.panel .inner .table-container #trials-table .trial.row.inactive *, .trials.panel .inner .table-container #redemptions-table .promo-credit.row.inactive *, .trials.panel .inner .table-container #redemptions-table .trial.row.inactive *, .products.panel .inner .table-container #promos-table .promo-credit.row.inactive *, .products.panel .inner .table-container #promos-table .trial.row.inactive *, .products.panel .inner .table-container #trials-table .promo-credit.row.inactive *, .products.panel .inner .table-container #trials-table .trial.row.inactive *, .products.panel .inner .table-container #redemptions-table .promo-credit.row.inactive *, .products.panel .inner .table-container #redemptions-table .trial.row.inactive * {
  color: #aaa;
  text-decoration: line-through;
}

/* line 147, app/assets/stylesheets/credits.css.scss */
.promos.panel .inner .table-container #promos-table .promo-credit.row.inactive .activate, .promos.panel .inner .table-container #promos-table .promo-credit.row.inactive .deactivate, .promos.panel .inner .table-container #promos-table .promo-credit.row.inactive .trashcan, .promos.panel .inner .table-container #promos-table .trial.row.inactive .activate, .promos.panel .inner .table-container #promos-table .trial.row.inactive .deactivate, .promos.panel .inner .table-container #promos-table .trial.row.inactive .trashcan, .promos.panel .inner .table-container #trials-table .promo-credit.row.inactive .activate, .promos.panel .inner .table-container #trials-table .promo-credit.row.inactive .deactivate, .promos.panel .inner .table-container #trials-table .promo-credit.row.inactive .trashcan, .promos.panel .inner .table-container #trials-table .trial.row.inactive .activate, .promos.panel .inner .table-container #trials-table .trial.row.inactive .deactivate, .promos.panel .inner .table-container #trials-table .trial.row.inactive .trashcan, .promos.panel .inner .table-container #redemptions-table .promo-credit.row.inactive .activate, .promos.panel .inner .table-container #redemptions-table .promo-credit.row.inactive .deactivate, .promos.panel .inner .table-container #redemptions-table .promo-credit.row.inactive .trashcan, .promos.panel .inner .table-container #redemptions-table .trial.row.inactive .activate, .promos.panel .inner .table-container #redemptions-table .trial.row.inactive .deactivate, .promos.panel .inner .table-container #redemptions-table .trial.row.inactive .trashcan, .trials.panel .inner .table-container #promos-table .promo-credit.row.inactive .activate, .trials.panel .inner .table-container #promos-table .promo-credit.row.inactive .deactivate, .trials.panel .inner .table-container #promos-table .promo-credit.row.inactive .trashcan, .trials.panel .inner .table-container #promos-table .trial.row.inactive .activate, .trials.panel .inner .table-container #promos-table .trial.row.inactive .deactivate, .trials.panel .inner .table-container #promos-table .trial.row.inactive .trashcan, .trials.panel .inner .table-container #trials-table .promo-credit.row.inactive .activate, .trials.panel .inner .table-container #trials-table .promo-credit.row.inactive .deactivate, .trials.panel .inner .table-container #trials-table .promo-credit.row.inactive .trashcan, .trials.panel .inner .table-container #trials-table .trial.row.inactive .activate, .trials.panel .inner .table-container #trials-table .trial.row.inactive .deactivate, .trials.panel .inner .table-container #trials-table .trial.row.inactive .trashcan, .trials.panel .inner .table-container #redemptions-table .promo-credit.row.inactive .activate, .trials.panel .inner .table-container #redemptions-table .promo-credit.row.inactive .deactivate, .trials.panel .inner .table-container #redemptions-table .promo-credit.row.inactive .trashcan, .trials.panel .inner .table-container #redemptions-table .trial.row.inactive .activate, .trials.panel .inner .table-container #redemptions-table .trial.row.inactive .deactivate, .trials.panel .inner .table-container #redemptions-table .trial.row.inactive .trashcan, .products.panel .inner .table-container #promos-table .promo-credit.row.inactive .activate, .products.panel .inner .table-container #promos-table .promo-credit.row.inactive .deactivate, .products.panel .inner .table-container #promos-table .promo-credit.row.inactive .trashcan, .products.panel .inner .table-container #promos-table .trial.row.inactive .activate, .products.panel .inner .table-container #promos-table .trial.row.inactive .deactivate, .products.panel .inner .table-container #promos-table .trial.row.inactive .trashcan, .products.panel .inner .table-container #trials-table .promo-credit.row.inactive .activate, .products.panel .inner .table-container #trials-table .promo-credit.row.inactive .deactivate, .products.panel .inner .table-container #trials-table .promo-credit.row.inactive .trashcan, .products.panel .inner .table-container #trials-table .trial.row.inactive .activate, .products.panel .inner .table-container #trials-table .trial.row.inactive .deactivate, .products.panel .inner .table-container #trials-table .trial.row.inactive .trashcan, .products.panel .inner .table-container #redemptions-table .promo-credit.row.inactive .activate, .products.panel .inner .table-container #redemptions-table .promo-credit.row.inactive .deactivate, .products.panel .inner .table-container #redemptions-table .promo-credit.row.inactive .trashcan, .products.panel .inner .table-container #redemptions-table .trial.row.inactive .activate, .products.panel .inner .table-container #redemptions-table .trial.row.inactive .deactivate, .products.panel .inner .table-container #redemptions-table .trial.row.inactive .trashcan {
  text-decoration: none;
  color: initial;
}

/* line 151, app/assets/stylesheets/credits.css.scss */
.promos.panel .inner .table-container #promos-table .promo-credit.row.inactive .fa-cog, .promos.panel .inner .table-container #promos-table .trial.row.inactive .fa-cog, .promos.panel .inner .table-container #trials-table .promo-credit.row.inactive .fa-cog, .promos.panel .inner .table-container #trials-table .trial.row.inactive .fa-cog, .promos.panel .inner .table-container #redemptions-table .promo-credit.row.inactive .fa-cog, .promos.panel .inner .table-container #redemptions-table .trial.row.inactive .fa-cog, .trials.panel .inner .table-container #promos-table .promo-credit.row.inactive .fa-cog, .trials.panel .inner .table-container #promos-table .trial.row.inactive .fa-cog, .trials.panel .inner .table-container #trials-table .promo-credit.row.inactive .fa-cog, .trials.panel .inner .table-container #trials-table .trial.row.inactive .fa-cog, .trials.panel .inner .table-container #redemptions-table .promo-credit.row.inactive .fa-cog, .trials.panel .inner .table-container #redemptions-table .trial.row.inactive .fa-cog, .products.panel .inner .table-container #promos-table .promo-credit.row.inactive .fa-cog, .products.panel .inner .table-container #promos-table .trial.row.inactive .fa-cog, .products.panel .inner .table-container #trials-table .promo-credit.row.inactive .fa-cog, .products.panel .inner .table-container #trials-table .trial.row.inactive .fa-cog, .products.panel .inner .table-container #redemptions-table .promo-credit.row.inactive .fa-cog, .products.panel .inner .table-container #redemptions-table .trial.row.inactive .fa-cog {
  text-decoration: none;
  color: #444;
}

/*@media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
	
}*/
@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 173, app/assets/stylesheets/credits.css.scss */
  .promos.panel #promo-search-container, .promos.panel #trial-search-container {
    width: 85%;
  }
  /* line 176, app/assets/stylesheets/credits.css.scss */
  .promos.panel .btn-group.promos {
    float: none;
  }
  /* line 181, app/assets/stylesheets/credits.css.scss */
  .promos.panel .promo-credit .redeem-date, .promos.panel .promo-credit .redeemed, .promos.panel .promo-credit .amount {
    text-align: left;
  }
}

/* line 188, app/assets/stylesheets/credits.css.scss */
#eligible-providers-list {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 400px;
  overflow-y: scroll;
}

/* line 195, app/assets/stylesheets/credits.css.scss */
#eligible-providers-list .eligible-provider-row {
  padding: 3px 0;
  width: 100%;
}
/* line 1, app/assets/stylesheets/default.css.scss */
strong {
  font-weight: 600;
}

/* line 5, app/assets/stylesheets/default.css.scss */
form.button_to {
  display: inline-block;
}

/* line 9, app/assets/stylesheets/default.css.scss */
.row {
  padding: 0;
  margin: 0;
}

/* line 13, app/assets/stylesheets/default.css.scss */
.row.no-side-padding {
  padding: 7px 0;
}

/* line 16, app/assets/stylesheets/default.css.scss */
.btn {
  font-size: .95em;
}

/* line 19, app/assets/stylesheets/default.css.scss */
.btn-default {
  border-color: #ddd;
}

/* line 22, app/assets/stylesheets/default.css.scss */
.btn-default:hover {
  border-color: #ccc;
}

/* line 25, app/assets/stylesheets/default.css.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.23);
  box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.23);
}

/* line 32, app/assets/stylesheets/default.css.scss */
.tab-content .tab-pane {
  display: none;
}

/* line 34, app/assets/stylesheets/default.css.scss */
.tab-content .tab-pane .container {
  left: 0 !important;
}

/* line 38, app/assets/stylesheets/default.css.scss */
.tab-content .active:not(.item), .user-account-container .tab-content .tab-pane {
  display: block;
}

/* line 42, app/assets/stylesheets/default.css.scss */
.panel {
  border-radius: 6px;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
}

/* line 47, app/assets/stylesheets/default.css.scss */
.dropdown-header {
  color: #aaa;
  font-size: 13px;
}

/* line 51, app/assets/stylesheets/default.css.scss */
.datepicker, .datepicker.dropdown-menu, .datepicker.datepicker-dropdown {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 7px;
  font-size: 15px;
}

/* line 58, app/assets/stylesheets/default.css.scss */
.dropdown-menu {
  box-shadow: 0 5px 17px rgba(0, 0, 0, 0.11);
}

/* line 61, app/assets/stylesheets/default.css.scss */
#connect-tabs.nav-tabs {
  border: 0;
  height: 62px;
  float: left;
}

/* line 66, app/assets/stylesheets/default.css.scss */
#connect-tabs.nav-tabs li {
  font-size: 1em;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  height: 63px;
}

/* line 73, app/assets/stylesheets/default.css.scss */
#connect-tabs.nav-tabs li:hover {
  text-decoration: underline;
}

/* line 76, app/assets/stylesheets/default.css.scss */
#connect-tabs.nav-tabs li#list-count {
  text-decoration: none;
  cursor: default;
  font-size: 1em;
}

/* line 82, app/assets/stylesheets/default.css.scss */
#connect-tabs.nav-tabs li &gt; a {
  border: 0;
  padding: 0 15px;
  height: 100%;
  font-weight: 600;
  color: rgba(35, 35, 35, 0.85);
  font-size: .95em;
  border-radius: 7px 7px 0 0;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 96, app/assets/stylesheets/default.css.scss */
#connect-tabs.nav-tabs li &gt; a:hover {
  background: white;
  color: #232323;
}

/* line 100, app/assets/stylesheets/default.css.scss */
#connect-tabs.nav-tabs li.active {
  cursor: default;
}

/* line 103, app/assets/stylesheets/default.css.scss */
#connect-tabs.nav-tabs li.active a {
  color: #015AC8;
  margin-bottom: 0;
  border-bottom: 3px solid #015AC8;
  background: white;
}

/* line 112, app/assets/stylesheets/default.css.scss */
.pagination, .provider.public .pagination {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

/* line 117, app/assets/stylesheets/default.css.scss */
.pagination .page-indicator, .provider.public .pagination .page-indicator {
  padding: 0 2%;
}

/* line 120, app/assets/stylesheets/default.css.scss */
.pagination .next-page, .pagination .previous-page, .provider.public .pagination .next-page, .provider.public .pagination .previous-page {
  color: inherit;
  margin: 0 5px;
  cursor: pointer;
}

/* line 125, app/assets/stylesheets/default.css.scss */
.pagination .next-page *, .pagination .next-page a, .pagination .previous-page *, .pagination .previous-page a, .provider.public .pagination .next-page *, .provider.public .pagination .next-page a, .provider.public .pagination .previous-page *, .provider.public .pagination .previous-page a {
  color: #444;
}

/* line 128, app/assets/stylesheets/default.css.scss */
.pagination .next-page i, .pagination .previous-page i, .provider.public .pagination .next-page i, .provider.public .pagination .previous-page i {
  font-size: 18px;
  line-height: 16px;
}

/* line 133, app/assets/stylesheets/default.css.scss */
.pagination .next-page:hover, .pagination .previous-page:hover, .provider.public .pagination .next-page:hover, .provider.public .pagination .previous-page:hover {
  color: #015AC8;
  text-decoration: underline;
}

/* line 136, app/assets/stylesheets/default.css.scss */
.pagination .next-page:hover *, .pagination .next-page:hover a, .pagination .previous-page:hover *, .pagination .previous-page:hover a, .provider.public .pagination .next-page:hover *, .provider.public .pagination .next-page:hover a, .provider.public .pagination .previous-page:hover *, .provider.public .pagination .previous-page:hover a {
  color: #015AC8;
}

/* line 140, app/assets/stylesheets/default.css.scss */
.pagination .next-page.placeholder, .pagination .previous-page.placeholder, .provider.public .pagination .next-page.placeholder, .provider.public .pagination .previous-page.placeholder {
  color: #aaa;
  cursor: default;
  text-decoration: none;
}

/* line 144, app/assets/stylesheets/default.css.scss */
.pagination .next-page.placeholder *, .pagination .previous-page.placeholder *, .provider.public .pagination .next-page.placeholder *, .provider.public .pagination .previous-page.placeholder * {
  color: #aaa;
}

/* line 149, app/assets/stylesheets/default.css.scss */
.pagination.bottom {
  margin: 1em auto;
}

/* line 153, app/assets/stylesheets/default.css.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 370px;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border-radius: 7px;
  -webkit-box-shadow: 0 7px 23px rgba(0, 0, 0, 0.14);
  box-shadow: 0 7px 23px rgba(0, 0, 0, 0.14);
  line-break: auto;
}

/* line 183, app/assets/stylesheets/default.css.scss */
.popover .option {
  width: 100%;
  line-height: 28px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 15px;
  font-weight: 500;
  border-top: 1px solid #f7f7f7;
  display: inline-block;
  color: inherit;
}

/* line 194, app/assets/stylesheets/default.css.scss */
.popover .option:hover {
  font-weight: 600;
}

/* line 197, app/assets/stylesheets/default.css.scss */
.popover .option:first-child {
  border: 0;
  padding-top: 0;
}

/* line 201, app/assets/stylesheets/default.css.scss */
.popover .option:last-child {
  padding-bottom: 0;
}

/* line 205, app/assets/stylesheets/default.css.scss */
.popover.top {
  margin-top: -10px;
}

/* line 208, app/assets/stylesheets/default.css.scss */
.popover.right {
  margin-left: 10px;
}

/* line 211, app/assets/stylesheets/default.css.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 214, app/assets/stylesheets/default.css.scss */
.popover.left {
  margin-left: -10px;
}

/* line 217, app/assets/stylesheets/default.css.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  border: 0;
  letter-spacing: 0;
  font-size: .85em;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 1px solid #eef1f4;
  border-radius: 5px 5px 0 0;
}

/* line 229, app/assets/stylesheets/default.css.scss */
.popover-content {
  padding: 0;
}

/* line 231, app/assets/stylesheets/default.css.scss */
.popover-content .inner-padding {
  padding: 11px;
}

/* line 236, app/assets/stylesheets/default.css.scss */
.popover-content .help-content {
  padding: 11px;
  font-size: .95em;
}

/* line 241, app/assets/stylesheets/default.css.scss */
.popover.no-padding {
  padding: 0;
}

/* line 243, app/assets/stylesheets/default.css.scss */
.popover.no-padding .popover-content {
  padding: 0;
}

/* line 247, app/assets/stylesheets/default.css.scss */
.popover &gt; .arrow,
.popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 256, app/assets/stylesheets/default.css.scss */
.popover &gt; .arrow {
  border-width: 11px;
}

/* line 259, app/assets/stylesheets/default.css.scss */
.popover &gt; .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 263, app/assets/stylesheets/default.css.scss */
.popover.top &gt; .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: transparent;
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0;
}

/* line 271, app/assets/stylesheets/default.css.scss */
.popover.top &gt; .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 278, app/assets/stylesheets/default.css.scss */
.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: transparent;
  border-right-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
}

/* line 286, app/assets/stylesheets/default.css.scss */
.popover.right &gt; .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 293, app/assets/stylesheets/default.css.scss */
.popover.bottom &gt; .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0);
}

/* line 301, app/assets/stylesheets/default.css.scss */
.popover.bottom &gt; .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 308, app/assets/stylesheets/default.css.scss */
.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: transparent;
  border-left-color: rgba(0, 0, 0, 0);
}

/* line 316, app/assets/stylesheets/default.css.scss */
.popover.left &gt; .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 324, app/assets/stylesheets/default.css.scss */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}

/* line 377, app/assets/stylesheets/default.css.scss */
html .datepicker-dropdown.datepicker-orient-top:before {
  border-color: transparent;
}

/* line 380, app/assets/stylesheets/default.css.scss */
html .datepicker {
  border-color: transparent;
}

/* line 383, app/assets/stylesheets/default.css.scss */
html .ui-timepicker-wrapper {
  border-color: transparent;
}

/* line 388, app/assets/stylesheets/default.css.scss */
.tooltip {
  position: absolute;
  z-index: 1041;
  display: block;
  line-height: 1.2em;
  opacity: 0;
  font-family: inherit;
  filter: alpha(opacity=0);
  visibility: visible;
  cursor: default;
  max-width: 400px;
  width: auto;
}

/* line 402, app/assets/stylesheets/default.css.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 407, app/assets/stylesheets/default.css.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 412, app/assets/stylesheets/default.css.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 417, app/assets/stylesheets/default.css.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 422, app/assets/stylesheets/default.css.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 427, app/assets/stylesheets/default.css.scss */
.tooltip-inner {
  padding: 20px;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  border-color: #ccc;
  border-radius: 12px;
  max-width: 400px;
  font-size: 15px;
  line-height: 18px;
}

/* line 438, app/assets/stylesheets/default.css.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 446, app/assets/stylesheets/default.css.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}

/* line 454, app/assets/stylesheets/default.css.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
}

/* line 461, app/assets/stylesheets/default.css.scss */
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
}

/* line 468, app/assets/stylesheets/default.css.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}

/* line 476, app/assets/stylesheets/default.css.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}

/* line 484, app/assets/stylesheets/default.css.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}

/* line 492, app/assets/stylesheets/default.css.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
}

/* line 499, app/assets/stylesheets/default.css.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
}

/* line 506, app/assets/stylesheets/default.css.scss */
.modal-open {
  overflow: hidden;
}

/* line 510, app/assets/stylesheets/default.css.scss */
#dismiss-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 1.2em;
}

/* line 518, app/assets/stylesheets/default.css.scss */
#dismiss-modal:hover {
  color: #015AC8;
}

/* line 522, app/assets/stylesheets/default.css.scss */
.location_modal.modal {
  width: 500px;
  left: 50%;
  top: 50%;
  height: 400px;
  margin-left: -250px;
  margin-top: -200px;
  background: #fff;
  padding: 23px;
  border-radius: 3px;
}

/* line 533, app/assets/stylesheets/default.css.scss */
.location_modal.modal form {
  position: relative;
  height: 100%;
}

/* line 537, app/assets/stylesheets/default.css.scss */
.location_modal.modal form h3 {
  margin-bottom: 7px;
}

/* line 541, app/assets/stylesheets/default.css.scss */
.location_modal.modal form #dismiss-modal {
  top: 0;
  right: 0;
}

/* line 546, app/assets/stylesheets/default.css.scss */
.location_modal.modal form .btn-container {
  position: absolute;
  bottom: 3px;
}

/* line 553, app/assets/stylesheets/default.css.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.23s ease-in-out;
  -moz-transition: opacity 0.23s ease-in-out;
  -o-transition: opacity 0.23s ease-in-out;
  transition: opacity 0.23s ease-in-out;
}

/* line 561, app/assets/stylesheets/default.css.scss */
.fade.in {
  opacity: 1;
}

/* line 565, app/assets/stylesheets/default.css.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

/* line 578, app/assets/stylesheets/default.css.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  -ms-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.23s ease-out;
  -moz-transition: -moz-transform 0.23s ease-out;
  -o-transition: -o-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
}

/* line 588, app/assets/stylesheets/default.css.scss */
.modal.fade.bottom .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  -ms-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
  -webkit-transition: -webkit-transform 0.23s ease-out;
  -moz-transition: -moz-transform 0.23s ease-out;
  -o-transition: -o-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
}

/* line 598, app/assets/stylesheets/default.css.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 604, app/assets/stylesheets/default.css.scss */
.modal-dialog {
  vertical-align: middle;
  display: inline-block;
  z-index: 1050;
  width: auto;
  margin: 2.5% auto;
  width: 50%;
  text-align: left;
}

/* line 614, app/assets/stylesheets/default.css.scss */
.modal:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

/* line 621, app/assets/stylesheets/default.css.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  outline: none;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 7px 57px -7px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 7px 57px -7px rgba(0, 0, 0, 0.23);
  border: 0;
}

/* line 631, app/assets/stylesheets/default.css.scss */
.modal-content .header-text {
  text-transform: none;
  font-weight: 500;
}

/* line 636, app/assets/stylesheets/default.css.scss */
.modal-content h4 {
  line-height: 1.2em;
}

/* line 644, app/assets/stylesheets/default.css.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  background-color: #000;
}

/* line 654, app/assets/stylesheets/default.css.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 659, app/assets/stylesheets/default.css.scss */
.modal-backdrop.in {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 664, app/assets/stylesheets/default.css.scss */
.modal-header {
  min-height: 0;
  padding: 10px 15px 20px;
  border-bottom: 0;
}

/* line 671, app/assets/stylesheets/default.css.scss */
.modal-header .dismiss, .modal-header .back {
  position: absolute;
  cursor: pointer;
  z-index: 11;
}

/* line 676, app/assets/stylesheets/default.css.scss */
.modal-header .dismiss {
  right: -14px;
  top: -14px;
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.11);
}

/* line 684, app/assets/stylesheets/default.css.scss */
.modal-header .back {
  left: 10px;
  top: 10px;
}

/* line 688, app/assets/stylesheets/default.css.scss */
.modal-header #subtitle {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1em;
}

/* line 696, app/assets/stylesheets/default.css.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 701, app/assets/stylesheets/default.css.scss */
.modal-body {
  position: relative;
  padding: 0px 20px 80px;
  height: auto;
  width: 100%;
}

/* line 707, app/assets/stylesheets/default.css.scss */
.modal-body .bottom-btn.disabled {
  opacity: inherit;
  background: #e3e3e3;
  box-shadow: none;
  text-shadow: none;
}

/* line 713, app/assets/stylesheets/default.css.scss */
.modal-body .body-text {
  color: #444;
  font-weight: 500;
  font-size: 1em;
}

/* line 720, app/assets/stylesheets/default.css.scss */
.modal-body.no-bottom {
  padding-bottom: 0;
}

/* line 724, app/assets/stylesheets/default.css.scss */
.modal-body.cart-bottom {
  padding-bottom: 10px;
}

/* line 728, app/assets/stylesheets/default.css.scss */
.modal-body.even-20 {
  padding: 20px;
  display: table;
  width: 100%;
}

/* line 733, app/assets/stylesheets/default.css.scss */
.modal-body.even-20 .modal-header {
  min-height: 0;
  padding: 0;
}

/* line 739, app/assets/stylesheets/default.css.scss */
.modal-purchase {
  left: 100%;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 744, app/assets/stylesheets/default.css.scss */
  .modal-dialog {
    width: 90%;
  }
  /* line 746, app/assets/stylesheets/default.css.scss */
  .modal-dialog.reservation {
    width: 100%;
  }
  /* line 749, app/assets/stylesheets/default.css.scss */
  .modal-dialog .modal.sessions .modal-body {
    padding: 5%;
  }
  /* line 753, app/assets/stylesheets/default.css.scss */
  .modal-dialog.reservation {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 5%;
  }
  /* line 759, app/assets/stylesheets/default.css.scss */
  .modal-dialog.reservation h2, .modal-dialog.reservation h3, .modal-dialog.reservation h4 {
    margin: 0;
  }
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  /* line 766, app/assets/stylesheets/default.css.scss */
  body.modal-open {
    position: fixed !important;
    width: 100%  !important;
  }
  /* line 770, app/assets/stylesheets/default.css.scss */
  .provider.public .nav-tabs {
    padding-left: 0;
    max-height: none;
  }
  /* line 774, app/assets/stylesheets/default.css.scss */
  .provider.public .nav-tabs li {
    width: 100%;
  }
  /* line 776, app/assets/stylesheets/default.css.scss */
  .provider.public .nav-tabs li a {
    margin: 0;
    border-radius: 0;
  }
  /* line 782, app/assets/stylesheets/default.css.scss */
  .provider.public .nav-tabs li.active a {
    border-left: 2px solid #015AC8;
    border-bottom: 0;
    border-radius: 0;
  }
}
/* line 6, app/assets/stylesheets/discounts.scss */
.new_discount .discount-amount, .edit_discount .discount-amount {
  display: inline-block;
  margin-top: -7px;
}

/* line 11, app/assets/stylesheets/discounts.scss */
.new_discount .discount-amount .currency-symbol-container input[type="number"], .edit_discount .discount-amount .currency-symbol-container input[type="number"] {
  width: 100px;
}

/* line 16, app/assets/stylesheets/discounts.scss */
.new_discount .discount-percent, .edit_discount .discount-percent {
  display: inline-block;
  margin-top: -7px;
}

/* line 21, app/assets/stylesheets/discounts.scss */
.new_discount .discount-percent .percent-symbol-container input[type="number"], .edit_discount .discount-percent .percent-symbol-container input[type="number"] {
  width: 60px;
}

/* line 29, app/assets/stylesheets/discounts.scss */
#initial-discount-container .switch-label {
  width: auto;
  -o-width: auto;
  -moz-width: auto;
  -webkit-width: auto;
}

/* line 35, app/assets/stylesheets/discounts.scss */
#initial-discount-container .radio-label {
  margin-top: 3px;
}

/* line 39, app/assets/stylesheets/discounts.scss */
#initial-discount-container input[type="number"] {
  text-align: center;
  width: 70px;
  margin-top: -5px;
}

/* line 45, app/assets/stylesheets/discounts.scss */
#initial-discount-container input[type="checkbox"] {
  margin-left: 4px;
}

/* line 49, app/assets/stylesheets/discounts.scss */
#initial-discount-container .field_with_errors {
  display: inline-block;
}

/* line 53, app/assets/stylesheets/discounts.scss */
#initial-discount-container .discount-type {
  margin-top: 10px;
  clear: both;
}

/* line 60, app/assets/stylesheets/discounts.scss */
#attendee-discount-container .switch-label, #fee-selection-container .switch-label, #early-registration-discount-container .switch-label, #volume-discount-container .switch-label, #invoice-date-section .switch-label {
  width: auto;
  -o-width: auto;
  -moz-width: auto;
  -webkit-width: auto;
}

/* line 66, app/assets/stylesheets/discounts.scss */
#attendee-discount-container .radio-label, #fee-selection-container .radio-label, #early-registration-discount-container .radio-label, #volume-discount-container .radio-label, #invoice-date-section .radio-label {
  margin-top: 3px;
}

/* line 70, app/assets/stylesheets/discounts.scss */
#attendee-discount-container input[type="number"], #fee-selection-container input[type="number"], #early-registration-discount-container input[type="number"], #volume-discount-container input[type="number"], #invoice-date-section input[type="number"] {
  text-align: center;
  width: 70px;
  margin-top: -5px;
}

/* line 76, app/assets/stylesheets/discounts.scss */
#attendee-discount-container input[type="checkbox"], #fee-selection-container input[type="checkbox"], #early-registration-discount-container input[type="checkbox"], #volume-discount-container input[type="checkbox"], #invoice-date-section input[type="checkbox"] {
  margin-left: 4px;
}

/* line 80, app/assets/stylesheets/discounts.scss */
#attendee-discount-container .field_with_errors, #fee-selection-container .field_with_errors, #early-registration-discount-container .field_with_errors, #volume-discount-container .field_with_errors, #invoice-date-section .field_with_errors {
  display: inline-block;
}

/* line 84, app/assets/stylesheets/discounts.scss */
#attendee-discount-container .discount-type, #fee-selection-container .discount-type, #early-registration-discount-container .discount-type, #volume-discount-container .discount-type, #invoice-date-section .discount-type {
  margin-top: 10px;
  clear: both;
}

/* line 89, app/assets/stylesheets/discounts.scss */
#attendee-discount-container .early-registration-time-label, #fee-selection-container .early-registration-time-label, #early-registration-discount-container .early-registration-time-label, #volume-discount-container .early-registration-time-label, #invoice-date-section .early-registration-time-label {
  display: inline-block;
  width: 70px;
}

/* line 93, app/assets/stylesheets/discounts.scss */
#attendee-discount-container .early-registration-discount.row, #fee-selection-container .early-registration-discount.row, #early-registration-discount-container .early-registration-discount.row, #volume-discount-container .early-registration-discount.row, #invoice-date-section .early-registration-discount.row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* line 97, app/assets/stylesheets/discounts.scss */
#attendee-discount-container .early-registration-discount.row .form-label, #fee-selection-container .early-registration-discount.row .form-label, #early-registration-discount-container .early-registration-discount.row .form-label, #volume-discount-container .early-registration-discount.row .form-label, #invoice-date-section .early-registration-discount.row .form-label {
  margin: 10px 0px;
}

/* line 102, app/assets/stylesheets/discounts.scss */
#attendee-discount-container #invoice-date-warning, #fee-selection-container #invoice-date-warning, #early-registration-discount-container #invoice-date-warning, #volume-discount-container #invoice-date-warning, #invoice-date-section #invoice-date-warning {
  padding: 15px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 6, app/assets/stylesheets/disputes.scss */
#disputes-container #dispute-search-container {
  width: calc(100% - 50px);
}
/* line 1, app/assets/stylesheets/dropzone.css.scss */
.dz-upload {
  height: 7px;
  background: #015AC8;
  border: 1px solid #eee;
  border-radius: 2px;
  margin: 5px 0;
  display: block;
  width: 0%;
}

/* line 11, app/assets/stylesheets/dropzone.css.scss */
.dz-error-message, .dz-success-mark, .dz-error-mark {
  display: none;
}

/* line 15, app/assets/stylesheets/dropzone.css.scss */
.dz-message {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  cursor: pointer;
  text-align: center;
}

/* line 23, app/assets/stylesheets/dropzone.css.scss */
.dz-message.empty-btn {
  width: 200px;
  margin: 0 auto;
  display: block;
  clear: both;
}

/* line 30, app/assets/stylesheets/dropzone.css.scss */
.dz-size {
  margin-left: 20px;
  display: none;
}

/* line 35, app/assets/stylesheets/dropzone.css.scss */
.dz-filename {
  display: none;
}

/* line 39, app/assets/stylesheets/dropzone.css.scss */
.dz-image-preview {
  display: inline-table;
  clear: both;
  vertical-align: middle;
  margin: 0 auto;
  padding: 5px;
}

/* line 46, app/assets/stylesheets/dropzone.css.scss */
.dz-image-preview .dz-image img {
  max-width: 120px;
  max-height: 120px;
}
/* line 5, app/assets/stylesheets/email_event_nodes.scss */
.email.row {
  padding: 7px 0;
}

/* line 8, app/assets/stylesheets/email_event_nodes.scss */
.email.row .status-icon i {
  font-size: 18px;
  width: auto;
  margin-right: 7px;
  height: auto;
  line-height: 18px;
  cursor: default;
  vertical-align: top;
  color: #aaa;
}

/* line 18, app/assets/stylesheets/email_event_nodes.scss */
.email.row .status-icon i:hover {
  color: #444;
}

/* line 22, app/assets/stylesheets/email_event_nodes.scss */
.email.row .email-subject {
  font-size: 1em;
  font-weight: 500;
}

/* line 26, app/assets/stylesheets/email_event_nodes.scss */
.email.row .email-recipient, .email.row .email-clicks {
  font-size: 0.95em;
  font-weight: 400;
  cursor: default;
}

/* line 32, app/assets/stylesheets/email_event_nodes.scss */
.email.row .email-recipient a {
  color: inherit;
}

/* line 36, app/assets/stylesheets/email_event_nodes.scss */
.email.row .status-dot {
  width: 10px;
  height: 10px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
}

/* line 44, app/assets/stylesheets/email_event_nodes.scss */
.email.row .status-dot.gray_background {
  background-color: #eee;
}

/* line 47, app/assets/stylesheets/email_event_nodes.scss */
.email.row .status-dot.red_background {
  background-color: #cc0000;
}

/* line 50, app/assets/stylesheets/email_event_nodes.scss */
.email.row .status-label {
  font-size: .9em;
  font-weight: 500;
}

/* line 54, app/assets/stylesheets/email_event_nodes.scss */
.email.row .email-time {
  font-size: .9em;
  font-weight: 500;
  padding-left: 20px;
}

/* line 61, app/assets/stylesheets/email_event_nodes.scss */
.email.header.row div:first-child {
  padding-left: 20px;
}

/* line 66, app/assets/stylesheets/email_event_nodes.scss */
#email-search-container {
  width: calc(100% - 50px);
}

/* line 72, app/assets/stylesheets/email_event_nodes.scss */
#email-filters {
  position: absolute;
  left: 100%;
  margin: auto 0 auto 15px;
  right: 0px;
  top: 0px;
  padding: 0;
  line-height: 40px;
  height: 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
  width: 100px;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  transition: all .17s;
  -o-transition: all .17s;
  -ms-transition: all .17s;
  -moz-transition: all .17s;
  -webkit-transition: all .17s;
}

/* line 95, app/assets/stylesheets/email_event_nodes.scss */
#email-filters i {
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

/* line 104, app/assets/stylesheets/email_event_nodes.scss */
#email-filters .dropdown-menu {
  min-width: 140px;
  padding: 0;
  border-radius: 7px;
  border: 0;
  font-size: 0.95em;
}

/* line 111, app/assets/stylesheets/email_event_nodes.scss */
#email-filters .dropdown-menu .item {
  display: table;
  width: 100%;
  color: #444;
  font-size: 1em;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 8px 12px;
  cursor: pointer;
}

/* line 122, app/assets/stylesheets/email_event_nodes.scss */
#email-filters .dropdown-menu .item i {
  font-size: 18px;
  line-height: 22px;
  margin-right: 11px;
}

/* line 128, app/assets/stylesheets/email_event_nodes.scss */
#email-filters .dropdown-menu .item.selected {
  background: #EB0450;
  font-weight: 600;
  color: #fff;
}

/* line 133, app/assets/stylesheets/email_event_nodes.scss */
#email-filters .dropdown-menu .item:hover {
  text-decoration: underline;
}

/* line 136, app/assets/stylesheets/email_event_nodes.scss */
#email-filters .dropdown-menu .item:first-child {
  border-radius: 7px 7px 0 0;
}

/* line 139, app/assets/stylesheets/email_event_nodes.scss */
#email-filters .dropdown-menu .item:last-child {
  border-radius: 0 0 7px 7px;
}

/* line 144, app/assets/stylesheets/email_event_nodes.scss */
#email-filters .btn {
  padding: 0 17px;
  border-right: 1px solid #eef1f4;
  box-shadow: none;
  font-weight: 600;
  word-spacing: 1px;
  text-align: center;
  font-size: 0.85em;
  color: #EB0450;
  line-height: 41px;
  height: 100%;
}

/* line 156, app/assets/stylesheets/email_event_nodes.scss */
#email-filters .btn:hover {
  text-decoration: underline;
}

/* line 159, app/assets/stylesheets/email_event_nodes.scss */
#email-filters .btn.selected {
  color: #fff;
  background: #EB0450;
}

/* line 163, app/assets/stylesheets/email_event_nodes.scss */
#email-filters .btn.selected:hover {
  border-color: #EB0450;
}

/* line 166, app/assets/stylesheets/email_event_nodes.scss */
#email-filters .btn:last-child {
  border: 0;
}

/* line 172, app/assets/stylesheets/email_event_nodes.scss */
#email-filters.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: nonw;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  /* line 181, app/assets/stylesheets/email_event_nodes.scss */
  .emails #email-search-container {
    width: calc(100% - 50px);
  }
  /* line 184, app/assets/stylesheets/email_event_nodes.scss */
  .emails #email-filters {
    text-align: center;
    position: relative;
    display: inline-block;
    top: 40px;
    width: 100%;
    margin: 15px auto 50px;
  }
  /* line 191, app/assets/stylesheets/email_event_nodes.scss */
  .emails #email-filters .btn {
    width: 25%;
    margin: 0;
  }
  /* line 198, app/assets/stylesheets/email_event_nodes.scss */
  .email.row {
    border-bottom: 1px solid #f7f7f7;
  }
  /* line 199, app/assets/stylesheets/email_event_nodes.scss */
  .email.row .status {
    margin: 3px auto;
  }
  /* line 202, app/assets/stylesheets/email_event_nodes.scss */
  .email.row .subject-section {
    margin: 11px auto;
  }
  /* line 205, app/assets/stylesheets/email_event_nodes.scss */
  .email.row .email-clicks {
    text-align: left;
  }
  /* line 210, app/assets/stylesheets/email_event_nodes.scss */
  .email.row:last-child {
    border: 0;
  }
}
/* line 1, app/assets/stylesheets/embed.css.scss */
#galore-embed-wrapper {
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/embed.css.scss */
#galore-embed {
  width: 100%;
  margin: 0 auto;
}

/* line 10, app/assets/stylesheets/embed.css.scss */
#navigation.embed {
  display: none;
}

/* line 16, app/assets/stylesheets/embed.css.scss */
html.embed #wrap.no-logo #hero-logo {
  display: none;
}

/* line 20, app/assets/stylesheets/embed.css.scss */
html.embed #wrap {
  background: transparent;
}

/* line 23, app/assets/stylesheets/embed.css.scss */
html.embed #wrap #main {
  min-height: 800px;
}

/* line 26, app/assets/stylesheets/embed.css.scss */
html.embed #wrap .back-btn {
  color: inherit;
}

/* line 32, app/assets/stylesheets/embed.css.scss */
html.embed #wrap .provider.public.no-filter #list #filter-container {
  display: none;
}

/* line 35, app/assets/stylesheets/embed.css.scss */
html.embed #wrap .provider.public.no-filter #list #list-container {
  width: 100%;
  left: 0;
  padding: 15px 15px 0;
}

/* line 43, app/assets/stylesheets/embed.css.scss */
html.embed #wrap #filter-container #connect-filter {
  box-shadow: none;
  background: transparent;
  min-height: 1000px;
}

/* line 48, app/assets/stylesheets/embed.css.scss */
html.embed #wrap #filter-container #connect-filter #hero-logo {
  border-color: transparent;
}

/* line 51, app/assets/stylesheets/embed.css.scss */
html.embed #wrap #filter-container #connect-filter #filter-view-toggle i {
  color: inherit;
}

/* line 54, app/assets/stylesheets/embed.css.scss */
html.embed #wrap #filter-container #connect-filter .dates-picker #date-field, html.embed #wrap #filter-container #connect-filter .ages-picker .selectize-input, html.embed #wrap #filter-container #connect-filter .connect-search-field-container #connect-search-field, html.embed #wrap #filter-container #connect-filter .category-picker .selectize-input {
  background: transparent;
}

/* line 61, app/assets/stylesheets/embed.css.scss */
html.embed #wrap #list #list-container #public-events-table, html.embed #wrap #list #list-container #public-items-table, html.embed #wrap #list #list-container #public-appointments {
  box-shadow: none;
  background: transparent;
}

/* line 64, app/assets/stylesheets/embed.css.scss */
html.embed #wrap #list #list-container #public-events-table .event-link, html.embed #wrap #list #list-container #public-items-table .event-link, html.embed #wrap #list #list-container #public-appointments .event-link {
  background: transparent;
}

/* line 70, app/assets/stylesheets/embed.css.scss */
html.embed #wrap #calendar {
  box-shadow: none;
  background: transparent;
}

/* line 75, app/assets/stylesheets/embed.css.scss */
html.embed #wrap #main .event-detail.container, html.embed #wrap #main .organization-detail.container, html.embed #wrap #main .instructor-detail.container, html.embed #wrap #main .location-detail.container {
  box-shadow: none;
  background: transparent;
}

/* line 80, app/assets/stylesheets/embed.css.scss */
html.embed #wrap #main #product-panel .inner {
  box-shadow: none;
  background: transparent;
}

/* line 87, app/assets/stylesheets/embed.css.scss */
html.embed #wrap #main .panel .panel-header ul.tabs {
  background: transparent;
}

/* line 89, app/assets/stylesheets/embed.css.scss */
html.embed #wrap #main .panel .panel-header ul.tabs li.tab {
  min-width: 64px;
}

/* line 97, app/assets/stylesheets/embed.css.scss */
html.embed #wrap.no-filter {
  min-height: 0;
}

/* line 99, app/assets/stylesheets/embed.css.scss */
html.embed #wrap.no-filter #main {
  min-height: 0;
}

/* line 103, app/assets/stylesheets/embed.css.scss */
html.embed footer.embed {
  background: transparent;
}

/* line 106, app/assets/stylesheets/embed.css.scss */
html.embed .modal.in .modal-dialog {
  margin: 5% auto;
  vertical-align: top;
  color: #444;
}

/* line 112, app/assets/stylesheets/embed.css.scss */
html.embed .sweet-alert {
  top: 150px !important;
}

/* line 116, app/assets/stylesheets/embed.css.scss */
html.embed #view-cart-btn {
  text-align: center;
  position: sticky;
  top: 15px;
  width: 20%;
  margin: 0 2% 40px auto;
  font-weight: 600;
  z-index: 99;
}

/* line 125, app/assets/stylesheets/embed.css.scss */
html.embed #view-cart-btn a {
  display: block;
  padding: 20px 30px;
  color: #fff;
  background: #00ab6b;
  background: linear-gradient(rgba(0, 171, 107, 0.83), rgba(0, 171, 107, 0.95));
  border-color: #00b16b;
}

/* line 134, app/assets/stylesheets/embed.css.scss */
html.embed #view-cart-btn .booking-prompt {
  display: flex;
  column-gap: 15px;
  align-items: center;
  justify-content: center;
}

/* line 142, app/assets/stylesheets/embed.css.scss */
html.embed #view-cart-btn:hover a {
  color: #000;
  background: #fff;
  border-color: #fff;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 153, app/assets/stylesheets/embed.css.scss */
  html.embed body .container {
    width: 100%;
  }
  /* line 157, app/assets/stylesheets/embed.css.scss */
  html.embed body #wrap .provider.public {
    width: 100%;
    padding: 5px;
  }
  /* line 161, app/assets/stylesheets/embed.css.scss */
  html.embed body #wrap .provider.public #filter-container {
    width: 100%;
    position: relative;
    padding: 0;
  }
  /* line 165, app/assets/stylesheets/embed.css.scss */
  html.embed body #wrap .provider.public #filter-container .attributes, html.embed body #wrap .provider.public #filter-container .locations {
    padding-left: 10px;
  }
  /* line 168, app/assets/stylesheets/embed.css.scss */
  html.embed body #wrap .provider.public #filter-container #connect-filter {
    min-height: 0;
    margin: 0;
  }
  /* line 176, app/assets/stylesheets/embed.css.scss */
  html.embed body #wrap .provider.public #public-display-container #list #list-container {
    left: 0;
    width: 100%;
  }
  /* line 181, app/assets/stylesheets/embed.css.scss */
  html.embed body #wrap .provider.public #public-display-container #list #list-container #public-events-table .public.event.row {
    background: transparent;
  }
  /* line 183, app/assets/stylesheets/embed.css.scss */
  html.embed body #wrap .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .event-link {
    background: transparent;
  }
  /* line 192, app/assets/stylesheets/embed.css.scss */
  html.embed body #wrap .event.container {
    width: 100%;
  }
  /* line 196, app/assets/stylesheets/embed.css.scss */
  html.embed body #wrap .event.container .event-detail.container section, html.embed body #wrap .event.container .event-detail.container .map-section {
    display: inline-block;
  }
  /* line 199, app/assets/stylesheets/embed.css.scss */
  html.embed body #wrap .event.container .event-detail.container .details {
    padding: 5px;
  }
  /* line 206, app/assets/stylesheets/embed.css.scss */
  html.embed body #wrap #location-panel .location-detail.container .details, html.embed body #wrap #location-panel .organization-detail.container .details, html.embed body #wrap #main-panel .location-detail.container .details, html.embed body #wrap #main-panel .organization-detail.container .details {
    width: 100%;
    min-height: 0;
    padding: 5px 5px 20x;
  }
  /* line 213, app/assets/stylesheets/embed.css.scss */
  html.embed body #wrap #location-panel .location-detail.container #events-table-container .public.event.row, html.embed body #wrap #location-panel .location-detail.container #events-table-container .public.appointment.row, html.embed body #wrap #location-panel .location-detail.container #events-table-container .public.product.row, html.embed body #wrap #location-panel .organization-detail.container #events-table-container .public.event.row, html.embed body #wrap #location-panel .organization-detail.container #events-table-container .public.appointment.row, html.embed body #wrap #location-panel .organization-detail.container #events-table-container .public.product.row, html.embed body #wrap #main-panel .location-detail.container #events-table-container .public.event.row, html.embed body #wrap #main-panel .location-detail.container #events-table-container .public.appointment.row, html.embed body #wrap #main-panel .location-detail.container #events-table-container .public.product.row, html.embed body #wrap #main-panel .organization-detail.container #events-table-container .public.event.row, html.embed body #wrap #main-panel .organization-detail.container #events-table-container .public.appointment.row, html.embed body #wrap #main-panel .organization-detail.container #events-table-container .public.product.row {
    border-color: transparent;
  }
  /* line 220, app/assets/stylesheets/embed.css.scss */
  html.embed body #wrap #view-cart-btn {
    width: 95%;
    margin: 0 auto;
  }
}
/* line 5, app/assets/stylesheets/endpoints.scss */
.endpoint.row {
  border-top: 1px solid #f7f7f7;
  padding: 10px 0;
}

/* line 9, app/assets/stylesheets/endpoints.scss */
.endpoint.row:last-child {
  border-bottom: 1px solid #f7f7f7;
}

/* line 12, app/assets/stylesheets/endpoints.scss */
#add-endpoint {
  margin-top: 1em;
}

/* line 16, app/assets/stylesheets/endpoints.scss */
.panel.provider-endpoint .webhook.row {
  padding: 7px 1%;
}

/* line 19, app/assets/stylesheets/endpoints.scss */
.panel.provider-endpoint .webhook.row.header {
  padding-top: 0;
}

/* line 22, app/assets/stylesheets/endpoints.scss */
.panel.provider-endpoint .webhook-text {
  cursor: pointer;
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/endpoints.scss */
.panel.provider-endpoint .minimized {
  height: 100%;
  max-height: 9em;
}

/* line 30, app/assets/stylesheets/endpoints.scss */
.panel.provider-endpoint .panel-header {
  min-height: 120px;
}

/* line 36, app/assets/stylesheets/endpoints.scss */
#webhook-search-container {
  width: 95%;
  width: calc(100% - 50px);
}

/* line 41, app/assets/stylesheets/endpoints.scss */
#webhook-search-container .search-container #webhook-search {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
}

/* line 47, app/assets/stylesheets/endpoints.scss */
#webhook-search-container .date-pickers {
  width: calc(33.3333% - 10px);
  float: right;
  border-radius: 6px;
  border: 1px solid #eee;
}

/* line 53, app/assets/stylesheets/endpoints.scss */
#webhook-search-container .date-pickers #start, #webhook-search-container .date-pickers #end {
  height: 40px;
  width: 50%;
  outline: 0;
}

/* line 61, app/assets/stylesheets/endpoints.scss */
#webhook-search-container .types-container .selectize-input {
  background: #fff;
  height: 40px;
  border-radius: 6px;
  outline: 0;
  padding: 10px 8px;
  border: 1px solid #eee;
}

/* line 69, app/assets/stylesheets/endpoints.scss */
#webhook-search-container .types-container .selectize-input.has-items {
  padding: 8px 2px;
}

/* line 73, app/assets/stylesheets/endpoints.scss */
#webhook-search-container .status-container {
  width: calc(33.3333% - 10px);
  float: right;
}

/* line 76, app/assets/stylesheets/endpoints.scss */
#webhook-search-container .status-container .selectize-input {
  background: #fff;
  height: 40px;
  border-radius: 6px;
  outline: 0;
  border: 1px solid #eee;
  padding: 10px 8px;
}
/* line 5, app/assets/stylesheets/errors.css.scss */
#uh-oh-container.ppl-error {
  font-family: "Oceanic Grotesk";
  max-width: 845px;
  width: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: center;
}

/* line 15, app/assets/stylesheets/errors.css.scss */
#uh-oh-container.ppl-error .copy &gt; * {
  margin-bottom: 16px;
  margin-top: 0;
  color: #1E1E1E;
}

/* line 20, app/assets/stylesheets/errors.css.scss */
#uh-oh-container.ppl-error .copy &gt; *:last-child {
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/errors.css.scss */
#uh-oh-container.ppl-error .title {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  font-family: 'NaN Druid Sans';
}

/* line 32, app/assets/stylesheets/errors.css.scss */
#uh-oh-container.ppl-error .subtitle {
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
}

/* line 38, app/assets/stylesheets/errors.css.scss */
#uh-oh-container.ppl-error .error-code {
  color: #505D6D;
  font-size: 14px;
  line-height: 20px;
}

/* line 44, app/assets/stylesheets/errors.css.scss */
#uh-oh-container.ppl-error .boat-image {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/leads-boat.png");
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  padding-top: 83.33%;
}

/* line 52, app/assets/stylesheets/errors.css.scss */
#uh-oh-container.ppl-error a {
  color: #377A69 !important;
}

@media screen and (max-width: 892px) {
  /* line 5, app/assets/stylesheets/errors.css.scss */
  #uh-oh-container.ppl-error {
    width: 90%;
  }
}

@media screen and (max-width: 428px) {
  /* line 5, app/assets/stylesheets/errors.css.scss */
  #uh-oh-container.ppl-error {
    margin: 30px  auto;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  /* line 65, app/assets/stylesheets/errors.css.scss */
  #uh-oh-container.ppl-error .image {
    grid-row: 1;
    width: 50%;
    margin: 0 auto;
  }
}
/* line 5, app/assets/stylesheets/errors_legacy.css.scss */
html.legacy #uh-oh-container.ppl-error {
  font-family: "Proxima Nova" sans-serif;
  max-width: 845px;
  width: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: center;
}

/* line 15, app/assets/stylesheets/errors_legacy.css.scss */
html.legacy #uh-oh-container.ppl-error .copy &gt; * {
  margin-bottom: 16px;
  margin-top: 0;
  color: #172C42;
}

/* line 20, app/assets/stylesheets/errors_legacy.css.scss */
html.legacy #uh-oh-container.ppl-error .copy &gt; *:last-child {
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/errors_legacy.css.scss */
html.legacy #uh-oh-container.ppl-error .title {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  font-family: "Proxima Nova" sans-serif;
}

/* line 32, app/assets/stylesheets/errors_legacy.css.scss */
html.legacy #uh-oh-container.ppl-error .subtitle {
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
}

/* line 38, app/assets/stylesheets/errors_legacy.css.scss */
html.legacy #uh-oh-container.ppl-error .error-code {
  color: #505D6D;
  font-size: 14px;
  line-height: 20px;
}

/* line 44, app/assets/stylesheets/errors_legacy.css.scss */
html.legacy #uh-oh-container.ppl-error .boat-image {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/leads-boat.png");
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  padding-top: 83.33%;
}

/* line 52, app/assets/stylesheets/errors_legacy.css.scss */
html.legacy #uh-oh-container.ppl-error a {
  color: #015AC8 !important;
}

@media screen and (max-width: 892px) {
  /* line 5, app/assets/stylesheets/errors_legacy.css.scss */
  html.legacy #uh-oh-container.ppl-error {
    width: 90%;
  }
}

@media screen and (max-width: 428px) {
  /* line 5, app/assets/stylesheets/errors_legacy.css.scss */
  html.legacy #uh-oh-container.ppl-error {
    margin: 30px  auto;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  /* line 65, app/assets/stylesheets/errors_legacy.css.scss */
  html.legacy #uh-oh-container.ppl-error .image {
    grid-row: 1;
    width: 50%;
    margin: 0 auto;
  }
}
/* line 1, app/assets/stylesheets/event_packages.css.scss */
#event-package-form {
  padding: 0 1%;
}

/* line 4, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .picker-container {
  margin: 10px auto;
}

/* line 7, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .picker-container .picker-item {
  margin: 0;
  padding: 5px 0;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

/* line 13, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .picker-container .picker-item.active {
  border-color: #27E4C4;
}

/* line 16, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .picker-container .picker-item:first-child {
  margin-right: 2em;
}

/* line 22, app/assets/stylesheets/event_packages.css.scss */
#event-package-form section, #new-promo section, #edit-promo section {
  margin-bottom: 1em;
}

/* line 25, app/assets/stylesheets/event_packages.css.scss */
#event-package-form input[type="number"], #new-promo input[type="number"], #edit-promo input[type="number"] {
  width: auto;
}

/* line 29, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .expiration label, #new-promo .expiration label, #edit-promo .expiration label {
  text-transform: none;
  font-size: 0.95em;
  margin-bottom: 0;
}

/* line 34, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .expiration .row, #new-promo .expiration .row, #edit-promo .expiration .row {
  padding-left: 7px;
}

/* line 37, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .expiration &gt; div, #new-promo .expiration &gt; div, #edit-promo .expiration &gt; div {
  height: 2em;
}

/* line 40, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .expiration &gt; div #relative-expiration, #event-package-form .expiration &gt; div #absolute-expiration, #event-package-form .expiration &gt; div #no-expiration, #new-promo .expiration &gt; div #relative-expiration, #new-promo .expiration &gt; div #absolute-expiration, #new-promo .expiration &gt; div #no-expiration, #edit-promo .expiration &gt; div #relative-expiration, #edit-promo .expiration &gt; div #absolute-expiration, #edit-promo .expiration &gt; div #no-expiration {
  padding-top: 3px;
}

/* line 43, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .expiration &gt; div #expiration_period_interval, #new-promo .expiration &gt; div #expiration_period_interval, #edit-promo .expiration &gt; div #expiration_period_interval {
  width: 60px;
  padding: 4px 7px;
}

/* line 47, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .expiration &gt; div #event_package_expiration_period_units, #new-promo .expiration &gt; div #event_package_expiration_period_units, #edit-promo .expiration &gt; div #event_package_expiration_period_units {
  border-color: transparent;
  height: 29px;
}

/* line 51, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .expiration &gt; div #expiration_date, #new-promo .expiration &gt; div #expiration_date, #edit-promo .expiration &gt; div #expiration_date {
  padding: 4px 7px;
}

/* line 54, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .expiration &gt; div #no-expiration-message, #new-promo .expiration &gt; div #no-expiration-message, #edit-promo .expiration &gt; div #no-expiration-message {
  margin: 8px auto 0px;
}

/* line 60, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #event_package_title, #event-package-form #event_package_about, #new-promo #event_package_title, #new-promo #event_package_about, #edit-promo #event_package_title, #edit-promo #event_package_about {
  width: 95%;
  width: calc(100% - 20px);
}

/* line 66, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .item-details button, #new-promo .item-details button, #edit-promo .item-details button {
  outline: 0;
}

/* line 69, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .item-details button:hover, #new-promo .item-details button:hover, #edit-promo .item-details button:hover {
  background: #eef1f4;
  border-color: #eef1f4;
}

/* line 75, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .table-container, #new-promo .table-container, #edit-promo .table-container {
  padding: 0;
  margin-top: 23px;
}

/* line 78, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .table-container #linked-events-table, #new-promo .table-container #linked-events-table, #edit-promo .table-container #linked-events-table {
  height: 17em;
  overflow-y: scroll;
  border: 1px solid #eee;
}

/* line 82, app/assets/stylesheets/event_packages.css.scss */
#event-package-form .table-container #linked-events-table .row, #new-promo .table-container #linked-events-table .row, #edit-promo .table-container #linked-events-table .row {
  height: 1.1em;
  padding: 0px;
  border: none;
}

/* line 91, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #build-activities-modal h6.form-label.bold-header, #new-promo #build-activities-modal h6.form-label.bold-header, #edit-promo #build-activities-modal h6.form-label.bold-header {
  font-weight: 600;
}

/* line 97, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section #event-search-section, #new-promo #individual-event-section #available-event-section #event-search-section, #edit-promo #individual-event-section #available-event-section #event-search-section {
  display: table-row;
  margin-bottom: 1.25em;
}

/* line 102, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section #event-search-section .row.search, #new-promo #individual-event-section #available-event-section #event-search-section .row.search, #edit-promo #individual-event-section #available-event-section #event-search-section .row.search {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 106, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section #event-search-section .row.search #activity-search, #new-promo #individual-event-section #available-event-section #event-search-section .row.search #activity-search, #edit-promo #individual-event-section #available-event-section #event-search-section .row.search #activity-search {
  width: 95%;
  width: calc(100% - 20px);
  padding-left: 1.75em;
  padding-right: 1em;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}

/* line 115, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section #event-search-section .search-toggles, #new-promo #individual-event-section #available-event-section #event-search-section .search-toggles, #edit-promo #individual-event-section #available-event-section #event-search-section .search-toggles {
  height: 120px;
  margin-top: 10px;
  overflow-y: scroll;
}

/* line 120, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section #event-search-section .tag, #new-promo #individual-event-section #available-event-section #event-search-section .tag, #edit-promo #individual-event-section #available-event-section #event-search-section .tag {
  margin-right: 1em;
  margin-bottom: 5px;
  position: relative;
}

/* line 125, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section #event-search-section .tag .checkbox-label, #new-promo #individual-event-section #available-event-section #event-search-section .tag .checkbox-label, #edit-promo #individual-event-section #available-event-section #event-search-section .tag .checkbox-label {
  margin-bottom: 0;
}

/* line 128, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section #event-search-section .tag .tag-label, #new-promo #individual-event-section #available-event-section #event-search-section .tag .tag-label, #edit-promo #individual-event-section #available-event-section #event-search-section .tag .tag-label {
  position: relative;
  top: -2px;
  font-size: .95em;
}

/* line 134, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section #event-search-section #tags-prompt, #new-promo #individual-event-section #available-event-section #event-search-section #tags-prompt, #edit-promo #individual-event-section #available-event-section #event-search-section #tags-prompt {
  margin-bottom: 0px;
  font-weight: 600;
}

/* line 138, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section #event-search-section .auto-add, #new-promo #individual-event-section #available-event-section #event-search-section .auto-add, #edit-promo #individual-event-section #available-event-section #event-search-section .auto-add {
  margin-bottom: 0px;
  text-transform: none;
  font-size: .9em;
  font-weight: 500;
}

/* line 144, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section #event-search-section #event_package_auto_add, #new-promo #individual-event-section #available-event-section #event-search-section #event_package_auto_add, #edit-promo #individual-event-section #available-event-section #event-search-section #event_package_auto_add {
  margin: 0 10px 10px;
}

/* line 147, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section #event-search-section #auto_add_selected, #new-promo #individual-event-section #available-event-section #event-search-section #auto_add_selected, #edit-promo #individual-event-section #available-event-section #event-search-section #auto_add_selected {
  margin: 5px 5px 5px 0;
}

/* line 150, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section #event-search-section #auto-add-help, #new-promo #individual-event-section #available-event-section #event-search-section #auto-add-help, #edit-promo #individual-event-section #available-event-section #event-search-section #auto-add-help {
  color: #aaa;
}

/* line 154, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section .activity-selection, #new-promo #individual-event-section #available-event-section .activity-selection, #edit-promo #individual-event-section #available-event-section .activity-selection {
  padding-right: 20px;
  height: 280px;
  margin-bottom: 20px;
  border-color: #e4e7ea;
}

/* line 159, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section .activity-selection #no-available-activities, #new-promo #individual-event-section #available-event-section .activity-selection #no-available-activities, #edit-promo #individual-event-section #available-event-section .activity-selection #no-available-activities {
  vertical-align: middle;
  line-height: 280px;
}

/* line 163, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #available-event-section .activity-selection .no-activities, #new-promo #individual-event-section #available-event-section .activity-selection .no-activities, #edit-promo #individual-event-section #available-event-section .activity-selection .no-activities {
  width: 100%;
  margin: 0;
  border: 1px solid #eee;
  text-align: center;
}

/* line 172, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #saved-event-section .activity-selection, #new-promo #individual-event-section #saved-event-section .activity-selection, #edit-promo #individual-event-section #saved-event-section .activity-selection {
  padding-right: 1em;
  height: 475px;
}

/* line 175, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #saved-event-section .activity-selection #no-selected-activities, #new-promo #individual-event-section #saved-event-section .activity-selection #no-selected-activities, #edit-promo #individual-event-section #saved-event-section .activity-selection #no-selected-activities {
  vertical-align: middle;
  line-height: 471px;
}

/* line 179, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section #saved-event-section .activity-selection .no-activities, #new-promo #individual-event-section #saved-event-section .activity-selection .no-activities, #edit-promo #individual-event-section #saved-event-section .activity-selection .no-activities {
  width: 100%;
  margin: 0;
  border: 1px solid #eee;
  text-align: center;
}

/* line 187, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section select, #new-promo #individual-event-section select, #edit-promo #individual-event-section select {
  width: 100%;
  height: 100%;
  border-radius: 3px 3px 0 0;
}

/* line 191, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section select option, #new-promo #individual-event-section select option, #edit-promo #individual-event-section select option {
  padding: 1px 3px;
}

/* line 195, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section .move-buttons.btn-group, #new-promo #individual-event-section .move-buttons.btn-group, #edit-promo #individual-event-section .move-buttons.btn-group {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  border: 1px solid #eee;
  border-top: 0;
  border-radius: 0px 0px 7px 7px;
}

/* line 204, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section .move-buttons.btn-group .btn, #new-promo #individual-event-section .move-buttons.btn-group .btn, #edit-promo #individual-event-section .move-buttons.btn-group .btn {
  width: 50%;
  border-top: none;
  font-size: .9em;
  font-weight: 600;
  box-shadow: none;
  text-shadow: none;
}

/* line 212, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section .move-buttons.btn-group .btn.left-select, #new-promo #individual-event-section .move-buttons.btn-group .btn.left-select, #edit-promo #individual-event-section .move-buttons.btn-group .btn.left-select {
  border-radius: 0px 0px 0px 7px;
}

/* line 215, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section .move-buttons.btn-group .btn.right-select, #new-promo #individual-event-section .move-buttons.btn-group .btn.right-select, #edit-promo #individual-event-section .move-buttons.btn-group .btn.right-select {
  border-radius: 0px 0px 7px 0px;
}

/* line 219, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section .move-buttons.btn-group #add, #event-package-form #individual-event-section .move-buttons.btn-group #remove, #new-promo #individual-event-section .move-buttons.btn-group #add, #new-promo #individual-event-section .move-buttons.btn-group #remove, #edit-promo #individual-event-section .move-buttons.btn-group #add, #edit-promo #individual-event-section .move-buttons.btn-group #remove {
  color: #EB0450;
}

/* line 222, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section .move-buttons.btn-group #add, #new-promo #individual-event-section .move-buttons.btn-group #add, #edit-promo #individual-event-section .move-buttons.btn-group #add {
  border-left: 1px solid #ddd;
}

/* line 225, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #individual-event-section .move-buttons.btn-group #remove, #new-promo #individual-event-section .move-buttons.btn-group #remove, #edit-promo #individual-event-section .move-buttons.btn-group #remove {
  border-right: 1px solid #ddd;
  z-index: 1;
}

/* line 231, app/assets/stylesheets/event_packages.css.scss */
#event-package-form #event-package-assigned-fields-header-row, #new-promo #event-package-assigned-fields-header-row, #edit-promo #event-package-assigned-fields-header-row {
  height: 25px;
  border-bottom: 1px solid #eee;
}

/* line 238, app/assets/stylesheets/event_packages.css.scss */
#event-package-activities .modal-dialog {
  width: 80%;
}

/* line 240, app/assets/stylesheets/event_packages.css.scss */
#event-package-activities .modal-dialog .modal-body {
  padding-bottom: 50px;
}

/* line 241, app/assets/stylesheets/event_packages.css.scss */
#event-package-activities .modal-dialog .modal-body #eligible-events-table {
  overflow-y: scroll;
  border: 1px solid #eee;
}

/* line 244, app/assets/stylesheets/event_packages.css.scss */
#event-package-activities .modal-dialog .modal-body #eligible-events-table .row {
  height: 2em;
}

/* line 254, app/assets/stylesheets/event_packages.css.scss */
.item-detail.event-package .event-package-price {
  text-align: center;
  padding-top: 23px;
}

/* line 257, app/assets/stylesheets/event_packages.css.scss */
.item-detail.event-package .event-package-price .price {
  font-size: 1.5em;
  margin-bottom: 7px;
}

/* line 262, app/assets/stylesheets/event_packages.css.scss */
.item-detail.event-package .activity-detail {
  width: 100%;
  margin-top: 2.5%;
  padding: 20px;
}

/* line 267, app/assets/stylesheets/event_packages.css.scss */
.item-detail.event-package .activity-detail .eligible-activities-header {
  padding-bottom: 10px;
  margin: 10px auto;
  border-bottom: 1px solid #eef1f4;
}

/* line 276, app/assets/stylesheets/event_packages.css.scss */
.package-credit.row .unspendable, .product.row .unspendable {
  font-size: 18px;
  line-height: 14px;
  cursor: pointer;
}

/* line 281, app/assets/stylesheets/event_packages.css.scss */
.package-credit.row a.purchase-link, .product.row a.purchase-link {
  color: #aaa;
}

/* line 284, app/assets/stylesheets/event_packages.css.scss */
.package-credit.row .create-new-redemption, .product.row .create-new-redemption {
  cursor: pointer;
  font-size: 18px;
  padding-left: 3px;
  line-height: 16px;
}

/* line 289, app/assets/stylesheets/event_packages.css.scss */
.package-credit.row .create-new-redemption:hover, .product.row .create-new-redemption:hover {
  color: #EB0450;
}

/* line 292, app/assets/stylesheets/event_packages.css.scss */
.package-credit.row .create-new-redemption.fa, .product.row .create-new-redemption.fa {
  font-size: 14px;
}
/* line 5, app/assets/stylesheets/events.scss */
.extended-care-callout, .drop-in-callout, .series-callout, .callout {
  padding: 3px 11px;
  margin: 4px 11px 0 0;
  cursor: pointer;
  border-radius: 4px;
  font-size: 0.9em;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  min-width: 0;
  width: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.14);
}

/* line 19, app/assets/stylesheets/events.scss */
i.callout-icon {
  color: #FF5722;
  display: inline-block;
  height: 16px;
  line-height: 14px;
  font-size: 16px;
  width: auto;
  min-width: 0;
  padding-right: 3px;
}

/* line 30, app/assets/stylesheets/events.scss */
.extended-care-callout {
  text-shadow: none;
  color: #6363FC;
  background: #E8EBFB;
}

/* line 34, app/assets/stylesheets/events.scss */
.extended-care-callout i.callout-icon {
  color: #6363FC;
}

/* line 38, app/assets/stylesheets/events.scss */
.drop-in-callout, .series-callout {
  text-shadow: none;
  color: #6363FC;
  background: #E8EBFB;
}

/* line 42, app/assets/stylesheets/events.scss */
.drop-in-callout i.callout-icon, .series-callout i.callout-icon {
  color: #6363FC;
}

/* line 46, app/assets/stylesheets/events.scss */
.discount-callout {
  margin: -3px 7px;
  cursor: default;
  color: #6363FC;
  text-shadow: none;
}

/* line 51, app/assets/stylesheets/events.scss */
.discount-callout.justified {
  margin-left: 0px;
  padding-left: 0px;
}

/* line 57, app/assets/stylesheets/events.scss */
.search-field-container {
  position: relative;
  display: inline-block;
  width: 60%;
  width: calc(66% - 100px);
  height: 38px;
  top: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 17px rgba(0, 0, 0, 0.1);
  border: 0;
}

/* line 68, app/assets/stylesheets/events.scss */
.search-field-container .search-container {
  position: absolute;
  width: 40%;
}

/* line 72, app/assets/stylesheets/events.scss */
.search-field-container .search-container #search-field {
  height: 38px;
  line-height: 38px;
  padding: 0 11px;
  border: 0;
  border-radius: 6px 0 0 6px;
  position: absolute;
}

/* line 80, app/assets/stylesheets/events.scss */
.search-field-container .search-container #search-field:hover {
  background: #fff;
}

/* line 83, app/assets/stylesheets/events.scss */
.search-field-container .search-container #search-field-icon {
  position: absolute;
  font-size: 18px;
  font-weight: 800;
  height: 16px;
  color: #EB0450;
  top: 0;
  bottom: 0;
  width: auto;
  pointer-events: none;
  z-index: 4;
  left: 5px;
  margin: auto;
}

/* line 98, app/assets/stylesheets/events.scss */
.search-field-container .location-container {
  position: absolute;
  left: 60%;
  width: 40%;
}

/* line 103, app/assets/stylesheets/events.scss */
.search-field-container .location-container #location-icon {
  position: absolute;
  font-size: 18px;
  height: 18px;
  color: #EB0450;
  top: 0;
  bottom: 0;
  width: auto;
  pointer-events: none;
  z-index: 4;
  left: 4px;
  margin: auto;
}

/* line 117, app/assets/stylesheets/events.scss */
.search-field-container .location-container #location-search {
  position: absolute;
  height: 38px;
  line-height: 38px;
  border: 0;
  border-left: 1px solid #eee;
  border-radius: 0 6px 6px 0;
  padding-right: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 129, app/assets/stylesheets/events.scss */
.search-field-container .location-container #location-search:hover, .search-field-container .location-container #location-search:focus, .search-field-container .location-container #location-search:active {
  background: #fff;
}

/* line 132, app/assets/stylesheets/events.scss */
.search-field-container .location-container #current-location {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  height: 38px;
  width: 42px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #1E88E5;
  cursor: pointer;
}

/* line 145, app/assets/stylesheets/events.scss */
.search-field-container .location-container #current-location:hover {
  color: #1976D2;
}

/* line 150, app/assets/stylesheets/events.scss */
.search-field-container #clear-search {
  position: absolute;
  right: 44px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  font-size: 16px;
  line-height: 14px;
  cursor: pointer;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  color: #c1c5cb;
}

/* line 168, app/assets/stylesheets/events.scss */
.search-field-container #explicit-search {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0px;
  border-radius: 0 6px 6px 0;
  border: 0;
  padding: 0 10px 0 11px;
  line-height: 38px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background: rgba(235, 4, 80, 0.95);
  margin: 0;
  z-index: 3;
}

/* line 185, app/assets/stylesheets/events.scss */
.search-field-container #explicit-search #search-icon {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  transition: none;
  font-weight: 800;
}

/* line 193, app/assets/stylesheets/events.scss */
.search-field-container #explicit-search:hover {
  background: #eb0450;
  color: #fff;
}

/* line 197, app/assets/stylesheets/events.scss */
.search-field-container #explicit-search:hover #search-icon {
  color: #fff;
}

/* line 204, app/assets/stylesheets/events.scss */
.search-field-container:not(.connect) #clear-search {
  display: none;
}

/* line 211, app/assets/stylesheets/events.scss */
.mobile-category-selection .selectize-dropdown .selectize-dropdown-content .option {
  padding: 0 7px 21px;
}

/* line 214, app/assets/stylesheets/events.scss */
.mobile-category-selection .selectize-dropdown .selectize-dropdown-content .option:first-child {
  padding-top: 21px;
}

/* line 217, app/assets/stylesheets/events.scss */
.mobile-category-selection .selectize-dropdown .selectize-dropdown-content .option.active {
  color: inherit;
  background: transparent;
}

/* line 221, app/assets/stylesheets/events.scss */
.mobile-category-selection .selectize-dropdown .selectize-dropdown-content .option:hover {
  color: #000;
  background: transparent;
  text-decoration: underline;
}

/* line 226, app/assets/stylesheets/events.scss */
.mobile-category-selection .selectize-dropdown .selectize-dropdown-content .option.selected {
  color: #EB0450;
  background: transparent;
}

/* line 234, app/assets/stylesheets/events.scss */
#event-category-picker {
  position: absolute;
  width: 20%;
  left: 38%;
  height: 38px;
  line-height: 38px;
  border-left: 1px solid #eee;
}

/* line 242, app/assets/stylesheets/events.scss */
#event-category-picker select {
  margin-left: 1em;
}

/* line 245, app/assets/stylesheets/events.scss */
#event-category-picker .selectize-control {
  float: left;
  height: 100%;
  width: 100%;
}

/* line 250, app/assets/stylesheets/events.scss */
#event-category-picker .selectize-control .selectize-input {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  margin: auto;
  padding: 0 30px 0 10px;
  background: transparent;
  color: #444;
  border-radius: 5px;
  font-size: .95rem;
  border: 0;
  transition: all .15s ease-in-out !important;
  width: 100%;
}

/* line 264, app/assets/stylesheets/events.scss */
#event-category-picker .selectize-control .selectize-input input[type="text"] {
  display: none !important;
}

/* line 268, app/assets/stylesheets/events.scss */
#event-category-picker .selectize-control .selectize-input:after {
  border-color: transparent;
  right: 7px;
  top: -1px;
  bottom: 0;
  font: normal normal normal 10px/1 FontAwesome;
  content: "\f078";
  font-weight: 600;
  color: #444;
  border: 0;
  line-height: 10px;
  height: 10px;
  width: 10px;
}

/* line 282, app/assets/stylesheets/events.scss */
#event-category-picker .selectize-control .selectize-input.dropdown-active:after {
  transform: rotate(180deg);
  top: 3px;
}

/* line 287, app/assets/stylesheets/events.scss */
#event-category-picker .selectize-dropdown {
  border-radius: 0 0 4px 4px;
  border: 0;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.05), 1px 7px 23px rgba(0, 0, 0, 0.07);
  top: 40px !important;
  font-size: .95rem;
  min-width: 140px;
  width: 100% !important;
}

/* line 297, app/assets/stylesheets/events.scss */
#event-category-picker .selectize-dropdown .selectize-dropdown-content .option {
  padding: 8px 16px;
}

/* line 300, app/assets/stylesheets/events.scss */
#event-category-picker .selectize-dropdown .selectize-dropdown-content .option.active {
  color: inherit;
}

/* line 303, app/assets/stylesheets/events.scss */
#event-category-picker .selectize-dropdown .selectize-dropdown-content .option:hover {
  color: #EB0450;
}

/* line 306, app/assets/stylesheets/events.scss */
#event-category-picker .selectize-dropdown .selectize-dropdown-content .option.selected {
  color: #EB0450;
}

/* line 311, app/assets/stylesheets/events.scss */
#event-category-picker .selectize-input.dropdown-active::before {
  background: transparent;
  display: none;
}

/* line 317, app/assets/stylesheets/events.scss */
.public.events {
  padding: 0;
  position: relative;
  min-height: calc(100vh - 80px);
}

/* line 322, app/assets/stylesheets/events.scss */
.public.events #events-table-container {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  width: 60%;
}

/* line 329, app/assets/stylesheets/events.scss */
.public.events #events-table-container #event-filters-container {
  position: fixed;
  width: 60%;
  z-index: 1;
  background: #fff;
  padding: 10px 15px;
  display: inline-block;
}

/* line 337, app/assets/stylesheets/events.scss */
.public.events #events-table-container #event-filters-container ::-webkit-input-placeholder {
  color: #000;
}

/* line 340, app/assets/stylesheets/events.scss */
.public.events #events-table-container #event-filters-container ::-moz-placeholder {
  color: #000;
}

/* line 343, app/assets/stylesheets/events.scss */
.public.events #events-table-container #event-filters-container ::-ms-placeholder {
  color: #000;
}

/* line 346, app/assets/stylesheets/events.scss */
.public.events #events-table-container #event-filters-container ::placeholder {
  color: #000;
}

/* line 349, app/assets/stylesheets/events.scss */
.public.events #events-table-container #event-filters-container :-ms-input-placeholder {
  color: #000;
}

/* line 352, app/assets/stylesheets/events.scss */
.public.events #events-table-container #event-filters-container :-moz-placeholder {
  color: #000;
}

/* line 356, app/assets/stylesheets/events.scss */
.public.events #events-table-container #event-filters-container .ages-picker, .public.events #events-table-container #event-filters-container .dates-picker, .public.events #events-table-container #event-filters-container .duration-picker, .public.events #events-table-container #event-filters-container .weekday-picker, .public.events #events-table-container #event-filters-container .provider-picker, .public.events #events-table-container #event-filters-container .category-picker {
  width: auto;
  padding: 0 15px;
  margin-right: 5px;
  border-radius: 20px;
  border: 1px solid #eee;
  background: #eee;
  float: left;
  font-size: .95em;
  cursor: pointer;
}

/* line 367, app/assets/stylesheets/events.scss */
.public.events #events-table-container #event-filters-container .ages-picker .selectize-input, .public.events #events-table-container #event-filters-container .dates-picker .selectize-input, .public.events #events-table-container #event-filters-container .duration-picker .selectize-input, .public.events #events-table-container #event-filters-container .weekday-picker .selectize-input, .public.events #events-table-container #event-filters-container .provider-picker .selectize-input, .public.events #events-table-container #event-filters-container .category-picker .selectize-input {
  border: 0;
}

/* line 371, app/assets/stylesheets/events.scss */
.public.events #events-table-container #event-filters-container .dates-picker {
  padding: 0;
}

/* line 374, app/assets/stylesheets/events.scss */
.public.events #events-table-container #event-filters-container .duration-picker, .public.events #events-table-container #event-filters-container .weekday-picker {
  height: 38px;
}

/* line 377, app/assets/stylesheets/events.scss */
.public.events #events-table-container #event-filters-container .ages-picker.active, .public.events #events-table-container #event-filters-container .dates-picker.active, .public.events #events-table-container #event-filters-container .weekday-picker.active, .public.events #events-table-container #event-filters-container .category-picker.active {
  background: #EB0450;
  border-color: #EB0450;
  color: #fff;
  font-weight: 600;
}

/* line 385, app/assets/stylesheets/events.scss */
.public.events #events-table-container #event-count {
  display: inline-block;
  line-height: 38px;
  vertical-align: middle;
  margin-left: 1em;
}

/* line 392, app/assets/stylesheets/events.scss */
.public.events #events-table-container #clear-filters {
  cursor: pointer;
  float: right;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  font-size: .9em;
  font-weight: 600;
  color: #abb1b8;
  line-height: 38px;
  vertical-align: middle;
}

/* line 406, app/assets/stylesheets/events.scss */
.public.events #events-table-container #clear-filters i {
  font-size: 16px;
  line-height: 15px;
  margin-right: 4px;
  color: #c9cfd6;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 419, app/assets/stylesheets/events.scss */
.public.events #events-table-container #clear-filters:hover, .public.events #events-table-container #clear-search:hover {
  color: #cc0000;
  text-decoration: underline;
}

/* line 422, app/assets/stylesheets/events.scss */
.public.events #events-table-container #clear-filters:hover i, .public.events #events-table-container #clear-search:hover i {
  color: #cc0000;
}

/* line 428, app/assets/stylesheets/events.scss */
.public.events #events-search-container {
  position: fixed;
  bottom: 0;
  left: 60%;
  right: 0;
  width: 40%;
  margin: 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
  padding: 0;
  border-left: 1px solid #e4e7ea;
  height: 80%;
  height: calc(100vh - 80px);
  min-height: 0;
  overflow: scroll;
  display: table;
  font-size: .95em;
  z-index: 2;
}

/* line 448, app/assets/stylesheets/events.scss */
.public.events #search-icon, .public.events #location-icon {
  position: absolute;
  left: 6px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  margin: auto;
  top: 0;
  bottom: 0;
  color: #a7abae;
  z-index: 2;
  user-select: none;
  pointer-events: none;
}

/* line 463, app/assets/stylesheets/events.scss */
.public.events #ages-icon, .public.events #dates-icon, .public.events #duration-icon, .public.events #weekday-icon, .public.events #provider-icon, .public.events #category-icon {
  position: absolute;
  left: 10px;
  height: 18px;
  width: 18px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 2;
  user-select: none;
  pointer-events: none;
}

/* line 476, app/assets/stylesheets/events.scss */
.public.events #provider-icon {
  top: 2px;
  left: 11px;
}

/* line 481, app/assets/stylesheets/events.scss */
.public.events #refocus-location {
  color: #1E88E5;
  font-size: 16px;
  padding: 5px;
  height: auto;
  width: auto;
  cursor: pointer;
  margin-top: 2px;
}

/* line 491, app/assets/stylesheets/events.scss */
.public.events #refocus-location:hover {
  color: #1976D2;
}

/* line 495, app/assets/stylesheets/events.scss */
.public.events #distance-sort-container.custom-checkbox-container {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  width: auto;
  margin: auto;
  right: 8px;
  top: 102%;
  top: calc(100% + 8px);
  z-index: 10;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  padding: 3px 7px;
  background: #fff;
  border-radius: 4px;
}

/* line 510, app/assets/stylesheets/events.scss */
.public.events #distance-sort-container.custom-checkbox-container #sort_by_distance {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: visible;
  cursor: pointer;
}

/* line 525, app/assets/stylesheets/events.scss */
.public.events .duration-picker:hover #duration-icon:not(.active) {
  color: #7f8386;
}

/* line 530, app/assets/stylesheets/events.scss */
.public.events .ages-picker:hover #ages-icon:not(.active) {
  color: #7f8386;
}

/* line 535, app/assets/stylesheets/events.scss */
.public.events .dates-picker:hover #dates-icon:not(.active) {
  color: #7f8386;
}

/* line 540, app/assets/stylesheets/events.scss */
.public.events .weekday-picker:hover #weekday-icon:not(.active), .public.events .weekday-picker:hover #provider-icon:not(.active), .public.events .weekday-picker:hover #category-icon:not(.active), .public.events .provider-picker:hover #weekday-icon:not(.active), .public.events .provider-picker:hover #provider-icon:not(.active), .public.events .provider-picker:hover #category-icon:not(.active), .public.events .category-picker:hover #weekday-icon:not(.active), .public.events .category-picker:hover #provider-icon:not(.active), .public.events .category-picker:hover #category-icon:not(.active) {
  color: #7f8386;
}

/* line 545, app/assets/stylesheets/events.scss */
.public.events #ui-events-container {
  display: inline-block;
  position: absolute;
  width: auto;
  margin: auto;
  left: 8px;
  top: 102%;
  top: calc(100% + 8px);
  z-index: 10;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
  background: #fff;
  border-radius: 4px;
}

/* line 558, app/assets/stylesheets/events.scss */
.public.events #ui-events-container #perform-search-checkbox {
  padding: 8px 6px;
  display: inline-block;
}

/* line 562, app/assets/stylesheets/events.scss */
.public.events #ui-events-container .checkbox-label {
  margin-bottom: 0;
  background: transparent;
  border: 1px solid #cbcfd3;
}

/* line 567, app/assets/stylesheets/events.scss */
.public.events #ui-events-container .custom-checkbox:hover:not(:checked) ~ .checkbox-label:before {
  background: transparent;
  border-width: 2px;
}

/* line 571, app/assets/stylesheets/events.scss */
.public.events #ui-events-container .checkbox-label:before {
  top: 3px;
  left: 2px;
}

/* line 575, app/assets/stylesheets/events.scss */
.public.events #ui-events-container .custom-checkbox:checked ~ .checkbox-label {
  background: #1E88E5;
  border-color: #1e88e5;
}

/* line 579, app/assets/stylesheets/events.scss */
.public.events #ui-events-container .filter-button-label {
  font-size: .95em;
  line-height: 18px;
  vertical-align: top;
}

/* line 584, app/assets/stylesheets/events.scss */
.public.events #ui-events-container #perform-search-manual {
  font-size: 1em;
  background: #444444;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11);
  border: 0;
  padding: 6px 18px;
}

/* line 595, app/assets/stylesheets/events.scss */
.public.events #ui-events-container #perform-search-manual:hover {
  text-decoration: underline;
}

/* line 600, app/assets/stylesheets/events.scss */
.public.events .btns {
  height: 40px;
}

/* line 603, app/assets/stylesheets/events.scss */
.public.events .btns #submit-search {
  float: left;
  width: 50%;
  border-radius: 0 0 0 7px;
  text-transform: uppercase;
}

/* line 611, app/assets/stylesheets/events.scss */
.public.events .ages-picker, .public.events .duration-picker {
  width: 50%;
  float: left;
}

/* line 615, app/assets/stylesheets/events.scss */
.public.events .ages-picker .selectize-control, .public.events .duration-picker .selectize-control {
  flex-grow: 1;
  flex-basis: 0;
}

/* line 619, app/assets/stylesheets/events.scss */
.public.events .ages-picker .selectize-input, .public.events .duration-picker .selectize-input {
  background: transparent;
  border-color: transparent;
  border-top: 0;
  border-bottom: 1px solid #eef1f4;
  border-right: 1px solid #eef1f4;
  border-left: 0;
  padding: 8px 10px 9px 33px;
  border-radius: 0;
  cursor: pointer;
  z-index: 2;
  vertical-align: top;
}

/* line 632, app/assets/stylesheets/events.scss */
.public.events .ages-picker .selectize-input input[type="text"], .public.events .duration-picker .selectize-input input[type="text"] {
  min-height: 20px !important;
}

/* line 636, app/assets/stylesheets/events.scss */
.public.events .ages-picker .selectize-input.has-items, .public.events .duration-picker .selectize-input.has-items {
  padding: 6px 10px 7px 29px;
}

/* line 639, app/assets/stylesheets/events.scss */
.public.events .ages-picker .selectize-input.has-items:hover, .public.events .duration-picker .selectize-input.has-items:hover {
  background: transparent;
}

/* line 644, app/assets/stylesheets/events.scss */
.public.events .ages-picker {
  min-height: 38px;
  position: relative;
}

/* line 647, app/assets/stylesheets/events.scss */
.public.events .ages-picker .selectize-input {
  padding-top: 9px;
  padding-bottom: 8px;
}

/* line 653, app/assets/stylesheets/events.scss */
.public.events .duration-picker {
  position: relative;
}

/* line 655, app/assets/stylesheets/events.scss */
.public.events .duration-picker .selectize-input {
  padding: 9px 10px 9px 30px;
}

/* line 658, app/assets/stylesheets/events.scss */
.public.events .duration-picker .selectize-input.has-items {
  padding: 9px 10px 6px 29px;
}

/* line 663, app/assets/stylesheets/events.scss */
.public.events .dates-picker {
  width: 50%;
  float: left;
  position: relative;
}

/* line 669, app/assets/stylesheets/events.scss */
.public.events #date-field-selector {
  width: 80px;
  text-align: center;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
  outline: 0;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 0 0 0;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  position: relative;
  float: left;
  z-index: 2;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 693, app/assets/stylesheets/events.scss */
.public.events #date-field.active #date-field-selector {
  color: #fff;
  background: #EB0450;
  font-weight: 600;
}

/* line 699, app/assets/stylesheets/events.scss */
.public.events #search-icon.active, .public.events #location-icon.active, .public.events #ages-icon.active, .public.events #dates-icon.active, .public.events #duration-icon.active, .public.events #weekday-icon.active, .public.events #provider-icon.active, .public.events #category-icon.active {
  color: #EB0450;
}

/* line 703, app/assets/stylesheets/events.scss */
.public.events .duration-picker, .public.events .provider-picker {
  float: left;
  width: 50%;
  min-height: 38px;
  vertical-align: middle;
  border: 0;
  border: 1px solid #eef1f4;
  border-left: 0;
  border-top: 0;
  cursor: pointer;
  font-weight: 400;
  position: relative;
}

/* line 716, app/assets/stylesheets/events.scss */
.public.events .duration-picker .selectize-input, .public.events .duration-picker .selectize-input:hover, .public.events .provider-picker .selectize-input, .public.events .provider-picker .selectize-input:hover {
  border-color: transparent;
  height: 38px;
  background: transparent;
}

/* line 721, app/assets/stylesheets/events.scss */
.public.events .duration-picker .selectize-control.single .selectize-input.dropdown-active:after, .public.events .duration-picker .selectize-control.single .selectize-input:after, .public.events .provider-picker .selectize-control.single .selectize-input.dropdown-active:after, .public.events .provider-picker .selectize-control.single .selectize-input:after {
  border-color: transparent transparent transparent transparent;
}

/* line 724, app/assets/stylesheets/events.scss */
.public.events .duration-picker .selectize-input, .public.events .provider-picker .selectize-input {
  border-radius: 0;
  border-top: 0;
  padding: 8px 0 5px 10px;
  font-size: 1em;
}

/* line 731, app/assets/stylesheets/events.scss */
.public.events .duration-picker #clear-weekday, .public.events .duration-picker #clear-duration, .public.events .provider-picker #clear-weekday, .public.events .provider-picker #clear-duration {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  color: #d0d3de;
  cursor: pointer;
  z-index: 7;
}

/* line 742, app/assets/stylesheets/events.scss */
.public.events .duration-picker #clear-weekday:hover, .public.events .duration-picker #clear-duration:hover, .public.events .provider-picker #clear-weekday:hover, .public.events .provider-picker #clear-duration:hover {
  color: #313131;
}

/* line 747, app/assets/stylesheets/events.scss */
.public.events .provider-picker {
  width: 100%;
  border-right: 1px solid transparent;
  height: 38px;
}

/* line 751, app/assets/stylesheets/events.scss */
.public.events .provider-picker .selectize-input {
  border-left: 0;
  border-right: 0;
}

/* line 755, app/assets/stylesheets/events.scss */
.public.events .provider-picker .selectize-input.has-items {
  background: transparent;
  padding-left: 3px;
  padding-top: 6px;
}

/* line 760, app/assets/stylesheets/events.scss */
.public.events .provider-picker .selectize-input.has-items:hover {
  background: transparent !important;
}

/* line 765, app/assets/stylesheets/events.scss */
.public.events .weekday-picker, .public.events .category-picker {
  float: left;
  width: 50%;
  min-height: 38px;
  vertical-align: middle;
  border: 0;
  border: 1px solid #eef1f4;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
  font-weight: 400;
  position: relative;
}

/* line 778, app/assets/stylesheets/events.scss */
.public.events .weekday-picker *, .public.events .category-picker * {
  cursor: pointer;
}

/* line 782, app/assets/stylesheets/events.scss */
.public.events .weekday-picker .selectize-control.single .selectize-input:after, .public.events .category-picker .selectize-control.single .selectize-input:after {
  left: 8px;
  border-color: #a7abae transparent transparent transparent;
}

/* line 786, app/assets/stylesheets/events.scss */
.public.events .weekday-picker .selectize-control.single .selectize-input.dropdown-active:after, .public.events .category-picker .selectize-control.single .selectize-input.dropdown-active:after {
  left: 8px;
  border-color: transparent transparent #a7abae transparent;
}

/* line 790, app/assets/stylesheets/events.scss */
.public.events .weekday-picker .selectize-input, .public.events .category-picker .selectize-input {
  padding: 9px 5px 5px 33px;
  border: 0;
}

/* line 794, app/assets/stylesheets/events.scss */
.public.events .weekday-picker .selectize-input.has-items, .public.events .category-picker .selectize-input.has-items {
  padding: 7px 0 3px 24px;
  font-size: .95em;
}

/* line 798, app/assets/stylesheets/events.scss */
.public.events .weekday-picker .selectize-dropdown, .public.events .category-picker .selectize-dropdown {
  max-height: 15em;
  max-height: 50vh;
  border-radius: 0 0 7px 7px;
  overflow: auto;
}

/* line 805, app/assets/stylesheets/events.scss */
.public.events .distance-container:hover {
  background: rgba(238, 241, 244, 0.25);
}

/* line 808, app/assets/stylesheets/events.scss */
.public.events .duration-picker {
  text-transform: capitalize;
  margin-right: -1px;
}

/* line 812, app/assets/stylesheets/events.scss */
.public.events .duration-picker .selectize-input {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding-left: 33px;
  padding-top: 9px;
}

/* line 821, app/assets/stylesheets/events.scss */
.public.events .map-container {
  height: 100%;
  display: table-row;
  border-radius: 0 0 7px 7px;
}

/* line 826, app/assets/stylesheets/events.scss */
.public.events .map-container #event-map {
  height: 100%;
}

/* line 830, app/assets/stylesheets/events.scss */
.public.events .map-container.minimized {
  height: 0;
}

/* line 834, app/assets/stylesheets/events.scss */
.public.events #events-search-container.abs-bottom {
  position: absolute;
  background: transparent;
}

/* line 839, app/assets/stylesheets/events.scss */
.public.events .filters {
  padding: 9px 9px 0 9px;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 846, app/assets/stylesheets/events.scss */
.public.events .filters .filter-item {
  margin: 0 14px 0px 0;
  padding: 0;
  border-radius: 7px;
  position: relative;
}

/* line 852, app/assets/stylesheets/events.scss */
.public.events .filters input[type="checkbox"] {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  visibility: visible;
}

/* line 866, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table {
  top: 70px;
  position: relative;
  padding: 0 15px;
}

/* line 870, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card {
  width: 100%;
  background: transparent;
  margin: 0 auto 15px;
  display: inline-block;
  min-height: 130px;
  cursor: pointer;
}

/* line 878, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0px;
  color: inherit;
  border-radius: 6px;
  border-bottom: 1px solid #eee;
}

/* line 888, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .cover-photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  width: 150px;
  height: 150px;
  margin: 0 10px 0 0;
  border-radius: 4px 0 0 4px;
  float: left;
  position: relative;
}

/* line 900, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .cover-photo #available-spot-string {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 1em;
  background: #eb0450;
  color: #fff;
  padding: 6px 0 7px;
  border-radius: 0 0 0 4px;
}

/* line 911, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .cover-photo #available-spot-string.sold-out {
  background: rgba(204, 0, 0, 0.95);
}

/* line 914, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .cover-photo #available-spot-string.waitlist {
  background: #6363FC;
}

/* line 917, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .cover-photo #available-spot-string.has-reservation {
  background: rgba(0, 177, 107, 0.95);
}

/* line 922, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .cover-photo.placeholder {
  background: #f1f4f9 url("https://d19tb5uaenw7es.cloudfront.net/crcm-gray-placeholder.jpg") no-repeat center;
  background-size: 160px;
}

/* line 927, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .text-container {
  padding: 15px;
  position: relative;
  min-height: 150px;
  height: 100%;
}

/* line 934, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .event-details {
  vertical-align: middle;
  margin-left: 150px;
  font-size: 0.95em;
}

/* line 939, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .event-details i.detail-icon {
  margin: 0;
  padding-right: 7px;
  min-width: 27px;
  max-width: 27px;
  display: table-cell;
}

/* line 946, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .event-details .text {
  display: block;
  width: 80%;
}

/* line 951, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .event-details .location {
  margin-top: 3px;
}

/* line 953, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .event-details .location .detail-icon {
  font-size: 20px;
}

/* line 956, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .event-details .location .location-info {
  vertical-align: middle;
}

/* line 959, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .event-details .location .location-name:hover {
  text-decoration: underline;
}

/* line 962, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .event-details .location .distance {
  margin-left: 7px;
  color: #FF5722;
}

/* line 969, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .event-title {
  padding-right: 90px;
  font-size: 1em;
  margin: 0 0 5px 150px;
}

/* line 974, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .event-title .title {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 5px;
  cursor: pointer;
}

/* line 980, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .event-title .provider-name {
  font-size: .9rem;
  cursor: pointer;
  color: #aaa;
}

/* line 985, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .event-title .title:hover, .public.events #events-table-container #events-table .event.card .inner-card .event-title .provider-name:hover {
  text-decoration: underline;
}

/* line 990, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .time-card {
  position: absolute;
  right: 5px;
  top: 20px;
  float: none;
  width: 100px;
  height: auto;
  padding: 0;
  display: inline-block;
  font-size: 1.3em;
}

/* line 1000, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .time-card .time-card-inner {
  display: inline-block;
}

/* line 1003, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .time-card .day-of-week {
  margin: 0;
}

/* line 1008, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card .inner-card .event-price {
  margin-top: 10px;
  text-align: center;
  font-size: 1rem;
}

/* line 1015, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card a.inner-card:hover {
  text-decoration: none;
}

/* line 1020, app/assets/stylesheets/events.scss */
.public.events #events-table-container #events-table .event.card:hover .inner-card {
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.1);
}

/* line 1027, app/assets/stylesheets/events.scss */
#events-container.online {
  width: 100%;
}

/* line 1030, app/assets/stylesheets/events.scss */
#events-container.online #events-table-container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

/* line 1037, app/assets/stylesheets/events.scss */
#events-container.online #events-table-container #event-filters-container {
  width: 90%;
  max-width: 900px;
}

/* line 1043, app/assets/stylesheets/events.scss */
#events-container.online .selectize-dropdown {
  border-top: unset;
}

/* line 1046, app/assets/stylesheets/events.scss */
#events-container.online #events-search-container {
  top: 0;
  width: 90%;
  max-width: 920px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  padding-top: 20px;
  border-radius: 0;
  border: 0;
}

/* line 1058, app/assets/stylesheets/events.scss */
#events-container.online #events-search-container.toggled {
  top: 80px;
}

/* line 1063, app/assets/stylesheets/events.scss */
.ages-picker-content, .weekday-picker-content, .duration-picker-content, .category-picker-content {
  padding: 10px 10px 20px;
}

/* line 1066, app/assets/stylesheets/events.scss */
.ages-picker-content .filter-button, .weekday-picker-content .filter-button, .duration-picker-content .filter-button, .category-picker-content .filter-button {
  border-radius: 20px;
  border: 1px solid #eee;
}

/* line 1071, app/assets/stylesheets/events.scss */
.ages-picker-content .popover-submit, .weekday-picker-content .popover-submit, .duration-picker-content .popover-submit, .category-picker-content .popover-submit {
  display: inline-block;
  margin-top: 10px;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  /* line 1080, app/assets/stylesheets/events.scss */
  #events-container #events-table-container {
    width: 100%;
    top: 0;
    left: 0px;
  }
  /* line 1084, app/assets/stylesheets/events.scss */
  #events-container #events-table-container #event-filters-container {
    width: 100%;
  }
  /* line 1088, app/assets/stylesheets/events.scss */
  #events-container #events-table-container .top-row .inner {
    padding: 10px 0 20px;
  }
  /* line 1093, app/assets/stylesheets/events.scss */
  #events-container #events-table-container #events-table {
    top: 100px;
  }
  /* line 1095, app/assets/stylesheets/events.scss */
  #events-container #events-table-container #events-table .time-card {
    width: 90px;
  }
  /* line 1099, app/assets/stylesheets/events.scss */
  #events-container #events-table-container #events-table .formatted-time .day-of-week {
    display: inline-block;
  }
  /* line 1107, app/assets/stylesheets/events.scss */
  #events-container.online #events-table-container {
    top: 10px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 1115, app/assets/stylesheets/events.scss */
  .callout {
    font-size: 1rem;
  }
  /* line 1120, app/assets/stylesheets/events.scss */
  .public.events .nav-tabs {
    top: 80px;
  }
  /* line 1122, app/assets/stylesheets/events.scss */
  .public.events .nav-tabs li, .public.events .nav-tabs li:last-child {
    border-bottom: 1px solid #eee;
  }
  /* line 1129, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card {
    min-height: 0;
    margin-bottom: 15px;
  }
  /* line 1133, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card .inner-card {
    padding: 0px;
    border-top: 0;
    border-radius: 4px;
  }
  /* line 1138, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card .inner-card .event-title {
    padding: 0;
    margin-left: 0;
  }
  /* line 1141, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card .inner-card .event-title .title {
    font-size: 1.4em;
  }
  /* line 1144, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card .inner-card .event-title .provider-name {
    font-size: 1.1rem;
    display: inline-block;
  }
  /* line 1149, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card .inner-card .cover-photo {
    height: 160px;
    width: 100%;
    border-radius: 4px;
    margin-top: 0;
    margin-left: 0;
  }
  /* line 1156, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card .inner-card .cover-photo #available-spot-string {
    margin: 0;
    border-radius: 0;
  }
  /* line 1161, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card .inner-card .time-card {
    display: none;
  }
  /* line 1164, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card .inner-card .event-price {
    display: none;
  }
  /* line 1167, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card .inner-card .event-details {
    margin: 0px;
    width: 100%;
    font-size: 1.1rem;
  }
  /* line 1172, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card .inner-card .event-details div .text {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  /* line 1177, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card .inner-card .event-details .mobile-event-price {
    width: auto;
    margin-left: 3px;
    vertical-align: middle;
  }
  /* line 1183, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card .inner-card .text-container {
    display: inline-block;
    width: 100%;
    min-height: 0;
    margin-top: 10px;
    padding: 10px;
  }
  /* line 1193, app/assets/stylesheets/events.scss */
  .public.events #events-table-container #events-table .event.card:hover .inner-card {
    background: #fff;
  }
}
/* line 7, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #add-extra {
  padding-top: 10px;
  clear: both;
  display: inline-block;
  width: 100%;
}

/* line 15, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row {
  position: relative;
  padding: 7px 0;
}

/* line 19, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row h6 {
  display: inline-block;
}

/* line 23, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row .series_only {
  margin-right: 5px;
  outline: 0;
  border: 0;
}

/* line 28, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row .series_only_label {
  font-size: .9em;
  vertical-align: top;
}

/* line 32, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row .number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: .8em;
  font-weight: 500;
}

/* line 39, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row .price-column {
  position: relative;
}

/* line 41, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row .price-column .dollar-symbol {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
}

/* line 53, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row .currency-symbol {
  left: 3px;
}

/* line 56, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row .extra_price {
  width: 96%;
  width: calc(100% - 3px);
  text-align: center;
  margin: 0 auto;
  padding: 8px 0 8px 8px;
}

/* line 64, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row .extra_max_count {
  width: 96%;
  text-align: center;
}

/* line 69, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row .extra_title {
  border: 1px solid #eee;
  border-radius: 7px;
  width: 96%;
  width: calc(100% - 3px);
}

/* line 76, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row .remove-extra {
  position: absolute;
  right: -7px;
  top: 0px;
  bottom: 0px;
  font-size: 18px;
  background: transparent;
  border-radius: 50%;
  color: #bbb;
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row .remove-extra:hover {
  color: #cc0000;
  opacity: 1;
}

/* line 93, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra.row:first-child {
  padding-top: 0;
}

/* line 99, app/assets/stylesheets/extras.css.scss */
.provider.panel .extras #extras-table .extra:first-child {
  margin-top: 0;
}

/* line 106, app/assets/stylesheets/extras.css.scss */
.selectize-control.extra-type .selectize-input {
  padding: 7px;
}

/* line 112, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .prompt {
  margin-top: -7px;
}

/* line 115, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .kid-container {
  clear: both;
  display: inline-block;
  width: 100%;
  margin: 0 auto 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #eee;
}

/* line 123, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .kid-container .kid-extra-select {
  cursor: pointer;
  font-weight: 500;
}

/* line 127, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .kid-container .kid-extra-select .kid-extra-subtotal {
  color: #EB0450;
  font-size: 1.15em;
}

/* line 133, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .kid-container .kid-extra-select:hover .kid-name {
  text-decoration: underline;
}

/* line 138, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .kid-container:first-child {
  margin-top: 11px;
}

/* line 141, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .kid-container.toggled:not(.disabled) {
  border: 0;
}

/* line 146, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .kid-container.disabled .kid-extra-select:hover .kid-name {
  text-decoration: none;
}

/* line 153, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .kid-container.disabled .kid-extra-select {
  color: #aaa;
  cursor: default;
}

/* line 157, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .kid-container.disabled .extra.row {
  display: none;
}

/* line 161, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .row.extra {
  line-height: 28px;
  vertical-align: middle;
  padding: 7px 0;
  margin: 0;
  clear: both;
  border-bottom: 1px solid #eee;
  display: inline-block;
  width: 100%;
}

/* line 172, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .extra-label {
  margin: 0;
  font-weight: normal;
  font-size: 1em;
  cursor: default;
  line-height: 28px;
  vertical-align: middle;
}

/* line 181, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .kid-selection {
  padding: 11px 0;
  clear: both;
}

/* line 185, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .kid-selection .form-label.text-right {
  font-size: .9em;
}

/* line 191, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .title .form-label {
  padding-bottom: 7px;
}

/* line 196, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .price {
  padding: 0;
}

/* line 200, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .subtotal {
  font-weight: 500;
}

/* line 204, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .extra-toggle {
  margin: 0;
  visibility: visible;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  top: 0;
  cursor: pointer;
}

/* line 215, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .extra-select {
  margin-right: 7px;
  color: #444 !important;
}

/* line 220, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .kids-to-sentence {
  margin-top: 0px;
  color: #aaa !important;
  cursor: default;
  padding-left: 5px;
}

/* line 236, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .checkmark {
  display: none;
}

/* line 239, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .subtotal {
  color: #aaa;
}

/* line 247, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .row.extra.short .checkmark, .modal-body.extras .row.extra.short .subtotal {
  line-height: 24px;
}

/* line 251, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .row.extra:last-child {
  border: 0;
}

/* line 253, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .row.extra:last-child .kid-selection {
  padding: 0;
}

/* line 258, app/assets/stylesheets/extras.css.scss */
.modal-body.extras .row.extra.selected .checkmark {
  display: block;
}
/* line 5, app/assets/stylesheets/fees.css.scss */
.fee-row {
  padding: 0 0 7px 0;
}

/* line 8, app/assets/stylesheets/fees.css.scss */
.fee-row .type-container {
  float: left;
  width: 120px;
  margin-right: 1em;
}

/* line 13, app/assets/stylesheets/fees.css.scss */
.fee-row .percent-container, .fee-row .price-container {
  float: left;
}

/* line 16, app/assets/stylesheets/fees.css.scss */
.fee-row .percent-container input.fee-price, .fee-row .percent-container input.fee-percent, .fee-row .price-container input.fee-price, .fee-row .price-container input.fee-percent {
  width: 70px;
}

/* line 19, app/assets/stylesheets/fees.css.scss */
.fee-row .percent-container input.fee-price, .fee-row .price-container input.fee-price {
  padding-right: 11px;
}

/* line 23, app/assets/stylesheets/fees.css.scss */
.fee-row .remove-fee {
  cursor: pointer;
  font-size: 18px;
  line-height: 34px;
  vertical-align: middle;
  color: #ccc;
  margin-left: 1em;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("https://d19tb5uaenw7es.cloudfront.net/fonts/proximanova-regular-webfont.woff2") format("woff2"), url("https://d19tb5uaenw7es.cloudfront.net/fonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("https://d19tb5uaenw7es.cloudfront.net/fonts/proximanova-bold-webfont.woff2") format("woff2"), url("https://d19tb5uaenw7es.cloudfront.net/fonts/proximanova-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("https://d19tb5uaenw7es.cloudfront.net/fonts/proximanova-thin-webfont.woff2") format("woff2"), url("https://d19tb5uaenw7es.cloudfront.net/fonts/proximanova-thin-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Oceanic Grotesk';
  src: url("https://d19tb5uaenw7es.cloudfront.net/fonts/OceanicGrotesk-Regular.woff2") format("woff2"), url("https://d19tb5uaenw7es.cloudfront.net/fonts/OceanicGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oceanic Grotesk';
  src: url("https://d19tb5uaenw7es.cloudfront.net/fonts/OceanicGrotesk-Medium.woff2") format("woff2"), url("https://d19tb5uaenw7es.cloudfront.net/fonts/OceanicGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Oceanic Grotesk';
  src: url("https://d19tb5uaenw7es.cloudfront.net/fonts/OceanicGrotesk-Medium.woff2") format("woff2"), url("https://d19tb5uaenw7es.cloudfront.net/fonts/OceanicGrotesk-Medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Oceanic Text Semibold';
  src: url("https://d19tb5uaenw7es.cloudfront.net/fonts/OceanicText-Book.woff2") format("woff2"), url("https://d19tb5uaenw7es.cloudfront.net/fonts/OceanicText-Book.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'NaN Druid Sans';
  src: url("https://d19tb5uaenw7es.cloudfront.net/fonts/nandruid-sans.woff2") format("woff2"), url("https://d19tb5uaenw7es.cloudfront.net/fonts/nandruid-sans.woff") format("woff");
  font-weight: 550;
  font-style: normal;
}

/* line 65, app/assets/stylesheets/fonts.css.scss.erb */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  color: #444;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
/* line 1, app/assets/stylesheets/form_fields.css.scss */
.number-type-bound {
  padding: 0px 10px;
}

/* line 5, app/assets/stylesheets/form_fields.css.scss */
#select-options {
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/form_fields.css.scss */
#select-options #add-form-field-option {
  cursor: pointer;
  margin-top: 7px;
  margin-left: 7px;
}

/* line 12, app/assets/stylesheets/form_fields.css.scss */
#select-options #add-form-field-option:hover {
  text-decoration: underline;
}

/* line 18, app/assets/stylesheets/form_fields.css.scss */
.form-field-option .bullet {
  font-size: 20px;
}

/* line 21, app/assets/stylesheets/form_fields.css.scss */
.form-field-option .remove-field-option {
  font-size: 18px;
  line-height: 18px;
  height: auto;
  width: auto;
  color: #bbb;
  vertical-align: top;
  padding: 8px 0px;
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/form_fields.css.scss */
#assigned-fields-header-row {
  border-bottom: 1px solid #eee;
}

/* line 38, app/assets/stylesheets/form_fields.css.scss */
.assigned-fields-table .remove-assigned-field {
  font-size: 18px;
  line-height: 18px;
  height: auto;
  width: auto;
  color: #bbb;
  vertical-align: top;
  padding: 8px 0px;
  cursor: pointer;
}

/* line 48, app/assets/stylesheets/form_fields.css.scss */
.assigned-fields-table .row.assigned-form-field {
  margin-bottom: 10px;
}

/* line 50, app/assets/stylesheets/form_fields.css.scss */
.assigned-fields-table .row.assigned-form-field &gt; div {
  padding-right: 10px;
}

/* line 53, app/assets/stylesheets/form_fields.css.scss */
.assigned-fields-table .row.assigned-form-field .checkbox-label {
  margin: 3px 0;
  float: none;
}

/* line 60, app/assets/stylesheets/form_fields.css.scss */
input.initial-box[type="text"] {
  border: 1px solid #eee;
  border-radius: 5px;
  width: 70px;
}

/* line 66, app/assets/stylesheets/form_fields.css.scss */
.additional-response-label {
  background: #f1f4f9;
  border-radius: 4px;
  padding: 7px;
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  margin: 15px auto 5px;
}

/* line 80, app/assets/stylesheets/form_fields.css.scss */
#reservation-panels .form-field-response.row .integer-response input, #purchase-panels .form-field-response.row .integer-response input {
  width: 80px;
  text-align: center;
}

/* line 84, app/assets/stylesheets/form_fields.css.scss */
#reservation-panels .form-field-response.row .text-response, #purchase-panels .form-field-response.row .text-response {
  width: 100%;
}

/* line 86, app/assets/stylesheets/form_fields.css.scss */
#reservation-panels .form-field-response.row .text-response input, #purchase-panels .form-field-response.row .text-response input {
  border: 1px solid #eee;
  border-radius: 5px;
}

/* line 91, app/assets/stylesheets/form_fields.css.scss */
#reservation-panels .form-field-response.row .single-select-response, #reservation-panels .form-field-response.row .multi-select-response, #purchase-panels .form-field-response.row .single-select-response, #purchase-panels .form-field-response.row .multi-select-response {
  width: 100%;
}

/* line 97, app/assets/stylesheets/form_fields.css.scss */
#reservation-panels #per-checkout-form-fields .form-field-response.row, #reservation-panels #per-attendee-form-fields .form-field-response.row, #reservation-panels #new-form-fields-per-attendee .form-field-response.row, #purchase-panels #per-checkout-form-fields .form-field-response.row, #purchase-panels #per-attendee-form-fields .form-field-response.row, #purchase-panels #new-form-fields-per-attendee .form-field-response.row {
  padding: 5px 0;
}

/* line 100, app/assets/stylesheets/form_fields.css.scss */
#reservation-panels #per-checkout-form-fields .form-field-response.row:first-child, #reservation-panels #per-attendee-form-fields .form-field-response.row:first-child, #reservation-panels #new-form-fields-per-attendee .form-field-response.row:first-child, #purchase-panels #per-checkout-form-fields .form-field-response.row:first-child, #purchase-panels #per-attendee-form-fields .form-field-response.row:first-child, #purchase-panels #new-form-fields-per-attendee .form-field-response.row:first-child {
  padding-top: 0;
}

/* line 103, app/assets/stylesheets/form_fields.css.scss */
#reservation-panels #per-checkout-form-fields .form-field-response.row:last-child, #reservation-panels #per-attendee-form-fields .form-field-response.row:last-child, #reservation-panels #new-form-fields-per-attendee .form-field-response.row:last-child, #purchase-panels #per-checkout-form-fields .form-field-response.row:last-child, #purchase-panels #per-attendee-form-fields .form-field-response.row:last-child, #purchase-panels #new-form-fields-per-attendee .form-field-response.row:last-child {
  padding-bottom: 0;
}

/* line 110, app/assets/stylesheets/form_fields.css.scss */
.question-responses-table .attendee-response-cell {
  border: 0;
  margin-top: 1em;
}

/* line 114, app/assets/stylesheets/form_fields.css.scss */
.question-responses-table .attendee-response-cell:first-child {
  margin-top: 0;
}

/* line 117, app/assets/stylesheets/form_fields.css.scss */
.question-responses-table .question.row {
  padding: 7px 0;
  border-bottom: 1px solid #eef1f4;
  background: rgba(242, 244, 249, 0.33);
}

/* line 122, app/assets/stylesheets/form_fields.css.scss */
.question-responses-table .question.row .custom-question-prompt {
  border: 0;
  padding: 6px;
  border-radius: 4px;
}

/* line 126, app/assets/stylesheets/form_fields.css.scss */
.question-responses-table .question.row .custom-question-prompt p:last-child {
  margin-bottom: 0;
}

/* line 130, app/assets/stylesheets/form_fields.css.scss */
.question-responses-table .question.row .reservation-question, .question-responses-table .question.row .purchase-question {
  padding: 6px;
  background: #fff;
  width: calc(100% - 14px);
  margin: 0 auto 7px;
  border-radius: 6px;
}

/* line 137, app/assets/stylesheets/form_fields.css.scss */
.question-responses-table .question.row .reservation-question .initial-box, .question-responses-table .question.row .purchase-question .initial-box {
  width: 70px;
}

/* line 142, app/assets/stylesheets/form_fields.css.scss */
.question-responses-table .edit-response {
  margin-top: 1em;
}
/* line 6, app/assets/stylesheets/gift_cards.scss */
#new-gift-card input#recipient, #new-gift-card input#recipient_first_name {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 7px;
}

/* line 11, app/assets/stylesheets/gift_cards.scss */
#new-gift-card input#subject {
  border: 1px solid #eee;
  border-radius: 7px;
  margin-bottom: 7px;
}

/* line 16, app/assets/stylesheets/gift_cards.scss */
#new-gift-card input#recipient:hover, #new-gift-card input#recipient_first_name:hover, #new-gift-card input#subject:hover {
  border-color: #0880ff;
  backgound: transparent;
}

/* line 20, app/assets/stylesheets/gift_cards.scss */
#new-gift-card .gift-card-amount.row {
  min-height: 58px;
}

/* line 23, app/assets/stylesheets/gift_cards.scss */
#new-gift-card #amount-picker:hover {
  background: transparent;
}

/* line 29, app/assets/stylesheets/gift_cards.scss */
#new-gift-card #gift-card-form .recipient-info .row:first-child {
  padding-top: 0;
}

/* line 32, app/assets/stylesheets/gift_cards.scss */
#new-gift-card #gift-card-form .recipient-info .row.no-border {
  border: 0;
  padding: 7px 0;
}

/* line 37, app/assets/stylesheets/gift_cards.scss */
#new-gift-card #gift-card-form .gift-card-message-container {
  padding-top: 7px;
  width: 100%;
}

/* line 42, app/assets/stylesheets/gift_cards.scss */
#new-gift-card #gift-card-form input.datepicker-input, #new-gift-card #gift-card-form input.timepicker-input, #new-gift-card #gift-card-form input.timepicker-force-round {
  color: #444;
  padding: 0px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 7px;
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/gift_cards.scss */
#new-gift-card #gift-card-form input.datepicker-input {
  width: 170px;
}

/* line 56, app/assets/stylesheets/gift_cards.scss */
#new-gift-card #gift-card-form input.timepicker-input, #new-gift-card #gift-card-form input.timepicker-force-round {
  max-width: 100px;
}

/* line 59, app/assets/stylesheets/gift_cards.scss */
#new-gift-card #gift-card-form input.datepicker-input, #new-gift-card #gift-card-form input.timepicker-input, #new-gift-card #gift-card-form input.timepicker-force-round {
  cursor: pointer;
  font-size: .95em;
}

/* line 66, app/assets/stylesheets/gift_cards.scss */
.gift-card-detail.panel {
  margin: 1% 1% 0;
  border: 0;
}

/* line 71, app/assets/stylesheets/gift_cards.scss */
.gift-card-detail.panel .pink-background, .gift-card.item-detail .pink-background {
  background: #EB0450;
  border-radius: 7px 7px 0 0;
}

/* line 75, app/assets/stylesheets/gift_cards.scss */
.gift-card-detail.panel .pink-background .vertical-helper, .gift-card.item-detail .pink-background .vertical-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 80, app/assets/stylesheets/gift_cards.scss */
.gift-card-detail.panel .pink-background img, .gift-card.item-detail .pink-background img {
  padding: 5% 0;
  max-width: 256px;
  display: inline-block;
  vertical-align: middle;
}

/* line 86, app/assets/stylesheets/gift_cards.scss */
.gift-card-detail.panel .pink-background .title-section, .gift-card.item-detail .pink-background .title-section {
  margin-top: -1%;
  padding-bottom: 2.5%;
}

/* line 92, app/assets/stylesheets/gift_cards.scss */
.gift-card-detail.panel .provider-background .vertical-helper, .gift-card.item-detail .provider-background .vertical-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 97, app/assets/stylesheets/gift_cards.scss */
.gift-card-detail.panel .provider-background img, .gift-card.item-detail .provider-background img {
  max-width: 540px;
  max-height: 270px;
}

/* line 101, app/assets/stylesheets/gift_cards.scss */
.gift-card-detail.panel .provider-background .title-section, .gift-card.item-detail .provider-background .title-section {
  margin-top: -1%;
  padding-bottom: 2.5%;
}

/* line 107, app/assets/stylesheets/gift_cards.scss */
.gift-card-detail.panel .top-section.gift-card, .gift-card.item-detail .top-section.gift-card {
  margin-bottom: 0;
  padding-bottom: 2.5%;
}

/* line 111, app/assets/stylesheets/gift_cards.scss */
.gift-card-detail.panel .top-section.gift-card .gift-card-about, .gift-card.item-detail .top-section.gift-card .gift-card-about {
  height: 100%;
  display: inline-block;
  position: relative;
  padding: 20px;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  /* line 122, app/assets/stylesheets/gift_cards.scss */
  #main .item-detail.container #item-title {
    margin: 0;
  }
  /* line 125, app/assets/stylesheets/gift_cards.scss */
  #main .item-detail.container .top-section {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /* line 128, app/assets/stylesheets/gift_cards.scss */
  #main .item-detail.container .top-section .details {
    width: 100%;
    min-height: unset;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 15px;
  }
  /* line 134, app/assets/stylesheets/gift_cards.scss */
  #main .item-detail.container .top-section .details .purchase-btn {
    width: 100%;
  }
  /* line 138, app/assets/stylesheets/gift_cards.scss */
  #main .item-detail.container .top-section .image-container {
    width: 100%;
    margin: 0 auto;
  }
  /* line 141, app/assets/stylesheets/gift_cards.scss */
  #main .item-detail.container .top-section .image-container .product-image {
    border-radius: 6px 6px 0 0;
  }
}
/* line 7, app/assets/stylesheets/groups.scss */
#groups-table .group.row .delete-group {
  font-size: 18px;
  width: auto;
  height: auto;
  line-height: 18px;
}

/* line 17, app/assets/stylesheets/groups.scss */
.provider a.remove-group-discount:not(.link-color):hover {
  color: #cc0000;
}
/* line 5, app/assets/stylesheets/home.css.scss */
#splash, #online-splash {
  width: 100%;
  position: relative;
  background: #fff;
}

/* line 10, app/assets/stylesheets/home.css.scss */
#splash #top-content, #splash #above-the-fold, #online-splash #top-content, #online-splash #above-the-fold {
  width: 100%;
  height: 85%;
  height: 87.5vh;
  position: relative;
}

/* line 16, app/assets/stylesheets/home.css.scss */
#splash #top-content .bg, #splash #above-the-fold .bg, #online-splash #top-content .bg, #online-splash #above-the-fold .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .45s;
  -o-transition: all .45s;
  -ms-transition: all .45s;
  -moz-transition: all .45s;
  -webkit-transition: all .45s;
}

/* line 29, app/assets/stylesheets/home.css.scss */
#splash #top-content .mobile-overlay, #splash #above-the-fold .mobile-overlay, #online-splash #top-content .mobile-overlay, #online-splash #above-the-fold .mobile-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  opacity: .1;
  background: #00070e;
}

/* line 39, app/assets/stylesheets/home.css.scss */
#splash #top-content .mobile-overlay.target, #splash #above-the-fold .mobile-overlay.target, #online-splash #top-content .mobile-overlay.target, #online-splash #above-the-fold .mobile-overlay.target {
  opacity: .23;
}

/* line 43, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-1, #splash #above-the-fold #bg-1, #online-splash #top-content #bg-1, #online-splash #above-the-fold #bg-1 {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/screentime.jpg");
  opacity: 1;
}

/* line 47, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-2, #splash #above-the-fold #bg-2, #online-splash #top-content #bg-2, #online-splash #above-the-fold #bg-2 {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/crying.jpg");
  opacity: 0;
}

/* line 51, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-3, #splash #above-the-fold #bg-3, #online-splash #top-content #bg-3, #online-splash #above-the-fold #bg-3 {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/boredom.jpg");
  opacity: 0;
}

/* line 56, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-1.camps, #splash #above-the-fold #bg-1.camps, #online-splash #top-content #bg-1.camps, #online-splash #above-the-fold #bg-1.camps {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/camps1.jpg");
}

/* line 59, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-2.camps, #splash #above-the-fold #bg-2.camps, #online-splash #top-content #bg-2.camps, #online-splash #above-the-fold #bg-2.camps {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/camps2.jpg");
}

/* line 62, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-3.camps, #splash #above-the-fold #bg-3.camps, #online-splash #top-content #bg-3.camps, #online-splash #above-the-fold #bg-3.camps {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/camps3.jpg");
}

/* line 66, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-1.toddler, #splash #above-the-fold #bg-1.toddler, #online-splash #top-content #bg-1.toddler, #online-splash #above-the-fold #bg-1.toddler {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/toddler1.jpg");
}

/* line 69, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-2.toddler, #splash #above-the-fold #bg-2.toddler, #online-splash #top-content #bg-2.toddler, #online-splash #above-the-fold #bg-2.toddler {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/toddler2.jpg");
}

/* line 72, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-3.toddler, #splash #above-the-fold #bg-3.toddler, #online-splash #top-content #bg-3.toddler, #online-splash #above-the-fold #bg-3.toddler {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/toddler3.jpg");
}

/* line 76, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-1.baby, #splash #above-the-fold #bg-1.baby, #online-splash #top-content #bg-1.baby, #online-splash #above-the-fold #bg-1.baby {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/baby1.jpg");
}

/* line 79, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-2.baby, #splash #above-the-fold #bg-2.baby, #online-splash #top-content #bg-2.baby, #online-splash #above-the-fold #bg-2.baby {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/baby2.jpg");
}

/* line 82, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-3.baby, #splash #above-the-fold #bg-3.baby, #online-splash #top-content #bg-3.baby, #online-splash #above-the-fold #bg-3.baby {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/baby3.jpg");
}

/* line 86, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-1.dance, #splash #above-the-fold #bg-1.dance, #online-splash #top-content #bg-1.dance, #online-splash #above-the-fold #bg-1.dance {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/dance1.jpg");
}

/* line 89, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-2.dance, #splash #above-the-fold #bg-2.dance, #online-splash #top-content #bg-2.dance, #online-splash #above-the-fold #bg-2.dance {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/dance2.jpg");
}

/* line 92, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-3.dance, #splash #above-the-fold #bg-3.dance, #online-splash #top-content #bg-3.dance, #online-splash #above-the-fold #bg-3.dance {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/dance3.jpg");
}

/* line 96, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-1.soccer, #splash #above-the-fold #bg-1.soccer, #online-splash #top-content #bg-1.soccer, #online-splash #above-the-fold #bg-1.soccer {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/soccer1.jpg");
}

/* line 99, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-2.soccer, #splash #above-the-fold #bg-2.soccer, #online-splash #top-content #bg-2.soccer, #online-splash #above-the-fold #bg-2.soccer {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/soccer2.jpg");
}

/* line 102, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-3.soccer, #splash #above-the-fold #bg-3.soccer, #online-splash #top-content #bg-3.soccer, #online-splash #above-the-fold #bg-3.soccer {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/soccer3.jpg");
}

/* line 106, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-1.outdoors, #splash #above-the-fold #bg-1.outdoors, #online-splash #top-content #bg-1.outdoors, #online-splash #above-the-fold #bg-1.outdoors {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/outdoors1.jpg");
}

/* line 109, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-2.outdoors, #splash #above-the-fold #bg-2.outdoors, #online-splash #top-content #bg-2.outdoors, #online-splash #above-the-fold #bg-2.outdoors {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/outdoors2.jpg");
}

/* line 112, app/assets/stylesheets/home.css.scss */
#splash #top-content #bg-3.outdoors, #splash #above-the-fold #bg-3.outdoors, #online-splash #top-content #bg-3.outdoors, #online-splash #above-the-fold #bg-3.outdoors {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/outdoors3.jpg");
}

/* line 116, app/assets/stylesheets/home.css.scss */
#splash #top-content .bg, #splash #above-the-fold .bg, #online-splash #top-content .bg, #online-splash #above-the-fold .bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 125, app/assets/stylesheets/home.css.scss */
#splash #top-content #buffer, #splash #above-the-fold #buffer, #online-splash #top-content #buffer, #online-splash #above-the-fold #buffer {
  display: table;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* line 133, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta, #splash #above-the-fold #cta, #online-splash #top-content #cta, #online-splash #above-the-fold #cta {
  width: 100%;
  height: 50%;
  margin: 0 auto;
  display: table;
  text-align: center;
  position: absolute;
  bottom: 12.5%;
  z-index: 8;
  /** delete **/
}

/* line 143, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .container, #splash #above-the-fold #cta .container, #online-splash #top-content #cta .container, #online-splash #above-the-fold #cta .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 149, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta #discover-section, #splash #top-content #cta #explore-section, #splash #above-the-fold #cta #discover-section, #splash #above-the-fold #cta #explore-section, #online-splash #top-content #cta #discover-section, #online-splash #top-content #cta #explore-section, #online-splash #above-the-fold #cta #discover-section, #online-splash #above-the-fold #cta #explore-section {
  display: table-row;
  height: 2em;
}

/* line 153, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta #discover-section .panel, #splash #top-content #cta #explore-section .panel, #splash #above-the-fold #cta #discover-section .panel, #splash #above-the-fold #cta #explore-section .panel, #online-splash #top-content #cta #discover-section .panel, #online-splash #top-content #cta #explore-section .panel, #online-splash #above-the-fold #cta #discover-section .panel, #online-splash #above-the-fold #cta #explore-section .panel {
  width: 100%;
  padding: 0 10%;
  margin: 0;
  height: 46px;
  border: 0;
}

/* line 162, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options, #splash #above-the-fold #cta .options, #online-splash #top-content #cta .options, #online-splash #above-the-fold #cta .options {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  background: white;
  font-size: 1rem;
  border-right: 1px solid #EB0450;
}

/* line 173, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .selectize-control, #splash #above-the-fold #cta .options .selectize-control, #online-splash #top-content #cta .options .selectize-control, #online-splash #above-the-fold #cta .options .selectize-control {
  height: 100%;
}

/* line 176, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .selectize-control .selectize-input, #splash #above-the-fold #cta .options .selectize-control .selectize-input, #online-splash #top-content #cta .options .selectize-control .selectize-input, #online-splash #above-the-fold #cta .options .selectize-control .selectize-input {
  padding: 11px 2px 1px 26px;
  cursor: pointer;
  border-color: transparent;
  height: 100%;
  vertical-align: middle;
}

/* line 182, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .selectize-control .selectize-input *, #splash #above-the-fold #cta .options .selectize-control .selectize-input *, #online-splash #top-content #cta .options .selectize-control .selectize-input *, #online-splash #above-the-fold #cta .options .selectize-control .selectize-input * {
  cursor: pointer;
}

/* line 186, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .selectize-control .selectize-input.has-items, #splash #above-the-fold #cta .options .selectize-control .selectize-input.has-items, #online-splash #top-content #cta .options .selectize-control .selectize-input.has-items, #online-splash #above-the-fold #cta .options .selectize-control .selectize-input.has-items {
  padding: 10px 2px 1px 44px;
}

/* line 189, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .selectize-control .selectize-input:hover, #splash #top-content #cta .options .selectize-control .selectize-control:hover, #splash #above-the-fold #cta .options .selectize-control .selectize-input:hover, #splash #above-the-fold #cta .options .selectize-control .selectize-control:hover, #online-splash #top-content #cta .options .selectize-control .selectize-input:hover, #online-splash #top-content #cta .options .selectize-control .selectize-control:hover, #online-splash #above-the-fold #cta .options .selectize-control .selectize-input:hover, #online-splash #above-the-fold #cta .options .selectize-control .selectize-control:hover {
  border-color: transparent;
}

/* line 194, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .dates, #splash #above-the-fold #cta .options .dates, #online-splash #top-content #cta .options .dates, #online-splash #above-the-fold #cta .options .dates {
  flex: 0 1 100%;
  flex-basis: 33.3333%;
  position: relative;
  display: inline-block;
}

/* line 200, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .dates i, #splash #top-content #cta .options .dates svg, #splash #above-the-fold #cta .options .dates i, #splash #above-the-fold #cta .options .dates svg, #online-splash #top-content #cta .options .dates i, #online-splash #top-content #cta .options .dates svg, #online-splash #above-the-fold #cta .options .dates i, #online-splash #above-the-fold #cta .options .dates svg {
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

/* line 214, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .dates #date-field, #splash #above-the-fold #cta .options .dates #date-field, #online-splash #top-content #cta .options .dates #date-field, #online-splash #above-the-fold #cta .options .dates #date-field {
  width: 100%;
  color: #EB0450;
  cursor: pointer;
  outline: 0;
  padding-top: 7px;
  padding-left: 10px;
  background: transparent;
  font-weight: 500;
  border: 0 !important;
  box-shadow: 0 0 0 0;
  height: 100%;
}

/* line 227, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .dates #date-field:hover, #splash #above-the-fold #cta .options .dates #date-field:hover, #online-splash #top-content #cta .options .dates #date-field:hover, #online-splash #above-the-fold #cta .options .dates #date-field:hover {
  background: #fff;
}

/* line 230, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .dates #date-field::placeholder, #splash #above-the-fold #cta .options .dates #date-field::placeholder, #online-splash #top-content #cta .options .dates #date-field::placeholder, #online-splash #above-the-fold #cta .options .dates #date-field::placeholder {
  color: #444;
}

/* line 233, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .dates #date-field.active, #splash #above-the-fold #cta .options .dates #date-field.active, #online-splash #top-content #cta .options .dates #date-field.active, #online-splash #above-the-fold #cta .options .dates #date-field.active {
  color: #EB0450;
  font-weight: 600;
}

/* line 238, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .locations, #splash #top-content #cta .options .ages, #splash #top-content #cta .options .category, #splash #top-content #cta .options .search, #splash #above-the-fold #cta .options .locations, #splash #above-the-fold #cta .options .ages, #splash #above-the-fold #cta .options .category, #splash #above-the-fold #cta .options .search, #online-splash #top-content #cta .options .locations, #online-splash #top-content #cta .options .ages, #online-splash #top-content #cta .options .category, #online-splash #top-content #cta .options .search, #online-splash #above-the-fold #cta .options .locations, #online-splash #above-the-fold #cta .options .ages, #online-splash #above-the-fold #cta .options .category, #online-splash #above-the-fold #cta .options .search {
  flex: 0 1 100%;
  flex-basis: 33.3333%;
  cursor: pointer;
  border-right: 1px solid #e9edf1;
  position: relative;
}

/* line 245, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .locations i, #splash #top-content #cta .options .locations svg, #splash #top-content #cta .options .ages i, #splash #top-content #cta .options .ages svg, #splash #top-content #cta .options .category i, #splash #top-content #cta .options .category svg, #splash #top-content #cta .options .search i, #splash #top-content #cta .options .search svg, #splash #above-the-fold #cta .options .locations i, #splash #above-the-fold #cta .options .locations svg, #splash #above-the-fold #cta .options .ages i, #splash #above-the-fold #cta .options .ages svg, #splash #above-the-fold #cta .options .category i, #splash #above-the-fold #cta .options .category svg, #splash #above-the-fold #cta .options .search i, #splash #above-the-fold #cta .options .search svg, #online-splash #top-content #cta .options .locations i, #online-splash #top-content #cta .options .locations svg, #online-splash #top-content #cta .options .ages i, #online-splash #top-content #cta .options .ages svg, #online-splash #top-content #cta .options .category i, #online-splash #top-content #cta .options .category svg, #online-splash #top-content #cta .options .search i, #online-splash #top-content #cta .options .search svg, #online-splash #above-the-fold #cta .options .locations i, #online-splash #above-the-fold #cta .options .locations svg, #online-splash #above-the-fold #cta .options .ages i, #online-splash #above-the-fold #cta .options .ages svg, #online-splash #above-the-fold #cta .options .category i, #online-splash #above-the-fold #cta .options .category svg, #online-splash #above-the-fold #cta .options .search i, #online-splash #above-the-fold #cta .options .search svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

/* line 258, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .locations #location-search, #splash #top-content #cta .options .ages #location-search, #splash #top-content #cta .options .category #location-search, #splash #top-content #cta .options .search #location-search, #splash #above-the-fold #cta .options .locations #location-search, #splash #above-the-fold #cta .options .ages #location-search, #splash #above-the-fold #cta .options .category #location-search, #splash #above-the-fold #cta .options .search #location-search, #online-splash #top-content #cta .options .locations #location-search, #online-splash #top-content #cta .options .ages #location-search, #online-splash #top-content #cta .options .category #location-search, #online-splash #top-content #cta .options .search #location-search, #online-splash #above-the-fold #cta .options .locations #location-search, #online-splash #above-the-fold #cta .options .ages #location-search, #online-splash #above-the-fold #cta .options .category #location-search, #online-splash #above-the-fold #cta .options .search #location-search {
  background: transparent;
  height: 100%;
  border: 0;
  padding-left: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

/* line 269, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .category, #splash #above-the-fold #cta .options .category, #online-splash #top-content #cta .options .category, #online-splash #above-the-fold #cta .options .category {
  position: relative;
}

/* line 272, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .locations:hover, #splash #above-the-fold #cta .options .locations:hover, #online-splash #top-content #cta .options .locations:hover, #online-splash #above-the-fold #cta .options .locations:hover {
  background: #fff;
}

/* line 276, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options .ages i, #splash #above-the-fold #cta .options .ages i, #online-splash #top-content #cta .options .ages i, #online-splash #above-the-fold #cta .options .ages i {
  left: 7px;
}

/* line 280, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options #search-submit, #splash #above-the-fold #cta .options #search-submit, #online-splash #top-content #cta .options #search-submit, #online-splash #above-the-fold #cta .options #search-submit {
  flex: 0 1 100%;
  flex-basis: 15%;
  color: #fff;
  padding: 0 0 1px 0;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  background: rgba(242, 18, 82, 0.9);
  border-radius: 0 6px 6px 0;
  border: 0;
  outline: 0;
}

/* line 293, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options #search-submit.processing, #splash #above-the-fold #cta .options #search-submit.processing, #online-splash #top-content #cta .options #search-submit.processing, #online-splash #above-the-fold #cta .options #search-submit.processing {
  line-height: 0;
}

/* line 295, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options #search-submit.processing i, #splash #top-content #cta .options #search-submit.processing i.processing, #splash #above-the-fold #cta .options #search-submit.processing i, #splash #above-the-fold #cta .options #search-submit.processing i.processing, #online-splash #top-content #cta .options #search-submit.processing i, #online-splash #top-content #cta .options #search-submit.processing i.processing, #online-splash #above-the-fold #cta .options #search-submit.processing i, #online-splash #above-the-fold #cta .options #search-submit.processing i.processing {
  margin: 0;
}

/* line 299, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options #search-submit:hover, #splash #above-the-fold #cta .options #search-submit:hover, #online-splash #top-content #cta .options #search-submit:hover, #online-splash #above-the-fold #cta .options #search-submit:hover {
  background: #f21252;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.25);
}

/* line 303, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .options #search-submit:active, #splash #above-the-fold #cta .options #search-submit:active, #online-splash #top-content #cta .options #search-submit:active, #online-splash #above-the-fold #cta .options #search-submit:active {
  -webkit-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.23);
  box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.23);
}

/* line 309, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .messaging.container, #splash #above-the-fold #cta .messaging.container, #online-splash #top-content #cta .messaging.container, #online-splash #above-the-fold #cta .messaging.container {
  color: #fff;
  padding: 0 10% 0.5%;
  width: 100%;
  vertical-align: bottom;
}

/* line 315, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .messaging.container #big-message, #splash #above-the-fold #cta .messaging.container #big-message, #online-splash #top-content #cta .messaging.container #big-message, #online-splash #above-the-fold #cta .messaging.container #big-message {
  text-align: left;
  font-size: 2.7rem;
  font-weight: 600;
  margin: 0;
  line-height: 1em;
  text-shadow: 0px 0px 23px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 325, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .messaging.container #small-message, #splash #above-the-fold #cta .messaging.container #small-message, #online-splash #top-content #cta .messaging.container #small-message, #online-splash #above-the-fold #cta .messaging.container #small-message {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: normal;
  text-shadow: 0px 0px 23px rgba(0, 0, 0, 0.25);
  margin: 20px auto;
  text-align: left;
}

/* line 334, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .messaging.container #sub-out, #splash #above-the-fold #cta .messaging.container #sub-out, #online-splash #top-content #cta .messaging.container #sub-out, #online-splash #above-the-fold #cta .messaging.container #sub-out {
  font-size: 1.1em;
  font-weight: 500;
  padding-left: 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 342, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .messaging.container .small-message, #splash #above-the-fold #cta .messaging.container .small-message, #online-splash #top-content #cta .messaging.container .small-message, #online-splash #above-the-fold #cta .messaging.container .small-message {
  text-align: left;
  font-size: 1.5em;
  font-weight: 500;
  line-height: .9em;
  text-shadow: 0px 0px 23px rgba(0, 0, 0, 0.5);
}

/* line 350, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .messaging.container #subscriber_form_errors, #splash #above-the-fold #cta .messaging.container #subscriber_form_errors, #online-splash #top-content #cta .messaging.container #subscriber_form_errors, #online-splash #above-the-fold #cta .messaging.container #subscriber_form_errors {
  width: 100%;
  min-width: 230px;
  color: #fff;
  padding: 11px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background: #1ea9e1;
  opacity: 0;
  transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

/* line 367, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .messaging.container #sign-up-atf, #splash #above-the-fold #cta .messaging.container #sign-up-atf, #online-splash #top-content #cta .messaging.container #sign-up-atf, #online-splash #above-the-fold #cta .messaging.container #sign-up-atf {
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 0 0 7px 7px;
}

/* line 374, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .messaging.container #app-store-link img, #splash #top-content #cta .messaging.container #play-store-link img, #splash #above-the-fold #cta .messaging.container #app-store-link img, #splash #above-the-fold #cta .messaging.container #play-store-link img, #online-splash #top-content #cta .messaging.container #app-store-link img, #online-splash #top-content #cta .messaging.container #play-store-link img, #online-splash #above-the-fold #cta .messaging.container #app-store-link img, #online-splash #above-the-fold #cta .messaging.container #play-store-link img {
  float: left;
  width: 135px;
}

/* line 380, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .messaging.container #play-store-link img, #splash #above-the-fold #cta .messaging.container #play-store-link img, #online-splash #top-content #cta .messaging.container #play-store-link img, #online-splash #above-the-fold #cta .messaging.container #play-store-link img {
  margin-left: 3px;
}

/* line 386, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .messaging.container.old, #splash #above-the-fold #cta .messaging.container.old, #online-splash #top-content #cta .messaging.container.old, #online-splash #above-the-fold #cta .messaging.container.old {
  padding: 0 0 0 5%;
}

/* line 392, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .screenshots.container img, #splash #above-the-fold #cta .screenshots.container img, #online-splash #top-content #cta .screenshots.container img, #online-splash #above-the-fold #cta .screenshots.container img {
  max-width: 70%;
}

/* line 398, app/assets/stylesheets/home.css.scss */
#splash #top-content #cta .down-arrow svg polyline, #splash #above-the-fold #cta .down-arrow svg polyline, #online-splash #top-content #cta .down-arrow svg polyline, #online-splash #above-the-fold #cta .down-arrow svg polyline {
  stroke: #fff;
}

/* line 404, app/assets/stylesheets/home.css.scss */
#splash #top-content #learn-more, #splash #above-the-fold #learn-more, #online-splash #top-content #learn-more, #online-splash #above-the-fold #learn-more {
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
}

/* line 409, app/assets/stylesheets/home.css.scss */
#splash #top-content #learn-more img, #splash #above-the-fold #learn-more img, #online-splash #top-content #learn-more img, #online-splash #above-the-fold #learn-more img {
  position: relative;
  left: 0;
  bottom: 0;
  margin: 0 0 0 10px;
}

/* line 419, app/assets/stylesheets/home.css.scss */
#splash #top-content.alternate #cta, #online-splash #top-content.alternate #cta {
  height: 25%;
  bottom: 20%;
}

/* line 423, app/assets/stylesheets/home.css.scss */
#splash #top-content.alternate #cta .messaging.container, #online-splash #top-content.alternate #cta .messaging.container {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

/* line 428, app/assets/stylesheets/home.css.scss */
#splash #top-content.alternate #cta #discover-section .panel, #online-splash #top-content.alternate #cta #discover-section .panel {
  padding: 0 7.5%;
}

/* line 433, app/assets/stylesheets/home.css.scss */
#splash #top-content.alternate #big-message, #online-splash #top-content.alternate #big-message {
  font-weight: 500;
}

/* line 438, app/assets/stylesheets/home.css.scss */
#splash .mobile-section, #online-splash .mobile-section {
  padding: 5%;
  background: #f5f5f5;
}

/* line 442, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .small-message, #online-splash .mobile-section .small-message {
  text-align: center;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5em;
  cursor: pointer;
  height: 12.5vh;
  padding-top: 7px;
  min-height: 70px;
  margin-bottom: 5%;
  display: table;
  width: 100%;
}

/* line 455, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .small-message div, #online-splash .mobile-section .small-message div {
  display: table-cell;
  vertical-align: middle;
}

/* line 460, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .small-message div span .down-arrow polyline, #online-splash .mobile-section .small-message div span .down-arrow polyline {
  stroke: #444;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(1deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

/* line 470, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .small-message div .wobble, #online-splash .mobile-section .small-message div .wobble {
  -webkit-animation: wobble 4s infinite;
}

/* line 474, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .small-message.successful-text, #online-splash .mobile-section .small-message.successful-text {
  border: 0;
  background: transparent;
}

/* line 478, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app, #online-splash .mobile-section .text-app {
  padding: 0;
  display: table;
  margin: 17px auto 3px;
  clear: both;
  width: 50%;
  max-width: 500px;
}

/* line 486, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app .text-form, #online-splash .mobile-section .text-app .text-form {
  display: table;
  width: 100%;
  margin: 3px auto;
}

/* line 492, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app .link-instructions, #online-splash .mobile-section .text-app .link-instructions {
  margin: 0 auto 1em;
  font-size: 1.1rem;
  clear: both;
}

/* line 497, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app .small-message.successful-text, #online-splash .mobile-section .text-app .small-message.successful-text {
  display: table-cell;
  vertical-align: top;
  padding-bottom: .5em;
}

/* line 502, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app .text-message, #online-splash .mobile-section .text-app .text-message {
  margin-right: 11px;
  text-shadow: none;
  border-radius: 7px;
  padding: 7px;
  color: #fff;
}

/* line 510, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app input, #online-splash .mobile-section .text-app input {
  border: 1px solid #eef1f4;
  width: 100%;
  border-radius: 3px;
  height: 42px;
  line-height: 42px;
  color: #444;
  text-align: center;
  font-weight: 500;
}

/* line 520, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app input#subscriber_zip, #online-splash .mobile-section .text-app input#subscriber_zip {
  border-radius: 0;
  border-left: 1px solid #eee;
}

/* line 524, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app input:focus, #online-splash .mobile-section .text-app input:focus {
  background: #fff;
}

/* line 528, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app #text-submit, #splash .mobile-section .text-app #subscriber-submit, #online-splash .mobile-section .text-app #text-submit, #online-splash .mobile-section .text-app #subscriber-submit {
  text-transform: none;
  font-size: 1em;
  letter-spacing: 0;
  color: #fff;
  background: #444;
  margin-left: 7px;
  border-radius: 3px;
}

/* line 537, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app #text-submit .fa-cog.fa-spin, #splash .mobile-section .text-app #subscriber-submit .fa-cog.fa-spin, #online-splash .mobile-section .text-app #text-submit .fa-cog.fa-spin, #online-splash .mobile-section .text-app #subscriber-submit .fa-cog.fa-spin {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

/* line 542, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app #text-submit span, #splash .mobile-section .text-app #subscriber-submit span, #online-splash .mobile-section .text-app #text-submit span, #online-splash .mobile-section .text-app #subscriber-submit span {
  text-transform: none;
  font-size: 1em;
  letter-spacing: 0;
}

/* line 548, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app #subscriber-submit:hover, #online-splash .mobile-section .text-app #subscriber-submit:hover {
  text-decoration: underline;
}

/* line 552, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app .simple-btn, #online-splash .mobile-section .text-app .simple-btn {
  border-radius: 0 7px 7px 0;
  width: 100%;
  padding: 0;
  border: 0;
  height: 42px;
  box-shadow: none;
  opacity: 1 !important;
}

/* line 561, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app .simple-btn, #splash .mobile-section .text-app .simple-btn:active, #splash .mobile-section .text-app .simple-btn:focus, #online-splash .mobile-section .text-app .simple-btn, #online-splash .mobile-section .text-app .simple-btn:active, #online-splash .mobile-section .text-app .simple-btn:focus {
  color: #fff;
}

/* line 565, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app #text-errors-container, #splash .mobile-section .text-app #email-errors-container, #online-splash .mobile-section .text-app #text-errors-container, #online-splash .mobile-section .text-app #email-errors-container {
  width: 100%;
  color: #cc0000;
  border-radius: 4px;
  margin-bottom: 4px;
}

/* line 571, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app #text-errors-container .parsley-errors-list.filled, #splash .mobile-section .text-app #email-errors-container .parsley-errors-list.filled, #online-splash .mobile-section .text-app #text-errors-container .parsley-errors-list.filled, #online-splash .mobile-section .text-app #email-errors-container .parsley-errors-list.filled {
  padding: 5px 0;
}

/* line 575, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .text-app .text-app, #online-splash .mobile-section .text-app .text-app {
  min-height: 100px;
}

/* line 581, app/assets/stylesheets/home.css.scss */
#splash .mobile-section #app-store-link img, #splash .mobile-section #play-store-link img, #online-splash .mobile-section #app-store-link img, #online-splash .mobile-section #play-store-link img {
  float: left;
  width: 135px;
}

/* line 587, app/assets/stylesheets/home.css.scss */
#splash .mobile-section #play-store-link img, #online-splash .mobile-section #play-store-link img {
  margin-left: 3px;
}

/* line 592, app/assets/stylesheets/home.css.scss */
#splash .mobile-section .coming-soon, #online-splash .mobile-section .coming-soon {
  font-size: 1.1em;
  text-align: center !important;
  padding: 14px 0;
}

/* line 599, app/assets/stylesheets/home.css.scss */
#splash .benefit, #online-splash .benefit {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 5%;
  display: table;
  clear: both;
}

/* line 607, app/assets/stylesheets/home.css.scss */
#splash .benefit .text-container, #online-splash .benefit .text-container {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 2.5%;
}

/* line 613, app/assets/stylesheets/home.css.scss */
#splash .benefit .text-container *, #online-splash .benefit .text-container * {
  cursor: default;
}

/* line 617, app/assets/stylesheets/home.css.scss */
#splash .benefit .text-container .inside.card, #online-splash .benefit .text-container .inside.card {
  background: #fff;
  padding: 10px 30px 30px;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 627, app/assets/stylesheets/home.css.scss */
#splash .benefit .text-container .inside.card, #online-splash .benefit .text-container .inside.card {
  border-radius: 7px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

/* line 632, app/assets/stylesheets/home.css.scss */
#splash .benefit .text-container .inside.hover, #online-splash .benefit .text-container .inside.hover {
  background: transparent;
  position: relative;
}

/* line 636, app/assets/stylesheets/home.css.scss */
#splash .benefit .text-container .inside.card, #online-splash .benefit .text-container .inside.card {
  background: #fff;
}

/* line 640, app/assets/stylesheets/home.css.scss */
#splash .benefit .text-container .benefit-label, #online-splash .benefit .text-container .benefit-label {
  font-size: 2.3em;
  font-weight: 100;
  margin: 2.5% auto;
}

/* line 647, app/assets/stylesheets/home.css.scss */
#splash .benefit .image-container, #online-splash .benefit .image-container {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  position: relative;
}

/* line 654, app/assets/stylesheets/home.css.scss */
#splash .benefit .image-container .benefit-image, #online-splash .benefit .image-container .benefit-image {
  margin: 0 auto;
  max-width: 506px;
  vertical-align: middle;
}

/* line 660, app/assets/stylesheets/home.css.scss */
#splash .benefit .image-container .benefit-image.macbook, #online-splash .benefit .image-container .benefit-image.macbook {
  width: 600px;
}

/* line 666, app/assets/stylesheets/home.css.scss */
#splash #btf, #splash #below-the-fold, #online-splash #btf, #online-splash #below-the-fold {
  padding-top: 10%;
}

/* line 669, app/assets/stylesheets/home.css.scss */
#splash #btf .box, #splash #below-the-fold .box, #online-splash #btf .box, #online-splash #below-the-fold .box {
  position: relative;
  height: 100%;
  height: 100vh;
  display: table;
  padding: 1% 0 0px;
}

/* line 676, app/assets/stylesheets/home.css.scss */
#splash #btf .box .inner-box, #splash #below-the-fold .box .inner-box, #online-splash #btf .box .inner-box, #online-splash #below-the-fold .box .inner-box {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0%;
  height: 100%;
  width: 100%;
}

/* line 684, app/assets/stylesheets/home.css.scss */
#splash #btf .box .inner-box p, #splash #below-the-fold .box .inner-box p, #online-splash #btf .box .inner-box p, #online-splash #below-the-fold .box .inner-box p {
  max-width: 300px;
  font-weight: normal;
  margin: 0 auto;
  padding: 0 0 23px 0;
}

/* line 692, app/assets/stylesheets/home.css.scss */
#splash #btf .box .header, #splash #below-the-fold .box .header, #online-splash #btf .box .header, #online-splash #below-the-fold .box .header {
  display: table-row;
}

/* line 696, app/assets/stylesheets/home.css.scss */
#splash #btf .box .inner, #splash #below-the-fold .box .inner, #online-splash #btf .box .inner, #online-splash #below-the-fold .box .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 701, app/assets/stylesheets/home.css.scss */
#splash #btf .box .inner img, #splash #below-the-fold .box .inner img, #online-splash #btf .box .inner img, #online-splash #below-the-fold .box .inner img {
  max-width: 330px;
  width: 100%;
  display: inline-block;
}

/* line 709, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust, #splash #below-the-fold #providers-you-can-trust, #online-splash #btf #providers-you-can-trust, #online-splash #below-the-fold #providers-you-can-trust {
  width: 100%;
  height: auto;
  padding: 0;
  margin-top: 10%;
}

/* line 715, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .inner-box, #splash #below-the-fold #providers-you-can-trust .inner-box, #online-splash #btf #providers-you-can-trust .inner-box, #online-splash #below-the-fold #providers-you-can-trust .inner-box {
  padding: 0 0 5%;
  display: table;
}

/* line 719, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .inner-box .list-container, #splash #below-the-fold #providers-you-can-trust .inner-box .list-container, #online-splash #btf #providers-you-can-trust .inner-box .list-container, #online-splash #below-the-fold #providers-you-can-trust .inner-box .list-container {
  display: table-cell;
  vertical-align: middle;
}

/* line 723, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .inner-box .image-container, #splash #below-the-fold #providers-you-can-trust .inner-box .image-container, #online-splash #btf #providers-you-can-trust .inner-box .image-container, #online-splash #below-the-fold #providers-you-can-trust .inner-box .image-container {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
}

/* line 730, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .inside.card, #splash #below-the-fold #providers-you-can-trust .inside.card, #online-splash #btf #providers-you-can-trust .inside.card, #online-splash #below-the-fold #providers-you-can-trust .inside.card {
  background: #fff;
  padding: 10px 20px 2px;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 740, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .inside.card, #splash #below-the-fold #providers-you-can-trust .inside.card, #online-splash #btf #providers-you-can-trust .inside.card, #online-splash #below-the-fold #providers-you-can-trust .inside.card {
  border-radius: 7px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

/* line 747, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .list li .verified.image svg, #splash #below-the-fold #providers-you-can-trust .list li .verified.image svg, #online-splash #btf #providers-you-can-trust .list li .verified.image svg, #online-splash #below-the-fold #providers-you-can-trust .list li .verified.image svg {
  fill: #00C56D;
}

/* line 753, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .list li .community.image svg, #splash #below-the-fold #providers-you-can-trust .list li .community.image svg, #online-splash #btf #providers-you-can-trust .list li .community.image svg, #online-splash #below-the-fold #providers-you-can-trust .list li .community.image svg {
  fill: #1ea9e1;
}

/* line 759, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .list, #splash #below-the-fold #providers-you-can-trust .list, #online-splash #btf #providers-you-can-trust .list, #online-splash #below-the-fold #providers-you-can-trust .list {
  width: 100%;
  margin: 0 auto;
}

/* line 763, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .list li, #splash #below-the-fold #providers-you-can-trust .list li, #online-splash #btf #providers-you-can-trust .list li, #online-splash #below-the-fold #providers-you-can-trust .list li {
  margin: 2rem auto;
}

/* line 766, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .list li *, #splash #below-the-fold #providers-you-can-trust .list li *, #online-splash #btf #providers-you-can-trust .list li *, #online-splash #below-the-fold #providers-you-can-trust .list li * {
  cursor: default;
}

/* line 770, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .list li .image, #splash #below-the-fold #providers-you-can-trust .list li .image, #online-splash #btf #providers-you-can-trust .list li .image, #online-splash #below-the-fold #providers-you-can-trust .list li .image {
  width: 140px;
  padding-right: 1rem;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background: transparent;
}

/* line 778, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .list li .image svg, #splash #btf #providers-you-can-trust .list li .image img, #splash #below-the-fold #providers-you-can-trust .list li .image svg, #splash #below-the-fold #providers-you-can-trust .list li .image img, #online-splash #btf #providers-you-can-trust .list li .image svg, #online-splash #btf #providers-you-can-trust .list li .image img, #online-splash #below-the-fold #providers-you-can-trust .list li .image svg, #online-splash #below-the-fold #providers-you-can-trust .list li .image img {
  width: 100%;
}

/* line 783, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .list li p, #splash #below-the-fold #providers-you-can-trust .list li p, #online-splash #btf #providers-you-can-trust .list li p, #online-splash #below-the-fold #providers-you-can-trust .list li p {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  color: inherit;
}

/* line 791, app/assets/stylesheets/home.css.scss */
#splash #btf #providers-you-can-trust .list li p .header-label, #splash #below-the-fold #providers-you-can-trust .list li p .header-label, #online-splash #btf #providers-you-can-trust .list li p .header-label, #online-splash #below-the-fold #providers-you-can-trust .list li p .header-label {
  font-size: 1rem;
  font-weight: 600;
}

/* line 801, app/assets/stylesheets/home.css.scss */
#splash #btf #providers, #splash #below-the-fold #providers, #online-splash #btf #providers, #online-splash #below-the-fold #providers {
  width: 100%;
  height: auto;
  padding: 2.5% 0 5%;
}

/* line 806, app/assets/stylesheets/home.css.scss */
#splash #btf #providers h2, #splash #below-the-fold #providers h2, #online-splash #btf #providers h2, #online-splash #below-the-fold #providers h2 {
  margin-bottom: 5%;
}

/* line 810, app/assets/stylesheets/home.css.scss */
#splash #btf #providers .flex-section, #splash #below-the-fold #providers .flex-section, #online-splash #btf #providers .flex-section, #online-splash #below-the-fold #providers .flex-section {
  background: #fff;
}

/* line 814, app/assets/stylesheets/home.css.scss */
#splash #btf #providers .flex-section .flex-row, #splash #below-the-fold #providers .flex-section .flex-row, #online-splash #btf #providers .flex-section .flex-row, #online-splash #below-the-fold #providers .flex-section .flex-row {
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -o-box-orient: horizontal;
  box-orient: horizontal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

/* line 832, app/assets/stylesheets/home.css.scss */
#splash #btf #providers .flex-section .flex-row .provider-logo, #splash #below-the-fold #providers .flex-section .flex-row .provider-logo, #online-splash #btf #providers .flex-section .flex-row .provider-logo, #online-splash #below-the-fold #providers .flex-section .flex-row .provider-logo {
  height: 100px;
  flex: 0 1 12.66667%;
  width: 12.66667%;
  max-width: 200px;
  margin: 2%;
  float: left;
  position: relative;
  transition: all .23s ease;
  -o-transition: all .23s ease;
  -ms-transition: all .23s ease;
  -moz-transition: all .23s ease;
  -webkit-transition: all .23s ease;
  opacity: .25;
}

/* line 849, app/assets/stylesheets/home.css.scss */
#splash #btf #providers .flex-section .flex-row .provider-logo:hover, #splash #below-the-fold #providers .flex-section .flex-row .provider-logo:hover, #online-splash #btf #providers .flex-section .flex-row .provider-logo:hover, #online-splash #below-the-fold #providers .flex-section .flex-row .provider-logo:hover {
  opacity: 1;
}

/* line 855, app/assets/stylesheets/home.css.scss */
#splash #btf #providers .flex-section .flex-row.advancing, #splash #below-the-fold #providers .flex-section .flex-row.advancing, #online-splash #btf #providers .flex-section .flex-row.advancing, #online-splash #below-the-fold #providers .flex-section .flex-row.advancing {
  transform: translateX(20%);
}

/* line 858, app/assets/stylesheets/home.css.scss */
#splash #btf #providers .flex-section .flex-row.reversing, #splash #below-the-fold #providers .flex-section .flex-row.reversing, #online-splash #btf #providers .flex-section .flex-row.reversing, #online-splash #below-the-fold #providers .flex-section .flex-row.reversing {
  transform: translateX(-20%);
}

/* line 862, app/assets/stylesheets/home.css.scss */
#splash #btf #providers .provider-container, #splash #below-the-fold #providers .provider-container, #online-splash #btf #providers .provider-container, #online-splash #below-the-fold #providers .provider-container {
  width: 90%;
  margin: 0 auto;
}

/* line 869, app/assets/stylesheets/home.css.scss */
#splash .vhps, #online-splash .vhps {
  background: #F5F5F5;
  padding: 5% 0;
}

/* line 874, app/assets/stylesheets/home.css.scss */
#splash .benefit.learn-more, #online-splash .benefit.learn-more {
  width: 90%;
  margin: 0 auto;
}

/* line 878, app/assets/stylesheets/home.css.scss */
#splash .benefit.learn-more a.splash-btn, #online-splash .benefit.learn-more a.splash-btn {
  padding: 10px 25px;
  color: #fff;
  border-radius: 24px;
  cursor: pointer;
  margin: 1em auto 0;
  text-transform: none;
}

/* line 888, app/assets/stylesheets/home.css.scss */
#splash .button-container, #online-splash .button-container {
  text-align: center;
  margin: 0 auto;
}

/* line 892, app/assets/stylesheets/home.css.scss */
#splash .button-container #get-started, #splash .button-container #view-activities, #online-splash .button-container #get-started, #online-splash .button-container #view-activities {
  width: 50%;
  margin: 0 auto;
}

/* line 899, app/assets/stylesheets/home.css.scss */
#splash .selectize-input ::placeholder, #online-splash .selectize-input ::placeholder {
  color: #000;
}

/* line 905, app/assets/stylesheets/home.css.scss */
#splash #splash-search .parsley-errors-list.filled, #online-splash #splash-search .parsley-errors-list.filled {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}

/* line 916, app/assets/stylesheets/home.css.scss */
#online-splash #above-the-fold #bg-1 {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/online-landing-hero.jpg");
  opacity: 1;
}

/* line 923, app/assets/stylesheets/home.css.scss */
#online-splash #above-the-fold #explore-section .options .search #search-field {
  background: transparent;
  border: 0;
  height: 100%;
  line-height: 46px;
  vertical-align: middle;
  padding-left: 40px;
  padding-bottom: 10px;
}

/* line 933, app/assets/stylesheets/home.css.scss */
#online-splash #above-the-fold #explore-section .options .category {
  cursor: default;
}

/* line 935, app/assets/stylesheets/home.css.scss */
#online-splash #above-the-fold #explore-section .options .category #online-text {
  background: transparent;
  border: 0;
  height: 100%;
  line-height: 44px;
  vertical-align: middle;
}

/* line 944, app/assets/stylesheets/home.css.scss */
#online-splash #above-the-fold #explore-section .options .ages .selectize-input {
  padding-top: 12px;
}

/* line 948, app/assets/stylesheets/home.css.scss */
#online-splash #above-the-fold #explore-section .options .ages, #online-splash #above-the-fold #explore-section .options .category, #online-splash #above-the-fold #explore-section .options .search, #online-splash #above-the-fold #explore-section .options .dates {
  flex-basis: 25%;
}

/* line 951, app/assets/stylesheets/home.css.scss */
#online-splash #above-the-fold #explore-section .options .ages svg, #online-splash #above-the-fold #explore-section .options .category svg, #online-splash #above-the-fold #explore-section .options .search svg, #online-splash #above-the-fold #explore-section .options .dates svg {
  left: 8px;
}

/* line 959, app/assets/stylesheets/home.css.scss */
#online-splash #connect-callout {
  margin: 0 auto 2em;
  height: 320px;
  background-image: url(https://d19tb5uaenw7es.cloudfront.net/hero_connect.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  border-radius: 40px;
  position: relative;
}

/* line 969, app/assets/stylesheets/home.css.scss */
#online-splash #connect-callout .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 500;
}

/* line 981, app/assets/stylesheets/home.css.scss */
#online-splash #connect-callout .inner #try-it-btn {
  margin: 15px auto 0;
  display: inline-block;
  font-weight: normal;
  padding: 10px 35px;
  position: relative;
  color: #fff;
  border-radius: 24px;
  z-index: 7;
  background: #EB0450;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all .17s ease-in-out;
  -o-transition: all .17s ease-in-out;
  -ms-transition: all .17s ease-in-out;
  -moz-transition: all .17s ease-in-out;
  -webkit-transition: all .17s ease-in-out;
}

/* line 1002, app/assets/stylesheets/home.css.scss */
#online-splash .brass-tacks {
  display: table;
  padding: 5% 0 0;
  width: 100%;
}

/* line 1007, app/assets/stylesheets/home.css.scss */
#online-splash .brass-tacks .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5%;
}

/* line 1013, app/assets/stylesheets/home.css.scss */
#online-splash .brass-tacks h2, #online-splash .brass-tacks h3 {
  margin: 0 auto 1em;
  line-height: 1em;
  font-weight: 600;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 1023, app/assets/stylesheets/home.css.scss */
#online-splash .brass-tacks h6.header-label {
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
}

/* line 1029, app/assets/stylesheets/home.css.scss */
#online-splash .brass-tacks .item {
  padding: 0 0 5%;
  display: table;
}

/* line 1033, app/assets/stylesheets/home.css.scss */
#online-splash .brass-tacks .item .image-container {
  display: table-cell;
  width: 100px;
  height: 100px;
}

/* line 1038, app/assets/stylesheets/home.css.scss */
#online-splash .brass-tacks .item .image-container .image.detail {
  width: 100px;
  height: 100px;
  padding: 18px;
}

/* line 1044, app/assets/stylesheets/home.css.scss */
#online-splash .brass-tacks .item .text {
  font-size: 1em;
  display: table-cell;
  vertical-align: middle;
  padding: 0 1em 0 11px;
  cursor: default;
  color: #595959;
}

/* line 1052, app/assets/stylesheets/home.css.scss */
#online-splash .brass-tacks .item .text .form-header {
  font-size: .85em;
  margin-bottom: 4px;
  color: #333;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 1067, app/assets/stylesheets/home.css.scss */
.style-guide {
  padding-bottom: 5%;
}

/* line 1070, app/assets/stylesheets/home.css.scss */
.style-guide .top-section {
  margin-top: -2.5%;
  height: 40vh;
  background: #EB0450;
  background: -moz-linear-gradient(45deg, #EB0450 0%, #ec5f3c 50%, #ffa739 100%);
  background: -webkit-linear-gradient(45deg, #EB0450 0%, #ec5f3c 50%, #ffa739 100%);
  background: linear-gradient(45deg, #EB0450 0%, #ec5f3c 50%, #ffa739 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EB0450', endColorstr='#ffa739',GradientType=1 );
  display: table;
  position: relative;
  width: 100%;
}

/* line 1082, app/assets/stylesheets/home.css.scss */
.style-guide .top-section .brand.container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  height: 164px;
}

/* line 1089, app/assets/stylesheets/home.css.scss */
.style-guide .top-section .brand.container h1 {
  margin-top: -20px;
}

/* line 1094, app/assets/stylesheets/home.css.scss */
.style-guide .content.container {
  padding: 0 1%;
  margin: 2.5% auto 0;
  border-radius: 11px;
  border: 1px solid #f1f1f1;
  background: #fff;
}

/* line 1102, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .icons a {
  color: #015AC8;
  font-weight: 500;
}

/* line 1106, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .icons a:hover {
  text-decoration: underline;
}

/* line 1109, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .icons .icon {
  padding: 1%;
}

/* line 1111, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .icons .icon .galore {
  border-radius: 23px;
}

/* line 1115, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .icons .galore {
  width: 100%;
}

/* line 1118, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .icons .row {
  border-bottom: 1px solid #f1f1f1;
  padding: 2% 0;
}

/* line 1122, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .icons .row:first-child {
  padding-top: 0;
}

/* line 1125, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .icons .row:last-child {
  border: 0;
}

/* line 1130, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .logos img.small {
  width: 160px;
  padding: 10px;
}

/* line 1134, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .logos img.large {
  width: 280px;
  padding: 10px;
}

/* line 1138, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .logos img.white-logo {
  background: #e7e7e7;
  border-radius: 3px;
}

/* line 1143, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .caption {
  font-weight: 500;
  font-size: 1em;
  padding: 3px 0;
}

/* line 1148, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .brand.row {
  border-bottom: 1px solid #eee;
  padding: 11px 0;
}

/* line 1152, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .brand.row .text-example {
  padding: 14px 0;
  border-bottom: 1px solid #f1f1f1;
}

/* line 1156, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .brand.row .text-example:last-child {
  border: 0;
}

/* line 1160, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .brand.row:last-child {
  border: 0;
}

/* line 1163, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .brand-label {
  font-weight: 600;
  color: #bbb;
}

/* line 1167, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .color.row {
  padding: 7px 0;
  border-bottom: 1px solid #f1f1f1;
}

/* line 1170, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .color.row .color-label {
  font-weight: 500;
  font-size: 1em;
}

/* line 1174, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .color.row code {
  display: inline-block;
}

/* line 1177, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .color.row .color-codes {
  font-weight: 500;
  font-size: .9em;
}

/* line 1182, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .color.row:last-child {
  border: 0;
}

/* line 1185, app/assets/stylesheets/home.css.scss */
.style-guide .content.container .explanation {
  padding: 5px 0 7px 2%;
}

/* line 1191, app/assets/stylesheets/home.css.scss */
.down-arrow {
  cursor: pointer;
  margin: 0% auto;
  z-index: 100;
  clear: both;
  display: table-row;
}

/* line 1199, app/assets/stylesheets/home.css.scss */
.down-arrow svg polyline {
  stroke: #444444;
}

/* line 1205, app/assets/stylesheets/home.css.scss */
.down-arrow svg:hover polyline {
  stroke: #444;
}

/* line 1211, app/assets/stylesheets/home.css.scss */
a.splash-btn.rounded-btn, #join-us-btn {
  margin: 0 auto;
  display: inline-block;
  font-weight: 600;
  padding: 10px 35px;
  position: relative;
  color: #fff;
  border-radius: 24px;
  z-index: 7;
  background: #EB0450;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all .17s ease-in-out;
  -o-transition: all .17s ease-in-out;
  -ms-transition: all .17s ease-in-out;
  -moz-transition: all .17s ease-in-out;
  -webkit-transition: all .17s ease-in-out;
}

/* line 1229, app/assets/stylesheets/home.css.scss */
a.splash-btn.rounded-btn span, #join-us-btn span {
  color: #fff;
  font-size: 1rem;
}

/* line 1234, app/assets/stylesheets/home.css.scss */
.splash-btn:hover, #join-us-btn:hover {
  top: 0;
  text-decoration: none;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

/* line 1238, app/assets/stylesheets/home.css.scss */
.splash-btn:hover i, #join-us-btn:hover i {
  left: 9px;
}

/* line 1242, app/assets/stylesheets/home.css.scss */
#join-us-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 1246, app/assets/stylesheets/home.css.scss */
#join-us-btn:active {
  transform: translateY(1px);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 1250, app/assets/stylesheets/home.css.scss */
.splash-btn.shiso_background {
  background: #00c56f;
}

/* line 1253, app/assets/stylesheets/home.css.scss */
.splash-btn.shiso_background:hover {
  background: #3aa3e3;
}

/* line 1257, app/assets/stylesheets/home.css.scss */
.splash-btn.blue_background:hover {
  background: #00c56f;
}

/* line 1261, app/assets/stylesheets/home.css.scss */
.splash-btn.fixed, #join-us-btn.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
}

/* line 1268, app/assets/stylesheets/home.css.scss */
.splash-btn.fixed.down-below, #join-us-btn.fixed.down-below {
  border-color: transparent;
}

/* line 1271, app/assets/stylesheets/home.css.scss */
.splash-btn.fixed.down-below:hover, #join-us-btn.fixed.down-below:hover {
  text-decoration: none;
}

/* line 1275, app/assets/stylesheets/home.css.scss */
#testimonials {
  height: 100%;
  padding: 5% 0;
  background: #f9f9f9;
}

/* line 1280, app/assets/stylesheets/home.css.scss */
#testimonials .inner {
  display: table;
  height: 100%;
}

/* line 1284, app/assets/stylesheets/home.css.scss */
#testimonials .inner .testimonial {
  display: inline-block;
  color: inherit;
  padding: 20px;
  margin: 20px auto 0;
}

/* line 1290, app/assets/stylesheets/home.css.scss */
#testimonials .inner .testimonial .headshot-container {
  float: left;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  position: relative;
}

/* line 1297, app/assets/stylesheets/home.css.scss */
#testimonials .inner .testimonial .headshot-container .provider-headshot {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  position: absolute;
  border-radius: 50%;
}

/* line 1313, app/assets/stylesheets/home.css.scss */
#testimonials .inner .testimonial .logo-container {
  float: left;
  position: relative;
  width: 200px;
}

/* line 1318, app/assets/stylesheets/home.css.scss */
#testimonials .inner .testimonial .logo-container .provider-logo {
  width: 100%;
  height: 100%;
}

/* line 1324, app/assets/stylesheets/home.css.scss */
#testimonials .inner .testimonial .quote {
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.25em;
  color: inherit;
  margin: 0 30px;
  width: 50%;
  width: calc(100% - 360px);
  float: left;
  position: relative;
}

/* line 1335, app/assets/stylesheets/home.css.scss */
#testimonials .inner .testimonial .quote .attribution {
  margin-top: 15px;
  font-size: .9rem;
  font-weight: normal;
}

/* line 1340, app/assets/stylesheets/home.css.scss */
#testimonials .inner .testimonial .quote .quote-symbol {
  position: absolute;
  top: 0;
  left: -30px;
  width: 54px;
  height: 64px;
  line-height: 60px;
  opacity: 0.56;
  font-size: 125px;
  font-weight: 900;
  color: #7dead7;
  z-index: 1;
}

/* line 1353, app/assets/stylesheets/home.css.scss */
#testimonials .inner .testimonial .quote .quote-text {
  z-index: 2;
  position: relative;
}

/* line 1363, app/assets/stylesheets/home.css.scss */
#marketplace #top-section, #connect #top-section {
  min-height: 270px;
}

/* line 1365, app/assets/stylesheets/home.css.scss */
#marketplace #top-section .become-a-provider, #connect #top-section .become-a-provider {
  vertical-align: middle;
}

/* line 1367, app/assets/stylesheets/home.css.scss */
#marketplace #top-section .become-a-provider .container, #connect #top-section .become-a-provider .container {
  max-width: 600px;
  min-width: 300px;
  padding: 0;
}

/* line 1373, app/assets/stylesheets/home.css.scss */
#marketplace #top-section .become-a-provider .small-message, #connect #top-section .become-a-provider .small-message {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 1.5rem auto;
  font-weight: 600;
}

/* line 1381, app/assets/stylesheets/home.css.scss */
#marketplace .header-label, #connect .header-label {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 10px;
}

/* line 1390, app/assets/stylesheets/home.css.scss */
#marketplace #top-section {
  height: 63vh;
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/superheroes.jpeg");
  background-position: center;
  background-size: cover;
}

/* line 1396, app/assets/stylesheets/home.css.scss */
#marketplace .benefit-label {
  font-size: 2em;
  font-weight: 200;
  margin: 2.5% auto;
}

/* line 1403, app/assets/stylesheets/home.css.scss */
#connect #top-section {
  height: 67vh;
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/hero_connect.jpg");
  background-position: center;
  background-size: cover;
}

/* line 1410, app/assets/stylesheets/home.css.scss */
#connect #testimonials {
  padding-top: 5%;
}

/* line 1414, app/assets/stylesheets/home.css.scss */
#connect input.timepicker-input {
  width: 80px;
}

/* line 1417, app/assets/stylesheets/home.css.scss */
#connect input.datepicker-input {
  width: 140px;
  border-radius: 7px;
}

/* line 1424, app/assets/stylesheets/home.css.scss */
#connect .items .item {
  padding: 0 2.5%;
}

/* line 1427, app/assets/stylesheets/home.css.scss */
#connect .items .item .benefit-label {
  color: #444;
  font-size: 1em;
  padding: 14px 0 7px;
  text-shadow: 1px 1px 2px white;
  text-transform: none;
}

/* line 1434, app/assets/stylesheets/home.css.scss */
#connect .items .item .benefit-explanation {
  color: #535353;
  line-height: 1.3em;
  font-size: .95em;
}

/* line 1442, app/assets/stylesheets/home.css.scss */
#connect #fees {
  padding: 5% 0 10%;
}

/* line 1445, app/assets/stylesheets/home.css.scss */
#connect #fees .splash-btn {
  border: 0;
}

/* line 1451, app/assets/stylesheets/home.css.scss */
#partners {
  width: 98%;
  padding: 0;
}

/* line 1455, app/assets/stylesheets/home.css.scss */
#partners .inner {
  background: #fff;
  border-radius: 6px;
  height: 100%;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
  padding: 1%;
  margin-bottom: 2.5%;
  margin-top: 1%;
}

/* line 1464, app/assets/stylesheets/home.css.scss */
#partners .inner .title-section {
  position: relative;
}

/* line 1467, app/assets/stylesheets/home.css.scss */
#partners .inner .title-section .market-picker {
  font-size: 1rem;
}

/* line 1473, app/assets/stylesheets/home.css.scss */
#partners .content-container {
  padding-top: 1%;
  display: inline-block;
  width: 100%;
}

/* line 1478, app/assets/stylesheets/home.css.scss */
#partners .logos-container {
  height: 100%;
  height: 80vh;
  overflow: scroll;
}

/* line 1484, app/assets/stylesheets/home.css.scss */
#partners .image-container {
  width: 100px;
  height: 100px;
  margin: 10px;
}

/* line 1489, app/assets/stylesheets/home.css.scss */
#partners .image-container .photo {
  margin: 0;
  min-width: 100px;
  width: 100%;
  min-height: 100px;
  height: 100%;
  background-size: contain;
}

/* line 1497, app/assets/stylesheets/home.css.scss */
#partners .image-container .form-label {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

/* line 1503, app/assets/stylesheets/home.css.scss */
#partners #partner-map {
  height: 100%;
  height: 80vh;
  min-height: 400px;
  width: 100%;
}

/* line 1512, app/assets/stylesheets/home.css.scss */
.privacy.container p, .terms.container p {
  line-height: 1.5em;
  margin: 5px auto 20px;
}

/* line 1517, app/assets/stylesheets/home.css.scss */
.privacy.container h4.bold-header, .terms.container h4.bold-header {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* line 1522, app/assets/stylesheets/home.css.scss */
.privacy.container ul li, .terms.container ul li {
  list-style: disc;
}

/* line 1526, app/assets/stylesheets/home.css.scss */
.privacy.container li, .terms.container li {
  line-height: 1.5em;
  margin: 0 auto 0 1em;
}

/* line 1531, app/assets/stylesheets/home.css.scss */
.privacy.container .effective, .terms.container .effective {
  display: inline-block;
}

/* line 1535, app/assets/stylesheets/home.css.scss */
.privacy.container strong, .terms.container strong {
  font-weight: 600;
}

/* line 1540, app/assets/stylesheets/home.css.scss */
.privacy.container ol li, .terms.container ol li {
  margin: 0 auto 0 1em;
  line-height: 1.5em;
}

/* line 1547, app/assets/stylesheets/home.css.scss */
#terms, #privacy {
  padding-top: 15px;
  padding-bottom: 5%;
}

/* line 1551, app/assets/stylesheets/home.css.scss */
#terms .inner, #privacy .inner {
  padding: 0 20px 20px;
}

/* line 1556, app/assets/stylesheets/home.css.scss */
#about-us {
  position: relative;
  background: #f1f4f9;
  padding-bottom: 2.5%;
}

/* line 1561, app/assets/stylesheets/home.css.scss */
#about-us .pink-background {
  background: #EB0450;
  width: 100%;
  margin-top: 0;
  min-height: 300px;
  padding: 5% 0;
  position: relative;
}

/* line 1569, app/assets/stylesheets/home.css.scss */
#about-us .pink-background img {
  height: 64px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 1580, app/assets/stylesheets/home.css.scss */
#about-us .container {
  height: 100%;
  padding: 0;
  background: #fff;
  margin: 2.5% auto;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

/* line 1589, app/assets/stylesheets/home.css.scss */
#about-us p {
  line-height: 1.6em;
  font-size: 1em;
  margin: 13px auto;
}

/* line 1595, app/assets/stylesheets/home.css.scss */
#about-us p:last-child {
  margin-bottom: 0;
}

/* line 1599, app/assets/stylesheets/home.css.scss */
#about-us section {
  padding: 30px 10px;
  margin: 20px;
}

/* line 1603, app/assets/stylesheets/home.css.scss */
#about-us section .team-member {
  clear: both;
  padding: 2.5% 0;
  margin: 0 auto 2.5%;
}

/* line 1608, app/assets/stylesheets/home.css.scss */
#about-us section .team-member h3 {
  padding: 0;
  margin: 0;
}

/* line 1613, app/assets/stylesheets/home.css.scss */
#about-us section .team-member .profile-pic {
  float: left;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 230px;
  height: 230px;
  margin: 0 23px 23px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 1626, app/assets/stylesheets/home.css.scss */
#about-us section .team-member p {
  font-size: 1em;
}

/* line 1630, app/assets/stylesheets/home.css.scss */
#about-us section .team-member:last-child {
  padding-bottom: 0;
}

/* line 1634, app/assets/stylesheets/home.css.scss */
#about-us #summary {
  border: 0;
  margin-top: 0;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 1644, app/assets/stylesheets/home.css.scss */
  #wrap #splash .down-arrow img {
    width: 200px;
  }
  /* line 1649, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content {
    height: 100vh;
  }
  /* line 1653, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel {
    padding: 0 2.5%;
  }
  /* line 1657, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta .messaging.container {
    padding: 0 10% 0.5%;
  }
  /* line 1659, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta .messaging.container .small-message, #wrap #splash #top-content #cta .messaging.container #big-message {
    text-shadow: none;
  }
  /* line 1662, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta .messaging.container .text-app {
    margin: 0 auto;
  }
  /* line 1666, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta .messaging.container #app-store-link img, #wrap #splash #top-content #cta .messaging.container #play-store-link img {
    float: none;
  }
  /* line 1675, app/assets/stylesheets/home.css.scss */
  #wrap .providers #bottom-section {
    width: 100%;
    min-width: 100%;
    padding-top: 5%;
  }
  /* line 1681, app/assets/stylesheets/home.css.scss */
  #wrap #testimonials {
    height: 100%;
  }
  /* line 1685, app/assets/stylesheets/home.css.scss */
  #wrap #testimonials .inner .testimonial {
    padding: 5%;
    margin: 1rem auto;
    width: 100%;
  }
  /* line 1690, app/assets/stylesheets/home.css.scss */
  #wrap #testimonials .inner .testimonial .headshot-container {
    float: none;
    margin: 20px auto;
  }
  /* line 1694, app/assets/stylesheets/home.css.scss */
  #wrap #testimonials .inner .testimonial .quote {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  /* line 1699, app/assets/stylesheets/home.css.scss */
  #wrap #testimonials .inner .testimonial .provider-logo {
    width: 100%;
  }
  /* line 1706, app/assets/stylesheets/home.css.scss */
  #wrap #efficiency .text-container {
    widht: 100%;
  }
  /* line 1711, app/assets/stylesheets/home.css.scss */
  #wrap #risk-free .text-container {
    width: 100%;
    vertical-align: top;
  }
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  /* line 1722, app/assets/stylesheets/home.css.scss */
  #navigation.light #links #logo .small-message {
    display: none;
  }
  /* line 1729, app/assets/stylesheets/home.css.scss */
  #main #terms, #main #privacy {
    width: 100%;
  }
  /* line 1732, app/assets/stylesheets/home.css.scss */
  #main #terms .panel .inner, #main #privacy .panel .inner {
    padding: 2.5%;
  }
  /* line 1738, app/assets/stylesheets/home.css.scss */
  #main #about #summary {
    margin: 10px;
    padding: 0;
  }
  /* line 1745, app/assets/stylesheets/home.css.scss */
  #marketplace #top-section, #connect #top-section {
    height: 70vh;
  }
  /* line 1749, app/assets/stylesheets/home.css.scss */
  #marketplace #bottom-section .image-container, #marketplace #bottom-section .text-container, #connect #bottom-section .image-container, #connect #bottom-section .text-container {
    width: 100%;
    display: table-row;
    text-align: center;
  }
  /* line 1754, app/assets/stylesheets/home.css.scss */
  #marketplace #bottom-section .image-container .benefit-image, #marketplace #bottom-section .text-container .benefit-image, #connect #bottom-section .image-container .benefit-image, #connect #bottom-section .text-container .benefit-image {
    max-width: 100%;
  }
  /* line 1764, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content .mobile-overlay, #wrap #splash #above-the-fold .mobile-overlay, #wrap #online-splash #top-content .mobile-overlay, #wrap #online-splash #above-the-fold .mobile-overlay {
    opacity: .33;
  }
  /* line 1767, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta, #wrap #splash #above-the-fold #cta, #wrap #online-splash #top-content #cta, #wrap #online-splash #above-the-fold #cta {
    width: 96%;
    left: 2%;
    right: 2%;
    height: 100%;
    padding: 0;
    bottom: 25%;
  }
  /* line 1775, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #sub-out, #wrap #splash #above-the-fold #cta #sub-out, #wrap #online-splash #top-content #cta #sub-out, #wrap #online-splash #above-the-fold #cta #sub-out {
    padding: 2.5% 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  /* line 1783, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel, #wrap #splash #top-content #cta #explore-section .panel, #wrap #splash #above-the-fold #cta #discover-section .panel, #wrap #splash #above-the-fold #cta #explore-section .panel, #wrap #online-splash #top-content #cta #discover-section .panel, #wrap #online-splash #top-content #cta #explore-section .panel, #wrap #online-splash #above-the-fold #cta #discover-section .panel, #wrap #online-splash #above-the-fold #cta #explore-section .panel {
    padding: 0 2.5%;
  }
  /* line 1785, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options, #wrap #splash #top-content #cta #explore-section .panel .options, #wrap #splash #above-the-fold #cta #discover-section .panel .options, #wrap #splash #above-the-fold #cta #explore-section .panel .options, #wrap #online-splash #top-content #cta #discover-section .panel .options, #wrap #online-splash #top-content #cta #explore-section .panel .options, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options {
    flex-direction: column;
    min-height: 200px;
    padding: 0;
    margin: 0;
    border-right: 0;
  }
  /* line 1792, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .search, #wrap #splash #top-content #cta #explore-section .panel .options .search, #wrap #splash #above-the-fold #cta #discover-section .panel .options .search, #wrap #splash #above-the-fold #cta #explore-section .panel .options .search, #wrap #online-splash #top-content #cta #discover-section .panel .options .search, #wrap #online-splash #top-content #cta #explore-section .panel .options .search, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .search, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .search {
    border-right: 0;
  }
  /* line 1794, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .search #search-field, #wrap #splash #top-content #cta #explore-section .panel .options .search #search-field, #wrap #splash #above-the-fold #cta #discover-section .panel .options .search #search-field, #wrap #splash #above-the-fold #cta #explore-section .panel .options .search #search-field, #wrap #online-splash #top-content #cta #discover-section .panel .options .search #search-field, #wrap #online-splash #top-content #cta #explore-section .panel .options .search #search-field, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .search #search-field, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .search #search-field {
    padding-left: 10px;
    text-align: center;
  }
  /* line 1799, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .ages, #wrap #splash #top-content #cta #discover-section .panel .options .locations, #wrap #splash #top-content #cta #discover-section .panel .options .dates, #wrap #splash #top-content #cta #discover-section .panel .options #search-submit, #wrap #splash #top-content #cta #explore-section .panel .options .ages, #wrap #splash #top-content #cta #explore-section .panel .options .locations, #wrap #splash #top-content #cta #explore-section .panel .options .dates, #wrap #splash #top-content #cta #explore-section .panel .options #search-submit, #wrap #splash #above-the-fold #cta #discover-section .panel .options .ages, #wrap #splash #above-the-fold #cta #discover-section .panel .options .locations, #wrap #splash #above-the-fold #cta #discover-section .panel .options .dates, #wrap #splash #above-the-fold #cta #discover-section .panel .options #search-submit, #wrap #splash #above-the-fold #cta #explore-section .panel .options .ages, #wrap #splash #above-the-fold #cta #explore-section .panel .options .locations, #wrap #splash #above-the-fold #cta #explore-section .panel .options .dates, #wrap #splash #above-the-fold #cta #explore-section .panel .options #search-submit, #wrap #online-splash #top-content #cta #discover-section .panel .options .ages, #wrap #online-splash #top-content #cta #discover-section .panel .options .locations, #wrap #online-splash #top-content #cta #discover-section .panel .options .dates, #wrap #online-splash #top-content #cta #discover-section .panel .options #search-submit, #wrap #online-splash #top-content #cta #explore-section .panel .options .ages, #wrap #online-splash #top-content #cta #explore-section .panel .options .locations, #wrap #online-splash #top-content #cta #explore-section .panel .options .dates, #wrap #online-splash #top-content #cta #explore-section .panel .options #search-submit, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .ages, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .locations, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .dates, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options #search-submit, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .ages, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .locations, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .dates, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options #search-submit {
    flex-basis: 25%;
  }
  /* line 1802, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .ages, #wrap #splash #top-content #cta #explore-section .panel .options .ages, #wrap #splash #above-the-fold #cta #discover-section .panel .options .ages, #wrap #splash #above-the-fold #cta #explore-section .panel .options .ages, #wrap #online-splash #top-content #cta #discover-section .panel .options .ages, #wrap #online-splash #top-content #cta #explore-section .panel .options .ages, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .ages, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .ages {
    border-radius: 7px 7px 0 0;
  }
  /* line 1804, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .ages .selectize-input, #wrap #splash #top-content #cta #discover-section .panel .options .ages .selectize-control, #wrap #splash #top-content #cta #explore-section .panel .options .ages .selectize-input, #wrap #splash #top-content #cta #explore-section .panel .options .ages .selectize-control, #wrap #splash #above-the-fold #cta #discover-section .panel .options .ages .selectize-input, #wrap #splash #above-the-fold #cta #discover-section .panel .options .ages .selectize-control, #wrap #splash #above-the-fold #cta #explore-section .panel .options .ages .selectize-input, #wrap #splash #above-the-fold #cta #explore-section .panel .options .ages .selectize-control, #wrap #online-splash #top-content #cta #discover-section .panel .options .ages .selectize-input, #wrap #online-splash #top-content #cta #discover-section .panel .options .ages .selectize-control, #wrap #online-splash #top-content #cta #explore-section .panel .options .ages .selectize-input, #wrap #online-splash #top-content #cta #explore-section .panel .options .ages .selectize-control, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .ages .selectize-input, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .ages .selectize-control, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .ages .selectize-input, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .ages .selectize-control {
    border-color: transparent;
    border-radius: 7px 7px 0 0;
  }
  /* line 1808, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .ages .selectize-input, #wrap #splash #top-content #cta #explore-section .panel .options .ages .selectize-input, #wrap #splash #above-the-fold #cta #discover-section .panel .options .ages .selectize-input, #wrap #splash #above-the-fold #cta #explore-section .panel .options .ages .selectize-input, #wrap #online-splash #top-content #cta #discover-section .panel .options .ages .selectize-input, #wrap #online-splash #top-content #cta #explore-section .panel .options .ages .selectize-input, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .ages .selectize-input, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .ages .selectize-input {
    padding: 13px;
  }
  /* line 1811, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .ages .selectize-input input[type="text"], #wrap #splash #top-content #cta #explore-section .panel .options .ages .selectize-input input[type="text"], #wrap #splash #above-the-fold #cta #discover-section .panel .options .ages .selectize-input input[type="text"], #wrap #splash #above-the-fold #cta #explore-section .panel .options .ages .selectize-input input[type="text"], #wrap #online-splash #top-content #cta #discover-section .panel .options .ages .selectize-input input[type="text"], #wrap #online-splash #top-content #cta #explore-section .panel .options .ages .selectize-input input[type="text"], #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .ages .selectize-input input[type="text"], #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .ages .selectize-input input[type="text"] {
    width: calc(100% - 20px) !important;
    text-align: center;
    top: 2px;
    position: relative;
  }
  /* line 1818, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .ages .selectize-input.has-items, #wrap #splash #top-content #cta #explore-section .panel .options .ages .selectize-input.has-items, #wrap #splash #above-the-fold #cta #discover-section .panel .options .ages .selectize-input.has-items, #wrap #splash #above-the-fold #cta #explore-section .panel .options .ages .selectize-input.has-items, #wrap #online-splash #top-content #cta #discover-section .panel .options .ages .selectize-input.has-items, #wrap #online-splash #top-content #cta #explore-section .panel .options .ages .selectize-input.has-items, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .ages .selectize-input.has-items, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .ages .selectize-input.has-items {
    padding: 12px 2px 10px 20px;
  }
  /* line 1820, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .ages .selectize-input.has-items input[type="text"], #wrap #splash #top-content #cta #explore-section .panel .options .ages .selectize-input.has-items input[type="text"], #wrap #splash #above-the-fold #cta #discover-section .panel .options .ages .selectize-input.has-items input[type="text"], #wrap #splash #above-the-fold #cta #explore-section .panel .options .ages .selectize-input.has-items input[type="text"], #wrap #online-splash #top-content #cta #discover-section .panel .options .ages .selectize-input.has-items input[type="text"], #wrap #online-splash #top-content #cta #explore-section .panel .options .ages .selectize-input.has-items input[type="text"], #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .ages .selectize-input.has-items input[type="text"], #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .ages .selectize-input.has-items input[type="text"] {
    width: 0 !important;
  }
  /* line 1824, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .ages i, #wrap #splash #top-content #cta #explore-section .panel .options .ages i, #wrap #splash #above-the-fold #cta #discover-section .panel .options .ages i, #wrap #splash #above-the-fold #cta #explore-section .panel .options .ages i, #wrap #online-splash #top-content #cta #discover-section .panel .options .ages i, #wrap #online-splash #top-content #cta #explore-section .panel .options .ages i, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .ages i, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .ages i {
    left: 13px;
  }
  /* line 1828, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options #search-submit, #wrap #splash #top-content #cta #explore-section .panel .options #search-submit, #wrap #splash #above-the-fold #cta #discover-section .panel .options #search-submit, #wrap #splash #above-the-fold #cta #explore-section .panel .options #search-submit, #wrap #online-splash #top-content #cta #discover-section .panel .options #search-submit, #wrap #online-splash #top-content #cta #explore-section .panel .options #search-submit, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options #search-submit, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options #search-submit {
    border-radius: 0 0 7px 7px;
  }
  /* line 1833, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .locations #location-icon, #wrap #splash #top-content #cta #explore-section .panel .options .locations #location-icon, #wrap #splash #above-the-fold #cta #discover-section .panel .options .locations #location-icon, #wrap #splash #above-the-fold #cta #explore-section .panel .options .locations #location-icon, #wrap #online-splash #top-content #cta #discover-section .panel .options .locations #location-icon, #wrap #online-splash #top-content #cta #explore-section .panel .options .locations #location-icon, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .locations #location-icon, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .locations #location-icon {
    left: 12px;
  }
  /* line 1836, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .locations #location-search, #wrap #splash #top-content #cta #explore-section .panel .options .locations #location-search, #wrap #splash #above-the-fold #cta #discover-section .panel .options .locations #location-search, #wrap #splash #above-the-fold #cta #explore-section .panel .options .locations #location-search, #wrap #online-splash #top-content #cta #discover-section .panel .options .locations #location-search, #wrap #online-splash #top-content #cta #explore-section .panel .options .locations #location-search, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .locations #location-search, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .locations #location-search {
    padding: 13px;
  }
  /* line 1840, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .dates, #wrap #splash #top-content #cta #explore-section .panel .options .dates, #wrap #splash #above-the-fold #cta #discover-section .panel .options .dates, #wrap #splash #above-the-fold #cta #explore-section .panel .options .dates, #wrap #online-splash #top-content #cta #discover-section .panel .options .dates, #wrap #online-splash #top-content #cta #explore-section .panel .options .dates, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .dates, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .dates {
    width: 100%;
  }
  /* line 1842, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .dates i, #wrap #splash #top-content #cta #explore-section .panel .options .dates i, #wrap #splash #above-the-fold #cta #discover-section .panel .options .dates i, #wrap #splash #above-the-fold #cta #explore-section .panel .options .dates i, #wrap #online-splash #top-content #cta #discover-section .panel .options .dates i, #wrap #online-splash #top-content #cta #explore-section .panel .options .dates i, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .dates i, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .dates i {
    left: 12px;
  }
  /* line 1845, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #discover-section .panel .options .dates #date-field, #wrap #splash #top-content #cta #explore-section .panel .options .dates #date-field, #wrap #splash #above-the-fold #cta #discover-section .panel .options .dates #date-field, #wrap #splash #above-the-fold #cta #explore-section .panel .options .dates #date-field, #wrap #online-splash #top-content #cta #discover-section .panel .options .dates #date-field, #wrap #online-splash #top-content #cta #explore-section .panel .options .dates #date-field, #wrap #online-splash #above-the-fold #cta #discover-section .panel .options .dates #date-field, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .dates #date-field {
    padding: 13px;
  }
  /* line 1855, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #explore-section .panel .options, #wrap #splash #above-the-fold #cta #explore-section .panel .options, #wrap #online-splash #top-content #cta #explore-section .panel .options, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options {
    min-height: 240px;
  }
  /* line 1857, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta #explore-section .panel .options .ages, #wrap #splash #top-content #cta #explore-section .panel .options .search, #wrap #splash #top-content #cta #explore-section .panel .options .category, #wrap #splash #top-content #cta #explore-section .panel .options .dates, #wrap #splash #top-content #cta #explore-section .panel .options #search-submit, #wrap #splash #above-the-fold #cta #explore-section .panel .options .ages, #wrap #splash #above-the-fold #cta #explore-section .panel .options .search, #wrap #splash #above-the-fold #cta #explore-section .panel .options .category, #wrap #splash #above-the-fold #cta #explore-section .panel .options .dates, #wrap #splash #above-the-fold #cta #explore-section .panel .options #search-submit, #wrap #online-splash #top-content #cta #explore-section .panel .options .ages, #wrap #online-splash #top-content #cta #explore-section .panel .options .search, #wrap #online-splash #top-content #cta #explore-section .panel .options .category, #wrap #online-splash #top-content #cta #explore-section .panel .options .dates, #wrap #online-splash #top-content #cta #explore-section .panel .options #search-submit, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .ages, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .search, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .category, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options .dates, #wrap #online-splash #above-the-fold #cta #explore-section .panel .options #search-submit {
    flex-basis: 20%;
  }
  /* line 1863, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta .messaging.container, #wrap #splash #above-the-fold #cta .messaging.container, #wrap #online-splash #top-content #cta .messaging.container, #wrap #online-splash #above-the-fold #cta .messaging.container {
    width: 100%;
    padding: 0 2.5%;
    height: 30%;
  }
  /* line 1868, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta .messaging.container #big-message, #wrap #splash #above-the-fold #cta .messaging.container #big-message, #wrap #online-splash #top-content #cta .messaging.container #big-message, #wrap #online-splash #above-the-fold #cta .messaging.container #big-message {
    font-size: 2rem;
  }
  /* line 1872, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta .messaging.container #small-message, #wrap #splash #above-the-fold #cta .messaging.container #small-message, #wrap #online-splash #top-content #cta .messaging.container #small-message, #wrap #online-splash #above-the-fold #cta .messaging.container #small-message {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
  /* line 1878, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta .messaging.container .text-app input[type="text"], #wrap #splash #above-the-fold #cta .messaging.container .text-app input[type="text"], #wrap #online-splash #top-content #cta .messaging.container .text-app input[type="text"], #wrap #online-splash #above-the-fold #cta .messaging.container .text-app input[type="text"] {
    margin: 0;
    padding: 10px;
  }
  /* line 1882, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta .messaging.container .text-app .simple-btn, #wrap #splash #above-the-fold #cta .messaging.container .text-app .simple-btn, #wrap #online-splash #top-content #cta .messaging.container .text-app .simple-btn, #wrap #online-splash #above-the-fold #cta .messaging.container .text-app .simple-btn {
    font-size: .9em;
  }
  /* line 1885, app/assets/stylesheets/home.css.scss */
  #wrap #splash #top-content #cta .messaging.container .text-app .link-instructions, #wrap #splash #above-the-fold #cta .messaging.container .text-app .link-instructions, #wrap #online-splash #top-content #cta .messaging.container .text-app .link-instructions, #wrap #online-splash #above-the-fold #cta .messaging.container .text-app .link-instructions {
    line-height: 1.1em;
    padding-top: 2.5%;
  }
  /* line 1896, app/assets/stylesheets/home.css.scss */
  #wrap .mobile-section .small-message {
    background: transparent;
    border: 0;
  }
  /* line 1900, app/assets/stylesheets/home.css.scss */
  #wrap .mobile-section #mobile-go {
    display: none;
  }
  /* line 1903, app/assets/stylesheets/home.css.scss */
  #wrap .mobile-section .text-app {
    width: 96%;
    margin: 0 auto;
  }
  /* line 1907, app/assets/stylesheets/home.css.scss */
  #wrap .mobile-section .text-form, #wrap .mobile-section .link-instructions {
    display: none;
  }
  /* line 1913, app/assets/stylesheets/home.css.scss */
  #wrap .benefit .image-container {
    display: table-row;
  }
  /* line 1916, app/assets/stylesheets/home.css.scss */
  #wrap .benefit .image-container .benefit-image {
    position: relative !important;
    max-width: 100%;
  }
  /* line 1921, app/assets/stylesheets/home.css.scss */
  #wrap .benefit .text-container {
    padding: 0;
  }
  /* line 1923, app/assets/stylesheets/home.css.scss */
  #wrap .benefit .text-container * {
    text-align: center;
    max-width: 90%;
    margin: 1rem auto;
  }
  /* line 1931, app/assets/stylesheets/home.css.scss */
  #wrap #btf {
    padding: 10% 0 0;
  }
  /* line 1934, app/assets/stylesheets/home.css.scss */
  #wrap #btf #providers {
    background: #fff;
  }
  /* line 1937, app/assets/stylesheets/home.css.scss */
  #wrap #btf #providers .flex-section {
    box-shadow: none;
    margin: 0 auto;
    width: 94%;
  }
  /* line 1942, app/assets/stylesheets/home.css.scss */
  #wrap #btf #providers .flex-section .flex-row {
    display: block;
  }
  /* line 1944, app/assets/stylesheets/home.css.scss */
  #wrap #btf #providers .flex-section .flex-row .provider-logo {
    width: 46%;
  }
  /* line 1951, app/assets/stylesheets/home.css.scss */
  #wrap #btf #providers-trust {
    padding: 20% 0 0;
  }
  /* line 1954, app/assets/stylesheets/home.css.scss */
  #wrap #btf #providers-trust .inner-box {
    padding-top: 5%;
  }
  /* line 1958, app/assets/stylesheets/home.css.scss */
  #wrap #btf #providers-trust .inner-box .list-container .image {
    padding: 0;
  }
  /* line 1961, app/assets/stylesheets/home.css.scss */
  #wrap #btf #providers-trust .inner-box .list-container .inside.card.list {
    width: 90%;
  }
  /* line 1964, app/assets/stylesheets/home.css.scss */
  #wrap #btf #providers-trust .inner-box .list-container .inside.card.list li {
    text-align: center;
  }
  /* line 1971, app/assets/stylesheets/home.css.scss */
  #wrap #btf #join-us {
    margin: 10% 0 0;
    padding: 10% 0;
    width: 100%;
    height: auto;
  }
  /* line 1977, app/assets/stylesheets/home.css.scss */
  #wrap #btf #join-us .benefit-box {
    margin-bottom: 10%;
  }
  /* line 1980, app/assets/stylesheets/home.css.scss */
  #wrap #btf #join-us .provider-images {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  /* line 1984, app/assets/stylesheets/home.css.scss */
  #wrap #btf #join-us .provider-images .provider-img-container img.provider-img, #wrap #btf #join-us .provider-images .provider-img-container {
    border-radius: 0 !important;
  }
  /* line 1989, app/assets/stylesheets/home.css.scss */
  #wrap #btf #join-us .learn-more-container a.splash-btn {
    width: 90%;
  }
  /* line 1992, app/assets/stylesheets/home.css.scss */
  #wrap #btf #join-us .learn-more-container .provider-inner .provider-cta p {
    width: 94%;
    max-width: 94%;
  }
  /* line 2001, app/assets/stylesheets/home.css.scss */
  input[type="submit"], input[type="text"], input[type="email"] {
    -webkit-appearance: none;
    font-size: 1em;
  }
  /* line 2008, app/assets/stylesheets/home.css.scss */
  #about h1 {
    margin: 7.5% auto 10%;
  }
  /* line 2014, app/assets/stylesheets/home.css.scss */
  #about #team .team-member .profile-pic {
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  /* line 2019, app/assets/stylesheets/home.css.scss */
  #about #team .team-member .profile-pic img {
    width: 100%;
    height: 50%;
    float: none;
  }
  /* line 2026, app/assets/stylesheets/home.css.scss */
  #about #team .team-member h2, #about #team .team-member h3, #about #team .team-member h4 {
    text-align: center;
  }
  /* line 2030, app/assets/stylesheets/home.css.scss */
  #about #team .team-member p {
    margin: 0 auto;
  }
  /* line 2034, app/assets/stylesheets/home.css.scss */
  #about #team .team-member:last-child {
    padding-top: 10%;
  }
}
/* line 7, app/assets/stylesheets/instructors.css.scss */
.provider #new-instructor section, .provider #new-instructor section.row, .provider #edit-instructor section, .provider #edit-instructor section.row, .admin #new-instructor section, .admin #new-instructor section.row, .admin #edit-instructor section, .admin #edit-instructor section.row {
  padding: 5% 0;
  border-bottom: 1px solid #eee;
  clear: both;
  width: 100%;
  display: table;
}

/* line 15, app/assets/stylesheets/instructors.css.scss */
.provider #new-instructor section.basic, .provider #edit-instructor section.basic, .admin #new-instructor section.basic, .admin #edit-instructor section.basic {
  padding-top: 1%;
}

/* line 18, app/assets/stylesheets/instructors.css.scss */
.provider #new-instructor section.dob, .provider #edit-instructor section.dob, .admin #new-instructor section.dob, .admin #edit-instructor section.dob {
  border-bottom: 0;
}

/* line 20, app/assets/stylesheets/instructors.css.scss */
.provider #new-instructor section.dob input.date[type="text"], .provider #edit-instructor section.dob input.date[type="text"], .admin #new-instructor section.dob input.date[type="text"], .admin #edit-instructor section.dob input.date[type="text"] {
  width: 230px;
}

/* line 26, app/assets/stylesheets/instructors.css.scss */
.provider #new-instructor #instructor-location-error .parsley-errors-list.filled, .provider #edit-instructor #instructor-location-error .parsley-errors-list.filled, .admin #new-instructor #instructor-location-error .parsley-errors-list.filled, .admin #edit-instructor #instructor-location-error .parsley-errors-list.filled {
  display: block;
}

/* line 32, app/assets/stylesheets/instructors.css.scss */
.provider #new-instructor .profile-photo .instructor_photo.rounded-btn, .provider #edit-instructor .profile-photo .instructor_photo.rounded-btn, .admin #new-instructor .profile-photo .instructor_photo.rounded-btn, .admin #edit-instructor .profile-photo .instructor_photo.rounded-btn {
  width: 90%;
}

/* line 37, app/assets/stylesheets/instructors.css.scss */
.provider #new-instructor .loc.row, .provider #edit-instructor .loc.row, .admin #new-instructor .loc.row, .admin #edit-instructor .loc.row {
  padding: 0;
}

/* line 41, app/assets/stylesheets/instructors.css.scss */
.provider #new-instructor .admin-section, .provider #edit-instructor .admin-section, .admin #new-instructor .admin-section, .admin #edit-instructor .admin-section {
  padding: 7px 14px 14px;
  background: #f1f1f1;
  margin-bottom: 5%;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* line 50, app/assets/stylesheets/instructors.css.scss */
.provider #new-instructor #dashboard-access-container, .provider #new-instructor #write-access-container, .provider #edit-instructor #dashboard-access-container, .provider #edit-instructor #write-access-container, .admin #new-instructor #dashboard-access-container, .admin #new-instructor #write-access-container, .admin #edit-instructor #dashboard-access-container, .admin #edit-instructor #write-access-container {
  display: block;
  margin-bottom: 1rem;
}

/* line 55, app/assets/stylesheets/instructors.css.scss */
.provider #new-instructor .btn-container, .provider #edit-instructor .btn-container, .admin #new-instructor .btn-container, .admin #edit-instructor .btn-container {
  margin: 0 auto;
  padding: 5% 0;
}

/* line 63, app/assets/stylesheets/instructors.css.scss */
.instructors #instructors-activities {
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
}

/* line 75, app/assets/stylesheets/instructors.css.scss */
.instructors .panel .inner .top-section #toggle-instructor-btn, .instructors .half-panel .inner .top-section #toggle-instructor-btn {
  position: absolute;
  right: 0;
  padding-top: 4px;
  font-size: 29px;
  cursor: pointer;
  color: #aaa;
}

/* line 83, app/assets/stylesheets/instructors.css.scss */
.instructors .panel .inner .top-section #toggle-instructor-btn:hover, .instructors .half-panel .inner .top-section #toggle-instructor-btn:hover {
  color: #EB0450;
}

/* line 86, app/assets/stylesheets/instructors.css.scss */
.instructors .panel .inner .top-section #toggle-instructor-btn.selected, .instructors .half-panel .inner .top-section #toggle-instructor-btn.selected {
  color: #EB0450;
}

/* line 90, app/assets/stylesheets/instructors.css.scss */
.instructors .panel .inner .top-section .send-emails, .instructors .half-panel .inner .top-section .send-emails {
  float: left;
  width: 200px;
}

/* line 96, app/assets/stylesheets/instructors.css.scss */
.instructors .panel .instructors-panel-inner, .instructors .half-panel .instructors-panel-inner {
  padding-bottom: 15px;
}

/* line 99, app/assets/stylesheets/instructors.css.scss */
.instructors .panel .instructors-panel-inner:last-child, .instructors .half-panel .instructors-panel-inner:last-child {
  padding-bottom: 0;
}

/* line 104, app/assets/stylesheets/instructors.css.scss */
.instructors #instructors-table-container .selectize-input {
  border-radius: 7px;
  border: 1px solid transparent;
  background: rgba(238, 241, 244, 0.75);
  padding: 7px;
  cursor: pointer;
}

/* line 111, app/assets/stylesheets/instructors.css.scss */
.instructors #instructors-table-container .selectize-input.has-items {
  padding: 5px 7px;
}

/* line 114, app/assets/stylesheets/instructors.css.scss */
.instructors #instructors-table-container #start, .instructors #instructors-table-container #end {
  border: 0;
  background: rgba(238, 241, 244, 0.75);
  cursor: pointer;
}

/* line 120, app/assets/stylesheets/instructors.css.scss */
.instructors #instructors-panel {
  width: 37.5%;
  width: calc((100% - 200px) * .4);
  position: fixed;
  right: 0;
  overflow: auto;
  height: 100%;
  padding: 15px;
}

/* line 129, app/assets/stylesheets/instructors.css.scss */
.instructors #instructors-panel .inner {
  height: auto;
  position: relative;
  padding: 10px;
}

/* line 134, app/assets/stylesheets/instructors.css.scss */
.instructors #instructors-panel .inner #instructor-list {
  padding-bottom: 0;
}

/* line 137, app/assets/stylesheets/instructors.css.scss */
.instructors #instructors-panel .inner #instructor-list .instructor.row:last-child {
  border-bottom: 0;
}

/* line 143, app/assets/stylesheets/instructors.css.scss */
.instructors .instructors-panel {
  width: 60%;
  padding-bottom: 15px;
}

/* line 146, app/assets/stylesheets/instructors.css.scss */
.instructors .instructors-panel .inner {
  padding: 0;
}

/* line 153, app/assets/stylesheets/instructors.css.scss */
.provider.public .instructors, .provider-detail.container .instructors, .organization-detail.container .instructors {
  padding-top: 1.5em;
}

/* line 156, app/assets/stylesheets/instructors.css.scss */
.provider.public .instructors .form-label, .provider-detail.container .instructors .form-label, .organization-detail.container .instructors .form-label {
  margin: 14px auto;
  color: #bbb;
}

/* line 161, app/assets/stylesheets/instructors.css.scss */
.provider.public .instructors .instructor.row, .provider-detail.container .instructors .instructor.row, .organization-detail.container .instructors .instructor.row {
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #f7f7f7;
}

/* line 166, app/assets/stylesheets/instructors.css.scss */
.provider.public .instructors .instructor.row .instructor-name, .provider-detail.container .instructors .instructor.row .instructor-name, .organization-detail.container .instructors .instructor.row .instructor-name {
  font-size: 1.15em;
  font-weight: 500;
  margin-bottom: 5px;
}

/* line 171, app/assets/stylesheets/instructors.css.scss */
.provider.public .instructors .instructor.row .public.thumb, .provider-detail.container .instructors .instructor.row .public.thumb, .organization-detail.container .instructors .instructor.row .public.thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 11px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 181, app/assets/stylesheets/instructors.css.scss */
.provider.public .instructors .instructor.row .public.thumb.photo-placeholder, .provider-detail.container .instructors .instructor.row .public.thumb.photo-placeholder, .organization-detail.container .instructors .instructor.row .public.thumb.photo-placeholder {
  background-size: 50px;
}

/* line 184, app/assets/stylesheets/instructors.css.scss */
.provider.public .instructors .instructor.row .instructor-about, .provider-detail.container .instructors .instructor.row .instructor-about, .organization-detail.container .instructors .instructor.row .instructor-about {
  line-height: 1.2em;
  margin-top: 3px;
}

/* line 188, app/assets/stylesheets/instructors.css.scss */
.provider.public .instructors .instructor.row .instructor-about-toggle, .provider-detail.container .instructors .instructor.row .instructor-about-toggle, .organization-detail.container .instructors .instructor.row .instructor-about-toggle {
  color: #015AC8;
  cursor: pointer;
  font-weight: 600;
  font-size: .9em;
}

/* line 194, app/assets/stylesheets/instructors.css.scss */
.provider.public .instructors .instructor.row .instructor-about-toggle:hover, .provider-detail.container .instructors .instructor.row .instructor-about-toggle:hover, .organization-detail.container .instructors .instructor.row .instructor-about-toggle:hover {
  text-decoration: underline;
}

/* line 198, app/assets/stylesheets/instructors.css.scss */
.provider.public .instructors .instructor.row:last-child, .provider-detail.container .instructors .instructor.row:last-child, .organization-detail.container .instructors .instructor.row:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 207, app/assets/stylesheets/instructors.css.scss */
#show-instructor .modal-header {
  min-height: 0;
  padding: 0;
}

/* line 214, app/assets/stylesheets/instructors.css.scss */
.instructor.profile .about {
  margin: 7px auto;
}

/* line 220, app/assets/stylesheets/instructors.css.scss */
.instructors.container .mini-profile, .meet-the-teacher .mini-profile {
  width: 49%;
  margin: 1% 1% 0 0;
  padding: 1%;
  float: left;
  min-height: 400px;
  border-radius: 3px;
  border: 1px solid #eee;
  font-family: inherit;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
}

/* line 232, app/assets/stylesheets/instructors.css.scss */
.instructors.container .mini-profile .name, .meet-the-teacher .mini-profile .name {
  padding-top: 11px;
}

/* line 235, app/assets/stylesheets/instructors.css.scss */
.instructors.container .mini-profile p, .meet-the-teacher .mini-profile p {
  width: 96%;
}

/* line 238, app/assets/stylesheets/instructors.css.scss */
.instructors.container .mini-profile .directions-link, .meet-the-teacher .mini-profile .directions-link {
  padding: 15px 0 5px;
  font-weight: 500;
}

/* line 243, app/assets/stylesheets/instructors.css.scss */
.instructors.container .mini-profile .pic, .meet-the-teacher .mini-profile .pic {
  width: 100%;
  height: 200px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* line 251, app/assets/stylesheets/instructors.css.scss */
.instructors.container .mini-profile .pic img, .meet-the-teacher .mini-profile .pic img {
  background: #eee;
}

/* line 254, app/assets/stylesheets/instructors.css.scss */
.instructors.container .mini-profile .pic img, .instructors.container .mini-profile .pic .photo-placeholder, .meet-the-teacher .mini-profile .pic img, .meet-the-teacher .mini-profile .pic .photo-placeholder {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 266, app/assets/stylesheets/instructors.css.scss */
.instructors.container .mini-profile .gmap, .meet-the-teacher .mini-profile .gmap {
  width: 100%;
  height: 200px;
}

/* line 273, app/assets/stylesheets/instructors.css.scss */
.meet-the-teacher {
  display: table;
  width: 100%;
}

/* line 277, app/assets/stylesheets/instructors.css.scss */
.meet-the-teacher .mini-profile {
  min-height: inherit;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 286, app/assets/stylesheets/instructors.css.scss */
#instructors {
  max-width: 100%;
  padding: 0;
}

/* line 291, app/assets/stylesheets/instructors.css.scss */
#instructors .top {
  display: table;
  width: 100%;
  min-height: 100%;
  height: 90vh;
}

/* line 297, app/assets/stylesheets/instructors.css.scss */
#instructors .top .left-section {
  width: 50%;
  height: 100%;
  padding: 2%;
  background: url(/images/teacher.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: table-cell;
}

/* line 309, app/assets/stylesheets/instructors.css.scss */
#instructors .top .right-section {
  background: #f3f3f3;
  width: 50%;
  height: 100%;
  padding: 2%;
  display: table-cell;
  vertical-align: middle;
}

/* line 319, app/assets/stylesheets/instructors.css.scss */
#instructors h2, #instructors h3, #instructors h4 {
  text-align: center;
  margin: 5px auto 15px;
}

/* line 324, app/assets/stylesheets/instructors.css.scss */
#instructors form {
  background: #fff;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #eee;
  box-shadow: 0 0 100px 0 rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 336, app/assets/stylesheets/instructors.css.scss */
#instructors form input[type="text"], #instructors form input[type="email"] {
  width: 100%;
  padding: 1%;
  display: block;
  margin: 1% auto;
}

/* line 342, app/assets/stylesheets/instructors.css.scss */
#instructors form textarea {
  width: 98%;
  padding: 1%;
  margin: 0.25% auto;
  border: 1px dashed #eee;
}

/* line 354, app/assets/stylesheets/instructors.css.scss */
.interest-success {
  padding: 10%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.4em;
}

/* line 362, app/assets/stylesheets/instructors.css.scss */
.divider {
  background: #1ea9e1;
  width: 100%;
  height: 40px;
}

/* line 368, app/assets/stylesheets/instructors.css.scss */
.teacher-explanation.container {
  margin: 5% auto;
}

/* line 371, app/assets/stylesheets/instructors.css.scss */
.teacher-explanation.container h1, .teacher-explanation.container h2 {
  margin: 0 auto 2.5%;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 381, app/assets/stylesheets/instructors.css.scss */
  body #wrap #instructors .new_instructor {
    max-width: 100%;
    width: 95%;
  }
  /* line 387, app/assets/stylesheets/instructors.css.scss */
  body #wrap #instructors .top .left-section {
    display: none;
  }
  /* line 391, app/assets/stylesheets/instructors.css.scss */
  body #wrap #instructors .top .right-section {
    width: 100%;
    padding: 0;
  }
  /* line 398, app/assets/stylesheets/instructors.css.scss */
  body #wrap .teacher-explanation.container {
    width: 90%;
    margin: 0 auto;
    line-height: 1.9em;
  }
}
/* line 4, app/assets/stylesheets/insurances.scss */
html.admin #wrap.admin #main #edit-insurance-modal.modal .modal-dialog .edit-insurance-container {
  color: #fff;
}

/* line 7, app/assets/stylesheets/insurances.scss */
html.admin #wrap.admin #main #edit-insurance-modal.modal .modal-dialog .edit-insurance-container input[type="text"] {
  background: transparent;
  border-color: #5a5a5a;
  color: #fff;
}
/* line 6, app/assets/stylesheets/invites.scss */
#invite-table .invite.row {
  padding: 3px 0;
}

/* line 9, app/assets/stylesheets/invites.scss */
#invite-table .destroy {
  font-size: 18px;
  line-height: 18px;
  width: auto;
  height: auto;
}

/* line 15, app/assets/stylesheets/invites.scss */
#invite-table .destroy:hover {
  color: #cc0000;
}

/* line 21, app/assets/stylesheets/invites.scss */
#event-package-info #invite-magic-link, #event-visibility #invite-magic-link, #event-when #invite-magic-link, #event-invite #invite-magic-link, #membership-form #invite-magic-link {
  font-size: .95em;
  background: rgba(238, 241, 244, 0.5);
  border-radius: 7px;
  padding: 9px 11px 11px;
  clear: both;
  margin-top: 1em;
}

/* line 29, app/assets/stylesheets/invites.scss */
#event-package-info #invite-magic-link #invite-link, #event-visibility #invite-magic-link #invite-link, #event-when #invite-magic-link #invite-link, #event-invite #invite-magic-link #invite-link, #membership-form #invite-magic-link #invite-link {
  margin-top: 7px;
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/invites.scss */
#event-package-info #invite-magic-link #copy-invite-link, #event-visibility #invite-magic-link #copy-invite-link, #event-when #invite-magic-link #copy-invite-link, #event-invite #invite-magic-link #copy-invite-link, #membership-form #invite-magic-link #copy-invite-link {
  float: right;
  vertical-align: bottom;
  opacity: .25;
  cursor: pointer;
  font-size: 18px;
  width: auto;
  height: auto;
  line-height: 18px;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 49, app/assets/stylesheets/invites.scss */
#event-package-info #invite-magic-link #copy-invite-link:hover, #event-visibility #invite-magic-link #copy-invite-link:hover, #event-when #invite-magic-link #copy-invite-link:hover, #event-invite #invite-magic-link #copy-invite-link:hover, #membership-form #invite-magic-link #copy-invite-link:hover {
  opacity: 1;
}
/* line 6, app/assets/stylesheets/invoices.scss */
#due-date-container .datepicker.datepicker-inline {
  width: inherit;
}

/* line 12, app/assets/stylesheets/invoices.scss */
.invoice.row .edit-icon {
  display: inline;
}

/* line 14, app/assets/stylesheets/invoices.scss */
.invoice.row .edit-icon .inline-edit {
  color: #ccc;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/invoices.scss */
.invoice.row .cancel-icon {
  display: inline;
}

/* line 21, app/assets/stylesheets/invoices.scss */
.invoice.row .cancel-icon .inline-edit {
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/invoices.scss */
.invoice.row .fa-edit {
  height: 20px;
  line-height: 18px;
  padding-left: 3px;
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/invoices.scss */
.unpaid-invoice-text {
  color: #cc0000 !important;
}
/* line 1, app/assets/stylesheets/jquery.timepicker.css.scss */
.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}

/* line 15, app/assets/stylesheets/jquery.timepicker.css.scss */
.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

/* line 19, app/assets/stylesheets/jquery.timepicker.css.scss */
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

/* line 24, app/assets/stylesheets/jquery.timepicker.css.scss */
.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 30, app/assets/stylesheets/jquery.timepicker.css.scss */
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

/* line 34, app/assets/stylesheets/jquery.timepicker.css.scss */
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

/* line 38, app/assets/stylesheets/jquery.timepicker.css.scss */
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #444;
  list-style: none;
  margin: 0;
}

/* line 47, app/assets/stylesheets/jquery.timepicker.css.scss */
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #444;
}

/* line 51, app/assets/stylesheets/jquery.timepicker.css.scss */
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}

/* line 57, app/assets/stylesheets/jquery.timepicker.css.scss */
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

/* line 62, app/assets/stylesheets/jquery.timepicker.css.scss */
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

/* line 69, app/assets/stylesheets/jquery.timepicker.css.scss */
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}
/* line 5, app/assets/stylesheets/kids.css.scss */
.purchase-flow {
  width: 100%;
}

/* line 8, app/assets/stylesheets/kids.css.scss */
.purchase-flow .kid, .purchase-flow .kid.row {
  width: 100%;
  height: auto;
  padding: 3px 0;
  margin: 0;
  background: #fff;
  color: #444;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.2em;
}

/* line 22, app/assets/stylesheets/kids.css.scss */
.purchase-flow .kid input.kid-switch:checked ~ .kid-info .first-name, .purchase-flow .kid.row input.kid-switch:checked ~ .kid-info .first-name {
  font-weight: 500;
}

/* line 27, app/assets/stylesheets/kids.css.scss */
.purchase-flow .kid .kid-info .birthdate, .purchase-flow .kid .kid-info .schools, .purchase-flow .kid.row .kid-info .birthdate, .purchase-flow .kid.row .kid-info .schools {
  font-size: .95em;
}

/* line 30, app/assets/stylesheets/kids.css.scss */
.purchase-flow .kid .kid-info .first-name, .purchase-flow .kid.row .kid-info .first-name {
  display: inline;
}

/* line 33, app/assets/stylesheets/kids.css.scss */
.purchase-flow .kid .kid-info .first-name .gear-kid, .purchase-flow .kid.row .kid-info .first-name .gear-kid {
  font-size: 12px;
  line-height: 10px;
  margin-left: 7px;
  color: #aaa;
  opacity: 0;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 47, app/assets/stylesheets/kids.css.scss */
.purchase-flow .kid .kid-info .first-name:hover .gear-kid, .purchase-flow .kid.row .kid-info .first-name:hover .gear-kid {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/kids.css.scss */
.purchase-flow .kid a, .purchase-flow .kid.row a {
  color: inherit;
}

/* line 57, app/assets/stylesheets/kids.css.scss */
.purchase-flow .kid .kid-confirmed, .purchase-flow .kid.row .kid-confirmed {
  margin: 0;
}

/* line 59, app/assets/stylesheets/kids.css.scss */
.purchase-flow .kid .kid-confirmed .no-emphasis, .purchase-flow .kid.row .kid-confirmed .no-emphasis {
  font-weight: normal;
}

/* line 64, app/assets/stylesheets/kids.css.scss */
.purchase-flow .kid .add-kids, .purchase-flow .kid.row .add-kids {
  vertical-align: middle;
}

/* line 66, app/assets/stylesheets/kids.css.scss */
.purchase-flow .kid .add-kids *, .purchase-flow .kid.row .add-kids * {
  cursor: pointer;
}

/* line 69, app/assets/stylesheets/kids.css.scss */
.purchase-flow .add-kid {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* line 77, app/assets/stylesheets/kids.css.scss */
.purchase-flow .add-kid :not(.placeholder) {
  cursor: pointer;
}

/* line 80, app/assets/stylesheets/kids.css.scss */
.purchase-flow .add-kid a.add-kids:hover {
  text-decoration: none;
}

/* line 82, app/assets/stylesheets/kids.css.scss */
.purchase-flow .add-kid a.add-kids:hover .link-color {
  text-decoration: underline;
}

/* line 87, app/assets/stylesheets/kids.css.scss */
.purchase-flow .add-kid .underline:hover {
  color: #015AC8;
}

/* line 92, app/assets/stylesheets/kids.css.scss */
.purchase-flow .kid.disabled {
  opacity: 1;
}

/* line 95, app/assets/stylesheets/kids.css.scss */
.purchase-flow .kid.disabled .switch-container {
  opacity: .75;
}

/* line 102, app/assets/stylesheets/kids.css.scss */
.modal .modal-content #new-kid-purchase-flow.modal-body, #new-kid-purchase-flow, #new-kid, .modal .modal-content #edit-kid-purchase-flow.modal-body, #edit-kid {
  padding-top: 20px;
  padding-bottom: 44px;
}

/* line 106, app/assets/stylesheets/kids.css.scss */
.modal .modal-content #new-kid-purchase-flow.modal-body .modal-header, #new-kid-purchase-flow .modal-header, #new-kid .modal-header, .modal .modal-content #edit-kid-purchase-flow.modal-body .modal-header, #edit-kid .modal-header {
  padding-bottom: 10px;
}

/* line 111, app/assets/stylesheets/kids.css.scss */
.modal .modal-content #new-kid-purchase-flow.modal-body .error-block .parsley-errors-list.filled:nth-child(2), .modal .modal-content #new-kid-purchase-flow.modal-body .error-block .parsley-errors-list.filled:nth-child(3), #new-kid-purchase-flow .error-block .parsley-errors-list.filled:nth-child(2), #new-kid-purchase-flow .error-block .parsley-errors-list.filled:nth-child(3), #new-kid .error-block .parsley-errors-list.filled:nth-child(2), #new-kid .error-block .parsley-errors-list.filled:nth-child(3), .modal .modal-content #edit-kid-purchase-flow.modal-body .error-block .parsley-errors-list.filled:nth-child(2), .modal .modal-content #edit-kid-purchase-flow.modal-body .error-block .parsley-errors-list.filled:nth-child(3), #edit-kid .error-block .parsley-errors-list.filled:nth-child(2), #edit-kid .error-block .parsley-errors-list.filled:nth-child(3) {
  display: none;
}

/* line 116, app/assets/stylesheets/kids.css.scss */
.modal .modal-content #new-kid-purchase-flow.modal-body .row .select-container, #new-kid-purchase-flow .row .select-container, #new-kid .row .select-container, .modal .modal-content #edit-kid-purchase-flow.modal-body .row .select-container, #edit-kid .row .select-container {
  line-height: 36px;
  margin: 0;
  vertical-align: middle;
}

/* line 123, app/assets/stylesheets/kids.css.scss */
.modal .modal-content #new-kid-purchase-flow.modal-body .school.row .selectize-input, #new-kid-purchase-flow .school.row .selectize-input, #new-kid .school.row .selectize-input, .modal .modal-content #edit-kid-purchase-flow.modal-body .school.row .selectize-input, #edit-kid .school.row .selectize-input {
  padding-left: 7px;
  border-radius: 7px;
}

/* line 127, app/assets/stylesheets/kids.css.scss */
.modal .modal-content #new-kid-purchase-flow.modal-body .school.row .selectize-input.has-items, #new-kid-purchase-flow .school.row .selectize-input.has-items, #new-kid .school.row .selectize-input.has-items, .modal .modal-content #edit-kid-purchase-flow.modal-body .school.row .selectize-input.has-items, #edit-kid .school.row .selectize-input.has-items {
  padding-left: 4px;
}

/* line 130, app/assets/stylesheets/kids.css.scss */
.modal .modal-content #new-kid-purchase-flow.modal-body .school.row .checkbox-label, #new-kid-purchase-flow .school.row .checkbox-label, #new-kid .school.row .checkbox-label, .modal .modal-content #edit-kid-purchase-flow.modal-body .school.row .checkbox-label, #edit-kid .school.row .checkbox-label {
  cursor: pointer;
}

/* line 134, app/assets/stylesheets/kids.css.scss */
.modal .modal-content #new-kid-purchase-flow.modal-body #not_in_school, #new-kid-purchase-flow #not_in_school, #new-kid #not_in_school, .modal .modal-content #edit-kid-purchase-flow.modal-body #not_in_school, #edit-kid #not_in_school {
  visibility: visible;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 141, app/assets/stylesheets/kids.css.scss */
.modal .modal-content #new-kid-purchase-flow.modal-body #not-in-school-prompt, #new-kid-purchase-flow #not-in-school-prompt, #new-kid #not-in-school-prompt, .modal .modal-content #edit-kid-purchase-flow.modal-body #not-in-school-prompt, #edit-kid #not-in-school-prompt {
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
}

/* line 147, app/assets/stylesheets/kids.css.scss */
.modal .modal-content #new-kid-purchase-flow.modal-body #age-appropriate-block, #new-kid-purchase-flow #age-appropriate-block, #new-kid #age-appropriate-block, .modal .modal-content #edit-kid-purchase-flow.modal-body #age-appropriate-block, #edit-kid #age-appropriate-block {
  font-size: .95em;
  font-weight: 500;
  padding-top: 4px;
}

/* line 152, app/assets/stylesheets/kids.css.scss */
.modal .modal-content #new-kid-purchase-flow.modal-body #not-in-school-prompt, #new-kid-purchase-flow #not-in-school-prompt, #new-kid #not-in-school-prompt, .modal .modal-content #edit-kid-purchase-flow.modal-body #not-in-school-prompt, #edit-kid #not-in-school-prompt {
  font-size: .95em;
  font-weight: 500;
}

/* line 156, app/assets/stylesheets/kids.css.scss */
.modal .modal-content #new-kid-purchase-flow.modal-body .privacy-disclaimer, #new-kid-purchase-flow .privacy-disclaimer, #new-kid .privacy-disclaimer, .modal .modal-content #edit-kid-purchase-flow.modal-body .privacy-disclaimer, #edit-kid .privacy-disclaimer {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 60px;
  font-weight: 500;
}
/* line 5, app/assets/stylesheets/leads.scss */
.leads-page-main-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: 'Oceanic Grotesk';
}

/* line 11, app/assets/stylesheets/leads.scss */
.leads-page-main-container .corporate-leads {
  overscroll-behavior: contain;
}

/* line 16, app/assets/stylesheets/leads.scss */
.leads-page-main-container.-collapse-leads-table .corporate-leads {
  width: calc(100% - 605px);
}

@media all and (max-width: 1199px) {
  /* line 16, app/assets/stylesheets/leads.scss */
  .leads-page-main-container.-collapse-leads-table .corporate-leads {
    width: calc(100% - 430px);
  }
}

/* line 24, app/assets/stylesheets/leads.scss */
.leads-page-main-container.-collapse-leads-table .scope-select-btn {
  padding: 10px 15px;
}

/* line 27, app/assets/stylesheets/leads.scss */
.leads-page-main-container.-collapse-leads-table .collapsable-column, .leads-page-main-container.-collapse-leads-table .collapsable-item {
  display: none;
}

/* line 31, app/assets/stylesheets/leads.scss */
.leads-page-main-container.-collapse-leads-table .scope-btn-text {
  display: none;
}

/* line 35, app/assets/stylesheets/leads.scss */
.leads-page-main-container.-collapse-leads-table .leads-location-btn, .leads-page-main-container.-collapse-leads-table .sales-contracts-statuses-btn {
  display: none;
}

/* line 39, app/assets/stylesheets/leads.scss */
.leads-page-main-container.-collapse-leads-table .invitations-right-btns {
  display: none;
}

/* line 43, app/assets/stylesheets/leads.scss */
.leads-page-main-container.-collapse-leads-table .leads-location-container, .leads-page-main-container.-collapse-leads-table .sales-contracts-container {
  display: none;
}

/* line 47, app/assets/stylesheets/leads.scss */
.leads-page-main-container.-collapse-leads-table .leads-download-btn {
  display: none;
}

/* line 53, app/assets/stylesheets/leads.scss */
.leads-page-main-container.-collapse-leads-table .columns-headline-block .align-headline-right {
  text-align: right;
}

/* line 60, app/assets/stylesheets/leads.scss */
.leads-page-main-container.-collapse-leads-table .lead-item-row .align-item-right {
  align-items: flex-end;
}

@media all and (max-width: 991px) {
  /* line 67, app/assets/stylesheets/leads.scss */
  .leads-page-main-container.-collapse-leads-table .corporate-leads {
    display: none;
  }
}

@media all and (max-width: 767px) {
  /* line 74, app/assets/stylesheets/leads.scss */
  .leads-page-main-container .scope-btn-text {
    display: none;
  }
  /* line 80, app/assets/stylesheets/leads.scss */
  .leads-page-main-container .columns-headline-block .align-headline-right {
    text-align: right;
  }
  /* line 87, app/assets/stylesheets/leads.scss */
  .leads-page-main-container .lead-item-row .align-item-right {
    align-items: flex-end;
  }
}

@media all and (max-width: 767px) {
  /* line 96, app/assets/stylesheets/leads.scss */
  .leads-page-main-container .panel {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 101, app/assets/stylesheets/leads.scss */
  .leads-page-main-container .panel .inner {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 105, app/assets/stylesheets/leads.scss */
  .leads-page-main-container .panel .inner .leads-page-headline, .leads-page-main-container .panel .inner .lead-scopes-container {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 109, app/assets/stylesheets/leads.scss */
  .leads-page-main-container .panel .inner .statements-container .columns-headline-block {
    border-radius: 0;
  }
}

/* line 117, app/assets/stylesheets/leads.scss */
.leads-page-headline {
  margin-bottom: 30px;
}

/* line 120, app/assets/stylesheets/leads.scss */
.leads-page-headline .lead-page-title {
  font-family: 'NaN Druid Sans';
  color: #1E1E1E;
  position: relative;
  line-height: 42px;
  font-size: 36px;
  font-weight: 550;
}

/* line 130, app/assets/stylesheets/leads.scss */
a.leads-download-btn, a.leads-download-btn:hover, a.leads-download-btn:visited {
  color: #377A69 !important;
}

/* line 134, app/assets/stylesheets/leads.scss */
.leads-page-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* line 140, app/assets/stylesheets/leads.scss */
.leads-page-headline .lead-page-links {
  display: flex;
  column-gap: 32px;
  align-items: center;
}

/* line 145, app/assets/stylesheets/leads.scss */
.leads-page-headline .lead-page-links .leads-download-btn {
  color: #015AC8;
  display: flex;
  cursor: pointer;
  align-items: end;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
}

/* line 154, app/assets/stylesheets/leads.scss */
.leads-page-headline .lead-page-links .leads-download-btn .download-icon {
  margin-right: 10px;
}

/* line 160, app/assets/stylesheets/leads.scss */
.leads-page-headline .break {
  flex-basis: 100%;
  height: 0;
}

@media all and (min-width: 481px) {
  /* line 160, app/assets/stylesheets/leads.scss */
  .leads-page-headline .break {
    display: none;
  }
}

/* line 168, app/assets/stylesheets/leads.scss */
.leads-page-headline .leads-update-tour-hours-btn {
  background-color: #1E1E1E;
  padding: 6px 16px;
  border-color: #1E1E1E;
  border-radius: 999px;
}

/* line 175, app/assets/stylesheets/leads.scss */
.leads-page-headline .leads-update-tour-hours-btn:hover {
  background-color: #1E1E1E;
  border-color: #1E1E1E;
  text-decoration: none;
}

/* line 182, app/assets/stylesheets/leads.scss */
.leads-page-headline .leads-update-tour-hours-btn.desktop {
  display: none;
}

@media all and (min-width: 481px) {
  /* line 182, app/assets/stylesheets/leads.scss */
  .leads-page-headline .leads-update-tour-hours-btn.desktop {
    display: block;
  }
}

/* line 189, app/assets/stylesheets/leads.scss */
.leads-page-headline .leads-update-tour-hours-btn.mobile {
  display: block;
  margin-top: 15px;
}

@media all and (min-width: 481px) {
  /* line 189, app/assets/stylesheets/leads.scss */
  .leads-page-headline .leads-update-tour-hours-btn.mobile {
    display: none;
  }
}

/* line 199, app/assets/stylesheets/leads.scss */
.leads-container {
  width: 100%;
}

/* line 202, app/assets/stylesheets/leads.scss */
.leads-container a, .leads-container a:hover {
  color: #1E1E1E !important;
  text-decoration: none;
}

/* line 208, app/assets/stylesheets/leads.scss */
.lead-detail-link, .buc-invitation-detail-link {
  display: block;
  cursor: pointer;
  border-top: 1px solid transparent;
}

/* line 213, app/assets/stylesheets/leads.scss */
.lead-detail-link + .lead-detail-link, .lead-detail-link + .buc-invitation-detail-link, .buc-invitation-detail-link + .lead-detail-link, .buc-invitation-detail-link + .buc-invitation-detail-link {
  border-top: 1px solid #CCD1D6;
}

/* line 217, app/assets/stylesheets/leads.scss */
.lead-detail-link.-active, .buc-invitation-detail-link.-active {
  background-color: #E7F0FB;
  border-top: 1px solid transparent;
  border-radius: 16px;
}

/* line 222, app/assets/stylesheets/leads.scss */
.lead-detail-link.-active + .lead-detail-link, .lead-detail-link.-active + .buc-invitation-detail-link, .buc-invitation-detail-link.-active + .lead-detail-link, .buc-invitation-detail-link.-active + .buc-invitation-detail-link {
  border-top: 1px solid transparent;
}

/* line 228, app/assets/stylesheets/leads.scss */
.lead-item-row {
  color: #1E1E1E;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  padding: 24px 16px;
  width: 100%;
}

/* line 236, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item {
  display: flex;
  flex-direction: column;
}

/* line 240, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item.-wide-item {
  width: 35%;
}

/* line 244, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item.-thin-item {
  width: 15%;
}

/* line 248, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item.-item-to-expand {
  flex-grow: 1;
}

/* line 252, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item .lead-info-status {
  background-color: #F3F4F6;
  border-radius: 4px;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  padding: 0 5px;
  width: max-content;
  margin-top: 8px;
}

/* line 263, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item .lead-info-status.bonus {
  background-color: #FFF3C2;
}

/* line 266, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item .lead-info-status.scheduled-tour {
  background-color: #E6F3EE;
}

/* line 270, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item .lead-info-status.premium-leads.discount-not-claimed {
  background-color: #FCE9E7;
}

/* line 273, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item .lead-info-status.premium-leads.discount-claimed {
  background-color: #E6F3EE;
}

/* line 276, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item .lead-info-status.premium-leads.premium {
  background-color: #FFF3C2;
}

/* line 278, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item .lead-info-status.premium-leads.premium svg {
  margin-left: -3px;
  margin-bottom: -2px;
  margin-right: 2px;
}

/* line 283, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item .lead-info-status.premium-leads.premium &gt; * {
  display: inline-block;
}

/* line 287, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item .lead-info-status.premium-leads.single-line {
  display: inline-block;
}

/* line 291, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item .lead-info-status:first-child {
  margin-top: 0px;
}

/* line 295, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item .lead-info-status.new, .lead-item-row .lead-info-item .lead-info-status.enrolled {
  background-color: #45730C;
  color: #FFFFFF;
}

/* line 300, app/assets/stylesheets/leads.scss */
.lead-item-row .lead-info-item .lead-info-additional {
  color: #707070;
  font-size: 14px;
  margin-top: 5px;
}

/* line 308, app/assets/stylesheets/leads.scss */
.lead-details-container {
  border-left: 1px solid #CCD1D6;
  background-color: #fff;
  color: #1E1E1E;
  position: fixed;
  top: 64px;
  right: 0;
  height: calc(100% - 64px);
  overflow-y: auto;
  overscroll-behavior: contain;
  min-width: 575px;
  max-width: 575px;
}

@media all and (max-width: 1199px) {
  /* line 308, app/assets/stylesheets/leads.scss */
  .lead-details-container {
    min-width: 400px;
    max-width: 400px;
  }
}

@media all and (max-width: 991px) {
  /* line 308, app/assets/stylesheets/leads.scss */
  .lead-details-container {
    min-width: 100%;
    max-width: 100%;
    top: 0;
    z-index: 10;
    animation: slideInUp 300ms;
  }
}

/* line 334, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-header {
  background-color: #E7F0FB;
  padding: 32px 48px;
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

/* line 343, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-header .icons {
  display: flex;
  justify-content: center;
}

@media all and (max-width: 767px) {
  /* line 334, app/assets/stylesheets/leads.scss */
  .lead-details-container .lead-details-header {
    padding: 32px 24px;
    flex-direction: column;
  }
  /* line 352, app/assets/stylesheets/leads.scss */
  .lead-details-container .lead-details-header .icons {
    justify-content: start;
    margin-top: 18px;
  }
}

/* line 359, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-headline {
  line-height: 34px;
  font-size: 28px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  /* line 359, app/assets/stylesheets/leads.scss */
  .lead-details-container .lead-details-headline {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
  }
}

/* line 373, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-subline {
  line-height: 22px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 4px;
}

/* line 381, app/assets/stylesheets/leads.scss */
.lead-details-container .detail-close-btn {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}

/* line 388, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-content {
  background-color: #fff;
  padding: 32px 48px;
}

@media all and (max-width: 991px) {
  /* line 388, app/assets/stylesheets/leads.scss */
  .lead-details-container .lead-details-content {
    padding: 32px 48px;
  }
}

@media all and (max-width: 767px) {
  /* line 388, app/assets/stylesheets/leads.scss */
  .lead-details-container .lead-details-content {
    padding: 32px 24px;
  }
}

/* line 401, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-section {
  margin-top: 40px;
}

/* line 404, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-section.-no-offset {
  margin-top: 0;
}

/* line 407, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-section #lead-status-dropdown {
  width: auto;
}

/* line 412, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-section-title {
  color: #707070;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
}

@media all and (max-width: 1199px) {
  /* line 412, app/assets/stylesheets/leads.scss */
  .lead-details-container .lead-details-section-title {
    margin-top: 0;
    margin-bottom: 4px;
  }
}

/* line 424, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-section-subtitle {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}

@media all and (max-width: 1199px) {
  /* line 424, app/assets/stylesheets/leads.scss */
  .lead-details-container .lead-details-section-subtitle {
    margin-top: 0;
    margin-bottom: 12px;
  }
}

/* line 436, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-row {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  font-size: 16px;
}

/* line 442, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-row.-status-section {
  padding-top: 17px;
}

/* line 445, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-row.-status-section .selectize-input {
  padding: 10px 15px;
  width: 215px;
}

/* line 451, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-row.-no-wrap {
  flex-wrap: nowrap;
}

/* line 454, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-row.tour-appointment {
  display: block;
}

/* line 456, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-row.tour-appointment .lead-details-description {
  margin-left: 0;
}

/* line 462, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-description {
  display: flex;
  flex-direction: column;
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  margin-left: 15px;
}

/* line 470, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-description.-row-direction {
  flex-direction: row;
}

/* line 474, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-description a, .lead-details-container .lead-details-description a:visited, .lead-details-container .lead-details-description a:hover {
  color: #377A69;
  text-decoration: none;
}

/* line 480, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-description-title {
  color: #1E1E1E;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}

/* line 487, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-icon {
  height: 24px;
  width: 24px;
  line-height: 48px;
}

/* line 493, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-icon.contact-info {
  line-height: unset;
  position: relative;
  bottom: 1px;
}

/* line 499, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-comment {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

/* line 506, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-rating {
  background-color: #fff;
  border-bottom: 8px solid #F3F4F6;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-bottom: 36px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

@media all and (min-width: 1200px) {
  /* line 506, app/assets/stylesheets/leads.scss */
  .lead-details-container .lead-details-rating {
    display: flex;
    align-items: center;
  }
}

/* line 522, app/assets/stylesheets/leads.scss */
.lead-details-container hr.spacer {
  border-top: 8px solid #F3F4F6;
  margin: 36px auto;
}

/* line 527, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-price {
  background: #FFF3C2;
  padding: 9px;
  text-align: center;
  margin: 40px auto;
}

@media all and (max-width: 991px) {
  /* line 527, app/assets/stylesheets/leads.scss */
  .lead-details-container .lead-details-price {
    margin: 0;
  }
}

/* line 537, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-details-price .has-tooltip {
  color: #B3BAC1;
  font-size: 18px;
  line-height: 16px;
}

/* line 544, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-rating-headline {
  color: #707070;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

/* line 551, app/assets/stylesheets/leads.scss */
.lead-details-container .lead-rating-subline {
  color: #707070;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

@media all and (max-width: 1199px) {
  /* line 558, app/assets/stylesheets/leads.scss */
  .lead-details-container .rating-container {
    margin-top: 15px;
  }
}

/* line 564, app/assets/stylesheets/leads.scss */
.lead-details-container .rating-container .rating-star {
  color: #B3BAC1;
  cursor: pointer;
}

/* line 569, app/assets/stylesheets/leads.scss */
.lead-details-container .rating-container .selected:before {
  content: '\f005';
  color: #FFC300;
}

/* line 574, app/assets/stylesheets/leads.scss */
.lead-details-container .rating-container .yellow {
  color: #FFC300;
}

/* line 578, app/assets/stylesheets/leads.scss */
.lead-details-container .rating-container i {
  margin-left: 15px;
}

/* line 581, app/assets/stylesheets/leads.scss */
.lead-details-container .rating-container i:first-child {
  margin-left: 0;
}

/* line 587, app/assets/stylesheets/leads.scss */
.lead-scopes-container {
  display: flex;
  flex-direction: row;
  position: relative;
}

/* line 592, app/assets/stylesheets/leads.scss */
.lead-scopes-container a, .lead-scopes-container a:hover, .lead-scopes-container a:visited {
  text-decoration: none;
}

/* line 596, app/assets/stylesheets/leads.scss */
.lead-scopes-container .scope-select-btn {
  background-color: #F5F5F5;
  cursor: pointer;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
}

/* line 606, app/assets/stylesheets/leads.scss */
.lead-scopes-container .scope-select-btn svg {
  filter: invert(1);
}

@media all and (max-width: 767px) {
  /* line 596, app/assets/stylesheets/leads.scss */
  .lead-scopes-container .scope-select-btn {
    padding: 10px 15px;
  }
}

/* line 614, app/assets/stylesheets/leads.scss */
.lead-scopes-container .scope-select-btn.active {
  background-color: #1E1E1E;
  color: #ffffff;
}

/* line 618, app/assets/stylesheets/leads.scss */
.lead-scopes-container .scope-select-btn.active svg {
  filter: initial;
}

/* line 625, app/assets/stylesheets/leads.scss */
.lead-scopes-container a:first-child .scope-select-btn {
  border-radius: 8px 0 0 8px;
}

/* line 631, app/assets/stylesheets/leads.scss */
.lead-scopes-container a:last-of-type .scope-select-btn {
  border-radius: 0 8px 8px 0;
}

/* line 636, app/assets/stylesheets/leads.scss */
.lead-scopes-container .scope-btn-text {
  margin-left: 10px;
}

/* line 641, app/assets/stylesheets/leads.scss */
.leads-location-btn, .sales-contracts-statuses-btn {
  position: absolute;
  right: 0;
  background-color: #FFFFFF;
  border: 1px solid #ccd1d6;
  border-radius: 8px;
  cursor: pointer;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px;
}

/* line 656, app/assets/stylesheets/leads.scss */
.leads-location-btn .arrow-down-icon, .sales-contracts-statuses-btn .arrow-down-icon {
  margin-left: 15px;
  font-size: 22px;
}

/* line 661, app/assets/stylesheets/leads.scss */
.leads-location-btn.-selected, .sales-contracts-statuses-btn.-selected {
  background-color: #213F5F;
  border-color: #213F5F;
  color: #fff;
}

/* line 665, app/assets/stylesheets/leads.scss */
.leads-location-btn.-selected .arrow-down-icon, .sales-contracts-statuses-btn.-selected .arrow-down-icon {
  color: #fff;
}

/* line 671, app/assets/stylesheets/leads.scss */
.ppl .care-type-btn {
  width: unset;
  margin-right: 10px;
}

@media all and (max-width: 991px) {
  /* line 671, app/assets/stylesheets/leads.scss */
  .ppl .care-type-btn {
    display: none;
  }
}

/* line 680, app/assets/stylesheets/leads.scss */
.invitations-controls {
  display: flex;
  justify-content: space-between;
}

/* line 685, app/assets/stylesheets/leads.scss */
.invitations-right-btns {
  display: flex;
}

/* line 688, app/assets/stylesheets/leads.scss */
.invitations-right-btns .leads-location-btn {
  position: relative;
}

/* line 693, app/assets/stylesheets/leads.scss */
.sales-contracts-statuses-btn {
  margin-right: 25px;
  background: #2d3134;
  height: 37px;
  border-radius: 4px;
  border-color: #5a5a5a;
}

/* line 700, app/assets/stylesheets/leads.scss */
.sales-contracts-statuses-btn.-selected {
  background-color: #3B71AA;
  border-color: #3B71AA;
  color: #fff;
}

/* line 705, app/assets/stylesheets/leads.scss */
.sales-contracts-statuses-btn.-selected .arrow-down-icon {
  color: #fff;
}

/* line 711, app/assets/stylesheets/leads.scss */
.leads-location-container, .sales-contracts-container {
  display: none;
  position: absolute;
  top: 52px;
  right: 0;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #CCD1D6;
  border-radius: 12px;
  height: 375px;
  min-width: 375px;
  width: 375px;
  z-index: 10;
}

/* line 725, app/assets/stylesheets/leads.scss */
.leads-location-container.-open, .sales-contracts-container.-open {
  display: flex;
}

@media all and (max-width: 767px) {
  /* line 725, app/assets/stylesheets/leads.scss */
  .leads-location-container.-open, .sales-contracts-container.-open {
    position: fixed;
    top: 64px;
    border-radius: 0;
    height: calc(100% - 64px);
    width: 100%;
  }
}

/* line 739, app/assets/stylesheets/leads.scss */
.leads-location-title-container, .sales-contracts-statuses-container {
  border-bottom: 1px solid #CCD1D6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  padding: 15px 0;
}

/* line 748, app/assets/stylesheets/leads.scss */
.leads-location-title-container .header-close-btn, .sales-contracts-statuses-container .header-close-btn {
  cursor: pointer;
  display: none;
}

@media all and (max-width: 767px) {
  /* line 748, app/assets/stylesheets/leads.scss */
  .leads-location-title-container .header-close-btn, .sales-contracts-statuses-container .header-close-btn {
    display: block;
  }
}

/* line 757, app/assets/stylesheets/leads.scss */
.leads-location-title-container .header-clear-btn, .sales-contracts-statuses-container .header-clear-btn {
  cursor: pointer;
  display: none;
  color: #015AC8;
  font-size: 16px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  /* line 757, app/assets/stylesheets/leads.scss */
  .leads-location-title-container .header-clear-btn, .sales-contracts-statuses-container .header-clear-btn {
    display: block;
  }
}

/* line 770, app/assets/stylesheets/leads.scss */
.leads-location-title, .sales-contract-status-title {
  display: block;
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

/* line 778, app/assets/stylesheets/leads.scss */
.leads-locations-list, .sales-contracts-statuses-list {
  padding: 15px 20px 0;
  flex-grow: 1;
  height: 249px;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* line 788, app/assets/stylesheets/leads.scss */
.leads-locations-list::-webkit-scrollbar, .sales-contracts-statuses-list::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

/* line 793, app/assets/stylesheets/leads.scss */
.leads-location-item, .sales-contracts-statuses-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 800, app/assets/stylesheets/leads.scss */
.leads-location-item .location-filter-item, .leads-location-item .status-filter-item, .sales-contracts-statuses-item .location-filter-item, .sales-contracts-statuses-item .status-filter-item {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}

/* line 805, app/assets/stylesheets/leads.scss */
.leads-location-item .location-filter-item .filter-location-headline, .leads-location-item .location-filter-item .filter-status-headline, .leads-location-item .status-filter-item .filter-location-headline, .leads-location-item .status-filter-item .filter-status-headline, .sales-contracts-statuses-item .location-filter-item .filter-location-headline, .sales-contracts-statuses-item .location-filter-item .filter-status-headline, .sales-contracts-statuses-item .status-filter-item .filter-location-headline, .sales-contracts-statuses-item .status-filter-item .filter-status-headline {
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
}

/* line 811, app/assets/stylesheets/leads.scss */
.leads-location-item .location-filter-item .filter-location-subline, .leads-location-item .status-filter-item .filter-location-subline, .sales-contracts-statuses-item .location-filter-item .filter-location-subline, .sales-contracts-statuses-item .status-filter-item .filter-location-subline {
  color: #505D6D;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 820, app/assets/stylesheets/leads.scss */
.leads-location-buttons, .sales-contracts-status-buttons {
  background-color: #ffffff;
  border-top: 1px solid #CCD1D6;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  padding: 15px 20px;
}

@media all and (max-width: 767px) {
  /* line 820, app/assets/stylesheets/leads.scss */
  .leads-location-buttons, .sales-contracts-status-buttons {
    border-radius: 0;
    justify-content: center;
  }
}

/* line 836, app/assets/stylesheets/leads.scss */
.leads-location-buttons .clear-btn, .sales-contracts-status-buttons .clear-btn {
  cursor: pointer;
  color: #808B98;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

@media all and (max-width: 767px) {
  /* line 836, app/assets/stylesheets/leads.scss */
  .leads-location-buttons .clear-btn, .sales-contracts-status-buttons .clear-btn {
    display: none;
  }
}

/* line 848, app/assets/stylesheets/leads.scss */
.leads-location-buttons a.apply-btn, .leads-location-buttons a.apply-btn:hover, .leads-location-buttons a.apply-btn:focus, .leads-location-buttons a.apply-btn:visited, .sales-contracts-status-buttons a.apply-btn, .sales-contracts-status-buttons a.apply-btn:hover, .sales-contracts-status-buttons a.apply-btn:focus, .sales-contracts-status-buttons a.apply-btn:visited {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 853, app/assets/stylesheets/leads.scss */
.leads-location-buttons .apply-btn, .sales-contracts-status-buttons .apply-btn {
  background-color: #EF5844;
  border-radius: 100px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  padding: 8px 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  width: 160px;
}

@media all and (max-width: 767px) {
  /* line 853, app/assets/stylesheets/leads.scss */
  .leads-location-buttons .apply-btn, .sales-contracts-status-buttons .apply-btn {
    width: 80%;
  }
}

/* line 872, app/assets/stylesheets/leads.scss */
.leads-empty-container {
  text-align: center;
  padding-top: 45px;
  width: 700px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  /* line 872, app/assets/stylesheets/leads.scss */
  .leads-empty-container {
    width: 100%;
  }
}

/* line 882, app/assets/stylesheets/leads.scss */
.leads-empty-container .boat-image {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/leads-boat.png");
  background-size: cover;
  margin: 0 auto;
  height: 260px;
  width: 312px;
}

@media all and (max-width: 767px) {
  /* line 882, app/assets/stylesheets/leads.scss */
  .leads-empty-container .boat-image {
    height: 208px;
    width: 250px;
  }
}

/* line 895, app/assets/stylesheets/leads.scss */
.leads-empty-container .empty-leads-text {
  font-size: 18px;
  line-height: 24px;
}

/* line 899, app/assets/stylesheets/leads.scss */
.leads-empty-container .empty-leads-text.-headline {
  line-height: 34px;
  font-size: 28px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* line 907, app/assets/stylesheets/leads.scss */
.leads-empty-container .empty-leads-text.-link {
  color: #015AC8 !important;
  display: block;
  font-size: 21px;
  font-weight: 700;
  margin-top: 80px;
  text-decoration: none;
}

/* line 920, app/assets/stylesheets/leads.scss */
.welcome-lead-modal .modal-header {
  color: #000000;
  padding: 50px 0 40px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

/* line 928, app/assets/stylesheets/leads.scss */
.welcome-lead-modal h3 {
  margin-bottom: 30px;
}

/* line 932, app/assets/stylesheets/leads.scss */
.welcome-lead-modal .lead-modal-greeting {
  border-radius: 24px;
  padding: 30px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  /* line 932, app/assets/stylesheets/leads.scss */
  .welcome-lead-modal .lead-modal-greeting {
    width: 90%;
  }
}

/* line 945, app/assets/stylesheets/leads.scss */
.welcome-lead-modal .got-it-btn-row {
  text-align: center;
  margin-top: 20px auto 0;
  padding-bottom: 40px;
}

/* line 952, app/assets/stylesheets/leads.scss */
.lead-details-schedule-days-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 10px;
}

/* line 959, app/assets/stylesheets/leads.scss */
.lead-details-schedule-day {
  background-color: #FFFFFF;
  border-radius: 6px;
  display: block;
  padding: 0 6px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
}

/* line 968, app/assets/stylesheets/leads.scss */
.lead-details-schedule-day.-active {
  background-color: #1E1E1E;
  color: #FFFFFF;
}

/* line 974, app/assets/stylesheets/leads.scss */
#buc-invitations-details-block .text-tertiary {
  font-size: .95em;
}
/* line 6, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-main-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: 'Proxima Nova';
}

/* line 12, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-main-container .corporate-leads {
  overscroll-behavior: contain;
}

/* line 17, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-main-container.-collapse-leads-table .corporate-leads {
  width: calc(100% - 605px);
}

@media all and (max-width: 1199px) {
  /* line 17, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-page-main-container.-collapse-leads-table .corporate-leads {
    width: calc(100% - 430px);
  }
}

/* line 25, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-main-container.-collapse-leads-table .scope-select-btn {
  padding: 10px 15px;
}

/* line 28, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-main-container.-collapse-leads-table .collapsable-column, html.legacy .leads-page-main-container.-collapse-leads-table .collapsable-item {
  display: none;
}

/* line 32, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-main-container.-collapse-leads-table .scope-btn-text {
  display: none;
}

/* line 36, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-main-container.-collapse-leads-table .leads-location-btn, html.legacy .leads-page-main-container.-collapse-leads-table .sales-contracts-statuses-btn {
  display: none;
}

/* line 40, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-main-container.-collapse-leads-table .invitations-right-btns {
  display: none;
}

/* line 44, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-main-container.-collapse-leads-table .leads-location-container, html.legacy .leads-page-main-container.-collapse-leads-table .sales-contracts-container {
  display: none;
}

/* line 48, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-main-container.-collapse-leads-table .leads-download-btn {
  display: none;
}

/* line 54, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-main-container.-collapse-leads-table .columns-headline-block .align-headline-right {
  text-align: right;
}

/* line 61, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-main-container.-collapse-leads-table .lead-item-row .align-item-right {
  align-items: flex-end;
}

@media all and (max-width: 991px) {
  /* line 68, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-page-main-container.-collapse-leads-table .corporate-leads {
    display: none;
  }
}

@media all and (max-width: 767px) {
  /* line 75, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-page-main-container .scope-btn-text {
    display: none;
  }
  /* line 81, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-page-main-container .columns-headline-block .align-headline-right {
    text-align: right;
  }
  /* line 88, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-page-main-container .lead-item-row .align-item-right {
    align-items: flex-end;
  }
}

@media all and (max-width: 767px) {
  /* line 97, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-page-main-container .panel {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 102, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-page-main-container .panel .inner {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 106, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-page-main-container .panel .inner .leads-page-headline, html.legacy .leads-page-main-container .panel .inner .lead-scopes-container {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 110, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-page-main-container .panel .inner .statements-container .columns-headline-block {
    border-radius: 0;
  }
}

/* line 118, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-headline {
  margin-bottom: 30px;
}

/* line 121, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-headline .lead-page-title {
  font-family: 'Proxima Nova';
  color: #213F5F;
  position: relative;
  line-height: 42px;
  font-size: 36px;
  font-weight: 700;
}

/* line 131, app/assets/stylesheets/legacy_leads.scss */
html.legacy a.leads-download-btn, html.legacy a.leads-download-btn:hover, html.legacy a.leads-download-btn:visited {
  color: #015AC8 !important;
}

/* line 135, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* line 141, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-headline .lead-page-links {
  display: flex;
  column-gap: 32px;
  align-items: center;
}

/* line 146, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-headline .lead-page-links .leads-download-btn {
  color: #015AC8;
  display: flex;
  cursor: pointer;
  align-items: end;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
}

/* line 155, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-headline .lead-page-links .leads-download-btn .download-icon {
  margin-right: 10px;
}

/* line 161, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-headline .break {
  flex-basis: 100%;
  height: 0;
}

@media all and (min-width: 481px) {
  /* line 161, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-page-headline .break {
    display: none;
  }
}

/* line 169, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-headline .leads-update-tour-hours-btn {
  background-color: #213F5F;
  padding: 6px 16px;
  border-color: #213F5F;
  border-radius: 999px;
}

/* line 176, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-headline .leads-update-tour-hours-btn:hover {
  background-color: #172C42;
  border-color: #172C42;
  text-decoration: none;
}

/* line 183, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-headline .leads-update-tour-hours-btn.desktop {
  display: none;
}

@media all and (min-width: 481px) {
  /* line 183, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-page-headline .leads-update-tour-hours-btn.desktop {
    display: block;
  }
}

/* line 190, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-page-headline .leads-update-tour-hours-btn.mobile {
  display: block;
  margin-top: 15px;
}

@media all and (min-width: 481px) {
  /* line 190, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-page-headline .leads-update-tour-hours-btn.mobile {
    display: none;
  }
}

/* line 200, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-container {
  width: 100%;
}

/* line 203, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-container a, html.legacy .leads-container a:hover, html.legacy .leads-container a:visited {
  color: #172C42 !important;
  text-decoration: none;
}

/* line 209, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-detail-link, html.legacy .buc-invitation-detail-link {
  display: block;
  cursor: pointer;
  border-top: 1px solid transparent;
}

/* line 214, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-detail-link + .lead-detail-link, html.legacy .lead-detail-link + .buc-invitation-detail-link, html.legacy .buc-invitation-detail-link + .lead-detail-link, html.legacy .buc-invitation-detail-link + .buc-invitation-detail-link {
  border-top: 1px solid #CCD1D6;
}

/* line 218, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-detail-link.-active, html.legacy .buc-invitation-detail-link.-active {
  background-color: #E7F0FB;
  border-top: 1px solid transparent;
  border-radius: 16px;
}

/* line 223, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-detail-link.-active + .lead-detail-link, html.legacy .lead-detail-link.-active + .buc-invitation-detail-link, html.legacy .buc-invitation-detail-link.-active + .lead-detail-link, html.legacy .buc-invitation-detail-link.-active + .buc-invitation-detail-link {
  border-top: 1px solid transparent;
}

/* line 229, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row {
  color: #172C42;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  padding: 24px 16px;
  width: 100%;
}

/* line 237, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item {
  display: flex;
  flex-direction: column;
}

/* line 241, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item.-wide-item {
  width: 35%;
}

/* line 245, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item.-thin-item {
  width: 15%;
}

/* line 249, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item.-item-to-expand {
  flex-grow: 1;
}

/* line 253, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item .lead-info-status {
  background-color: #F3F4F6;
  border-radius: 4px;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  padding: 0 5px;
  width: max-content;
  margin-top: 8px;
}

/* line 264, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item .lead-info-status.bonus {
  background-color: #FFF3C2;
}

/* line 267, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item .lead-info-status.scheduled-tour {
  background-color: #E6F3EE;
}

/* line 271, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item .lead-info-status.premium-leads.discount-not-claimed {
  background-color: #FCE9E7;
}

/* line 274, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item .lead-info-status.premium-leads.discount-claimed {
  background-color: #E6F3EE;
}

/* line 277, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item .lead-info-status.premium-leads.premium {
  background-color: #FFF3C2;
}

/* line 279, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item .lead-info-status.premium-leads.premium svg {
  margin-left: -3px;
  margin-bottom: -2px;
  margin-right: 2px;
}

/* line 284, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item .lead-info-status.premium-leads.premium &gt; * {
  display: inline-block;
}

/* line 288, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item .lead-info-status.premium-leads.single-line {
  display: inline-block;
}

/* line 292, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item .lead-info-status:first-child {
  margin-top: 0px;
}

/* line 296, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item .lead-info-status.new, html.legacy .lead-item-row .lead-info-item .lead-info-status.enrolled {
  background-color: #A3EA3F;
  color: #172C42;
}

/* line 301, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-item-row .lead-info-item .lead-info-additional {
  color: #667483;
  font-size: 14px;
  margin-top: 5px;
}

/* line 309, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container {
  border-left: 1px solid #CCD1D6;
  background-color: #fff;
  color: #172C42;
  position: fixed;
  top: 64px;
  right: 0;
  height: calc(100% - 64px);
  overflow-y: auto;
  overscroll-behavior: contain;
  min-width: 575px;
  max-width: 575px;
}

@media all and (max-width: 1199px) {
  /* line 309, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .lead-details-container {
    min-width: 400px;
    max-width: 400px;
  }
}

@media all and (max-width: 991px) {
  /* line 309, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .lead-details-container {
    min-width: 100%;
    max-width: 100%;
    top: 0;
    z-index: 10;
    animation: slideInUp 300ms;
  }
}

/* line 335, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-header {
  background-color: #E7F0FB;
  padding: 32px 48px;
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

/* line 344, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-header .icons {
  display: flex;
  justify-content: center;
}

@media all and (max-width: 767px) {
  /* line 335, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .lead-details-container .lead-details-header {
    padding: 32px 24px;
    flex-direction: column;
  }
  /* line 353, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .lead-details-container .lead-details-header .icons {
    justify-content: start;
    margin-top: 18px;
  }
}

/* line 360, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-headline {
  line-height: 34px;
  font-size: 28px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  /* line 360, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .lead-details-container .lead-details-headline {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
  }
}

/* line 374, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-subline {
  line-height: 22px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 4px;
}

/* line 382, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .detail-close-btn {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}

/* line 389, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-content {
  background-color: #fff;
  padding: 32px 48px;
}

@media all and (max-width: 991px) {
  /* line 389, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .lead-details-container .lead-details-content {
    padding: 32px 48px;
  }
}

@media all and (max-width: 767px) {
  /* line 389, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .lead-details-container .lead-details-content {
    padding: 32px 24px;
  }
}

/* line 402, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-section {
  margin-top: 40px;
}

/* line 405, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-section.-no-offset {
  margin-top: 0;
}

/* line 408, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-section #lead-status-dropdown {
  width: auto;
}

/* line 413, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-section-title {
  color: #667483;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
}

@media all and (max-width: 1199px) {
  /* line 413, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .lead-details-container .lead-details-section-title {
    margin-top: 0;
    margin-bottom: 4px;
  }
}

/* line 425, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-section-subtitle {
  color: #667483;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}

@media all and (max-width: 1199px) {
  /* line 425, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .lead-details-container .lead-details-section-subtitle {
    margin-top: 0;
    margin-bottom: 12px;
  }
}

/* line 437, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-row {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  font-size: 16px;
}

/* line 443, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-row.-status-section {
  padding-top: 17px;
}

/* line 446, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-row.-status-section .selectize-input {
  padding: 10px 15px;
  width: 215px;
}

/* line 452, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-row.-no-wrap {
  flex-wrap: nowrap;
}

/* line 455, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-row.tour-appointment {
  display: block;
}

/* line 457, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-row.tour-appointment .lead-details-description {
  margin-left: 0;
}

/* line 463, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-description {
  display: flex;
  flex-direction: column;
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  margin-left: 15px;
}

/* line 471, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-description.-row-direction {
  flex-direction: row;
}

/* line 475, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-description a, html.legacy .lead-details-container .lead-details-description a:visited, html.legacy .lead-details-container .lead-details-description a:hover {
  color: #015AC8;
  text-decoration: none;
}

/* line 481, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-description-title {
  color: #505D6D;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}

/* line 488, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-icon {
  height: 24px;
  width: 24px;
  line-height: 48px;
}

/* line 494, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-icon.contact-info {
  line-height: unset;
  position: relative;
  bottom: 1px;
}

/* line 500, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-comment {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

/* line 507, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-rating {
  background-color: #fff;
  border-bottom: 8px solid #F3F4F6;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-bottom: 36px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

@media all and (min-width: 1200px) {
  /* line 507, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .lead-details-container .lead-details-rating {
    display: flex;
    align-items: center;
  }
}

/* line 523, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container hr.spacer {
  border-top: 8px solid #F3F4F6;
  margin: 36px auto;
}

/* line 528, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-price {
  background: #FFF3C2;
  padding: 9px;
  text-align: center;
  margin: 40px auto;
}

@media all and (max-width: 991px) {
  /* line 528, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .lead-details-container .lead-details-price {
    margin: 0;
  }
}

/* line 538, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-details-price .has-tooltip {
  color: #B3BAC1;
  font-size: 18px;
  line-height: 16px;
}

/* line 545, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-rating-headline {
  color: #667483;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

/* line 552, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .lead-rating-subline {
  color: #667483;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

@media all and (max-width: 1199px) {
  /* line 559, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .lead-details-container .rating-container {
    margin-top: 15px;
  }
}

/* line 565, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .rating-container .rating-star {
  color: #B3BAC1;
  cursor: pointer;
}

/* line 570, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .rating-container .selected:before {
  content: '\f005';
  color: #FFC300;
}

/* line 575, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .rating-container .yellow {
  color: #FFC300;
}

/* line 579, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .rating-container i {
  margin-left: 15px;
}

/* line 582, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-container .rating-container i:first-child {
  margin-left: 0;
}

/* line 588, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-scopes-container {
  display: flex;
  flex-direction: row;
  position: relative;
}

/* line 593, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-scopes-container a, html.legacy .lead-scopes-container a:hover, html.legacy .lead-scopes-container a:visited {
  text-decoration: none;
}

/* line 597, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-scopes-container .scope-select-btn {
  background-color: #F3F4F6;
  cursor: pointer;
  color: #172C42;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
}

/* line 607, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-scopes-container .scope-select-btn svg {
  filter: invert(1);
}

@media all and (max-width: 767px) {
  /* line 597, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .lead-scopes-container .scope-select-btn {
    padding: 10px 15px;
  }
}

/* line 615, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-scopes-container .scope-select-btn.active {
  background-color: #213F5F;
  color: #ffffff;
}

/* line 619, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-scopes-container .scope-select-btn.active svg {
  filter: initial;
}

/* line 626, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-scopes-container a:first-child .scope-select-btn {
  border-radius: 8px 0 0 8px;
}

/* line 632, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-scopes-container a:last-of-type .scope-select-btn {
  border-radius: 0 8px 8px 0;
}

/* line 637, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-scopes-container .scope-btn-text {
  margin-left: 10px;
}

/* line 642, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-btn, html.legacy .sales-contracts-statuses-btn {
  position: absolute;
  right: 0;
  background-color: #FFFFFF;
  border: 1px solid #ccd1d6;
  border-radius: 8px;
  cursor: pointer;
  color: #172C42;
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px;
}

/* line 657, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-btn .arrow-down-icon, html.legacy .sales-contracts-statuses-btn .arrow-down-icon {
  margin-left: 15px;
  font-size: 22px;
}

/* line 662, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-btn.-selected, html.legacy .sales-contracts-statuses-btn.-selected {
  background-color: #213F5F;
  border-color: #213F5F;
  color: #fff;
}

/* line 666, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-btn.-selected .arrow-down-icon, html.legacy .sales-contracts-statuses-btn.-selected .arrow-down-icon {
  color: #fff;
}

/* line 672, app/assets/stylesheets/legacy_leads.scss */
html.legacy .ppl .care-type-btn {
  width: unset;
  margin-right: 10px;
}

@media all and (max-width: 991px) {
  /* line 672, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .ppl .care-type-btn {
    display: none;
  }
}

/* line 681, app/assets/stylesheets/legacy_leads.scss */
html.legacy .invitations-controls {
  display: flex;
  justify-content: space-between;
}

/* line 686, app/assets/stylesheets/legacy_leads.scss */
html.legacy .invitations-right-btns {
  display: flex;
}

/* line 689, app/assets/stylesheets/legacy_leads.scss */
html.legacy .invitations-right-btns .leads-location-btn {
  position: relative;
}

/* line 694, app/assets/stylesheets/legacy_leads.scss */
html.legacy .sales-contracts-statuses-btn {
  margin-right: 25px;
  background: #2d3134;
  height: 37px;
  border-radius: 4px;
  border-color: #5a5a5a;
}

/* line 701, app/assets/stylesheets/legacy_leads.scss */
html.legacy .sales-contracts-statuses-btn.-selected {
  background-color: #3B71AA;
  border-color: #3B71AA;
  color: #fff;
}

/* line 706, app/assets/stylesheets/legacy_leads.scss */
html.legacy .sales-contracts-statuses-btn.-selected .arrow-down-icon {
  color: #fff;
}

/* line 712, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-container, html.legacy .sales-contracts-container {
  display: none;
  position: absolute;
  top: 52px;
  right: 0;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #CCD1D6;
  border-radius: 12px;
  height: 375px;
  min-width: 375px;
  width: 375px;
  z-index: 10;
}

/* line 726, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-container.-open, html.legacy .sales-contracts-container.-open {
  display: flex;
}

@media all and (max-width: 767px) {
  /* line 726, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-location-container.-open, html.legacy .sales-contracts-container.-open {
    position: fixed;
    top: 64px;
    border-radius: 0;
    height: calc(100% - 64px);
    width: 100%;
  }
}

/* line 740, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-title-container, html.legacy .sales-contracts-statuses-container {
  border-bottom: 1px solid #CCD1D6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  padding: 15px 0;
}

/* line 749, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-title-container .header-close-btn, html.legacy .sales-contracts-statuses-container .header-close-btn {
  cursor: pointer;
  display: none;
}

@media all and (max-width: 767px) {
  /* line 749, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-location-title-container .header-close-btn, html.legacy .sales-contracts-statuses-container .header-close-btn {
    display: block;
  }
}

/* line 758, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-title-container .header-clear-btn, html.legacy .sales-contracts-statuses-container .header-clear-btn {
  cursor: pointer;
  display: none;
  color: #015AC8;
  font-size: 16px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  /* line 758, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-location-title-container .header-clear-btn, html.legacy .sales-contracts-statuses-container .header-clear-btn {
    display: block;
  }
}

/* line 771, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-title, html.legacy .sales-contract-status-title {
  display: block;
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

/* line 779, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-locations-list, html.legacy .sales-contracts-statuses-list {
  padding: 15px 20px 0;
  flex-grow: 1;
  height: 249px;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* line 789, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-locations-list::-webkit-scrollbar, html.legacy .sales-contracts-statuses-list::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

/* line 794, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-item, html.legacy .sales-contracts-statuses-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 801, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-item .location-filter-item, html.legacy .leads-location-item .status-filter-item, html.legacy .sales-contracts-statuses-item .location-filter-item, html.legacy .sales-contracts-statuses-item .status-filter-item {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}

/* line 806, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-item .location-filter-item .filter-location-headline, html.legacy .leads-location-item .location-filter-item .filter-status-headline, html.legacy .leads-location-item .status-filter-item .filter-location-headline, html.legacy .leads-location-item .status-filter-item .filter-status-headline, html.legacy .sales-contracts-statuses-item .location-filter-item .filter-location-headline, html.legacy .sales-contracts-statuses-item .location-filter-item .filter-status-headline, html.legacy .sales-contracts-statuses-item .status-filter-item .filter-location-headline, html.legacy .sales-contracts-statuses-item .status-filter-item .filter-status-headline {
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
}

/* line 812, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-item .location-filter-item .filter-location-subline, html.legacy .leads-location-item .status-filter-item .filter-location-subline, html.legacy .sales-contracts-statuses-item .location-filter-item .filter-location-subline, html.legacy .sales-contracts-statuses-item .status-filter-item .filter-location-subline {
  color: #505D6D;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 821, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-buttons, html.legacy .sales-contracts-status-buttons {
  background-color: #ffffff;
  border-top: 1px solid #CCD1D6;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  padding: 15px 20px;
}

@media all and (max-width: 767px) {
  /* line 821, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-location-buttons, html.legacy .sales-contracts-status-buttons {
    border-radius: 0;
    justify-content: center;
  }
}

/* line 837, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-buttons .clear-btn, html.legacy .sales-contracts-status-buttons .clear-btn {
  cursor: pointer;
  color: #808B98;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

@media all and (max-width: 767px) {
  /* line 837, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-location-buttons .clear-btn, html.legacy .sales-contracts-status-buttons .clear-btn {
    display: none;
  }
}

/* line 849, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-buttons a.apply-btn, html.legacy .leads-location-buttons a.apply-btn:hover, html.legacy .leads-location-buttons a.apply-btn:focus, html.legacy .leads-location-buttons a.apply-btn:visited, html.legacy .sales-contracts-status-buttons a.apply-btn, html.legacy .sales-contracts-status-buttons a.apply-btn:hover, html.legacy .sales-contracts-status-buttons a.apply-btn:focus, html.legacy .sales-contracts-status-buttons a.apply-btn:visited {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 854, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-location-buttons .apply-btn, html.legacy .sales-contracts-status-buttons .apply-btn {
  background-color: #EF5844;
  border-radius: 100px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  padding: 8px 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  width: 160px;
}

@media all and (max-width: 767px) {
  /* line 854, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-location-buttons .apply-btn, html.legacy .sales-contracts-status-buttons .apply-btn {
    width: 80%;
  }
}

/* line 873, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-empty-container {
  text-align: center;
  padding-top: 45px;
  width: 700px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  /* line 873, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-empty-container {
    width: 100%;
  }
}

/* line 883, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-empty-container .boat-image {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/leads-boat.png");
  background-size: cover;
  margin: 0 auto;
  height: 260px;
  width: 312px;
}

@media all and (max-width: 767px) {
  /* line 883, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .leads-empty-container .boat-image {
    height: 208px;
    width: 250px;
  }
}

/* line 896, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-empty-container .empty-leads-text {
  font-size: 18px;
  line-height: 24px;
}

/* line 900, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-empty-container .empty-leads-text.-headline {
  line-height: 34px;
  font-size: 28px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* line 908, app/assets/stylesheets/legacy_leads.scss */
html.legacy .leads-empty-container .empty-leads-text.-link {
  color: #015AC8 !important;
  display: block;
  font-size: 21px;
  font-weight: 700;
  margin-top: 80px;
  text-decoration: none;
}

/* line 921, app/assets/stylesheets/legacy_leads.scss */
html.legacy .welcome-lead-modal .modal-header {
  color: #000000;
  padding: 50px 0 40px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

/* line 929, app/assets/stylesheets/legacy_leads.scss */
html.legacy .welcome-lead-modal h3 {
  margin-bottom: 30px;
}

/* line 933, app/assets/stylesheets/legacy_leads.scss */
html.legacy .welcome-lead-modal .lead-modal-greeting {
  border-radius: 24px;
  padding: 30px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  /* line 933, app/assets/stylesheets/legacy_leads.scss */
  html.legacy .welcome-lead-modal .lead-modal-greeting {
    width: 90%;
  }
}

/* line 946, app/assets/stylesheets/legacy_leads.scss */
html.legacy .welcome-lead-modal .got-it-btn-row {
  text-align: center;
  margin-top: 20px auto 0;
  padding-bottom: 40px;
}

/* line 953, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-schedule-days-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 10px;
}

/* line 960, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-schedule-day {
  background-color: #FFFFFF;
  border-radius: 6px;
  display: block;
  padding: 0 6px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
}

/* line 969, app/assets/stylesheets/legacy_leads.scss */
html.legacy .lead-details-schedule-day.-active {
  background-color: #CEE0F3;
  color: #172C42;
}

/* line 975, app/assets/stylesheets/legacy_leads.scss */
html.legacy #buc-invitations-details-block .text-tertiary {
  font-size: .95em;
}
/* line 5, app/assets/stylesheets/licenses.scss */
.license-details.container {
  padding: 30px;
  font-family: 'Oceanic Grotesk' !important;
}

/* line 9, app/assets/stylesheets/licenses.scss */
.license-details.container #directions-container {
  margin: 30px;
}

/* line 12, app/assets/stylesheets/licenses.scss */
.license-details.container #directions-container li {
  margin-bottom: 20px;
  font-weight: 600;
}

/* line 15, app/assets/stylesheets/licenses.scss */
.license-details.container #directions-container li span {
  font-weight: normal;
}

/* line 21, app/assets/stylesheets/licenses.scss */
.license-details.container #example-screenshot img {
  width: 100%;
}

/* line 25, app/assets/stylesheets/licenses.scss */
.license-details.container #screenshot-toggle {
  margin-top: 10px;
}

/* line 28, app/assets/stylesheets/licenses.scss */
.license-details.container .hover-effect:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 33, app/assets/stylesheets/licenses.scss */
.license-details.container h4, .license-details.container h6 {
  font-family: 'Oceanic Grotesk';
}

/* line 41, app/assets/stylesheets/licenses.scss */
html.admin #wrap.admin #main #edit-license-modal.modal .modal-dialog .edit-license-container {
  color: #fff;
}

/* line 44, app/assets/stylesheets/licenses.scss */
html.admin #wrap.admin #main #edit-license-modal.modal .modal-dialog .edit-license-container input[type="text"] {
  background: transparent;
  border-color: #5a5a5a;
  color: #fff;
}
/* line 6, app/assets/stylesheets/licenses_legacy.scss */
html.legacy .license-details.container {
  padding: 30px;
  font-family: 'Proxima Nova' !important;
}

/* line 10, app/assets/stylesheets/licenses_legacy.scss */
html.legacy .license-details.container #directions-container {
  margin: 30px;
}

/* line 13, app/assets/stylesheets/licenses_legacy.scss */
html.legacy .license-details.container #directions-container li {
  margin-bottom: 20px;
  font-weight: 600;
}

/* line 16, app/assets/stylesheets/licenses_legacy.scss */
html.legacy .license-details.container #directions-container li span {
  font-weight: normal;
}

/* line 22, app/assets/stylesheets/licenses_legacy.scss */
html.legacy .license-details.container #example-screenshot img {
  width: 100%;
}

/* line 26, app/assets/stylesheets/licenses_legacy.scss */
html.legacy .license-details.container #screenshot-toggle {
  margin-top: 10px;
}

/* line 29, app/assets/stylesheets/licenses_legacy.scss */
html.legacy .license-details.container .hover-effect:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 34, app/assets/stylesheets/licenses_legacy.scss */
html.legacy .license-details.container h4, html.legacy .license-details.container h6 {
  font-family: 'Proxima Nova';
}

/* line 42, app/assets/stylesheets/licenses_legacy.scss */
html.legacy html.admin #wrap.admin #main #edit-license-modal.modal .modal-dialog .edit-license-container {
  color: #fff;
}

/* line 45, app/assets/stylesheets/licenses_legacy.scss */
html.legacy html.admin #wrap.admin #main #edit-license-modal.modal .modal-dialog .edit-license-container input[type="text"] {
  background: transparent;
  border-color: #5a5a5a;
  color: #fff;
}
/* line 5, app/assets/stylesheets/locations.css.scss */
#location-textfield, #organization-location-textfield, #instructor-location-textfield, #school-location-textfield {
  margin: 10px 10px 0;
  width: 96%;
  font-size: 15px;
  padding: 8px 7px;
  width: calc(100% - 20px) !important;
  border: 0;
  font-weight: 400;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

/* line 15, app/assets/stylesheets/locations.css.scss */
#location-textfield:focus {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.4);
}

/* line 18, app/assets/stylesheets/locations.css.scss */
.gm-style .gm-style-iw {
  font-weight: normal !important;
  color: #444;
}

/* line 23, app/assets/stylesheets/locations.css.scss */
.pac-container {
  z-index: 1044;
}

/* line 28, app/assets/stylesheets/locations.css.scss */
#location-panel .location-detail.container {
  background: #fff;
}

/* line 31, app/assets/stylesheets/locations.css.scss */
#location-panel .location-detail.container #location-title {
  padding: 0;
  font-weight: 500;
  display: inline-block;
}

/* line 39, app/assets/stylesheets/locations.css.scss */
.location .loc.row, .locations .loc.row {
  margin: 0;
  padding: 0;
}

/* line 43, app/assets/stylesheets/locations.css.scss */
.location .info-bubble, .locations .info-bubble {
  position: absolute;
  left: 50px;
  cursor: default;
}

/* line 48, app/assets/stylesheets/locations.css.scss */
.location .info-bubble .material-icons, .locations .info-bubble .material-icons {
  font-size: 20px;
  color: #ccc;
  line-height: 22px;
  cursor: default;
}

/* line 56, app/assets/stylesheets/locations.css.scss */
.location .location-selection, .locations .location-selection {
  color: inherit;
  padding-top: 1%;
}

/* line 59, app/assets/stylesheets/locations.css.scss */
.location .location-selection *, .locations .location-selection * {
  font-size: 15px;
  font-family: inherit !important;
}

/* line 63, app/assets/stylesheets/locations.css.scss */
.location .location-selection a.remove-location, .locations .location-selection a.remove-location {
  font-size: .9em;
  font-weight: 500;
  color: #444;
}

/* line 68, app/assets/stylesheets/locations.css.scss */
.location .location-selection a.remove-location:hover, .locations .location-selection a.remove-location:hover {
  color: #cc0000;
}

/* line 75, app/assets/stylesheets/locations.css.scss */
.provider-locations .manage-locations {
  margin: 0 1%;
}

/* line 77, app/assets/stylesheets/locations.css.scss */
.provider-locations .manage-locations .location.row {
  border-top: 1px solid #eee;
  padding: 7px 0;
}

/* line 81, app/assets/stylesheets/locations.css.scss */
.provider-locations .manage-locations .location.row .venue-name {
  font-weight: 600;
  font-size: 1em;
}

/* line 89, app/assets/stylesheets/locations.css.scss */
.infoBox-inner {
  font-family: 'Proxima Nova', Arial, sans-serif;
  font-size: 14px;
  background: #fff;
  color: #444;
  border-radius: 7px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.17);
  cursor: default;
}

/* line 98, app/assets/stylesheets/locations.css.scss */
.infoBox-inner .cover-photo {
  display: inline-block;
  width: 100%;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  border-radius: 7px 7px 0 0;
}

/* line 109, app/assets/stylesheets/locations.css.scss */
.infoBox-inner .details-inner {
  padding: 3px 7px 7px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* line 115, app/assets/stylesheets/locations.css.scss */
.infoBox-inner .title {
  font-size: 1.4em;
  color: inherit;
  font-weight: 400;
  cursor: pointer;
}

/* line 122, app/assets/stylesheets/locations.css.scss */
.infoBox-inner .address a {
  color: inherit;
}

/* line 126, app/assets/stylesheets/locations.css.scss */
.infoBox-inner .organization {
  border-top: 1px solid #eef1f4;
  margin-top: 7px;
  padding-top: 3px;
}

/* line 131, app/assets/stylesheets/locations.css.scss */
.infoBox-inner .organization-title {
  font-size: 1.05em;
  font-weight: 500;
  cursor: pointer;
}

/* line 136, app/assets/stylesheets/locations.css.scss */
.infoBox-inner .formatted_address {
  font-size: 1em;
  font-weight: normal;
}

/* line 140, app/assets/stylesheets/locations.css.scss */
.infoBox-inner .provider.title {
  font-weight: 600;
}

/* line 146, app/assets/stylesheets/locations.css.scss */
.infoBox-inner .bullet {
  vertical-align: middle;
}

/* line 149, app/assets/stylesheets/locations.css.scss */
.infoBox-inner .rating {
  font-size: 14px;
  line-height: 10px;
  color: rgba(0, 177, 107, 0.95);
}

/* line 155, app/assets/stylesheets/locations.css.scss */
.infoBox:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -10px;
  left: 120px;
}

/* line 169, app/assets/stylesheets/locations.css.scss */
.event-detail .infoBox-inner .details-inner, .location-detail .infoBox-inner .details-inner, .organization-detail .infoBox-inner .details-inner {
  text-align: left;
}

/* line 176, app/assets/stylesheets/locations.css.scss */
.edit-location.panel .location-container {
  padding: 1% 1% 5%;
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 182, app/assets/stylesheets/locations.css.scss */
.edit-location.panel .location-container .edit_location {
  clear: both;
}

/* line 185, app/assets/stylesheets/locations.css.scss */
.edit-location.panel .location-container .location_photo {
  clear: both;
}

/* line 188, app/assets/stylesheets/locations.css.scss */
.edit-location.panel .location-container #location-photos {
  clear: both;
}

/* line 190, app/assets/stylesheets/locations.css.scss */
.edit-location.panel .location-container #location-photos .photo {
  width: 200px;
  height: 200px;
}

/* line 193, app/assets/stylesheets/locations.css.scss */
.edit-location.panel .location-container #location-photos .photo img {
  width: 100%;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  /* line 205, app/assets/stylesheets/locations.css.scss */
  .locations.panel .inner .panel-header .info-bubble {
    display: none;
  }
}
/* line 1, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-map {
  font: 12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 8, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 14, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

/* line 19, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canary {
  background-color: salmon;
}

/* line 23, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 34, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}

/* line 38, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-interactive:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* line 45, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* line 52, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate {
  touch-action: pan-x pan-y;
}

/* line 55, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

/* line 60, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan {
  touch-action: pinch-zoom;
}

/* line 63, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

/* line 68, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan {
  touch-action: none;
}

/* line 71, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}

/* line 77, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

/* line 83, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}

/* line 88, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}

/* line 93, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}

/* line 98, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}

/* line 103, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}

/* line 109, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}

/* line 114, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}

/* line 119, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}

/* line 124, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}

/* line 129, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff;
}

/* line 133, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group:not(:empty) {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

/* line 139, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}

/* line 150, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

@media (-ms-high-contrast: active) {
  /* line 157, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}

/* line 163, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 171, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media (-ms-high-contrast: active) {
  /* line 178, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }
  /* line 182, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}

/* line 187, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}

/* line 192, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}

/* line 195, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: .25;
}

/* line 200, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 206, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}

/* line 210, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

/* line 214, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}

/* line 218, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}

/* line 222, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}

/* line 228, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}

/* line 232, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 236, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}

/* line 240, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
}

/* line 244, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
}

/* line 249, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

/* line 253, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
}

/* line 257, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

/* line 261, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

/* line 265, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
}

/* line 269, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
}

/* line 273, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  -webkit-animation: mapboxgl-spin 2s linear infinite;
  -moz-animation: mapboxgl-spin 2s infinite linear;
  -o-animation: mapboxgl-spin 2s infinite linear;
  -ms-animation: mapboxgl-spin 2s infinite linear;
  animation: mapboxgl-spin 2s linear infinite;
}

@media (-ms-high-contrast: active) {
  /* line 285, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  /* line 289, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  /* line 297, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  /* line 301, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: active) {
  /* line 309, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  /* line 313, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  /* line 321, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  /* line 325, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: active) {
  /* line 332, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  /* line 338, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: active) {
  /* line 345, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  /* line 349, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }
  /* line 353, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  /* line 357, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  /* line 361, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
  }
  /* line 365, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  /* line 373, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  /* line 377, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }
}

@-webkit-keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}

@-moz-keyframes mapboxgl-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(1turn);
  }
}

@-o-keyframes mapboxgl-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(1turn);
  }
}

@-ms-keyframes mapboxgl-spin {
  /* line 414, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  0% {
    -ms-transform: rotate(0deg);
  }
  /* line 418, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  to {
    -ms-transform: rotate(1turn);
  }
}

@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

/* line 433, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(/%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(/%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
}

/* line 443, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}

@media (-ms-high-contrast: active) {
  /* line 449, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(/%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(/%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  /* line 456, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(/%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(/%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E");
  }
}

/* line 461, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

@media screen {
  /* line 468, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 3px 12px 12px 3px;
  }
  /* line 476, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 24px 2px 4px;
    visibility: visible;
    margin-top: 6px;
  }
  /* line 483, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-bottom-left &gt; .mapboxgl-ctrl-attrib.mapboxgl-compact:hover, .mapboxgl-ctrl-top-left &gt; .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 4px 2px 24px;
    border-radius: 12px 3px 3px 12px;
  }
  /* line 489, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  /* line 493, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
    display: block;
  }
  /* line 497, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    content: "";
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
  }
  /* line 510, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-bottom-right &gt; .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }
  /* line 515, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-top-right &gt; .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    right: 0;
  }
  /* line 520, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-top-left &gt; .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    left: 0;
  }
  /* line 525, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-bottom-left &gt; .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
}

@media screen and (-ms-high-contrast: active) {
  /* line 532, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  /* line 538, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
  }
}

/* line 544, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

/* line 548, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

/* line 554, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}

/* line 560, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-attrib-empty {
  display: none;
}

/* line 564, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border: 2px solid #333;
  border-top: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}

/* line 574, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  will-change: transform;
  pointer-events: none;
}

/* line 584, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 589, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 594, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-left {
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 599, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 604, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}

/* line 611, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}

/* line 618, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}

/* line 626, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}

/* line 634, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

/* line 641, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

/* line 649, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

/* line 657, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

/* line 664, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}

/* line 671, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}

/* line 680, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 685, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}

/* line 694, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

/* line 698, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

/* line 702, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

/* line 706, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

/* line 710, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-track-pointer {
  display: none;
}

/* line 713, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  user-select: none;
}

/* line 720, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}

/* line 724, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}

/* line 729, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

/* line 736, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-user-location-dot {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

/* line 742, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  content: "";
  position: absolute;
  -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

/* line 755, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-user-location-dot:after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@-ms-keyframes mapboxgl-user-location-dot-pulse {
  /* line 787, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  0% {
    -ms-transform: scale(1);
    opacity: 1;
  }
  /* line 792, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  70% {
    -ms-transform: scale(3);
    opacity: 0;
  }
  /* line 797, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  to {
    -ms-transform: scale(1);
    opacity: 0;
  }
}

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}

/* line 820, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

/* line 823, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-user-location-dot-stale:after {
  display: none;
}

/* line 828, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  width: 1px;
  height: 1px;
  border-radius: 100%;
}

/* line 835, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-crosshair {
  cursor: crosshair;
}

/* line 838, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-crosshair .mapboxgl-interactive {
  cursor: crosshair;
}

/* line 841, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

/* line 847, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: .5;
}

@media print {
  /* line 859, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapbox-improve-map {
    display: none;
  }
}
/* Basics */
/* line 4, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-width: 240px;
  z-index: 1;
  border-radius: 4px;
  transition: width .25s, min-width .25s;
}

/* line 7, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder * {
  box-sizing: border-box;
}

/* line 10, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder *:after, .mapboxgl-ctrl-geocoder *:before {
  box-sizing: border-box;
}

/* line 27, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder--input {
  font: inherit;
  width: 100%;
  border: 0;
  background-color: transparent;
  margin: 0;
  height: 50px;
  color: #404040;
  /* fallback */
  color: rgba(0, 0, 0, 0.75);
  padding: 6px 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 43, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder--input::-ms-clear {
  display: none;
  /* hide input clear button in IE */
}

/* line 49, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder--input:focus {
  color: #404040;
  /* fallback */
  color: rgba(0, 0, 0, 0.75);
  outline: 0;
  box-shadow: none;
  outline: thin dotted\8;
}

/* line 60, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

/* line 61, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right &gt; * {
  z-index: 2;
  position: absolute;
  right: 8px;
  top: 7px;
  display: none;
}

/* line 71, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder .suggestions {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

/* line 75, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder.mapboxgl-ctrl-geocoder--collapsed {
  width: 50px;
  min-width: 50px;
  transition: width .25s, min-width .25s;
}

/* line 81, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder .suggestions {
  background-color: #fff;
  border-radius: 4px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 110%;
  /* fallback */
  top: calc(100% + 6px);
  z-index: 1000;
  overflow: hidden;
  font-size: 15px;
}

/* Collapsed */
/* Suggestions */
/* line 104, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-bottom-left .suggestions, .mapboxgl-ctrl-bottom-right .suggestions {
  top: auto;
  bottom: 100%;
}

/* line 110, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder .suggestions &gt; li &gt; a {
  cursor: default;
  display: block;
  padding: 6px 12px;
  color: #404040;
}

/* line 117, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder .suggestions &gt; .active &gt; a, .mapboxgl-ctrl-geocoder .suggestions &gt; li &gt; a:hover {
  color: #404040;
  background-color: #f3f3f3;
  text-decoration: none;
  cursor: pointer;
}

/* line 125, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder--suggestion-title {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 132, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder--suggestion-address {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* Icons */
/* line 140, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder--icon {
  display: inline-block;
  vertical-align: middle;
  speak: none;
  fill: #757575;
  top: 15px;
}

/* line 148, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder--icon-search {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 23px;
  height: 23px;
}

/* line 156, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder--button {
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background: #fff;
  line-height: 1;
}

/* line 165, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder--icon-close {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-right: 3px;
}

/* line 172, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder--button:hover .mapboxgl-ctrl-geocoder--icon-close {
  fill: #909090;
}

/* line 176, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
.mapboxgl-ctrl-geocoder--icon-loading {
  width: 26px;
  height: 26px;
  margin-top: 5px;
  margin-right: 0px;
  -moz-animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
  animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

/* Animation */
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Media queries*/
@media screen and (min-width: 640px) {
  /* line 213, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
  .mapboxgl-ctrl-geocoder {
    width: 33.3333%;
    font-size: 15px;
    line-height: 20px;
    max-width: 360px;
  }
  /* line 214, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
  .mapboxgl-ctrl-geocoder.mapboxgl-ctrl-geocoder--collapsed {
    width: 36px;
    min-width: 36px;
  }
  /* line 224, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
  .mapboxgl-ctrl-geocoder .suggestions {
    font-size: 13px;
  }
  /* line 229, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
  .mapboxgl-ctrl-geocoder--icon {
    top: 8px;
  }
  /* line 233, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
  .mapboxgl-ctrl-geocoder--icon-close {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 0;
  }
  /* line 240, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
  .mapboxgl-ctrl-geocoder--icon-search {
    left: 7px;
    width: 20px;
    height: 20px;
  }
  /* line 246, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
  .mapboxgl-ctrl-geocoder--input {
    height: 36px;
    padding: 6px 35px;
  }
  /* line 251, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
  .mapboxgl-ctrl-geocoder--icon-loading {
    width: 26px;
    height: 26px;
    margin-top: -2px;
    margin-right: -5px;
  }
  /* line 258, ../usr/local/bundle/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl-geocoder.scss */
  .mapbox-gl-geocoder--error {
    color: #909090;
    padding: 6px 12px;
    font-size: 16px;
    text-align: center;
  }
}
/*


 */
/* line 7, app/assets/stylesheets/memberships.scss */
#membership-purchases-table .membership.row .already-canceled {
  color: #aaa;
}

/* line 10, app/assets/stylesheets/memberships.scss */
#membership-purchases-table .membership.row .ending {
  color: #cc0000;
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/memberships.scss */
#membership-purchases-table .membership.row a {
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/memberships.scss */
#membership-purchases-table .membership.row a * {
  cursor: pointer;
}

/* line 22, app/assets/stylesheets/memberships.scss */
#membership-purchases-table .membership.row.paused * {
  color: #aaa;
}

/* line 27, app/assets/stylesheets/memberships.scss */
#membership-purchases-table .membership.row.paused:hover a {
  text-decoration: underline;
}

/* line 32, app/assets/stylesheets/memberships.scss */
#membership-purchases-table .membership.row.canceled * {
  text-decoration: line-through;
  color: #aaa;
}

/* line 38, app/assets/stylesheets/memberships.scss */
#membership-purchases-table .membership.row.canceled:hover a {
  text-decoration: line-through underline;
}

/* line 49, app/assets/stylesheets/memberships.scss */
.pause-cancel-membership * {
  color: inherit;
}

/* line 54, app/assets/stylesheets/memberships.scss */
#attendance .membership-attendance {
  overflow-x: scroll;
}

/* line 56, app/assets/stylesheets/memberships.scss */
#attendance .membership-attendance #attendance_start_date, #attendance .membership-attendance #attendance_end_date {
  margin: 0;
  color: #444;
  line-height: 26px;
  width: 100px;
  border-radius: 5px;
}

/* line 66, app/assets/stylesheets/memberships.scss */
#membership-attendance-table tr {
  border-bottom: 1px solid #eee;
}

/* line 69, app/assets/stylesheets/memberships.scss */
#membership-attendance-table tr:last-child {
  border-bottom: 0;
}

/* line 73, app/assets/stylesheets/memberships.scss */
#membership-attendance-table tr td, #membership-attendance-table tr.attendance-row td {
  padding: 7px;
  min-width: 140px;
}

/* line 77, app/assets/stylesheets/memberships.scss */
#membership-attendance-table tr .membership-purchase-cell, #membership-attendance-table tr.attendance-row .membership-purchase-cell {
  position: relative;
}

/* line 80, app/assets/stylesheets/memberships.scss */
#membership-attendance-table tr .membership-purchase-cell .notes, #membership-attendance-table tr.attendance-row .membership-purchase-cell .notes {
  display: none;
  vertical-align: top;
  position: absolute;
  margin-left: 7px;
  line-height: 16px;
}

/* line 86, app/assets/stylesheets/memberships.scss */
#membership-attendance-table tr .membership-purchase-cell .notes .has-notes, #membership-attendance-table tr .membership-purchase-cell .notes .active, #membership-attendance-table tr.attendance-row .membership-purchase-cell .notes .has-notes, #membership-attendance-table tr.attendance-row .membership-purchase-cell .notes .active {
  color: #EB0450;
}

/* line 92, app/assets/stylesheets/memberships.scss */
#membership-attendance-table tr .membership-purchase-cell:hover .notes, #membership-attendance-table tr.attendance-row .membership-purchase-cell:hover .notes {
  display: inline-block;
}

/* line 97, app/assets/stylesheets/memberships.scss */
#membership-attendance-table tr .notes:hover i, #membership-attendance-table tr.attendance-row .notes:hover i {
  color: #EB0450;
}

/* line 102, app/assets/stylesheets/memberships.scss */
#membership-attendance-table tr.attendance-row.canceled {
  color: #aaa;
  text-decoration: line-through;
}

/* line 107, app/assets/stylesheets/memberships.scss */
.radio.row {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}

/* line 113, app/assets/stylesheets/memberships.scss */
.membership-rolling .parsley-errors-list.filled {
  margin: 0;
}
/* line 7, app/assets/stylesheets/messages.scss */
.provider.panel .inner section#emails, .provider.panel .inner section#communication {
  position: unset;
}

/* line 12, app/assets/stylesheets/messages.scss */
.new-message-link {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px;
  font-size: .9em;
  font-weight: 600;
}

/* line 20, app/assets/stylesheets/messages.scss */
.new-message-link i {
  font-size: 18px;
  line-height: 18px;
  vertical-align: top;
  padding-left: 5px;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 32, app/assets/stylesheets/messages.scss */
.recipients-table {
  border-radius: 7px;
  border: 1px solid #e7eaed;
  padding: 0 1%;
}

/* line 36, app/assets/stylesheets/messages.scss */
.recipients-table .recipient {
  border-bottom: 1px solid #e7eaed;
  padding: 1% 0;
}

/* line 40, app/assets/stylesheets/messages.scss */
.recipients-table .recipient:last-child {
  border: 0;
}

/* line 46, app/assets/stylesheets/messages.scss */
.products.panel .inner .new-message-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 3em;
}

/* line 52, app/assets/stylesheets/messages.scss */
.products.panel .inner .new-message-container .new-message-link {
  top: 10px;
  right: 10px;
}

/* line 57, app/assets/stylesheets/messages.scss */
.products.panel .inner .new-message-container .new-message-link:hover i {
  color: inherit;
}

/* line 66, app/assets/stylesheets/messages.scss */
.new-message-link:hover i {
  color: #2196F3;
}

/* line 71, app/assets/stylesheets/messages.scss */
#attachment-zone {
  padding-top: 1em;
}

/* line 75, app/assets/stylesheets/messages.scss */
#attachment-zone ul li {
  padding: 7px 0;
  border-bottom: 1px solid #eee;
}

/* line 78, app/assets/stylesheets/messages.scss */
#attachment-zone ul li .trashcan.remove-upload {
  font-size: 18px;
  line-height: 18px;
  vertical-align: top;
  margin-left: 7px;
  color: #ccc;
}

/* line 85, app/assets/stylesheets/messages.scss */
#attachment-zone ul li .trashcan.remove-upload:hover {
  color: #cc0000;
}

/* line 94, app/assets/stylesheets/messages.scss */
.message-container.panel #email-super-send.disabled i, .message-container.panel #email-super-save.disabled i {
  color: inherit;
}

/* line 98, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner {
  padding: 1%;
}

/* line 101, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner .error-container {
  margin-bottom: 1%;
}

/* line 104, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner .sent-message-timestamp {
  margin-bottom: 1%;
}

/* line 107, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner .send-details {
  padding: 10px;
  background: rgba(241, 244, 249, 0.6);
  border-radius: 7px;
}

/* line 113, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner .recipient-selector #recipient-count {
  margin-bottom: 0;
  display: inline-block;
}

/* line 117, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner .recipient-selector .selectize-input {
  background: transparent;
  border-color: #e7eaed;
  max-height: 110px;
  overflow: auto;
}

/* line 125, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner #message-template-container .selectize-input, .message-container.panel .message-inner #message-type-container .selectize-input {
  background: #fff;
  border-radius: 4px;
  border-bottom: 1px solid #e4e7ea;
  height: 36px;
}

/* line 132, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner #template-note {
  margin: 0.5em auto;
  display: inline-block;
}

/* line 136, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner .datepicker-input, .message-container.panel .message-inner .timepicker-input {
  border: 1px solid #e4e7ea;
  border-radius: 4px;
  text-align: center;
}

/* line 141, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner .datepicker-input {
  width: 144px;
}

/* line 144, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner .timepicker-input {
  width: 120px;
}

/* line 147, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner #add-key-value-btn {
  display: inline-block;
}

/* line 152, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner .text-type, .message-container.panel .message-inner .push-type {
  display: none;
}

/* line 157, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner.email .email-type {
  display: block;
}

/* line 162, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner.push .push-type {
  display: block;
}

/* line 165, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner.push .email-type {
  display: none;
}

/* line 170, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner.text .text-type {
  display: block;
}

/* line 173, app/assets/stylesheets/messages.scss */
.message-container.panel .message-inner.text .email-type {
  display: none;
}

/* line 177, app/assets/stylesheets/messages.scss */
.message-container.panel #email-table {
  padding: 0 1% 1%;
}

/* line 182, app/assets/stylesheets/messages.scss */
.message-container.panel.sent input:disabled, .message-container.panel.sent .selectize-control .selectize-input.disabled {
  opacity: 1;
  color: inherit;
}

/* line 186, app/assets/stylesheets/messages.scss */
.message-container.panel.sent input:hover, .message-container.panel.sent textarea:hover {
  border-color: #eee !important;
}

/* line 192, app/assets/stylesheets/messages.scss */
.choose-message .inner {
  padding: 1em;
}

/* line 195, app/assets/stylesheets/messages.scss */
.choose-message .choose-contents {
  margin: 1em auto;
  width: 50%;
}

/* line 199, app/assets/stylesheets/messages.scss */
.choose-message .choose-contents .choose-header {
  margin: 10px 0px;
}

/* line 208, app/assets/stylesheets/messages.scss */
.messageable-header {
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  /* line 214, app/assets/stylesheets/messages.scss */
  .choose-message .inner {
    padding: 1em;
  }
  /* line 217, app/assets/stylesheets/messages.scss */
  .choose-message .choose-contents {
    margin: 0 auto;
    width: 100%;
  }
}

/* line 227, app/assets/stylesheets/messages.scss */
#messages-table.index .left, #messages-table.index .right {
  flex: 0 0 auto;
  /* Forces side columns to stay same width */
  min-width: 234px;
  /* Sets the width of side columns */
}

/* line 232, app/assets/stylesheets/messages.scss */
#messages-table.index .right &gt; div {
  margin-left: 10px;
}

/* line 236, app/assets/stylesheets/messages.scss */
#messages-table.index .message-header-email {
  padding: 10px;
}

/* line 240, app/assets/stylesheets/messages.scss */
#messages-table.index div.message.row {
  border-bottom: 1px solid #d6d6d6;
  /* display: flex; */
}

/* line 245, app/assets/stylesheets/messages.scss */
#messages-table.index .right {
  font-size: .9em;
  font-weight: 500;
  padding-left: 20px;
  display: flex;
}

/* line 252, app/assets/stylesheets/messages.scss */
#messages-table.index .status_dot {
  min-width: 120px;
  width: 120px;
}

/* line 257, app/assets/stylesheets/messages.scss */
#messages-table.index .message-header-email {
  display: flex;
  justify-content: space-between;
  align-items: end;
  text-align: left;
}

/* line 264, app/assets/stylesheets/messages.scss */
#messages-table.index a.red {
  color: red;
  text-decoration: underline;
}

/* line 268, app/assets/stylesheets/messages.scss */
#messages-table.index .email-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

/* line 275, app/assets/stylesheets/messages.scss */
#messages-table.index .expanded .message-header-email {
  background-color: #efecec;
  border-bottom: 1px solid #dcdbdb;
}

/* line 280, app/assets/stylesheets/messages.scss */
#messages-table.index .email.row:empty, #messages-table.index .email-body:empty {
  display: none;
}

/* line 284, app/assets/stylesheets/messages.scss */
#messages-table.index .expanded .email-nodes {
  height: 100%;
  overflow: initial;
  transform: scaleY(1);
}

/* line 290, app/assets/stylesheets/messages.scss */
#messages-table.index .email-nodes {
  height: 0px;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

/* line 297, app/assets/stylesheets/messages.scss */
#messages-table.index .expanded .email.row {
  display: block;
}

/* line 300, app/assets/stylesheets/messages.scss */
#messages-table.index .email.row {
  border-bottom: 1px solid #e0e2e2;
  display: none;
}

/* line 305, app/assets/stylesheets/messages.scss */
#messages-table.index .messages-table {
  position: relative;
}

/* line 308, app/assets/stylesheets/messages.scss */
#messages-table.index .message.row .right {
  display: flex;
  font-size: .9em;
  font-weight: 500;
  /* float: left; */
}

/* line 314, app/assets/stylesheets/messages.scss */
#messages-table.index .message.row {
  /* display: block; */
}

/* line 320, app/assets/stylesheets/messages.scss */
#messages-table.index .left {
  max-width: 50%;
}

@media only screen and (max-width: 560px) {
  /* line 325, app/assets/stylesheets/messages.scss */
  #messages-table.index .right .success {
    margin-left: 0px;
  }
  /* line 328, app/assets/stylesheets/messages.scss */
  #messages-table.index .message-header-email, #messages-table.index .email-header {
    display: block;
  }
  /* line 331, app/assets/stylesheets/messages.scss */
  #messages-table.index .message-header-email .right, #messages-table.index .email-header .right {
    margin-top: 10px;
  }
  /* line 334, app/assets/stylesheets/messages.scss */
  #messages-table.index .right {
    padding-left: 0px;
  }
  /* line 337, app/assets/stylesheets/messages.scss */
  #messages-table.index .left, #messages-table.index .right {
    min-width: 100%;
    float: none;
  }
}
/* line 6, app/assets/stylesheets/notifications.css.scss */
.notifications #notifications-table {
  background: #fff;
}

/* line 8, app/assets/stylesheets/notifications.css.scss */
.notifications #notifications-table .notification.row {
  padding-left: 0;
  padding-right: 0;
}

/* line 16, app/assets/stylesheets/notifications.css.scss */
.logs.panel .panel-search-container {
  width: calc(100% - 50px);
}

/* line 21, app/assets/stylesheets/notifications.css.scss */
.provider-notification, .notification {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: transparent;
  border-bottom: 1px solid #f7f7f7;
  padding: 1.5rem 0;
}

/* line 29, app/assets/stylesheets/notifications.css.scss */
.provider-notification .new-symbol, .notification .new-symbol {
  float: left;
  padding: 2px 7px 0 0;
}

/* line 34, app/assets/stylesheets/notifications.css.scss */
.provider-notification .attribution, .notification .attribution {
  padding-left: 5%;
}

/* line 37, app/assets/stylesheets/notifications.css.scss */
.provider-notification .timestamp, .notification .timestamp {
  font-size: .9em;
  text-align: right;
}

/* line 42, app/assets/stylesheets/notifications.css.scss */
.provider-notification .remove-notification a, .notification .remove-notification a {
  color: #444;
}

/* line 44, app/assets/stylesheets/notifications.css.scss */
.provider-notification .remove-notification a i, .notification .remove-notification a i {
  font-size: 18px;
}

/* line 50, app/assets/stylesheets/notifications.css.scss */
.provider-notification .remove-notification a:hover i, .notification .remove-notification a:hover i {
  color: #cc0000;
}

/* line 57, app/assets/stylesheets/notifications.css.scss */
#logs-table {
  padding-top: 3px;
}

/* line 59, app/assets/stylesheets/notifications.css.scss */
#logs-table .provider-notification {
  padding: 10px 1%;
}

/* line 61, app/assets/stylesheets/notifications.css.scss */
#logs-table .provider-notification a {
  color: #015AC8;
}

/* line 67, app/assets/stylesheets/notifications.css.scss */
.provider-notification.row:last-child, .notification:last-child {
  border: 0;
}
/* line 5, app/assets/stylesheets/organization.css.scss */
html.organization a, html.organization a:focus, html.organization a:visited, html.ppl a, html.ppl a:focus, html.ppl a:visited {
  color: #377A69;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 13, app/assets/stylesheets/organization.css.scss */
html.organization a.link-color, html.organization a:hover, html.organization a.link-color:focus, html.organization a.link-color:visited, html.ppl a.link-color, html.ppl a:hover, html.ppl a.link-color:focus, html.ppl a.link-color:visited {
  color: #377A69;
}

/* line 16, app/assets/stylesheets/organization.css.scss */
html.organization a.pink-btn, html.organization a.pink-btn:focus, html.organization a.pink-btn:visited, html.organization a.pink-btn:active, html.ppl a.pink-btn, html.ppl a.pink-btn:focus, html.ppl a.pink-btn:visited, html.ppl a.pink-btn:active {
  color: #fff;
}

/* line 19, app/assets/stylesheets/organization.css.scss */
html.organization a.placeholder, html.organization a.purchase-link.placeholder, html.ppl a.placeholder, html.ppl a.purchase-link.placeholder {
  color: #aaa;
}

/* line 21, app/assets/stylesheets/organization.css.scss */
html.organization a.placeholder h6.form-label, html.organization a.purchase-link.placeholder h6.form-label, html.ppl a.placeholder h6.form-label, html.ppl a.purchase-link.placeholder h6.form-label {
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/organization.css.scss */
html.organization a.danger, html.ppl a.danger {
  color: #cc0000;
}

/* line 29, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.organization, html.ppl #wrap.organization {
  position: relative;
  padding-top: 0;
  background: transparent;
}

/* line 34, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.organization #main, html.ppl #wrap.organization #main {
  width: 100%;
  padding-left: 200px;
  padding-top: 0;
  padding-bottom: 40px;
  margin: 0 auto;
  min-height: 100%;
}

/* line 44, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar, html.ppl #organization-sidebar {
  border: 0;
  border-right: 1px solid #ddd;
  width: 200px;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 7;
  overflow: hidden;
  background: #F6F3EE;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 61, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .inner, html.ppl #organization-sidebar .inner {
  padding: 0;
  width: 210px;
  padding-right: 25px;
  padding-bottom: 2em;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* line 72, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .inner::-webkit-scrollbar, html.ppl #organization-sidebar .inner::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

/* line 76, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .inner ul, html.ppl #organization-sidebar .inner ul {
  background: transparent;
  border-radius: 3px;
}

/* line 82, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .inner ul#sidebar-list .sidebar-link a, html.ppl #organization-sidebar .inner ul#sidebar-list .sidebar-link a {
  font-weight: 700;
  text-decoration-color: #1E1E1E !important;
}

/* line 85, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .inner ul#sidebar-list .sidebar-link a .text, html.organization #organization-sidebar .inner ul#sidebar-list .sidebar-link a i, html.ppl #organization-sidebar .inner ul#sidebar-list .sidebar-link a .text, html.ppl #organization-sidebar .inner ul#sidebar-list .sidebar-link a i {
  color: #1E1E1E;
}

/* line 93, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar #provider-dashboard, html.ppl #organization-sidebar #provider-dashboard {
  padding-left: 38px;
}

/* line 95, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar #provider-dashboard #sidebar-dashboard-icon, html.ppl #organization-sidebar #provider-dashboard #sidebar-dashboard-icon {
  left: 9px;
  font-size: 16px;
}

/* line 100, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-label, html.ppl #organization-sidebar .sidebar-label {
  text-transform: none;
  padding: 13px 0 13px 15px;
  margin: 0;
  cursor: pointer;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
  border-left: 3px solid transparent;
}

/* line 112, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-label .text, html.ppl #organization-sidebar .sidebar-label .text {
  font-size: 1rem;
  font-weight: 500;
}

/* line 116, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-label i.arrow-indicator, html.ppl #organization-sidebar .sidebar-label i.arrow-indicator {
  font-size: 18px;
  line-height: 24px;
  height: 24px;
}

/* line 121, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-label i.icon-indicator, html.ppl #organization-sidebar .sidebar-label i.icon-indicator {
  font-size: 16px;
  line-height: 14px;
  margin-right: 10px;
}

/* line 127, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-label::before, html.organization #organization-sidebar .sidebar-label::after, html.ppl #organization-sidebar .sidebar-label::before, html.ppl #organization-sidebar .sidebar-label::after {
  background: #b1b5b8;
}

/* line 130, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-label.current-page, html.ppl #organization-sidebar .sidebar-label.current-page {
  color: inherit;
  border-color: #EB0450;
  text-decoration: none;
}

/* line 135, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-label.current-page i.icon-indicator, html.ppl #organization-sidebar .sidebar-label.current-page i.icon-indicator {
  color: #EB0450;
}

/* line 140, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-nav, html.ppl #organization-sidebar .sidebar-nav {
  display: none;
  background: #fff;
  padding: 0;
  border-top: 1px solid #e4e7ea;
  border-radius: 0 3px 3px 0;
}

/* line 148, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link, html.ppl #organization-sidebar .sidebar-link {
  position: relative;
  border-left: 3px solid transparent;
}

/* line 152, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link i, html.ppl #organization-sidebar .sidebar-link i {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  font-size: 1em;
  color: rgba(23, 27, 34, 0.9);
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
}

/* line 168, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link a, html.organization #organization-sidebar .sidebar-link .text-link, html.ppl #organization-sidebar .sidebar-link a, html.ppl #organization-sidebar .sidebar-link .text-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 3px 14px 44px;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 180, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link a#organization-notifications.unread, html.organization #organization-sidebar .sidebar-link a#organization-notifications.unread:hover, html.organization #organization-sidebar .sidebar-link a#organization-calendar.today, html.organization #organization-sidebar .sidebar-link a.alert, html.organization #organization-sidebar .sidebar-link a.alert:hover, html.ppl #organization-sidebar .sidebar-link a#organization-notifications.unread, html.ppl #organization-sidebar .sidebar-link a#organization-notifications.unread:hover, html.ppl #organization-sidebar .sidebar-link a#organization-calendar.today, html.ppl #organization-sidebar .sidebar-link a.alert, html.ppl #organization-sidebar .sidebar-link a.alert:hover {
  color: #444;
}

/* line 183, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link a#organization-notifications.unread i, html.organization #organization-sidebar .sidebar-link a#organization-notifications.unread:hover i, html.organization #organization-sidebar .sidebar-link a#organization-calendar.today i, html.organization #organization-sidebar .sidebar-link a.alert i, html.organization #organization-sidebar .sidebar-link a.alert:hover i, html.ppl #organization-sidebar .sidebar-link a#organization-notifications.unread i, html.ppl #organization-sidebar .sidebar-link a#organization-notifications.unread:hover i, html.ppl #organization-sidebar .sidebar-link a#organization-calendar.today i, html.ppl #organization-sidebar .sidebar-link a.alert i, html.ppl #organization-sidebar .sidebar-link a.alert:hover i {
  color: #444;
}

/* line 188, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link a:hover, html.ppl #organization-sidebar .sidebar-link a:hover {
  text-decoration: underline;
  color: black;
}

/* line 192, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link a:hover i, html.ppl #organization-sidebar .sidebar-link a:hover i {
  color: black;
}

/* line 197, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link a.current-page, html.organization #organization-sidebar .sidebar-link a.current-page:hover, html.ppl #organization-sidebar .sidebar-link a.current-page, html.ppl #organization-sidebar .sidebar-link a.current-page:hover {
  border-color: #EB0450;
  color: #EB0450;
  text-decoration: none;
  font-weight: 600;
}

/* line 203, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link a.current-page i, html.organization #organization-sidebar .sidebar-link a.current-page:hover i, html.ppl #organization-sidebar .sidebar-link a.current-page i, html.ppl #organization-sidebar .sidebar-link a.current-page:hover i {
  opacity: 1;
  color: #EB0450;
}

/* line 209, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link .alert-bubble, html.ppl #organization-sidebar .sidebar-link .alert-bubble {
  text-decoration: none;
  width: 21px;
  height: 21px;
  line-height: 21px;
  float: right;
  background: #EB0450;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
}

/* line 227, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link.current-page, html.ppl #organization-sidebar .sidebar-link.current-page {
  text-decoration: none;
}

/* line 231, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link:first-child a, html.ppl #organization-sidebar .sidebar-link:first-child a {
  border-radius: 0 3px 0 0;
}

/* line 236, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link:last-child a, html.ppl #organization-sidebar .sidebar-link:last-child a {
  border-radius: 0 0 3px 0;
}

/* line 242, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link:hover a, html.ppl #organization-sidebar .sidebar-link:hover a {
  color: #000;
}

/* line 245, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link:hover i, html.ppl #organization-sidebar .sidebar-link:hover i {
  opacity: 1;
}

/* line 251, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link.logo a, html.ppl #organization-sidebar .sidebar-link.logo a {
  padding: 0;
}

/* line 254, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link.logo a:hover, html.ppl #organization-sidebar .sidebar-link.logo a:hover {
  background: transparent;
}

/* line 258, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar .sidebar-link.logo img, html.ppl #organization-sidebar .sidebar-link.logo img {
  max-width: 75%;
  display: block;
  margin: 0 auto;
}

/* line 265, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar #sidebar-credentials, html.ppl #organization-sidebar #sidebar-credentials {
  display: block;
  border: 0;
  cursor: pointer;
}

/* line 270, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar #sidebar-credentials #logo-container, html.ppl #organization-sidebar #sidebar-credentials #logo-container {
  padding: 20px 12px;
}

/* line 272, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar #sidebar-credentials #logo-container img, html.ppl #organization-sidebar #sidebar-credentials #logo-container img {
  max-width: 164px;
}

/* line 275, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar #sidebar-credentials #logo-container .text-snippet, html.ppl #organization-sidebar #sidebar-credentials #logo-container .text-snippet {
  color: #fff;
  font-size: 1.1em;
  margin-left: 10px;
}

/* line 282, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar #sidebar-credentials a, html.ppl #organization-sidebar #sidebar-credentials a {
  width: 100%;
  height: 100%;
  padding: 3px 11px;
  color: #444;
  font-family: inherit;
}

/* line 292, app/assets/stylesheets/organization.css.scss */
html.organization #organization-sidebar #sidebar-credentials:hover *, html.ppl #organization-sidebar #sidebar-credentials:hover * {
  text-decoration: none;
}

/* line 298, app/assets/stylesheets/organization.css.scss */
html.organization a.add-options-link, html.ppl a.add-options-link {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1em;
  color: #444;
  padding: 7px;
}

/* line 307, app/assets/stylesheets/organization.css.scss */
html.organization a.add-options-link:last-child, html.ppl a.add-options-link:last-child {
  padding-bottom: 14px;
}

/* line 312, app/assets/stylesheets/organization.css.scss */
html.organization .organization-providers .provider.row, html.ppl .organization-providers .provider.row {
  padding: 10px;
}

/* line 319, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.wide-sidebar-design #organization-sidebar, html.organization #wrap.wide-sidebar-design #marketing-sidebar, html.ppl #wrap.wide-sidebar-design #organization-sidebar, html.ppl #wrap.wide-sidebar-design #marketing-sidebar {
  width: 345px;
}

/* line 322, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.wide-sidebar-design #organization-sidebar .inner, html.organization #wrap.wide-sidebar-design #marketing-sidebar .inner, html.ppl #wrap.wide-sidebar-design #organization-sidebar .inner, html.ppl #wrap.wide-sidebar-design #marketing-sidebar .inner {
  width: 345px;
}

/* line 325, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.wide-sidebar-design #organization-sidebar .inner ul#sidebar-list .sidebar-link a i, html.organization #wrap.wide-sidebar-design #marketing-sidebar .inner ul#sidebar-list .sidebar-link a i, html.ppl #wrap.wide-sidebar-design #organization-sidebar .inner ul#sidebar-list .sidebar-link a i, html.ppl #wrap.wide-sidebar-design #marketing-sidebar .inner ul#sidebar-list .sidebar-link a i {
  margin-bottom: 5px;
  margin-right: 8px;
}

/* line 331, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.wide-sidebar-design #organization-sidebar .sidebar-link, html.organization #wrap.wide-sidebar-design #marketing-sidebar .sidebar-link, html.ppl #wrap.wide-sidebar-design #organization-sidebar .sidebar-link, html.ppl #wrap.wide-sidebar-design #marketing-sidebar .sidebar-link {
  margin-left: 95px;
}

/* line 334, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.wide-sidebar-design #organization-sidebar .sidebar-link i, html.organization #wrap.wide-sidebar-design #marketing-sidebar .sidebar-link i, html.ppl #wrap.wide-sidebar-design #organization-sidebar .sidebar-link i, html.ppl #wrap.wide-sidebar-design #marketing-sidebar .sidebar-link i {
  position: initial;
}

/* line 338, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.wide-sidebar-design #organization-sidebar .sidebar-link a, html.organization #wrap.wide-sidebar-design #marketing-sidebar .sidebar-link a, html.ppl #wrap.wide-sidebar-design #organization-sidebar .sidebar-link a, html.ppl #wrap.wide-sidebar-design #marketing-sidebar .sidebar-link a {
  padding-left: 0;
}

/* line 343, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.wide-sidebar-design #organization-sidebar #sidebar-credentials #logo-container, html.organization #wrap.wide-sidebar-design #marketing-sidebar #sidebar-credentials #logo-container, html.ppl #wrap.wide-sidebar-design #organization-sidebar #sidebar-credentials #logo-container, html.ppl #wrap.wide-sidebar-design #marketing-sidebar #sidebar-credentials #logo-container {
  padding: 55px 0px 70px 90px;
}

/* line 346, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.wide-sidebar-design #organization-sidebar #sidebar-credentials #logo-container .text-snippet, html.organization #wrap.wide-sidebar-design #marketing-sidebar #sidebar-credentials #logo-container .text-snippet, html.ppl #wrap.wide-sidebar-design #organization-sidebar #sidebar-credentials #logo-container .text-snippet, html.ppl #wrap.wide-sidebar-design #marketing-sidebar #sidebar-credentials #logo-container .text-snippet {
  margin-top: 8px;
  font-size: 21px;
  font-weight: 400;
}

/* line 354, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.wide-sidebar-design #main, html.ppl #wrap.wide-sidebar-design #main {
  padding-left: 345px;
}

/* line 359, app/assets/stylesheets/organization.css.scss */
html.organization .dismiss-org-sidebar, html.ppl .dismiss-org-sidebar {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 28px;
  right: 28px;
}

/* line 366, app/assets/stylesheets/organization.css.scss */
html.organization .dismiss-org-sidebar i, html.ppl .dismiss-org-sidebar i {
  color: #ffffff;
}

/* line 371, app/assets/stylesheets/organization.css.scss */
html.organization .sidebar-overlay, html.ppl .sidebar-overlay {
  display: none;
  background-color: #282B30;
  opacity: 0.85;
  position: fixed;
  height: calc(100% + 64px);
  top: 0;
  width: 100%;
  z-index: 6;
}

/* line 382, app/assets/stylesheets/organization.css.scss */
html.organization .burger-menu-block, html.ppl .burger-menu-block {
  cursor: pointer;
  display: none;
  flex-direction: column;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 19px;
  left: 30px;
}

/* line 392, app/assets/stylesheets/organization.css.scss */
html.organization .burger-menu-block span, html.ppl .burger-menu-block span {
  background-color: #213F5F;
  border-radius: 4px;
  margin-top: 5px;
  height: 2px;
  width: 100%;
}

/* line 406, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.responsive-sidebar.open-mobile-sidebar .sidebar-overlay, html.ppl #wrap.responsive-sidebar.open-mobile-sidebar .sidebar-overlay {
  display: block;
}

/* line 410, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.responsive-sidebar.open-mobile-sidebar .dismiss-sidebar, html.ppl #wrap.responsive-sidebar.open-mobile-sidebar .dismiss-sidebar {
  display: block;
}

/* line 414, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.responsive-sidebar.open-mobile-sidebar #marketing-sidebar, html.ppl #wrap.responsive-sidebar.open-mobile-sidebar #marketing-sidebar {
  display: block;
  position: fixed;
  height: calc(100% + 64px);
  padding-bottom: 64px;
}

/* line 421, app/assets/stylesheets/organization.css.scss */
html.organization #wrap.responsive-sidebar.open-mobile-sidebar #marketing-sidebar .inner, html.ppl #wrap.responsive-sidebar.open-mobile-sidebar #marketing-sidebar .inner {
  height: calc(100% + 64px);
  padding-bottom: 64px;
}

@media all and (max-width: 767px) {
  /* line 431, app/assets/stylesheets/organization.css.scss */
  html.organization #wrap.responsive-sidebar .burger-menu-block, html.ppl #wrap.responsive-sidebar .burger-menu-block {
    display: flex;
  }
  /* line 435, app/assets/stylesheets/organization.css.scss */
  html.organization #wrap.responsive-sidebar nav#ppl-nav, html.ppl #wrap.responsive-sidebar nav#ppl-nav {
    padding-left: 0;
  }
  /* line 439, app/assets/stylesheets/organization.css.scss */
  html.organization #wrap.responsive-sidebar #main, html.ppl #wrap.responsive-sidebar #main {
    padding-left: 0 !important;
  }
  /* line 443, app/assets/stylesheets/organization.css.scss */
  html.organization #wrap.responsive-sidebar #organization-sidebar, html.organization #wrap.responsive-sidebar #marketing-sidebar, html.ppl #wrap.responsive-sidebar #organization-sidebar, html.ppl #wrap.responsive-sidebar #marketing-sidebar {
    display: none;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
  }
  /* line 451, app/assets/stylesheets/organization.css.scss */
  html.organization #wrap.responsive-sidebar #organization-sidebar .inner, html.organization #wrap.responsive-sidebar #marketing-sidebar .inner, html.ppl #wrap.responsive-sidebar #organization-sidebar .inner, html.ppl #wrap.responsive-sidebar #marketing-sidebar .inner {
    width: 300px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 460, app/assets/stylesheets/organization.css.scss */
  html.organization #wrap.responsive-sidebar .burger-menu-block, html.ppl #wrap.responsive-sidebar .burger-menu-block {
    display: flex;
  }
  /* line 464, app/assets/stylesheets/organization.css.scss */
  html.organization #wrap.responsive-sidebar nav#ppl-nav, html.ppl #wrap.responsive-sidebar nav#ppl-nav {
    padding-left: 0;
  }
  /* line 468, app/assets/stylesheets/organization.css.scss */
  html.organization #wrap.responsive-sidebar #main, html.ppl #wrap.responsive-sidebar #main {
    padding-left: 0 !important;
  }
  /* line 472, app/assets/stylesheets/organization.css.scss */
  html.organization #wrap.responsive-sidebar #organization-sidebar, html.organization #wrap.responsive-sidebar #marketing-sidebar, html.ppl #wrap.responsive-sidebar #organization-sidebar, html.ppl #wrap.responsive-sidebar #marketing-sidebar {
    display: none;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* line 485, app/assets/stylesheets/organization.css.scss */
#new-organization-provider #organization-provider-users-table .remove i {
  cursor: pointer;
}

/* line 491, app/assets/stylesheets/organization.css.scss */
#organization-dashboard-stats {
  padding: 1em;
}

/* line 494, app/assets/stylesheets/organization.css.scss */
#organization-dashboard-stats .highlighted-stat {
  text-align: center;
  font-size: 2.5em;
  font-weight: 300;
  padding: 10px;
}
/* line 1, app/assets/stylesheets/organization/franchise_fees.scss */
.organization-franchise-fees .panel {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-top: 0;
}

/* line 5, app/assets/stylesheets/organization/franchise_fees.scss */
.organization-franchise-fees .panel.organization-franchise-fee-toggle .inner {
  padding: 30px 15px 15px;
}

/* line 12, app/assets/stylesheets/organization/franchise_fees.scss */
#new_franchise_fee .values .row, #edit_franchise_fee .values .row {
  margin: 5px 0;
}

/* line 17, app/assets/stylesheets/organization/franchise_fees.scss */
#new_franchise_fee .radio-label, #edit_franchise_fee .radio-label {
  margin: 6px auto;
}

/* line 23, app/assets/stylesheets/organization/franchise_fees.scss */
#new-franchise-fee .switch-container.vertical-offset, #edit-franchise-fee .switch-container.vertical-offset {
  float: right;
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 30, app/assets/stylesheets/organization/franchise_fees.scss */
.pay-franchise-fees.panel {
  margin-top: 0;
}

/* line 33, app/assets/stylesheets/organization/franchise_fees.scss */
.pay-franchise-fees.panel .inner {
  padding: 15px;
}

/* line 38, app/assets/stylesheets/organization/franchise_fees.scss */
.franchise-fees-container {
  max-width: 700px;
  margin: 0 auto;
}

/* line 42, app/assets/stylesheets/organization/franchise_fees.scss */
.franchise-fees-container h4 {
  margin-bottom: 10px;
}
/* line 5, app/assets/stylesheets/organization/profile.css.scss */
.business-profile.container.panel {
  width: calc(100% - 100px);
  margin: 40px auto;
}

/* line 9, app/assets/stylesheets/organization/profile.css.scss */
.business-profile.container.panel .title-container {
  margin-bottom: 30px;
}

/* line 11, app/assets/stylesheets/organization/profile.css.scss */
.business-profile.container.panel .title-container #new-provider-btn {
  border: 1px solid #333;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: .9em;
  font-weight: 600;
}

/* line 20, app/assets/stylesheets/organization/profile.css.scss */
.business-profile.container.panel .business-profile-details {
  display: flex;
  flex-wrap: wrap;
}

/* line 25, app/assets/stylesheets/organization/profile.css.scss */
.business-profile.container.panel #edit-about-link, .business-profile.container.panel #upload-photo-link {
  cursor: pointer;
  font-size: .9rem;
  font-weight: 600;
}

/* line 30, app/assets/stylesheets/organization/profile.css.scss */
.business-profile.container.panel #edit-about-link:hover, .business-profile.container.panel #upload-photo-link:hover {
  text-decoration: underline;
}

/* line 33, app/assets/stylesheets/organization/profile.css.scss */
.business-profile.container.panel #edit-about-link {
  margin-left: 10px;
}

/* line 36, app/assets/stylesheets/organization/profile.css.scss */
.business-profile.container.panel .photo-container {
  flex: 0 0 160px;
}

/* line 38, app/assets/stylesheets/organization/profile.css.scss */
.business-profile.container.panel .photo-container .business-photo {
  max-width: 160px;
  max-height: 160px;
  min-width: 160px;
  min-height: 160px;
  border-radius: 12px;
}

/* line 45, app/assets/stylesheets/organization/profile.css.scss */
.business-profile.container.panel .photo-container #upload-photo-link {
  max-width: 160px;
  min-width: 160px;
  margin-top: 10px;
}

/* line 51, app/assets/stylesheets/organization/profile.css.scss */
.business-profile.container.panel .description-container {
  flex: 1;
  padding-left: 20px;
}

/* line 56, app/assets/stylesheets/organization/profile.css.scss */
.business-profile.container.panel .business-profile-providers {
  margin-top: 30px;
}

/* line 60, app/assets/stylesheets/organization/profile.css.scss */
.business-profile.container.panel .business-profile-providers .table-container .row {
  padding-left: 0;
  padding-right: 0;
}
/* line 6, app/assets/stylesheets/organization/providers.css.scss */
.organization .edit_provider, .organization .new_provider {
  max-width: 700px;
  margin: 0 auto;
}

/* line 10, app/assets/stylesheets/organization/providers.css.scss */
.organization .edit_provider section, .organization .new_provider section {
  margin: 4em auto;
}

/* line 13, app/assets/stylesheets/organization/providers.css.scss */
.organization .edit_provider .provider-user.fields, .organization .new_provider .provider-user.fields {
  margin: 3px auto;
}

/* line 18, app/assets/stylesheets/organization/providers.css.scss */
.organization .edit_provider #provider-users-container .role-cell h6, .organization .new_provider #provider-users-container .role-cell h6 {
  transform: translate(12px, -10px) rotate(330deg);
}

/* line 28, app/assets/stylesheets/organization/providers.css.scss */
.organization .payment-destinations .accounts {
  margin-top: 2em;
}
/* line 5, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy a, html.organization.legacy a:focus, html.organization.legacy a:visited, html.ppl.legacy a, html.ppl.legacy a:focus, html.ppl.legacy a:visited {
  color: #444;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 13, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy a.link-color, html.organization.legacy a:hover, html.organization.legacy a.link-color:focus, html.organization.legacy a.link-color:visited, html.ppl.legacy a.link-color, html.ppl.legacy a:hover, html.ppl.legacy a.link-color:focus, html.ppl.legacy a.link-color:visited {
  color: #015AC8;
}

/* line 16, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy a.pink-btn, html.organization.legacy a.pink-btn:focus, html.organization.legacy a.pink-btn:visited, html.organization.legacy a.pink-btn:active, html.ppl.legacy a.pink-btn, html.ppl.legacy a.pink-btn:focus, html.ppl.legacy a.pink-btn:visited, html.ppl.legacy a.pink-btn:active {
  color: #fff;
}

/* line 19, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy a.placeholder, html.organization.legacy a.purchase-link.placeholder, html.ppl.legacy a.placeholder, html.ppl.legacy a.purchase-link.placeholder {
  color: #aaa;
}

/* line 21, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy a.placeholder h6.form-label, html.organization.legacy a.purchase-link.placeholder h6.form-label, html.ppl.legacy a.placeholder h6.form-label, html.ppl.legacy a.purchase-link.placeholder h6.form-label {
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy a.danger, html.ppl.legacy a.danger {
  color: #cc0000;
}

/* line 29, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.organization, html.ppl.legacy #wrap.organization {
  position: relative;
  padding-top: 0;
  background: transparent;
}

/* line 34, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.organization #main, html.ppl.legacy #wrap.organization #main {
  width: 100%;
  padding-left: 200px;
  padding-top: 0;
  padding-bottom: 40px;
  margin: 0 auto;
  min-height: 100%;
}

/* line 44, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar, html.ppl.legacy #organization-sidebar {
  border: 0;
  border-right: 1px solid #ddd;
  width: 200px;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 7;
  overflow: hidden;
  background: #213F5F;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 61, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .inner, html.ppl.legacy #organization-sidebar .inner {
  padding: 0;
  width: 210px;
  padding-right: 25px;
  padding-bottom: 2em;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* line 72, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .inner::-webkit-scrollbar, html.ppl.legacy #organization-sidebar .inner::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

/* line 76, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .inner ul, html.ppl.legacy #organization-sidebar .inner ul {
  background: transparent;
  border-radius: 3px;
}

/* line 82, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .inner ul#sidebar-list .sidebar-link a, html.ppl.legacy #organization-sidebar .inner ul#sidebar-list .sidebar-link a {
  font-weight: 700;
  text-decoration-color: #fff !important;
}

/* line 85, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .inner ul#sidebar-list .sidebar-link a .text, html.organization.legacy #organization-sidebar .inner ul#sidebar-list .sidebar-link a i, html.ppl.legacy #organization-sidebar .inner ul#sidebar-list .sidebar-link a .text, html.ppl.legacy #organization-sidebar .inner ul#sidebar-list .sidebar-link a i {
  color: #fff;
}

/* line 93, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar #provider-dashboard, html.ppl.legacy #organization-sidebar #provider-dashboard {
  padding-left: 38px;
}

/* line 95, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar #provider-dashboard #sidebar-dashboard-icon, html.ppl.legacy #organization-sidebar #provider-dashboard #sidebar-dashboard-icon {
  left: 9px;
  font-size: 16px;
}

/* line 100, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-label, html.ppl.legacy #organization-sidebar .sidebar-label {
  text-transform: none;
  padding: 13px 0 13px 15px;
  margin: 0;
  cursor: pointer;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
  border-left: 3px solid transparent;
}

/* line 112, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-label .text, html.ppl.legacy #organization-sidebar .sidebar-label .text {
  font-size: 1rem;
  font-weight: 500;
}

/* line 116, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-label i.arrow-indicator, html.ppl.legacy #organization-sidebar .sidebar-label i.arrow-indicator {
  font-size: 18px;
  line-height: 24px;
  height: 24px;
}

/* line 121, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-label i.icon-indicator, html.ppl.legacy #organization-sidebar .sidebar-label i.icon-indicator {
  font-size: 16px;
  line-height: 14px;
  margin-right: 10px;
}

/* line 127, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-label::before, html.organization.legacy #organization-sidebar .sidebar-label::after, html.ppl.legacy #organization-sidebar .sidebar-label::before, html.ppl.legacy #organization-sidebar .sidebar-label::after {
  background: #b1b5b8;
}

/* line 130, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-label.current-page, html.ppl.legacy #organization-sidebar .sidebar-label.current-page {
  color: inherit;
  border-color: #EB0450;
  text-decoration: none;
}

/* line 135, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-label.current-page i.icon-indicator, html.ppl.legacy #organization-sidebar .sidebar-label.current-page i.icon-indicator {
  color: #EB0450;
}

/* line 140, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-nav, html.ppl.legacy #organization-sidebar .sidebar-nav {
  display: none;
  background: #fff;
  padding: 0;
  border-top: 1px solid #e4e7ea;
  border-radius: 0 3px 3px 0;
}

/* line 148, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link, html.ppl.legacy #organization-sidebar .sidebar-link {
  position: relative;
  border-left: 3px solid transparent;
}

/* line 152, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link i, html.ppl.legacy #organization-sidebar .sidebar-link i {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  font-size: 1em;
  color: rgba(23, 27, 34, 0.9);
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
}

/* line 168, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link a, html.organization.legacy #organization-sidebar .sidebar-link .text-link, html.ppl.legacy #organization-sidebar .sidebar-link a, html.ppl.legacy #organization-sidebar .sidebar-link .text-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 3px 14px 44px;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 180, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link a#organization-notifications.unread, html.organization.legacy #organization-sidebar .sidebar-link a#organization-notifications.unread:hover, html.organization.legacy #organization-sidebar .sidebar-link a#organization-calendar.today, html.organization.legacy #organization-sidebar .sidebar-link a.alert, html.organization.legacy #organization-sidebar .sidebar-link a.alert:hover, html.ppl.legacy #organization-sidebar .sidebar-link a#organization-notifications.unread, html.ppl.legacy #organization-sidebar .sidebar-link a#organization-notifications.unread:hover, html.ppl.legacy #organization-sidebar .sidebar-link a#organization-calendar.today, html.ppl.legacy #organization-sidebar .sidebar-link a.alert, html.ppl.legacy #organization-sidebar .sidebar-link a.alert:hover {
  color: #444;
}

/* line 183, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link a#organization-notifications.unread i, html.organization.legacy #organization-sidebar .sidebar-link a#organization-notifications.unread:hover i, html.organization.legacy #organization-sidebar .sidebar-link a#organization-calendar.today i, html.organization.legacy #organization-sidebar .sidebar-link a.alert i, html.organization.legacy #organization-sidebar .sidebar-link a.alert:hover i, html.ppl.legacy #organization-sidebar .sidebar-link a#organization-notifications.unread i, html.ppl.legacy #organization-sidebar .sidebar-link a#organization-notifications.unread:hover i, html.ppl.legacy #organization-sidebar .sidebar-link a#organization-calendar.today i, html.ppl.legacy #organization-sidebar .sidebar-link a.alert i, html.ppl.legacy #organization-sidebar .sidebar-link a.alert:hover i {
  color: #444;
}

/* line 188, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link a:hover, html.ppl.legacy #organization-sidebar .sidebar-link a:hover {
  text-decoration: underline;
  color: black;
}

/* line 192, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link a:hover i, html.ppl.legacy #organization-sidebar .sidebar-link a:hover i {
  color: black;
}

/* line 197, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link a.current-page, html.organization.legacy #organization-sidebar .sidebar-link a.current-page:hover, html.ppl.legacy #organization-sidebar .sidebar-link a.current-page, html.ppl.legacy #organization-sidebar .sidebar-link a.current-page:hover {
  border-color: #EB0450;
  color: #EB0450;
  text-decoration: none;
  font-weight: 600;
}

/* line 203, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link a.current-page i, html.organization.legacy #organization-sidebar .sidebar-link a.current-page:hover i, html.ppl.legacy #organization-sidebar .sidebar-link a.current-page i, html.ppl.legacy #organization-sidebar .sidebar-link a.current-page:hover i {
  opacity: 1;
  color: #EB0450;
}

/* line 209, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link .alert-bubble, html.ppl.legacy #organization-sidebar .sidebar-link .alert-bubble {
  text-decoration: none;
  width: 21px;
  height: 21px;
  line-height: 21px;
  float: right;
  background: #EB0450;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
}

/* line 227, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link.current-page, html.ppl.legacy #organization-sidebar .sidebar-link.current-page {
  text-decoration: none;
}

/* line 231, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link:first-child a, html.ppl.legacy #organization-sidebar .sidebar-link:first-child a {
  border-radius: 0 3px 0 0;
}

/* line 236, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link:last-child a, html.ppl.legacy #organization-sidebar .sidebar-link:last-child a {
  border-radius: 0 0 3px 0;
}

/* line 242, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link:hover a, html.ppl.legacy #organization-sidebar .sidebar-link:hover a {
  color: #000;
}

/* line 245, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link:hover i, html.ppl.legacy #organization-sidebar .sidebar-link:hover i {
  opacity: 1;
}

/* line 251, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link.logo a, html.ppl.legacy #organization-sidebar .sidebar-link.logo a {
  padding: 0;
}

/* line 254, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link.logo a:hover, html.ppl.legacy #organization-sidebar .sidebar-link.logo a:hover {
  background: transparent;
}

/* line 258, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar .sidebar-link.logo img, html.ppl.legacy #organization-sidebar .sidebar-link.logo img {
  max-width: 75%;
  display: block;
  margin: 0 auto;
}

/* line 265, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar #sidebar-credentials, html.ppl.legacy #organization-sidebar #sidebar-credentials {
  display: block;
  border: 0;
  cursor: pointer;
}

/* line 270, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar #sidebar-credentials #logo-container, html.ppl.legacy #organization-sidebar #sidebar-credentials #logo-container {
  padding: 20px 12px;
}

/* line 272, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar #sidebar-credentials #logo-container img, html.ppl.legacy #organization-sidebar #sidebar-credentials #logo-container img {
  max-width: 115px;
}

/* line 275, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar #sidebar-credentials #logo-container .text-snippet, html.ppl.legacy #organization-sidebar #sidebar-credentials #logo-container .text-snippet {
  color: #fff;
  font-size: 1.1em;
  margin-left: 10px;
}

/* line 282, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar #sidebar-credentials a, html.ppl.legacy #organization-sidebar #sidebar-credentials a {
  width: 100%;
  height: 100%;
  padding: 3px 11px;
  color: #444;
  font-family: inherit;
}

/* line 292, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #organization-sidebar #sidebar-credentials:hover *, html.ppl.legacy #organization-sidebar #sidebar-credentials:hover * {
  text-decoration: none;
}

/* line 298, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy a.add-options-link, html.ppl.legacy a.add-options-link {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1em;
  color: #444;
  padding: 7px;
}

/* line 307, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy a.add-options-link:last-child, html.ppl.legacy a.add-options-link:last-child {
  padding-bottom: 14px;
}

/* line 312, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy .organization-providers .provider.row, html.ppl.legacy .organization-providers .provider.row {
  padding: 10px;
}

/* line 319, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.wide-sidebar-design #organization-sidebar, html.organization.legacy #wrap.wide-sidebar-design #marketing-sidebar, html.ppl.legacy #wrap.wide-sidebar-design #organization-sidebar, html.ppl.legacy #wrap.wide-sidebar-design #marketing-sidebar {
  width: 345px;
}

/* line 322, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.wide-sidebar-design #organization-sidebar .inner, html.organization.legacy #wrap.wide-sidebar-design #marketing-sidebar .inner, html.ppl.legacy #wrap.wide-sidebar-design #organization-sidebar .inner, html.ppl.legacy #wrap.wide-sidebar-design #marketing-sidebar .inner {
  width: 345px;
}

/* line 325, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.wide-sidebar-design #organization-sidebar .inner ul#sidebar-list .sidebar-link a i, html.organization.legacy #wrap.wide-sidebar-design #marketing-sidebar .inner ul#sidebar-list .sidebar-link a i, html.ppl.legacy #wrap.wide-sidebar-design #organization-sidebar .inner ul#sidebar-list .sidebar-link a i, html.ppl.legacy #wrap.wide-sidebar-design #marketing-sidebar .inner ul#sidebar-list .sidebar-link a i {
  margin-bottom: 5px;
  margin-right: 8px;
}

/* line 331, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.wide-sidebar-design #organization-sidebar .sidebar-link, html.organization.legacy #wrap.wide-sidebar-design #marketing-sidebar .sidebar-link, html.ppl.legacy #wrap.wide-sidebar-design #organization-sidebar .sidebar-link, html.ppl.legacy #wrap.wide-sidebar-design #marketing-sidebar .sidebar-link {
  margin-left: 95px;
}

/* line 334, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.wide-sidebar-design #organization-sidebar .sidebar-link i, html.organization.legacy #wrap.wide-sidebar-design #marketing-sidebar .sidebar-link i, html.ppl.legacy #wrap.wide-sidebar-design #organization-sidebar .sidebar-link i, html.ppl.legacy #wrap.wide-sidebar-design #marketing-sidebar .sidebar-link i {
  position: initial;
}

/* line 338, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.wide-sidebar-design #organization-sidebar .sidebar-link a, html.organization.legacy #wrap.wide-sidebar-design #marketing-sidebar .sidebar-link a, html.ppl.legacy #wrap.wide-sidebar-design #organization-sidebar .sidebar-link a, html.ppl.legacy #wrap.wide-sidebar-design #marketing-sidebar .sidebar-link a {
  padding-left: 0;
}

/* line 343, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.wide-sidebar-design #organization-sidebar #sidebar-credentials #logo-container, html.organization.legacy #wrap.wide-sidebar-design #marketing-sidebar #sidebar-credentials #logo-container, html.ppl.legacy #wrap.wide-sidebar-design #organization-sidebar #sidebar-credentials #logo-container, html.ppl.legacy #wrap.wide-sidebar-design #marketing-sidebar #sidebar-credentials #logo-container {
  padding: 55px 0px 70px 90px;
}

/* line 346, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.wide-sidebar-design #organization-sidebar #sidebar-credentials #logo-container .text-snippet, html.organization.legacy #wrap.wide-sidebar-design #marketing-sidebar #sidebar-credentials #logo-container .text-snippet, html.ppl.legacy #wrap.wide-sidebar-design #organization-sidebar #sidebar-credentials #logo-container .text-snippet, html.ppl.legacy #wrap.wide-sidebar-design #marketing-sidebar #sidebar-credentials #logo-container .text-snippet {
  margin-top: 8px;
  font-size: 21px;
  font-weight: 400;
}

/* line 354, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.wide-sidebar-design #main, html.ppl.legacy #wrap.wide-sidebar-design #main {
  padding-left: 345px;
}

/* line 359, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy .dismiss-org-sidebar, html.ppl.legacy .dismiss-org-sidebar {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 28px;
  right: 28px;
}

/* line 366, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy .dismiss-org-sidebar i, html.ppl.legacy .dismiss-org-sidebar i {
  color: #ffffff;
}

/* line 371, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy .sidebar-overlay, html.ppl.legacy .sidebar-overlay {
  display: none;
  background-color: #282B30;
  opacity: 0.85;
  position: fixed;
  height: calc(100% + 64px);
  top: 0;
  width: 100%;
  z-index: 6;
}

/* line 382, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy .burger-menu-block, html.ppl.legacy .burger-menu-block {
  cursor: pointer;
  display: none;
  flex-direction: column;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 19px;
  left: 30px;
}

/* line 392, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy .burger-menu-block span, html.ppl.legacy .burger-menu-block span {
  background-color: #213F5F;
  border-radius: 4px;
  margin-top: 5px;
  height: 2px;
  width: 100%;
}

/* line 406, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.responsive-sidebar.open-mobile-sidebar .sidebar-overlay, html.ppl.legacy #wrap.responsive-sidebar.open-mobile-sidebar .sidebar-overlay {
  display: block;
}

/* line 410, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.responsive-sidebar.open-mobile-sidebar .dismiss-sidebar, html.ppl.legacy #wrap.responsive-sidebar.open-mobile-sidebar .dismiss-sidebar {
  display: block;
}

/* line 414, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.responsive-sidebar.open-mobile-sidebar #marketing-sidebar, html.ppl.legacy #wrap.responsive-sidebar.open-mobile-sidebar #marketing-sidebar {
  display: block;
  position: fixed;
  height: calc(100% + 64px);
  padding-bottom: 64px;
}

/* line 421, app/assets/stylesheets/organization_legacy.css.scss */
html.organization.legacy #wrap.responsive-sidebar.open-mobile-sidebar #marketing-sidebar .inner, html.ppl.legacy #wrap.responsive-sidebar.open-mobile-sidebar #marketing-sidebar .inner {
  height: calc(100% + 64px);
  padding-bottom: 64px;
}

@media all and (max-width: 767px) {
  /* line 431, app/assets/stylesheets/organization_legacy.css.scss */
  html.organization.legacy #wrap.responsive-sidebar .burger-menu-block, html.ppl.legacy #wrap.responsive-sidebar .burger-menu-block {
    display: flex;
  }
  /* line 435, app/assets/stylesheets/organization_legacy.css.scss */
  html.organization.legacy #wrap.responsive-sidebar nav#ppl-nav, html.ppl.legacy #wrap.responsive-sidebar nav#ppl-nav {
    padding-left: 0;
  }
  /* line 439, app/assets/stylesheets/organization_legacy.css.scss */
  html.organization.legacy #wrap.responsive-sidebar #main, html.ppl.legacy #wrap.responsive-sidebar #main {
    padding-left: 0 !important;
  }
  /* line 443, app/assets/stylesheets/organization_legacy.css.scss */
  html.organization.legacy #wrap.responsive-sidebar #organization-sidebar, html.organization.legacy #wrap.responsive-sidebar #marketing-sidebar, html.ppl.legacy #wrap.responsive-sidebar #organization-sidebar, html.ppl.legacy #wrap.responsive-sidebar #marketing-sidebar {
    display: none;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
  }
  /* line 451, app/assets/stylesheets/organization_legacy.css.scss */
  html.organization.legacy #wrap.responsive-sidebar #organization-sidebar .inner, html.organization.legacy #wrap.responsive-sidebar #marketing-sidebar .inner, html.ppl.legacy #wrap.responsive-sidebar #organization-sidebar .inner, html.ppl.legacy #wrap.responsive-sidebar #marketing-sidebar .inner {
    width: 300px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 460, app/assets/stylesheets/organization_legacy.css.scss */
  html.organization.legacy #wrap.responsive-sidebar .burger-menu-block, html.ppl.legacy #wrap.responsive-sidebar .burger-menu-block {
    display: flex;
  }
  /* line 464, app/assets/stylesheets/organization_legacy.css.scss */
  html.organization.legacy #wrap.responsive-sidebar nav#ppl-nav, html.ppl.legacy #wrap.responsive-sidebar nav#ppl-nav {
    padding-left: 0;
  }
  /* line 468, app/assets/stylesheets/organization_legacy.css.scss */
  html.organization.legacy #wrap.responsive-sidebar #main, html.ppl.legacy #wrap.responsive-sidebar #main {
    padding-left: 0 !important;
  }
  /* line 472, app/assets/stylesheets/organization_legacy.css.scss */
  html.organization.legacy #wrap.responsive-sidebar #organization-sidebar, html.organization.legacy #wrap.responsive-sidebar #marketing-sidebar, html.ppl.legacy #wrap.responsive-sidebar #organization-sidebar, html.ppl.legacy #wrap.responsive-sidebar #marketing-sidebar {
    display: none;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* line 485, app/assets/stylesheets/organization_legacy.css.scss */
#new-organization-provider #organization-provider-users-table .remove i {
  cursor: pointer;
}

/* line 492, app/assets/stylesheets/organization_legacy.css.scss */
html.legacy #organization-dashboard-stats {
  padding: 1em;
}

/* line 495, app/assets/stylesheets/organization_legacy.css.scss */
html.legacy #organization-dashboard-stats .highlighted-stat {
  text-align: center;
  font-size: 2.5em;
  font-weight: 300;
  padding: 10px;
}
/* line 4, app/assets/stylesheets/organizations.css.scss */
.view-all {
  position: relative;
  margin: 0 auto;
  height: 40px;
  padding: 0;
}

/* line 10, app/assets/stylesheets/organizations.css.scss */
.view-all a {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}

/* line 18, app/assets/stylesheets/organizations.css.scss */
.view-all h6 {
  margin: 0;
  line-height: 40px;
  vertical-align: middle;
  color: #444;
  cursor: pointer;
  font-weight: 600;
  font-size: .9em;
  text-transform: none;
}

/* line 29, app/assets/stylesheets/organizations.css.scss */
.view-all i {
  color: #444;
  position: absolute;
  right: 5px;
  top: 7px;
}

/* line 36, app/assets/stylesheets/organizations.css.scss */
.view-all a:hover {
  background: rgba(241, 244, 249, 0.75);
  border-radius: 0 0 6px 6px;
}

/* line 39, app/assets/stylesheets/organizations.css.scss */
.view-all a:hover h6 {
  text-decoration: underline;
}

/* line 47, app/assets/stylesheets/organizations.css.scss */
.provider #edit-organization.panel .inner, .provider #new-organization.panel .inner, #wrap.admin #edit-organization.panel .inner, #wrap.admin #new-organization.panel .inner {
  position: relative;
}

/* line 50, app/assets/stylesheets/organizations.css.scss */
.provider #edit-organization.panel section, .provider #new-organization.panel section, #wrap.admin #edit-organization.panel section, #wrap.admin #new-organization.panel section {
  clear: both;
  margin: 2.5% auto;
  border-top: 1px solid #eee;
  width: 100%;
  display: inline-block;
  padding: 5% 0;
}

/* line 58, app/assets/stylesheets/organizations.css.scss */
.provider #edit-organization.panel section:first-child, .provider #edit-organization.panel .basic, .provider #new-organization.panel section:first-child, .provider #new-organization.panel .basic, #wrap.admin #edit-organization.panel section:first-child, #wrap.admin #edit-organization.panel .basic, #wrap.admin #new-organization.panel section:first-child, #wrap.admin #new-organization.panel .basic {
  border: 0;
  padding-top: 0;
}

/* line 62, app/assets/stylesheets/organizations.css.scss */
.provider #edit-organization.panel section:last-child, .provider #new-organization.panel section:last-child, #wrap.admin #edit-organization.panel section:last-child, #wrap.admin #new-organization.panel section:last-child {
  margin-bottom: 0;
  padding-bottom: 7.5%;
}

/* line 66, app/assets/stylesheets/organizations.css.scss */
.provider #edit-organization.panel .submit-container, .provider #new-organization.panel .submit-container, #wrap.admin #edit-organization.panel .submit-container, #wrap.admin #new-organization.panel .submit-container {
  padding-bottom: 5%;
}

/* line 71, app/assets/stylesheets/organizations.css.scss */
.provider #instructor-list, #wrap.admin #instructor-list {
  border-radius: 7px;
  border: 1px solid #eee;
}

/* line 75, app/assets/stylesheets/organizations.css.scss */
.provider #instructor-list .instructor.row, #wrap.admin #instructor-list .instructor.row {
  padding: 11px 7px;
  border-bottom: 1px solid #eee;
}

/* line 79, app/assets/stylesheets/organizations.css.scss */
.provider #instructor-list .instructor.row .instructor-mini-photo, #wrap.admin #instructor-list .instructor.row .instructor-mini-photo {
  border-radius: 3px;
  width: 36px;
  height: 36px;
  margin-right: 7px;
  float: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 92, app/assets/stylesheets/organizations.css.scss */
.provider #instructor-list .instructor.row .instructor-mini-photo .photo-placeholder, .provider #instructor-list .instructor.row .instructor-mini-photo img, #wrap.admin #instructor-list .instructor.row .instructor-mini-photo .photo-placeholder, #wrap.admin #instructor-list .instructor.row .instructor-mini-photo img {
  background-size: 100%;
  border-radius: 3px;
}

/* line 98, app/assets/stylesheets/organizations.css.scss */
.provider #instructor-list .instructor.row .remove-instructor, #wrap.admin #instructor-list .instructor.row .remove-instructor {
  padding: 7px 0;
}

/* line 100, app/assets/stylesheets/organizations.css.scss */
.provider #instructor-list .instructor.row .remove-instructor i.edit-cog, #wrap.admin #instructor-list .instructor.row .remove-instructor i.edit-cog {
  font-size: 20px;
}

/* line 105, app/assets/stylesheets/organizations.css.scss */
.provider #instructor-list .instructor.row .instructor-details, #wrap.admin #instructor-list .instructor.row .instructor-details {
  float: left;
}

/* line 108, app/assets/stylesheets/organizations.css.scss */
.provider #instructor-list .instructor.row .instructor-details .instructor-name, #wrap.admin #instructor-list .instructor.row .instructor-details .instructor-name {
  font-size: 1em;
  font-weight: 600;
}

/* line 112, app/assets/stylesheets/organizations.css.scss */
.provider #instructor-list .instructor.row .instructor-details .instructor-email, #wrap.admin #instructor-list .instructor.row .instructor-details .instructor-email {
  font-size: .9em;
}

/* line 117, app/assets/stylesheets/organizations.css.scss */
.provider #instructor-list .instructor-row:last-child, #wrap.admin #instructor-list .instructor-row:last-child {
  border: 0;
}

/* line 123, app/assets/stylesheets/organizations.css.scss */
.organization.container {
  padding: 0 0 5% 0;
  margin: 0 auto;
}

/* line 126, app/assets/stylesheets/organizations.css.scss */
.organization.container #main-panel {
  margin: 0;
  width: 100%;
}

/* line 132, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container, .instructor-detail.container, .location-detail.container {
  padding: 0;
  position: relative;
  font-size: 1em;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.03), 0 1px 0px rgba(50, 50, 93, 0.07);
}

/* line 141, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container #events-table, .instructor-detail.container #events-table, .location-detail.container #events-table {
  width: 96%;
  margin: 2%;
  padding-top: 2%;
  border-top: 1px solid #eee;
}

/* line 147, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container #events-table .header-title, .instructor-detail.container #events-table .header-title, .location-detail.container #events-table .header-title {
  margin-bottom: 11px;
}

/* line 152, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container h2.title, .instructor-detail.container h2.title, .location-detail.container h2.title {
  margin-bottom: 7px;
  padding: 0;
  margin-top: 0;
  font-weight: 500;
}

/* line 159, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container h3, .instructor-detail.container h3, .location-detail.container h3 {
  margin-bottom: 7px;
}

/* line 163, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section, .instructor-detail.container .top-section, .location-detail.container .top-section {
  margin-bottom: 5%;
  width: 100%;
  display: inline-block;
}

/* line 168, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .instructors, .instructor-detail.container .top-section .instructors, .location-detail.container .top-section .instructors {
  margin-top: 0;
  padding-left: 3px;
  padding-top: 1%;
}

/* line 173, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .instructors a, .instructor-detail.container .top-section .instructors a, .location-detail.container .top-section .instructors a {
  color: #2196F3;
  font-weight: 500;
}

/* line 177, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .instructors a:hover, .instructor-detail.container .top-section .instructors a:hover, .location-detail.container .top-section .instructors a:hover {
  text-decoration: underline;
}

/* line 182, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .image-container, .instructor-detail.container .top-section .image-container, .location-detail.container .top-section .image-container {
  padding: 0;
  text-align: center;
  width: 320px;
  height: 320px;
}

/* line 188, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .image-container #photo-holder, .instructor-detail.container .top-section .image-container #photo-holder, .location-detail.container .top-section .image-container #photo-holder {
  height: 320px;
  width: 320px;
}

/* line 193, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .image-container .caption, .instructor-detail.container .top-section .image-container .caption, .location-detail.container .top-section .image-container .caption {
  padding-top: 7px;
  font-size: .9em;
  width: 90%;
  font-weight: 500;
  margin: 0 auto;
  cursor: default;
}

/* line 202, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .image-container .organization-image, .organization-detail.container .top-section .image-container .instructor-image, .organization-detail.container .top-section .image-container .location-image, .instructor-detail.container .top-section .image-container .organization-image, .instructor-detail.container .top-section .image-container .instructor-image, .instructor-detail.container .top-section .image-container .location-image, .location-detail.container .top-section .image-container .organization-image, .location-detail.container .top-section .image-container .instructor-image, .location-detail.container .top-section .image-container .location-image {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  border-radius: 0 6px 0 0;
}

/* line 212, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .image-container .activity-image.placeholder, .organization-detail.container .top-section .image-container .series-image.placeholder, .organization-detail.container .top-section .image-container .organization-image.placeholder, .organization-detail.container .top-section .image-container .location-image.placeholder, .instructor-detail.container .top-section .image-container .activity-image.placeholder, .instructor-detail.container .top-section .image-container .series-image.placeholder, .instructor-detail.container .top-section .image-container .organization-image.placeholder, .instructor-detail.container .top-section .image-container .location-image.placeholder, .location-detail.container .top-section .image-container .activity-image.placeholder, .location-detail.container .top-section .image-container .series-image.placeholder, .location-detail.container .top-section .image-container .organization-image.placeholder, .location-detail.container .top-section .image-container .location-image.placeholder {
  background: #f1f4f9 url("https://d19tb5uaenw7es.cloudfront.net/transparent-white-shield.png") no-repeat center;
  background-size: 128px;
}

/* line 218, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .image-container.no-photos, .instructor-detail.container .top-section .image-container.no-photos, .location-detail.container .top-section .image-container.no-photos {
  width: auto;
  height: auto;
}

/* line 227, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .spots-pricing .spots-right, .instructor-detail.container .top-section .spots-pricing .spots-right, .location-detail.container .top-section .spots-pricing .spots-right {
  float: right;
}

/* line 230, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .spots-pricing .spots, .instructor-detail.container .top-section .spots-pricing .spots, .location-detail.container .top-section .spots-pricing .spots {
  font-size: 1em;
  font-weight: 600;
}

/* line 234, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .spots-pricing .spots.sold-out, .instructor-detail.container .top-section .spots-pricing .spots.sold-out, .location-detail.container .top-section .spots-pricing .spots.sold-out {
  color: #cc0000;
  font-weight: 500;
}

/* line 238, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .spots-pricing .spots.attend, .instructor-detail.container .top-section .spots-pricing .spots.attend, .location-detail.container .top-section .spots-pricing .spots.attend {
  font-weight: normal;
}

/* line 244, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .dates .series-date, .instructor-detail.container .top-section .dates .series-date, .location-detail.container .top-section .dates .series-date {
  padding: 3px 0;
}

/* line 247, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .dates .series-date a, .instructor-detail.container .top-section .dates .series-date a, .location-detail.container .top-section .dates .series-date a {
  display: table;
  width: 100%;
  color: #444;
}

/* line 252, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .dates .series-date a:hover, .instructor-detail.container .top-section .dates .series-date a:hover, .location-detail.container .top-section .dates .series-date a:hover {
  color: #2196F3;
  text-decoration: none !important;
}

/* line 255, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .dates .series-date a:hover .placeholder, .instructor-detail.container .top-section .dates .series-date a:hover .placeholder, .location-detail.container .top-section .dates .series-date a:hover .placeholder {
  text-decoration: none !important;
}

/* line 260, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .dates .series-date .spots-right, .instructor-detail.container .top-section .dates .series-date .spots-right, .location-detail.container .top-section .dates .series-date .spots-right {
  float: right;
}

/* line 263, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .dates .series-date .spots-right, .organization-detail.container .top-section .dates .series-date .spots, .instructor-detail.container .top-section .dates .series-date .spots-right, .instructor-detail.container .top-section .dates .series-date .spots, .location-detail.container .top-section .dates .series-date .spots-right, .location-detail.container .top-section .dates .series-date .spots {
  color: #2196F3;
}

/* line 267, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .dates .series-date .spots-right:hover .price, .organization-detail.container .top-section .dates .series-date .spots-right:hover .spots, .instructor-detail.container .top-section .dates .series-date .spots-right:hover .price, .instructor-detail.container .top-section .dates .series-date .spots-right:hover .spots, .location-detail.container .top-section .dates .series-date .spots-right:hover .price, .location-detail.container .top-section .dates .series-date .spots-right:hover .spots {
  text-decoration: underline;
}

/* line 271, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .dates .series-date .sold-out, .instructor-detail.container .top-section .dates .series-date .sold-out, .location-detail.container .top-section .dates .series-date .sold-out {
  color: #ccc;
}

/* line 275, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .dates .series-date .price, .organization-detail.container .top-section .dates .series-date .spots, .instructor-detail.container .top-section .dates .series-date .price, .instructor-detail.container .top-section .dates .series-date .spots, .location-detail.container .top-section .dates .series-date .price, .location-detail.container .top-section .dates .series-date .spots {
  font-size: 1em;
  font-weight: 600;
  font-style: italic;
}

/* line 281, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .dates .series-date .drop-in-prompt, .instructor-detail.container .top-section .dates .series-date .drop-in-prompt, .location-detail.container .top-section .dates .series-date .drop-in-prompt {
  font-size: .9em;
  font-weight: 500;
  margin: 0 0 0 1px;
}

/* line 288, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .dates .series-date.past *, .instructor-detail.container .top-section .dates .series-date.past *, .location-detail.container .top-section .dates .series-date.past * {
  color: #aaa;
}

/* line 290, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .dates .series-date.past * .duration, .instructor-detail.container .top-section .dates .series-date.past * .duration, .location-detail.container .top-section .dates .series-date.past * .duration {
  display: none;
}

/* line 298, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .view-series a, .instructor-detail.container .top-section .view-series a, .location-detail.container .top-section .view-series a {
  display: table;
  width: 100%;
  color: #2196F3;
  font-weight: 600;
}

/* line 304, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .view-series a:hover, .instructor-detail.container .top-section .view-series a:hover, .location-detail.container .top-section .view-series a:hover {
  text-decoration: underline;
}

/* line 309, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details, .instructor-detail.container .top-section .details, .location-detail.container .top-section .details {
  display: inline-block;
  height: 100%;
  min-height: 300px;
  width: calc(100% - 320px);
  position: relative;
  padding: 20px;
}

/* line 317, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details #activity-title, .organization-detail.container .top-section .details #series-title, .instructor-detail.container .top-section .details #activity-title, .instructor-detail.container .top-section .details #series-title, .location-detail.container .top-section .details #activity-title, .location-detail.container .top-section .details #series-title {
  margin-top: 0;
  font-weight: 500;
  padding: 0;
  display: inline-block;
}

/* line 324, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .row, .instructor-detail.container .top-section .details .row, .location-detail.container .top-section .details .row {
  padding: 11px 0;
}

/* line 327, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .row .sublabel, .instructor-detail.container .top-section .details .row .sublabel, .location-detail.container .top-section .details .row .sublabel {
  font-weight: 600;
  color: inherit;
  text-align: right;
  padding-right: 2em;
  text-transform: uppercase;
  font-size: .75em;
  line-height: 20px;
}

/* line 337, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .about.row, .instructor-detail.container .top-section .details .about.row, .location-detail.container .top-section .details .about.row {
  border: 0;
}

/* line 340, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .org-support-phone, .organization-detail.container .top-section .details .in-business-since, .instructor-detail.container .top-section .details .org-support-phone, .instructor-detail.container .top-section .details .in-business-since, .location-detail.container .top-section .details .org-support-phone, .location-detail.container .top-section .details .in-business-since {
  display: flex;
  align-items: center;
}

/* line 343, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .org-support-phone i, .organization-detail.container .top-section .details .in-business-since i, .instructor-detail.container .top-section .details .org-support-phone i, .instructor-detail.container .top-section .details .in-business-since i, .location-detail.container .top-section .details .org-support-phone i, .location-detail.container .top-section .details .in-business-since i {
  line-height: 12px;
  font-size: 14px;
  width: auto;
  margin-right: 11px;
}

/* line 350, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .dates, .organization-detail.container .top-section .details .when, .instructor-detail.container .top-section .details .dates, .instructor-detail.container .top-section .details .when, .location-detail.container .top-section .details .dates, .location-detail.container .top-section .details .when {
  border: 0;
}

/* line 353, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .row.instructions, .instructor-detail.container .top-section .details .row.instructions, .location-detail.container .top-section .details .row.instructions {
  border: 0;
}

/* line 357, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .tags, .instructor-detail.container .top-section .details .tags, .location-detail.container .top-section .details .tags {
  display: table;
  width: 100%;
}

/* line 361, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .tags .tag, .instructor-detail.container .top-section .details .tags .tag, .location-detail.container .top-section .details .tags .tag {
  width: 48px;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  display: inline-block;
  cursor: default;
  border-radius: 50%;
}

/* line 370, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .tags .tag img, .instructor-detail.container .top-section .details .tags .tag img, .location-detail.container .top-section .details .tags .tag img {
  width: 24px;
  height: 24px;
}

/* line 378, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .spots-pricing .discount, .instructor-detail.container .top-section .details .spots-pricing .discount, .location-detail.container .top-section .details .spots-pricing .discount {
  padding-left: 1em;
  font-weight: 600;
}

/* line 384, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .about a, .organization-detail.container .top-section .details .instructions a, .instructor-detail.container .top-section .details .about a, .instructor-detail.container .top-section .details .instructions a, .location-detail.container .top-section .details .about a, .location-detail.container .top-section .details .instructions a {
  font-weight: normal;
  color: #2196F3;
}

/* line 388, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .about a:hover, .organization-detail.container .top-section .details .instructions a:hover, .instructor-detail.container .top-section .details .about a:hover, .instructor-detail.container .top-section .details .instructions a:hover, .location-detail.container .top-section .details .about a:hover, .location-detail.container .top-section .details .instructions a:hover {
  text-decoration: underline;
}

/* line 391, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .about p:last-child, .organization-detail.container .top-section .details .instructions p:last-child, .instructor-detail.container .top-section .details .about p:last-child, .instructor-detail.container .top-section .details .instructions p:last-child, .location-detail.container .top-section .details .about p:last-child, .location-detail.container .top-section .details .instructions p:last-child {
  margin-bottom: 0;
}

/* line 395, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .yelp, .instructor-detail.container .top-section .details .yelp, .location-detail.container .top-section .details .yelp {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

/* line 405, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .yelp img.burst, .instructor-detail.container .top-section .details .yelp img.burst, .location-detail.container .top-section .details .yelp img.burst {
  width: 1.8em;
  float: right;
  margin-right: 5px;
}

/* line 412, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .yelp #yelp-rating a, .instructor-detail.container .top-section .details .yelp #yelp-rating a, .location-detail.container .top-section .details .yelp #yelp-rating a {
  display: flex;
  align-items: center;
}

/* line 415, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .yelp #yelp-rating a:hover, .instructor-detail.container .top-section .details .yelp #yelp-rating a:hover, .location-detail.container .top-section .details .yelp #yelp-rating a:hover {
  text-decoration: none;
}

/* line 419, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .yelp #yelp-rating #yelp-review-text, .instructor-detail.container .top-section .details .yelp #yelp-rating #yelp-review-text, .location-detail.container .top-section .details .yelp #yelp-rating #yelp-review-text {
  margin-left: 5px;
}

/* line 424, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .yelp .yelp-link i, .instructor-detail.container .top-section .details .yelp .yelp-link i, .location-detail.container .top-section .details .yelp .yelp-link i {
  color: #444;
  width: 6px;
  line-height: 26px;
  margin-right: 2em;
}

/* line 433, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details .price-separator, .instructor-detail.container .top-section .details .price-separator, .location-detail.container .top-section .details .price-separator {
  padding: 0 7px;
}

/* line 437, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .top-section .details.no-photos, .instructor-detail.container .top-section .details.no-photos, .location-detail.container .top-section .details.no-photos {
  min-height: 0;
}

/* line 442, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .profile, .instructor-detail.container .profile, .location-detail.container .profile {
  padding: 2.5% 0;
}

/* line 448, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .profile .instructors .instructor .instructor-photo .photo, .organization-detail.container .profile .instructors .instructor .instructor-photo .photo-placeholder, .instructor-detail.container .profile .instructors .instructor .instructor-photo .photo, .instructor-detail.container .profile .instructors .instructor .instructor-photo .photo-placeholder, .location-detail.container .profile .instructors .instructor .instructor-photo .photo, .location-detail.container .profile .instructors .instructor .instructor-photo .photo-placeholder {
  border-radius: 50%;
}

/* line 456, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .map-section, .instructor-detail.container .map-section, .location-detail.container .map-section {
  clear: both;
  width: 100%;
  min-height: 500px;
  position: relative;
  margin: 2.5% auto 0;
}

/* line 463, app/assets/stylesheets/organizations.css.scss */
.organization-detail.container .map-section #map-canvas, .instructor-detail.container .map-section #map-canvas, .location-detail.container .map-section #map-canvas {
  min-height: 500px;
  height: 100%;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  /* line 473, app/assets/stylesheets/organizations.css.scss */
  #wrap .organization-detail .sublabel, #wrap .location-detail.container .sublabel {
    margin-bottom: 5px;
    text-align: left;
  }
  /* line 478, app/assets/stylesheets/organizations.css.scss */
  #wrap .organization-detail .top-section .details, #wrap .location-detail.container .top-section .details {
    width: 100%;
  }
  /* line 481, app/assets/stylesheets/organizations.css.scss */
  #wrap .organization-detail .top-section .image-container, #wrap .location-detail.container .top-section .image-container {
    margin: 1em auto;
    width: 100%;
  }
  /* line 485, app/assets/stylesheets/organizations.css.scss */
  #wrap .organization-detail .top-section .image-container #photo-holder, #wrap .location-detail.container .top-section .image-container #photo-holder {
    margin: 0 auto;
    width: 100%;
  }
  /* line 490, app/assets/stylesheets/organizations.css.scss */
  #wrap .organization-detail .top-section .image-container .organization-image, #wrap .location-detail.container .top-section .image-container .organization-image {
    border-radius: 7px;
  }
  /* line 496, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table {
    width: 100%;
    padding: 5px;
    margin: 0;
    border: 0;
  }
  /* line 502, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row, #wrap #events-table .public.series.row, #wrap #events-table .public.appointment.row {
    height: auto;
    padding: 0;
    margin: 5% auto;
    display: block;
    line-height: 1.25em;
    border-color: #eee;
  }
  /* line 510, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row a, #wrap #events-table .public.series.row a, #wrap #events-table .public.appointment.row a {
    width: 100%;
    display: inline-block;
  }
  /* line 514, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row a .event-link, #wrap #events-table .public.series.row a .event-link, #wrap #events-table .public.appointment.row a .event-link {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  /* line 520, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row a .image-container, #wrap #events-table .public.series.row a .image-container, #wrap #events-table .public.appointment.row a .image-container {
    display: inline-block;
    width: 100%;
    max-width: unset;
    min-width: unset;
    max-height: unset;
    min-height: unset;
    padding: 0;
  }
  /* line 529, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row a .image-container .image, #wrap #events-table .public.series.row a .image-container .image, #wrap #events-table .public.appointment.row a .image-container .image {
    min-height: 180px;
    border-radius: 6px 6px 0 0;
  }
  /* line 536, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .time-card, #wrap #events-table .public.series.row .time-card, #wrap #events-table .public.appointment.row .time-card {
    width: 25%;
    font-size: 2em;
    display: table-row;
  }
  /* line 541, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .inner, #wrap #events-table .public.series.row .inner, #wrap #events-table .public.appointment.row .inner {
    padding: 2.5%;
  }
  /* line 544, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .activity-title, #wrap #events-table .public.series.row .activity-title, #wrap #events-table .public.appointment.row .activity-title {
    font-size: 1.7em;
    line-height: 1em;
    padding-bottom: 1%;
  }
  /* line 549, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .formatted-time, #wrap #events-table .public.series.row .formatted-time, #wrap #events-table .public.appointment.row .formatted-time {
    font-weight: normal;
    font-size: 1.1em;
    padding: 1% 0;
  }
  /* line 555, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .formatted-time .mobile-time-card .day-of-week, #wrap #events-table .public.series.row .formatted-time .mobile-time-card .day-of-week, #wrap #events-table .public.appointment.row .formatted-time .mobile-time-card .day-of-week {
    display: inline;
    margin-right: 2px;
  }
  /* line 559, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .formatted-time .mobile-time-card .actual-date-series, #wrap #events-table .public.series.row .formatted-time .mobile-time-card .actual-date-series, #wrap #events-table .public.appointment.row .formatted-time .mobile-time-card .actual-date-series {
    display: inline;
  }
  /* line 564, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .series-type, #wrap #events-table .public.series.row .series-type, #wrap #events-table .public.appointment.row .series-type {
    padding-top: .25em;
  }
  /* line 567, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .age, #wrap #events-table .public.activity.row .location, #wrap #events-table .public.activity.row .formatted-time, #wrap #events-table .public.activity.row .tags, #wrap #events-table .public.series.row .age, #wrap #events-table .public.series.row .location, #wrap #events-table .public.series.row .formatted-time, #wrap #events-table .public.series.row .tags, #wrap #events-table .public.appointment.row .age, #wrap #events-table .public.appointment.row .location, #wrap #events-table .public.appointment.row .formatted-time, #wrap #events-table .public.appointment.row .tags {
    padding: 3px 0;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    font-size: 1.1em;
  }
  /* line 575, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .action-btn, #wrap #events-table .public.series.row .action-btn, #wrap #events-table .public.appointment.row .action-btn {
    display: block;
    width: 100%;
    clear: both;
    margin: 2.5% auto 0;
    padding: 2% 2.5%;
    text-align: left;
    border: 0;
    border-radius: 0 0 6px 6px;
    font-size: 1.3em;
    line-height: 1.25em;
    background: #00b16b;
    background: linear-gradient(rgba(0, 177, 111, 0.925), #00b16f);
    color: #fff;
    font-weight: 600;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 595, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .action-btn .detail-indicator, #wrap #events-table .public.series.row .action-btn .detail-indicator, #wrap #events-table .public.appointment.row .action-btn .detail-indicator {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 36px;
    margin: auto;
  }
  /* line 603, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .action-btn .detail-indicator i, #wrap #events-table .public.series.row .action-btn .detail-indicator i, #wrap #events-table .public.appointment.row .action-btn .detail-indicator i {
    color: #fff;
    font-size: 36px;
  }
  /* line 609, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .action-btn .price, #wrap #events-table .public.series.row .action-btn .price, #wrap #events-table .public.appointment.row .action-btn .price {
    display: block;
    font-weight: 600;
  }
  /* line 612, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .action-btn .price .date-purchase-count, #wrap #events-table .public.series.row .action-btn .price .date-purchase-count, #wrap #events-table .public.appointment.row .action-btn .price .date-purchase-count {
    font-weight: 600;
  }
  /* line 617, app/assets/stylesheets/organizations.css.scss */
  #wrap #events-table .public.activity.row .action-btn .booking-prompt, #wrap #events-table .public.series.row .action-btn .booking-prompt, #wrap #events-table .public.appointment.row .action-btn .booking-prompt {
    display: inline-block;
    font-size: 1em;
    color: #fff;
  }
}
/* line 2, app/assets/stylesheets/package_credit_redemptions.scss */
.package-credit-form .row {
  margin: 5px 0px;
}

/* line 4, app/assets/stylesheets/package_credit_redemptions.scss */
.package-credit-form .row .redemption-info.canceled {
  font-style: italic;
  text-decoration: line-through;
  color: #aaa;
}

/* line 8, app/assets/stylesheets/package_credit_redemptions.scss */
.package-credit-form .row .redemption-info.canceled a {
  color: #aaa;
}

/* line 11, app/assets/stylesheets/package_credit_redemptions.scss */
.package-credit-form input[type='number'] {
  width: 50px;
}

/* line 14, app/assets/stylesheets/package_credit_redemptions.scss */
.package-credit-form .form-label {
  margin: 8px auto;
}

/* line 17, app/assets/stylesheets/package_credit_redemptions.scss */
.package-credit-form #redemptions-title {
  border-bottom: 1px solid #ddd;
}

/* line 20, app/assets/stylesheets/package_credit_redemptions.scss */
.package-credit-form i.cancel {
  color: #aaa;
}
/* line 1, app/assets/stylesheets/panels.css.scss */
.panel {
  width: 98%;
  width: calc(100% - 30px);
}

/* line 6, app/assets/stylesheets/panels.css.scss */
.panel, .half-panel {
  margin: 15px;
  padding: 0;
  position: relative;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 14, app/assets/stylesheets/panels.css.scss */
.panel .panel-header, .half-panel .panel-header {
  background: transparent;
  color: inherit;
  padding: 1%;
  border-radius: 2px 2px 0 0;
  position: relative;
  width: 100%;
  display: inline-block;
  min-height: 40px;
  margin-bottom: 1%;
}

/* line 25, app/assets/stylesheets/panels.css.scss */
.panel .panel-header h6, .half-panel .panel-header h6 {
  font-weight: 500;
  line-height: inherit;
  font-size: 1em;
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
}

/* line 35, app/assets/stylesheets/panels.css.scss */
.panel .panel-header .header-title, .half-panel .panel-header .header-title {
  position: absolute;
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 600;
}

/* line 44, app/assets/stylesheets/panels.css.scss */
.panel .panel-header .header-label, .half-panel .panel-header .header-label {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  right: 3px;
  width: auto;
  position: absolute;
}

/* line 54, app/assets/stylesheets/panels.css.scss */
.panel .panel-header .panel-search-container, .half-panel .panel-header .panel-search-container {
  position: absolute;
  top: 0px;
  left: 50px;
  width: 50%;
  width: calc(50% - 50px);
  min-width: 230px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
}

/* line 65, app/assets/stylesheets/panels.css.scss */
.panel .panel-header .panel-search-container .search-icon, .half-panel .panel-header .panel-search-container .search-icon {
  font-size: 18px;
  line-height: 40px;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  height: 18px;
}

/* line 74, app/assets/stylesheets/panels.css.scss */
.panel .panel-header .panel-search-container .search-field, .half-panel .panel-header .panel-search-container .search-field {
  padding: 10px 7px 12px 25px;
  font-size: 1em;
  font-weight: 500;
  background: transparent;
  border: 0;
  border-color: transparent;
  height: 40px;
}

/* line 84, app/assets/stylesheets/panels.css.scss */
.panel .panel-header .panel-search-container i.search-bar-icon, .half-panel .panel-header .panel-search-container i.search-bar-icon {
  font-size: 20px;
  line-height: inherit;
}

/* line 88, app/assets/stylesheets/panels.css.scss */
.panel .panel-header .panel-search-container .clear-search, .half-panel .panel-header .panel-search-container .clear-search {
  color: #ccc;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
}

/* line 100, app/assets/stylesheets/panels.css.scss */
.panel .panel-header .panel-search-container .clear-search:hover, .half-panel .panel-header .panel-search-container .clear-search:hover {
  color: #444;
}

/* line 103, app/assets/stylesheets/panels.css.scss */
.panel .panel-header .panel-search-container .disambiguation, .half-panel .panel-header .panel-search-container .disambiguation {
  position: absolute;
  top: 0;
  left: 100%;
  height: 20px;
  bottom: 0;
  margin: auto;
  z-index: 12345;
  cursor: default;
}

/* line 113, app/assets/stylesheets/panels.css.scss */
.panel .panel-header .panel-search-container .disambiguation .material-icons, .half-panel .panel-header .panel-search-container .disambiguation .material-icons {
  color: #ccc;
  font-size: 20px;
}

/* line 119, app/assets/stylesheets/panels.css.scss */
.panel .panel-header ul.tabs, .half-panel .panel-header ul.tabs {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  height: 40px;
  z-index: 6;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
}

/* line 131, app/assets/stylesheets/panels.css.scss */
.panel .panel-header ul.tabs li.tab, .panel .panel-header ul.tabs li.non-op, .half-panel .panel-header ul.tabs li.tab, .half-panel .panel-header ul.tabs li.non-op {
  outline: 0;
  margin: 0;
  padding: 0;
  min-width: 110px;
  width: auto;
  font-weight: 600;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  color: inherit;
  float: left;
  text-align: center;
  font-size: 1em;
}

/* line 145, app/assets/stylesheets/panels.css.scss */
.panel .panel-header ul.tabs li.tab a, .panel .panel-header ul.tabs li.non-op a, .half-panel .panel-header ul.tabs li.tab a, .half-panel .panel-header ul.tabs li.non-op a {
  color: inherit;
}

/* line 149, app/assets/stylesheets/panels.css.scss */
.panel .panel-header ul.tabs li.tab.icon, .panel .panel-header ul.tabs li.non-op.icon, .half-panel .panel-header ul.tabs li.tab.icon, .half-panel .panel-header ul.tabs li.non-op.icon {
  min-width: 50px;
  font-size: 0;
}

/* line 152, app/assets/stylesheets/panels.css.scss */
.panel .panel-header ul.tabs li.tab.icon i, .panel .panel-header ul.tabs li.non-op.icon i, .half-panel .panel-header ul.tabs li.tab.icon i, .half-panel .panel-header ul.tabs li.non-op.icon i {
  font-size: 20px;
  line-height: inherit;
  width: 100%;
  height: auto;
}

/* line 158, app/assets/stylesheets/panels.css.scss */
.panel .panel-header ul.tabs li.tab.icon i.waitlist, .panel .panel-header ul.tabs li.tab.icon i.membership, .panel .panel-header ul.tabs li.tab.icon i.cancel, .panel .panel-header ul.tabs li.non-op.icon i.waitlist, .panel .panel-header ul.tabs li.non-op.icon i.membership, .panel .panel-header ul.tabs li.non-op.icon i.cancel, .half-panel .panel-header ul.tabs li.tab.icon i.waitlist, .half-panel .panel-header ul.tabs li.tab.icon i.membership, .half-panel .panel-header ul.tabs li.tab.icon i.cancel, .half-panel .panel-header ul.tabs li.non-op.icon i.waitlist, .half-panel .panel-header ul.tabs li.non-op.icon i.membership, .half-panel .panel-header ul.tabs li.non-op.icon i.cancel {
  font-size: 18px;
}

/* line 163, app/assets/stylesheets/panels.css.scss */
.panel .panel-header ul.tabs .icon.danger:hover i, .half-panel .panel-header ul.tabs .icon.danger:hover i {
  color: #cc0000;
}

/* line 167, app/assets/stylesheets/panels.css.scss */
.panel .panel-header ul.tabs li.tab:hover, .panel .panel-header ul.tabs li.non-op:hover, .half-panel .panel-header ul.tabs li.tab:hover, .half-panel .panel-header ul.tabs li.non-op:hover {
  text-decoration: underline;
  color: #2196F3;
}

/* line 170, app/assets/stylesheets/panels.css.scss */
.panel .panel-header ul.tabs li.tab:hover i, .panel .panel-header ul.tabs li.non-op:hover i, .half-panel .panel-header ul.tabs li.tab:hover i, .half-panel .panel-header ul.tabs li.non-op:hover i {
  color: #2196F3;
}

/* line 174, app/assets/stylesheets/panels.css.scss */
.panel .panel-header ul.tabs li.tab.active, .panel .panel-header ul.tabs li.non-op.active, .half-panel .panel-header ul.tabs li.tab.active, .half-panel .panel-header ul.tabs li.non-op.active {
  color: #2196F3;
  border-bottom: 2px solid #2196F3;
}

/* line 177, app/assets/stylesheets/panels.css.scss */
.panel .panel-header ul.tabs li.tab.active i, .panel .panel-header ul.tabs li.non-op.active i, .half-panel .panel-header ul.tabs li.tab.active i, .half-panel .panel-header ul.tabs li.non-op.active i {
  color: #2196F3;
}

/* line 184, app/assets/stylesheets/panels.css.scss */
.panel .btn-group.action-items, .half-panel .btn-group.action-items {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* line 189, app/assets/stylesheets/panels.css.scss */
.panel .btn-group.action-items .btn, .panel .btn-group.action-items .btn:active, .panel .btn-group.action-items .btn:focus, .half-panel .btn-group.action-items .btn, .half-panel .btn-group.action-items .btn:active, .half-panel .btn-group.action-items .btn:focus {
  height: 40px;
  color: inherit;
  font-weight: 600;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  width: 100%;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
}

/* line 199, app/assets/stylesheets/panels.css.scss */
.panel .btn-group.action-items .btn .btn-label, .panel .btn-group.action-items .btn:active .btn-label, .panel .btn-group.action-items .btn:focus .btn-label, .half-panel .btn-group.action-items .btn .btn-label, .half-panel .btn-group.action-items .btn:active .btn-label, .half-panel .btn-group.action-items .btn:focus .btn-label {
  line-height: 28px;
  vertical-align: middle;
}

/* line 203, app/assets/stylesheets/panels.css.scss */
.panel .btn-group.action-items .btn .material-icons, .panel .btn-group.action-items .btn:active .material-icons, .panel .btn-group.action-items .btn:focus .material-icons, .half-panel .btn-group.action-items .btn .material-icons, .half-panel .btn-group.action-items .btn:active .material-icons, .half-panel .btn-group.action-items .btn:focus .material-icons {
  line-height: 24px;
}

/* line 207, app/assets/stylesheets/panels.css.scss */
.panel .btn-group.action-items .btn:hover, .half-panel .btn-group.action-items .btn:hover {
  text-decoration: underline;
  color: #EB0450;
}

/* line 210, app/assets/stylesheets/panels.css.scss */
.panel .btn-group.action-items .btn:hover i, .half-panel .btn-group.action-items .btn:hover i {
  color: #EB0450;
}

/* line 214, app/assets/stylesheets/panels.css.scss */
.panel .btn-group.action-items .btn:active, .half-panel .btn-group.action-items .btn:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.17);
  border-color: rgba(0, 0, 0, 0.17);
}

/* line 218, app/assets/stylesheets/panels.css.scss */
.panel .btn-group.action-items h6, .half-panel .btn-group.action-items h6 {
  font-weight: 500;
  font-size: .95em;
}

/* line 224, app/assets/stylesheets/panels.css.scss */
.panel .inner, .half-panel .inner {
  background: #fff;
  position: relative;
  border-radius: 7px;
  height: 100%;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
}

/* line 232, app/assets/stylesheets/panels.css.scss */
.panel .inner.no-shadow, .half-panel .inner.no-shadow {
  box-shadow: none;
}

/* line 236, app/assets/stylesheets/panels.css.scss */
.panel .inner.padded, .half-panel .inner.padded {
  padding: 1%;
}

/* line 240, app/assets/stylesheets/panels.css.scss */
.panel .inner .btn-group, .half-panel .inner .btn-group {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 245, app/assets/stylesheets/panels.css.scss */
.panel .inner .btn-group .btn, .panel .inner .btn-group .btn:active, .panel .inner .btn-group .btn:focus, .half-panel .inner .btn-group .btn, .half-panel .inner .btn-group .btn:active, .half-panel .inner .btn-group .btn:focus {
  background: #f1f4f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9fbfd 0%, #f1f4f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9fbfd 0%, #f1f4f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9fbfd 0%, #f1f4f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbfd', endColorstr='#f1f4f7',GradientType=0 );
  /* IE6-9 */
  border: 0;
  color: #444;
  font-weight: 500;
  text-shadow: 1px 1px 2px white;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
}

/* line 262, app/assets/stylesheets/panels.css.scss */
.panel .inner .btn-group .btn .btn-label, .panel .inner .btn-group .btn:active .btn-label, .panel .inner .btn-group .btn:focus .btn-label, .half-panel .inner .btn-group .btn .btn-label, .half-panel .inner .btn-group .btn:active .btn-label, .half-panel .inner .btn-group .btn:focus .btn-label {
  line-height: 24px;
  vertical-align: middle;
}

/* line 267, app/assets/stylesheets/panels.css.scss */
.panel .inner .btn-group .btn:hover, .half-panel .inner .btn-group .btn:hover {
  text-decoration: underline;
  background: rgba(238, 241, 244, 0.6);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2);
}

/* line 272, app/assets/stylesheets/panels.css.scss */
.panel .inner .btn-group .btn:active, .half-panel .inner .btn-group .btn:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
}

/* line 278, app/assets/stylesheets/panels.css.scss */
.panel .item-details, .half-panel .item-details {
  text-align: center;
}

/* line 281, app/assets/stylesheets/panels.css.scss */
.panel .item-details .form-container, .half-panel .item-details .form-container {
  width: 60%;
  width: calc(100% - 400px);
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

/* line 288, app/assets/stylesheets/panels.css.scss */
.panel .item-details .form-container .form-row, .half-panel .item-details .form-container .form-row {
  padding: 15px 0;
}

/* line 290, app/assets/stylesheets/panels.css.scss */
.panel .item-details .form-container .form-row .form-header, .half-panel .item-details .form-container .form-row .form-header {
  font-size: .9em;
}

/* line 293, app/assets/stylesheets/panels.css.scss */
.panel .item-details .form-container .form-row .subheader-label, .half-panel .item-details .form-container .form-row .subheader-label {
  margin: 10px auto;
  font-size: 1em;
}

/* line 298, app/assets/stylesheets/panels.css.scss */
.panel .item-details .form-container .error-container, .half-panel .item-details .form-container .error-container {
  margin: 1em auto;
}

/* line 302, app/assets/stylesheets/panels.css.scss */
.panel .item-details .products, .half-panel .item-details .products {
  text-align: left;
}

/* line 307, app/assets/stylesheets/panels.css.scss */
.panel .panel-container, .panel .table-container, .half-panel .panel-container, .half-panel .table-container {
  padding: 0;
  width: 100%;
  clear: both;
}

/* line 312, app/assets/stylesheets/panels.css.scss */
.panel .panel-container .row, .panel .table-container .row, .half-panel .panel-container .row, .half-panel .table-container .row {
  border-bottom: 1px solid #eee;
  padding: 7px 1%;
}

/* line 315, app/assets/stylesheets/panels.css.scss */
.panel .panel-container .row.no-side-padding, .panel .table-container .row.no-side-padding, .half-panel .panel-container .row.no-side-padding, .half-panel .table-container .row.no-side-padding {
  padding: 0px;
}

/* line 319, app/assets/stylesheets/panels.css.scss */
.panel .panel-container .row:first-child, .panel .table-container .row:first-child, .half-panel .panel-container .row:first-child, .half-panel .table-container .row:first-child {
  padding-top: 7px;
}

/* line 322, app/assets/stylesheets/panels.css.scss */
.panel .panel-container .row:last-child, .panel .table-container .row:last-child, .half-panel .panel-container .row:last-child, .half-panel .table-container .row:last-child {
  border: 0;
}

/* line 327, app/assets/stylesheets/panels.css.scss */
.panel h2, .half-panel h2 {
  padding: 1%;
}

/* line 331, app/assets/stylesheets/panels.css.scss */
.panel .summary.panel, .half-panel .summary.panel {
  padding: 0;
  border-radius: 7px;
  border: 1px solid #eee;
}

/* line 338, app/assets/stylesheets/panels.css.scss */
.sortable-header {
  cursor: pointer;
  text-transform: none;
}

/* line 342, app/assets/stylesheets/panels.css.scss */
.sortable-header:hover {
  text-decoration: underline;
}

/* line 345, app/assets/stylesheets/panels.css.scss */
.sortable-header.selected {
  color: #EB0450;
}

/* line 349, app/assets/stylesheets/panels.css.scss */
.filter-btn {
  width: 100px;
}

/* line 351, app/assets/stylesheets/panels.css.scss */
.filter-btn svg {
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
}

/* line 360, app/assets/stylesheets/panels.css.scss */
.filter-btn .filter-btn-text {
  padding-left: 28px;
}

/* line 365, app/assets/stylesheets/panels.css.scss */
.filter-btn:hover svg path {
  fill: #27E4C4;
}

/* line 368, app/assets/stylesheets/panels.css.scss */
.filter-btn:hover .filter-btn-text {
  color: #27E4C4;
}

/* line 375, app/assets/stylesheets/panels.css.scss */
html:not(.provider) .panel ul.tabs {
  border: 1px solid #eee;
  border-radius: 4px;
}

/* line 382, app/assets/stylesheets/panels.css.scss */
.product.container, .event.container, .location.container, .organization.container, .provider.container, .instructor.container {
  padding: 15px 0 5% 0;
  margin: 0 auto;
}

/* line 387, app/assets/stylesheets/panels.css.scss */
.product.container #product-panel .inner, .event.container #product-panel .inner, .location.container #product-panel .inner, .organization.container #product-panel .inner, .provider.container #product-panel .inner, .instructor.container #product-panel .inner {
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.03), 0 1px 0px rgba(50, 50, 93, 0.07);
}

/* line 391, app/assets/stylesheets/panels.css.scss */
.product.container #product-panel, .product.container #event-panel, .product.container #location-panel, .product.container #main-panel, .event.container #product-panel, .event.container #event-panel, .event.container #location-panel, .event.container #main-panel, .location.container #product-panel, .location.container #event-panel, .location.container #location-panel, .location.container #main-panel, .organization.container #product-panel, .organization.container #event-panel, .organization.container #location-panel, .organization.container #main-panel, .provider.container #product-panel, .provider.container #event-panel, .provider.container #location-panel, .provider.container #main-panel, .instructor.container #product-panel, .instructor.container #event-panel, .instructor.container #location-panel, .instructor.container #main-panel {
  margin: 0;
  width: 100%;
}

/* line 395, app/assets/stylesheets/panels.css.scss */
.product.container #product-panel .tabs, .product.container #event-panel .tabs, .product.container #location-panel .tabs, .product.container #main-panel .tabs, .event.container #product-panel .tabs, .event.container #event-panel .tabs, .event.container #location-panel .tabs, .event.container #main-panel .tabs, .location.container #product-panel .tabs, .location.container #event-panel .tabs, .location.container #location-panel .tabs, .location.container #main-panel .tabs, .organization.container #product-panel .tabs, .organization.container #event-panel .tabs, .organization.container #location-panel .tabs, .organization.container #main-panel .tabs, .provider.container #product-panel .tabs, .provider.container #event-panel .tabs, .provider.container #location-panel .tabs, .provider.container #main-panel .tabs, .instructor.container #product-panel .tabs, .instructor.container #event-panel .tabs, .instructor.container #location-panel .tabs, .instructor.container #main-panel .tabs {
  height: 40px;
  line-height: 40px;
}

/* line 399, app/assets/stylesheets/panels.css.scss */
.product.container #product-panel .tabs #share-link, .product.container #product-panel .tabs #save-link, .product.container #product-panel .tabs #review-link, .product.container #event-panel .tabs #share-link, .product.container #event-panel .tabs #save-link, .product.container #event-panel .tabs #review-link, .product.container #location-panel .tabs #share-link, .product.container #location-panel .tabs #save-link, .product.container #location-panel .tabs #review-link, .product.container #main-panel .tabs #share-link, .product.container #main-panel .tabs #save-link, .product.container #main-panel .tabs #review-link, .event.container #product-panel .tabs #share-link, .event.container #product-panel .tabs #save-link, .event.container #product-panel .tabs #review-link, .event.container #event-panel .tabs #share-link, .event.container #event-panel .tabs #save-link, .event.container #event-panel .tabs #review-link, .event.container #location-panel .tabs #share-link, .event.container #location-panel .tabs #save-link, .event.container #location-panel .tabs #review-link, .event.container #main-panel .tabs #share-link, .event.container #main-panel .tabs #save-link, .event.container #main-panel .tabs #review-link, .location.container #product-panel .tabs #share-link, .location.container #product-panel .tabs #save-link, .location.container #product-panel .tabs #review-link, .location.container #event-panel .tabs #share-link, .location.container #event-panel .tabs #save-link, .location.container #event-panel .tabs #review-link, .location.container #location-panel .tabs #share-link, .location.container #location-panel .tabs #save-link, .location.container #location-panel .tabs #review-link, .location.container #main-panel .tabs #share-link, .location.container #main-panel .tabs #save-link, .location.container #main-panel .tabs #review-link, .organization.container #product-panel .tabs #share-link, .organization.container #product-panel .tabs #save-link, .organization.container #product-panel .tabs #review-link, .organization.container #event-panel .tabs #share-link, .organization.container #event-panel .tabs #save-link, .organization.container #event-panel .tabs #review-link, .organization.container #location-panel .tabs #share-link, .organization.container #location-panel .tabs #save-link, .organization.container #location-panel .tabs #review-link, .organization.container #main-panel .tabs #share-link, .organization.container #main-panel .tabs #save-link, .organization.container #main-panel .tabs #review-link, .provider.container #product-panel .tabs #share-link, .provider.container #product-panel .tabs #save-link, .provider.container #product-panel .tabs #review-link, .provider.container #event-panel .tabs #share-link, .provider.container #event-panel .tabs #save-link, .provider.container #event-panel .tabs #review-link, .provider.container #location-panel .tabs #share-link, .provider.container #location-panel .tabs #save-link, .provider.container #location-panel .tabs #review-link, .provider.container #main-panel .tabs #share-link, .provider.container #main-panel .tabs #save-link, .provider.container #main-panel .tabs #review-link, .instructor.container #product-panel .tabs #share-link, .instructor.container #product-panel .tabs #save-link, .instructor.container #product-panel .tabs #review-link, .instructor.container #event-panel .tabs #share-link, .instructor.container #event-panel .tabs #save-link, .instructor.container #event-panel .tabs #review-link, .instructor.container #location-panel .tabs #share-link, .instructor.container #location-panel .tabs #save-link, .instructor.container #location-panel .tabs #review-link, .instructor.container #main-panel .tabs #share-link, .instructor.container #main-panel .tabs #save-link, .instructor.container #main-panel .tabs #review-link {
  display: inline-block;
  font-weight: 600;
  font-size: 1em;
  width: 100%;
  height: 40px;
  line-height: 40px;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 412, app/assets/stylesheets/panels.css.scss */
.product.container #product-panel .tabs #share-link .link-label, .product.container #product-panel .tabs #save-link .link-label, .product.container #product-panel .tabs #review-link .link-label, .product.container #event-panel .tabs #share-link .link-label, .product.container #event-panel .tabs #save-link .link-label, .product.container #event-panel .tabs #review-link .link-label, .product.container #location-panel .tabs #share-link .link-label, .product.container #location-panel .tabs #save-link .link-label, .product.container #location-panel .tabs #review-link .link-label, .product.container #main-panel .tabs #share-link .link-label, .product.container #main-panel .tabs #save-link .link-label, .product.container #main-panel .tabs #review-link .link-label, .event.container #product-panel .tabs #share-link .link-label, .event.container #product-panel .tabs #save-link .link-label, .event.container #product-panel .tabs #review-link .link-label, .event.container #event-panel .tabs #share-link .link-label, .event.container #event-panel .tabs #save-link .link-label, .event.container #event-panel .tabs #review-link .link-label, .event.container #location-panel .tabs #share-link .link-label, .event.container #location-panel .tabs #save-link .link-label, .event.container #location-panel .tabs #review-link .link-label, .event.container #main-panel .tabs #share-link .link-label, .event.container #main-panel .tabs #save-link .link-label, .event.container #main-panel .tabs #review-link .link-label, .location.container #product-panel .tabs #share-link .link-label, .location.container #product-panel .tabs #save-link .link-label, .location.container #product-panel .tabs #review-link .link-label, .location.container #event-panel .tabs #share-link .link-label, .location.container #event-panel .tabs #save-link .link-label, .location.container #event-panel .tabs #review-link .link-label, .location.container #location-panel .tabs #share-link .link-label, .location.container #location-panel .tabs #save-link .link-label, .location.container #location-panel .tabs #review-link .link-label, .location.container #main-panel .tabs #share-link .link-label, .location.container #main-panel .tabs #save-link .link-label, .location.container #main-panel .tabs #review-link .link-label, .organization.container #product-panel .tabs #share-link .link-label, .organization.container #product-panel .tabs #save-link .link-label, .organization.container #product-panel .tabs #review-link .link-label, .organization.container #event-panel .tabs #share-link .link-label, .organization.container #event-panel .tabs #save-link .link-label, .organization.container #event-panel .tabs #review-link .link-label, .organization.container #location-panel .tabs #share-link .link-label, .organization.container #location-panel .tabs #save-link .link-label, .organization.container #location-panel .tabs #review-link .link-label, .organization.container #main-panel .tabs #share-link .link-label, .organization.container #main-panel .tabs #save-link .link-label, .organization.container #main-panel .tabs #review-link .link-label, .provider.container #product-panel .tabs #share-link .link-label, .provider.container #product-panel .tabs #save-link .link-label, .provider.container #product-panel .tabs #review-link .link-label, .provider.container #event-panel .tabs #share-link .link-label, .provider.container #event-panel .tabs #save-link .link-label, .provider.container #event-panel .tabs #review-link .link-label, .provider.container #location-panel .tabs #share-link .link-label, .provider.container #location-panel .tabs #save-link .link-label, .provider.container #location-panel .tabs #review-link .link-label, .provider.container #main-panel .tabs #share-link .link-label, .provider.container #main-panel .tabs #save-link .link-label, .provider.container #main-panel .tabs #review-link .link-label, .instructor.container #product-panel .tabs #share-link .link-label, .instructor.container #product-panel .tabs #save-link .link-label, .instructor.container #product-panel .tabs #review-link .link-label, .instructor.container #event-panel .tabs #share-link .link-label, .instructor.container #event-panel .tabs #save-link .link-label, .instructor.container #event-panel .tabs #review-link .link-label, .instructor.container #location-panel .tabs #share-link .link-label, .instructor.container #location-panel .tabs #save-link .link-label, .instructor.container #location-panel .tabs #review-link .link-label, .instructor.container #main-panel .tabs #share-link .link-label, .instructor.container #main-panel .tabs #save-link .link-label, .instructor.container #main-panel .tabs #review-link .link-label {
  font-size: .8em;
  text-transform: uppercase;
  vertical-align: top;
}

/* line 417, app/assets/stylesheets/panels.css.scss */
.product.container #product-panel .tabs #share-link i, .product.container #product-panel .tabs #save-link i, .product.container #product-panel .tabs #review-link i, .product.container #event-panel .tabs #share-link i, .product.container #event-panel .tabs #save-link i, .product.container #event-panel .tabs #review-link i, .product.container #location-panel .tabs #share-link i, .product.container #location-panel .tabs #save-link i, .product.container #location-panel .tabs #review-link i, .product.container #main-panel .tabs #share-link i, .product.container #main-panel .tabs #save-link i, .product.container #main-panel .tabs #review-link i, .event.container #product-panel .tabs #share-link i, .event.container #product-panel .tabs #save-link i, .event.container #product-panel .tabs #review-link i, .event.container #event-panel .tabs #share-link i, .event.container #event-panel .tabs #save-link i, .event.container #event-panel .tabs #review-link i, .event.container #location-panel .tabs #share-link i, .event.container #location-panel .tabs #save-link i, .event.container #location-panel .tabs #review-link i, .event.container #main-panel .tabs #share-link i, .event.container #main-panel .tabs #save-link i, .event.container #main-panel .tabs #review-link i, .location.container #product-panel .tabs #share-link i, .location.container #product-panel .tabs #save-link i, .location.container #product-panel .tabs #review-link i, .location.container #event-panel .tabs #share-link i, .location.container #event-panel .tabs #save-link i, .location.container #event-panel .tabs #review-link i, .location.container #location-panel .tabs #share-link i, .location.container #location-panel .tabs #save-link i, .location.container #location-panel .tabs #review-link i, .location.container #main-panel .tabs #share-link i, .location.container #main-panel .tabs #save-link i, .location.container #main-panel .tabs #review-link i, .organization.container #product-panel .tabs #share-link i, .organization.container #product-panel .tabs #save-link i, .organization.container #product-panel .tabs #review-link i, .organization.container #event-panel .tabs #share-link i, .organization.container #event-panel .tabs #save-link i, .organization.container #event-panel .tabs #review-link i, .organization.container #location-panel .tabs #share-link i, .organization.container #location-panel .tabs #save-link i, .organization.container #location-panel .tabs #review-link i, .organization.container #main-panel .tabs #share-link i, .organization.container #main-panel .tabs #save-link i, .organization.container #main-panel .tabs #review-link i, .provider.container #product-panel .tabs #share-link i, .provider.container #product-panel .tabs #save-link i, .provider.container #product-panel .tabs #review-link i, .provider.container #event-panel .tabs #share-link i, .provider.container #event-panel .tabs #save-link i, .provider.container #event-panel .tabs #review-link i, .provider.container #location-panel .tabs #share-link i, .provider.container #location-panel .tabs #save-link i, .provider.container #location-panel .tabs #review-link i, .provider.container #main-panel .tabs #share-link i, .provider.container #main-panel .tabs #save-link i, .provider.container #main-panel .tabs #review-link i, .instructor.container #product-panel .tabs #share-link i, .instructor.container #product-panel .tabs #save-link i, .instructor.container #product-panel .tabs #review-link i, .instructor.container #event-panel .tabs #share-link i, .instructor.container #event-panel .tabs #save-link i, .instructor.container #event-panel .tabs #review-link i, .instructor.container #location-panel .tabs #share-link i, .instructor.container #location-panel .tabs #save-link i, .instructor.container #location-panel .tabs #review-link i, .instructor.container #main-panel .tabs #share-link i, .instructor.container #main-panel .tabs #save-link i, .instructor.container #main-panel .tabs #review-link i {
  height: 18px;
  font-size: 16px;
  line-height: 14px;
  margin-right: 5px;
  color: inherit;
}

/* line 424, app/assets/stylesheets/panels.css.scss */
.product.container #product-panel .tabs #share-link i, .product.container #product-panel .tabs #share-link .link-label, .product.container #product-panel .tabs #save-link i, .product.container #product-panel .tabs #save-link .link-label, .product.container #product-panel .tabs #review-link i, .product.container #product-panel .tabs #review-link .link-label, .product.container #event-panel .tabs #share-link i, .product.container #event-panel .tabs #share-link .link-label, .product.container #event-panel .tabs #save-link i, .product.container #event-panel .tabs #save-link .link-label, .product.container #event-panel .tabs #review-link i, .product.container #event-panel .tabs #review-link .link-label, .product.container #location-panel .tabs #share-link i, .product.container #location-panel .tabs #share-link .link-label, .product.container #location-panel .tabs #save-link i, .product.container #location-panel .tabs #save-link .link-label, .product.container #location-panel .tabs #review-link i, .product.container #location-panel .tabs #review-link .link-label, .product.container #main-panel .tabs #share-link i, .product.container #main-panel .tabs #share-link .link-label, .product.container #main-panel .tabs #save-link i, .product.container #main-panel .tabs #save-link .link-label, .product.container #main-panel .tabs #review-link i, .product.container #main-panel .tabs #review-link .link-label, .event.container #product-panel .tabs #share-link i, .event.container #product-panel .tabs #share-link .link-label, .event.container #product-panel .tabs #save-link i, .event.container #product-panel .tabs #save-link .link-label, .event.container #product-panel .tabs #review-link i, .event.container #product-panel .tabs #review-link .link-label, .event.container #event-panel .tabs #share-link i, .event.container #event-panel .tabs #share-link .link-label, .event.container #event-panel .tabs #save-link i, .event.container #event-panel .tabs #save-link .link-label, .event.container #event-panel .tabs #review-link i, .event.container #event-panel .tabs #review-link .link-label, .event.container #location-panel .tabs #share-link i, .event.container #location-panel .tabs #share-link .link-label, .event.container #location-panel .tabs #save-link i, .event.container #location-panel .tabs #save-link .link-label, .event.container #location-panel .tabs #review-link i, .event.container #location-panel .tabs #review-link .link-label, .event.container #main-panel .tabs #share-link i, .event.container #main-panel .tabs #share-link .link-label, .event.container #main-panel .tabs #save-link i, .event.container #main-panel .tabs #save-link .link-label, .event.container #main-panel .tabs #review-link i, .event.container #main-panel .tabs #review-link .link-label, .location.container #product-panel .tabs #share-link i, .location.container #product-panel .tabs #share-link .link-label, .location.container #product-panel .tabs #save-link i, .location.container #product-panel .tabs #save-link .link-label, .location.container #product-panel .tabs #review-link i, .location.container #product-panel .tabs #review-link .link-label, .location.container #event-panel .tabs #share-link i, .location.container #event-panel .tabs #share-link .link-label, .location.container #event-panel .tabs #save-link i, .location.container #event-panel .tabs #save-link .link-label, .location.container #event-panel .tabs #review-link i, .location.container #event-panel .tabs #review-link .link-label, .location.container #location-panel .tabs #share-link i, .location.container #location-panel .tabs #share-link .link-label, .location.container #location-panel .tabs #save-link i, .location.container #location-panel .tabs #save-link .link-label, .location.container #location-panel .tabs #review-link i, .location.container #location-panel .tabs #review-link .link-label, .location.container #main-panel .tabs #share-link i, .location.container #main-panel .tabs #share-link .link-label, .location.container #main-panel .tabs #save-link i, .location.container #main-panel .tabs #save-link .link-label, .location.container #main-panel .tabs #review-link i, .location.container #main-panel .tabs #review-link .link-label, .organization.container #product-panel .tabs #share-link i, .organization.container #product-panel .tabs #share-link .link-label, .organization.container #product-panel .tabs #save-link i, .organization.container #product-panel .tabs #save-link .link-label, .organization.container #product-panel .tabs #review-link i, .organization.container #product-panel .tabs #review-link .link-label, .organization.container #event-panel .tabs #share-link i, .organization.container #event-panel .tabs #share-link .link-label, .organization.container #event-panel .tabs #save-link i, .organization.container #event-panel .tabs #save-link .link-label, .organization.container #event-panel .tabs #review-link i, .organization.container #event-panel .tabs #review-link .link-label, .organization.container #location-panel .tabs #share-link i, .organization.container #location-panel .tabs #share-link .link-label, .organization.container #location-panel .tabs #save-link i, .organization.container #location-panel .tabs #save-link .link-label, .organization.container #location-panel .tabs #review-link i, .organization.container #location-panel .tabs #review-link .link-label, .organization.container #main-panel .tabs #share-link i, .organization.container #main-panel .tabs #share-link .link-label, .organization.container #main-panel .tabs #save-link i, .organization.container #main-panel .tabs #save-link .link-label, .organization.container #main-panel .tabs #review-link i, .organization.container #main-panel .tabs #review-link .link-label, .provider.container #product-panel .tabs #share-link i, .provider.container #product-panel .tabs #share-link .link-label, .provider.container #product-panel .tabs #save-link i, .provider.container #product-panel .tabs #save-link .link-label, .provider.container #product-panel .tabs #review-link i, .provider.container #product-panel .tabs #review-link .link-label, .provider.container #event-panel .tabs #share-link i, .provider.container #event-panel .tabs #share-link .link-label, .provider.container #event-panel .tabs #save-link i, .provider.container #event-panel .tabs #save-link .link-label, .provider.container #event-panel .tabs #review-link i, .provider.container #event-panel .tabs #review-link .link-label, .provider.container #location-panel .tabs #share-link i, .provider.container #location-panel .tabs #share-link .link-label, .provider.container #location-panel .tabs #save-link i, .provider.container #location-panel .tabs #save-link .link-label, .provider.container #location-panel .tabs #review-link i, .provider.container #location-panel .tabs #review-link .link-label, .provider.container #main-panel .tabs #share-link i, .provider.container #main-panel .tabs #share-link .link-label, .provider.container #main-panel .tabs #save-link i, .provider.container #main-panel .tabs #save-link .link-label, .provider.container #main-panel .tabs #review-link i, .provider.container #main-panel .tabs #review-link .link-label, .instructor.container #product-panel .tabs #share-link i, .instructor.container #product-panel .tabs #share-link .link-label, .instructor.container #product-panel .tabs #save-link i, .instructor.container #product-panel .tabs #save-link .link-label, .instructor.container #product-panel .tabs #review-link i, .instructor.container #product-panel .tabs #review-link .link-label, .instructor.container #event-panel .tabs #share-link i, .instructor.container #event-panel .tabs #share-link .link-label, .instructor.container #event-panel .tabs #save-link i, .instructor.container #event-panel .tabs #save-link .link-label, .instructor.container #event-panel .tabs #review-link i, .instructor.container #event-panel .tabs #review-link .link-label, .instructor.container #location-panel .tabs #share-link i, .instructor.container #location-panel .tabs #share-link .link-label, .instructor.container #location-panel .tabs #save-link i, .instructor.container #location-panel .tabs #save-link .link-label, .instructor.container #location-panel .tabs #review-link i, .instructor.container #location-panel .tabs #review-link .link-label, .instructor.container #main-panel .tabs #share-link i, .instructor.container #main-panel .tabs #share-link .link-label, .instructor.container #main-panel .tabs #save-link i, .instructor.container #main-panel .tabs #save-link .link-label, .instructor.container #main-panel .tabs #review-link i, .instructor.container #main-panel .tabs #review-link .link-label {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 432, app/assets/stylesheets/panels.css.scss */
.product.container #product-panel .tabs #review-link, .product.container #event-panel .tabs #review-link, .product.container #location-panel .tabs #review-link, .product.container #main-panel .tabs #review-link, .event.container #product-panel .tabs #review-link, .event.container #event-panel .tabs #review-link, .event.container #location-panel .tabs #review-link, .event.container #main-panel .tabs #review-link, .location.container #product-panel .tabs #review-link, .location.container #event-panel .tabs #review-link, .location.container #location-panel .tabs #review-link, .location.container #main-panel .tabs #review-link, .organization.container #product-panel .tabs #review-link, .organization.container #event-panel .tabs #review-link, .organization.container #location-panel .tabs #review-link, .organization.container #main-panel .tabs #review-link, .provider.container #product-panel .tabs #review-link, .provider.container #event-panel .tabs #review-link, .provider.container #location-panel .tabs #review-link, .provider.container #main-panel .tabs #review-link, .instructor.container #product-panel .tabs #review-link, .instructor.container #event-panel .tabs #review-link, .instructor.container #location-panel .tabs #review-link, .instructor.container #main-panel .tabs #review-link {
  padding: 0 20px;
}

/* line 436, app/assets/stylesheets/panels.css.scss */
.product.container #product-panel .tabs #save-link i, .product.container #event-panel .tabs #save-link i, .product.container #location-panel .tabs #save-link i, .product.container #main-panel .tabs #save-link i, .event.container #product-panel .tabs #save-link i, .event.container #event-panel .tabs #save-link i, .event.container #location-panel .tabs #save-link i, .event.container #main-panel .tabs #save-link i, .location.container #product-panel .tabs #save-link i, .location.container #event-panel .tabs #save-link i, .location.container #location-panel .tabs #save-link i, .location.container #main-panel .tabs #save-link i, .organization.container #product-panel .tabs #save-link i, .organization.container #event-panel .tabs #save-link i, .organization.container #location-panel .tabs #save-link i, .organization.container #main-panel .tabs #save-link i, .provider.container #product-panel .tabs #save-link i, .provider.container #event-panel .tabs #save-link i, .provider.container #location-panel .tabs #save-link i, .provider.container #main-panel .tabs #save-link i, .instructor.container #product-panel .tabs #save-link i, .instructor.container #event-panel .tabs #save-link i, .instructor.container #location-panel .tabs #save-link i, .instructor.container #main-panel .tabs #save-link i {
  margin-right: 3px;
}

/* line 440, app/assets/stylesheets/panels.css.scss */
.product.container #product-panel .tabs #share-link:hover, .product.container #product-panel .tabs #save-link:hover, .product.container #product-panel .tabs #review-link:hover, .product.container #event-panel .tabs #share-link:hover, .product.container #event-panel .tabs #save-link:hover, .product.container #event-panel .tabs #review-link:hover, .product.container #location-panel .tabs #share-link:hover, .product.container #location-panel .tabs #save-link:hover, .product.container #location-panel .tabs #review-link:hover, .product.container #main-panel .tabs #share-link:hover, .product.container #main-panel .tabs #save-link:hover, .product.container #main-panel .tabs #review-link:hover, .event.container #product-panel .tabs #share-link:hover, .event.container #product-panel .tabs #save-link:hover, .event.container #product-panel .tabs #review-link:hover, .event.container #event-panel .tabs #share-link:hover, .event.container #event-panel .tabs #save-link:hover, .event.container #event-panel .tabs #review-link:hover, .event.container #location-panel .tabs #share-link:hover, .event.container #location-panel .tabs #save-link:hover, .event.container #location-panel .tabs #review-link:hover, .event.container #main-panel .tabs #share-link:hover, .event.container #main-panel .tabs #save-link:hover, .event.container #main-panel .tabs #review-link:hover, .location.container #product-panel .tabs #share-link:hover, .location.container #product-panel .tabs #save-link:hover, .location.container #product-panel .tabs #review-link:hover, .location.container #event-panel .tabs #share-link:hover, .location.container #event-panel .tabs #save-link:hover, .location.container #event-panel .tabs #review-link:hover, .location.container #location-panel .tabs #share-link:hover, .location.container #location-panel .tabs #save-link:hover, .location.container #location-panel .tabs #review-link:hover, .location.container #main-panel .tabs #share-link:hover, .location.container #main-panel .tabs #save-link:hover, .location.container #main-panel .tabs #review-link:hover, .organization.container #product-panel .tabs #share-link:hover, .organization.container #product-panel .tabs #save-link:hover, .organization.container #product-panel .tabs #review-link:hover, .organization.container #event-panel .tabs #share-link:hover, .organization.container #event-panel .tabs #save-link:hover, .organization.container #event-panel .tabs #review-link:hover, .organization.container #location-panel .tabs #share-link:hover, .organization.container #location-panel .tabs #save-link:hover, .organization.container #location-panel .tabs #review-link:hover, .organization.container #main-panel .tabs #share-link:hover, .organization.container #main-panel .tabs #save-link:hover, .organization.container #main-panel .tabs #review-link:hover, .provider.container #product-panel .tabs #share-link:hover, .provider.container #product-panel .tabs #save-link:hover, .provider.container #product-panel .tabs #review-link:hover, .provider.container #event-panel .tabs #share-link:hover, .provider.container #event-panel .tabs #save-link:hover, .provider.container #event-panel .tabs #review-link:hover, .provider.container #location-panel .tabs #share-link:hover, .provider.container #location-panel .tabs #save-link:hover, .provider.container #location-panel .tabs #review-link:hover, .provider.container #main-panel .tabs #share-link:hover, .provider.container #main-panel .tabs #save-link:hover, .provider.container #main-panel .tabs #review-link:hover, .instructor.container #product-panel .tabs #share-link:hover, .instructor.container #product-panel .tabs #save-link:hover, .instructor.container #product-panel .tabs #review-link:hover, .instructor.container #event-panel .tabs #share-link:hover, .instructor.container #event-panel .tabs #save-link:hover, .instructor.container #event-panel .tabs #review-link:hover, .instructor.container #location-panel .tabs #share-link:hover, .instructor.container #location-panel .tabs #save-link:hover, .instructor.container #location-panel .tabs #review-link:hover, .instructor.container #main-panel .tabs #share-link:hover, .instructor.container #main-panel .tabs #save-link:hover, .instructor.container #main-panel .tabs #review-link:hover {
  color: #2196F3;
}

/* line 442, app/assets/stylesheets/panels.css.scss */
.product.container #product-panel .tabs #share-link:hover i, .product.container #product-panel .tabs #save-link:hover i, .product.container #product-panel .tabs #review-link:hover i, .product.container #event-panel .tabs #share-link:hover i, .product.container #event-panel .tabs #save-link:hover i, .product.container #event-panel .tabs #review-link:hover i, .product.container #location-panel .tabs #share-link:hover i, .product.container #location-panel .tabs #save-link:hover i, .product.container #location-panel .tabs #review-link:hover i, .product.container #main-panel .tabs #share-link:hover i, .product.container #main-panel .tabs #save-link:hover i, .product.container #main-panel .tabs #review-link:hover i, .event.container #product-panel .tabs #share-link:hover i, .event.container #product-panel .tabs #save-link:hover i, .event.container #product-panel .tabs #review-link:hover i, .event.container #event-panel .tabs #share-link:hover i, .event.container #event-panel .tabs #save-link:hover i, .event.container #event-panel .tabs #review-link:hover i, .event.container #location-panel .tabs #share-link:hover i, .event.container #location-panel .tabs #save-link:hover i, .event.container #location-panel .tabs #review-link:hover i, .event.container #main-panel .tabs #share-link:hover i, .event.container #main-panel .tabs #save-link:hover i, .event.container #main-panel .tabs #review-link:hover i, .location.container #product-panel .tabs #share-link:hover i, .location.container #product-panel .tabs #save-link:hover i, .location.container #product-panel .tabs #review-link:hover i, .location.container #event-panel .tabs #share-link:hover i, .location.container #event-panel .tabs #save-link:hover i, .location.container #event-panel .tabs #review-link:hover i, .location.container #location-panel .tabs #share-link:hover i, .location.container #location-panel .tabs #save-link:hover i, .location.container #location-panel .tabs #review-link:hover i, .location.container #main-panel .tabs #share-link:hover i, .location.container #main-panel .tabs #save-link:hover i, .location.container #main-panel .tabs #review-link:hover i, .organization.container #product-panel .tabs #share-link:hover i, .organization.container #product-panel .tabs #save-link:hover i, .organization.container #product-panel .tabs #review-link:hover i, .organization.container #event-panel .tabs #share-link:hover i, .organization.container #event-panel .tabs #save-link:hover i, .organization.container #event-panel .tabs #review-link:hover i, .organization.container #location-panel .tabs #share-link:hover i, .organization.container #location-panel .tabs #save-link:hover i, .organization.container #location-panel .tabs #review-link:hover i, .organization.container #main-panel .tabs #share-link:hover i, .organization.container #main-panel .tabs #save-link:hover i, .organization.container #main-panel .tabs #review-link:hover i, .provider.container #product-panel .tabs #share-link:hover i, .provider.container #product-panel .tabs #save-link:hover i, .provider.container #product-panel .tabs #review-link:hover i, .provider.container #event-panel .tabs #share-link:hover i, .provider.container #event-panel .tabs #save-link:hover i, .provider.container #event-panel .tabs #review-link:hover i, .provider.container #location-panel .tabs #share-link:hover i, .provider.container #location-panel .tabs #save-link:hover i, .provider.container #location-panel .tabs #review-link:hover i, .provider.container #main-panel .tabs #share-link:hover i, .provider.container #main-panel .tabs #save-link:hover i, .provider.container #main-panel .tabs #review-link:hover i, .instructor.container #product-panel .tabs #share-link:hover i, .instructor.container #product-panel .tabs #save-link:hover i, .instructor.container #product-panel .tabs #review-link:hover i, .instructor.container #event-panel .tabs #share-link:hover i, .instructor.container #event-panel .tabs #save-link:hover i, .instructor.container #event-panel .tabs #review-link:hover i, .instructor.container #location-panel .tabs #share-link:hover i, .instructor.container #location-panel .tabs #save-link:hover i, .instructor.container #location-panel .tabs #review-link:hover i, .instructor.container #main-panel .tabs #share-link:hover i, .instructor.container #main-panel .tabs #save-link:hover i, .instructor.container #main-panel .tabs #review-link:hover i {
  color: #2196F3;
}

/* line 445, app/assets/stylesheets/panels.css.scss */
.product.container #product-panel .tabs #share-link:hover span, .product.container #product-panel .tabs #save-link:hover span, .product.container #product-panel .tabs #review-link:hover span, .product.container #event-panel .tabs #share-link:hover span, .product.container #event-panel .tabs #save-link:hover span, .product.container #event-panel .tabs #review-link:hover span, .product.container #location-panel .tabs #share-link:hover span, .product.container #location-panel .tabs #save-link:hover span, .product.container #location-panel .tabs #review-link:hover span, .product.container #main-panel .tabs #share-link:hover span, .product.container #main-panel .tabs #save-link:hover span, .product.container #main-panel .tabs #review-link:hover span, .event.container #product-panel .tabs #share-link:hover span, .event.container #product-panel .tabs #save-link:hover span, .event.container #product-panel .tabs #review-link:hover span, .event.container #event-panel .tabs #share-link:hover span, .event.container #event-panel .tabs #save-link:hover span, .event.container #event-panel .tabs #review-link:hover span, .event.container #location-panel .tabs #share-link:hover span, .event.container #location-panel .tabs #save-link:hover span, .event.container #location-panel .tabs #review-link:hover span, .event.container #main-panel .tabs #share-link:hover span, .event.container #main-panel .tabs #save-link:hover span, .event.container #main-panel .tabs #review-link:hover span, .location.container #product-panel .tabs #share-link:hover span, .location.container #product-panel .tabs #save-link:hover span, .location.container #product-panel .tabs #review-link:hover span, .location.container #event-panel .tabs #share-link:hover span, .location.container #event-panel .tabs #save-link:hover span, .location.container #event-panel .tabs #review-link:hover span, .location.container #location-panel .tabs #share-link:hover span, .location.container #location-panel .tabs #save-link:hover span, .location.container #location-panel .tabs #review-link:hover span, .location.container #main-panel .tabs #share-link:hover span, .location.container #main-panel .tabs #save-link:hover span, .location.container #main-panel .tabs #review-link:hover span, .organization.container #product-panel .tabs #share-link:hover span, .organization.container #product-panel .tabs #save-link:hover span, .organization.container #product-panel .tabs #review-link:hover span, .organization.container #event-panel .tabs #share-link:hover span, .organization.container #event-panel .tabs #save-link:hover span, .organization.container #event-panel .tabs #review-link:hover span, .organization.container #location-panel .tabs #share-link:hover span, .organization.container #location-panel .tabs #save-link:hover span, .organization.container #location-panel .tabs #review-link:hover span, .organization.container #main-panel .tabs #share-link:hover span, .organization.container #main-panel .tabs #save-link:hover span, .organization.container #main-panel .tabs #review-link:hover span, .provider.container #product-panel .tabs #share-link:hover span, .provider.container #product-panel .tabs #save-link:hover span, .provider.container #product-panel .tabs #review-link:hover span, .provider.container #event-panel .tabs #share-link:hover span, .provider.container #event-panel .tabs #save-link:hover span, .provider.container #event-panel .tabs #review-link:hover span, .provider.container #location-panel .tabs #share-link:hover span, .provider.container #location-panel .tabs #save-link:hover span, .provider.container #location-panel .tabs #review-link:hover span, .provider.container #main-panel .tabs #share-link:hover span, .provider.container #main-panel .tabs #save-link:hover span, .provider.container #main-panel .tabs #review-link:hover span, .instructor.container #product-panel .tabs #share-link:hover span, .instructor.container #product-panel .tabs #save-link:hover span, .instructor.container #product-panel .tabs #review-link:hover span, .instructor.container #event-panel .tabs #share-link:hover span, .instructor.container #event-panel .tabs #save-link:hover span, .instructor.container #event-panel .tabs #review-link:hover span, .instructor.container #location-panel .tabs #share-link:hover span, .instructor.container #location-panel .tabs #save-link:hover span, .instructor.container #location-panel .tabs #review-link:hover span, .instructor.container #main-panel .tabs #share-link:hover span, .instructor.container #main-panel .tabs #save-link:hover span, .instructor.container #main-panel .tabs #review-link:hover span {
  text-decoration: underline;
  color: #2196F3;
}

/* line 451, app/assets/stylesheets/panels.css.scss */
.product.container #product-panel .tabs #save-link.active i, .product.container #product-panel .tabs #save-link.active span, .product.container #product-panel .tabs #review-link.active i, .product.container #product-panel .tabs #review-link.active span, .product.container #event-panel .tabs #save-link.active i, .product.container #event-panel .tabs #save-link.active span, .product.container #event-panel .tabs #review-link.active i, .product.container #event-panel .tabs #review-link.active span, .product.container #location-panel .tabs #save-link.active i, .product.container #location-panel .tabs #save-link.active span, .product.container #location-panel .tabs #review-link.active i, .product.container #location-panel .tabs #review-link.active span, .product.container #main-panel .tabs #save-link.active i, .product.container #main-panel .tabs #save-link.active span, .product.container #main-panel .tabs #review-link.active i, .product.container #main-panel .tabs #review-link.active span, .event.container #product-panel .tabs #save-link.active i, .event.container #product-panel .tabs #save-link.active span, .event.container #product-panel .tabs #review-link.active i, .event.container #product-panel .tabs #review-link.active span, .event.container #event-panel .tabs #save-link.active i, .event.container #event-panel .tabs #save-link.active span, .event.container #event-panel .tabs #review-link.active i, .event.container #event-panel .tabs #review-link.active span, .event.container #location-panel .tabs #save-link.active i, .event.container #location-panel .tabs #save-link.active span, .event.container #location-panel .tabs #review-link.active i, .event.container #location-panel .tabs #review-link.active span, .event.container #main-panel .tabs #save-link.active i, .event.container #main-panel .tabs #save-link.active span, .event.container #main-panel .tabs #review-link.active i, .event.container #main-panel .tabs #review-link.active span, .location.container #product-panel .tabs #save-link.active i, .location.container #product-panel .tabs #save-link.active span, .location.container #product-panel .tabs #review-link.active i, .location.container #product-panel .tabs #review-link.active span, .location.container #event-panel .tabs #save-link.active i, .location.container #event-panel .tabs #save-link.active span, .location.container #event-panel .tabs #review-link.active i, .location.container #event-panel .tabs #review-link.active span, .location.container #location-panel .tabs #save-link.active i, .location.container #location-panel .tabs #save-link.active span, .location.container #location-panel .tabs #review-link.active i, .location.container #location-panel .tabs #review-link.active span, .location.container #main-panel .tabs #save-link.active i, .location.container #main-panel .tabs #save-link.active span, .location.container #main-panel .tabs #review-link.active i, .location.container #main-panel .tabs #review-link.active span, .organization.container #product-panel .tabs #save-link.active i, .organization.container #product-panel .tabs #save-link.active span, .organization.container #product-panel .tabs #review-link.active i, .organization.container #product-panel .tabs #review-link.active span, .organization.container #event-panel .tabs #save-link.active i, .organization.container #event-panel .tabs #save-link.active span, .organization.container #event-panel .tabs #review-link.active i, .organization.container #event-panel .tabs #review-link.active span, .organization.container #location-panel .tabs #save-link.active i, .organization.container #location-panel .tabs #save-link.active span, .organization.container #location-panel .tabs #review-link.active i, .organization.container #location-panel .tabs #review-link.active span, .organization.container #main-panel .tabs #save-link.active i, .organization.container #main-panel .tabs #save-link.active span, .organization.container #main-panel .tabs #review-link.active i, .organization.container #main-panel .tabs #review-link.active span, .provider.container #product-panel .tabs #save-link.active i, .provider.container #product-panel .tabs #save-link.active span, .provider.container #product-panel .tabs #review-link.active i, .provider.container #product-panel .tabs #review-link.active span, .provider.container #event-panel .tabs #save-link.active i, .provider.container #event-panel .tabs #save-link.active span, .provider.container #event-panel .tabs #review-link.active i, .provider.container #event-panel .tabs #review-link.active span, .provider.container #location-panel .tabs #save-link.active i, .provider.container #location-panel .tabs #save-link.active span, .provider.container #location-panel .tabs #review-link.active i, .provider.container #location-panel .tabs #review-link.active span, .provider.container #main-panel .tabs #save-link.active i, .provider.container #main-panel .tabs #save-link.active span, .provider.container #main-panel .tabs #review-link.active i, .provider.container #main-panel .tabs #review-link.active span, .instructor.container #product-panel .tabs #save-link.active i, .instructor.container #product-panel .tabs #save-link.active span, .instructor.container #product-panel .tabs #review-link.active i, .instructor.container #product-panel .tabs #review-link.active span, .instructor.container #event-panel .tabs #save-link.active i, .instructor.container #event-panel .tabs #save-link.active span, .instructor.container #event-panel .tabs #review-link.active i, .instructor.container #event-panel .tabs #review-link.active span, .instructor.container #location-panel .tabs #save-link.active i, .instructor.container #location-panel .tabs #save-link.active span, .instructor.container #location-panel .tabs #review-link.active i, .instructor.container #location-panel .tabs #review-link.active span, .instructor.container #main-panel .tabs #save-link.active i, .instructor.container #main-panel .tabs #save-link.active span, .instructor.container #main-panel .tabs #review-link.active i, .instructor.container #main-panel .tabs #review-link.active span {
  color: #EB0450;
}

/* line 459, app/assets/stylesheets/panels.css.scss */
.summary-action-btn-container {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: .9em;
  font-weight: 600;
}

/* line 466, app/assets/stylesheets/panels.css.scss */
.summary-action-btn-container .summary-action-btn {
  margin-bottom: 5px;
  display: block;
}

/* line 469, app/assets/stylesheets/panels.css.scss */
.summary-action-btn-container .summary-action-btn i {
  font-size: 24px;
  line-height: 20px;
  margin-right: 5px;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 479, app/assets/stylesheets/panels.css.scss */
.summary-action-btn-container .summary-action-btn:last-child {
  margin: 0;
}

/* line 483, app/assets/stylesheets/panels.css.scss */
.summary-action-btn-container .summary-action-btn:hover i {
  color: #2196F3;
}

/* line 488, app/assets/stylesheets/panels.css.scss */
.summary-action-btn-container .summary-action-btn.icon {
  float: left;
  margin: 5px 10px;
}
/* Parsley Stuff */
/* line 3, app/assets/stylesheets/parsley.css.scss */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
}

/* line 11, app/assets/stylesheets/parsley.css.scss */
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
}

/* line 19, app/assets/stylesheets/parsley.css.scss */
.parsley-required {
  color: #cc0000;
}

/* line 23, app/assets/stylesheets/parsley.css.scss */
.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 38, app/assets/stylesheets/parsley.css.scss */
.parsley-errors-list.filled {
  opacity: 1;
  display: inline-block;
  margin: 2px 0 4px;
  color: #cc0000;
}
/* line 1, app/assets/stylesheets/parties.css.scss */
#party-search:last-child, #appointment-search:last-child {
  border: 0;
}

/* line 4, app/assets/stylesheets/parties.css.scss */
#party-search, #appointment-search {
  padding: 15px 15px 20px 15px;
  border-bottom: 1px solid #eee;
  min-height: 150px;
}

/* line 9, app/assets/stylesheets/parties.css.scss */
#party-search #search-header-section, #appointment-search #search-header-section {
  margin: 10px 0px;
}

/* line 12, app/assets/stylesheets/parties.css.scss */
#party-search .reset-search-container, #appointment-search .reset-search-container {
  margin-right: 0;
  width: 20%;
  text-align: center;
}

/* line 18, app/assets/stylesheets/parties.css.scss */
#party-search .search-form, #appointment-search .search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

/* line 26, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .selectize-input, #appointment-search .search-form .selectize-input {
  padding: 11px 2px 1px 26px;
  cursor: pointer;
  border-color: transparent;
}

/* line 30, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .selectize-input *, #appointment-search .search-form .selectize-input * {
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .selectize-input.has-items, #appointment-search .search-form .selectize-input.has-items {
  padding: 10px 2px 1px 26px;
}

/* line 37, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .selectize-input:hover, #party-search .search-form .selectize-control:hover, #appointment-search .search-form .selectize-input:hover, #appointment-search .search-form .selectize-control:hover {
  border-color: transparent;
}

/* line 41, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .dates, #appointment-search .search-form .dates {
  flex: 0 1 100%;
  flex-basis: 40%;
  position: relative;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 5px 0px 0px 5px;
  background: #fff;
}

/* line 50, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .dates i, #appointment-search .search-form .dates i {
  font-size: 16px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #a7abae;
}

/* line 60, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .dates #search-dates, #appointment-search .search-form .dates #search-dates {
  width: 100%;
  color: #EB0450;
  cursor: pointer;
  outline: 0;
  padding-top: 7px;
  padding-left: 10px;
  background: transparent;
  font-weight: 500;
  border: 0 !important;
  box-shadow: 0 0 0 0;
  height: 100%;
}

/* line 74, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .start-time, #party-search .search-form .end-time, #appointment-search .search-form .start-time, #appointment-search .search-form .end-time {
  flex: 0 1 100%;
  flex-basis: 40%;
  cursor: pointer;
  border: 1px solid #eee;
  border-left: 0;
  position: relative;
}

/* line 82, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .start-time input, #party-search .search-form .end-time input, #appointment-search .search-form .start-time input, #appointment-search .search-form .end-time input {
  cursor: pointer;
  padding: 9px;
  border-bottom: 0;
}

/* line 88, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .start-time i, #party-search .search-form .end-time i, #appointment-search .search-form .start-time i, #appointment-search .search-form .end-time i {
  color: #a7abae;
  position: absolute;
  height: 16px;
  font-size: 18px;
  line-height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
}

/* line 100, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .end-time, #appointment-search .search-form .end-time {
  border-right: 0;
}

/* line 104, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .dates:hover i, #party-search .search-form .start-time:hover i, #party-search .search-form .end-time:hover i, #appointment-search .search-form .dates:hover i, #appointment-search .search-form .start-time:hover i, #appointment-search .search-form .end-time:hover i {
  color: #EB0450;
}

/* line 108, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .start-time:hover, #appointment-search .search-form .start-time:hover {
  background: #fff;
}

/* line 112, app/assets/stylesheets/parties.css.scss */
#party-search .search-form .end-time i, #appointment-search .search-form .end-time i {
  left: 5px;
}

/* line 118, app/assets/stylesheets/parties.css.scss */
#party-search #submit-search, #appointment-search #submit-search {
  flex: 0 1 100%;
  flex-basis: 20%;
  box-shadow: none;
  border-radius: 0 4px 4px 0;
  line-height: 22px;
}

/* line 125, app/assets/stylesheets/parties.css.scss */
#party-search #submit-search i, #appointment-search #submit-search i {
  line-height: 22px;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 132, app/assets/stylesheets/parties.css.scss */
  #party-search, #appointment-search {
    min-height: 50px;
    padding: 20px 0;
  }
  /* line 135, app/assets/stylesheets/parties.css.scss */
  #party-search .search-form, #appointment-search .search-form {
    flex-direction: column;
    border-radius: 6px;
  }
  /* line 139, app/assets/stylesheets/parties.css.scss */
  #party-search .search-form .dates, #appointment-search .search-form .dates {
    flex-basis: 33.3333%;
    border-radius: 6px 6px 0 0;
  }
  /* line 142, app/assets/stylesheets/parties.css.scss */
  #party-search .search-form .dates input#search-dates, #appointment-search .search-form .dates input#search-dates {
    padding: 17px;
  }
  /* line 146, app/assets/stylesheets/parties.css.scss */
  #party-search .search-form .start-time, #appointment-search .search-form .start-time {
    flex-basis: 33.3333%;
    width: 100%;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  /* line 153, app/assets/stylesheets/parties.css.scss */
  #party-search .search-form .start-time input#start_time, #appointment-search .search-form .start-time input#start_time {
    padding: 17px;
  }
  /* line 157, app/assets/stylesheets/parties.css.scss */
  #party-search .search-form #submit-search, #appointment-search .search-form #submit-search {
    border-radius: 0 0 6px 6px;
    padding: 11px;
  }
}
/* line 7, app/assets/stylesheets/payouts.css.scss */
#new-payout .new_payout #available-balance, #new-payout .edit_payout #available-balance, #edit-payout .new_payout #available-balance, #edit-payout .edit_payout #available-balance {
  width: 100%;
  display: inline-block;
}

/* line 12, app/assets/stylesheets/payouts.css.scss */
#new-payout .new_payout .dollar-symbol, #new-payout .edit_payout .dollar-symbol, #edit-payout .new_payout .dollar-symbol, #edit-payout .edit_payout .dollar-symbol {
  width: 14px;
  display: inline-block;
}

/* line 16, app/assets/stylesheets/payouts.css.scss */
#new-payout .new_payout input[type="number"], #new-payout .edit_payout input[type="number"], #edit-payout .new_payout input[type="number"], #edit-payout .edit_payout input[type="number"] {
  width: 100%;
  display: inline-block;
}

/* line 21, app/assets/stylesheets/payouts.css.scss */
#new-payout .new_payout .btn-container, #new-payout .edit_payout .btn-container, #edit-payout .new_payout .btn-container, #edit-payout .edit_payout .btn-container {
  display: table;
}

/* line 24, app/assets/stylesheets/payouts.css.scss */
#new-payout .new_payout .btn-container span, #new-payout .edit_payout .btn-container span, #edit-payout .new_payout .btn-container span, #edit-payout .edit_payout .btn-container span {
  background: #f7f7f7;
  width: 49%;
  margin-right: 1%;
}

/* line 30, app/assets/stylesheets/payouts.css.scss */
#new-payout .new_payout .btn-container button:last-child, #new-payout .edit_payout .btn-container button:last-child, #edit-payout .new_payout .btn-container button:last-child, #edit-payout .edit_payout .btn-container button:last-child {
  margin-left: 1%;
  width: 49%;
}

/* line 40, app/assets/stylesheets/payouts.css.scss */
#edit-account select {
  margin-top: 7px;
  width: 100%;
}

/* line 47, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel, #wrap.provider .payouts-overview.panel, #wrap.organization .payouts.panel, #wrap.organization .payouts-overview.panel {
  background: transparent;
}

/* line 50, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .panel-search-container, #wrap.provider .payouts-overview.panel .panel-search-container, #wrap.organization .payouts.panel .panel-search-container, #wrap.organization .payouts-overview.panel .panel-search-container {
  width: calc(100% - 165px);
}

/* line 54, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #setup-automatic-payouts.btn, #wrap.provider .payouts-overview.panel #setup-automatic-payouts.btn, #wrap.organization .payouts.panel #setup-automatic-payouts.btn, #wrap.organization .payouts-overview.panel #setup-automatic-payouts.btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  vertical-align: middle;
}

/* line 59, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #setup-automatic-payouts.btn i, #wrap.provider .payouts-overview.panel #setup-automatic-payouts.btn i, #wrap.organization .payouts.panel #setup-automatic-payouts.btn i, #wrap.organization .payouts-overview.panel #setup-automatic-payouts.btn i {
  line-height: 18px;
}

/* line 64, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .balance, #wrap.provider .payouts-overview.panel .balance, #wrap.organization .payouts.panel .balance, #wrap.organization .payouts-overview.panel .balance {
  color: #fff;
  overflow: auto;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 2%;
  background: #EB0450;
  background: -moz-linear-gradient(45deg, #EB0450 0%, #ec5f3c 50%, #ffa739 100%);
  background: -webkit-linear-gradient(45deg, #EB0450 0%, #ec5f3c 50%, #ffa739 100%);
  background: linear-gradient(45deg, #EB0450 0%, #ec5f3c 50%, #ffa739 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EB0450', endColorstr='#ffa739',GradientType=1 );
  border-radius: 6px 6px 0 0;
}

/* line 78, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .balance span, #wrap.provider .payouts.panel .balance h5, #wrap.provider .payouts-overview.panel .balance span, #wrap.provider .payouts-overview.panel .balance h5, #wrap.organization .payouts.panel .balance span, #wrap.organization .payouts.panel .balance h5, #wrap.organization .payouts-overview.panel .balance span, #wrap.organization .payouts-overview.panel .balance h5 {
  cursor: default;
}

/* line 82, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .balance .header-label, #wrap.provider .payouts-overview.panel .balance .header-label, #wrap.organization .payouts.panel .balance .header-label, #wrap.organization .payouts-overview.panel .balance .header-label {
  opacity: 1;
  padding: 0 0 5px 0;
  text-align: center;
  font-weight: 600;
  font-size: .85em;
  clear: both;
  text-transform: uppercase;
}

/* line 92, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .balance .field-label, #wrap.provider .payouts-overview.panel .balance .field-label, #wrap.organization .payouts.panel .balance .field-label, #wrap.organization .payouts-overview.panel .balance .field-label {
  opacity: .5;
  font-size: .9em;
  font-weight: 500;
  line-height: 24px;
  vertical-align: middle;
  padding-right: 7px;
  text-align: right;
}

/* line 102, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .balance .data, #wrap.provider .payouts-overview.panel .balance .data, #wrap.organization .payouts.panel .balance .data, #wrap.organization .payouts-overview.panel .balance .data {
  text-align: left;
  font-weight: 500;
  font-size: 1.4em;
}

/* line 107, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .balance .row:hover, #wrap.provider .payouts-overview.panel .balance .row:hover, #wrap.organization .payouts.panel .balance .row:hover, #wrap.organization .payouts-overview.panel .balance .row:hover {
  background: transparent;
}

/* line 109, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .balance .row:hover .field-label, #wrap.provider .payouts-overview.panel .balance .row:hover .field-label, #wrap.organization .payouts.panel .balance .row:hover .field-label, #wrap.organization .payouts-overview.panel .balance .row:hover .field-label {
  opacity: 1;
  font-weight: 600;
}

/* line 116, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .balances, #wrap.provider .payouts-overview.panel .balances, #wrap.organization .payouts.panel .balances, #wrap.organization .payouts-overview.panel .balances {
  margin-bottom: 7px;
  padding-top: 3px;
  padding-right: 1%;
  padding-left: 1%;
}

/* line 122, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .balances .balance-amount, #wrap.provider .payouts-overview.panel .balances .balance-amount, #wrap.organization .payouts.panel .balances .balance-amount, #wrap.organization .payouts-overview.panel .balances .balance-amount {
  font-weight: 500;
}

/* line 127, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .no-account-prompt, #wrap.provider .payouts-overview.panel .no-account-prompt, #wrap.organization .payouts.panel .no-account-prompt, #wrap.organization .payouts-overview.panel .no-account-prompt {
  padding-top: 20px;
}

/* line 131, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .payouts-enabled, #wrap.provider .payouts-overview.panel .payouts-enabled, #wrap.organization .payouts.panel .payouts-enabled, #wrap.organization .payouts-overview.panel .payouts-enabled {
  margin: 1em auto;
}

/* line 135, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table, #wrap.provider .payouts-overview.panel #payouts-table, #wrap.organization .payouts.panel #payouts-table, #wrap.organization .payouts-overview.panel #payouts-table {
  padding: 0;
  margin: 0% auto;
}

/* line 139, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table #payouts-table-container, #wrap.provider .payouts-overview.panel #payouts-table #payouts-table-container, #wrap.organization .payouts.panel #payouts-table #payouts-table-container, #wrap.organization .payouts-overview.panel #payouts-table #payouts-table-container {
  width: 100%;
  display: table;
}

/* line 144, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table a.payout.row, #wrap.provider .payouts-overview.panel #payouts-table a.payout.row, #wrap.organization .payouts.panel #payouts-table a.payout.row, #wrap.organization .payouts-overview.panel #payouts-table a.payout.row {
  display: table-row;
  width: 100%;
  padding: 1%;
  color: inherit;
}

/* line 151, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table .status-dot-container, #wrap.provider .payouts-overview.panel #payouts-table .status-dot-container, #wrap.organization .payouts.panel #payouts-table .status-dot-container, #wrap.organization .payouts-overview.panel #payouts-table .status-dot-container {
  display: table-cell;
  padding: 9px 10px;
  border-bottom: 1px solid #eee;
}

/* line 156, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table .status-dot-container .status-dot, #wrap.provider .payouts-overview.panel #payouts-table .status-dot-container .status-dot, #wrap.organization .payouts.panel #payouts-table .status-dot-container .status-dot, #wrap.organization .payouts-overview.panel #payouts-table .status-dot-container .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  background: #eee;
}

/* line 165, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table .amount, #wrap.provider .payouts-overview.panel #payouts-table .amount, #wrap.organization .payouts.panel #payouts-table .amount, #wrap.organization .payouts-overview.panel #payouts-table .amount {
  padding: 9px 33px 9px 10px;
  display: table-cell;
  width: 1px;
  border-bottom: 1px solid #eee;
}

/* line 171, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table .destination, #wrap.provider .payouts-overview.panel #payouts-table .destination, #wrap.organization .payouts.panel #payouts-table .destination, #wrap.organization .payouts-overview.panel #payouts-table .destination {
  display: table-cell;
  border-bottom: 1px solid #eee;
}

/* line 176, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table .timestamp, #wrap.provider .payouts-overview.panel #payouts-table .timestamp, #wrap.organization .payouts.panel #payouts-table .timestamp, #wrap.organization .payouts-overview.panel #payouts-table .timestamp {
  display: table-cell;
  font-size: .95em;
  padding: 9px 10px;
  border-bottom: 1px solid #eee;
}

/* line 183, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table .payout.row:hover, #wrap.provider .payouts-overview.panel #payouts-table .payout.row:hover, #wrap.organization .payouts.panel #payouts-table .payout.row:hover, #wrap.organization .payouts-overview.panel #payouts-table .payout.row:hover {
  background: rgba(241, 244, 249, 0.75);
}

/* line 186, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table .payout.row:first-child, #wrap.provider .payouts-overview.panel #payouts-table .payout.row:first-child, #wrap.organization .payouts.panel #payouts-table .payout.row:first-child, #wrap.organization .payouts-overview.panel #payouts-table .payout.row:first-child {
  padding-top: .5%;
}

/* line 189, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table .payout.row:hover:first-child, #wrap.provider .payouts-overview.panel #payouts-table .payout.row:hover:first-child, #wrap.organization .payouts.panel #payouts-table .payout.row:hover:first-child, #wrap.organization .payouts-overview.panel #payouts-table .payout.row:hover:first-child {
  border-radius: 6px 6px 0 0;
}

/* line 192, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table .payout.row:hover:last-child, #wrap.provider .payouts-overview.panel #payouts-table .payout.row:hover:last-child, #wrap.organization .payouts.panel #payouts-table .payout.row:hover:last-child, #wrap.organization .payouts-overview.panel #payouts-table .payout.row:hover:last-child {
  border-radius: 0 0 6px 6px;
}

/* line 197, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table .payout.paid .status-dot, #wrap.provider .payouts-overview.panel #payouts-table .payout.paid .status-dot, #wrap.organization .payouts.panel #payouts-table .payout.paid .status-dot, #wrap.organization .payouts-overview.panel #payouts-table .payout.paid .status-dot {
  background: #00c56f;
}

/* line 202, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table .payout.canceled .status-dot, #wrap.provider .payouts-overview.panel #payouts-table .payout.canceled .status-dot, #wrap.organization .payouts.panel #payouts-table .payout.canceled .status-dot, #wrap.organization .payouts-overview.panel #payouts-table .payout.canceled .status-dot {
  background: #aaa;
}

/* line 207, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel #payouts-table .payout.failed .status-dot, #wrap.provider .payouts-overview.panel #payouts-table .payout.failed .status-dot, #wrap.organization .payouts.panel #payouts-table .payout.failed .status-dot, #wrap.organization .payouts-overview.panel #payouts-table .payout.failed .status-dot {
  background: #cc0000;
}

/* line 213, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .balance-summary.row, #wrap.provider .payouts-overview.panel .balance-summary.row, #wrap.organization .payouts.panel .balance-summary.row, #wrap.organization .payouts-overview.panel .balance-summary.row {
  padding: 3px 0;
}

/* line 216, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .header.row, #wrap.provider .payouts-overview.panel .header.row, #wrap.organization .payouts.panel .header.row, #wrap.organization .payouts-overview.panel .header.row {
  padding: 7px 1%;
  border-bottom: 1px solid #eee;
}

/* line 221, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .footer.row, #wrap.provider .payouts-overview.panel .footer.row, #wrap.organization .payouts.panel .footer.row, #wrap.organization .payouts-overview.panel .footer.row {
  padding: 7px 1%;
  border-top: 1px solid #eee;
}

/* line 226, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .balance-summary.row.failed, #wrap.provider .payouts-overview.panel .balance-summary.row.failed, #wrap.organization .payouts.panel .balance-summary.row.failed, #wrap.organization .payouts-overview.panel .balance-summary.row.failed {
  opacity: .5;
}

/* line 230, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .more-options-btn, #wrap.provider .payouts-overview.panel .more-options-btn, #wrap.organization .payouts.panel .more-options-btn, #wrap.organization .payouts-overview.panel .more-options-btn {
  position: relative;
}

/* line 233, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .more-options-btn #payout-options, #wrap.provider .payouts-overview.panel .more-options-btn #payout-options, #wrap.organization .payouts.panel .more-options-btn #payout-options, #wrap.organization .payouts-overview.panel .more-options-btn #payout-options {
  display: none;
  position: absolute;
  right: 10%;
  top: 110%;
  z-index: 7;
  background: #fff;
  min-width: 270px;
  border-radius: 11px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.23);
  vertical-align: baseline;
}

/* line 245, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .more-options-btn #payout-options .row, #wrap.provider .payouts-overview.panel .more-options-btn #payout-options .row, #wrap.organization .payouts.panel .more-options-btn #payout-options .row, #wrap.organization .payouts-overview.panel .more-options-btn #payout-options .row {
  padding: 0 7px;
}

/* line 248, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .more-options-btn #payout-options .row a, #wrap.provider .payouts-overview.panel .more-options-btn #payout-options .row a, #wrap.organization .payouts.panel .more-options-btn #payout-options .row a, #wrap.organization .payouts-overview.panel .more-options-btn #payout-options .row a {
  color: #444;
  vertical-align: baseline;
}

/* line 253, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .more-options-btn #payout-options .row .fa, #wrap.provider .payouts-overview.panel .more-options-btn #payout-options .row .fa, #wrap.organization .payouts.panel .more-options-btn #payout-options .row .fa, #wrap.organization .payouts-overview.panel .more-options-btn #payout-options .row .fa {
  color: #444;
  font-size: 1.1em;
  padding: 0 14px;
  vertical-align: baseline;
}

/* line 260, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .more-options-btn #payout-options .row a:hover, #wrap.provider .payouts-overview.panel .more-options-btn #payout-options .row a:hover, #wrap.organization .payouts.panel .more-options-btn #payout-options .row a:hover, #wrap.organization .payouts-overview.panel .more-options-btn #payout-options .row a:hover {
  color: #EB0450;
}

/* line 263, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payouts.panel .more-options-btn #payout-options .row a:hover .fa, #wrap.provider .payouts-overview.panel .more-options-btn #payout-options .row a:hover .fa, #wrap.organization .payouts.panel .more-options-btn #payout-options .row a:hover .fa, #wrap.organization .payouts-overview.panel .more-options-btn #payout-options .row a:hover .fa {
  color: #EB0450;
}

/* line 273, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payout.panel .payout-details, #wrap.organization .payout.panel .payout-details {
  padding: 10px 10px 0 10px;
}

/* line 276, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payout.panel .payout-details .header.row, #wrap.organization .payout.panel .payout-details .header.row {
  padding: 3px 0;
}

/* line 279, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payout.panel .payout-details .header.row .row, #wrap.organization .payout.panel .payout-details .header.row .row {
  padding: 2px 0;
}

/* line 282, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payout.panel .payout-details .header.row .content, #wrap.organization .payout.panel .payout-details .header.row .content {
  line-height: 20px;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 288, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payout.panel .payout-details .header.row .header-label, #wrap.organization .payout.panel .payout-details .header.row .header-label {
  padding-right: 1em;
}

/* line 290, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payout.panel .payout-details .header.row .header-label .form-label, #wrap.organization .payout.panel .payout-details .header.row .header-label .form-label {
  line-height: 22px;
  height: 20px;
}

/* line 298, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payout.panel #cancel-payout-btn, #wrap.organization .payout.panel #cancel-payout-btn {
  outline: 0;
}

/* line 300, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payout.panel #cancel-payout-btn i, #wrap.organization .payout.panel #cancel-payout-btn i {
  font-size: 16px;
  line-height: 14px;
  margin-right: 7px;
}

/* line 305, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payout.panel #cancel-payout-btn span, #wrap.organization .payout.panel #cancel-payout-btn span {
  line-height: 26px;
}

/* line 308, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payout.panel #cancel-payout-btn *, #wrap.organization .payout.panel #cancel-payout-btn * {
  color: #444;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 318, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payout.panel #cancel-payout-btn:hover *, #wrap.organization .payout.panel #cancel-payout-btn:hover * {
  color: #cc0000;
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/payouts.css.scss */
#wrap.provider .payout.panel #cancel-payout-btn:hover span, #wrap.organization .payout.panel #cancel-payout-btn:hover span {
  color: #cc0000;
  text-decoration: underline;
}
/* line 5, app/assets/stylesheets/photos.css.scss */
#user-photos {
  padding: 15px 0 0;
}

/* line 8, app/assets/stylesheets/photos.css.scss */
#user-photos .panel {
  width: 100%;
  margin: 0 auto 5%;
}

/* line 13, app/assets/stylesheets/photos.css.scss */
#user-photos .flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

/* line 21, app/assets/stylesheets/photos.css.scss */
#user-photos .flex-container .user-photo {
  flex-basis: 20%;
  padding: 2px;
}

/* line 25, app/assets/stylesheets/photos.css.scss */
#user-photos .flex-container .user-photo img {
  width: 100%;
  vertical-align: bottom;
}

/* line 33, app/assets/stylesheets/photos.css.scss */
.photo-detail {
  padding-top: 5%;
  margin: 0 auto;
  max-width: 400px;
}

/* line 38, app/assets/stylesheets/photos.css.scss */
.photo-detail img {
  max-width: 100%;
}

/* line 44, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox.modal #lightbox-photo-share, .ekko-lightbox.modal #lightbox-photo-save {
  color: #fff;
  position: absolute;
  top: 7px;
  padding: 7px;
  cursor: pointer;
}

/* line 51, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox.modal #lightbox-photo-share i, .ekko-lightbox.modal #lightbox-photo-save i {
  color: #fff;
  font-size: 18px;
  height: auto;
  width: auto;
  line-height: 18px;
  margin-right: 7px;
}

/* line 59, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox.modal #lightbox-photo-share .control-label:hover, .ekko-lightbox.modal #lightbox-photo-save .control-label:hover {
  text-decoration: underline;
}

/* line 63, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox.modal #lightbox-photo-share {
  right: 7px;
}

/* line 67, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox.modal #lightbox-photo-save {
  right: 90px;
}

/* line 76, app/assets/stylesheets/photos.css.scss */
#wrap.provider #main .photos.panel .tabs .new_photo.dz-started {
  height: auto;
  z-index: 2;
}

/* line 80, app/assets/stylesheets/photos.css.scss */
#wrap.provider #main .photos.panel .tabs .dz-preview {
  display: none;
}

/* line 85, app/assets/stylesheets/photos.css.scss */
#wrap.provider #main .photos.panel .inner {
  position: relative;
}

/* line 90, app/assets/stylesheets/photos.css.scss */
#wrap.provider #main .photos.panel .inner .photos-container.table-container .photo-container {
  padding: 10px;
  min-height: 180px;
  height: 100%;
  position: relative;
  border-radius: 3px;
  margin: 0 auto 1%;
}

/* line 98, app/assets/stylesheets/photos.css.scss */
#wrap.provider #main .photos.panel .inner .photos-container.table-container .photo-container .provider-photo {
  height: 100%;
  min-height: 160px;
  border-radius: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 106, app/assets/stylesheets/photos.css.scss */
#wrap.provider #main .photos.panel .inner .photos-container.table-container .photo-container .attributes-container {
  padding-left: 7px;
}

/* line 109, app/assets/stylesheets/photos.css.scss */
#wrap.provider #main .photos.panel .inner .photos-container.table-container .photo-container .caption-container {
  clear: both;
}

/* line 112, app/assets/stylesheets/photos.css.scss */
#wrap.provider #main .photos.panel .inner .photos-container.table-container .photo-container .attribution {
  margin: 0;
}

/* line 115, app/assets/stylesheets/photos.css.scss */
#wrap.provider #main .photos.panel .inner .photos-container.table-container .photo-container .extension {
  text-transform: lowercase;
}

/* line 118, app/assets/stylesheets/photos.css.scss */
#wrap.provider #main .photos.panel .inner .photos-container.table-container .photo-container .remove-provider-photo {
  position: absolute;
  right: 3px;
  bottom: 3px;
}

/* line 123, app/assets/stylesheets/photos.css.scss */
#wrap.provider #main .photos.panel .inner .photos-container.table-container .photo-container .remove-provider-photo i {
  font-size: 18px;
  width: auto;
  height: auto;
}

/* line 130, app/assets/stylesheets/photos.css.scss */
#wrap.provider #main .photos.panel .inner .photos-container.table-container .photo-container:last-child {
  margin-bottom: 0;
}

/* line 138, app/assets/stylesheets/photos.css.scss */
.photo {
  float: left;
  position: relative;
  margin: 0 23px 3px 0;
  min-width: 200px;
  min-height: 200px;
}

/* line 145, app/assets/stylesheets/photos.css.scss */
.photo img {
  border-radius: 2px;
  display: block;
}

/* line 151, app/assets/stylesheets/photos.css.scss */
.camera-holder {
  pointer-events: none;
}

/* line 154, app/assets/stylesheets/photos.css.scss */
.camera-holder i {
  padding: 0 23px 0 0;
  font-size: 18px;
  line-height: 18px;
}

/* line 163, app/assets/stylesheets/photos.css.scss */
#admin-photos h3.main {
  margin: 5% auto -2.5%;
}

/* line 167, app/assets/stylesheets/photos.css.scss */
#admin-photos section {
  clear: both;
  width: 100%;
  text-align: center;
  display: table;
  margin: 2.5% auto;
}

/* line 174, app/assets/stylesheets/photos.css.scss */
#admin-photos section .photo {
  width: 20%;
}

/* line 179, app/assets/stylesheets/photos.css.scss */
#admin-photos .upload.photo-section {
  text-align: center;
  border: 1px solid #ddd;
  padding: 5% 0;
  margin: 5% auto;
  width: 100%;
}

/* line 190, app/assets/stylesheets/photos.css.scss */
.photo-section .photo-button-zone .new_photo, .photo-section .photo-button-zone .photo-picker-btn {
  display: inline-block;
  width: 49%;
}

/* line 194, app/assets/stylesheets/photos.css.scss */
.photo-section .photo-button-zone a.photo-picker-btn:hover {
  color: inherit;
}

/* line 200, app/assets/stylesheets/photos.css.scss */
.ui-sortable-handle {
  cursor: pointer;
}

/* line 205, app/assets/stylesheets/photos.css.scss */
.edit-photo.container h2, .edit-photo.container h3 {
  clear: both;
}

/* line 209, app/assets/stylesheets/photos.css.scss */
.edit-photo.container .photo-container {
  width: 300px;
  margin: 0 auto 2.5%;
}

/* line 213, app/assets/stylesheets/photos.css.scss */
.edit-photo.container .photo-container img {
  width: 100%;
  margin-bottom: 2.5%;
}

/* line 218, app/assets/stylesheets/photos.css.scss */
.edit-photo.container .photo-container .uploaded {
  font-size: .9em;
  padding-top: 1%;
  text-align: center;
}

/* line 225, app/assets/stylesheets/photos.css.scss */
.edit-photo.container form {
  clear: both;
}

/* line 228, app/assets/stylesheets/photos.css.scss */
.edit-photo.container form .visibility {
  margin: 2.5% auto;
}

/* line 231, app/assets/stylesheets/photos.css.scss */
.edit-photo.container form .visibility span {
  margin-right: 2.5%;
}

/* line 241, app/assets/stylesheets/photos.css.scss */
.photos.panel .shareable.photo-container .event-selection-container {
  display: inline-block;
  width: 100%;
  min-height: 42px;
}

/* line 246, app/assets/stylesheets/photos.css.scss */
.photos.panel .shareable.photo-container .event-selection-container .selectize-control {
  width: 100%;
}

/* line 250, app/assets/stylesheets/photos.css.scss */
.photos.panel .shareable.photo-container .event-selection-container .share-target a {
  color: inherit;
}

/* line 255, app/assets/stylesheets/photos.css.scss */
.photos.panel .shareable.photo-container .photo-labels {
  margin-top: 0;
}

/* line 262, app/assets/stylesheets/photos.css.scss */
#photo-picker .modal-content {
  display: inline-block;
  width: 100%;
  padding: 0 10px 80px;
}

/* line 267, app/assets/stylesheets/photos.css.scss */
#photo-picker .modal-content .modal-header {
  padding: 10px;
}

/* line 271, app/assets/stylesheets/photos.css.scss */
#photo-picker .modal-content .modal-body {
  overflow: auto;
  display: inline-block;
  padding-bottom: 50px;
  padding-top: 2px;
}

/* line 277, app/assets/stylesheets/photos.css.scss */
#photo-picker .modal-content .modal-body .pagination.bottom {
  margin: 15px auto 0;
}

/* line 282, app/assets/stylesheets/photos.css.scss */
#photo-picker .modal-content #photo-search-container {
  position: relative;
}

/* line 285, app/assets/stylesheets/photos.css.scss */
#photo-picker .modal-content #photo-search-container #photo-search-icon {
  position: absolute;
  height: 16px;
  font-size: 18px;
  top: 0;
  left: 7px;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

/* line 296, app/assets/stylesheets/photos.css.scss */
#photo-picker .modal-content #photo-search-container #photo-search {
  padding-left: 23px;
  border-radius: 4px;
  border: 1px solid #eef1f4;
  padding-left: 27px;
  position: relative;
}

/* line 305, app/assets/stylesheets/photos.css.scss */
#photo-picker .modal-content #photo-picker-container {
  display: inline-block;
  width: 100%;
}

/* line 309, app/assets/stylesheets/photos.css.scss */
#photo-picker .modal-content #photo-picker-container .photo-thumb {
  background-repeat: no-repeat;
  background-position: center center;
  width: 155px;
  height: 155px;
  position: relative;
  margin: 0;
  cursor: pointer;
}

/* line 318, app/assets/stylesheets/photos.css.scss */
#photo-picker .modal-content #photo-picker-container .photo-thumb.selected, #photo-picker .modal-content #photo-picker-container .photo-thumb:hover {
  outline: 2px solid #0880ff;
  z-index: 7;
}

/* line 327, app/assets/stylesheets/photos.css.scss */
.photo .caption, .photo-thumb .caption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 500;
  font-size: .9em;
  width: 100%;
}

/* line 341, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox-container {
  position: relative;
}

/* line 343, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox-container a {
  color: #fff;
}

/* line 348, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox-container &gt; div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 356, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

/* line 360, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 368, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox-nav-overlay .left-arrow, .ekko-lightbox-nav-overlay .right-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  opacity: 0;
  transition: opacity .5s;
  color: #fff;
  font-size: 24px;
  z-index: 1;
  outline: none;
  cursor: pointer;
}

/* line 381, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox-nav-overlay .left-arrow span, .ekko-lightbox-nav-overlay .right-arrow span {
  padding: 0 30px;
  color: #fff;
}

/* line 386, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox-nav-overlay .left-arrow {
  left: -60px;
}

/* line 389, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox-nav-overlay .right-arrow {
  right: -60px;
}

/* line 396, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox .modal-dialog {
  display: none;
  padding: 20px;
}

/* line 400, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox .modal-header {
  padding: 5px;
}

/* line 402, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox .modal-header .modal-title {
  color: #fff;
}

/* line 405, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox .modal-header .close {
  color: #fff;
  margin: 0;
  opacity: 1;
}

/* line 411, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox .modal-content {
  background: transparent;
}

/* line 414, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox .modal-body {
  padding: 0;
}

/* line 418, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox .modal-body:hover .left-arrow, .ekko-lightbox .modal-body:hover .right-arrow {
  opacity: 1;
}

/* line 422, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox .modal-footer {
  text-align: left;
  margin-top: 5px;
  padding: 0;
  color: #fff;
  border: 0;
}

/* line 429, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox .ekko-lightbox-item.fade {
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

/* line 435, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox .ekko-lightbox-item.fade.in {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 442, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox ~ .modal-backdrop {
  background-color: #000;
}

/* line 446, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 450, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox-loader &gt; div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

/* line 451, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox-loader &gt; div &gt; div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out;
}

/* line 452, app/assets/stylesheets/photos.css.scss */
.ekko-lightbox-loader &gt; div &gt; div:last-child {
  animation-delay: -1s;
}

/* line 453, app/assets/stylesheets/photos.css.scss */
.modal-dialog .ekko-lightbox-loader &gt; div &gt; div {
  background-color: #333;
}

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 462, app/assets/stylesheets/photos.css.scss */
  .photos.panel .inner .btn-group.photos .new_photo {
    width: 94%;
    width: calc(100% - 20px);
    float: none;
  }
  /* line 468, app/assets/stylesheets/photos.css.scss */
  .photos.panel .inner .photos-container {
    padding: 10px;
  }
  /* line 470, app/assets/stylesheets/photos.css.scss */
  .photos.panel .inner .photos-container .photo-container {
    padding: 30px 0;
    margin: 20px auto;
    border-bottom: 1px solid #eef1f4;
  }
  /* line 475, app/assets/stylesheets/photos.css.scss */
  .photos.panel .inner .photos-container .photo-container .attributes-container {
    padding: 7px 0 0 0;
  }
  /* line 479, app/assets/stylesheets/photos.css.scss */
  .photos.panel .inner .photos-container .photo-container:first-child {
    margin-top: 0;
  }
  /* line 488, app/assets/stylesheets/photos.css.scss */
  #user-photos .panel #photos-table.flex-container .user-photo {
    flex-basis: 33.3333%;
    padding: 5px;
  }
  /* line 492, app/assets/stylesheets/photos.css.scss */
  #user-photos .panel #photos-table.flex-container .user-photo:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 504, app/assets/stylesheets/photos.css.scss */
  .photos.panel .photos-container .photo-container .attributes-container {
    padding: 7px 0 0 10px;
  }
  /* line 513, app/assets/stylesheets/photos.css.scss */
  #user-photos .panel #photos-table.flex-container .user-photo {
    flex-basis: 100%;
    padding: 5%;
    margin-bottom: 5%;
  }
  /* line 518, app/assets/stylesheets/photos.css.scss */
  #user-photos .panel #photos-table.flex-container .user-photo:last-child {
    margin-bottom: 0;
  }
}
/* line 1, app/assets/stylesheets/picker.css.scss */
.picker--opened .picker__frame {
  top: 0 !important;
  bottom: 0;
  margin: auto;
}
/* line 2, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.ppl.legacy body {
  color: #172C42;
}

/* line 4, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.ppl.legacy body a {
  color: #172C42;
}

/* line 7, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.ppl.legacy body a:hover {
  color: #015AC8;
}

/* line 10, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.ppl.legacy body a.care-btn {
  color: #fff;
}

/* line 13, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.ppl.legacy body select {
  width: 264px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #CCD1D6;
  padding: 8px;
}

/* line 20, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.ppl.legacy body .popover-content {
  padding: 9px 14px;
}

/* line 24, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.ppl.legacy body .daterangepicker {
  width: 25%;
}

/* line 27, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.ppl.legacy body .daterangepicker .drp-calendar {
  display: contents;
}

/* line 31, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.ppl.legacy body .daterangepicker td.active, html.ppl.legacy body .daterangepicker .daterangepicker td.active:hover {
  background-color: #213F5F !important;
}

/* line 35, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.ppl.legacy body .daterangepicker td.in-range {
  background-color: #CCD1D6;
}

@media all and (max-width: 1024px) {
  /* line 24, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.ppl.legacy body .daterangepicker {
    width: auto;
  }
}

/* line 47, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.ppl.legacy h6.form-label.form-header {
  text-transform: uppercase;
  font-family: 'Proxima Nova';
  font-size: .75em;
  font-weight: 600;
}

/* line 54, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.ppl.legacy #wrap.ppl {
  position: relative;
  padding-top: 0;
  background: transparent;
}

/* line 59, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.ppl.legacy #wrap.ppl #main {
  width: 100%;
  padding-left: 230px;
  padding-top: 0;
  padding-bottom: 40px;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  top: 64px;
}

/* line 72, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy {
  /* TODO: Make sidebar collapsable */
}

/* line 73, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .underlined-link {
  color: #172C42 !important;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
}

/* line 80, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar {
  border: 0;
  width: 230px;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 7;
  overflow: hidden;
  background: #213F5F;
  font-family: 'Proxima Nova';
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 97, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar .inner {
  padding: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 2em;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* line 109, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar .inner::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

/* line 113, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar .inner ul {
  background: transparent;
  border-radius: 3px;
}

/* line 120, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar .inner ul#sidebar-list .sidebar-link a {
  display: block;
  width: 100%;
  padding: 10px 0px 10px 20px;
  border-radius: 24px;
  margin: 12px 0;
}

/* line 127, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar .inner ul#sidebar-list .sidebar-link a .svg.sidebar-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

/* line 134, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar .inner ul#sidebar-list .sidebar-link a .text {
  font-weight: 700;
  line-height: 24px;
  height: 24px;
  vertical-align: top;
  color: #fff;
  padding-left: 5px;
  text-decoration-color: transparent;
}

/* line 144, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar .inner ul#sidebar-list .sidebar-link a .text.new:after {
  background: #fff;
  border-radius: 4px;
  color: #172C42;
  content: "NEW";
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin-left: 5px;
  padding: 2px 4px;
}

/* line 157, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar .inner ul#sidebar-list .sidebar-link a .text .lead-notification {
  color: white;
  float: right;
  background-color: #EF5844;
  margin-right: 2.5%;
  margin-top: 2px;
  padding: 0 0.5em;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5em;
}

/* line 171, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar .inner ul#sidebar-list .sidebar-link a:hover {
  background: #172C42;
  text-decoration: none;
}

/* line 175, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar .inner ul#sidebar-list .sidebar-link a:hover svg, html.legacy #marketing-sidebar .inner ul#sidebar-list .sidebar-link a:hover .text {
  text-decoration: none;
}

/* line 180, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar .inner ul#sidebar-list .current-page, html.legacy #marketing-sidebar .inner ul#sidebar-list .current-page:hover {
  text-decoration: none;
}

/* line 182, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar .inner ul#sidebar-list .current-page a, html.legacy #marketing-sidebar .inner ul#sidebar-list .current-page:hover a {
  background: #2E5884;
}

/* line 189, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar #logo-container {
  padding: 20px 12px 2em;
}

/* line 191, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar #logo-container img {
  max-width: 115px;
}

/* line 194, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar #logo-container .text-snippet {
  color: #fff;
  font-size: 1.1em;
  margin-left: 10px;
}

/* line 201, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar .sidebar-logo {
  width: 100%;
  height: 100%;
  padding: 3px 11px;
  font-family: inherit;
}

/* line 209, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #marketing-sidebar #logo-container:hover * {
  text-decoration: none;
}

/* line 215, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy nav#ppl-nav {
  height: 64px;
  width: 100%;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 6;
  padding-right: 50px;
  padding-left: 230px;
  border-bottom: 1px solid #ddd;
}

/* line 226, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy nav#ppl-nav .back-btn {
  position: relative;
  left: 10px;
  top: 10px;
  opacity: 1;
}

/* line 233, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy nav#ppl-nav #help-nav, html.legacy nav#ppl-nav #account-nav, html.legacy nav#ppl-nav #notifications-nav {
  cursor: pointer;
}

/* line 237, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy nav#ppl-nav .icons {
  height: 100%;
  float: right;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: right;
}

/* line 247, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy nav#ppl-nav .icons &gt; div {
  margin-right: 44px;
}

/* line 249, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy nav#ppl-nav .icons &gt; div:last-child {
  margin-right: 0px;
}

/* line 254, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy nav#ppl-nav svg {
  height: 24px;
  width: 24px;
}

/* line 261, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl .dropdown-menu {
  border-radius: 12px;
  padding: 15px;
  font-size: 1em;
  border: 1px solid #E6E8EA;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  min-width: 190px;
  white-space: nowrap;
}

/* line 271, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl .dropdown-menu .dropdown-divider {
  border-bottom: 1px solid #CCD1D6;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 277, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl .dropdown-menu .dropdown-item {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  background: transparent;
  border: none;
}

/* line 286, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl .dropdown-menu .dropdown-item.with-icon {
  text-decoration: none;
}

/* line 289, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl .dropdown-menu .dropdown-item.with-icon .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* line 295, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl .dropdown-menu .dropdown-item.with-icon span:hover {
  color: #015AC8;
  text-decoration: underline;
}

/* line 302, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl .dropdown-menu .dropdown-item:first-child {
  margin-top: 0;
}

/* line 306, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}

/* line 313, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main #new-provider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #213f5f;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 1em;
}

/* line 323, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location .title-container {
  margin: 24px 0;
}

/* line 325, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location .title-container div {
  padding-top: 10px;
}

@media all and (max-width: 768px) {
  /* line 323, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .title-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
  }
  /* line 335, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .title-container h2 {
    margin: 0 auto 0 0;
  }
  /* line 338, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .title-container div {
    padding-top: 0;
  }
  /* line 341, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .title-container #new-provider-btn {
    background-color: #fff;
    height: 44px;
    padding: 5px 15px;
    z-index: 1;
  }
}

/* line 349, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location .row.header {
  background-color: #FFF1EB;
  border-radius: 20px;
  padding: 12px 24px;
  font-weight: 700;
}

/* line 357, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location .row.location.panel-location-row a {
  display: inline-flex;
  margin: 0px;
  padding: 24px 18px;
  position: relative;
  background: transparent;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  border-radius: 16px;
  width: 100%;
}

/* line 370, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location .row.location.panel-location-row a:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  color: inherit;
}

/* line 374, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location .row.location.panel-location-row a p {
  margin: 0;
}

/* line 377, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location .row.location.panel-location-row a .material-icons {
  font-size: 20px;
  vertical-align: top;
}

/* line 381, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location .row.location.panel-location-row a div.location-image {
  min-width: 80px;
  min-height: 80px;
  border-radius: 13px;
  background-size: cover;
  background-position: center;
}

/* line 388, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location .row.location.panel-location-row a div.location-name {
  padding-left: 8px;
}

@media all and (max-width: 768px) {
  /* line 357, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .row.location.panel-location-row a {
    display: block;
    box-shadow: none;
    transition: none;
    border-radius: 0;
    border: 0;
  }
  /* line 397, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .row.location.panel-location-row a:hover {
    box-shadow: none;
    text-decoration: none;
  }
  /* line 402, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .row.location.panel-location-row a div.location-image {
    max-width: 100px;
    max-height: 100px;
    float: left;
    padding-right: 15px;
  }
  /* line 407, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .row.location.panel-location-row a div.location-image img {
    border-radius: 12px;
  }
  /* line 411, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .row.location.panel-location-row a div.location-name,
html.legacy #main .location .row.location.panel-location-row a div.location-status,
html.legacy #main .location .row.location.panel-location-row a div.location-budget,
html.legacy #main .location .row.location.panel-location-row a div.location-buc-status {
    margin-bottom: 10px;
    padding-left: 90px;
  }
  /* line 418, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .row.location.panel-location-row a div:nth-last-child(2) {
    margin-bottom: 0;
  }
  /* line 421, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .row.location.panel-location-row a div.location-name {
    font-size: 18px;
  }
  /* line 423, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .row.location.panel-location-row a div.location-name p {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 428, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .row.location.panel-location-row a div.location-nav-details {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 36px;
  }
  /* line 436, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location .row.location.panel-location-row a div.location-nav-details .material-icons {
    font-size: 36px;
  }
}

/* line 443, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location .row.location.panel-location-row:after {
  border-bottom: 1px solid #CCD1D6;
  width: calc(100% - 32px);
  margin: 0 auto;
}

/* line 448, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location .row.location.panel-location-row:last-child:after {
  border-bottom: 0;
}

/* line 457, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-header .location-manage-nav .nav.nav-tabs li a {
  margin: 0;
  background: transparent;
  text-align: center;
  border: 0;
  border-bottom: 4px solid transparent;
  color: #172C42;
}

/* line 465, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-header .location-manage-nav .nav.nav-tabs li a:hover {
  color: #3B71AA;
}

/* line 468, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-header .location-manage-nav .nav.nav-tabs li a.current-tab {
  border-bottom: 4px solid #3B71AA;
  font-weight: bold;
}

/* line 472, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-header .location-manage-nav .nav.nav-tabs li a.new:after {
  background: #E6F3EE;
  border-radius: 4px;
  color: #172C42;
  content: "NEW";
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 5px;
  padding: 2px 4px;
}

/* line 489, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .btn {
  cursor: pointer;
}

/* line 492, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .btn.location-edit-btn {
  width: auto;
  border: 1px solid #333;
  border-radius: 20px;
  margin-top: 00px;
  padding: 5px 34px;
  font-size: 16px;
}

/* line 500, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .btn.location-edit-btn:hover {
  color: inherit;
}

/* line 503, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .btn.location-update-btn, html.legacy #main .btn.location-cancel-btn {
  border-radius: 28px;
  width: 180px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}

/* line 512, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .btn.location-cancel-btn {
  color: #172C42;
  margin-right: 16px;
}

/* line 519, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .map-pane h2 {
  font-size: 48px;
  font-weight: bold;
  color: #B3BAC1;
  padding: 10px 0;
}

/* line 525, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .map-pane p {
  font-weight: bold;
  padding: 10px 0;
}

/* line 529, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .map-pane div.button {
  text-align: center;
}

/* line 531, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .map-pane div.button button.save-map {
  position: fixed;
  bottom: 20px;
  border-radius: 100px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  width: 252px;
  height: 56px;
  left: calc(50% - 252px/2);
}

/* line 543, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .map-pane.panel {
  margin: 30px auto 0;
  max-width: 800px;
}

/* line 546, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .map-pane.panel .map-container {
  margin-top: 32px;
  width: 100%;
  height: 400px;
}

/* line 553, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .map-pane.panel .map-container .mapboxgl-control-container .mapboxgl-ctrl-top-left div.mapboxgl-ctrl-geocoder input {
  padding: 6px 35px;
}

@media all and (max-width: 767px) {
  /* line 561, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .map-pane.panel h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

/* line 570, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main #add-location-modal.modal.ppl-modal .modal-dialog {
  border-radius: 24px;
}

/* line 572, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main #add-location-modal.modal.ppl-modal .modal-dialog .modal-title, html.legacy #main #add-location-modal.modal.ppl-modal .modal-dialog p {
  vertical-align: middle;
}

/* line 575, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main #add-location-modal.modal.ppl-modal .modal-dialog .modal-footer {
  text-align: center;
}

/* line 577, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main #add-location-modal.modal.ppl-modal .modal-dialog .modal-footer button.btn {
  color: #FFFFFF;
  background-color: #213F5F;
  border-radius: 28px;
  width: 144px;
  left: calc(50% - 144px/2);
}

/* line 589, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog {
  width: 311px;
  height: 220px;
}

/* line 592, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content {
  border-radius: 24px;
  padding: 20px 0;
}

/* line 595, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-header {
  padding: 10px 15px;
}

/* line 597, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-header .modal-title, html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-header p {
  vertical-align: middle;
}

/* line 601, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-body {
  padding: 12px 20px;
}

/* line 603, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-body .pause-duration {
  margin: 10px auto;
}

/* line 606, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-body p {
  padding-bottom: 10px;
}

/* line 609, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-body select {
  width: 264px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #CCD1D6;
  padding: 8px;
}

/* line 617, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-footer {
  text-align: center;
  border-top: none;
}

/* line 620, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-footer .btn.btn {
  border-radius: 28px;
  width: 128px;
  left: calc(50% - 128px/2);
}

/* line 624, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-footer .btn.btn-cancel {
  color: #172C42;
  background-color: #FFFFFF;
  border: 1px solid #213F5F;
}

/* line 629, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-footer .btn.btn-pause {
  color: #FFFFFF;
  background-color: #EF5844;
}

/* line 633, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-footer .btn.btn-done {
  color: #FFFFFF;
  background-color: #213F5F;
}

/* line 644, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location {
  padding: 0 48px;
  margin: 0 auto;
  max-width: 800px;
}

/* line 648, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location h4 {
  margin-bottom: 10px;
}

/* line 651, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location p {
  line-height: normal;
}

/* line 654, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location label {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
}

/* line 660, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-details {
  padding-bottom: 24px;
}

/* line 663, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-details-headline {
  color: #B3BAC1;
  font-size: 48px;
  font-weight: 700;
  padding: 40px 0 30px;
}

/* line 669, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-display-name {
  margin: 16px 0 48px;
}

/* line 672, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-display-name input.form-field {
  border-radius: 12px;
  padding-left: 15px;
}

/* line 678, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-address i.has-tooltip {
  position: absolute;
  right: 0px;
  padding: 8px 10px;
  color: #B3BAC1;
  top: 15px;
}

@media all and (min-width: 768px) {
  /* line 687, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .panel.provider-edit-location .provider-edit-address .form-group + .form-group {
    padding-left: 10px;
  }
}

/* line 693, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .check-box-container input {
  margin: 20px 10px 0 0;
  transform: scale(1.25);
}

/* line 698, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-description-example {
  margin-bottom: 16px;
}

/* line 701, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .view-example {
  color: #015AC8;
  text-decoration: underline;
  cursor: pointer;
}

/* line 706, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .example-container {
  margin: 24px 0;
  padding-left: 58px;
  position: relative;
}

/* line 710, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .example-container .example-img {
  position: absolute;
  left: 0;
  top: -4px;
}

/* line 715, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .example-container h5 {
  margin-bottom: 8px;
}

/* line 719, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .custom-checkbox-container {
  margin-top: 1em;
}

/* line 722, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-about {
  margin-bottom: 60px;
}

/* line 724, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-about textarea {
  border-radius: 12px;
  padding: 10px;
  transition: border-color 200ms;
}

/* line 729, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-about textarea:hover, html.legacy #main .panel.provider-edit-location .provider-edit-about textarea:focus {
  border-color: #083093;
}

/* line 734, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-picture {
  margin-bottom: 48px;
}

/* line 737, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-picture input[type="file"] {
  display: none;
}

/* line 740, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-picture .btn.change-photo-btn {
  width: auto;
  border: 1px solid #333;
  border-radius: 20px;
  margin-top: 00px;
  padding: 5px 15px;
}

/* line 747, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-picture .vcenter {
  display: flex;
  align-items: center;
}

/* line 751, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-picture .provider-image {
  margin-right: 15px;
}

/* line 753, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-picture .provider-image img {
  border-radius: 12px;
  max-width: 200px;
}

/* line 760, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-edit-contact,
html.legacy #main .panel.provider-edit-location .provider-edit-budget,
html.legacy #main .panel.provider-edit-location .provider-edit-offerings,
html.legacy #main .panel.provider-edit-location .provider-edit-business-hours {
  margin-bottom: 48px;
}

/* line 767, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-details-slider-info {
  color: #505D6D;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 32px;
}

/* line 774, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-btn-inner-container {
  width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 48px;
}

@media all and (max-width: 767px) {
  /* line 774, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .panel.provider-edit-location .provider-btn-inner-container {
    padding: 0;
  }
}

@media all and (max-width: 991px) {
  /* line 774, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .panel.provider-edit-location .provider-btn-inner-container {
    padding: 0 10px;
    width: 100%;
  }
}

/* line 791, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .provider-btn-container {
  background-color: #FFFFFF;
  border-top: 1px solid #CCD1D6;
  text-align: center;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  left: 230px;
  padding: 20px;
  width: calc(100% - 230px);
  z-index: 5;
  display: flex;
  justify-content: center;
}

@media all and (max-width: 991px) {
  /* line 791, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .panel.provider-edit-location .provider-btn-container {
    margin-left: 0;
    left: 0;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  /* line 813, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .panel.provider-edit-location .provider-edit-details-headline {
    font-size: 28px;
    line-height: 34px;
    padding: 40px 0 34px;
  }
}

/* line 820, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .panel.provider-edit-location .edit-license-container,
html.legacy #main .panel.provider-edit-location .edit-insurance-container {
  padding: 0;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 826, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .panel.provider-edit-location {
    padding: 0 15px;
  }
}

/* line 832, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .slider-container-text {
  color: #3B71AA;
  text-align: left;
  line-height: 26px;
  font-size: 21px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 842, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .organization-account-settings {
  position: relative;
  top: 48px;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

/* line 849, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .organization-account-settings .account-settings-title {
  color: #172C42;
  font-size: 36px;
  margin-bottom: 48px;
  color: #172C42;
}

/* line 856, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .organization-account-settings #edit-personal-info-link, html.legacy .organization-account-settings #edit-user-business-link {
  color: #015AC8;
  font-size: 0.9em;
  position: relative;
  bottom: 5px;
}

/* line 863, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .organization-account-settings .pencil-container {
  position: absolute;
  right: 0;
}

/* line 866, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .organization-account-settings .pencil-container svg {
  transform: scale(0.7);
}

/* line 871, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .organization-account-settings .title {
  font-size: 18px;
}

/* line 876, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .inverted-colorwave {
  background: url("https://d19tb5uaenw7es.cloudfront.net/footer_colorwave_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: matrix(1, 0, 0, -1, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  height: 101px;
  width: 408px;
}

/* line 888, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .acc-form-input {
  border-radius: 12px;
  padding: 10px 15px;
  color: #172C42;
}

/* line 894, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .row.inside {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}

/* line 899, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .account-settings-container .form-field, html.legacy #update-user-password-modal .form-field {
  border: 1px solid #e4e7ea;
  border-color: #CCD1D6;
  border-radius: 12px;
  padding: 8px 7px;
}

/* line 906, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy ul.ui-autocomplete {
  border: 1px solid #e4e7ea;
  border-color: #CCD1D6;
  border-radius: 12px;
  padding: 8px 7px;
  width: 25%;
}

/* line 915, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy body.new-modal-design .modal-content {
  border-radius: 24px;
  box-shadow: none;
}

/* line 920, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy body.new-modal-design .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 925, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy body.new-modal-design .modal-header span.dismiss {
  right: 20px;
  top: auto;
  box-shadow: none;
}

/* line 932, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy body.new-modal-design .modal-backdrop {
  background-color: #282B30;
}

/* line 938, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #update-user-password-modal .modal-header, html.legacy #update-user-text-permission-modal .modal-header, html.legacy #edit-license-modal .modal-header, html.legacy #edit-insurance-modal .modal-header, html.legacy #edit-team-member-modal .modal-header, html.legacy #add-member-modal .modal-header, html.legacy #switch-organizations-modal .modal-header, html.legacy #email-contact-modal .modal-header, html.legacy #tour-availabilities-update-hours-modal .modal-header, html.legacy #call-contact-modal .modal-header, html.legacy #edit-offering-modal .modal-header, html.legacy .new-card-modal .modal-header, html.legacy .ppl-modal .modal-header {
  text-align: center;
  padding: 25px 45px 15px;
  font-size: 18px;
  font-weight: 700;
}

/* line 945, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #update-user-password-modal .modal-body, html.legacy #update-user-text-permission-modal .modal-body, html.legacy #edit-license-modal .modal-body, html.legacy #edit-insurance-modal .modal-body, html.legacy #edit-team-member-modal .modal-body, html.legacy #add-member-modal .modal-body, html.legacy #switch-organizations-modal .modal-body, html.legacy #email-contact-modal .modal-body, html.legacy #tour-availabilities-update-hours-modal .modal-body, html.legacy #call-contact-modal .modal-body, html.legacy #edit-offering-modal .modal-body, html.legacy .new-card-modal .modal-body, html.legacy .ppl-modal .modal-body {
  padding: 25px 30px;
}

/* line 951, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #tour-availabilities-update-hours-modal #tour-availabilities-update-hours-cta-btn {
  background-color: #213F5F;
  border-color: #213F5F;
}

/* line 957, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #tour-availabilities-update-hours-modal #tour-availabilities-update-hours-cta-btn:hover {
  background-color: #172C42;
  border-color: #172C42;
  text-decoration: none;
}

/* line 963, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #tour-availabilities-update-hours-modal #tour-availabilities-update-hours-cta-btn[disabled] {
  background-color: #E6E8EA;
  border-color: #E6E8EA;
}

@media all and (max-width: 767px) {
  /* line 972, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .modal.full-screen-xs .modal-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 982, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .modal.full-screen-xs .modal-content {
    min-height: 100%;
    max-height: 100%;
    border-radius: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  /* line 990, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .modal.full-screen-xs .user-submit-btn {
    width: 100%;
  }
}

/* line 996, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .user-submit-btn {
  background-color: #EF5844;
  border-radius: 28px;
  border: none;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  padding: 15px 40px;
  width: 265px;
}

/* line 1008, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .account-settings-container .link, html.legacy .ppl-insights .link, html.legacy .ppl-modal .link, html.legacy .location-table .link, html.legacy .ppl-table .link {
  color: #015AC8 !important;
}

/* line 1013, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .logout-btn {
  background-color: #FFFFFF;
  color: #172C42;
  border: 1px solid #213F5F;
  border-radius: 28px;
  padding: 14px;
  cursor: pointer;
  font-size: 17px;
  line-height: 10px;
  text-align: center;
  display: inline-block;
  height: 40px;
  width: 138px;
  max-width: 300px;
  margin: 0 auto;
}

/* line 1029, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .logout-btn:hover {
  text-decoration: none;
  color: #172C42 !important;
}

/* line 1035, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy span.eye-icon {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 15px;
}

/* line 1042, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .text-container {
  position: relative;
}

/* line 1046, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .clear-text.material-icons {
  display: none;
  position: absolute;
  top: 7px;
  bottom: 0;
  opacity: 0.2;
  right: 5px;
  cursor: pointer;
}

/* line 1055, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .clear-text.material-icons:hover {
  opacity: 1;
}

/* line 1060, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #success-alert {
  position: relative;
}

/* line 1064, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .custom-success-alert {
  background-color: #E6F3EE !important;
  border-radius: 16px !important;
  border-color: #00A878 !important;
  margin: 0 auto;
  width: 328px;
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
}

/* line 1077, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .custom-success-alert span {
  color: #1da878;
  text-align: left;
}

/* line 1083, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .custom-alert-text {
  display: flex;
  align-items: center;
  text-align: left;
}

/* line 1089, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .custom-alert-close {
  position: absolute;
  right: -13px;
  top: -13px;
  opacity: 1;
  font-weight: normal;
  transform: scale(0.8);
  border-radius: 50%;
  padding: 3px;
  background-color: #E6F3EE !important;
  border-color: #00A878 !important;
  border: 1px solid;
}

/* line 1103, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .custom-alert-checkmark-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

/* line 1112, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .custom-alert-checkmark-circle span {
  font-size: 28px;
  margin-right: 10px;
}

@media all and (max-width: 767px) {
  /* line 1121, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .organization-account-settings .panel .inner {
    padding: 0px;
    box-shadow: none;
  }
  /* line 1126, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .organization-account-settings #customization {
    width: 100%;
  }
  /* line 1130, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .organization-account-settings .account-settings-title {
    font-size: 21px;
    margin-bottom: 32px;
  }
  /* line 1135, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .organization-account-settings .inverted-colorwave {
    width: 150px;
    height: 35px;
    background-size: contain;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 72, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy {
    /* TODO */
  }
}

@media all and (max-width: 991px) {
  /* line 1151, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .responsive-sidebar nav#ppl-nav .back-btn {
    left: 65px;
  }
}

/* line 1162, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .wide-sidebar-design nav#ppl-nav {
  padding-left: 345px;
}

/* line 1167, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-container, html.legacy .insights-container {
  position: relative;
  color: #172C42;
}

/* line 1172, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-arrow-btn {
  display: none;
  border: 2px solid #213F5F;
  background-color: #ffffff;
  cursor: pointer;
  position: absolute;
  height: 10px;
  width: 10px;
  border-bottom-width: 0;
  border-right-width: 0;
  z-index: 5;
}

@media all and (max-width: 767px) {
  /* line 1172, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .billing-arrow-btn {
    display: block;
  }
}

/* line 1188, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-arrow-btn.mobile-go-back {
  transform: rotate(-45deg);
  top: 30px;
  left: 35px;
}

/* line 1194, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-arrow-btn.mobile-billing-nav {
  transform: rotate(135deg);
  top: 22px;
  right: 20px;
}

/* line 1201, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-header {
  color: #213F5F;
  font-size: 36px;
}

@media all and (max-width: 767px) {
  /* line 1201, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .billing-header {
    display: none;
  }
}

/* line 1210, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-colorwave {
  background: url("https://d19tb5uaenw7es.cloudfront.net/footer_colorwave_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -15px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  height: 101px;
  width: 408px;
  z-index: 1;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 1210, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .billing-colorwave {
    height: 50px;
    width: 202px;
  }
}

/* line 1229, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-mobile-nav-container {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  text-align: left;
}

/* line 1235, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-mobile-nav-container.open {
  display: flex;
  flex-direction: column;
}

/* line 1239, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-mobile-nav-container.open .billing-arrow-btn.mobile-go-back {
  display: none;
}

/* line 1245, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-mobile-header {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 1251, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-mobile-nav-item {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0;
}

/* line 1259, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy a.billing-mobile-nav-item, html.legacy a.billing-mobile-nav-item:visited, html.legacy a.billing-mobile-nav-item:focus {
  border-bottom: 1px solid #CCD1D6;
  color: #172C42 !important;
  text-decoration: none !important;
}

/* line 1265, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-tabs-container {
  border-bottom: 1px solid #CCD1D6;
  display: flex;
  flex-direction: row;
  line-height: 24px;
  margin-top: 40px;
  width: 100%;
}

/* line 1273, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-tabs-container .credit-info {
  margin-left: auto;
}

@media all and (max-width: 767px) {
  /* line 1265, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .billing-tabs-container {
    display: none;
  }
}

/* line 1281, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-tabs-container .billing-tab {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 8px;
  margin-top: auto;
  margin-left: 40px;
}

/* line 1290, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-tabs-container .billing-tab a {
  color: inherit !important;
  text-decoration: none;
}

/* line 1295, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-tabs-container .billing-tab.-active {
  font-weight: 700;
}

/* line 1298, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-tabs-container .billing-tab.-active .billing-tab-border {
  display: block;
}

/* line 1303, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-tabs-container .billing-tab:first-child {
  margin-left: 0;
}

/* line 1308, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-tabs-container .billing-tab-border {
  display: none;
  border-radius: 5px;
  background-color: #3B71AA;
  position: absolute;
  bottom: -1px;
  height: 4px;
  width: 100%;
}

/* line 1319, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-content {
  padding-top: 10px;
  margin-top: 25px;
}

/* line 1323, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-content .content-headline {
  text-align: left;
  font-size: 21px;
  font-weight: 700;
}

/* line 1330, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-content-items {
  display: block;
}

/* line 1333, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .billing-content-items.hide {
  display: none;
}

/* line 1338, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .statements-container {
  margin-top: 25px;
}

@media all and (max-width: 767px) {
  /* line 1341, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .statements-container .hide-on-mobile {
    display: none;
  }
}

/* line 1348, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .statements-container .columns-headline-block {
  border-radius: 12px;
  background-color: #FFF1EB;
  color: #667483;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 15px;
  width: 100%;
  display: flex;
}

@media all and (max-width: 767px) {
  /* line 1348, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .statements-container .columns-headline-block {
    border-radius: 0;
  }
  /* line 1361, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .statements-container .columns-headline-block .collapsable-column {
    display: none;
  }
}

/* line 1367, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .statements-container .column-headline {
  text-transform: uppercase;
  color: #172C42;
}

/* line 1371, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .statements-container .column-headline.-item-to-expand {
  flex-grow: 1;
}

/* line 1380, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .statements-container .statement-row {
  border-bottom: 1px solid #CCD1D6;
  cursor: default;
  padding: 25px 15px;
}

@media all and (max-width: 767px) {
  /* line 1386, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .statements-container .statement-info-items-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 1396, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .statements-container .statement-info-item .retry-payment-link,
html.legacy .statements-container .statement-info-item .cancel-payment-link {
  color: #D01E1E;
  font-weight: bold;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  /* line 1394, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .statements-container .statement-info-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

/* line 1409, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .statements-container .statement-view-item {
  align-self: center;
  cursor: pointer;
  font-weight: 700;
  text-align: right;
  padding-right: 15px;
}

@media all and (max-width: 767px) {
  /* line 1409, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .statements-container .statement-view-item {
    padding-top: 4px;
    padding-bottom: 4px;
    align-self: flex-start;
  }
}

/* line 1422, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .statements-container .statement-view-item .statement-view-link {
  color: #015AC8;
  text-decoration: none;
}

/* line 1426, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .statements-container .statement-view-item .statement-view-link:hover, html.legacy .statements-container .statement-view-item .statement-view-link:visited {
  color: #015AC8;
}

/* line 1433, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 16px;
}

/* line 1440, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-method {
  border: 1px solid #CCD1D6;
  border-radius: 16px;
  background-color: #FFFFFF;
  order: 2;
  margin-top: 25px;
  margin-right: 25px;
  padding: 30px 25px;
  height: 212px;
  width: 300px;
  min-width: 300px;
}

@media all and (max-width: 480px) {
  /* line 1440, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .payment-methods-container .payment-method {
    width: 100%;
    margin-right: 0;
  }
}

/* line 1456, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-method.-add-card {
  border: none;
  background-color: #F3F4F6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1464, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-method.-add-card:hover {
  border: 1px solid #015AC8;
}

/* line 1469, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-method.-preferred {
  order: 1;
}

/* line 1472, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-method.-preferred .payment-card-preferred {
  display: block;
}

/* line 1476, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-method.-preferred .payment-card-set-preferred {
  display: none;
}

/* line 1484, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-card-system img {
  height: 32px;
  vertical-align: top;
}

/* line 1490, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-card-number {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 24px;
}

/* line 1497, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-card-preferred {
  display: none;
  color: #068456;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 8px 0 32px;
}

/* line 1506, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-card-set-preferred {
  color: #172C42;
  cursor: pointer;
  display: block;
  margin: 25px 0 15px;
  background: transparent;
}

/* line 1513, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-card-set-preferred:hover {
  text-decoration: underline;
}

/* line 1517, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-card-set-preferred:hover, html.legacy .payment-methods-container .payment-card-set-preferred:visited {
  color: #172C42;
}

/* line 1522, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-card-remove {
  color: #172C42;
  cursor: pointer;
  display: block;
  background: transparent;
}

/* line 1528, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-card-remove:hover {
  text-decoration: underline;
}

/* line 1532, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .payment-card-remove:hover, html.legacy .payment-methods-container .payment-card-remove:visited {
  color: #172C42;
}

/* line 1537, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .add-card-link {
  color: #015AC8;
  order: 2;
  font-weight: 700;
  text-decoration: none;
}

/* line 1543, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-methods-container .add-card-link:hover, html.legacy .payment-methods-container .add-card-link:visited {
  color: #015AC8;
}

@media all and (max-width: 480px) {
  /* line 1537, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .payment-methods-container .add-card-link {
    width: 100%;
    margin-right: 0;
  }
}

/* line 1556, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .create-org-card .payment-errors {
  margin: 0 0 20px;
}

/* line 1560, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .create-org-card .checkbox-row {
  padding: 35px 0;
  display: flex;
  justify-content: center;
}

/* line 1565, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .create-org-card .checkbox-row label {
  color: #172C42;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

/* line 1572, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .create-org-card .checkbox-row input[type="checkbox"] {
  margin: 0 10px 0 0;
}

/* line 1577, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .create-org-card .create-card-btn {
  background-color: #EF5844;
  border-radius: 28px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  padding: 15px 40px;
  width: 345px;
}

@media all and (max-width: 767px) {
  /* line 1577, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .create-org-card .create-card-btn {
    width: 200px;
  }
}

/* line 1594, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .corporate-leads .inner {
  padding: 15px;
}

/* line 1599, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .panel.corporate-billing, html.legacy .panel.ppl-insights {
  margin-top: 0;
  padding-top: 15px;
}

/* line 1603, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .panel.corporate-billing .inner, html.legacy .panel.ppl-insights .inner {
  padding: 15px;
}

@media all and (max-width: 767px) {
  /* line 1609, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .panel.corporate-billing {
    border: 0;
    margin: 0;
    width: 100%;
  }
  /* line 1614, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .panel.corporate-billing .inner {
    padding: 15px 0;
  }
  /* line 1618, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .panel.corporate-billing .payment-methods-container {
    padding: 0 30px;
  }
}

/* line 1626, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .age-range-slider.ui-widget.ui-widget-content, html.legacy .budget-range-slider.ui-widget.ui-widget-content {
  border: none;
  background-color: #F3F4F6;
  border-radius: 5px;
  height: 8px;
}

/* line 1633, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .age-range-slider .ui-slider-handle, html.legacy .budget-range-slider .ui-slider-handle {
  border-radius: 50%;
}

/* line 1636, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .age-range-slider .ui-slider-handle.ui-state-default, html.legacy .age-range-slider .ui-slider-handle.ui-state-hover, html.legacy .age-range-slider .ui-slider-handle.ui-state-active, html.legacy .budget-range-slider .ui-slider-handle.ui-state-default, html.legacy .budget-range-slider .ui-slider-handle.ui-state-hover, html.legacy .budget-range-slider .ui-slider-handle.ui-state-active {
  height: 24px;
  width: 24px;
  top: -8px;
  margin-left: -12px;
  border: 2px solid #3B71AA;
  background-color: #FFFFFF;
}

/* line 1646, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .age-range-slider .ui-slider-range, html.legacy .budget-range-slider .ui-slider-range {
  background-color: #3B71AA;
  border-radius: 5px;
}

/* line 1652, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-content-container {
  margin-top: 45px;
}

/* line 1653, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-content-container .small {
  font-size: 16px;
  line-height: 22px;
}

/* line 1658, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-content-container .big {
  margin: 10px 0 10px 0;
  font-size: 36px;
  line-height: 42px;
}

/* line 1664, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-content-container .gray {
  color: #505D6D;
}

/* line 1668, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-content-container .location-table-heading {
  margin-top: 30px;
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  font-family: 'Proxima Nova', sans-serif;
}

/* line 1676, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-content-container .insights-table-container {
  margin-top: 40px;
}

@media all and (max-width: 767px) {
  /* line 1681, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-content-container .insights-lead-stats .franchise-insights-row {
    display: flex;
    flex-direction: column;
  }
  /* line 1686, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-content-container .insights-lead-stats .franchise-insights-row .franchise-insights-col {
    margin-bottom: 20px;
  }
}

/* line 1696, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .na-franchise-tooltip {
  vertical-align: top;
}

/* line 1700, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .provider-offerings-container, html.legacy .provider-contacts-container {
  margin-bottom: 56px;
}

/* line 1704, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .provider-offerings-container .offerings-table .row.header, html.legacy .provider-offerings-container .contacts-table .row.header, html.legacy .provider-contacts-container .offerings-table .row.header, html.legacy .provider-contacts-container .contacts-table .row.header {
  border-radius: 20px;
  background-color: #FFF1EB;
  color: #667483;
  display: flex;
  flex-direction: row;
  font-weight: 700;
  padding: 12px 24px;
  width: 100%;
}

@media all and (max-width: 767px) {
  /* line 1716, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .provider-offerings-container .offerings-table .row.offering-row:nth-child(2), html.legacy .provider-offerings-container .offerings-table .row.contact-row:nth-child(2), html.legacy .provider-offerings-container .contacts-table .row.offering-row:nth-child(2), html.legacy .provider-offerings-container .contacts-table .row.contact-row:nth-child(2), html.legacy .provider-contacts-container .offerings-table .row.offering-row:nth-child(2), html.legacy .provider-contacts-container .offerings-table .row.contact-row:nth-child(2), html.legacy .provider-contacts-container .contacts-table .row.offering-row:nth-child(2), html.legacy .provider-contacts-container .contacts-table .row.contact-row:nth-child(2) {
    padding-top: 0;
  }
}

/* line 1721, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .provider-offerings-container .offerings-table .row.offering-row, html.legacy .provider-offerings-container .offerings-table .row.contact-row, html.legacy .provider-offerings-container .contacts-table .row.offering-row, html.legacy .provider-offerings-container .contacts-table .row.contact-row, html.legacy .provider-contacts-container .offerings-table .row.offering-row, html.legacy .provider-contacts-container .offerings-table .row.contact-row, html.legacy .provider-contacts-container .contacts-table .row.offering-row, html.legacy .provider-contacts-container .contacts-table .row.contact-row {
  border-bottom: 1px solid #CCD1D6;
  font-size: 16px;
  padding: 24px;
}

/* line 1726, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .provider-offerings-container .offerings-table .row.offering-row .custom-checkbox-container, html.legacy .provider-offerings-container .offerings-table .row.contact-row .custom-checkbox-container, html.legacy .provider-offerings-container .contacts-table .row.offering-row .custom-checkbox-container, html.legacy .provider-offerings-container .contacts-table .row.contact-row .custom-checkbox-container, html.legacy .provider-contacts-container .offerings-table .row.offering-row .custom-checkbox-container, html.legacy .provider-contacts-container .offerings-table .row.contact-row .custom-checkbox-container, html.legacy .provider-contacts-container .contacts-table .row.offering-row .custom-checkbox-container, html.legacy .provider-contacts-container .contacts-table .row.contact-row .custom-checkbox-container {
  margin: 0 !important;
}

/* line 1730, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .provider-offerings-container .offerings-table .row.offering-row label, html.legacy .provider-offerings-container .offerings-table .row.contact-row label, html.legacy .provider-offerings-container .contacts-table .row.offering-row label, html.legacy .provider-offerings-container .contacts-table .row.contact-row label, html.legacy .provider-contacts-container .offerings-table .row.offering-row label, html.legacy .provider-contacts-container .offerings-table .row.contact-row label, html.legacy .provider-contacts-container .contacts-table .row.offering-row label, html.legacy .provider-contacts-container .contacts-table .row.contact-row label {
  text-transform: none;
}

@media all and (max-width: 767px) {
  /* line 1721, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .provider-offerings-container .offerings-table .row.offering-row, html.legacy .provider-offerings-container .offerings-table .row.contact-row, html.legacy .provider-offerings-container .contacts-table .row.offering-row, html.legacy .provider-offerings-container .contacts-table .row.contact-row, html.legacy .provider-contacts-container .offerings-table .row.offering-row, html.legacy .provider-contacts-container .offerings-table .row.contact-row, html.legacy .provider-contacts-container .contacts-table .row.offering-row, html.legacy .provider-contacts-container .contacts-table .row.contact-row {
    flex-direction: column;
    align-items: start;
    padding: 24px 0;
  }
  /* line 1739, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .provider-offerings-container .offerings-table .row.offering-row label, html.legacy .provider-offerings-container .offerings-table .row.contact-row label, html.legacy .provider-offerings-container .contacts-table .row.offering-row label, html.legacy .provider-offerings-container .contacts-table .row.contact-row label, html.legacy .provider-contacts-container .offerings-table .row.offering-row label, html.legacy .provider-contacts-container .offerings-table .row.contact-row label, html.legacy .provider-contacts-container .contacts-table .row.offering-row label, html.legacy .provider-contacts-container .contacts-table .row.contact-row label {
    margin-right: 8px;
  }
  /* line 1743, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .provider-offerings-container .offerings-table .row.offering-row .offering-inputs, html.legacy .provider-offerings-container .offerings-table .row.offering-row .contact-inputs, html.legacy .provider-offerings-container .offerings-table .row.contact-row .offering-inputs, html.legacy .provider-offerings-container .offerings-table .row.contact-row .contact-inputs, html.legacy .provider-offerings-container .contacts-table .row.offering-row .offering-inputs, html.legacy .provider-offerings-container .contacts-table .row.offering-row .contact-inputs, html.legacy .provider-offerings-container .contacts-table .row.contact-row .offering-inputs, html.legacy .provider-offerings-container .contacts-table .row.contact-row .contact-inputs, html.legacy .provider-contacts-container .offerings-table .row.offering-row .offering-inputs, html.legacy .provider-contacts-container .offerings-table .row.offering-row .contact-inputs, html.legacy .provider-contacts-container .offerings-table .row.contact-row .offering-inputs, html.legacy .provider-contacts-container .offerings-table .row.contact-row .contact-inputs, html.legacy .provider-contacts-container .contacts-table .row.offering-row .offering-inputs, html.legacy .provider-contacts-container .contacts-table .row.offering-row .contact-inputs, html.legacy .provider-contacts-container .contacts-table .row.contact-row .offering-inputs, html.legacy .provider-contacts-container .contacts-table .row.contact-row .contact-inputs {
    margin-top: 24px;
  }
}

/* line 1751, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .offering-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  /* line 1751, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .offering-item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  /* line 1760, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .offering-item .age-range-container {
    margin-top: 28px;
  }
}

/* line 1766, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-by-location-container {
  margin-top: 40px;
}

/* line 1770, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-by-location-container .insights-locations-table .row.header {
  border-radius: 20px;
  background-color: #FFF1EB;
  color: #667483;
  display: flex;
  flex-direction: row;
  font-weight: 700;
  padding: 12px 24px;
  margin-top: 30px;
  width: 100%;
}

@media all and (max-width: 767px) {
  /* line 1770, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-by-location-container .insights-locations-table .row.header {
    border-radius: 0;
  }
  /* line 1784, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-by-location-container .insights-locations-table .row.header .collapsable-column {
    display: none;
  }
}

/* line 1790, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row {
  border-bottom: 1px solid #CCD1D6;
  font-size: 16px;
  padding: 25px 0;
  margin-left: 25px;
}

/* line 1796, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .spend-bar {
  width: 85%;
}

/* line 1800, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .insights-location-item {
  font-size: 16px;
  line-height: 22px;
  color: #172C42;
}

/* line 1805, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .insights-location-item .leads-span {
  display: none;
}

/* line 1809, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .insights-location-item .insights-item-additional {
  color: #667483;
  font-size: 14px;
  margin-top: 5px;
}

/* line 1816, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .location-addr {
  color: #667483;
  font-size: 14px;
  margin-top: 5px;
}

/* line 1822, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .insights-account-name {
  font-size: 18px;
  line-height: 24px;
}

/* line 1827, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .insights-view-account {
  font-size: 14px;
  line-height: 20px;
}

/* line 1832, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row #insights-location-name, html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row #insights-location-address {
  margin-left: 25px;
}

/* line 1836, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .franchise-insights-row-text {
  display: none;
}

@media all and (max-width: 767px) {
  /* line 1836, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .franchise-insights-row-text {
    display: inline;
  }
}

/* line 1844, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .account-invoice-link {
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  /* line 1790, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row {
    display: flex;
    flex-direction: column;
  }
  /* line 1852, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .insights-view-account {
    margin-left: 25px;
  }
  /* line 1856, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .spend-col {
    margin-top: 15px;
  }
  /* line 1860, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .budget-col {
    display: flex;
    position: relative;
    margin: 15px 0;
  }
  /* line 1865, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .budget-col #increase-budget-link {
    position: absolute;
    right: 0;
  }
  /* line 1871, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .spend-bar {
    width: 100%;
  }
  /* line 1875, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .insights-location-item .leads-span {
    display: inline-block;
  }
  /* line 1879, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row #insights-location-name, html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row #insights-location-address {
    margin-left: 0;
  }
  /* line 1883, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-by-location-container .insights-locations-table .row.insights-location-row .spend-period {
    margin-bottom: 15px;
  }
}

/* line 1891, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-header-container {
  position: relative;
}

/* line 1894, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-header-container .insights-location-btn {
  background-color: #FFFFFF;
  border: 1px solid #CCD1D6;
  border-radius: 8px;
  cursor: pointer;
  color: #172C42;
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 15px;
  width: max-content;
  float: right;
  margin: 0 15px 0 -15px;
}

/* line 1910, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-header-container .insights-location-btn .arrow-down-icon {
  margin-left: 15px;
  font-size: 22px;
}

/* line 1915, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-header-container .insights-location-btn.-selected {
  background-color: #213F5F;
  border-color: #213F5F;
  color: #FFFFFF;
}

/* line 1920, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-header-container .insights-location-btn.-selected .arrow-down-icon {
  color: #FFFFFF;
}

@media all and (max-width: 1024px) {
  /* line 1894, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-header-container .insights-location-btn {
    float: left;
    margin: 0 0 12px 0;
  }
}

/* line 1931, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-header-container .insights-billing-period-btn {
  font-size: 16px;
  line-height: 22px;
}

/* line 1935, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-header-container .insights-billing-period-btn .insights-date-range {
  padding: 10px 15px;
  border: 1px solid #CCD1D6;
  border-radius: 8px;
}

@media all and (max-width: 1024px) {
  /* line 1931, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-header-container .insights-billing-period-btn {
    margin: 12px 0 0 0;
    font-size: 15px;
    width: max-content;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  /* line 1891, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-header-container {
    display: flex;
    flex-direction: column;
  }
}

/* line 1954, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .account-insights-header-container {
  margin-top: 25px;
}

/* line 1958, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .insights-header {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  color: #172C42;
  font-family: 'Proxima Nova', sans-serif;
}

@media all and (max-width: 1024px) {
  /* line 1958, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .insights-header {
    margin-bottom: 15px;
  }
}

/* line 1970, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .spend-bar {
  background-color: #CCD1D6;
  border: 1px solid #CCD1D6;
  border-radius: 8px;
  margin-top: 10px;
  position: relative;
  height: 8px;
  width: 100%;
}

/* line 1979, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .spend-bar .spend-level {
  background-color: #666;
  border-radius: 8px;
  height: 100%;
}

/* line 1986, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .spend-bar .spend-level.low {
  background-color: #00A878;
}

/* line 1989, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .spend-bar .spend-level.medium {
  background-color: #FFC300;
}

/* line 1992, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .spend-bar .spend-level.high {
  background-color: #EF5844;
}

/* line 1997, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-update-container .payment-update-title-container {
  margin-left: 15px;
}

/* line 2000, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-update-container .payment-update-title-container p {
  font-weight: 800;
  margin: 0;
}

/* line 2006, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-update-container, html.legacy .profile-banner-container {
  background-color: #fce9e7;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 2014, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-update-container .license-link, html.legacy .profile-banner-container .license-link {
  cursor: pointer;
  text-decoration: underline;
  color: #2b74cd;
}

/* line 2022, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .profile-banner-container .banner-title-container {
  margin-left: 15px;
}

/* line 2025, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .profile-banner-container .banner-title-container p {
  font-weight: 800;
  margin: 0;
}

/* line 2031, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .profile-banner-container div:last-of-type {
  margin-left: auto;
  cursor: pointer;
}

/* line 2036, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-banner-container-none {
  display: none;
}

/* line 2040, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container {
  width: 65%;
}

/* line 2042, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-header {
  padding: 30px 0 0 30px;
}

/* line 2045, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-name {
  margin-bottom: 15px;
  font-family: 'Proxima Nova';
}

/* line 2049, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-manage-nav {
  margin-top: 25px;
}

/* line 2052, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .nav-locations {
  margin-bottom: 33px;
  cursor: pointer;
}

/* line 2056, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container #all-locations-back-btn:hover {
  color: #172C42;
}

/* line 2059, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container #all-locations-back-btn {
  color: #172C42;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
  text-underline-offset: 0px;
  text-decoration-thickness: 0px;
}

/* line 2067, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status {
  position: absolute;
  width: 23%;
  max-width: 350px;
  right: 30px;
  top: 160px;
}

/* line 2073, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .title {
  font-size: 21px;
  margin-bottom: 144px;
}

/* line 2077, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-img,
html.legacy .location-details-container .location-ppl-status .buc-status-img {
  position: relative;
  z-index: 1;
  margin: auto;
  height: 184px;
  background-size: cover;
  background-position: center;
}

/* line 2086, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-img {
  width: 184px;
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/ppl-running.png");
}

/* line 2090, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .buc-status-img {
  width: 272px;
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/buc-running.png");
}

/* line 2094, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-container,
html.legacy .location-details-container .location-ppl-status .buc-status-container {
  border-radius: 16px;
  padding: 72px 0 36px;
  position: relative;
  top: -40px;
  background-color: #E6F3EE;
}

/* line 2102, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-container p,
html.legacy .location-details-container .location-ppl-status .buc-status-container p {
  text-align: center;
  position: relative;
}

/* line 2106, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-container .ppl-status,
html.legacy .location-details-container .location-ppl-status .ppl-status-container .buc-status,
html.legacy .location-details-container .location-ppl-status .buc-status-container .ppl-status,
html.legacy .location-details-container .location-ppl-status .buc-status-container .buc-status {
  font-size: 36px;
  line-height: 42px;
  color: #068456;
}

/* line 2112, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-container .ppl-status-text,
html.legacy .location-details-container .location-ppl-status .ppl-status-container .buc-status-text,
html.legacy .location-details-container .location-ppl-status .buc-status-container .ppl-status-text,
html.legacy .location-details-container .location-ppl-status .buc-status-container .buc-status-text {
  width: 80%;
  margin: 0 auto;
}

/* line 2116, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-container .ppl-status-text a,
html.legacy .location-details-container .location-ppl-status .ppl-status-container .buc-status-text a,
html.legacy .location-details-container .location-ppl-status .buc-status-container .ppl-status-text a,
html.legacy .location-details-container .location-ppl-status .buc-status-container .buc-status-text a {
  color: #015AC8 !important;
}

/* line 2120, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-container .location-ppl-status-btn,
html.legacy .location-details-container .location-ppl-status .ppl-status-container .location-buc-status-btn,
html.legacy .location-details-container .location-ppl-status .buc-status-container .location-ppl-status-btn,
html.legacy .location-details-container .location-ppl-status .buc-status-container .location-buc-status-btn {
  margin: 25px auto 0 auto;
  display: block;
  max-width: 164px;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 5px 34px;
  font-size: 16px;
  color: #172C42;
}

/* line 2132, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-waiting {
  background-color: #F3F4F6;
}

/* line 2134, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-waiting .ppl-status {
  color: #172C42;
}

/* line 2138, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-img.waiting {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/ppl-waiting.png");
}

/* line 2141, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-invalid {
  background-color: #FFF1EB;
}

/* line 2143, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-invalid .ppl-status {
  color: #172C42;
}

/* line 2146, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-invalid .location-ppl-status-btn {
  color: #fff;
  background: #172C42;
  padding: 5px 15px;
  border: 1px solid #172C42;
}

/* line 2153, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-img.invalid {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/ppl-stopped.png");
}

/* line 2156, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-maxed {
  background-color: #E7F0FB;
}

/* line 2158, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-maxed .ppl-status {
  color: #172C42;
}

/* line 2161, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-maxed .location-ppl-status-btn {
  color: #fff;
  background: #EF5844;
  padding: 5px 15px;
  border: 1px solid #EF5844;
}

/* line 2168, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-img.maxed {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/ppl-maxed.png");
}

/* line 2171, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-paused, html.legacy .location-details-container .location-ppl-status .ppl-status-permanently_paused, html.legacy .location-details-container .location-ppl-status .buc-status-paused {
  background-color: #FFF3C2;
}

/* line 2173, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-paused .ppl-status,
html.legacy .location-details-container .location-ppl-status .ppl-status-paused .buc-status, html.legacy .location-details-container .location-ppl-status .ppl-status-permanently_paused .ppl-status,
html.legacy .location-details-container .location-ppl-status .ppl-status-permanently_paused .buc-status, html.legacy .location-details-container .location-ppl-status .buc-status-paused .ppl-status,
html.legacy .location-details-container .location-ppl-status .buc-status-paused .buc-status {
  color: #172C42;
}

/* line 2177, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-paused .location-ppl-status-btn,
html.legacy .location-details-container .location-ppl-status .ppl-status-paused .location-buc-status-btn, html.legacy .location-details-container .location-ppl-status .ppl-status-permanently_paused .location-ppl-status-btn,
html.legacy .location-details-container .location-ppl-status .ppl-status-permanently_paused .location-buc-status-btn, html.legacy .location-details-container .location-ppl-status .buc-status-paused .location-ppl-status-btn,
html.legacy .location-details-container .location-ppl-status .buc-status-paused .location-buc-status-btn {
  color: #fff;
  background: #EF5844;
  padding: 5px 15px;
  border: 1px solid #EF5844;
}

/* line 2185, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .buc-status-paused {
  background-color: #FBF3EC;
}

/* line 2188, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-img.paused {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/ppl-paused.png");
}

/* line 2191, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-permanently_paused {
  background-color: #FFF1EB;
}

/* line 2194, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .ppl-status-img.permanently_paused {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/ppl-perm-paused.png");
}

/* line 2197, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-details-container .location-ppl-status .buc-status-img.paused {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/buc-paused.png");
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  /* line 2202, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-details-container .location-ppl-status {
    min-width: 220px;
  }
}

@media all and (max-width: 767px) {
  /* line 2040, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-details-container {
    width: 90%;
    margin: 20px auto;
  }
  /* line 2209, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-details-container .nav-locations {
    margin-bottom: 20px;
  }
  /* line 2212, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-details-container .location-ppl-status {
    position: relative;
    width: 100%;
    max-width: none;
    top: auto;
    right: auto;
  }
  /* line 2219, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-details-container .location-header {
    padding: 0;
  }
  /* line 2222, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-details-container .ppl-status-container {
    max-width: 350px;
    margin: 0 auto;
  }
  /* line 2226, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-details-container .nav-tabs {
    display: flex;
    justify-content: space-between;
  }
}

/* line 2233, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel {
  padding-left: 30px;
  margin: 32px 0 0 0;
  width: 65%;
}

/* line 2237, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel img {
  border-radius: 12px;
}

/* line 2240, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-name {
  margin-top: 20px;
}

/* line 2243, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-link:hover {
  color: inherit;
}

/* line 2246, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-about {
  margin-top: 16px;
  line-height: 24px;
}

/* line 2250, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-services {
  margin-top: 48px;
}

/* line 2252, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-services p {
  font-size: 21px;
}

/* line 2256, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-services .quick-view {
  margin-bottom: 48px;
  width: 100%;
}

/* line 2261, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-services .quick-view .rent .rental-amount {
  display: block;
  columns: 2;
  padding: 4px 0;
  min-height: 1.5rem;
}

/* line 2270, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-services .more-link {
  color: #2b74cd;
}

/* line 2273, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-services .more-link:after {
  content: '+ Show More';
}

/* line 2278, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-services .location-attributes.collapse.in + .more-link:after {
  content: '- Show Less';
}

/* line 2282, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-services .location-attributes.collapse:not(.in) {
  height: 200px !important;
  overflow: hidden;
  display: block;
}

/* line 2288, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-services .location-attributes .category-list .list-item {
  font-size: 18px;
  padding: 8px 0;
  list-style: unset;
  list-style-position: inside;
}

/* line 2296, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-services .checkmark {
  font-size: 20px;
  position: relative;
  padding-right: 16px;
  color: #00A878;
}

/* line 2302, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-services .timesmark {
  font-size: 20px;
  padding-right: 16px;
  color: #cc0000;
}

/* line 2307, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-services .category-title {
  font-size: 18px;
  padding: 24px 0 16px;
  font-family: 'Proxima Nova', Arial, sans-serif;
}

/* line 2314, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-manage-details .location-gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

/* line 2320, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-manage-details .gallery-title {
  font-size: 21px;
}

/* line 2323, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-manage-details .location-gallery-btn {
  border: 1px solid #333;
  border-radius: 20px;
  padding: 5px 34px;
  font-size: 16px;
  color: #172C42;
}

/* line 2330, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-manage-details .location-gallery-container {
  margin-top: 27px;
}

/* line 2333, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-manage-details .location-gallery-container .add-new-photo-container {
  border-radius: 16px;
  border: 2px dashed #3B71AA;
  padding: 30px 0;
  cursor: pointer;
}

/* line 2339, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-manage-details .location-gallery-container .plus-sign {
  width: 40px;
  height: 40px;
  margin: 0 auto 16px auto;
}

/* line 2344, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-manage-details .location-gallery-container .add-pic-text {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

/* line 2350, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-manage-details .photos-container {
  display: flex;
  flex-wrap: wrap;
}

/* line 2354, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-manage-details .photos-container .provider-photo-container {
  width: 193px;
  height: 143px;
  margin-right: 21px;
  margin-bottom: 21px;
  position: relative;
}

/* line 2361, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #main .location-tab-panel .location-manage-details .photos-container .provider-photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

@media all and (max-width: 477px) {
  /* line 2350, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location-tab-panel .location-manage-details .photos-container {
    justify-content: center;
  }
}

@media all and (max-width: 767px) {
  /* line 2233, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location-tab-panel {
    padding-left: 0;
    margin: 40px auto 0;
    width: 90%;
  }
  /* line 2381, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location-tab-panel .location-manage-details-btn-container {
    position: absolute;
    bottom: -100px;
    padding-bottom: 20px;
    display: flex;
  }
  /* line 2387, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #main .location-tab-panel .btn.location-edit-btn {
    padding: 10px 40px;
    width: 100%;
    border-radius: 30px;
    font-size: 21px;
  }
}

/* line 2396, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container {
  padding: 30px 65px 110px;
}

/* line 2399, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content {
  margin: 33px auto 0;
}

/* line 2402, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content h2 {
  color: #B3BAC1;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 32px;
}

/* line 2409, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content .photos-container {
  padding-top: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* line 2415, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content .add-new-photo-container {
  border-radius: 16px;
  width: 292px;
  height: 219px;
  border: 2px dashed #3B71AA;
  padding: 68px 0;
  margin-right: 44px;
  margin-bottom: 136px;
  cursor: pointer;
}

/* line 2425, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content .plus-sign {
  width: 40px;
  height: 40px;
  margin: 0 auto 16px auto;
}

/* line 2430, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content .add-pic-text {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

/* line 2435, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content .primary-photo-container {
  width: 292px;
  height: 219px;
  border-radius: 16px;
  border: 2px dashed #CCD1D6;
  position: absolute;
  left: 336px;
}

/* line 2443, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content .primary-photo-container span {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-top: -30px;
  display: block;
  color: #027854;
}

/* line 2452, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content .provider-photo-container {
  width: 292px;
  height: 219px;
  position: relative;
  margin-right: 44px;
  margin-bottom: 136px;
}

/* line 2459, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content .provider-photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* line 2465, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content .provider-photo-container .remove-photo-btn {
  width: 40px;
  height: 40px;
  right: 4px;
  bottom: 4px;
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* line 2476, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content .provider-photo-container .remove-photo-btn i {
  color: #213F5F;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 8px;
  top: 8px;
}

/* line 2485, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content .provider-photo-container .photo-description-area {
  resize: none;
  margin: 16px 0 0 0;
  height: 76px;
  font-size: 18px;
}

/* line 2491, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-gallery-page-container .gallery-content .provider-photo-container .description-label {
  font-size: 12px;
  color: #667483;
  text-align: right;
}

@media all and (max-width: 1322px) {
  /* line 2499, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-gallery-page-container .gallery-content .provider-photo-container:nth-child(odd) {
    margin-right: 0;
  }
}

@media all and (max-width: 757px) {
  /* line 2505, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-gallery-page-container .gallery-content .add-new-photo-container {
    margin-bottom: 70px;
  }
  /* line 2508, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-gallery-page-container .gallery-content .primary-photo-container {
    left: 0;
    top: 329px;
  }
  /* line 2512, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-gallery-page-container .gallery-content .provider-photo-container {
    margin-bottom: 180px;
  }
}

@media all and (max-width: 465px) {
  /* line 2396, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-gallery-page-container {
    padding: 33px 24px;
  }
  /* line 2521, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-gallery-page-container .gallery-content h2 {
    font-size: 36px;
    line-height: 42px;
  }
  /* line 2525, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-gallery-page-container .gallery-content .add-new-photo-container {
    margin-right: 0;
    height: 127px;
    padding: 22px 0;
  }
  /* line 2530, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-gallery-page-container .gallery-content .primary-photo-container {
    top: 236px;
  }
  /* line 2533, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-gallery-page-container .gallery-content .provider-photo-container {
    margin-right: 0;
    margin-bottom: 160px;
  }
}

/* line 2542, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-license h3 {
  font-size: 21px;
  margin-bottom: 28px;
}

/* line 2546, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-license .license-status-container {
  margin-bottom: 16px;
}

/* line 2549, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-license .license-status-details {
  color: #667483;
}

/* line 2552, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-license .border {
  margin: 32px 0;
}

/* line 2556, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-license .location-license-details h6 {
  font-size: 14px;
  line-height: 20px;
  color: #505D6D;
  margin-bottom: 2px;
  text-transform: none;
}

/* line 2562, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-license .location-license-details h6 span {
  vertical-align: middle;
}

/* line 2565, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-license .location-license-details h6 i {
  color: #bcbcbc;
  font-size: 20px;
  cursor: pointer;
}

/* line 2571, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-license .location-license-details p {
  margin-bottom: 18px;
  font-size: 18px;
}

/* line 2575, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-license .location-license-details h5 a {
  color: #015AC8 !important;
}

@media all and (max-width: 767px) {
  /* line 2580, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-manage-license h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 26px;
  }
}

/* line 2589, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings h4 {
  font-size: 18px;
  margin-bottom: 18px;
}

/* line 2592, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings h4 span {
  vertical-align: middle;
}

/* line 2595, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings h4 i {
  color: #bcbcbc;
  font-size: 20px;
  cursor: pointer;
}

/* line 2601, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings h5 {
  font-size: 36px;
  margin-bottom: 12px;
}

/* line 2605, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings a {
  color: #015AC8;
}

/* line 2609, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings .ppl-area p {
  line-height: 24px;
  display: inline-block;
}

/* line 2613, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings .ppl-area .ppl-area-postal {
  width: 60px;
}

/* line 2618, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings .location-budget .text-right {
  margin-top: 5px;
}

/* line 2624, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings .location-ppl-discount .discount-offer-container {
  background-color: #e7f0fb;
  border-radius: 15px;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2633, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings .location-ppl-discount .discount-offer-btn {
  border-radius: 20px;
  padding: 10px 40px;
  background-color: transparent;
}

/* line 2640, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings .location-zip-codes {
  margin-top: 12px;
  display: inline-block;
  width: 100%;
}

/* line 2645, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings .location-zip-codes-show-more {
  cursor: pointer;
  color: #015AC8;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

/* line 2653, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings #update-ppl-discount {
  margin-bottom: 18px;
}

/* line 2657, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-settings .update-offerings-btn {
  border-radius: 20px;
  padding: 10px 40px;
  font-size: 16px;
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  /* line 2665, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .location-manage-settings h5 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  /* line 2674, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #increase-budget-modal {
    padding: 0 !important;
  }
  /* line 2677, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #increase-budget-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 2683, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy #increase-budget-modal .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
}

/* line 2692, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #increase-budget-modal:before {
  content: normal;
}

/* line 2696, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #modal-increase-budget-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

/* line 2702, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #modal-increase-budget-header h4 {
  margin-bottom: 0px;
}

/* line 2705, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #modal-increase-budget-header #dismiss {
  position: absolute;
  right: 24px;
  top: inherit;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
}

/* line 2715, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .increase-budget-range {
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  border-radius: 5px;
  background: #F3F4F6;
}

/* line 2723, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .increase-budget-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 2px solid #3B71AA;
  border-radius: 50%;
  cursor: pointer;
}

/* line 2735, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .modal-increase-budget-form h4 {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 24px;
}

/* line 2740, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .modal-increase-budget-form .modal-body {
  padding: 0px 32px 24px;
}

/* line 2743, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .modal-increase-budget-form h1 {
  color: #3B71AA;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px;
}

/* line 2749, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .modal-increase-budget-form input {
  margin-bottom: 36px;
}

/* line 2752, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .modal-increase-budget-form .increase-text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 36px;
}

/* line 2757, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .modal-increase-budget-form .action-text {
  font-size: 14px;
  line-height: 20px;
  color: #505D6D;
}

/* line 2762, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .modal-increase-budget-form .modal-footer {
  border-top: none;
  padding: 0 0 36px 0;
}

/* line 2766, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .modal-increase-budget-form .increase-budget-btn {
  color: #fff;
  background-color: #EF5844;
  border-color: #EF5844;
  border-radius: 100px;
  font-size: 21px;
  line-height: 28px;
  padding: 14px 46px;
}

/* line 2778, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #add-discount-modal .modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
}

/* line 2782, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #add-discount-modal .modal-header .row {
  width: 100%;
}

/* line 2784, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #add-discount-modal .modal-header .row .modal-title {
  margin: 0;
}

/* line 2790, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #add-discount-modal .modal-body {
  padding-top: 40px;
  padding-bottom: 0;
}

/* line 2794, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #add-discount-modal .modal-body .light-text {
  color: #667483;
}

/* line 2798, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #add-discount-modal .modal-body .custom-radio-button {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 2806, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #add-discount-modal .modal-body .radio-label {
  margin-right: 25px;
}

/* line 2810, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #add-discount-modal .modal-body .rounded-button {
  padding: 2% 9%;
  border-radius: 100px;
  margin: 32px;
  font-size: 21px;
}

/* line 2820, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .hide {
  display: none !important;
}

/* line 2824, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

/* line 2829, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper label, html.legacy .floating-input-wrapper input {
  transition: all 200ms;
  transition-property: transform, background-color, border-color;
  touch-action: manipulation;
}

/* line 2835, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper label.form-label {
  color: #505D6D;
  text-transform: none;
  font-size: 16px !important;
  letter-spacing: inherit;
  margin-bottom: 0;
}

/* line 2843, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input.form-field {
  color: #172C42;
  border-radius: 12px;
  padding: 28px 15px 10px 15px;
  font-weight: bold;
}

/* line 2849, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input.form-field:hover:not(:focus):not(:disabled) {
  background-color: #E6E8EA;
  border-color: #CCD1D6 !important;
}

/* line 2854, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input.form-field:focus {
  background-color: #FFFFFF;
  border-color: #083093 !important;
}

/* line 2859, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input.form-field:disabled {
  border-color: #CCD1D6 !important;
}

/* line 2862, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input.form-field:disabled + label {
  color: #808B98;
}

/* line 2867, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input.form-field.parsley-error {
  border-color: #CF230C !important;
}

/* line 2872, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input:-ms-input-placeholder + label, html.legacy .floating-input-wrapper input:not(:-ms-input-placeholder) + label, html.legacy .floating-input-wrapper input:focus + label {
  position: absolute;
  max-width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
}

/* line 2881, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input:-ms-input-placeholder + label {
  cursor: text;
  pointer-events: none;
  transform: translate(15px, 0) scale(1);
}

/* line 2887, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input:not(:-ms-input-placeholder) + label, html.legacy .floating-input-wrapper input:focus + label {
  cursor: pointer;
  transform: translate(15px, -14px) scale(0.8);
}

/* line 2892, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input:placeholder-shown + label, html.legacy .floating-input-wrapper input:not(:placeholder-shown) + label, html.legacy .floating-input-wrapper input:focus + label {
  position: absolute;
  max-width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
}

/* line 2901, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input:placeholder-shown + label {
  cursor: text;
  pointer-events: none;
  transform: translate(15px, 0) scale(1);
}

/* line 2907, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input:not(:placeholder-shown) + label, html.legacy .floating-input-wrapper input:focus + label {
  cursor: pointer;
  transform: translate(15px, -14px) scale(0.8);
}

/* line 2912, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper ::-moz-placeholder {
  opacity: 0;
  transition: inherit;
}

/* line 2917, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper :-ms-input-placeholder {
  opacity: 0;
  transition: inherit;
}

/* line 2922, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper ::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}

/* line 2927, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input:focus::-moz-placeholder {
  opacity: 1;
}

/* line 2931, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input:focus:-ms-input-placeholder {
  opacity: 1;
}

/* line 2935, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .floating-input-wrapper input:focus::-webkit-input-placeholder {
  opacity: 1;
}

/* line 2941, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .get-help-modal.modal.ppl-modal .modal-dialog, html.legacy .unpause-ppl-modal.modal.ppl-modal .modal-dialog {
  border-radius: 24px;
}

/* line 2944, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .get-help-modal.modal.ppl-modal .modal-dialog .modal-title, html.legacy .get-help-modal.modal.ppl-modal .modal-dialog p, html.legacy .unpause-ppl-modal.modal.ppl-modal .modal-dialog .modal-title, html.legacy .unpause-ppl-modal.modal.ppl-modal .modal-dialog p {
  vertical-align: middle;
}

/* line 2948, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .get-help-modal.modal.ppl-modal .modal-dialog .modal-body, html.legacy .unpause-ppl-modal.modal.ppl-modal .modal-dialog .modal-body {
  padding: 20px;
}

/* line 2952, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .get-help-modal.modal.ppl-modal .modal-dialog .modal-footer, html.legacy .unpause-ppl-modal.modal.ppl-modal .modal-dialog .modal-footer {
  text-align: center;
}

/* line 2955, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .get-help-modal.modal.ppl-modal .modal-dialog .modal-footer button.btn, html.legacy .unpause-ppl-modal.modal.ppl-modal .modal-dialog .modal-footer button.btn {
  color: #FFFFFF;
  background-color: #213F5F;
  border-radius: 28px;
  width: 144px;
}

/* line 2965, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .tag {
  font-size: 13px;
  padding: 2px 4px;
  border-radius: 4px;
}

/* line 2970, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .tag.green {
  color: #068456 !important;
  background-color: #E6F3EE !important;
}

/* line 2975, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .tag.yellow {
  color: #856404 !important;
  background-color: #fff3cd !important;
}

/* line 2980, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .tag.red {
  color: #CF230C !important;
  background-color: #FCE9E7 !important;
}

/* line 2985, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .tag.blue {
  color: #015AC8 !important;
  background-color: #E7F0FB !important;
}

/* line 2990, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .tag.red {
  color: #CF230C;
  background-color: #FCE9E7;
}

/* line 2995, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .tag.blue {
  color: #015AC8;
  background: #E7F0FB;
}

/* line 3001, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .text-red {
  color: #CF230C !important;
}

/* line 3005, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .new-member-btn {
  display: inline-block;
  border: 1px solid #213f5f;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 1em;
}

/* line 3013, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .organization-scroll-container {
  height: 100%;
  max-height: 275px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

/* line 3020, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .organization-list-item {
  padding: 15px 0;
  border-bottom: 1px solid #CCD1D6;
}

/* line 3024, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .organization-list-item.toggle {
  background: #F7F7F7;
  border: none;
}

/* line 3029, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .organization-list-item .switch + .switch-container {
  float: none;
  margin-bottom: 0;
}

/* line 3035, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .account-manager-info {
  padding: 10px 0 10px 12px;
  margin-top: 100px;
}

/* line 3039, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .account-manager-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* line 3045, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .account-manager-info p, html.legacy .account-manager-info a {
  color: #FFFFFF !important;
  padding: 0 !important;
}

/* line 3051, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .contact-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3060, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .contact-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3066, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .contact-icon.blue {
  background: #3A94ED;
}

/* line 3070, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .contact-icon.green {
  background: #00A878;
}

/* line 3074, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .contact-icon.red {
  background: #f24646;
}

/* line 3080, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #call-contact-modal .modal-body {
  margin: 0 auto;
}

/* line 3082, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #call-contact-modal .modal-body .contact-icon {
  margin: 0 auto 25px;
}

/* line 3085, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy #call-contact-modal .modal-body .failed-text a {
  text-decoration: underline;
  color: #3A94ED;
}

/* line 3091, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .animated-arrow {
  width: 50px;
  height: 50px;
  border: 4px solid #444;
  margin: calc(50px - 28px) auto;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  position: relative;
}

/* line 3100, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .animated-arrow:before, html.legacy .animated-arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 4px solid #444;
  border-right: 4px solid #444;
  position: absolute;
  top: 0px;
  left: -0px;
  box-shadow: 4px -4px 0 4px #fff;
}

/* line 3114, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .animated-arrow:after {
  top: 35px;
  left: 30px;
  border: none;
  border-bottom: 4px solid #444;
  border-left: 4px solid #444;
  box-shadow: -4px 4px 0 4px #fff;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 3129, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .dollar-input {
  display: flex;
  align-items: center;
  position: relative;
}

/* line 3134, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .dollar-input:before {
  position: absolute;
  content: "$";
  left: 8px;
}

/* line 3140, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .dollar-input input[type="number"] {
  padding-left: 18px;
}

/* line 3145, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .payment-method-text {
  font-size: 16px;
  margin: 30px auto 20px;
  line-height: 20px;
}

/* line 3151, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .team-member-info {
  padding-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 3157, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .team-member-tags {
  display: inline-block;
}

/* line 3160, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .team-member-tags .tag {
  display: inline-block;
  margin-top: 5px;
}

/* line 3166, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-search-container {
  position: relative;
}

/* line 3169, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-search-container .ppl-search-icon {
  position: absolute;
  bottom: 2px;
}

/* line 3174, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-search-container .ppl-search-input {
  border-bottom: 1px solid #213F5F;
  padding: 5px 0 5px 28px;
  width: 250px;
}

/* line 3180, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-search-container .ppl-search-reset-icon {
  cursor: pointer;
  position: absolute;
  bottom: 2px;
  right: 0;
}

/* line 3188, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-search-results {
  padding: 0 1%;
}

/* line 3192, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-progress {
  --progress-percent: 0%;
  background: linear-gradient(to right, #3B71AA var(--progress-percent), #E6E8EA var(--progress-percent));
  height: 4px;
  width: 100%;
}

/* line 3199, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-progress-header {
  background: #FFF1EB;
  padding: 24px 80px 24px 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 3206, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-progress-header h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  font-family: "Proxima Nova";
}

/* line 3214, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .provider-select-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 8px;
}

/* line 3220, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .provider-select-item.toggle {
  background: #F7F7F7;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* line 3227, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .provider-select-item + .provider-select-item {
  border-top: 1px solid #CCD1D6;
}

/* line 3232, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-select, html.legacy .ppl-date {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #CCD1D6;
  padding: 8px;
}

/* line 3240, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-section {
  margin-bottom: 56px;
}

/* line 3242, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-section a, html.legacy .ppl-section a:focus, html.legacy .ppl-section a:visited {
  color: #015AC8;
}

/* line 3245, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-section a:hover {
  color: #015AC8;
}

/* line 3250, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .section-separator {
  background-color: #F3F4F6;
  height: 16px;
  margin: 48px auto;
}

/* line 3256, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .text-initial {
  text-transform: initial;
}

/* line 3260, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .circle-button-container {
  border: 1px solid #CCD1D6;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

/* line 3273, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-modal .modal-subheader {
  margin-top: -10px;
  margin-bottom: 5px;
  padding: 0 25px;
  text-align: center;
}

/* line 3281, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-radio {
  margin-right: 44px;
}

/* line 3284, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-radio input[type='radio'] {
  margin: 0 8px 0 0;
  height: 20px;
  width: 20px;
}

/* line 3290, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-radio label {
  margin: 0;
}

/* line 3295, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-file-placeholder {
  border: 1px solid #CCD1D6;
  border-radius: 16px;
  padding: 16px 24px;
  max-width: 230px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 3307, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-table .row.header {
  border-radius: 20px;
  background-color: #FFF1EB;
  color: #667483;
  display: flex;
  flex-direction: row;
  font-weight: 700;
  padding: 12px 24px;
  width: 100%;
}

@media all and (max-width: 767px) {
  /* line 3319, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .ppl-table .row.ppl-table-row:nth-child(2) {
    padding-top: 0;
  }
}

/* line 3324, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-table .row.ppl-table-row {
  border-bottom: 1px solid #CCD1D6;
  font-size: 16px;
  padding: 24px;
}

/* line 3329, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-table .row.ppl-table-row label {
  text-transform: none;
}

@media all and (max-width: 767px) {
  /* line 3324, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .ppl-table .row.ppl-table-row {
    flex-direction: column;
    align-items: start;
    padding: 24px 0;
  }
  /* line 3338, app/assets/stylesheets/ppl/legacy_ppl.scss */
  html.legacy .ppl-table .row.ppl-table-row label {
    margin-right: 8px;
  }
}

/* line 3346, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .onboarding-task-row i.material-icons {
  width: 20px;
}

/* line 3349, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .onboarding-task-row i.material-icons.danger {
  color: #CF230C;
  font-size: 10px;
}

/* line 3354, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .onboarding-task-row i.material-icons.success {
  color: #068456;
  font-size: 18px;
}

/* line 3362, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-buc_settings h4 {
  margin: 10px 0 35px;
}

/* line 3365, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-buc_settings .heading-subtext {
  font-size: 18px;
  padding: 0 25px;
}

/* line 3369, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .location-manage-buc_settings .ppl-btn {
  border-radius: 20px;
  padding: 10px 40px;
  font-size: 16px;
  margin-top: 30px;
}

/* line 3377, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-page-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 550;
  color: #213F5F;
  font-family: 'Proxima Nova', sans-serif;
}

/* line 3385, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-btn, html.legacy .btn.btn-sm.btn-primary {
  background-color: #EF5844 !important;
  border: 1px solid #EF5844 !important;
  color: #FFFFFF !important;
}

/* line 3390, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-btn:visited, html.legacy .btn.btn-sm.btn-primary:visited {
  color: #FFFFFF !important;
  border-color: #EF5844 !important;
}

/* line 3394, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-btn:hover, html.legacy .btn.btn-sm.btn-primary:hover {
  color: #FFFFFF !important;
  background-color: #F38172 !important;
  text-decoration: none;
  border: 1px solid #F38172 !important;
}

/* line 3400, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-btn:active, html.legacy .btn.btn-sm.btn-primary:active {
  color: #FFFFFF !important;
  background-color: #CF230C !important;
  border: 1px solid #CF230C !important;
}

/* line 3405, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-btn:focus, html.legacy .btn.btn-sm.btn-primary:focus {
  color: #FFFFFF !important;
  border: 1px solid #083093 !important;
}

/* line 3409, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-btn:disabled, html.legacy .ppl-btn.disabled, html.legacy .btn.btn-sm.btn-primary:disabled, html.legacy .btn.btn-sm.btn-primary.disabled {
  border: 1px solid #E6E8EA !important;
  background-color: #E6E8EA !important;
  color: #808B98 !important;
}

/* line 3416, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-btn-outline {
  background-color: #FFFFFF !important;
  border: 1px solid #EF5844 !important;
  color: #CF230C !important;
}

/* line 3421, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-btn-outline:visited {
  color: #CF230C !important;
}

/* line 3424, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-btn-outline:hover {
  background-color: #FCE9E7 !important;
  color: #CF230C !important;
  text-decoration: none;
}

/* line 3429, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-btn-outline:active {
  background-color: #FBD4D0 !important;
  color: #CF230C !important;
}

/* line 3433, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-btn-outline:focus {
  border: 1px solid #083093 !important;
  color: #CF230C !important;
}

/* line 3437, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .ppl-btn-outline:disabled {
  border: 1px solid #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #808B98 !important;
}

/* line 3445, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .invoices-select-container {
  width: 200px;
}

/* line 3449, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .buc-invoice-link {
  background-color: #FFFFFF;
  color: #015AC8 !important;
  text-decoration: underline;
  font-size: 15px;
  margin-top: 8px;
}

/* line 3457, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .alert-default {
  background: #F3F4F6;
}

/* line 3460, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .alert-default i {
  color: #808B98;
}

/* line 3466, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .v-spaced &gt; :not(:last-child) {
  margin-bottom: 15px;
}

/* line 3472, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .marketing-solutions-terms-buc ol {
  counter-reset: item;
}

/* line 3476, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .marketing-solutions-terms-buc li {
  display: block;
}

/* line 3480, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .marketing-solutions-terms-buc li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: 600;
  margin: 0 5px 0 0;
}

/* line 3487, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .marketing-solutions-terms-buc .bolded {
  font-size: 18px;
  font-weight: 600;
}

/* line 3493, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .business-hours-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 3499, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .business-hours-item .business-availability {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 3505, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .business-hours-item .business-availability input[type='checkbox'] {
  margin: 0;
}

/* line 3508, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .business-hours-item .business-availability input.switch-round[type='checkbox']:checked + .switch-container:before {
  background-color: #3B71AA;
}

/* line 3513, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .business-hours-item .business-availability label {
  padding: 10px;
  margin: 10px;
}

/* line 3518, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .business-hours-item .business-availability h4 {
  padding: 10px;
  margin: 10px;
  width: 6rem;
}

/* line 3525, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .business-hours-item .business-hours {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #CCD1D6;
  margin-bottom: 1rem;
}

/* line 3534, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .business-hours-item .business-hours .form-field {
  border: none;
  width: 9rem;
}

/* line 3539, app/assets/stylesheets/ppl/legacy_ppl.scss */
html.legacy .business-hours-item .business-hours .vertical-line {
  border-right: 1px solid #CCD1D6;
  line-height: 200%;
  width: 1px;
}
/* line 2, app/assets/stylesheets/ppl/ppl.scss */
html.ppl body {
  color: #1E1E1E;
  font-family: 'Oceanic Grotesk';
}

/* line 5, app/assets/stylesheets/ppl/ppl.scss */
html.ppl body a {
  color: #377A69;
}

/* line 8, app/assets/stylesheets/ppl/ppl.scss */
html.ppl body a:hover {
  color: #8AE718;
}

/* line 11, app/assets/stylesheets/ppl/ppl.scss */
html.ppl body a.care-btn {
  color: #fff;
}

/* line 14, app/assets/stylesheets/ppl/ppl.scss */
html.ppl body select {
  width: 264px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #CCD1D6;
  padding: 8px;
}

/* line 21, app/assets/stylesheets/ppl/ppl.scss */
html.ppl body .popover-content {
  padding: 9px 14px;
}

/* line 25, app/assets/stylesheets/ppl/ppl.scss */
html.ppl body .daterangepicker {
  width: 25%;
}

/* line 28, app/assets/stylesheets/ppl/ppl.scss */
html.ppl body .daterangepicker .drp-calendar {
  display: contents;
}

/* line 32, app/assets/stylesheets/ppl/ppl.scss */
html.ppl body .daterangepicker td.active, html.ppl body .daterangepicker .daterangepicker td.active:hover {
  background-color: black !important;
}

/* line 36, app/assets/stylesheets/ppl/ppl.scss */
html.ppl body .daterangepicker td.in-range {
  background-color: #F6F3EE;
}

@media all and (max-width: 1024px) {
  /* line 25, app/assets/stylesheets/ppl/ppl.scss */
  html.ppl body .daterangepicker {
    width: auto;
  }
}

/* line 46, app/assets/stylesheets/ppl/ppl.scss */
html.ppl h6.form-label.form-header {
  text-transform: capitalize;
  font-family: 'Oceanic Grotesk';
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}

/* line 54, app/assets/stylesheets/ppl/ppl.scss */
html.ppl #wrap.ppl {
  position: relative;
  padding-top: 0;
  background: transparent;
}

/* line 59, app/assets/stylesheets/ppl/ppl.scss */
html.ppl #wrap.ppl #main {
  width: 100%;
  padding-left: 230px;
  padding-top: 0;
  padding-bottom: 40px;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  top: 64px;
}

/* line 72, app/assets/stylesheets/ppl/ppl.scss */
.underlined-link {
  color: #377A69 !important;
  font-weight: bold;
  line-height: 22px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

/* line 81, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar {
  border: 0;
  width: 230px;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 7;
  overflow: hidden;
  background: #F6F3EE;
  font-family: 'Oceanic Grotesk';
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 98, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar .inner {
  padding: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2em;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* line 110, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar .inner::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

/* line 114, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar .inner ul {
  background: transparent;
  border-radius: 3px;
}

/* line 121, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar .inner ul#sidebar-list .sidebar-link a {
  display: block;
  width: 100%;
  padding: 10px 0px 10px 20px;
  border-radius: 24px;
  margin: 12px 0;
}

/* line 128, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar .inner ul#sidebar-list .sidebar-link a .svg.sidebar-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

/* line 135, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar .inner ul#sidebar-list .sidebar-link a .text {
  font-weight: 700;
  line-height: 24px;
  height: 24px;
  vertical-align: top;
  color: #1E1E1E;
  padding-left: 5px;
  text-decoration-color: transparent;
}

/* line 145, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar .inner ul#sidebar-list .sidebar-link a .text.new:after {
  background: #45730C;
  border-radius: 4px;
  color: #FFFFFF;
  content: "New";
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin-left: 5px;
  padding: 2px 4px;
}

/* line 158, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar .inner ul#sidebar-list .sidebar-link a .text .lead-notification {
  color: white;
  float: right;
  background-color: #EF5844;
  margin-right: 2.5%;
  margin-top: 2px;
  padding: 0 0.5em;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5em;
}

/* line 172, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar .inner ul#sidebar-list .sidebar-link a:hover {
  background: #F3EEE7;
  text-decoration: none;
}

/* line 176, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar .inner ul#sidebar-list .sidebar-link a:hover svg, #marketing-sidebar .inner ul#sidebar-list .sidebar-link a:hover .text {
  text-decoration: none;
}

/* line 181, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar .inner ul#sidebar-list .current-page, #marketing-sidebar .inner ul#sidebar-list .current-page:hover {
  text-decoration: none;
}

/* line 183, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar .inner ul#sidebar-list .current-page a, #marketing-sidebar .inner ul#sidebar-list .current-page:hover a {
  background: #E5DBCC;
}

/* line 190, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar #logo-container {
  padding: 20px 12px 2em;
}

/* line 192, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar #logo-container .text-snippet {
  color: #1E1E1E;
  font-size: 1.1em;
  margin-left: 10px;
  padding-bottom: 4px;
  padding-top: 4px;
}

/* line 201, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar .sidebar-logo {
  width: 100%;
  height: 100%;
  padding: 3px 11px;
  font-family: inherit;
}

/* line 209, app/assets/stylesheets/ppl/ppl.scss */
#marketing-sidebar #logo-container:hover * {
  text-decoration: none;
}

/* line 215, app/assets/stylesheets/ppl/ppl.scss */
nav#ppl-nav {
  height: 64px;
  width: 100%;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 6;
  padding-right: 50px;
  padding-left: 230px;
  border-bottom: 1px solid #ddd;
}

/* line 226, app/assets/stylesheets/ppl/ppl.scss */
nav#ppl-nav .back-btn {
  position: relative;
  left: 10px;
  top: 10px;
  opacity: 1;
}

/* line 233, app/assets/stylesheets/ppl/ppl.scss */
nav#ppl-nav #help-nav, nav#ppl-nav #account-nav, nav#ppl-nav #notifications-nav {
  cursor: pointer;
}

/* line 237, app/assets/stylesheets/ppl/ppl.scss */
nav#ppl-nav .icons {
  height: 100%;
  float: right;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: right;
}

/* line 247, app/assets/stylesheets/ppl/ppl.scss */
nav#ppl-nav .icons &gt; div {
  margin-right: 44px;
}

/* line 249, app/assets/stylesheets/ppl/ppl.scss */
nav#ppl-nav .icons &gt; div:last-child {
  margin-right: 0px;
}

/* line 254, app/assets/stylesheets/ppl/ppl.scss */
nav#ppl-nav svg {
  height: 24px;
  width: 24px;
}

/* line 261, app/assets/stylesheets/ppl/ppl.scss */
.ppl .dropdown-menu {
  border-radius: 12px;
  padding: 15px;
  font-size: 1em;
  border: 1px solid #E6E8EA;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  min-width: 190px;
  white-space: nowrap;
}

/* line 271, app/assets/stylesheets/ppl/ppl.scss */
.ppl .dropdown-menu .dropdown-divider {
  border-bottom: 1px solid #CCD1D6;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 277, app/assets/stylesheets/ppl/ppl.scss */
.ppl .dropdown-menu .dropdown-item {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  background: transparent;
  border: none;
}

/* line 286, app/assets/stylesheets/ppl/ppl.scss */
.ppl .dropdown-menu .dropdown-item.with-icon {
  text-decoration: none;
}

/* line 289, app/assets/stylesheets/ppl/ppl.scss */
.ppl .dropdown-menu .dropdown-item.with-icon .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* line 295, app/assets/stylesheets/ppl/ppl.scss */
.ppl .dropdown-menu .dropdown-item.with-icon span:hover {
  color: #015AC8;
  text-decoration: underline;
}

/* line 302, app/assets/stylesheets/ppl/ppl.scss */
.ppl .dropdown-menu .dropdown-item:first-child {
  margin-top: 0;
}

/* line 306, app/assets/stylesheets/ppl/ppl.scss */
.ppl .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}

/* line 313, app/assets/stylesheets/ppl/ppl.scss */
#main #new-provider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #213f5f;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 1em;
}

/* line 323, app/assets/stylesheets/ppl/ppl.scss */
#main .location .title-container {
  padding: 12px 24px;
}

@media all and (max-width: 768px) {
  /* line 323, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .title-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
  }
  /* line 332, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .title-container h2 {
    margin: 0 auto 0 0;
  }
  /* line 335, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .title-container div {
    padding-top: 0;
  }
  /* line 338, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .title-container #new-provider-btn {
    background-color: #fff;
    height: 44px;
    padding: 5px 15px;
    z-index: 1;
  }
}

/* line 346, app/assets/stylesheets/ppl/ppl.scss */
#main .location .row.header {
  background-color: #F6F3EE;
  border-radius: 20px;
  padding: 12px 24px;
  font-weight: 700;
}

/* line 354, app/assets/stylesheets/ppl/ppl.scss */
#main .location .row.location.panel-location-row a {
  display: inline-flex;
  margin: 0px;
  padding: 24px 18px;
  position: relative;
  background: transparent;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  border-radius: 16px;
  width: 100%;
  color: #1E1E1E;
}

/* line 369, app/assets/stylesheets/ppl/ppl.scss */
#main .location .row.location.panel-location-row a:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  color: inherit;
}

/* line 373, app/assets/stylesheets/ppl/ppl.scss */
#main .location .row.location.panel-location-row a p {
  margin: 0;
}

/* line 376, app/assets/stylesheets/ppl/ppl.scss */
#main .location .row.location.panel-location-row a .material-icons {
  font-size: 20px;
  vertical-align: top;
}

/* line 380, app/assets/stylesheets/ppl/ppl.scss */
#main .location .row.location.panel-location-row a div.location-image {
  min-width: 80px;
  min-height: 80px;
  border-radius: 13px;
  background-size: cover;
  background-position: center;
}

/* line 387, app/assets/stylesheets/ppl/ppl.scss */
#main .location .row.location.panel-location-row a div.location-name {
  padding-left: 8px;
}

@media all and (max-width: 768px) {
  /* line 354, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .row.location.panel-location-row a {
    display: block;
    box-shadow: none;
    transition: none;
    border-radius: 0;
    border: 0;
  }
  /* line 396, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .row.location.panel-location-row a:hover {
    box-shadow: none;
    text-decoration: none;
  }
  /* line 401, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .row.location.panel-location-row a div.location-image {
    max-width: 100px;
    max-height: 100px;
    float: left;
    padding-right: 15px;
  }
  /* line 406, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .row.location.panel-location-row a div.location-image img {
    border-radius: 12px;
  }
  /* line 410, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .row.location.panel-location-row a div.location-name,
#main .location .row.location.panel-location-row a div.location-status,
#main .location .row.location.panel-location-row a div.location-budget,
#main .location .row.location.panel-location-row a div.location-buc-status {
    margin-bottom: 10px;
    padding-left: 90px;
  }
  /* line 417, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .row.location.panel-location-row a div:nth-last-child(2) {
    margin-bottom: 0;
  }
  /* line 420, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .row.location.panel-location-row a div.location-name {
    font-size: 18px;
  }
  /* line 422, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .row.location.panel-location-row a div.location-name p {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 427, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .row.location.panel-location-row a div.location-nav-details {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 36px;
  }
  /* line 435, app/assets/stylesheets/ppl/ppl.scss */
  #main .location .row.location.panel-location-row a div.location-nav-details .material-icons {
    font-size: 36px;
  }
}

/* line 442, app/assets/stylesheets/ppl/ppl.scss */
#main .location .row.location.panel-location-row:after {
  border-bottom: 1px solid #CCD1D6;
  width: calc(100% - 32px);
  margin: 0 auto;
}

/* line 447, app/assets/stylesheets/ppl/ppl.scss */
#main .location .row.location.panel-location-row:last-child:after {
  border-bottom: 0;
}

/* line 456, app/assets/stylesheets/ppl/ppl.scss */
#main .location-header .location-manage-nav .nav.nav-tabs li a {
  margin: 0;
  background: transparent;
  text-align: center;
  border: 0;
  border-bottom: 4px solid transparent;
  color: #1E1E1E;
}

/* line 464, app/assets/stylesheets/ppl/ppl.scss */
#main .location-header .location-manage-nav .nav.nav-tabs li a:hover {
  color: #377A69;
}

/* line 467, app/assets/stylesheets/ppl/ppl.scss */
#main .location-header .location-manage-nav .nav.nav-tabs li a.current-tab {
  border-bottom: 4px solid #1E1E1E;
  font-weight: bold;
}

/* line 471, app/assets/stylesheets/ppl/ppl.scss */
#main .location-header .location-manage-nav .nav.nav-tabs li a.new:after {
  background: #45730C;
  border-radius: 4px;
  color: #FFFFFF;
  content: "New";
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 5px;
  padding: 2px 4px;
}

/* line 488, app/assets/stylesheets/ppl/ppl.scss */
#main .btn {
  cursor: pointer;
}

/* line 491, app/assets/stylesheets/ppl/ppl.scss */
#main .btn.location-edit-btn {
  width: auto;
  border: 1px solid #333;
  border-radius: 20px;
  margin-top: 00px;
  padding: 5px 34px;
  font-size: 16px;
}

/* line 499, app/assets/stylesheets/ppl/ppl.scss */
#main .btn.location-edit-btn:hover {
  color: inherit;
}

/* line 502, app/assets/stylesheets/ppl/ppl.scss */
#main .btn.location-update-btn, #main .btn.location-cancel-btn {
  border-radius: 28px;
  width: 180px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}

/* line 511, app/assets/stylesheets/ppl/ppl.scss */
#main .btn.location-cancel-btn {
  color: #1E1E1E;
  margin-right: 16px;
}

/* line 518, app/assets/stylesheets/ppl/ppl.scss */
#main .map-pane h2 {
  font-size: 48px;
  font-weight: bold;
  color: #B3BAC1;
  padding: 10px 0;
}

/* line 524, app/assets/stylesheets/ppl/ppl.scss */
#main .map-pane p {
  font-weight: bold;
  padding: 10px 0;
}

/* line 528, app/assets/stylesheets/ppl/ppl.scss */
#main .map-pane div.button {
  text-align: center;
}

/* line 530, app/assets/stylesheets/ppl/ppl.scss */
#main .map-pane div.button button.save-map {
  position: fixed;
  bottom: 20px;
  border-radius: 100px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  width: 252px;
  height: 56px;
  left: calc(50% - 252px/2);
}

/* line 542, app/assets/stylesheets/ppl/ppl.scss */
#main .map-pane.panel {
  margin: 30px auto 0;
  max-width: 800px;
}

/* line 545, app/assets/stylesheets/ppl/ppl.scss */
#main .map-pane.panel .map-container {
  margin-top: 32px;
  width: 100%;
  height: 400px;
}

/* line 552, app/assets/stylesheets/ppl/ppl.scss */
#main .map-pane.panel .map-container .mapboxgl-control-container .mapboxgl-ctrl-top-left div.mapboxgl-ctrl-geocoder input {
  padding: 6px 35px;
}

@media all and (max-width: 767px) {
  /* line 560, app/assets/stylesheets/ppl/ppl.scss */
  #main .map-pane.panel h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

/* line 569, app/assets/stylesheets/ppl/ppl.scss */
#main #add-location-modal.modal.ppl-modal .modal-dialog {
  border-radius: 24px;
}

/* line 571, app/assets/stylesheets/ppl/ppl.scss */
#main #add-location-modal.modal.ppl-modal .modal-dialog .modal-title, #main #add-location-modal.modal.ppl-modal .modal-dialog p {
  vertical-align: middle;
}

/* line 574, app/assets/stylesheets/ppl/ppl.scss */
#main #add-location-modal.modal.ppl-modal .modal-dialog .modal-footer {
  text-align: center;
}

/* line 576, app/assets/stylesheets/ppl/ppl.scss */
#main #add-location-modal.modal.ppl-modal .modal-dialog .modal-footer button.btn {
  color: #FFFFFF;
  background-color: #213F5F;
  border-radius: 28px;
  width: 144px;
  left: calc(50% - 144px/2);
}

/* line 588, app/assets/stylesheets/ppl/ppl.scss */
#main .modal.ppl-modal.pause-ppl-modal .modal-dialog {
  width: 311px;
  height: 220px;
}

/* line 591, app/assets/stylesheets/ppl/ppl.scss */
#main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content {
  border-radius: 24px;
  padding: 20px 0;
}

/* line 594, app/assets/stylesheets/ppl/ppl.scss */
#main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-header {
  padding: 10px 15px;
}

/* line 596, app/assets/stylesheets/ppl/ppl.scss */
#main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-header .modal-title, #main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-header p {
  vertical-align: middle;
}

/* line 600, app/assets/stylesheets/ppl/ppl.scss */
#main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-body {
  padding: 12px 20px;
}

/* line 602, app/assets/stylesheets/ppl/ppl.scss */
#main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-body .pause-duration {
  margin: 10px auto;
}

/* line 605, app/assets/stylesheets/ppl/ppl.scss */
#main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-body p {
  padding-bottom: 10px;
}

/* line 608, app/assets/stylesheets/ppl/ppl.scss */
#main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-body select {
  width: 264px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #CCD1D6;
  padding: 8px;
}

/* line 616, app/assets/stylesheets/ppl/ppl.scss */
#main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-footer {
  text-align: center;
  border-top: none;
}

/* line 619, app/assets/stylesheets/ppl/ppl.scss */
#main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-footer .btn.btn {
  border-radius: 28px;
  width: 128px;
  left: calc(50% - 128px/2);
}

/* line 623, app/assets/stylesheets/ppl/ppl.scss */
#main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-footer .btn.btn-cancel {
  color: #1E1E1E;
  background-color: #FFFFFF;
  border: 1px solid #213F5F;
}

/* line 628, app/assets/stylesheets/ppl/ppl.scss */
#main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-footer .btn.btn-pause {
  color: #FFFFFF;
  background-color: #EF5844;
}

/* line 632, app/assets/stylesheets/ppl/ppl.scss */
#main .modal.ppl-modal.pause-ppl-modal .modal-dialog .modal-content .modal-footer .btn.btn-done {
  color: #FFFFFF;
  background-color: #213F5F;
}

/* line 643, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location {
  padding: 0 48px;
  margin: 0 auto;
  max-width: 800px;
}

/* line 647, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location h4 {
  margin-bottom: 10px;
  font-family: 'Oceanic Grotesk';
}

/* line 651, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location p {
  line-height: normal;
}

/* line 654, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location label {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
}

/* line 660, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-details {
  padding-bottom: 24px;
}

/* line 663, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-details-headline {
  color: #1E1E1E;
  font-size: 40px;
  font-weight: 700;
  padding: 40px 0 30px;
  font-family: 'NaN Druid Sans';
}

/* line 670, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-display-name {
  margin: 16px 0 48px;
}

/* line 673, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-display-name input.form-field {
  border-radius: 12px;
  padding-left: 15px;
}

/* line 679, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-address i.has-tooltip {
  position: absolute;
  right: 0px;
  padding: 8px 10px;
  color: #B3BAC1;
  top: 15px;
}

@media all and (min-width: 768px) {
  /* line 688, app/assets/stylesheets/ppl/ppl.scss */
  #main .panel.provider-edit-location .provider-edit-address .form-group + .form-group {
    padding-left: 10px;
  }
}

/* line 694, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .check-box-container input {
  margin: 20px 10px 0 0;
  transform: scale(1.25);
}

/* line 699, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-description-example {
  margin-bottom: 16px;
}

/* line 702, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .view-example {
  color: #377A69;
  text-decoration: underline;
  cursor: pointer;
}

/* line 707, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .example-container {
  margin: 24px 0;
  padding-left: 58px;
  position: relative;
}

/* line 711, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .example-container .example-img {
  position: absolute;
  left: 0;
  top: -4px;
}

/* line 716, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .example-container h5 {
  margin-bottom: 8px;
}

/* line 720, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .custom-checkbox-container {
  margin-top: 1em;
}

/* line 723, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-about {
  margin-bottom: 60px;
}

/* line 725, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-about textarea {
  border-radius: 12px;
  padding: 10px;
  transition: border-color 200ms;
}

/* line 730, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-about textarea:hover, #main .panel.provider-edit-location .provider-edit-about textarea:focus {
  border-color: #025747;
}

/* line 735, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-picture {
  margin-bottom: 48px;
}

/* line 738, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-picture input[type="file"] {
  display: none;
}

/* line 741, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-picture .btn.change-photo-btn {
  width: auto;
  border: 1px solid #333;
  border-radius: 20px;
  margin-top: 00px;
  padding: 5px 15px;
}

/* line 748, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-picture .vcenter {
  display: flex;
  align-items: center;
}

/* line 752, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-picture .provider-image {
  margin-right: 15px;
}

/* line 754, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-picture .provider-image img {
  border-radius: 12px;
  max-width: 200px;
}

/* line 761, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-edit-contact,
#main .panel.provider-edit-location .provider-edit-budget,
#main .panel.provider-edit-location .provider-edit-offerings,
#main .panel.provider-edit-location .provider-edit-business-hours {
  margin-bottom: 48px;
}

/* line 768, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-details-slider-info {
  color: #1E1E1E;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 32px;
}

/* line 775, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-btn-inner-container {
  width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 48px;
}

@media all and (max-width: 767px) {
  /* line 775, app/assets/stylesheets/ppl/ppl.scss */
  #main .panel.provider-edit-location .provider-btn-inner-container {
    padding: 0;
  }
}

@media all and (max-width: 991px) {
  /* line 775, app/assets/stylesheets/ppl/ppl.scss */
  #main .panel.provider-edit-location .provider-btn-inner-container {
    padding: 0 10px;
    width: 100%;
  }
}

/* line 792, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .provider-btn-container {
  background-color: #FFFFFF;
  border-top: 1px solid #CCD1D6;
  text-align: center;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  left: 230px;
  padding: 20px;
  width: calc(100% - 230px);
  z-index: 5;
  display: flex;
  justify-content: center;
}

@media all and (max-width: 991px) {
  /* line 792, app/assets/stylesheets/ppl/ppl.scss */
  #main .panel.provider-edit-location .provider-btn-container {
    margin-left: 0;
    left: 0;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  /* line 814, app/assets/stylesheets/ppl/ppl.scss */
  #main .panel.provider-edit-location .provider-edit-details-headline {
    font-size: 28px;
    line-height: 34px;
    padding: 40px 0 34px;
  }
}

/* line 821, app/assets/stylesheets/ppl/ppl.scss */
#main .panel.provider-edit-location .edit-license-container,
#main .panel.provider-edit-location .edit-insurance-container {
  padding: 0;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 827, app/assets/stylesheets/ppl/ppl.scss */
  #main .panel.provider-edit-location {
    padding: 0 15px;
  }
}

/* line 833, app/assets/stylesheets/ppl/ppl.scss */
.slider-container-text {
  color: #377A69;
  text-align: left;
  line-height: 26px;
  font-size: 21px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 843, app/assets/stylesheets/ppl/ppl.scss */
.organization-account-settings {
  position: relative;
  top: 48px;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

/* line 850, app/assets/stylesheets/ppl/ppl.scss */
.organization-account-settings .account-settings-title {
  color: #1E1E1E;
  font-size: 36px;
  margin-bottom: 48px;
}

/* line 856, app/assets/stylesheets/ppl/ppl.scss */
.organization-account-settings #edit-personal-info-link, .organization-account-settings #edit-user-business-link {
  color: #377A69;
  font-size: 0.9em;
  position: relative;
  bottom: 5px;
}

/* line 863, app/assets/stylesheets/ppl/ppl.scss */
.organization-account-settings .pencil-container {
  position: absolute;
  right: 0;
}

/* line 866, app/assets/stylesheets/ppl/ppl.scss */
.organization-account-settings .pencil-container svg {
  transform: scale(0.7);
}

/* line 871, app/assets/stylesheets/ppl/ppl.scss */
.organization-account-settings .title {
  font-size: 18px;
}

/* line 876, app/assets/stylesheets/ppl/ppl.scss */
.inverted-colorwave {
  background: url("https://d19tb5uaenw7es.cloudfront.net/footer_colorwave_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: matrix(1, 0, 0, -1, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  height: 101px;
  width: 408px;
}

/* line 888, app/assets/stylesheets/ppl/ppl.scss */
.acc-form-input {
  border-radius: 12px;
  padding: 10px 15px;
  color: #1E1E1E;
}

/* line 894, app/assets/stylesheets/ppl/ppl.scss */
.row.inside {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}

/* line 899, app/assets/stylesheets/ppl/ppl.scss */
.account-settings-container .form-field, #update-user-password-modal .form-field {
  border: 1px solid #e4e7ea;
  border-color: #CCD1D6;
  border-radius: 12px;
  padding: 8px 7px;
}

/* line 906, app/assets/stylesheets/ppl/ppl.scss */
ul.ui-autocomplete {
  border: 1px solid #e4e7ea;
  border-color: #CCD1D6;
  border-radius: 12px;
  padding: 8px 7px;
  width: 25%;
}

/* line 915, app/assets/stylesheets/ppl/ppl.scss */
body.new-modal-design .modal-content {
  border-radius: 24px;
  box-shadow: none;
}

/* line 920, app/assets/stylesheets/ppl/ppl.scss */
body.new-modal-design .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 925, app/assets/stylesheets/ppl/ppl.scss */
body.new-modal-design .modal-header span.dismiss {
  right: 20px;
  top: auto;
  box-shadow: none;
}

/* line 932, app/assets/stylesheets/ppl/ppl.scss */
body.new-modal-design .modal-backdrop {
  background-color: #282B30;
}

/* line 938, app/assets/stylesheets/ppl/ppl.scss */
#update-user-password-modal .modal-header, #update-user-text-permission-modal .modal-header, #edit-license-modal .modal-header, #edit-insurance-modal .modal-header, #edit-team-member-modal .modal-header, #add-member-modal .modal-header, #switch-organizations-modal .modal-header, #email-contact-modal .modal-header, #tour-availabilities-update-hours-modal .modal-header, #call-contact-modal .modal-header, #edit-offering-modal .modal-header, .new-card-modal .modal-header, .ppl-modal .modal-header {
  text-align: center;
  padding: 25px 45px 15px;
  font-size: 18px;
  font-weight: 700;
}

/* line 945, app/assets/stylesheets/ppl/ppl.scss */
#update-user-password-modal .modal-body, #update-user-text-permission-modal .modal-body, #edit-license-modal .modal-body, #edit-insurance-modal .modal-body, #edit-team-member-modal .modal-body, #add-member-modal .modal-body, #switch-organizations-modal .modal-body, #email-contact-modal .modal-body, #tour-availabilities-update-hours-modal .modal-body, #call-contact-modal .modal-body, #edit-offering-modal .modal-body, .new-card-modal .modal-body, .ppl-modal .modal-body {
  padding: 25px 30px;
}

/* line 951, app/assets/stylesheets/ppl/ppl.scss */
#tour-availabilities-update-hours-modal #tour-availabilities-update-hours-cta-btn {
  background-color: #213F5F;
  border-color: #213F5F;
}

/* line 957, app/assets/stylesheets/ppl/ppl.scss */
#tour-availabilities-update-hours-modal #tour-availabilities-update-hours-cta-btn:hover {
  background-color: #1E1E1E;
  border-color: #1E1E1E;
  text-decoration: none;
}

/* line 963, app/assets/stylesheets/ppl/ppl.scss */
#tour-availabilities-update-hours-modal #tour-availabilities-update-hours-cta-btn[disabled] {
  background-color: #E6E8EA;
  border-color: #E6E8EA;
}

@media all and (max-width: 767px) {
  /* line 972, app/assets/stylesheets/ppl/ppl.scss */
  .modal.full-screen-xs .modal-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 982, app/assets/stylesheets/ppl/ppl.scss */
  .modal.full-screen-xs .modal-content {
    min-height: 100%;
    max-height: 100%;
    border-radius: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  /* line 990, app/assets/stylesheets/ppl/ppl.scss */
  .modal.full-screen-xs .user-submit-btn {
    width: 100%;
  }
}

/* line 996, app/assets/stylesheets/ppl/ppl.scss */
.user-submit-btn {
  background-color: #EF5844;
  border-radius: 28px;
  border: none;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  padding: 15px 40px;
  width: 265px;
}

/* line 1008, app/assets/stylesheets/ppl/ppl.scss */
.ppl-insights .link, .ppl-modal .link, .location-table .link, .ppl-table .link {
  color: #377A69 !important;
}

/* line 1013, app/assets/stylesheets/ppl/ppl.scss */
.logout-btn {
  background-color: #FFFFFF;
  color: #1E1E1E;
  border: 1px solid #213F5F;
  border-radius: 28px;
  padding: 14px;
  cursor: pointer;
  font-size: 17px;
  line-height: 10px;
  text-align: center;
  display: inline-block;
  height: 40px;
  width: 138px;
  max-width: 300px;
  margin: 0 auto;
}

/* line 1029, app/assets/stylesheets/ppl/ppl.scss */
.logout-btn:hover {
  text-decoration: none;
  color: #1E1E1E !important;
}

/* line 1035, app/assets/stylesheets/ppl/ppl.scss */
span.eye-icon {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 15px;
}

/* line 1042, app/assets/stylesheets/ppl/ppl.scss */
.text-container {
  position: relative;
}

/* line 1046, app/assets/stylesheets/ppl/ppl.scss */
.clear-text.material-icons {
  display: none;
  position: absolute;
  top: 7px;
  bottom: 0;
  opacity: 0.2;
  right: 5px;
  cursor: pointer;
}

/* line 1055, app/assets/stylesheets/ppl/ppl.scss */
.clear-text.material-icons:hover {
  opacity: 1;
}

/* line 1060, app/assets/stylesheets/ppl/ppl.scss */
#success-alert {
  position: relative;
}

/* line 1064, app/assets/stylesheets/ppl/ppl.scss */
.custom-success-alert {
  background-color: #E6F3EE !important;
  border-radius: 16px !important;
  border-color: #00A878 !important;
  margin: 0 auto;
  width: 328px;
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
}

/* line 1077, app/assets/stylesheets/ppl/ppl.scss */
.custom-success-alert span {
  color: #1da878;
  text-align: left;
}

/* line 1083, app/assets/stylesheets/ppl/ppl.scss */
.custom-alert-text {
  display: flex;
  align-items: center;
  text-align: left;
}

/* line 1089, app/assets/stylesheets/ppl/ppl.scss */
.custom-alert-close {
  position: absolute;
  right: -13px;
  top: -13px;
  opacity: 1;
  font-weight: normal;
  transform: scale(0.8);
  border-radius: 50%;
  padding: 3px;
  background-color: #E6F3EE !important;
  border-color: #00A878 !important;
  border: 1px solid;
}

/* line 1103, app/assets/stylesheets/ppl/ppl.scss */
.custom-alert-checkmark-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

/* line 1112, app/assets/stylesheets/ppl/ppl.scss */
.custom-alert-checkmark-circle span {
  font-size: 28px;
  margin-right: 10px;
}

/* TODO: Make sidebar collapsable */
@media all and (max-width: 767px) {
  /* line 1121, app/assets/stylesheets/ppl/ppl.scss */
  .organization-account-settings .panel .inner {
    padding: 0px;
    box-shadow: none;
  }
  /* line 1126, app/assets/stylesheets/ppl/ppl.scss */
  .organization-account-settings #customization {
    width: 100%;
  }
  /* line 1130, app/assets/stylesheets/ppl/ppl.scss */
  .organization-account-settings .account-settings-title {
    font-size: 21px;
    margin-bottom: 32px;
  }
  /* line 1135, app/assets/stylesheets/ppl/ppl.scss */
  .organization-account-settings .inverted-colorwave {
    width: 150px;
    height: 35px;
    background-size: contain;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /* TODO */
}

@media all and (max-width: 991px) {
  /* line 1151, app/assets/stylesheets/ppl/ppl.scss */
  .responsive-sidebar nav#ppl-nav .back-btn {
    left: 65px;
  }
}

/* line 1162, app/assets/stylesheets/ppl/ppl.scss */
.wide-sidebar-design nav#ppl-nav {
  padding-left: 345px;
}

/* line 1167, app/assets/stylesheets/ppl/ppl.scss */
.billing-container, .insights-container {
  position: relative;
  color: #1E1E1E;
}

/* line 1171, app/assets/stylesheets/ppl/ppl.scss */
.billing-container #spend_amount, .insights-container #spend_amount {
  color: #707070;
}

/* line 1176, app/assets/stylesheets/ppl/ppl.scss */
.billing-arrow-btn {
  display: none;
  border: 2px solid #213F5F;
  background-color: #ffffff;
  cursor: pointer;
  position: absolute;
  height: 10px;
  width: 10px;
  border-bottom-width: 0;
  border-right-width: 0;
  z-index: 5;
}

@media all and (max-width: 767px) {
  /* line 1176, app/assets/stylesheets/ppl/ppl.scss */
  .billing-arrow-btn {
    display: block;
  }
}

/* line 1192, app/assets/stylesheets/ppl/ppl.scss */
.billing-arrow-btn.mobile-go-back {
  transform: rotate(-45deg);
  top: 30px;
  left: 35px;
}

/* line 1198, app/assets/stylesheets/ppl/ppl.scss */
.billing-arrow-btn.mobile-billing-nav {
  transform: rotate(135deg);
  top: 22px;
  right: 20px;
}

/* line 1205, app/assets/stylesheets/ppl/ppl.scss */
.billing-header {
  color: #213F5F;
  font-size: 36px;
}

@media all and (max-width: 767px) {
  /* line 1205, app/assets/stylesheets/ppl/ppl.scss */
  .billing-header {
    display: none;
  }
}

/* line 1214, app/assets/stylesheets/ppl/ppl.scss */
.billing-colorwave {
  background: url("https://d19tb5uaenw7es.cloudfront.net/footer_colorwave_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -15px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  height: 101px;
  width: 408px;
  z-index: 1;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 1214, app/assets/stylesheets/ppl/ppl.scss */
  .billing-colorwave {
    height: 50px;
    width: 202px;
  }
}

/* line 1233, app/assets/stylesheets/ppl/ppl.scss */
.billing-mobile-nav-container {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  text-align: left;
}

/* line 1239, app/assets/stylesheets/ppl/ppl.scss */
.billing-mobile-nav-container.open {
  display: flex;
  flex-direction: column;
}

/* line 1243, app/assets/stylesheets/ppl/ppl.scss */
.billing-mobile-nav-container.open .billing-arrow-btn.mobile-go-back {
  display: none;
}

/* line 1249, app/assets/stylesheets/ppl/ppl.scss */
.billing-mobile-header {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 1255, app/assets/stylesheets/ppl/ppl.scss */
.billing-mobile-nav-item {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0;
}

/* line 1263, app/assets/stylesheets/ppl/ppl.scss */
a.billing-mobile-nav-item, a.billing-mobile-nav-item:visited, a.billing-mobile-nav-item:focus {
  border-bottom: 1px solid #CCD1D6;
  color: #1E1E1E !important;
  text-decoration: none !important;
}

/* line 1269, app/assets/stylesheets/ppl/ppl.scss */
.billing-tabs-container {
  border-bottom: 1px solid #CCD1D6;
  display: flex;
  flex-direction: row;
  line-height: 24px;
  margin-top: 40px;
  width: 100%;
}

/* line 1277, app/assets/stylesheets/ppl/ppl.scss */
.billing-tabs-container .credit-info {
  margin-left: auto;
}

@media all and (max-width: 767px) {
  /* line 1269, app/assets/stylesheets/ppl/ppl.scss */
  .billing-tabs-container {
    display: none;
  }
}

/* line 1285, app/assets/stylesheets/ppl/ppl.scss */
.billing-tabs-container .billing-tab {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 8px;
  margin-top: auto;
  margin-left: 40px;
}

/* line 1294, app/assets/stylesheets/ppl/ppl.scss */
.billing-tabs-container .billing-tab a {
  color: inherit !important;
  text-decoration: none;
}

/* line 1299, app/assets/stylesheets/ppl/ppl.scss */
.billing-tabs-container .billing-tab.-active {
  font-weight: 700;
}

/* line 1302, app/assets/stylesheets/ppl/ppl.scss */
.billing-tabs-container .billing-tab.-active .billing-tab-border {
  display: block;
}

/* line 1307, app/assets/stylesheets/ppl/ppl.scss */
.billing-tabs-container .billing-tab:first-child {
  margin-left: 0;
}

/* line 1312, app/assets/stylesheets/ppl/ppl.scss */
.billing-tabs-container .billing-tab-border {
  display: none;
  border-radius: 5px;
  background-color: #1E1E1E;
  position: absolute;
  bottom: -1px;
  height: 4px;
  width: 100%;
}

/* line 1323, app/assets/stylesheets/ppl/ppl.scss */
.billing-content {
  padding-top: 10px;
  margin-top: 25px;
}

/* line 1327, app/assets/stylesheets/ppl/ppl.scss */
.billing-content .content-headline {
  text-align: left;
  font-size: 21px;
  font-weight: 700;
}

/* line 1334, app/assets/stylesheets/ppl/ppl.scss */
.billing-content-items {
  display: block;
}

/* line 1337, app/assets/stylesheets/ppl/ppl.scss */
.billing-content-items.hide {
  display: none;
}

/* line 1342, app/assets/stylesheets/ppl/ppl.scss */
.statements-container {
  margin-top: 25px;
}

@media all and (max-width: 767px) {
  /* line 1345, app/assets/stylesheets/ppl/ppl.scss */
  .statements-container .hide-on-mobile {
    display: none;
  }
}

/* line 1352, app/assets/stylesheets/ppl/ppl.scss */
.statements-container .columns-headline-block {
  border-radius: 12px;
  background-color: #F6F3EE;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 15px;
  width: 100%;
  display: flex;
}

@media all and (max-width: 767px) {
  /* line 1352, app/assets/stylesheets/ppl/ppl.scss */
  .statements-container .columns-headline-block {
    border-radius: 0;
  }
  /* line 1365, app/assets/stylesheets/ppl/ppl.scss */
  .statements-container .columns-headline-block .collapsable-column {
    display: none;
  }
}

/* line 1371, app/assets/stylesheets/ppl/ppl.scss */
.statements-container .column-headline {
  text-transform: capitalize;
  color: #707070;
}

/* line 1375, app/assets/stylesheets/ppl/ppl.scss */
.statements-container .column-headline.-item-to-expand {
  flex-grow: 1;
}

/* line 1379, app/assets/stylesheets/ppl/ppl.scss */
.statements-container .column-headline a {
  color: #707070 !important;
}

/* line 1388, app/assets/stylesheets/ppl/ppl.scss */
.statements-container .statement-row {
  border-bottom: 1px solid #CCD1D6;
  cursor: default;
  padding: 25px 15px;
}

@media all and (max-width: 767px) {
  /* line 1394, app/assets/stylesheets/ppl/ppl.scss */
  .statements-container .statement-info-items-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 1404, app/assets/stylesheets/ppl/ppl.scss */
.statements-container .statement-info-item .retry-payment-link,
.statements-container .statement-info-item .cancel-payment-link {
  color: #D01E1E;
  font-weight: bold;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  /* line 1402, app/assets/stylesheets/ppl/ppl.scss */
  .statements-container .statement-info-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

/* line 1417, app/assets/stylesheets/ppl/ppl.scss */
.statements-container .statement-view-item {
  align-self: center;
  cursor: pointer;
  font-weight: 700;
  text-align: right;
  padding-right: 15px;
}

@media all and (max-width: 767px) {
  /* line 1417, app/assets/stylesheets/ppl/ppl.scss */
  .statements-container .statement-view-item {
    padding-top: 4px;
    padding-bottom: 4px;
    align-self: flex-start;
  }
}

/* line 1433, app/assets/stylesheets/ppl/ppl.scss */
.selectize-dropdown .active {
  color: #377A69 !important;
}

/* line 1437, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 16px;
}

/* line 1444, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-method {
  border: 1px solid #CCD1D6;
  border-radius: 16px;
  background-color: #FFFFFF;
  order: 2;
  margin-top: 25px;
  margin-right: 25px;
  padding: 30px 25px;
  height: 212px;
  width: 300px;
  min-width: 300px;
}

@media all and (max-width: 480px) {
  /* line 1444, app/assets/stylesheets/ppl/ppl.scss */
  .payment-methods-container .payment-method {
    width: 100%;
    margin-right: 0;
  }
}

/* line 1460, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-method.-add-card {
  border: none;
  background-color: #FFFFFF;
  border: 1px solid #025747;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1469, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-method.-add-card:hover {
  border: 1px solid #025747;
  text-decoration: underline;
}

/* line 1475, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-method.-preferred {
  order: 1;
}

/* line 1478, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-method.-preferred .payment-card-preferred {
  display: block;
}

/* line 1482, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-method.-preferred .payment-card-set-preferred {
  display: none;
}

/* line 1490, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-card-system img {
  height: 32px;
  vertical-align: top;
}

/* line 1496, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-card-number {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 24px;
}

/* line 1503, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-card-preferred {
  display: none;
  color: #068456;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 8px 0 32px;
}

/* line 1512, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-card-set-preferred {
  color: #025747;
  cursor: pointer;
  display: block;
  margin: 25px 0 15px;
  background: transparent;
}

/* line 1519, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-card-set-preferred:hover {
  text-decoration: underline;
}

/* line 1523, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-card-set-preferred:hover, .payment-methods-container .payment-card-set-preferred:visited {
  color: #025747;
}

/* line 1528, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-card-remove {
  color: #025747;
  cursor: pointer;
  display: block;
  background: transparent;
}

/* line 1534, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-card-remove:hover {
  text-decoration: underline;
}

/* line 1538, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .payment-card-remove:hover, .payment-methods-container .payment-card-remove:visited {
  color: #025747;
}

/* line 1543, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .add-card-link {
  color: #025747;
  order: 2;
  font-weight: 700;
  text-decoration: none;
}

/* line 1549, app/assets/stylesheets/ppl/ppl.scss */
.payment-methods-container .add-card-link:hover, .payment-methods-container .add-card-link:visited {
  color: #025747;
}

@media all and (max-width: 480px) {
  /* line 1543, app/assets/stylesheets/ppl/ppl.scss */
  .payment-methods-container .add-card-link {
    width: 100%;
    margin-right: 0;
  }
}

/* line 1562, app/assets/stylesheets/ppl/ppl.scss */
.create-org-card .payment-errors {
  margin: 0 0 20px;
}

/* line 1566, app/assets/stylesheets/ppl/ppl.scss */
.create-org-card .checkbox-row {
  padding: 35px 0;
  display: flex;
  justify-content: center;
}

/* line 1571, app/assets/stylesheets/ppl/ppl.scss */
.create-org-card .checkbox-row label {
  color: #1E1E1E;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

/* line 1578, app/assets/stylesheets/ppl/ppl.scss */
.create-org-card .checkbox-row input[type="checkbox"] {
  margin: 0 10px 0 0;
}

/* line 1583, app/assets/stylesheets/ppl/ppl.scss */
.create-org-card .create-card-btn {
  background-color: #EF5844;
  border-radius: 28px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  padding: 15px 40px;
  width: 345px;
}

@media all and (max-width: 767px) {
  /* line 1583, app/assets/stylesheets/ppl/ppl.scss */
  .create-org-card .create-card-btn {
    width: 200px;
  }
}

/* line 1600, app/assets/stylesheets/ppl/ppl.scss */
.corporate-leads .inner {
  padding: 15px;
}

/* line 1605, app/assets/stylesheets/ppl/ppl.scss */
.panel.corporate-billing, .panel.ppl-insights {
  margin-top: 0;
  padding-top: 15px;
}

/* line 1609, app/assets/stylesheets/ppl/ppl.scss */
.panel.corporate-billing .inner, .panel.ppl-insights .inner {
  padding: 15px;
}

@media all and (max-width: 767px) {
  /* line 1615, app/assets/stylesheets/ppl/ppl.scss */
  .panel.corporate-billing {
    border: 0;
    margin: 0;
    width: 100%;
  }
  /* line 1620, app/assets/stylesheets/ppl/ppl.scss */
  .panel.corporate-billing .inner {
    padding: 15px 0;
  }
  /* line 1624, app/assets/stylesheets/ppl/ppl.scss */
  .panel.corporate-billing .payment-methods-container {
    padding: 0 30px;
  }
}

/* line 1632, app/assets/stylesheets/ppl/ppl.scss */
.age-range-slider.ui-widget.ui-widget-content, .budget-range-slider.ui-widget.ui-widget-content {
  border: none;
  background-color: #F3F4F6;
  border-radius: 5px;
  height: 8px;
}

/* line 1639, app/assets/stylesheets/ppl/ppl.scss */
.age-range-slider .ui-slider-handle, .budget-range-slider .ui-slider-handle {
  border-radius: 50%;
}

/* line 1642, app/assets/stylesheets/ppl/ppl.scss */
.age-range-slider .ui-slider-handle.ui-state-default, .age-range-slider .ui-slider-handle.ui-state-hover, .age-range-slider .ui-slider-handle.ui-state-active, .budget-range-slider .ui-slider-handle.ui-state-default, .budget-range-slider .ui-slider-handle.ui-state-hover, .budget-range-slider .ui-slider-handle.ui-state-active {
  height: 24px;
  width: 24px;
  top: -8px;
  margin-left: -12px;
  border: 2px solid #1E1E1E;
  background-color: #FFFFFF;
}

/* line 1652, app/assets/stylesheets/ppl/ppl.scss */
.age-range-slider .ui-slider-range, .budget-range-slider .ui-slider-range {
  background-color: #1E1E1E;
  border-radius: 5px;
}

/* line 1658, app/assets/stylesheets/ppl/ppl.scss */
.insights-content-container {
  margin-top: 45px;
}

/* line 1659, app/assets/stylesheets/ppl/ppl.scss */
.insights-content-container .small {
  font-size: 16px;
  line-height: 22px;
}

/* line 1664, app/assets/stylesheets/ppl/ppl.scss */
.insights-content-container .big {
  margin: 10px 0 10px 0;
  font-size: 36px;
  line-height: 42px;
}

/* line 1670, app/assets/stylesheets/ppl/ppl.scss */
.insights-content-container .gray {
  color: #505D6D;
}

/* line 1674, app/assets/stylesheets/ppl/ppl.scss */
.insights-content-container .location-table-heading {
  margin-top: 30px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 550;
  font-family: 'NaN Druid Sans', sans-serif;
}

/* line 1682, app/assets/stylesheets/ppl/ppl.scss */
.insights-content-container .insights-table-container {
  margin-top: 40px;
}

@media all and (max-width: 767px) {
  /* line 1687, app/assets/stylesheets/ppl/ppl.scss */
  .insights-content-container .insights-lead-stats .franchise-insights-row {
    display: flex;
    flex-direction: column;
  }
  /* line 1692, app/assets/stylesheets/ppl/ppl.scss */
  .insights-content-container .insights-lead-stats .franchise-insights-row .franchise-insights-col {
    margin-bottom: 20px;
  }
}

/* line 1702, app/assets/stylesheets/ppl/ppl.scss */
.na-franchise-tooltip {
  vertical-align: top;
}

/* line 1706, app/assets/stylesheets/ppl/ppl.scss */
.provider-offerings-container, .provider-contacts-container {
  margin-bottom: 56px;
}

/* line 1710, app/assets/stylesheets/ppl/ppl.scss */
.provider-offerings-container .offerings-table .row.header, .provider-offerings-container .contacts-table .row.header, .provider-contacts-container .offerings-table .row.header, .provider-contacts-container .contacts-table .row.header {
  border-radius: 20px;
  background-color: #FAF8F5;
  color: #707070;
  display: flex;
  flex-direction: row;
  font-weight: 700;
  padding: 12px 24px;
  width: 100%;
}

@media all and (max-width: 767px) {
  /* line 1722, app/assets/stylesheets/ppl/ppl.scss */
  .provider-offerings-container .offerings-table .row.offering-row:nth-child(2), .provider-offerings-container .offerings-table .row.contact-row:nth-child(2), .provider-offerings-container .contacts-table .row.offering-row:nth-child(2), .provider-offerings-container .contacts-table .row.contact-row:nth-child(2), .provider-contacts-container .offerings-table .row.offering-row:nth-child(2), .provider-contacts-container .offerings-table .row.contact-row:nth-child(2), .provider-contacts-container .contacts-table .row.offering-row:nth-child(2), .provider-contacts-container .contacts-table .row.contact-row:nth-child(2) {
    padding-top: 0;
  }
}

/* line 1727, app/assets/stylesheets/ppl/ppl.scss */
.provider-offerings-container .offerings-table .row.offering-row, .provider-offerings-container .offerings-table .row.contact-row, .provider-offerings-container .contacts-table .row.offering-row, .provider-offerings-container .contacts-table .row.contact-row, .provider-contacts-container .offerings-table .row.offering-row, .provider-contacts-container .offerings-table .row.contact-row, .provider-contacts-container .contacts-table .row.offering-row, .provider-contacts-container .contacts-table .row.contact-row {
  border-bottom: 1px solid #CCD1D6;
  font-size: 16px;
  padding: 24px;
}

/* line 1732, app/assets/stylesheets/ppl/ppl.scss */
.provider-offerings-container .offerings-table .row.offering-row .custom-checkbox-container, .provider-offerings-container .offerings-table .row.contact-row .custom-checkbox-container, .provider-offerings-container .contacts-table .row.offering-row .custom-checkbox-container, .provider-offerings-container .contacts-table .row.contact-row .custom-checkbox-container, .provider-contacts-container .offerings-table .row.offering-row .custom-checkbox-container, .provider-contacts-container .offerings-table .row.contact-row .custom-checkbox-container, .provider-contacts-container .contacts-table .row.offering-row .custom-checkbox-container, .provider-contacts-container .contacts-table .row.contact-row .custom-checkbox-container {
  margin: 0 !important;
}

/* line 1736, app/assets/stylesheets/ppl/ppl.scss */
.provider-offerings-container .offerings-table .row.offering-row label, .provider-offerings-container .offerings-table .row.contact-row label, .provider-offerings-container .contacts-table .row.offering-row label, .provider-offerings-container .contacts-table .row.contact-row label, .provider-contacts-container .offerings-table .row.offering-row label, .provider-contacts-container .offerings-table .row.contact-row label, .provider-contacts-container .contacts-table .row.offering-row label, .provider-contacts-container .contacts-table .row.contact-row label {
  text-transform: none;
}

@media all and (max-width: 767px) {
  /* line 1727, app/assets/stylesheets/ppl/ppl.scss */
  .provider-offerings-container .offerings-table .row.offering-row, .provider-offerings-container .offerings-table .row.contact-row, .provider-offerings-container .contacts-table .row.offering-row, .provider-offerings-container .contacts-table .row.contact-row, .provider-contacts-container .offerings-table .row.offering-row, .provider-contacts-container .offerings-table .row.contact-row, .provider-contacts-container .contacts-table .row.offering-row, .provider-contacts-container .contacts-table .row.contact-row {
    flex-direction: column;
    align-items: start;
    padding: 24px 0;
  }
  /* line 1745, app/assets/stylesheets/ppl/ppl.scss */
  .provider-offerings-container .offerings-table .row.offering-row label, .provider-offerings-container .offerings-table .row.contact-row label, .provider-offerings-container .contacts-table .row.offering-row label, .provider-offerings-container .contacts-table .row.contact-row label, .provider-contacts-container .offerings-table .row.offering-row label, .provider-contacts-container .offerings-table .row.contact-row label, .provider-contacts-container .contacts-table .row.offering-row label, .provider-contacts-container .contacts-table .row.contact-row label {
    margin-right: 8px;
  }
  /* line 1749, app/assets/stylesheets/ppl/ppl.scss */
  .provider-offerings-container .offerings-table .row.offering-row .offering-inputs, .provider-offerings-container .offerings-table .row.offering-row .contact-inputs, .provider-offerings-container .offerings-table .row.contact-row .offering-inputs, .provider-offerings-container .offerings-table .row.contact-row .contact-inputs, .provider-offerings-container .contacts-table .row.offering-row .offering-inputs, .provider-offerings-container .contacts-table .row.offering-row .contact-inputs, .provider-offerings-container .contacts-table .row.contact-row .offering-inputs, .provider-offerings-container .contacts-table .row.contact-row .contact-inputs, .provider-contacts-container .offerings-table .row.offering-row .offering-inputs, .provider-contacts-container .offerings-table .row.offering-row .contact-inputs, .provider-contacts-container .offerings-table .row.contact-row .offering-inputs, .provider-contacts-container .offerings-table .row.contact-row .contact-inputs, .provider-contacts-container .contacts-table .row.offering-row .offering-inputs, .provider-contacts-container .contacts-table .row.offering-row .contact-inputs, .provider-contacts-container .contacts-table .row.contact-row .offering-inputs, .provider-contacts-container .contacts-table .row.contact-row .contact-inputs {
    margin-top: 24px;
  }
}

/* line 1757, app/assets/stylesheets/ppl/ppl.scss */
.offering-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  /* line 1757, app/assets/stylesheets/ppl/ppl.scss */
  .offering-item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  /* line 1766, app/assets/stylesheets/ppl/ppl.scss */
  .offering-item .age-range-container {
    margin-top: 28px;
  }
}

/* line 1772, app/assets/stylesheets/ppl/ppl.scss */
.insights-by-location-container {
  margin-top: 40px;
}

/* line 1776, app/assets/stylesheets/ppl/ppl.scss */
.insights-by-location-container .insights-locations-table .row.header {
  border-radius: 20px;
  background-color: #FAF8F5;
  color: #707070;
  display: flex;
  flex-direction: row;
  font-weight: 400;
  padding: 12px 24px;
  margin-top: 30px;
  width: 100%;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  /* line 1776, app/assets/stylesheets/ppl/ppl.scss */
  .insights-by-location-container .insights-locations-table .row.header {
    border-radius: 0;
  }
  /* line 1791, app/assets/stylesheets/ppl/ppl.scss */
  .insights-by-location-container .insights-locations-table .row.header .collapsable-column {
    display: none;
  }
}

/* line 1797, app/assets/stylesheets/ppl/ppl.scss */
.insights-by-location-container .insights-locations-table .row.insights-location-row {
  border-bottom: 1px solid #CCD1D6;
  font-size: 16px;
  padding: 25px 0;
  margin-left: 25px;
}

/* line 1803, app/assets/stylesheets/ppl/ppl.scss */
.insights-by-location-container .insights-locations-table .row.insights-location-row .spend-bar {
  width: 85%;
}

/* line 1807, app/assets/stylesheets/ppl/ppl.scss */
.insights-by-location-container .insights-locations-table .row.insights-location-row .insights-location-item {
  font-size: 16px;
  line-height: 22px;
  color: #1E1E1E;
}

/* line 1812, app/assets/stylesheets/ppl/ppl.scss */
.insights-by-location-container .insights-locations-table .row.insights-location-row .insights-location-item .leads-span {
  display: none;
}

/* line 1816, app/assets/stylesheets/ppl/ppl.scss */
.insights-by-location-container .insights-locations-table .row.insights-location-row .insights-location-item .insights-item-additional {
  color: #667483;
  font-size: 14px;
  margin-top: 5px;
}

/* line 1823, app/assets/stylesheets/ppl/ppl.scss */
.insights-by-location-container .insights-locations-table .row.insights-location-row .location-addr {
  color: #667483;
  font-size: 14px;
  margin-top: 5px;
}

/* line 1829, app/assets/stylesheets/ppl/ppl.scss */
.insights-by-location-container .insights-locations-table .row.insights-location-row .insights-account-name {
  font-size: 18px;
  line-height: 24px;
}

/* line 1834, app/assets/stylesheets/ppl/ppl.scss */
.insights-by-location-container .insights-locations-table .row.insights-location-row .insights-view-account {
  font-size: 14px;
  line-height: 20px;
}

/* line 1839, app/assets/stylesheets/ppl/ppl.scss */
.insights-by-location-container .insights-locations-table .row.insights-location-row #insights-location-name, .insights-by-location-container .insights-locations-table .row.insights-location-row #insights-location-address {
  margin-left: 25px;
}

/* line 1843, app/assets/stylesheets/ppl/ppl.scss */
.insights-by-location-container .insights-locations-table .row.insights-location-row .franchise-insights-row-text {
  display: none;
}

@media all and (max-width: 767px) {
  /* line 1843, app/assets/stylesheets/ppl/ppl.scss */
  .insights-by-location-container .insights-locations-table .row.insights-location-row .franchise-insights-row-text {
    display: inline;
  }
}

/* line 1851, app/assets/stylesheets/ppl/ppl.scss */
.insights-by-location-container .insights-locations-table .row.insights-location-row .account-invoice-link {
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  /* line 1797, app/assets/stylesheets/ppl/ppl.scss */
  .insights-by-location-container .insights-locations-table .row.insights-location-row {
    display: flex;
    flex-direction: column;
  }
  /* line 1859, app/assets/stylesheets/ppl/ppl.scss */
  .insights-by-location-container .insights-locations-table .row.insights-location-row .insights-view-account {
    margin-left: 25px;
  }
  /* line 1863, app/assets/stylesheets/ppl/ppl.scss */
  .insights-by-location-container .insights-locations-table .row.insights-location-row .spend-col {
    margin-top: 15px;
  }
  /* line 1867, app/assets/stylesheets/ppl/ppl.scss */
  .insights-by-location-container .insights-locations-table .row.insights-location-row .budget-col {
    display: flex;
    position: relative;
    margin: 15px 0;
  }
  /* line 1872, app/assets/stylesheets/ppl/ppl.scss */
  .insights-by-location-container .insights-locations-table .row.insights-location-row .budget-col #increase-budget-link {
    position: absolute;
    right: 0;
  }
  /* line 1878, app/assets/stylesheets/ppl/ppl.scss */
  .insights-by-location-container .insights-locations-table .row.insights-location-row .spend-bar {
    width: 100%;
  }
  /* line 1882, app/assets/stylesheets/ppl/ppl.scss */
  .insights-by-location-container .insights-locations-table .row.insights-location-row .insights-location-item .leads-span {
    display: inline-block;
  }
  /* line 1886, app/assets/stylesheets/ppl/ppl.scss */
  .insights-by-location-container .insights-locations-table .row.insights-location-row #insights-location-name, .insights-by-location-container .insights-locations-table .row.insights-location-row #insights-location-address {
    margin-left: 0;
  }
  /* line 1890, app/assets/stylesheets/ppl/ppl.scss */
  .insights-by-location-container .insights-locations-table .row.insights-location-row .spend-period {
    margin-bottom: 15px;
  }
}

/* line 1898, app/assets/stylesheets/ppl/ppl.scss */
.insights-header-container {
  position: relative;
}

/* line 1901, app/assets/stylesheets/ppl/ppl.scss */
.insights-header-container .insights-location-btn {
  background-color: #FFFFFF;
  border: 1px solid #CCD1D6;
  border-radius: 8px;
  cursor: pointer;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 15px;
  width: max-content;
  float: right;
  margin: 0 15px 0 -15px;
}

/* line 1917, app/assets/stylesheets/ppl/ppl.scss */
.insights-header-container .insights-location-btn .arrow-down-icon {
  margin-left: 15px;
  font-size: 22px;
}

/* line 1922, app/assets/stylesheets/ppl/ppl.scss */
.insights-header-container .insights-location-btn.-selected {
  background-color: #213F5F;
  border-color: #213F5F;
  color: #FFFFFF;
}

/* line 1927, app/assets/stylesheets/ppl/ppl.scss */
.insights-header-container .insights-location-btn.-selected .arrow-down-icon {
  color: #FFFFFF;
}

@media all and (max-width: 1024px) {
  /* line 1901, app/assets/stylesheets/ppl/ppl.scss */
  .insights-header-container .insights-location-btn {
    float: left;
    margin: 0 0 12px 0;
  }
}

/* line 1938, app/assets/stylesheets/ppl/ppl.scss */
.insights-header-container .insights-billing-period-btn {
  font-size: 16px;
  line-height: 22px;
}

/* line 1942, app/assets/stylesheets/ppl/ppl.scss */
.insights-header-container .insights-billing-period-btn .insights-date-range {
  padding: 10px 15px;
  border: 1px solid #CCD1D6;
  border-radius: 8px;
}

@media all and (max-width: 1024px) {
  /* line 1938, app/assets/stylesheets/ppl/ppl.scss */
  .insights-header-container .insights-billing-period-btn {
    margin: 12px 0 0 0;
    font-size: 15px;
    width: max-content;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  /* line 1898, app/assets/stylesheets/ppl/ppl.scss */
  .insights-header-container {
    display: flex;
    flex-direction: column;
  }
}

/* line 1961, app/assets/stylesheets/ppl/ppl.scss */
.account-insights-header-container {
  margin-top: 25px;
}

/* line 1965, app/assets/stylesheets/ppl/ppl.scss */
.insights-header {
  font-size: 36px;
  line-height: 42px;
  font-weight: 550;
  color: #1E1E1E;
  font-family: 'NaN Druid Sans', sans-serif;
}

@media all and (max-width: 1024px) {
  /* line 1965, app/assets/stylesheets/ppl/ppl.scss */
  .insights-header {
    margin-bottom: 15px;
  }
}

/* line 1977, app/assets/stylesheets/ppl/ppl.scss */
.spend-bar {
  background-color: #CCD1D6;
  border: 1px solid #CCD1D6;
  border-radius: 8px;
  margin-top: 10px;
  position: relative;
  height: 8px;
  width: 100%;
}

/* line 1986, app/assets/stylesheets/ppl/ppl.scss */
.spend-bar .spend-level {
  background-color: #666;
  border-radius: 8px;
  height: 100%;
}

/* line 1993, app/assets/stylesheets/ppl/ppl.scss */
.spend-bar .spend-level.low {
  background-color: #00A878;
}

/* line 1996, app/assets/stylesheets/ppl/ppl.scss */
.spend-bar .spend-level.medium {
  background-color: #FFC300;
}

/* line 1999, app/assets/stylesheets/ppl/ppl.scss */
.spend-bar .spend-level.high {
  background-color: #EF5844;
}

/* line 2004, app/assets/stylesheets/ppl/ppl.scss */
.payment-update-container .payment-update-title-container {
  margin-left: 15px;
}

/* line 2007, app/assets/stylesheets/ppl/ppl.scss */
.payment-update-container .payment-update-title-container p {
  font-weight: 800;
  margin: 0;
}

/* line 2013, app/assets/stylesheets/ppl/ppl.scss */
.payment-update-container, .profile-banner-container {
  background-color: #fce9e7;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 2021, app/assets/stylesheets/ppl/ppl.scss */
.payment-update-container .license-link, .profile-banner-container .license-link {
  cursor: pointer;
  text-decoration: underline;
  color: #377A69;
}

/* line 2029, app/assets/stylesheets/ppl/ppl.scss */
.profile-banner-container .banner-title-container {
  margin-left: 15px;
}

/* line 2032, app/assets/stylesheets/ppl/ppl.scss */
.profile-banner-container .banner-title-container p {
  font-weight: 800;
  margin: 0;
}

/* line 2038, app/assets/stylesheets/ppl/ppl.scss */
.profile-banner-container div:last-of-type {
  margin-left: auto;
  cursor: pointer;
}

/* line 2043, app/assets/stylesheets/ppl/ppl.scss */
.location-banner-container-none {
  display: none;
}

/* line 2047, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container {
  width: 65%;
}

/* line 2049, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-header {
  padding: 30px 0 0 30px;
}

/* line 2052, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-name {
  margin-bottom: 15px;
  font-family: 'NaN Druid Sans';
}

/* line 2056, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-manage-nav {
  margin-top: 25px;
}

/* line 2059, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .nav-locations {
  margin-bottom: 33px;
  cursor: pointer;
}

/* line 2063, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container #all-locations-back-btn:hover {
  color: #8AE718;
}

/* line 2066, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container #all-locations-back-btn {
  color: #377A69;
  font-weight: bold;
  line-height: 22px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

/* line 2074, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status {
  position: absolute;
  width: 23%;
  max-width: 350px;
  right: 30px;
  top: 160px;
}

/* line 2080, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .title {
  font-size: 21px;
  margin-bottom: 144px;
}

/* line 2084, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-img,
.location-details-container .location-ppl-status .buc-status-img {
  position: relative;
  z-index: 1;
  margin: auto;
  height: 184px;
  background-size: cover;
  background-position: center;
}

/* line 2093, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-img {
  width: 184px;
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/ppl-running.png");
}

/* line 2097, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .buc-status-img {
  width: 272px;
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/buc-running.png");
}

/* line 2101, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-container,
.location-details-container .location-ppl-status .buc-status-container {
  border-radius: 16px;
  padding: 72px 0 36px;
  position: relative;
  top: -40px;
  background-color: #E6F3EE;
}

/* line 2109, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-container p,
.location-details-container .location-ppl-status .buc-status-container p {
  text-align: center;
  position: relative;
}

/* line 2113, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-container .ppl-status,
.location-details-container .location-ppl-status .ppl-status-container .buc-status,
.location-details-container .location-ppl-status .buc-status-container .ppl-status,
.location-details-container .location-ppl-status .buc-status-container .buc-status {
  font-size: 36px;
  line-height: 42px;
  color: #068456;
}

/* line 2119, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-container .ppl-status-text,
.location-details-container .location-ppl-status .ppl-status-container .buc-status-text,
.location-details-container .location-ppl-status .buc-status-container .ppl-status-text,
.location-details-container .location-ppl-status .buc-status-container .buc-status-text {
  width: 80%;
  margin: 0 auto;
}

/* line 2123, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-container .ppl-status-text a,
.location-details-container .location-ppl-status .ppl-status-container .buc-status-text a,
.location-details-container .location-ppl-status .buc-status-container .ppl-status-text a,
.location-details-container .location-ppl-status .buc-status-container .buc-status-text a {
  color: #377A69 !important;
}

/* line 2127, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-container .location-ppl-status-btn,
.location-details-container .location-ppl-status .ppl-status-container .location-buc-status-btn,
.location-details-container .location-ppl-status .buc-status-container .location-ppl-status-btn,
.location-details-container .location-ppl-status .buc-status-container .location-buc-status-btn {
  margin: 25px auto 0 auto;
  display: block;
  max-width: 164px;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 5px 34px;
  font-size: 16px;
  color: #1E1E1E;
}

/* line 2139, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-waiting {
  background-color: #F3F4F6;
}

/* line 2141, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-waiting .ppl-status {
  color: #1E1E1E;
}

/* line 2145, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-img.waiting {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/ppl-waiting.png");
}

/* line 2148, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-invalid {
  background-color: #FFF1EB;
}

/* line 2150, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-invalid .ppl-status {
  color: #1E1E1E;
}

/* line 2153, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-invalid .location-ppl-status-btn {
  color: #fff;
  background: #1E1E1E;
  padding: 5px 15px;
  border: 1px solid #1E1E1E;
}

/* line 2160, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-img.invalid {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/ppl-stopped.png");
}

/* line 2163, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-maxed {
  background-color: #E7F0FB;
}

/* line 2165, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-maxed .ppl-status {
  color: #1E1E1E;
}

/* line 2168, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-maxed .location-ppl-status-btn {
  color: #fff;
  background: #EF5844;
  padding: 5px 15px;
  border: 1px solid #EF5844;
}

/* line 2175, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-img.maxed {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/ppl-maxed.png");
}

/* line 2178, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-paused, .location-details-container .location-ppl-status .ppl-status-permanently_paused, .location-details-container .location-ppl-status .buc-status-paused {
  background-color: #FFF3C2;
}

/* line 2180, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-paused .ppl-status,
.location-details-container .location-ppl-status .ppl-status-paused .buc-status, .location-details-container .location-ppl-status .ppl-status-permanently_paused .ppl-status,
.location-details-container .location-ppl-status .ppl-status-permanently_paused .buc-status, .location-details-container .location-ppl-status .buc-status-paused .ppl-status,
.location-details-container .location-ppl-status .buc-status-paused .buc-status {
  color: #1E1E1E;
}

/* line 2184, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-paused .location-ppl-status-btn,
.location-details-container .location-ppl-status .ppl-status-paused .location-buc-status-btn, .location-details-container .location-ppl-status .ppl-status-permanently_paused .location-ppl-status-btn,
.location-details-container .location-ppl-status .ppl-status-permanently_paused .location-buc-status-btn, .location-details-container .location-ppl-status .buc-status-paused .location-ppl-status-btn,
.location-details-container .location-ppl-status .buc-status-paused .location-buc-status-btn {
  color: #fff;
  background: #EF5844;
  padding: 5px 15px;
  border: 1px solid #EF5844;
}

/* line 2192, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .buc-status-paused {
  background-color: #FBF3EC;
}

/* line 2195, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-img.paused {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/ppl-paused.png");
}

/* line 2198, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-permanently_paused {
  background-color: #FFF1EB;
}

/* line 2201, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .ppl-status-img.permanently_paused {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/ppl-perm-paused.png");
}

/* line 2204, app/assets/stylesheets/ppl/ppl.scss */
.location-details-container .location-ppl-status .buc-status-img.paused {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/buc-paused.png");
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  /* line 2209, app/assets/stylesheets/ppl/ppl.scss */
  .location-details-container .location-ppl-status {
    min-width: 220px;
  }
}

@media all and (max-width: 767px) {
  /* line 2047, app/assets/stylesheets/ppl/ppl.scss */
  .location-details-container {
    width: 90%;
    margin: 20px auto;
  }
  /* line 2216, app/assets/stylesheets/ppl/ppl.scss */
  .location-details-container .nav-locations {
    margin-bottom: 20px;
  }
  /* line 2219, app/assets/stylesheets/ppl/ppl.scss */
  .location-details-container .location-ppl-status {
    position: relative;
    width: 100%;
    max-width: none;
    top: auto;
    right: auto;
  }
  /* line 2226, app/assets/stylesheets/ppl/ppl.scss */
  .location-details-container .location-header {
    padding: 0;
  }
  /* line 2229, app/assets/stylesheets/ppl/ppl.scss */
  .location-details-container .ppl-status-container {
    max-width: 350px;
    margin: 0 auto;
  }
  /* line 2233, app/assets/stylesheets/ppl/ppl.scss */
  .location-details-container .nav-tabs {
    display: flex;
    justify-content: space-between;
  }
}

/* line 2240, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel {
  padding-left: 30px;
  margin: 32px 0 0 0;
  width: 65%;
}

/* line 2244, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel img {
  border-radius: 12px;
}

/* line 2247, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-name {
  margin-top: 20px;
}

/* line 2250, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-link:hover {
  color: inherit;
}

/* line 2253, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-about {
  margin-top: 16px;
  line-height: 24px;
}

/* line 2257, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-services {
  margin-top: 48px;
}

/* line 2259, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-services p {
  font-size: 21px;
}

/* line 2263, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-services .quick-view {
  margin-bottom: 48px;
  width: 100%;
}

/* line 2268, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-services .quick-view .rent .rental-amount {
  display: block;
  columns: 2;
  padding: 4px 0;
  min-height: 1.5rem;
}

/* line 2277, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-services .more-link {
  color: #377A69;
}

/* line 2280, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-services .more-link:after {
  content: '+ Show More';
}

/* line 2285, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-services .location-attributes.collapse.in + .more-link:after {
  content: '- Show Less';
}

/* line 2289, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-services .location-attributes.collapse:not(.in) {
  height: 200px !important;
  overflow: hidden;
  display: block;
}

/* line 2295, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-services .location-attributes .category-list .list-item {
  font-size: 18px;
  padding: 8px 0;
  list-style: unset;
  list-style-position: inside;
}

/* line 2303, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-services .checkmark {
  font-size: 20px;
  position: relative;
  padding-right: 16px;
  color: #00A878;
}

/* line 2309, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-services .timesmark {
  font-size: 20px;
  padding-right: 16px;
  color: #cc0000;
}

/* line 2314, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-services .category-title {
  font-size: 18px;
  padding: 24px 0 16px;
  font-family: 'Proxima Nova', Arial, sans-serif;
}

/* line 2321, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-manage-details .location-gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

/* line 2327, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-manage-details .gallery-title {
  font-size: 21px;
}

/* line 2330, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-manage-details .location-gallery-btn {
  border: 1px solid #333;
  border-radius: 20px;
  padding: 5px 34px;
  font-size: 16px;
  color: #1E1E1E;
}

/* line 2337, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-manage-details .location-gallery-container {
  margin-top: 27px;
}

/* line 2340, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-manage-details .location-gallery-container .add-new-photo-container {
  border-radius: 16px;
  border: 2px dashed #1E1E1E;
  padding: 30px 0;
  cursor: pointer;
}

/* line 2346, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-manage-details .location-gallery-container .plus-sign {
  width: 40px;
  height: 40px;
  margin: 0 auto 16px auto;
}

/* line 2351, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-manage-details .location-gallery-container .add-pic-text {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

/* line 2357, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-manage-details .photos-container {
  display: flex;
  flex-wrap: wrap;
}

/* line 2361, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-manage-details .photos-container .provider-photo-container {
  width: 193px;
  height: 143px;
  margin-right: 21px;
  margin-bottom: 21px;
  position: relative;
}

/* line 2368, app/assets/stylesheets/ppl/ppl.scss */
#main .location-tab-panel .location-manage-details .photos-container .provider-photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

@media all and (max-width: 477px) {
  /* line 2357, app/assets/stylesheets/ppl/ppl.scss */
  #main .location-tab-panel .location-manage-details .photos-container {
    justify-content: center;
  }
}

@media all and (max-width: 767px) {
  /* line 2240, app/assets/stylesheets/ppl/ppl.scss */
  #main .location-tab-panel {
    padding-left: 0;
    margin: 40px auto 0;
    width: 90%;
  }
  /* line 2388, app/assets/stylesheets/ppl/ppl.scss */
  #main .location-tab-panel .location-manage-details-btn-container {
    position: absolute;
    bottom: -100px;
    padding-bottom: 20px;
    display: flex;
  }
  /* line 2394, app/assets/stylesheets/ppl/ppl.scss */
  #main .location-tab-panel .btn.location-edit-btn {
    padding: 10px 40px;
    width: 100%;
    border-radius: 30px;
    font-size: 21px;
  }
}

/* line 2403, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container {
  padding: 30px 65px 110px;
}

/* line 2406, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content {
  margin: 33px auto 0;
}

/* line 2409, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content h2 {
  color: #B3BAC1;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 32px;
}

/* line 2416, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content .photos-container {
  padding-top: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* line 2422, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content .add-new-photo-container {
  border-radius: 16px;
  width: 292px;
  height: 219px;
  border: 2px dashed #1E1E1E;
  padding: 68px 0;
  margin-right: 44px;
  margin-bottom: 136px;
  cursor: pointer;
}

/* line 2432, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content .plus-sign {
  width: 40px;
  height: 40px;
  margin: 0 auto 16px auto;
}

/* line 2437, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content .add-pic-text {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

/* line 2442, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content .primary-photo-container {
  width: 292px;
  height: 219px;
  border-radius: 16px;
  border: 2px dashed #CCD1D6;
  position: absolute;
  left: 336px;
}

/* line 2450, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content .primary-photo-container span {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-top: -30px;
  display: block;
  color: #027854;
}

/* line 2459, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content .provider-photo-container {
  width: 292px;
  height: 219px;
  position: relative;
  margin-right: 44px;
  margin-bottom: 136px;
}

/* line 2466, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content .provider-photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* line 2472, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content .provider-photo-container .remove-photo-btn {
  width: 40px;
  height: 40px;
  right: 4px;
  bottom: 4px;
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* line 2483, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content .provider-photo-container .remove-photo-btn i {
  color: #213F5F;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 8px;
  top: 8px;
}

/* line 2492, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content .provider-photo-container .photo-description-area {
  resize: none;
  margin: 16px 0 0 0;
  height: 76px;
  font-size: 18px;
}

/* line 2498, app/assets/stylesheets/ppl/ppl.scss */
.location-gallery-page-container .gallery-content .provider-photo-container .description-label {
  font-size: 12px;
  color: #667483;
  text-align: right;
}

@media all and (max-width: 1322px) {
  /* line 2506, app/assets/stylesheets/ppl/ppl.scss */
  .location-gallery-page-container .gallery-content .provider-photo-container:nth-child(odd) {
    margin-right: 0;
  }
}

@media all and (max-width: 757px) {
  /* line 2512, app/assets/stylesheets/ppl/ppl.scss */
  .location-gallery-page-container .gallery-content .add-new-photo-container {
    margin-bottom: 70px;
  }
  /* line 2515, app/assets/stylesheets/ppl/ppl.scss */
  .location-gallery-page-container .gallery-content .primary-photo-container {
    left: 0;
    top: 329px;
  }
  /* line 2519, app/assets/stylesheets/ppl/ppl.scss */
  .location-gallery-page-container .gallery-content .provider-photo-container {
    margin-bottom: 180px;
  }
}

@media all and (max-width: 465px) {
  /* line 2403, app/assets/stylesheets/ppl/ppl.scss */
  .location-gallery-page-container {
    padding: 33px 24px;
  }
  /* line 2528, app/assets/stylesheets/ppl/ppl.scss */
  .location-gallery-page-container .gallery-content h2 {
    font-size: 36px;
    line-height: 42px;
  }
  /* line 2532, app/assets/stylesheets/ppl/ppl.scss */
  .location-gallery-page-container .gallery-content .add-new-photo-container {
    margin-right: 0;
    height: 127px;
    padding: 22px 0;
  }
  /* line 2537, app/assets/stylesheets/ppl/ppl.scss */
  .location-gallery-page-container .gallery-content .primary-photo-container {
    top: 236px;
  }
  /* line 2540, app/assets/stylesheets/ppl/ppl.scss */
  .location-gallery-page-container .gallery-content .provider-photo-container {
    margin-right: 0;
    margin-bottom: 160px;
  }
}

/* line 2549, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-license h3 {
  font-size: 21px;
  margin-bottom: 28px;
}

/* line 2553, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-license .license-status-container {
  margin-bottom: 16px;
}

/* line 2556, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-license .license-status-details {
  color: #667483;
}

/* line 2559, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-license .border {
  margin: 32px 0;
}

/* line 2563, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-license .location-license-details h6 {
  font-size: 14px;
  line-height: 20px;
  color: #505D6D;
  margin-bottom: 2px;
  text-transform: none;
}

/* line 2569, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-license .location-license-details h6 span {
  vertical-align: middle;
}

/* line 2572, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-license .location-license-details h6 i {
  color: #bcbcbc;
  font-size: 20px;
  cursor: pointer;
}

/* line 2578, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-license .location-license-details p {
  margin-bottom: 18px;
  font-size: 18px;
}

/* line 2582, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-license .location-license-details h5 a {
  color: #377A69;
}

@media all and (max-width: 767px) {
  /* line 2587, app/assets/stylesheets/ppl/ppl.scss */
  .location-manage-license h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 26px;
  }
}

/* line 2596, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings h4 {
  font-size: 18px;
  margin-bottom: 18px;
  font-family: 'Oceanic Grotesk';
}

/* line 2600, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings h4 span {
  vertical-align: middle;
}

/* line 2603, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings h4 i {
  color: #bcbcbc;
  font-size: 20px;
  cursor: pointer;
}

/* line 2609, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings h5 {
  font-size: 36px;
  margin-bottom: 12px;
}

/* line 2613, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings a {
  color: #015AC8;
}

/* line 2617, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings .ppl-area p {
  line-height: 24px;
  display: inline-block;
}

/* line 2621, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings .ppl-area .ppl-area-postal {
  width: 60px;
}

/* line 2626, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings .location-budget .text-right {
  margin-top: 5px;
}

/* line 2632, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings .location-ppl-discount .discount-offer-container {
  background-color: #D0F5A3;
  border-radius: 15px;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2641, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings .location-ppl-discount .discount-offer-btn {
  border-radius: 20px;
  padding: 10px 40px;
  background-color: transparent;
}

/* line 2648, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings .location-zip-codes {
  margin-top: 12px;
  display: inline-block;
  width: 100%;
}

/* line 2653, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings .location-zip-codes-show-more {
  cursor: pointer;
  color: #377A69;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

/* line 2661, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings #update-ppl-discount {
  margin-bottom: 18px;
}

/* line 2665, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-settings .update-offerings-btn {
  border-radius: 20px;
  padding: 10px 40px;
  font-size: 16px;
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  /* line 2673, app/assets/stylesheets/ppl/ppl.scss */
  .location-manage-settings h5 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  /* line 2682, app/assets/stylesheets/ppl/ppl.scss */
  #increase-budget-modal {
    padding: 0 !important;
  }
  /* line 2685, app/assets/stylesheets/ppl/ppl.scss */
  #increase-budget-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 2691, app/assets/stylesheets/ppl/ppl.scss */
  #increase-budget-modal .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
}

/* line 2700, app/assets/stylesheets/ppl/ppl.scss */
#increase-budget-modal:before {
  content: normal;
}

/* line 2704, app/assets/stylesheets/ppl/ppl.scss */
#modal-increase-budget-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

/* line 2710, app/assets/stylesheets/ppl/ppl.scss */
#modal-increase-budget-header h4 {
  margin-bottom: 0px;
}

/* line 2713, app/assets/stylesheets/ppl/ppl.scss */
#modal-increase-budget-header #dismiss {
  position: absolute;
  right: 24px;
  top: inherit;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
}

/* line 2723, app/assets/stylesheets/ppl/ppl.scss */
.increase-budget-range {
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  border-radius: 5px;
  background: #F3F4F6;
}

/* line 2731, app/assets/stylesheets/ppl/ppl.scss */
.increase-budget-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 2px solid #377A69;
  border-radius: 50%;
  cursor: pointer;
}

/* line 2743, app/assets/stylesheets/ppl/ppl.scss */
.modal-increase-budget-form h4 {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 24px;
}

/* line 2748, app/assets/stylesheets/ppl/ppl.scss */
.modal-increase-budget-form .modal-body {
  padding: 0px 32px 24px;
}

/* line 2751, app/assets/stylesheets/ppl/ppl.scss */
.modal-increase-budget-form h1 {
  color: #377A69;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px;
}

/* line 2757, app/assets/stylesheets/ppl/ppl.scss */
.modal-increase-budget-form input {
  margin-bottom: 36px;
}

/* line 2760, app/assets/stylesheets/ppl/ppl.scss */
.modal-increase-budget-form .increase-text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 36px;
}

/* line 2765, app/assets/stylesheets/ppl/ppl.scss */
.modal-increase-budget-form .action-text {
  font-size: 14px;
  line-height: 20px;
  color: #505D6D;
}

/* line 2770, app/assets/stylesheets/ppl/ppl.scss */
.modal-increase-budget-form .modal-footer {
  border-top: none;
  padding: 0 0 36px 0;
}

/* line 2774, app/assets/stylesheets/ppl/ppl.scss */
.modal-increase-budget-form .increase-budget-btn {
  color: #fff;
  background-color: #EF5844;
  border-color: #EF5844;
  border-radius: 100px;
  font-size: 21px;
  line-height: 28px;
  padding: 14px 46px;
}

/* line 2786, app/assets/stylesheets/ppl/ppl.scss */
#add-discount-modal .modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
}

/* line 2790, app/assets/stylesheets/ppl/ppl.scss */
#add-discount-modal .modal-header .row {
  width: 100%;
}

/* line 2792, app/assets/stylesheets/ppl/ppl.scss */
#add-discount-modal .modal-header .row .modal-title {
  margin: 0;
}

/* line 2798, app/assets/stylesheets/ppl/ppl.scss */
#add-discount-modal .modal-body {
  padding-top: 40px;
  padding-bottom: 0;
}

/* line 2802, app/assets/stylesheets/ppl/ppl.scss */
#add-discount-modal .modal-body .light-text {
  color: #667483;
}

/* line 2806, app/assets/stylesheets/ppl/ppl.scss */
#add-discount-modal .modal-body .custom-radio-button {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 2814, app/assets/stylesheets/ppl/ppl.scss */
#add-discount-modal .modal-body .radio-label {
  margin-right: 25px;
}

/* line 2818, app/assets/stylesheets/ppl/ppl.scss */
#add-discount-modal .modal-body .rounded-button {
  padding: 2% 9%;
  border-radius: 100px;
  margin: 32px;
  font-size: 21px;
}

/* line 2828, app/assets/stylesheets/ppl/ppl.scss */
.hide {
  display: none !important;
}

/* line 2832, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

/* line 2837, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper label, .floating-input-wrapper input {
  transition: all 200ms;
  transition-property: transform, background-color, border-color;
  touch-action: manipulation;
}

/* line 2843, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper label.form-label {
  color: #505D6D;
  text-transform: none;
  font-size: 16px !important;
  letter-spacing: inherit;
  margin-bottom: 0;
}

/* line 2851, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input.form-field {
  color: #1E1E1E;
  border-radius: 12px;
  padding: 28px 15px 10px 15px;
  font-weight: bold;
}

/* line 2857, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input.form-field:hover:not(:focus):not(:disabled) {
  background-color: #E6E8EA;
  border-color: #CCD1D6 !important;
}

/* line 2862, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input.form-field:focus {
  background-color: #FFFFFF;
  border-color: #025747 !important;
}

/* line 2867, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input.form-field:disabled {
  border-color: #CCD1D6 !important;
}

/* line 2870, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input.form-field:disabled + label {
  color: #808B98;
}

/* line 2875, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input.form-field.parsley-error {
  border-color: #CF230C !important;
}

/* line 2880, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input:-ms-input-placeholder + label, .floating-input-wrapper input:not(:-ms-input-placeholder) + label, .floating-input-wrapper input:focus + label {
  position: absolute;
  max-width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
}

/* line 2889, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input:-ms-input-placeholder + label {
  cursor: text;
  pointer-events: none;
  transform: translate(15px, 0) scale(1);
}

/* line 2895, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input:not(:-ms-input-placeholder) + label, .floating-input-wrapper input:focus + label {
  cursor: pointer;
  transform: translate(15px, -14px) scale(0.8);
}

/* line 2900, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input:placeholder-shown + label, .floating-input-wrapper input:not(:placeholder-shown) + label, .floating-input-wrapper input:focus + label {
  position: absolute;
  max-width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
}

/* line 2909, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input:placeholder-shown + label {
  cursor: text;
  pointer-events: none;
  transform: translate(15px, 0) scale(1);
}

/* line 2915, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input:not(:placeholder-shown) + label, .floating-input-wrapper input:focus + label {
  cursor: pointer;
  transform: translate(15px, -14px) scale(0.8);
}

/* line 2920, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper ::-moz-placeholder {
  opacity: 0;
  transition: inherit;
}

/* line 2925, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper :-ms-input-placeholder {
  opacity: 0;
  transition: inherit;
}

/* line 2930, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper ::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}

/* line 2935, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input:focus::-moz-placeholder {
  opacity: 1;
}

/* line 2939, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input:focus:-ms-input-placeholder {
  opacity: 1;
}

/* line 2943, app/assets/stylesheets/ppl/ppl.scss */
.floating-input-wrapper input:focus::-webkit-input-placeholder {
  opacity: 1;
}

/* line 2949, app/assets/stylesheets/ppl/ppl.scss */
.get-help-modal.modal.ppl-modal .modal-dialog, .unpause-ppl-modal.modal.ppl-modal .modal-dialog {
  border-radius: 24px;
}

/* line 2952, app/assets/stylesheets/ppl/ppl.scss */
.get-help-modal.modal.ppl-modal .modal-dialog .modal-title, .get-help-modal.modal.ppl-modal .modal-dialog p, .unpause-ppl-modal.modal.ppl-modal .modal-dialog .modal-title, .unpause-ppl-modal.modal.ppl-modal .modal-dialog p {
  vertical-align: middle;
}

/* line 2956, app/assets/stylesheets/ppl/ppl.scss */
.get-help-modal.modal.ppl-modal .modal-dialog .modal-body, .unpause-ppl-modal.modal.ppl-modal .modal-dialog .modal-body {
  padding: 20px;
}

/* line 2960, app/assets/stylesheets/ppl/ppl.scss */
.get-help-modal.modal.ppl-modal .modal-dialog .modal-footer, .unpause-ppl-modal.modal.ppl-modal .modal-dialog .modal-footer {
  text-align: center;
}

/* line 2963, app/assets/stylesheets/ppl/ppl.scss */
.get-help-modal.modal.ppl-modal .modal-dialog .modal-footer button.btn, .unpause-ppl-modal.modal.ppl-modal .modal-dialog .modal-footer button.btn {
  color: #FFFFFF;
  background-color: #213F5F;
  border-radius: 28px;
  width: 144px;
}

/* line 2973, app/assets/stylesheets/ppl/ppl.scss */
.tag {
  font-size: 13px;
  padding: 2px 4px;
  border-radius: 4px;
}

/* line 2978, app/assets/stylesheets/ppl/ppl.scss */
.tag.green {
  color: #1E1E1E !important;
  background-color: #E4FFB8 !important;
}

/* line 2983, app/assets/stylesheets/ppl/ppl.scss */
.tag.yellow {
  color: #856404 !important;
  background-color: #fff3cd !important;
}

/* line 2988, app/assets/stylesheets/ppl/ppl.scss */
.tag.red {
  color: #CF230C !important;
  background-color: #FCE9E7 !important;
}

/* line 2993, app/assets/stylesheets/ppl/ppl.scss */
.tag.blue {
  color: #015AC8 !important;
  background-color: #E7F0FB !important;
}

/* line 2998, app/assets/stylesheets/ppl/ppl.scss */
.tag.red {
  color: #CF230C;
  background-color: #FCE9E7;
}

/* line 3003, app/assets/stylesheets/ppl/ppl.scss */
.tag.blue {
  color: #015AC8;
  background: #E7F0FB;
}

/* line 3009, app/assets/stylesheets/ppl/ppl.scss */
.text-red {
  color: #CF230C !important;
}

/* line 3013, app/assets/stylesheets/ppl/ppl.scss */
.new-member-btn {
  display: inline-block;
  border: 1px solid #213f5f;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 1em;
}

/* line 3021, app/assets/stylesheets/ppl/ppl.scss */
.organization-scroll-container {
  height: 100%;
  max-height: 275px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

/* line 3028, app/assets/stylesheets/ppl/ppl.scss */
.organization-list-item {
  padding: 15px 0;
  border-bottom: 1px solid #CCD1D6;
}

/* line 3032, app/assets/stylesheets/ppl/ppl.scss */
.organization-list-item.toggle {
  background: #F7F7F7;
  border: none;
}

/* line 3037, app/assets/stylesheets/ppl/ppl.scss */
.organization-list-item .switch + .switch-container {
  float: none;
  margin-bottom: 0;
}

/* line 3043, app/assets/stylesheets/ppl/ppl.scss */
.account-manager-info {
  padding: 10px 0 10px 12px;
  margin-top: 100px;
}

/* line 3047, app/assets/stylesheets/ppl/ppl.scss */
.account-manager-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* line 3053, app/assets/stylesheets/ppl/ppl.scss */
.account-manager-info p, .account-manager-info a {
  color: #1E1E1E !important;
  padding: 0 !important;
}

/* line 3059, app/assets/stylesheets/ppl/ppl.scss */
.contact-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3068, app/assets/stylesheets/ppl/ppl.scss */
.contact-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3074, app/assets/stylesheets/ppl/ppl.scss */
.contact-icon.blue {
  background: #3A94ED;
}

/* line 3078, app/assets/stylesheets/ppl/ppl.scss */
.contact-icon.green {
  background: #00A878;
}

/* line 3082, app/assets/stylesheets/ppl/ppl.scss */
.contact-icon.red {
  background: #f24646;
}

/* line 3088, app/assets/stylesheets/ppl/ppl.scss */
#call-contact-modal .modal-body {
  margin: 0 auto;
}

/* line 3090, app/assets/stylesheets/ppl/ppl.scss */
#call-contact-modal .modal-body .contact-icon {
  margin: 0 auto 25px;
}

/* line 3093, app/assets/stylesheets/ppl/ppl.scss */
#call-contact-modal .modal-body .failed-text a {
  text-decoration: underline;
  color: #3A94ED;
}

/* line 3099, app/assets/stylesheets/ppl/ppl.scss */
.animated-arrow {
  width: 50px;
  height: 50px;
  border: 4px solid #444;
  margin: calc(50px - 28px) auto;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  position: relative;
}

/* line 3108, app/assets/stylesheets/ppl/ppl.scss */
.animated-arrow:before, .animated-arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 4px solid #444;
  border-right: 4px solid #444;
  position: absolute;
  top: 0px;
  left: -0px;
  box-shadow: 4px -4px 0 4px #fff;
}

/* line 3122, app/assets/stylesheets/ppl/ppl.scss */
.animated-arrow:after {
  top: 35px;
  left: 30px;
  border: none;
  border-bottom: 4px solid #444;
  border-left: 4px solid #444;
  box-shadow: -4px 4px 0 4px #fff;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 3137, app/assets/stylesheets/ppl/ppl.scss */
.dollar-input {
  display: flex;
  align-items: center;
  position: relative;
}

/* line 3142, app/assets/stylesheets/ppl/ppl.scss */
.dollar-input:before {
  position: absolute;
  content: "$";
  left: 8px;
}

/* line 3148, app/assets/stylesheets/ppl/ppl.scss */
.dollar-input input[type="number"] {
  padding-left: 18px;
}

/* line 3153, app/assets/stylesheets/ppl/ppl.scss */
.payment-method-text {
  font-size: 16px;
  margin: 30px auto 20px;
  line-height: 20px;
}

/* line 3159, app/assets/stylesheets/ppl/ppl.scss */
.team-member-info {
  padding-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 3165, app/assets/stylesheets/ppl/ppl.scss */
.team-member-tags {
  display: inline-block;
}

/* line 3168, app/assets/stylesheets/ppl/ppl.scss */
.team-member-tags .tag {
  display: inline-block;
  margin-top: 5px;
}

/* line 3174, app/assets/stylesheets/ppl/ppl.scss */
.ppl-search-container {
  position: relative;
}

/* line 3177, app/assets/stylesheets/ppl/ppl.scss */
.ppl-search-container .ppl-search-icon {
  position: absolute;
  bottom: 2px;
}

/* line 3182, app/assets/stylesheets/ppl/ppl.scss */
.ppl-search-container .ppl-search-input {
  border-bottom: 1px solid #213F5F;
  padding: 5px 0 5px 28px;
  width: 250px;
}

/* line 3188, app/assets/stylesheets/ppl/ppl.scss */
.ppl-search-container .ppl-search-reset-icon {
  cursor: pointer;
  position: absolute;
  bottom: 2px;
  right: 0;
}

/* line 3196, app/assets/stylesheets/ppl/ppl.scss */
.ppl-search-results {
  padding: 0 1%;
}

/* line 3200, app/assets/stylesheets/ppl/ppl.scss */
.ppl-progress {
  --progress-percent: 0%;
  background: linear-gradient(to right, #28676D var(--progress-percent), #E6E8EA var(--progress-percent));
  height: 4px;
  width: 100%;
}

/* line 3207, app/assets/stylesheets/ppl/ppl.scss */
.ppl-progress-header {
  background: #F6F3EE;
  padding: 24px 80px 24px 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 3214, app/assets/stylesheets/ppl/ppl.scss */
.ppl-progress-header h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  font-family: "Oceanic Grotesk";
}

/* line 3222, app/assets/stylesheets/ppl/ppl.scss */
.provider-select-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 8px;
}

/* line 3228, app/assets/stylesheets/ppl/ppl.scss */
.provider-select-item.toggle {
  background: #F5F5F5;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* line 3235, app/assets/stylesheets/ppl/ppl.scss */
.provider-select-item + .provider-select-item {
  border-top: 1px solid #CCD1D6;
}

/* line 3240, app/assets/stylesheets/ppl/ppl.scss */
.ppl-select, .ppl-date {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #CCD1D6;
  padding: 8px;
}

/* line 3248, app/assets/stylesheets/ppl/ppl.scss */
.ppl-section {
  margin-bottom: 56px;
}

/* line 3250, app/assets/stylesheets/ppl/ppl.scss */
.ppl-section a, .ppl-section a:focus, .ppl-section a:visited {
  color: #377A69;
}

/* line 3253, app/assets/stylesheets/ppl/ppl.scss */
.ppl-section a:hover {
  color: #8AE718;
}

/* line 3258, app/assets/stylesheets/ppl/ppl.scss */
.section-separator {
  background-color: #F6F3EE;
  height: 16px;
  margin: 48px auto;
}

/* line 3264, app/assets/stylesheets/ppl/ppl.scss */
.text-initial {
  text-transform: initial;
}

/* line 3268, app/assets/stylesheets/ppl/ppl.scss */
.circle-button-container {
  border: 1px solid #CCD1D6;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

/* line 3281, app/assets/stylesheets/ppl/ppl.scss */
.ppl-modal .modal-subheader {
  margin-top: -10px;
  margin-bottom: 5px;
  padding: 0 25px;
  text-align: center;
}

/* line 3289, app/assets/stylesheets/ppl/ppl.scss */
.ppl-radio {
  margin-right: 44px;
}

/* line 3292, app/assets/stylesheets/ppl/ppl.scss */
.ppl-radio input[type='radio'] {
  margin: 0 8px 0 0;
  height: 20px;
  width: 20px;
}

/* line 3298, app/assets/stylesheets/ppl/ppl.scss */
.ppl-radio label {
  margin: 0;
}

/* line 3303, app/assets/stylesheets/ppl/ppl.scss */
.ppl-file-placeholder {
  border: 1px solid #CCD1D6;
  border-radius: 16px;
  padding: 16px 24px;
  max-width: 230px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 3315, app/assets/stylesheets/ppl/ppl.scss */
.ppl-table .row.header {
  border-radius: 20px;
  background-color: #FFF1EB;
  color: #667483;
  display: flex;
  flex-direction: row;
  font-weight: 700;
  padding: 12px 24px;
  width: 100%;
}

@media all and (max-width: 767px) {
  /* line 3327, app/assets/stylesheets/ppl/ppl.scss */
  .ppl-table .row.ppl-table-row:nth-child(2) {
    padding-top: 0;
  }
}

/* line 3332, app/assets/stylesheets/ppl/ppl.scss */
.ppl-table .row.ppl-table-row {
  border-bottom: 1px solid #CCD1D6;
  font-size: 16px;
  padding: 24px;
}

/* line 3337, app/assets/stylesheets/ppl/ppl.scss */
.ppl-table .row.ppl-table-row label {
  text-transform: none;
}

@media all and (max-width: 767px) {
  /* line 3332, app/assets/stylesheets/ppl/ppl.scss */
  .ppl-table .row.ppl-table-row {
    flex-direction: column;
    align-items: start;
    padding: 24px 0;
  }
  /* line 3346, app/assets/stylesheets/ppl/ppl.scss */
  .ppl-table .row.ppl-table-row label {
    margin-right: 8px;
  }
}

/* line 3354, app/assets/stylesheets/ppl/ppl.scss */
.onboarding-task-row i.material-icons {
  width: 20px;
}

/* line 3357, app/assets/stylesheets/ppl/ppl.scss */
.onboarding-task-row i.material-icons.danger {
  color: #CF230C;
  font-size: 10px;
}

/* line 3362, app/assets/stylesheets/ppl/ppl.scss */
.onboarding-task-row i.material-icons.success {
  color: #068456;
  font-size: 18px;
}

/* line 3370, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-buc_settings h4 {
  margin: 10px 0 35px;
}

/* line 3373, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-buc_settings .heading-subtext {
  font-size: 18px;
  padding: 0 25px;
}

/* line 3377, app/assets/stylesheets/ppl/ppl.scss */
.location-manage-buc_settings .ppl-btn {
  border-radius: 20px;
  padding: 10px 40px;
  font-size: 16px;
  margin-top: 30px;
}

/* line 3385, app/assets/stylesheets/ppl/ppl.scss */
.ppl-page-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 550;
  color: #1E1E1E;
  font-family: 'NaN Druid Sans', sans-serif;
}

/* line 3393, app/assets/stylesheets/ppl/ppl.scss */
.ppl-btn, .btn.btn-sm.btn-primary {
  background-color: #025747 !important;
  border: 1px solid #025747 !important;
  color: #E4FFB8 !important;
}

/* line 3398, app/assets/stylesheets/ppl/ppl.scss */
.ppl-btn:visited, .btn.btn-sm.btn-primary:visited {
  color: #E4FFB8 !important;
  border-color: #025747 !important;
}

/* line 3402, app/assets/stylesheets/ppl/ppl.scss */
.ppl-btn:hover, .btn.btn-sm.btn-primary:hover {
  color: #E4FFB8 !important;
  background-color: #377A69 !important;
  text-decoration: none;
  border: 1px solid #377A69 !important;
}

/* line 3408, app/assets/stylesheets/ppl/ppl.scss */
.ppl-btn:active, .btn.btn-sm.btn-primary:active {
  color: #E4FFB8 !important;
  background-color: #034135 !important;
  border: 1px solid #034135 !important;
}

/* line 3413, app/assets/stylesheets/ppl/ppl.scss */
.ppl-btn:focus, .btn.btn-sm.btn-primary:focus {
  color: #E4FFB8 !important;
  border: 1px solid #4D9380 !important;
}

/* line 3417, app/assets/stylesheets/ppl/ppl.scss */
.ppl-btn:disabled, .ppl-btn.disabled, .btn.btn-sm.btn-primary:disabled, .btn.btn-sm.btn-primary.disabled {
  border: 1px solid #DDDDDD !important;
  background-color: #DDDDDD !important;
  color: #9B9B9B !important;
}

/* line 3424, app/assets/stylesheets/ppl/ppl.scss */
.ppl-btn-outline {
  background-color: #FFFFFF !important;
  border: 1px solid #025747 !important;
  color: #025747 !important;
}

/* line 3429, app/assets/stylesheets/ppl/ppl.scss */
.ppl-btn-outline:visited {
  color: #025747 !important;
}

/* line 3432, app/assets/stylesheets/ppl/ppl.scss */
.ppl-btn-outline:hover {
  background-color: #94D3C1 !important;
  color: #025747 !important;
  text-decoration: none;
}

/* line 3437, app/assets/stylesheets/ppl/ppl.scss */
.ppl-btn-outline:active {
  background-color: #4D9380 !important;
  color: #025747 !important;
}

/* line 3441, app/assets/stylesheets/ppl/ppl.scss */
.ppl-btn-outline:focus {
  border: 1px solid #025747 !important;
  color: #025747;
}

/* line 3445, app/assets/stylesheets/ppl/ppl.scss */
.ppl-btn-outline:disabled {
  border: 1px solid #9B9B9B !important;
  background-color: #FFFFFF !important;
  color: #9B9B9B !important;
}

/* line 3452, app/assets/stylesheets/ppl/ppl.scss */
.invoices-select-container {
  width: 200px;
}

/* line 3456, app/assets/stylesheets/ppl/ppl.scss */
.buc-invoice-link {
  background-color: #FFFFFF;
  text-decoration: underline;
  font-size: 15px;
  margin-top: 8px;
}

/* line 3463, app/assets/stylesheets/ppl/ppl.scss */
.alert-default {
  background: #F3F4F6;
}

/* line 3466, app/assets/stylesheets/ppl/ppl.scss */
.alert-default i {
  color: #808B98;
}

/* line 3472, app/assets/stylesheets/ppl/ppl.scss */
.v-spaced &gt; :not(:last-child) {
  margin-bottom: 15px;
}

/* line 3478, app/assets/stylesheets/ppl/ppl.scss */
.marketing-solutions-terms-buc ol {
  counter-reset: item;
}

/* line 3482, app/assets/stylesheets/ppl/ppl.scss */
.marketing-solutions-terms-buc li {
  display: block;
}

/* line 3486, app/assets/stylesheets/ppl/ppl.scss */
.marketing-solutions-terms-buc li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: 600;
  margin: 0 5px 0 0;
}

/* line 3493, app/assets/stylesheets/ppl/ppl.scss */
.marketing-solutions-terms-buc .bolded {
  font-size: 18px;
  font-weight: 600;
}

/* line 3499, app/assets/stylesheets/ppl/ppl.scss */
.business-hours-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 3505, app/assets/stylesheets/ppl/ppl.scss */
.business-hours-item .business-availability {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 3511, app/assets/stylesheets/ppl/ppl.scss */
.business-hours-item .business-availability input[type='checkbox'] {
  margin: 0;
}

/* line 3514, app/assets/stylesheets/ppl/ppl.scss */
.business-hours-item .business-availability input.switch-round[type='checkbox']:checked + .switch-container:before {
  background-color: #1E1E1E;
}

/* line 3519, app/assets/stylesheets/ppl/ppl.scss */
.business-hours-item .business-availability label {
  padding: 10px;
  margin: 10px;
}

/* line 3524, app/assets/stylesheets/ppl/ppl.scss */
.business-hours-item .business-availability h4 {
  padding: 10px;
  margin: 10px;
  width: 6rem;
}

/* line 3531, app/assets/stylesheets/ppl/ppl.scss */
.business-hours-item .business-hours {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #CCD1D6;
  margin-bottom: 1rem;
}

/* line 3540, app/assets/stylesheets/ppl/ppl.scss */
.business-hours-item .business-hours .form-field {
  border: none;
  width: 9rem;
}

/* line 3545, app/assets/stylesheets/ppl/ppl.scss */
.business-hours-item .business-hours .vertical-line {
  border-right: 1px solid #CCD1D6;
  line-height: 200%;
  width: 1px;
}
/* line 1, app/assets/stylesheets/print_statement.css.scss */
.print-statement-container {
  color: #000000;
  padding: 30px 35px;
  max-width: 800px;
  margin: 0 auto;
}

/* line 8, app/assets/stylesheets/print_statement.css.scss */
.print-statement-logo-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

/* line 13, app/assets/stylesheets/print_statement.css.scss */
.print-statement-logo-row .logo-block {
  position: relative;
  top: 5px;
  padding-right: 15px;
}

/* line 17, app/assets/stylesheets/print_statement.css.scss */
.print-statement-logo-row .logo-block img {
  max-width: 98px;
}

/* line 21, app/assets/stylesheets/print_statement.css.scss */
.print-statement-logo-row .logo-info-title {
  display: block;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  padding-left: 15px;
  border-left: 1px solid #000000;
}

/* line 31, app/assets/stylesheets/print_statement.css.scss */
.print-statement-top-row {
  border-bottom: 2px solid #000000;
  padding-bottom: 20px;
}

/* line 35, app/assets/stylesheets/print_statement.css.scss */
.print-statement-top-row .invoice-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

/* line 41, app/assets/stylesheets/print_statement.css.scss */
.print-statement-top-row .table-details {
  font-size: 12px;
  line-height: 15px;
}

/* line 47, app/assets/stylesheets/print_statement.css.scss */
.summary-block, .payment-block {
  width: 50%;
  float: right;
  font-size: 12px;
  line-height: 16px;
  clear: both;
}

/* line 55, app/assets/stylesheets/print_statement.css.scss */
.summary-block {
  border-bottom: 1px solid #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* line 66, app/assets/stylesheets/print_statement.css.scss */
.print-statement-status-row {
  padding: 20px 0 15px;
}

/* line 69, app/assets/stylesheets/print_statement.css.scss */
.print-statement-status-row .ppl-charges-text {
  font-size: 22px;
  font-weight: 700;
}

/* line 74, app/assets/stylesheets/print_statement.css.scss */
.print-statement-status-row .date-range-text {
  font-size: 12px;
  font-weight: 700;
  margin-top: 3px;
}

/* line 80, app/assets/stylesheets/print_statement.css.scss */
.print-statement-status-row .current-balance-item {
  width: 200px;
}

/* line 84, app/assets/stylesheets/print_statement.css.scss */
.print-statement-status-row .payment-due-item {
  width: 196px;
}

/* line 88, app/assets/stylesheets/print_statement.css.scss */
.print-statement-status-row .status-column-name {
  line-height: 12px;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 8px;
}

/* line 95, app/assets/stylesheets/print_statement.css.scss */
.print-statement-status-row .status-bold-text {
  line-height: 25px;
  font-size: 21px;
  font-weight: 700;
}

/* line 101, app/assets/stylesheets/print_statement.css.scss */
.print-statement-status-row .current-balance-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4px;
}

/* line 108, app/assets/stylesheets/print_statement.css.scss */
.print-statement-status-row .status-content-text-container {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
}

/* line 113, app/assets/stylesheets/print_statement.css.scss */
.print-statement-status-row .status-content-text-container .status-content-text + .status-content-text {
  margin-top: 15px;
}

/* line 118, app/assets/stylesheets/print_statement.css.scss */
.print-statement-status-row .status-content-text {
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
}

/* line 123, app/assets/stylesheets/print_statement.css.scss */
.print-statement-status-row .status-content-text.-balance-subline {
  border-bottom: 1px solid;
  padding: 2px 0 10px;
  margin-bottom: 10px;
}

/* line 131, app/assets/stylesheets/print_statement.css.scss */
.print-statement-payments-row {
  margin-bottom: 30px;
  padding-top: 20px;
  clear: both;
}

/* line 136, app/assets/stylesheets/print_statement.css.scss */
.print-statement-payments-row .payments-headline {
  border-bottom: 1px solid #000000;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
}

/* line 143, app/assets/stylesheets/print_statement.css.scss */
.print-statement-payments-row .charge-item-row {
  border-bottom: 1px solid #000000;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 151, app/assets/stylesheets/print_statement.css.scss */
.print-statement-payments-row .charge-item-content {
  line-height: 12px;
  font-size: 8px;
  font-weight: 400;
}

/* line 157, app/assets/stylesheets/print_statement.css.scss */
.print-statement-payments-row .payment-date-item {
  width: 140px;
}

/* line 161, app/assets/stylesheets/print_statement.css.scss */
.print-statement-payments-row .payment-name-item {
  width: 200px;
}

/* line 165, app/assets/stylesheets/print_statement.css.scss */
.print-statement-payments-row .payment-charge-item {
  text-align: right;
  width: 196px;
}

/* line 170, app/assets/stylesheets/print_statement.css.scss */
.print-statement-payments-row .print-statement-summary {
  padding-top: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 176, app/assets/stylesheets/print_statement.css.scss */
.print-statement-payments-row .copyright {
  font-size: 10px;
}

/* line 183, app/assets/stylesheets/print_statement.css.scss */
.print-statement-locations-row .locations-headline-row {
  border-bottom: 1px solid #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}

/* line 194, app/assets/stylesheets/print_statement.css.scss */
.print-statement-locations-row .location-item-row {
  border-bottom: 1px solid #000000;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 202, app/assets/stylesheets/print_statement.css.scss */
.print-statement-locations-row .location-item-row-na {
  border-bottom: 1px solid #000000;
  padding: 10px 0;
}

/* line 206, app/assets/stylesheets/print_statement.css.scss */
.print-statement-locations-row .location-item-row-na .bold {
  font-weight: bold;
}

/* line 210, app/assets/stylesheets/print_statement.css.scss */
.print-statement-locations-row .location-item-row-na .location-item-row-content {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 218, app/assets/stylesheets/print_statement.css.scss */
.print-statement-locations-row .location-item-row-na.heading {
  margin-top: 40px;
}

/* line 222, app/assets/stylesheets/print_statement.css.scss */
.print-statement-locations-row .locations-headline-row.no-border {
  border-bottom: 0px;
}

/* line 226, app/assets/stylesheets/print_statement.css.scss */
.print-statement-locations-row .location-info-content {
  line-height: 12px;
  font-size: 12px;
  font-weight: normal;
}

/* line 231, app/assets/stylesheets/print_statement.css.scss */
.print-statement-locations-row .location-info-content:not(:first-child) {
  padding-top: 4px;
}

/* line 236, app/assets/stylesheets/print_statement.css.scss */
.print-statement-locations-row .total-charges-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 8px;
  font-weight: 700;
  line-height: 10px;
  margin-top: 10px;
}
/* line 5, app/assets/stylesheets/products.css.scss */
.promo-callout {
  background: #fff;
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

/* line 9, app/assets/stylesheets/products.css.scss */
.promo-callout .callout-image {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* line 16, app/assets/stylesheets/products.css.scss */
.promo-callout .callout-image.date-night-promo {
  background-image: url(https://s3.amazonaws.com/galore-assets/date-night-promo.jpg);
  background-position: top;
}

/* line 20, app/assets/stylesheets/products.css.scss */
.promo-callout .callout-image.camp-promo {
  background-image: url(https://d19tb5uaenw7es.cloudfront.net/camp-promo.jpg);
}

/* line 23, app/assets/stylesheets/products.css.scss */
.promo-callout .text-container {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

/* line 27, app/assets/stylesheets/products.css.scss */
.promo-callout .text-container h2, .promo-callout .text-container h3 {
  margin: 5px 10px;
}

/* line 30, app/assets/stylesheets/products.css.scss */
.promo-callout .text-container .callout-body {
  padding: 0 10px 10px;
  font-size: 1.15rem;
  line-height: 1.15rem;
}

/* line 38, app/assets/stylesheets/products.css.scss */
.galore.store {
  width: 98%;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0;
}

/* line 45, app/assets/stylesheets/products.css.scss */
.galore.store #items-table .galore.item.card {
  height: 400px;
  float: left;
  display: table;
  position: relative;
  padding: 15px 7.5px 0;
}

/* line 52, app/assets/stylesheets/products.css.scss */
.galore.store #items-table .galore.item.card .card-inner {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 13px 0 rgba(50, 50, 93, 0.08), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow .15s ease-in-out;
}

/* line 58, app/assets/stylesheets/products.css.scss */
.galore.store #items-table .galore.item.card a {
  color: inherit;
}

/* line 61, app/assets/stylesheets/products.css.scss */
.galore.store #items-table .galore.item.card a:hover {
  color: inherit;
  text-decoration: none;
}

/* line 65, app/assets/stylesheets/products.css.scss */
.galore.store #items-table .galore.item.card a.rounded-btn.action-btn {
  position: absolute;
  margin: auto;
  bottom: 15px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  line-height: 1rem;
  color: #fff;
}

/* line 75, app/assets/stylesheets/products.css.scss */
.galore.store #items-table .galore.item.card a.rounded-btn.action-btn:hover {
  color: #fff;
  text-decoration: none;
}

/* line 81, app/assets/stylesheets/products.css.scss */
.galore.store #items-table .galore.item.card .item-link .image-container {
  width: 100%;
  height: 200px;
}

/* line 85, app/assets/stylesheets/products.css.scss */
.galore.store #items-table .galore.item.card .item-link .image-container .image {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
}

/* line 91, app/assets/stylesheets/products.css.scss */
.galore.store #items-table .galore.item.card .item-link .details-container {
  width: 100%;
  height: 200px;
  padding: 10px 13px;
}

/* line 96, app/assets/stylesheets/products.css.scss */
.galore.store #items-table .galore.item.card .item-link .details-container .item-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 3px;
}

/* line 108, app/assets/stylesheets/products.css.scss */
.galore.store #items-table .galore.product.card:hover .card-inner {
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

/* line 115, app/assets/stylesheets/products.css.scss */
.item-detail.container {
  padding: 0;
  position: relative;
  font-size: 1em;
  width: 100%;
}

/* line 121, app/assets/stylesheets/products.css.scss */
.item-detail.container section {
  display: table;
  position: relative;
}

/* line 126, app/assets/stylesheets/products.css.scss */
.item-detail.container h3 {
  margin-bottom: 7px;
}

/* line 130, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section {
  padding-bottom: 5%;
  margin-bottom: 5%;
  width: 100%;
}

/* line 135, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section.event-package {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* line 140, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .image-container {
  padding: 0;
  text-align: center;
  width: 320px;
  height: 320px;
}

/* line 146, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .image-container #photo-holder {
  height: 320px;
  width: 320px;
}

/* line 151, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .image-container .caption {
  padding-top: 7px;
  font-size: .9em;
  width: 90%;
  font-weight: 500;
  margin: 0 auto;
  cursor: default;
}

/* line 160, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .image-container .product-image {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0px 6px 0 0;
}

/* line 170, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .image-container .product-image.placeholder {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/crcm-gray-placeholder.jpg");
  background-size: 160px 160px;
  background-color: #f1f4f9;
  border-radius: 0 7px 0 0;
}

/* line 182, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .spots-pricing .spots-right {
  float: right;
}

/* line 185, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .spots-pricing .spots {
  font-size: 1em;
  font-weight: 600;
}

/* line 189, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .spots-pricing .spots.sold-out {
  color: #cc0000;
  font-weight: 500;
}

/* line 195, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details {
  display: inline-block;
  height: 100%;
  min-height: 320px;
  width: calc(100% - 320px);
  position: relative;
  padding: 20px;
}

/* line 202, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details.event-package {
  width: 100%;
  min-height: 0;
}

/* line 207, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details #item-title {
  margin-top: 0;
  padding: 0;
  display: inline-block;
  font-size: 2em;
  font-weight: 600;
}

/* line 215, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details .row {
  border-top: 1px solid #f7f7f7;
  padding: 11px 0;
}

/* line 219, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details .row .sublabel {
  font-weight: 600;
  color: inherit;
  text-align: right;
  padding-right: 2em;
  text-transform: uppercase;
  font-size: .75em;
  line-height: 20px;
}

/* line 230, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details .dates, .item-detail.container .top-section .details .when {
  border: 0;
}

/* line 233, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details .row.instructions {
  border: 0;
}

/* line 238, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details .spots-pricing .discount {
  padding-left: 5px;
  font-weight: 500;
}

/* line 243, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details .about {
  border: 0;
}

/* line 245, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details .about p:last-child {
  margin-bottom: 0;
}

/* line 250, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details .about a, .item-detail.container .top-section .details .instructions a {
  font-weight: normal;
  color: #015AC8;
}

/* line 254, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details .about a:hover, .item-detail.container .top-section .details .instructions a:hover {
  text-decoration: underline;
}

/* line 257, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details .about p:last-child, .item-detail.container .top-section .details .instructions p:last-child {
  margin-bottom: 0;
}

/* line 261, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details .price-separator {
  padding: 0 7px;
}

/* line 264, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details .last-purchased-on {
  margin-top: 1em;
}

/* line 266, app/assets/stylesheets/products.css.scss */
.item-detail.container .top-section .details .last-purchased-on a {
  color: inherit;
}

/* line 273, app/assets/stylesheets/products.css.scss */
.item-detail.container .purchase.btn-container {
  margin: 2.5% auto 0;
}

/* line 276, app/assets/stylesheets/products.css.scss */
.item-detail.container .purchase-btn {
  display: inline-block;
  height: 100%;
  padding: 11px 37px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #00ab6b;
  background: linear-gradient(rgba(0, 171, 107, 0.925), #00ab6b);
  outline: 0;
}

/* line 289, app/assets/stylesheets/products.css.scss */
.item-detail.container .purchase-btn:hover {
  text-decoration: underline;
  color: #fff;
}

/* line 294, app/assets/stylesheets/products.css.scss */
.item-detail.container .purchase-btn.disabled {
  background: #ccc;
  border-color: transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.23);
}

/* line 300, app/assets/stylesheets/products.css.scss */
.item-detail.container .purchase-btn.existing {
  text-transform: none;
}

/* line 304, app/assets/stylesheets/products.css.scss */
.item-detail.container .click-to-update {
  padding: 1em 0 0 0;
}

/* line 308, app/assets/stylesheets/products.css.scss */
.item-detail.container .membership-terms {
  padding: 1em 0 0 0;
}

/* line 312, app/assets/stylesheets/products.css.scss */
.item-detail.container .product-sharing {
  margin: 5% auto;
}

/* line 315, app/assets/stylesheets/products.css.scss */
.item-detail.container .product-sharing h4, .item-detail.container .product-sharing h5, .item-detail.container .product-sharing h6 {
  margin-bottom: 11px;
}

/* line 319, app/assets/stylesheets/products.css.scss */
.item-detail.container .product-sharing .inner {
  text-align: center;
}

/* line 322, app/assets/stylesheets/products.css.scss */
.item-detail.container .product-sharing .inner i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 1.7em;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.07);
  color: #444;
  border-radius: 50%;
  margin: 0 7px;
  cursor: pointer;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 338, app/assets/stylesheets/products.css.scss */
.item-detail.container .product-sharing .inner i:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.23);
}

/* line 341, app/assets/stylesheets/products.css.scss */
.item-detail.container .product-sharing .inner i.fa-envelope {
  font-size: 1.5em;
}

/* line 347, app/assets/stylesheets/products.css.scss */
.item-detail.container .review-section {
  border-bottom: 0;
}

/* line 350, app/assets/stylesheets/products.css.scss */
.item-detail.container .review-section .leave-review {
  width: 100%;
  display: table;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2%;
}

/* line 356, app/assets/stylesheets/products.css.scss */
.item-detail.container .review-section .leave-review .check-box-container {
  float: left;
  padding: 10px 0;
}

/* line 360, app/assets/stylesheets/products.css.scss */
.item-detail.container .review-section .leave-review .check-box-container .check-box {
  margin-right: 20px;
}

/* line 364, app/assets/stylesheets/products.css.scss */
.item-detail.container .review-section .leave-review .check-box-container #review-visibility {
  position: relative;
  top: 1px;
}

/* line 370, app/assets/stylesheets/products.css.scss */
.item-detail.container .review-section .leave-review .attribution {
  float: right;
  color: #aaa;
  padding: 10px 0;
}

/* line 376, app/assets/stylesheets/products.css.scss */
.item-detail.container .review-section .leave-review .btn-container {
  padding-top: 10px;
}

/* line 382, app/assets/stylesheets/products.css.scss */
.item-detail.container .product-photo {
  display: inline-block;
  margin: 1%;
  border: 1px solid #eee;
  border-radius: 4px;
}

/* line 388, app/assets/stylesheets/products.css.scss */
.item-detail.container .product-photo img {
  width: 140px;
}

/* line 392, app/assets/stylesheets/products.css.scss */
.item-detail.container .product-photo .placeholder {
  font-size: .8em;
}

/* line 400, app/assets/stylesheets/products.css.scss */
.modal.purchase .modal-content .defer-membership {
  margin: 5px 0 0;
  font-size: 1rem;
  width: 100%;
}

/* line 405, app/assets/stylesheets/products.css.scss */
.modal.purchase .modal-content .defer-membership .checkbox-label {
  margin: 1px 0 0 0;
  float: none;
}

/* line 409, app/assets/stylesheets/products.css.scss */
.modal.purchase .modal-content .defer-membership .deferred-label {
  position: relative;
  top: 3px;
  margin-left: 6px;
  vertical-align: top;
}

/* line 417, app/assets/stylesheets/products.css.scss */
.modal.purchase #purchase-submit.disabled {
  background: transparent;
  color: #ccc;
}

/* line 423, app/assets/stylesheets/products.css.scss */
.products.panel {
  display: inline-block;
}

/* line 426, app/assets/stylesheets/products.css.scss */
.products.panel .inner {
  position: relative;
}

/* line 429, app/assets/stylesheets/products.css.scss */
.products.panel .inner .purchasable-header {
  padding: 20px 0px;
}

/* line 433, app/assets/stylesheets/products.css.scss */
.products.panel .inner .btn-group.products {
  width: 100%;
  display: block;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-grow: 1;
  flex-shrink: 5;
  min-height: 36px;
}

/* line 443, app/assets/stylesheets/products.css.scss */
.products.panel .inner .btn-group.products .btn {
  max-height: 38px;
}

/* line 451, app/assets/stylesheets/products.css.scss */
.products.panel .inner .header-section {
  padding: 1%;
}

/* line 456, app/assets/stylesheets/products.css.scss */
.products.panel .inner .photo-section .photo-container {
  min-width: 200px;
  min-height: 200px;
  display: inline-block;
}

/* line 460, app/assets/stylesheets/products.css.scss */
.products.panel .inner .photo-section .photo-container .photo {
  margin: 5px 5px 0 0;
}

/* line 464, app/assets/stylesheets/products.css.scss */
.products.panel .inner .photo-section .new_photo {
  margin-top: 7px;
  width: 200px;
}

/* line 470, app/assets/stylesheets/products.css.scss */
.products.panel .inner #purchasable-online-container.disabled {
  color: inherit;
}

/* line 472, app/assets/stylesheets/products.css.scss */
.products.panel .inner #purchasable-online-container.disabled .custom-checkbox {
  cursor: not-allowed;
}

/* line 477, app/assets/stylesheets/products.css.scss */
.products.panel .inner #membership-reservation-settings .radio-label {
  margin-bottom: 0;
  padding-right: 4px;
}

/* line 485, app/assets/stylesheets/products.css.scss */
.products.panel .inner .products-container .nav.nav-tabs li {
  cursor: pointer;
}

/* line 489, app/assets/stylesheets/products.css.scss */
.products.panel .inner .products-container .table-container {
  padding: 0;
}

/* line 493, app/assets/stylesheets/products.css.scss */
.products.panel .inner .products-container .header-section {
  padding: 1%;
  display: flex;
}

/* line 498, app/assets/stylesheets/products.css.scss */
.products.panel .inner .products-container .row {
  padding: 7px 1%;
  border-bottom: 1px solid #eee;
}

/* line 502, app/assets/stylesheets/products.css.scss */
.products.panel .inner .products-container .row:last-child {
  border: 0;
  padding-bottom: 3px;
}

/* line 511, app/assets/stylesheets/products.css.scss */
.products.panel .inner .products-container .product .edit-icon {
  font-size: 20px;
  line-height: 24px;
  width: 24px;
  height: 24px;
}

/* line 525, app/assets/stylesheets/products.css.scss */
.products.panel .inner .products-container .product.row.inactive * {
  color: #aaa;
  text-decoration: line-through;
}

/* line 529, app/assets/stylesheets/products.css.scss */
.products.panel .inner .products-container .product.row.inactive .edit {
  text-decoration: none;
}

/* line 532, app/assets/stylesheets/products.css.scss */
.products.panel .inner .products-container .product.row.inactive .activate, .products.panel .inner .products-container .product.row.inactive .deactivate {
  text-decoration: none;
  color: initial;
}

/* line 537, app/assets/stylesheets/products.css.scss */
.products.panel .inner .products-container .product.row.inactive .edit-icon {
  text-decoration: none;
  color: #444;
}

/* line 545, app/assets/stylesheets/products.css.scss */
.products.panel .item-details form {
  padding: 1% 1% 64px;
}

/* line 551, app/assets/stylesheets/products.css.scss */
.products.panel .half-panel .item-details {
  padding: 0 2% 2%;
}

/* line 556, app/assets/stylesheets/products.css.scss */
.products.panel span.remove {
  cursor: pointer;
}

/* line 560, app/assets/stylesheets/products.css.scss */
.products.panel .item-details.eligible-events {
  padding-bottom: 0;
}

/* line 562, app/assets/stylesheets/products.css.scss */
.products.panel .item-details.eligible-events .table-container {
  padding: 0;
}

/* line 568, app/assets/stylesheets/products.css.scss */
.products.panel #eligible-events-table .row:last-child {
  border: 0;
}

/* line 572, app/assets/stylesheets/products.css.scss */
.products.panel #eligible-event-message {
  display: none;
  margin: 2.5%;
}

/* line 577, app/assets/stylesheets/products.css.scss */
.products.panel .product-super-save {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 584, app/assets/stylesheets/products.css.scss */
.product.panel {
  padding: 1%;
}

/* line 587, app/assets/stylesheets/products.css.scss */
.product.panel .inner {
  position: relative;
}

/* line 590, app/assets/stylesheets/products.css.scss */
.product.panel .inner .product-container {
  padding: 1%;
}

/* line 594, app/assets/stylesheets/products.css.scss */
.product.panel .inner .purchases-container {
  border-top: 1px solid #eee;
  clear: both;
  padding: 0 1% 1%;
}

/* line 599, app/assets/stylesheets/products.css.scss */
.product.panel .inner .purchases-container .no-content {
  padding: 1% 0;
}

/* line 608, app/assets/stylesheets/products.css.scss */
.purchased-packages .row.canceled a.purchase-link, .purchased-packages .row.canceled a.customer-link, .purchased-packages .row.canceled a.complete-link, .purchased-packages .membership.row.canceled a.purchase-link, .purchased-packages .membership.row.canceled a.customer-link, .purchased-packages .membership.row.canceled a.complete-link, .purchased-products .row.canceled a.purchase-link, .purchased-products .row.canceled a.customer-link, .purchased-products .row.canceled a.complete-link, .purchased-products .membership.row.canceled a.purchase-link, .purchased-products .membership.row.canceled a.customer-link, .purchased-products .membership.row.canceled a.complete-link {
  text-decoration: line-through;
  color: #aaa;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 619, app/assets/stylesheets/products.css.scss */
  body #wrap .item-detail.container {
    padding: 0;
    width: 100%;
  }
  /* line 624, app/assets/stylesheets/products.css.scss */
  body #wrap .item-detail.container .top-section .details .row .sublabel {
    text-align: left;
    font-size: 1em;
  }
  /* line 633, app/assets/stylesheets/products.css.scss */
  body #wrap .galore.store
#items-table .galore.item.card .card-inner {
    position: relative;
  }
  /* line 636, app/assets/stylesheets/products.css.scss */
  body #wrap .galore.store
#items-table .galore.item.card .card-inner a.rounded-btn.action-btn {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 6px 6px;
  }
  /* line 647, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row, body #wrap .activity-detail .public.series.row {
    height: auto;
    padding: 0;
    margin-bottom: 5%;
    display: block;
    line-height: 1.25em;
    border-color: #eee;
  }
  /* line 655, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .event-link, body #wrap .activity-detail .public.series.row .event-link {
    width: 100%;
  }
  /* line 658, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row a, body #wrap .activity-detail .public.series.row a {
    width: 100%;
    display: table;
  }
  /* line 662, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .image, body #wrap .activity-detail .public.series.row .image {
    display: none;
  }
  /* line 666, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .card-inner, body #wrap .activity-detail .public.series.row .card-inner {
    padding: 2.5%;
  }
  /* line 670, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .time-card, body #wrap .activity-detail .public.series.row .time-card {
    width: 25%;
    font-size: 2em;
    display: table-row;
  }
  /* line 675, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .inner, body #wrap .activity-detail .public.series.row .inner {
    padding: 2.5%;
  }
  /* line 678, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .activity-title, body #wrap .activity-detail .public.series.row .activity-title {
    font-size: 1.7em;
    line-height: 1em;
    padding-bottom: 1%;
  }
  /* line 683, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .formatted-time, body #wrap .activity-detail .public.series.row .formatted-time {
    font-weight: normal;
    font-size: 1.1em;
    padding: 1% 0;
  }
  /* line 689, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .formatted-time .mobile-time-card .day-of-week, body #wrap .activity-detail .public.series.row .formatted-time .mobile-time-card .day-of-week {
    display: inline;
    margin-right: 2px;
  }
  /* line 695, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .series-type, body #wrap .activity-detail .public.series.row .series-type {
    padding-top: .25em;
  }
  /* line 698, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .age, body #wrap .activity-detail .public.activity.row .location, body #wrap .activity-detail .public.activity.row .formatted-time, body #wrap .activity-detail .public.activity.row .tags, body #wrap .activity-detail .public.series.row .age, body #wrap .activity-detail .public.series.row .location, body #wrap .activity-detail .public.series.row .formatted-time, body #wrap .activity-detail .public.series.row .tags {
    padding: 3px 0;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    font-size: 1.1em;
  }
  /* line 706, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .action-btn, body #wrap .activity-detail .public.series.row .action-btn {
    display: block;
    width: 100%;
    clear: both;
    padding: 2% 2.5%;
    text-align: left;
    border: 0;
    border-radius: 0 0 6px 6px;
    font-size: 1.3em;
    line-height: 1.25em;
    background: #00b16b;
    background: linear-gradient(rgba(0, 177, 111, 0.925), #00b16f);
    color: #fff;
    font-weight: 600;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 725, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .action-btn .detail-indicator, body #wrap .activity-detail .public.series.row .action-btn .detail-indicator {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 36px;
    margin: auto;
  }
  /* line 733, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .action-btn .detail-indicator i, body #wrap .activity-detail .public.series.row .action-btn .detail-indicator i {
    color: #fff;
    font-size: 36px;
  }
  /* line 739, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .action-btn .price, body #wrap .activity-detail .public.series.row .action-btn .price {
    display: block;
    font-weight: 600;
  }
  /* line 742, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .action-btn .price .date-purchase-count, body #wrap .activity-detail .public.series.row .action-btn .price .date-purchase-count {
    font-weight: 600;
  }
  /* line 747, app/assets/stylesheets/products.css.scss */
  body #wrap .activity-detail .public.activity.row .action-btn .booking-prompt, body #wrap .activity-detail .public.series.row .action-btn .booking-prompt {
    display: inline-block;
    font-size: 1em;
    color: #fff;
  }
}

/* line 760, app/assets/stylesheets/products.css.scss */
#add-products a {
  cursor: pointer;
}

/* line 762, app/assets/stylesheets/products.css.scss */
#add-products a:hover {
  text-decoration: none;
}
/* line 1, app/assets/stylesheets/provider_forms.css.scss */
#selected_event_filters {
  margin-left: 30px;
}

/* line 3, app/assets/stylesheets/provider_forms.css.scss */
#selected_event_filters .custom-checkbox {
  width: inherit;
  height: inherit;
}

/* line 9, app/assets/stylesheets/provider_forms.css.scss */
#interval_filters {
  margin-left: 30px;
  margin-bottom: 20px;
}

/* line 12, app/assets/stylesheets/provider_forms.css.scss */
#interval_filters .datepicker-input {
  width: 150px;
  border-radius: 5px;
}

/* line 19, app/assets/stylesheets/provider_forms.css.scss */
#upload-preview img {
  width: 150px;
  margin: 0px auto;
}

/* line 26, app/assets/stylesheets/provider_forms.css.scss */
.account-item.user-form.row i {
  cursor: default;
  font-size: 2em;
}

/* line 31, app/assets/stylesheets/provider_forms.css.scss */
.account-item.user-form.row .user-form-icon {
  text-align: center;
}

/* line 35, app/assets/stylesheets/provider_forms.css.scss */
.account-item.user-form.row .user-form-title {
  font-size: 1.2em;
}

/* line 47, app/assets/stylesheets/provider_forms.css.scss */
#existing-upload-section {
  margin: 2em 0px;
}

/* line 51, app/assets/stylesheets/provider_forms.css.scss */
.download-required-form-btn.rounded-btn.clear {
  margin-bottom: 5px;
  text-transform: none;
  font-weight: bolder;
  padding: 7px 14px;
}

/* line 59, app/assets/stylesheets/provider_forms.css.scss */
.forms-link:hover {
  cursor: pointer;
}
/* line 8, app/assets/stylesheets/provider_users.css.scss */
#provider-users-table .provider-user.row .name h6.form-label, #organization-provider-users-table .provider-user.row .name h6.form-label, #provider-users-container .provider-user.row .name h6.form-label {
  margin: 0;
}

/* line 13, app/assets/stylesheets/provider_users.css.scss */
#provider-users-table .provider-user.row .permissions-checkboxes .role-cell, #organization-provider-users-table .provider-user.row .permissions-checkboxes .role-cell, #provider-users-container .provider-user.row .permissions-checkboxes .role-cell {
  min-height: 34px;
}

/* line 16, app/assets/stylesheets/provider_users.css.scss */
#provider-users-table .provider-user.row .permissions-checkboxes .checkbox-label, #organization-provider-users-table .provider-user.row .permissions-checkboxes .checkbox-label, #provider-users-container .provider-user.row .permissions-checkboxes .checkbox-label {
  float: none;
  top: 9px;
  margin: 0;
}

/* line 23, app/assets/stylesheets/provider_users.css.scss */
#provider-users-table .role-cell, #organization-provider-users-table .role-cell, #provider-users-container .role-cell {
  width: 13.5714285714%;
  position: relative;
}

/* line 27, app/assets/stylesheets/provider_users.css.scss */
#provider-users-table .role-cell.remove, #organization-provider-users-table .role-cell.remove, #provider-users-container .role-cell.remove {
  width: 5%;
  position: relative;
}

/* line 34, app/assets/stylesheets/provider_users.css.scss */
#permissions-table .modal-body {
  padding-bottom: 20px;
}

/* line 39, app/assets/stylesheets/provider_users.css.scss */
#permissions-table .permissions-table-container tr td {
  padding: 3px 0 0;
}

/* line 44, app/assets/stylesheets/provider_users.css.scss */
#permissions-table .permissions-table-container .permissions-container tr td {
  width: 16.6%;
}

/* line 47, app/assets/stylesheets/provider_users.css.scss */
#permissions-table .permissions-table-container .permissions-container tr td i {
  color: #3aa3e3;
  font-size: 18px;
  cursor: default;
}

/* line 52, app/assets/stylesheets/provider_users.css.scss */
#permissions-table .permissions-table-container .permissions-container tr td i.empty {
  color: #eee;
}
/* line 5, app/assets/stylesheets/providers.css.scss */
html.provider {
  background: #eef1f4;
}

/* line 9, app/assets/stylesheets/providers.css.scss */
html.provider #wrap.provider #main {
  padding-bottom: 40px;
}

/* line 13, app/assets/stylesheets/providers.css.scss */
html.provider a, html.provider a:focus, html.provider a:visited, html.provider .link-color {
  color: #444;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 21, app/assets/stylesheets/providers.css.scss */
html.provider a.link-color, html.provider a:hover, html.provider a.link-color:focus, html.provider a.link-color:visited, html.provider .link-color.link-btn:hover {
  color: #2196F3;
}

/* line 24, app/assets/stylesheets/providers.css.scss */
html.provider a.pink-btn, html.provider a.pink-btn:focus, html.provider a.pink-btn:visited, html.provider a.pink-btn:active {
  color: #fff;
}

/* line 27, app/assets/stylesheets/providers.css.scss */
html.provider a.placeholder, html.provider a.purchase-link.placeholder {
  color: #aaa;
}

/* line 29, app/assets/stylesheets/providers.css.scss */
html.provider a.placeholder h6.form-label, html.provider a.purchase-link.placeholder h6.form-label {
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/providers.css.scss */
html.provider .edit_provider {
  padding: 1%;
  margin: 0 auto;
  max-width: 700px;
}

/* line 40, app/assets/stylesheets/providers.css.scss */
.search-field-container.connect {
  left: 0;
  width: calc(60% - 140px);
  box-shadow: none;
}

/* line 45, app/assets/stylesheets/providers.css.scss */
.search-field-container.connect .search-container {
  width: 100%;
}

/* line 47, app/assets/stylesheets/providers.css.scss */
.search-field-container.connect .search-container #search-field {
  border-radius: 7px;
}

/* line 50, app/assets/stylesheets/providers.css.scss */
.search-field-container.connect .search-container #search-field:hover {
  border-color: #1E88E5;
}

/* line 54, app/assets/stylesheets/providers.css.scss */
.search-field-container.connect .location-container {
  display: none;
}

/* line 59, app/assets/stylesheets/providers.css.scss */
.connect-search-field-container {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin-left: 5px;
  width: 25%;
  min-width: 200px;
}

/* line 67, app/assets/stylesheets/providers.css.scss */
.connect-search-field-container #explicit-search {
  position: absolute;
  left: 15px;
  top: 0px;
  bottom: 0px;
  padding: 0;
  line-height: 76px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  margin: 0;
  z-index: 3;
}

/* line 80, app/assets/stylesheets/providers.css.scss */
.connect-search-field-container #explicit-search #search-icon {
  color: #aaa;
  font-size: 16px;
  line-height: 16px;
  transition: none;
}

/* line 87, app/assets/stylesheets/providers.css.scss */
.connect-search-field-container input[type="text"] {
  padding: 7px;
  padding-left: 23px;
  border: 0;
  background: transparent;
  height: 98%;
  height: calc(100% - 2px);
  border-radius: 6px;
  box-shadow: 0 2px 17px rgba(0, 0, 0, 0.1);
}

/* line 100, app/assets/stylesheets/providers.css.scss */
.connect-search-field-container:hover #connect-search-field {
  box-shadow: 0 3px 23px rgba(0, 0, 0, 0.15);
}

/* line 107, app/assets/stylesheets/providers.css.scss */
#provider-confirmation .modal-body {
  padding: 5%;
}

/* line 111, app/assets/stylesheets/providers.css.scss */
#provider-confirmation .bold-header {
  margin: 1% auto -5%;
}

/* line 115, app/assets/stylesheets/providers.css.scss */
#provider-confirmation p {
  line-height: 1.4em;
  margin: 0 0 23px 0;
}

/* line 120, app/assets/stylesheets/providers.css.scss */
#provider-confirmation p:last-child {
  margin: 0;
}

/* line 125, app/assets/stylesheets/providers.css.scss */
#time-toggles {
  position: absolute;
  right: 6px;
  top: 1px;
}

/* line 130, app/assets/stylesheets/providers.css.scss */
#time-toggles div.toggle-btn {
  border-color: #fff;
}

/* line 134, app/assets/stylesheets/providers.css.scss */
#time-toggles #month-toggle, #time-toggles #week-toggle {
  float: left;
  display: inline-block;
  padding: 14px 0;
  cursor: pointer;
  font-weight: 500;
  font-size: .95em;
  padding: 14px 17px;
  color: inherit;
}

/* line 144, app/assets/stylesheets/providers.css.scss */
#time-toggles #month-toggle:hover, #time-toggles #week-toggle:hover {
  text-decoration: underline;
}

/* line 147, app/assets/stylesheets/providers.css.scss */
#time-toggles #month-toggle.selected, #time-toggles #week-toggle.selected {
  color: #EB0450;
}

/* line 149, app/assets/stylesheets/providers.css.scss */
#time-toggles #month-toggle.selected a, #time-toggles #week-toggle.selected a {
  color: #EB0450;
}

/* line 155, app/assets/stylesheets/providers.css.scss */
.provider.public {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* line 160, app/assets/stylesheets/providers.css.scss */
.provider.public a {
  color: #2196F3;
}

/* line 163, app/assets/stylesheets/providers.css.scss */
.provider.public input.switch-round:checked + .switch-container:before {
  background-color: #2196F3;
}

/* line 167, app/assets/stylesheets/providers.css.scss */
.provider.public .details {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  line-height: 1.4em;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.23);
}

/* line 176, app/assets/stylesheets/providers.css.scss */
.provider.public .details .about {
  line-height: 1.2em;
}

/* line 179, app/assets/stylesheets/providers.css.scss */
.provider.public .details .link {
  margin: 3px auto 11px;
}

/* line 182, app/assets/stylesheets/providers.css.scss */
.provider.public .details .link a {
  color: #444;
}

/* line 185, app/assets/stylesheets/providers.css.scss */
.provider.public .details .link a:hover {
  color: #2196F3;
}

/* line 191, app/assets/stylesheets/providers.css.scss */
.provider.public #public-display-container {
  left: 345px;
  position: relative;
  width: calc(98% - 330px);
  padding-top: 15px;
}

/* line 198, app/assets/stylesheets/providers.css.scss */
.provider.public #list {
  display: table;
  height: 100%;
  padding: 0;
}

/* line 203, app/assets/stylesheets/providers.css.scss */
.provider.public #list .header.row {
  padding: 7px 0 0 0;
}

/* line 208, app/assets/stylesheets/providers.css.scss */
.provider.public #schedule, .provider.public #calendar {
  height: 100%;
  padding: 0;
  margin-top: 0px;
  background: #fff;
  border-radius: 6px;
  display: inline-block;
  border: 0;
  display: inline-block;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
}

/* line 220, app/assets/stylesheets/providers.css.scss */
.provider.public #calendar {
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.23);
}

/* line 222, app/assets/stylesheets/providers.css.scss */
.provider.public #calendar .back-btn {
  padding: 0px;
  opacity: 1;
}

/* line 226, app/assets/stylesheets/providers.css.scss */
.provider.public #calendar #view-filters-btn {
  display: none;
  vertical-align: middle;
  opacity: 1;
  position: absolute;
  left: -7px;
  top: -9px;
  cursor: pointer;
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.11);
}

/* line 243, app/assets/stylesheets/providers.css.scss */
.provider.public #calendar #view-filters-btn:hover {
  color: #EB0450;
}

/* line 248, app/assets/stylesheets/providers.css.scss */
.provider.public #filter-container {
  position: absolute;
  top: 0;
  padding: 0 15px 0 15px;
  width: 345px;
  height: 100%;
}

/* line 256, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter {
  background: #fff;
  border: 0;
  padding: 0;
  overflow-y: scroll;
}

/* line 262, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #collapse-filters {
  position: absolute;
  right: 1px;
  top: 4px;
  cursor: pointer;
  font-size: 22px;
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.11);
}

/* line 276, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #hero-logo {
  height: 200px;
  max-width: 325px;
  margin: 0 auto;
  border: 10px solid #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 4px;
}

/* line 286, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #filter-view-toggle {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #f1f4f9;
}

/* line 292, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #filter-view-toggle .connect-view-toggle {
  height: inherit;
  line-height: inherit;
  vertical-align: middle;
  color: inherit;
  cursor: pointer;
}

/* line 299, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #filter-view-toggle .connect-view-toggle h6.form-label {
  line-height: inherit;
  cursor: pointer;
  font-size: .95em;
  font-weight: 500;
}

/* line 306, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #filter-view-toggle .connect-view-toggle i {
  font-size: 24px;
  line-height: 18px;
  opacity: .9;
}

/* line 312, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #filter-view-toggle .connect-view-toggle:visited {
  color: inherit;
}

/* line 315, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #filter-view-toggle .connect-view-toggle:hover, .provider.public #connect-filter #filter-view-toggle .connect-view-toggle.selected {
  color: #EB0450;
  text-decoration: none;
}

/* line 318, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #filter-view-toggle .connect-view-toggle:hover i, .provider.public #connect-filter #filter-view-toggle .connect-view-toggle.selected i {
  color: #EB0450;
  opacity: 1;
}

/* line 323, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #filter-view-toggle .connect-view-toggle:last-child {
  border-left: 1px solid #f1f4f9;
}

/* line 328, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #filter-view-toggle #connect-calendar-view-btn i {
  font-size: 18px;
  line-height: 14px;
}

/* line 334, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .connect-search-field-container {
  margin: 0px;
  position: relative;
}

/* line 338, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .connect-search-field-container #connect-search-field {
  border-top: 1px solid #f1f4f9;
  padding: 10px;
  font-size: .95em;
}

/* line 344, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .connect-search-field-container #clear-provider-search {
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  height: 24px;
  width: auto;
}

/* line 354, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .connect-search-field-container #clear-provider-search i {
  color: #ddd;
  font-size: 18px;
}

/* line 360, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .connect-search-field-container #clear-provider-search:hover i {
  color: #444;
}

/* line 366, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #ages-icon, .provider.public #connect-filter #instructors-icon, .provider.public #connect-filter #dates-icon, .provider.public #connect-filter #weekday-icon, .provider.public #connect-filter #start-time-icon, .provider.public #connect-filter #end-time-icon {
  position: absolute;
  left: 9px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  margin: auto;
  top: 0;
  bottom: 0;
  color: #a7abae;
  z-index: 2;
  user-select: none;
  pointer-events: none;
}

/* line 381, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .category-picker {
  margin-top: -1px;
  position: relative;
}

/* line 385, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .category-picker .selectize-input {
  background: #fff;
  border-color: transparent;
  border-top: 1px solid #f1f4f9;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0;
  padding: 10px;
  font-size: .9rem;
  color: #EB0450;
  font-weight: 600;
  cursor: pointer;
  display: table;
}

/* line 400, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .category-picker .selectize-input input[type="text"] {
  min-height: 20px !important;
}

/* line 404, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .category-picker .selectize-dropdown-content {
  font-size: 1rem;
}

/* line 407, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .category-picker .selectize-control.single .selectize-input:after {
  right: 18px;
  border-color: #EB0450 transparent transparent transparent;
}

/* line 411, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .category-picker .selectize-control.single .selectize-input.dropdown-active:after {
  border-color: transparent transparent #EB0450 transparent;
}

/* line 414, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .category-picker .selectize-input.has-items {
  padding: 10px;
}

/* line 417, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .category-picker .selectize-input:hover {
  border-color: #0880ff;
}

/* line 422, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .category-picker:hover #category-icon:not(.active) {
  color: #7f8386;
}

/* line 426, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .ages-picker {
  margin-top: -1px;
  position: relative;
}

/* line 430, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .ages-picker .selectize-input {
  background: #fff;
  border-color: transparent;
  border-top: 1px solid #f1f4f9;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #f1f4f9;
  border-radius: 0;
  padding: 10px;
  font-size: .95em;
  cursor: pointer;
  display: table;
}

/* line 443, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .ages-picker .selectize-input input[type="text"] {
  min-height: 20px !important;
}

/* line 447, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .ages-picker .selectize-input.has-items {
  padding: 8px 4px 8px 4px;
}

/* line 450, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .ages-picker .selectize-input:hover {
  border-color: #0880ff;
}

/* line 453, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .ages-picker .selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 460, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .ages-picker:hover #ages-icon:not(.active) {
  color: #7f8386;
}

/* line 464, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .dates-picker {
  width: 100%;
  position: relative;
  display: table;
}

/* line 469, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .dates-picker #date-field {
  width: 100%;
  color: #EB0450;
  cursor: pointer;
  outline: 0;
  background: #fff;
  padding: 10px;
  border: 1px solid #f1f4f9;
  box-shadow: none;
  font-size: .95em;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 489, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .dates-picker #date-field:hover {
  border-color: #ccc;
}

/* line 492, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .dates-picker #date-field.active {
  color: #EB0450;
  font-weight: 600;
}

/* line 498, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .dates-picker:hover #dates-icon:not(.active) {
  color: #7f8386;
}

/* line 503, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .weekday-picker {
  width: 100%;
  cursor: pointer;
  font-weight: normal;
  position: relative;
  display: table;
  line-height: 40px;
  height: 40px;
}

/* line 515, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .weekday-picker .selectize-input, .provider.public #connect-filter .weekday-picker .selectize-input:hover {
  border: 0;
  border-bottom: 1px solid #f1f4f9;
  height: 40px;
  background: transparent;
}

/* line 521, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .weekday-picker .selectize-control.single .selectize-input.dropdown-active:after, .provider.public #connect-filter .weekday-picker .selectize-control.single .selectize-input:after {
  border-color: transparent transparent transparent transparent;
}

/* line 524, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .weekday-picker .selectize-input {
  cursor: pointer;
  border-radius: 0;
  padding: 9px 0 7px 10px;
  font-size: .95em;
  color: #EB0450;
  display: table;
}

/* line 532, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .weekday-picker .selectize-input.has-items {
  padding: 7px 4px 7px 4px;
}

/* line 535, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .weekday-picker .selectize-input.has-items:hover {
  background: transparent;
}

/* line 538, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .weekday-picker #clear-weekday {
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  color: #d0d3de;
  cursor: pointer;
  z-index: 1;
}

/* line 549, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .weekday-picker #clear-weekday:hover {
  color: #313131;
}

/* line 554, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .weekday-picker:hover #weekday-icon:not(.active) {
  color: #7f8386;
}

/* line 559, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .start-time, .provider.public #connect-filter .end-time {
  flex: 0 1 100%;
  flex-basis: 33.3333%;
  cursor: pointer;
  position: relative;
}

/* line 565, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .start-time input, .provider.public #connect-filter .end-time input {
  cursor: pointer;
  padding: 9px;
}

/* line 571, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #date-field:hover, .provider.public #connect-filter .selectize-input:hover {
  border-color: #eee !important;
}

/* line 575, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #ages-icon.active, .provider.public #connect-filter #dates-icon.active, .provider.public #connect-filter #weekday-icon.active, .provider.public #connect-filter #start-time-icon.active, .provider.public #connect-filter #end-time-icon.active {
  color: #EB0450;
}

/* line 579, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .custom-checkbox ~ .filter {
  top: 3px;
  margin-left: 4px;
}

/* line 583, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter input.custom-checkbox[type="checkbox"] {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  visibility: visible;
  position: absolute;
}

/* line 594, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #view-more-attributes, .provider.public #connect-filter #view-more-locations, .provider.public #connect-filter #view-more-packs {
  margin: 11px auto 0;
  cursor: pointer;
  clear: both;
  font-size: .9rem;
  font-weight: 600;
  color: inherit;
  padding-bottom: 5px;
}

/* line 603, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #view-more-attributes:hover, .provider.public #connect-filter #view-more-locations:hover, .provider.public #connect-filter #view-more-packs:hover {
  color: #EB0450;
}

/* line 606, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .attributes {
  padding: 0 0.5% 0 10px;
}

/* line 608, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .attributes input.custom-checkbox ~ .checkbox-label {
  margin: 4px auto;
}

/* line 611, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .attributes .attribute {
  display: none;
}

/* line 616, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .attributes.toggled .attribute {
  display: inline-block;
}

/* line 621, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .locations {
  padding: 5px 0.5% 0 10px;
}

/* line 624, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .locations .form-label {
  margin: 7px auto;
}

/* line 628, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .locations .location.row {
  padding: 3px 0;
  cursor: default;
  position: relative;
  display: none;
}

/* line 634, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .locations .location.row .checkbox-label {
  margin-bottom: 4px;
}

/* line 638, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .locations .location.row .location-label {
  margin: 0;
  padding: 0;
  float: left;
  max-width: 80%;
  width: 80%;
  font-size: 0.95em;
}

/* line 646, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .locations .location.row .switch-container {
  margin-bottom: 0;
}

/* line 649, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .locations .location.row .location-name, .provider.public #connect-filter .locations .location.row .address {
  cursor: default;
  font-weight: 500;
}

/* line 653, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .locations .location.row a {
  color: #444;
}

/* line 657, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .locations .location.row a:hover * {
  color: #2196F3;
}

/* line 661, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .locations .location.row .location-pin {
  position: absolute;
  right: 7px;
  z-index: 2;
}

/* line 666, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .locations .location.row .location-pin i {
  color: #d0d3d6;
  font-size: 20px;
  line-height: 20px;
  width: auto;
  height: auto;
}

/* line 678, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .locations.toggled .location.row {
  display: block;
}

/* line 683, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .packs {
  padding: 0 0.5% 0 10px;
}

/* line 686, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .packs .form-label {
  margin: 7px auto;
}

/* line 690, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .packs .pack.row {
  padding: 3px 0;
  cursor: default;
  position: relative;
  display: none;
}

/* line 696, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .packs .pack.row .checkbox-label {
  margin-bottom: 4px;
}

/* line 700, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .packs .pack.row .pack-label {
  margin: 0;
  padding: 0;
  top: 0;
}

/* line 705, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .packs .pack.row .switch-container {
  margin-bottom: 0;
}

/* line 709, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .packs .pack.row a {
  color: #444;
}

/* line 713, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .packs .pack.row a:hover * {
  color: #2196F3;
}

/* line 721, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter .packs.toggled .pack.row {
  display: block;
}

/* line 726, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #clear-filters {
  cursor: pointer;
}

/* line 728, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #clear-filters i {
  color: #d0d3d6;
  font-size: 18px;
  line-height: 16px;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 738, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #clear-filters .form-label {
  font-size: .9em;
  font-weight: 600;
  margin-right: 4px;
  color: #bcbfc2;
}

/* line 746, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #clear-filters:hover .form-label {
  color: #cc0000;
}

/* line 749, app/assets/stylesheets/providers.css.scss */
.provider.public #connect-filter #clear-filters:hover i {
  color: #cc0000;
}

/* line 754, app/assets/stylesheets/providers.css.scss */
.provider.public .list-count-container {
  padding: 10px;
  margin-top: 5px;
}

/* line 757, app/assets/stylesheets/providers.css.scss */
.provider.public .list-count-container #list-count {
  cursor: default;
}

/* line 765, app/assets/stylesheets/providers.css.scss */
.provider.public.no-filter #filter-container {
  width: 0;
  display: none;
}

/* line 768, app/assets/stylesheets/providers.css.scss */
.provider.public.no-filter #filter-container #collapse-filters {
  display: none;
}

/* line 772, app/assets/stylesheets/providers.css.scss */
.provider.public.no-filter #public-display-container {
  width: 100%;
  left: 0;
  padding: 15px 15px 0;
}

/* line 777, app/assets/stylesheets/providers.css.scss */
.provider.public.no-filter #public-display-container #view-filters-btn {
  display: block;
}

/* line 786, app/assets/stylesheets/providers.css.scss */
.provider.public.list-view #filter-container #collapse-filters {
  display: none;
}

/* line 793, app/assets/stylesheets/providers.css.scss */
#schedule-export-xlsx, #schedule-export-csv {
  cursor: pointer;
  color: #2196F3;
}

/* line 796, app/assets/stylesheets/providers.css.scss */
#schedule-export-xlsx svg, #schedule-export-csv svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 805, app/assets/stylesheets/providers.css.scss */
#schedule-export-xlsx:hover, #schedule-export-csv:hover {
  text-decoration: underline;
}

/* line 808, app/assets/stylesheets/providers.css.scss */
#schedule-export-xlsx:hover svg path, #schedule-export-csv:hover svg path {
  fill: #27E4C4;
}

/* line 813, app/assets/stylesheets/providers.css.scss */
#synchronize-popover {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* line 819, app/assets/stylesheets/providers.css.scss */
.logo-container {
  height: 100px;
  line-height: 100px;
  position: relative;
}

/* line 825, app/assets/stylesheets/providers.css.scss */
.provider-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 75%;
  height: 75%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  position: absolute;
}

/* line 839, app/assets/stylesheets/providers.css.scss */
.toggle-btn {
  color: inherit;
  background: #fff;
  border-color: #ddd;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 850, app/assets/stylesheets/providers.css.scss */
.toggle-btn:hover {
  color: inherit;
  background-color: #eee;
  border-color: #ccc;
}

/* line 855, app/assets/stylesheets/providers.css.scss */
.toggle-btn.selected, .toggle-btn.selected:hover {
  color: #fff;
  font-weight: 500;
  background-color: #2196F3;
  border-color: #2196F3;
}

/* line 861, app/assets/stylesheets/providers.css.scss */
.toggle-btn:focus, .toggle-btn.focus {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 867, app/assets/stylesheets/providers.css.scss */
.toggle-btn:active, .toggle-btn.active, .open &gt; .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 872, app/assets/stylesheets/providers.css.scss */
.toggle-btn:active:hover, .toggle-btn.active:hover, .toggle-btn:active:focus, .toggle-btn.active:focus, .toggle-btn.focus:active, .toggle-btn.active.focus {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 877, app/assets/stylesheets/providers.css.scss */
.toggle-btn:active, .toggle-btn.active {
  background-image: none;
}

/* line 880, app/assets/stylesheets/providers.css.scss */
.toggle-btn.disabled:hover, .toggle-btn[disabled]:hover, .toggle-btn.disabled:focus, .toggle-btn.disabled.focus, .toggle-btn.focus[disabled] {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 885, app/assets/stylesheets/providers.css.scss */
.time-card, .item-price {
  display: inline-table;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  font-weight: normal;
  width: 140px;
  position: relative;
  height: 100%;
  float: left;
}

/* line 897, app/assets/stylesheets/providers.css.scss */
.time-card .time-card-inner, .time-card .item-price-inner, .item-price .time-card-inner, .item-price .item-price-inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 901, app/assets/stylesheets/providers.css.scss */
.time-card .time-card-inner .price-container, .time-card .item-price-inner .price-container, .item-price .time-card-inner .price-container, .item-price .item-price-inner .price-container {
  padding-top: 1em;
  font-size: 1em;
}

/* line 905, app/assets/stylesheets/providers.css.scss */
.time-card .time-card-inner .price-container .original-price, .time-card .item-price-inner .price-container .original-price, .item-price .time-card-inner .price-container .original-price, .item-price .item-price-inner .price-container .original-price {
  text-decoration: line-through;
}

/* line 909, app/assets/stylesheets/providers.css.scss */
.time-card .time-card-inner .booking-prompt, .time-card .time-card-inner .price, .time-card .item-price-inner .booking-prompt, .time-card .item-price-inner .price, .item-price .time-card-inner .booking-prompt, .item-price .time-card-inner .price, .item-price .item-price-inner .booking-prompt, .item-price .item-price-inner .price {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 500;
}

/* line 917, app/assets/stylesheets/providers.css.scss */
.time-card .time-card-inner .rounded-btn, .time-card .item-price-inner .rounded-btn, .item-price .time-card-inner .rounded-btn, .item-price .item-price-inner .rounded-btn {
  font-size: 1rem;
}

/* line 921, app/assets/stylesheets/providers.css.scss */
.time-card .day-of-week, .item-price .day-of-week {
  font-size: 1rem;
  margin: 0;
  display: inline-block;
}

/* line 926, app/assets/stylesheets/providers.css.scss */
.time-card .actual-date, .time-card .actual-date-series, .time-card .month, .item-price .actual-date, .item-price .actual-date-series, .item-price .month {
  font-size: 1.1em;
  font-weight: 600;
}

/* line 934, app/assets/stylesheets/providers.css.scss */
#events-container .provider.event.row .time-card, #events-container .provider.event.row .item-price, .dashboard .events-table .provider.event.row .time-card, .dashboard .events-table .provider.event.row .item-price {
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
  width: 260px;
  padding: 10px 20px 10px;
}

/* line 941, app/assets/stylesheets/providers.css.scss */
#events-container .provider.event.row .time-card .appointments-summary, #events-container .provider.event.row .item-price .appointments-summary, .dashboard .events-table .provider.event.row .time-card .appointments-summary, .dashboard .events-table .provider.event.row .item-price .appointments-summary {
  display: block;
  margin-top: 3px;
}

/* line 946, app/assets/stylesheets/providers.css.scss */
#events-container .provider.event.row .event-link.row, .dashboard .events-table .provider.event.row .event-link.row {
  width: calc(100% - 260px);
}

/* line 954, app/assets/stylesheets/providers.css.scss */
#public-events .action-btn-container .time-card-inner, #events-table .action-btn-container .time-card-inner {
  display: inherit;
  position: absolute;
  top: 20px;
}

/* line 964, app/assets/stylesheets/providers.css.scss */
.public.provider #public-events #public-events-table, .public.provider #public-events #public-items-table, .public.provider #public-events #public-appointments, .event-detail #public-events #public-events-table, .event-detail #public-events #public-items-table, .event-detail #public-events #public-appointments, #events-table #public-events #public-events-table, #events-table #public-events #public-items-table, #events-table #public-events #public-appointments, .location-detail #public-events #public-events-table, .location-detail #public-events #public-items-table, .location-detail #public-events #public-appointments {
  background: #fff;
}

/* line 968, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row, .public.provider .public.item.row, .event-detail .public.event.row, .event-detail .public.item.row, #events-table .public.event.row, #events-table .public.item.row, .location-detail .public.event.row, .location-detail .public.item.row {
  min-height: 150px;
  border: 0;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #f1f4f9;
}

/* line 974, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .time-card, .public.provider .public.event.row .item-price, .public.provider .public.item.row .time-card, .public.provider .public.item.row .item-price, .event-detail .public.event.row .time-card, .event-detail .public.event.row .item-price, .event-detail .public.item.row .time-card, .event-detail .public.item.row .item-price, #events-table .public.event.row .time-card, #events-table .public.event.row .item-price, #events-table .public.item.row .time-card, #events-table .public.item.row .item-price, .location-detail .public.event.row .time-card, .location-detail .public.event.row .item-price, .location-detail .public.item.row .time-card, .location-detail .public.item.row .item-price {
  width: 180px;
}

/* line 977, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .time-card.schedule, .public.provider .public.item.row .time-card.schedule, .event-detail .public.event.row .time-card.schedule, .event-detail .public.item.row .time-card.schedule, #events-table .public.event.row .time-card.schedule, #events-table .public.item.row .time-card.schedule, .location-detail .public.event.row .time-card.schedule, .location-detail .public.item.row .time-card.schedule {
  width: 180px;
}

/* line 979, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .time-card.schedule .rounded-btn, .public.provider .public.item.row .time-card.schedule .rounded-btn, .event-detail .public.event.row .time-card.schedule .rounded-btn, .event-detail .public.item.row .time-card.schedule .rounded-btn, #events-table .public.event.row .time-card.schedule .rounded-btn, #events-table .public.item.row .time-card.schedule .rounded-btn, .location-detail .public.event.row .time-card.schedule .rounded-btn, .location-detail .public.item.row .time-card.schedule .rounded-btn {
  display: inline-block;
  width: auto;
}

/* line 985, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .image-container, .public.provider .public.item.row .image-container, .event-detail .public.event.row .image-container, .event-detail .public.item.row .image-container, #events-table .public.event.row .image-container, #events-table .public.item.row .image-container, .location-detail .public.event.row .image-container, .location-detail .public.item.row .image-container {
  min-width: 160px;
  max-width: 160px;
  min-height: 160px;
  max-height: 160px;
  padding: 10px;
  display: table-cell;
}

/* line 993, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .image-container .image, .public.provider .public.item.row .image-container .image, .event-detail .public.event.row .image-container .image, .event-detail .public.item.row .image-container .image, #events-table .public.event.row .image-container .image, #events-table .public.item.row .image-container .image, .location-detail .public.event.row .image-container .image, .location-detail .public.item.row .image-container .image {
  width: 100%;
  height: 100%;
  display: table;
  border-radius: 3px;
}

/* line 999, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .image-container .image.connect-placeholder, .public.provider .public.item.row .image-container .image.connect-placeholder, .event-detail .public.event.row .image-container .image.connect-placeholder, .event-detail .public.item.row .image-container .image.connect-placeholder, #events-table .public.event.row .image-container .image.connect-placeholder, #events-table .public.item.row .image-container .image.connect-placeholder, .location-detail .public.event.row .image-container .image.connect-placeholder, .location-detail .public.item.row .image-container .image.connect-placeholder {
  border-radius: 4px;
  background: rgba(241, 244, 249, 0.5);
  background: #f1f4f9 url("https://d19tb5uaenw7es.cloudfront.net/crcm-gray-placeholder.jpg") no-repeat center;
  background-size: 160px;
}

/* line 1008, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.party.row .time-slots, .public.provider .public.event.appointment.row .time-slots, .event-detail .public.event.party.row .time-slots, .event-detail .public.event.appointment.row .time-slots, #events-table .public.event.party.row .time-slots, #events-table .public.event.appointment.row .time-slots, .location-detail .public.event.party.row .time-slots, .location-detail .public.event.appointment.row .time-slots {
  margin-top: 10px;
}

/* line 1010, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.party.row .time-slots .time-slot-btn, .public.provider .public.event.appointment.row .time-slots .time-slot-btn, .event-detail .public.event.party.row .time-slots .time-slot-btn, .event-detail .public.event.appointment.row .time-slots .time-slot-btn, #events-table .public.event.party.row .time-slots .time-slot-btn, #events-table .public.event.appointment.row .time-slots .time-slot-btn, .location-detail .public.event.party.row .time-slots .time-slot-btn, .location-detail .public.event.appointment.row .time-slots .time-slot-btn {
  color: #fff;
}

/* line 1013, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.party.row .time-slots .simple-btn, .public.provider .public.event.appointment.row .time-slots .simple-btn, .event-detail .public.event.party.row .time-slots .simple-btn, .event-detail .public.event.appointment.row .time-slots .simple-btn, #events-table .public.event.party.row .time-slots .simple-btn, #events-table .public.event.appointment.row .time-slots .simple-btn, .location-detail .public.event.party.row .time-slots .simple-btn, .location-detail .public.event.appointment.row .time-slots .simple-btn {
  border: none;
  min-width: 123px;
  border-radius: 4px;
  float: left;
  margin-right: 3px;
  margin-top: 3px;
  font-size: .9em;
  padding: 5px 7px 6px;
}

/* line 1023, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.party.row .time-slots .simple-btn.sold-out, .public.provider .public.event.appointment.row .time-slots .simple-btn.sold-out, .event-detail .public.event.party.row .time-slots .simple-btn.sold-out, .event-detail .public.event.appointment.row .time-slots .simple-btn.sold-out, #events-table .public.event.party.row .time-slots .simple-btn.sold-out, #events-table .public.event.appointment.row .time-slots .simple-btn.sold-out, .location-detail .public.event.party.row .time-slots .simple-btn.sold-out, .location-detail .public.event.appointment.row .time-slots .simple-btn.sold-out {
  background-color: #ddd;
}

/* line 1027, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.party.row .time-slots .simple-btn:last-child, .public.provider .public.event.appointment.row .time-slots .simple-btn:last-child, .event-detail .public.event.party.row .time-slots .simple-btn:last-child, .event-detail .public.event.appointment.row .time-slots .simple-btn:last-child, #events-table .public.event.party.row .time-slots .simple-btn:last-child, #events-table .public.event.appointment.row .time-slots .simple-btn:last-child, .location-detail .public.event.party.row .time-slots .simple-btn:last-child, .location-detail .public.event.appointment.row .time-slots .simple-btn:last-child {
  margin-right: 0;
}

/* line 1033, app/assets/stylesheets/providers.css.scss */
.public.provider .public.appointment.schedule.row .about, .event-detail .public.appointment.schedule.row .about, #events-table .public.appointment.schedule.row .about, .location-detail .public.appointment.schedule.row .about {
  padding-top: 0.5em;
}

/* line 1037, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row:last-child, .public.provider .public.item.row:last-child, .event-detail .public.event.row:last-child, .event-detail .public.item.row:last-child, #events-table .public.event.row:last-child, #events-table .public.item.row:last-child, .location-detail .public.event.row:last-child, .location-detail .public.item.row:last-child {
  margin: 0;
  border-bottom: 0;
}

/* line 1041, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row, .public.provider .public.item.row, .public.provider .event.card, .event-detail .public.event.row, .event-detail .public.item.row, .event-detail .event.card, #events-table .public.event.row, #events-table .public.item.row, #events-table .event.card, .location-detail .public.event.row, .location-detail .public.item.row, .location-detail .event.card {
  color: inherit;
  width: 100%;
  position: relative;
}

/* line 1046, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row a, .public.provider .public.item.row a, .public.provider .event.card a, .event-detail .public.event.row a, .event-detail .public.item.row a, .event-detail .event.card a, #events-table .public.event.row a, #events-table .public.item.row a, #events-table .event.card a, .location-detail .public.event.row a, .location-detail .public.item.row a, .location-detail .event.card a {
  color: inherit;
}

/* line 1050, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-link, .public.provider .public.event.row .item-link, .public.provider .public.item.row .event-link, .public.provider .public.item.row .item-link, .public.provider .event.card .event-link, .public.provider .event.card .item-link, .event-detail .public.event.row .event-link, .event-detail .public.event.row .item-link, .event-detail .public.item.row .event-link, .event-detail .public.item.row .item-link, .event-detail .event.card .event-link, .event-detail .event.card .item-link, #events-table .public.event.row .event-link, #events-table .public.event.row .item-link, #events-table .public.item.row .event-link, #events-table .public.item.row .item-link, #events-table .event.card .event-link, #events-table .event.card .item-link, .location-detail .public.event.row .event-link, .location-detail .public.event.row .item-link, .location-detail .public.item.row .event-link, .location-detail .public.item.row .item-link, .location-detail .event.card .event-link, .location-detail .event.card .item-link {
  width: 100%;
  height: 100%;
  height: 150px;
  display: table;
}

/* line 1058, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .formatted-time .series-alert, .public.provider .public.item.row .formatted-time .series-alert, .public.provider .event.card .formatted-time .series-alert, .event-detail .public.event.row .formatted-time .series-alert, .event-detail .public.item.row .formatted-time .series-alert, .event-detail .event.card .formatted-time .series-alert, #events-table .public.event.row .formatted-time .series-alert, #events-table .public.item.row .formatted-time .series-alert, #events-table .event.card .formatted-time .series-alert, .location-detail .public.event.row .formatted-time .series-alert, .location-detail .public.item.row .formatted-time .series-alert, .location-detail .event.card .formatted-time .series-alert {
  line-height: 16px;
  font-size: 18px;
}

/* line 1064, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .card-inner, .public.provider .public.item.row .card-inner, .public.provider .event.card .card-inner, .event-detail .public.event.row .card-inner, .event-detail .public.item.row .card-inner, .event-detail .event.card .card-inner, #events-table .public.event.row .card-inner, #events-table .public.item.row .card-inner, #events-table .event.card .card-inner, .location-detail .public.event.row .card-inner, .location-detail .public.item.row .card-inner, .location-detail .event.card .card-inner {
  display: table-cell;
  width: 100%;
  text-align: left;
  vertical-align: middle;
}

/* line 1070, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .card-inner .series-indicator, .public.provider .public.item.row .card-inner .series-indicator, .public.provider .event.card .card-inner .series-indicator, .event-detail .public.event.row .card-inner .series-indicator, .event-detail .public.item.row .card-inner .series-indicator, .event-detail .event.card .card-inner .series-indicator, #events-table .public.event.row .card-inner .series-indicator, #events-table .public.item.row .card-inner .series-indicator, #events-table .event.card .card-inner .series-indicator, .location-detail .public.event.row .card-inner .series-indicator, .location-detail .public.item.row .card-inner .series-indicator, .location-detail .event.card .card-inner .series-indicator {
  display: table-cell;
  vertical-align: middle;
  padding-right: 3px;
}

/* line 1075, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .card-inner .vertical-table, .public.provider .public.item.row .card-inner .vertical-table, .public.provider .event.card .card-inner .vertical-table, .event-detail .public.event.row .card-inner .vertical-table, .event-detail .public.item.row .card-inner .vertical-table, .event-detail .event.card .card-inner .vertical-table, #events-table .public.event.row .card-inner .vertical-table, #events-table .public.item.row .card-inner .vertical-table, #events-table .event.card .card-inner .vertical-table, .location-detail .public.event.row .card-inner .vertical-table, .location-detail .public.item.row .card-inner .vertical-table, .location-detail .event.card .card-inner .vertical-table {
  height: 100%;
  display: table;
}

/* line 1079, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .card-inner .vertical-helper, .public.provider .public.item.row .card-inner .vertical-helper, .public.provider .event.card .card-inner .vertical-helper, .event-detail .public.event.row .card-inner .vertical-helper, .event-detail .public.item.row .card-inner .vertical-helper, .event-detail .event.card .card-inner .vertical-helper, #events-table .public.event.row .card-inner .vertical-helper, #events-table .public.item.row .card-inner .vertical-helper, #events-table .event.card .card-inner .vertical-helper, .location-detail .public.event.row .card-inner .vertical-helper, .location-detail .public.item.row .card-inner .vertical-helper, .location-detail .event.card .card-inner .vertical-helper {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/* line 1084, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .card-inner .vertical-inner, .public.provider .public.item.row .card-inner .vertical-inner, .public.provider .event.card .card-inner .vertical-inner, .event-detail .public.event.row .card-inner .vertical-inner, .event-detail .public.item.row .card-inner .vertical-inner, .event-detail .event.card .card-inner .vertical-inner, #events-table .public.event.row .card-inner .vertical-inner, #events-table .public.item.row .card-inner .vertical-inner, #events-table .event.card .card-inner .vertical-inner, .location-detail .public.event.row .card-inner .vertical-inner, .location-detail .public.item.row .card-inner .vertical-inner, .location-detail .event.card .card-inner .vertical-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 1em 0;
  font-size: 0.95em;
}

/* line 1090, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .card-inner .vertical-inner .row, .public.provider .public.item.row .card-inner .vertical-inner .row, .public.provider .event.card .card-inner .vertical-inner .row, .event-detail .public.event.row .card-inner .vertical-inner .row, .event-detail .public.item.row .card-inner .vertical-inner .row, .event-detail .event.card .card-inner .vertical-inner .row, #events-table .public.event.row .card-inner .vertical-inner .row, #events-table .public.item.row .card-inner .vertical-inner .row, #events-table .event.card .card-inner .vertical-inner .row, .location-detail .public.event.row .card-inner .vertical-inner .row, .location-detail .public.item.row .card-inner .vertical-inner .row, .location-detail .event.card .card-inner .vertical-inner .row {
  min-height: 20px;
}

/* line 1096, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .card-inner .age .location-hidden-prompt, .public.provider .public.event.row .card-inner .location .location-hidden-prompt, .public.provider .public.event.row .card-inner .available-spots .location-hidden-prompt, .public.provider .public.item.row .card-inner .age .location-hidden-prompt, .public.provider .public.item.row .card-inner .location .location-hidden-prompt, .public.provider .public.item.row .card-inner .available-spots .location-hidden-prompt, .public.provider .event.card .card-inner .age .location-hidden-prompt, .public.provider .event.card .card-inner .location .location-hidden-prompt, .public.provider .event.card .card-inner .available-spots .location-hidden-prompt, .event-detail .public.event.row .card-inner .age .location-hidden-prompt, .event-detail .public.event.row .card-inner .location .location-hidden-prompt, .event-detail .public.event.row .card-inner .available-spots .location-hidden-prompt, .event-detail .public.item.row .card-inner .age .location-hidden-prompt, .event-detail .public.item.row .card-inner .location .location-hidden-prompt, .event-detail .public.item.row .card-inner .available-spots .location-hidden-prompt, .event-detail .event.card .card-inner .age .location-hidden-prompt, .event-detail .event.card .card-inner .location .location-hidden-prompt, .event-detail .event.card .card-inner .available-spots .location-hidden-prompt, #events-table .public.event.row .card-inner .age .location-hidden-prompt, #events-table .public.event.row .card-inner .location .location-hidden-prompt, #events-table .public.event.row .card-inner .available-spots .location-hidden-prompt, #events-table .public.item.row .card-inner .age .location-hidden-prompt, #events-table .public.item.row .card-inner .location .location-hidden-prompt, #events-table .public.item.row .card-inner .available-spots .location-hidden-prompt, #events-table .event.card .card-inner .age .location-hidden-prompt, #events-table .event.card .card-inner .location .location-hidden-prompt, #events-table .event.card .card-inner .available-spots .location-hidden-prompt, .location-detail .public.event.row .card-inner .age .location-hidden-prompt, .location-detail .public.event.row .card-inner .location .location-hidden-prompt, .location-detail .public.event.row .card-inner .available-spots .location-hidden-prompt, .location-detail .public.item.row .card-inner .age .location-hidden-prompt, .location-detail .public.item.row .card-inner .location .location-hidden-prompt, .location-detail .public.item.row .card-inner .available-spots .location-hidden-prompt, .location-detail .event.card .card-inner .age .location-hidden-prompt, .location-detail .event.card .card-inner .location .location-hidden-prompt, .location-detail .event.card .card-inner .available-spots .location-hidden-prompt {
  display: inline-block;
  margin: 0;
}

/* line 1102, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .card-inner .available-spots .sold-out, .public.provider .public.item.row .card-inner .available-spots .sold-out, .public.provider .event.card .card-inner .available-spots .sold-out, .event-detail .public.event.row .card-inner .available-spots .sold-out, .event-detail .public.item.row .card-inner .available-spots .sold-out, .event-detail .event.card .card-inner .available-spots .sold-out, #events-table .public.event.row .card-inner .available-spots .sold-out, #events-table .public.item.row .card-inner .available-spots .sold-out, #events-table .event.card .card-inner .available-spots .sold-out, .location-detail .public.event.row .card-inner .available-spots .sold-out, .location-detail .public.item.row .card-inner .available-spots .sold-out, .location-detail .event.card .card-inner .available-spots .sold-out {
  color: #cc0000;
}

/* line 1108, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .emphasis, .public.provider .public.item.row .emphasis, .public.provider .event.card .emphasis, .event-detail .public.event.row .emphasis, .event-detail .public.item.row .emphasis, .event-detail .event.card .emphasis, #events-table .public.event.row .emphasis, #events-table .public.item.row .emphasis, #events-table .event.card .emphasis, .location-detail .public.event.row .emphasis, .location-detail .public.item.row .emphasis, .location-detail .event.card .emphasis {
  font-size: .95em;
  font-weight: 600;
}

/* line 1114, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .formatted-time .material-icons, .public.provider .public.item.row .formatted-time .material-icons, .public.provider .event.card .formatted-time .material-icons, .event-detail .public.event.row .formatted-time .material-icons, .event-detail .public.item.row .formatted-time .material-icons, .event-detail .event.card .formatted-time .material-icons, #events-table .public.event.row .formatted-time .material-icons, #events-table .public.item.row .formatted-time .material-icons, #events-table .event.card .formatted-time .material-icons, .location-detail .public.event.row .formatted-time .material-icons, .location-detail .public.item.row .formatted-time .material-icons, .location-detail .event.card .formatted-time .material-icons {
  color: #d0d3d6;
  line-height: 18px;
  font-size: 16px;
  text-align: center;
  width: 19px;
  height: 20px;
  margin-right: 2px;
}

/* line 1125, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .location .material-icons, .public.provider .public.item.row .location .material-icons, .public.provider .event.card .location .material-icons, .event-detail .public.event.row .location .material-icons, .event-detail .public.item.row .location .material-icons, .event-detail .event.card .location .material-icons, #events-table .public.event.row .location .material-icons, #events-table .public.item.row .location .material-icons, #events-table .event.card .location .material-icons, .location-detail .public.event.row .location .material-icons, .location-detail .public.item.row .location .material-icons, .location-detail .event.card .location .material-icons {
  color: #d0d3d6;
  line-height: 18px;
  font-size: 18px;
  margin-right: 6px;
  text-align: center;
}

/* line 1134, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .age .material-icons, .public.provider .public.item.row .age .material-icons, .public.provider .event.card .age .material-icons, .event-detail .public.event.row .age .material-icons, .event-detail .public.item.row .age .material-icons, .event-detail .event.card .age .material-icons, #events-table .public.event.row .age .material-icons, #events-table .public.item.row .age .material-icons, #events-table .event.card .age .material-icons, .location-detail .public.event.row .age .material-icons, .location-detail .public.item.row .age .material-icons, .location-detail .event.card .age .material-icons {
  font-size: 20px;
  line-height: 18px;
  margin-right: 5px;
  color: #d0d3d6;
  text-align: center;
}

/* line 1142, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row #available-spot-string, .public.provider .public.item.row #available-spot-string, .public.provider .event.card #available-spot-string, .event-detail .public.event.row #available-spot-string, .event-detail .public.item.row #available-spot-string, .event-detail .event.card #available-spot-string, #events-table .public.event.row #available-spot-string, #events-table .public.item.row #available-spot-string, #events-table .event.card #available-spot-string, .location-detail .public.event.row #available-spot-string, .location-detail .public.item.row #available-spot-string, .location-detail .event.card #available-spot-string {
  font-weight: 600;
  color: #fff;
  background: #ff4081;
  display: inline-block;
  padding: 2px 11px;
  border-radius: 4px;
  font-size: .9em;
  margin: 7px 14px 0 0;
}

/* line 1153, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row #available-spot-string.sold-out, .public.provider .public.item.row #available-spot-string.sold-out, .public.provider .event.card #available-spot-string.sold-out, .event-detail .public.event.row #available-spot-string.sold-out, .event-detail .public.item.row #available-spot-string.sold-out, .event-detail .event.card #available-spot-string.sold-out, #events-table .public.event.row #available-spot-string.sold-out, #events-table .public.item.row #available-spot-string.sold-out, #events-table .event.card #available-spot-string.sold-out, .location-detail .public.event.row #available-spot-string.sold-out, .location-detail .public.item.row #available-spot-string.sold-out, .location-detail .event.card #available-spot-string.sold-out {
  color: #dd0000;
  background: transparent;
}

/* line 1157, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row #available-spot-string.waitlist, .public.provider .public.item.row #available-spot-string.waitlist, .public.provider .event.card #available-spot-string.waitlist, .event-detail .public.event.row #available-spot-string.waitlist, .event-detail .public.item.row #available-spot-string.waitlist, .event-detail .event.card #available-spot-string.waitlist, #events-table .public.event.row #available-spot-string.waitlist, #events-table .public.item.row #available-spot-string.waitlist, #events-table .event.card #available-spot-string.waitlist, .location-detail .public.event.row #available-spot-string.waitlist, .location-detail .public.item.row #available-spot-string.waitlist, .location-detail .event.card #available-spot-string.waitlist {
  background: #ffb300;
  color: #fff;
}

/* line 1162, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .tags .material-icons, .public.provider .public.event.row .trials .material-icons, .public.provider .public.item.row .tags .material-icons, .public.provider .public.item.row .trials .material-icons, .public.provider .event.card .tags .material-icons, .public.provider .event.card .trials .material-icons, .event-detail .public.event.row .tags .material-icons, .event-detail .public.event.row .trials .material-icons, .event-detail .public.item.row .tags .material-icons, .event-detail .public.item.row .trials .material-icons, .event-detail .event.card .tags .material-icons, .event-detail .event.card .trials .material-icons, #events-table .public.event.row .tags .material-icons, #events-table .public.event.row .trials .material-icons, #events-table .public.item.row .tags .material-icons, #events-table .public.item.row .trials .material-icons, #events-table .event.card .tags .material-icons, #events-table .event.card .trials .material-icons, .location-detail .public.event.row .tags .material-icons, .location-detail .public.event.row .trials .material-icons, .location-detail .public.item.row .tags .material-icons, .location-detail .public.item.row .trials .material-icons, .location-detail .event.card .tags .material-icons, .location-detail .event.card .trials .material-icons {
  font-size: 14px;
  line-height: 14px;
  margin-right: 7px;
  margin-left: 2px;
  color: #e3e7ea;
  text-align: center;
}

/* line 1172, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-title, .public.provider .public.event.row .item-title, .public.provider .public.item.row .event-title, .public.provider .public.item.row .item-title, .public.provider .event.card .event-title, .public.provider .event.card .item-title, .event-detail .public.event.row .event-title, .event-detail .public.event.row .item-title, .event-detail .public.item.row .event-title, .event-detail .public.item.row .item-title, .event-detail .event.card .event-title, .event-detail .event.card .item-title, #events-table .public.event.row .event-title, #events-table .public.event.row .item-title, #events-table .public.item.row .event-title, #events-table .public.item.row .item-title, #events-table .event.card .event-title, #events-table .event.card .item-title, .location-detail .public.event.row .event-title, .location-detail .public.event.row .item-title, .location-detail .public.item.row .event-title, .location-detail .public.item.row .item-title, .location-detail .event.card .event-title, .location-detail .event.card .item-title {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1em;
  margin: 3px auto;
}

/* line 1178, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-title a, .public.provider .public.event.row .item-title a, .public.provider .public.item.row .event-title a, .public.provider .public.item.row .item-title a, .public.provider .event.card .event-title a, .public.provider .event.card .item-title a, .event-detail .public.event.row .event-title a, .event-detail .public.event.row .item-title a, .event-detail .public.item.row .event-title a, .event-detail .public.item.row .item-title a, .event-detail .event.card .event-title a, .event-detail .event.card .item-title a, #events-table .public.event.row .event-title a, #events-table .public.event.row .item-title a, #events-table .public.item.row .event-title a, #events-table .public.item.row .item-title a, #events-table .event.card .event-title a, #events-table .event.card .item-title a, .location-detail .public.event.row .event-title a, .location-detail .public.event.row .item-title a, .location-detail .public.item.row .event-title a, .location-detail .public.item.row .item-title a, .location-detail .event.card .event-title a, .location-detail .event.card .item-title a {
  color: #444;
}

/* line 1183, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .action-btn, .public.provider .public.item.row .action-btn, .public.provider .event.card .action-btn, .event-detail .public.event.row .action-btn, .event-detail .public.item.row .action-btn, .event-detail .event.card .action-btn, #events-table .public.event.row .action-btn, #events-table .public.item.row .action-btn, #events-table .event.card .action-btn, .location-detail .public.event.row .action-btn, .location-detail .public.item.row .action-btn, .location-detail .event.card .action-btn {
  display: table-cell;
  width: 160px;
  height: 54px;
  text-align: center;
  vertical-align: middle;
  border: 0;
  background: transparent;
  outline: 0;
  font-weight: normal;
  font-size: 1em;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 1200, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .action-btn .vertical-helper, .public.provider .public.item.row .action-btn .vertical-helper, .public.provider .event.card .action-btn .vertical-helper, .event-detail .public.event.row .action-btn .vertical-helper, .event-detail .public.item.row .action-btn .vertical-helper, .event-detail .event.card .action-btn .vertical-helper, #events-table .public.event.row .action-btn .vertical-helper, #events-table .public.item.row .action-btn .vertical-helper, #events-table .event.card .action-btn .vertical-helper, .location-detail .public.event.row .action-btn .vertical-helper, .location-detail .public.item.row .action-btn .vertical-helper, .location-detail .event.card .action-btn .vertical-helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

/* line 1205, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .action-btn .btn-inner, .public.provider .public.item.row .action-btn .btn-inner, .public.provider .event.card .action-btn .btn-inner, .event-detail .public.event.row .action-btn .btn-inner, .event-detail .public.item.row .action-btn .btn-inner, .event-detail .event.card .action-btn .btn-inner, #events-table .public.event.row .action-btn .btn-inner, #events-table .public.item.row .action-btn .btn-inner, #events-table .event.card .action-btn .btn-inner, .location-detail .public.event.row .action-btn .btn-inner, .location-detail .public.item.row .action-btn .btn-inner, .location-detail .event.card .action-btn .btn-inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1em;
}

/* line 1211, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .action-btn .booking-prompt, .public.provider .public.item.row .action-btn .booking-prompt, .public.provider .event.card .action-btn .booking-prompt, .event-detail .public.event.row .action-btn .booking-prompt, .event-detail .public.item.row .action-btn .booking-prompt, .event-detail .event.card .action-btn .booking-prompt, #events-table .public.event.row .action-btn .booking-prompt, #events-table .public.item.row .action-btn .booking-prompt, #events-table .event.card .action-btn .booking-prompt, .location-detail .public.event.row .action-btn .booking-prompt, .location-detail .public.item.row .action-btn .booking-prompt, .location-detail .event.card .action-btn .booking-prompt {
  font-size: 1em;
  font-weight: 600;
}

/* line 1214, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .action-btn .booking-prompt .price, .public.provider .public.item.row .action-btn .booking-prompt .price, .public.provider .event.card .action-btn .booking-prompt .price, .event-detail .public.event.row .action-btn .booking-prompt .price, .event-detail .public.item.row .action-btn .booking-prompt .price, .event-detail .event.card .action-btn .booking-prompt .price, #events-table .public.event.row .action-btn .booking-prompt .price, #events-table .public.item.row .action-btn .booking-prompt .price, #events-table .event.card .action-btn .booking-prompt .price, .location-detail .public.event.row .action-btn .booking-prompt .price, .location-detail .public.item.row .action-btn .booking-prompt .price, .location-detail .event.card .action-btn .booking-prompt .price {
  font-weight: 600;
}

/* line 1218, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .action-btn .date-purchase-count, .public.provider .public.event.row .action-btn .price, .public.provider .public.event.row .action-btn .trial, .public.provider .public.item.row .action-btn .date-purchase-count, .public.provider .public.item.row .action-btn .price, .public.provider .public.item.row .action-btn .trial, .public.provider .event.card .action-btn .date-purchase-count, .public.provider .event.card .action-btn .price, .public.provider .event.card .action-btn .trial, .event-detail .public.event.row .action-btn .date-purchase-count, .event-detail .public.event.row .action-btn .price, .event-detail .public.event.row .action-btn .trial, .event-detail .public.item.row .action-btn .date-purchase-count, .event-detail .public.item.row .action-btn .price, .event-detail .public.item.row .action-btn .trial, .event-detail .event.card .action-btn .date-purchase-count, .event-detail .event.card .action-btn .price, .event-detail .event.card .action-btn .trial, #events-table .public.event.row .action-btn .date-purchase-count, #events-table .public.event.row .action-btn .price, #events-table .public.event.row .action-btn .trial, #events-table .public.item.row .action-btn .date-purchase-count, #events-table .public.item.row .action-btn .price, #events-table .public.item.row .action-btn .trial, #events-table .event.card .action-btn .date-purchase-count, #events-table .event.card .action-btn .price, #events-table .event.card .action-btn .trial, .location-detail .public.event.row .action-btn .date-purchase-count, .location-detail .public.event.row .action-btn .price, .location-detail .public.event.row .action-btn .trial, .location-detail .public.item.row .action-btn .date-purchase-count, .location-detail .public.item.row .action-btn .price, .location-detail .public.item.row .action-btn .trial, .location-detail .event.card .action-btn .date-purchase-count, .location-detail .event.card .action-btn .price, .location-detail .event.card .action-btn .trial {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.1em;
}

/* line 1223, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .action-btn .trial, .public.provider .public.item.row .action-btn .trial, .public.provider .event.card .action-btn .trial, .event-detail .public.event.row .action-btn .trial, .event-detail .public.item.row .action-btn .trial, .event-detail .event.card .action-btn .trial, #events-table .public.event.row .action-btn .trial, #events-table .public.item.row .action-btn .trial, #events-table .event.card .action-btn .trial, .location-detail .public.event.row .action-btn .trial, .location-detail .public.item.row .action-btn .trial, .location-detail .event.card .action-btn .trial {
  color: #00ab6b;
}

/* line 1226, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .action-btn .detail-indicator, .public.provider .public.item.row .action-btn .detail-indicator, .public.provider .event.card .action-btn .detail-indicator, .event-detail .public.event.row .action-btn .detail-indicator, .event-detail .public.item.row .action-btn .detail-indicator, .event-detail .event.card .action-btn .detail-indicator, #events-table .public.event.row .action-btn .detail-indicator, #events-table .public.item.row .action-btn .detail-indicator, #events-table .event.card .action-btn .detail-indicator, .location-detail .public.event.row .action-btn .detail-indicator, .location-detail .public.item.row .action-btn .detail-indicator, .location-detail .event.card .action-btn .detail-indicator {
  color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 24px;
}

/* line 1235, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .action-btn .detail-indicator i, .public.provider .public.item.row .action-btn .detail-indicator i, .public.provider .event.card .action-btn .detail-indicator i, .event-detail .public.event.row .action-btn .detail-indicator i, .event-detail .public.item.row .action-btn .detail-indicator i, .event-detail .event.card .action-btn .detail-indicator i, #events-table .public.event.row .action-btn .detail-indicator i, #events-table .public.item.row .action-btn .detail-indicator i, #events-table .event.card .action-btn .detail-indicator i, .location-detail .public.event.row .action-btn .detail-indicator i, .location-detail .public.item.row .action-btn .detail-indicator i, .location-detail .event.card .action-btn .detail-indicator i {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 1245, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn, .public.provider .public.item.row .event-action-btn, .public.provider .event.card .event-action-btn, .event-detail .public.event.row .event-action-btn, .event-detail .public.item.row .event-action-btn, .event-detail .event.card .event-action-btn, #events-table .public.event.row .event-action-btn, #events-table .public.item.row .event-action-btn, #events-table .event.card .event-action-btn, .location-detail .public.event.row .event-action-btn, .location-detail .public.item.row .event-action-btn, .location-detail .event.card .event-action-btn {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 160px;
  background: transparent;
  font-weight: normal;
  font-size: 1em;
  padding: 5px;
}

/* line 1255, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn.has-reservation, .public.provider .public.item.row .event-action-btn.has-reservation, .public.provider .event.card .event-action-btn.has-reservation, .event-detail .public.event.row .event-action-btn.has-reservation, .event-detail .public.item.row .event-action-btn.has-reservation, .event-detail .event.card .event-action-btn.has-reservation, #events-table .public.event.row .event-action-btn.has-reservation, #events-table .public.item.row .event-action-btn.has-reservation, #events-table .event.card .event-action-btn.has-reservation, .location-detail .public.event.row .event-action-btn.has-reservation, .location-detail .public.item.row .event-action-btn.has-reservation, .location-detail .event.card .event-action-btn.has-reservation {
  color: #00b16b;
}

/* line 1259, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn.has-reservation .detail-indicator i, .public.provider .public.item.row .event-action-btn.has-reservation .detail-indicator i, .public.provider .event.card .event-action-btn.has-reservation .detail-indicator i, .event-detail .public.event.row .event-action-btn.has-reservation .detail-indicator i, .event-detail .public.item.row .event-action-btn.has-reservation .detail-indicator i, .event-detail .event.card .event-action-btn.has-reservation .detail-indicator i, #events-table .public.event.row .event-action-btn.has-reservation .detail-indicator i, #events-table .public.item.row .event-action-btn.has-reservation .detail-indicator i, #events-table .event.card .event-action-btn.has-reservation .detail-indicator i, .location-detail .public.event.row .event-action-btn.has-reservation .detail-indicator i, .location-detail .public.item.row .event-action-btn.has-reservation .detail-indicator i, .location-detail .event.card .event-action-btn.has-reservation .detail-indicator i {
  color: #00b16b;
}

/* line 1265, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn.has-waitlist, .public.provider .public.item.row .event-action-btn.has-waitlist, .public.provider .event.card .event-action-btn.has-waitlist, .event-detail .public.event.row .event-action-btn.has-waitlist, .event-detail .public.item.row .event-action-btn.has-waitlist, .event-detail .event.card .event-action-btn.has-waitlist, #events-table .public.event.row .event-action-btn.has-waitlist, #events-table .public.item.row .event-action-btn.has-waitlist, #events-table .event.card .event-action-btn.has-waitlist, .location-detail .public.event.row .event-action-btn.has-waitlist, .location-detail .public.item.row .event-action-btn.has-waitlist, .location-detail .event.card .event-action-btn.has-waitlist {
  color: #ffb300;
}

/* line 1269, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn.has-waitlist .detail-indicator i, .public.provider .public.item.row .event-action-btn.has-waitlist .detail-indicator i, .public.provider .event.card .event-action-btn.has-waitlist .detail-indicator i, .event-detail .public.event.row .event-action-btn.has-waitlist .detail-indicator i, .event-detail .public.item.row .event-action-btn.has-waitlist .detail-indicator i, .event-detail .event.card .event-action-btn.has-waitlist .detail-indicator i, #events-table .public.event.row .event-action-btn.has-waitlist .detail-indicator i, #events-table .public.item.row .event-action-btn.has-waitlist .detail-indicator i, #events-table .event.card .event-action-btn.has-waitlist .detail-indicator i, .location-detail .public.event.row .event-action-btn.has-waitlist .detail-indicator i, .location-detail .public.item.row .event-action-btn.has-waitlist .detail-indicator i, .location-detail .event.card .event-action-btn.has-waitlist .detail-indicator i {
  color: #ffb300;
}

/* line 1275, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn .vertical-helper, .public.provider .public.item.row .event-action-btn .vertical-helper, .public.provider .event.card .event-action-btn .vertical-helper, .event-detail .public.event.row .event-action-btn .vertical-helper, .event-detail .public.item.row .event-action-btn .vertical-helper, .event-detail .event.card .event-action-btn .vertical-helper, #events-table .public.event.row .event-action-btn .vertical-helper, #events-table .public.item.row .event-action-btn .vertical-helper, #events-table .event.card .event-action-btn .vertical-helper, .location-detail .public.event.row .event-action-btn .vertical-helper, .location-detail .public.item.row .event-action-btn .vertical-helper, .location-detail .event.card .event-action-btn .vertical-helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

/* line 1280, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn .btn-inner, .public.provider .public.item.row .event-action-btn .btn-inner, .public.provider .event.card .event-action-btn .btn-inner, .event-detail .public.event.row .event-action-btn .btn-inner, .event-detail .public.item.row .event-action-btn .btn-inner, .event-detail .event.card .event-action-btn .btn-inner, #events-table .public.event.row .event-action-btn .btn-inner, #events-table .public.item.row .event-action-btn .btn-inner, #events-table .event.card .event-action-btn .btn-inner, .location-detail .public.event.row .event-action-btn .btn-inner, .location-detail .public.item.row .event-action-btn .btn-inner, .location-detail .event.card .event-action-btn .btn-inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1em;
  white-space: normal;
}

/* line 1287, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn .booking-prompt, .public.provider .public.item.row .event-action-btn .booking-prompt, .public.provider .event.card .event-action-btn .booking-prompt, .event-detail .public.event.row .event-action-btn .booking-prompt, .event-detail .public.item.row .event-action-btn .booking-prompt, .event-detail .event.card .event-action-btn .booking-prompt, #events-table .public.event.row .event-action-btn .booking-prompt, #events-table .public.item.row .event-action-btn .booking-prompt, #events-table .event.card .event-action-btn .booking-prompt, .location-detail .public.event.row .event-action-btn .booking-prompt, .location-detail .public.item.row .event-action-btn .booking-prompt, .location-detail .event.card .event-action-btn .booking-prompt {
  font-size: 1em;
  font-weight: 600;
}

/* line 1290, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn .booking-prompt .price, .public.provider .public.item.row .event-action-btn .booking-prompt .price, .public.provider .event.card .event-action-btn .booking-prompt .price, .event-detail .public.event.row .event-action-btn .booking-prompt .price, .event-detail .public.item.row .event-action-btn .booking-prompt .price, .event-detail .event.card .event-action-btn .booking-prompt .price, #events-table .public.event.row .event-action-btn .booking-prompt .price, #events-table .public.item.row .event-action-btn .booking-prompt .price, #events-table .event.card .event-action-btn .booking-prompt .price, .location-detail .public.event.row .event-action-btn .booking-prompt .price, .location-detail .public.item.row .event-action-btn .booking-prompt .price, .location-detail .event.card .event-action-btn .booking-prompt .price {
  font-weight: 600;
}

/* line 1294, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn .date-purchase-count, .public.provider .public.event.row .event-action-btn .price, .public.provider .public.event.row .event-action-btn .trial, .public.provider .public.item.row .event-action-btn .date-purchase-count, .public.provider .public.item.row .event-action-btn .price, .public.provider .public.item.row .event-action-btn .trial, .public.provider .event.card .event-action-btn .date-purchase-count, .public.provider .event.card .event-action-btn .price, .public.provider .event.card .event-action-btn .trial, .event-detail .public.event.row .event-action-btn .date-purchase-count, .event-detail .public.event.row .event-action-btn .price, .event-detail .public.event.row .event-action-btn .trial, .event-detail .public.item.row .event-action-btn .date-purchase-count, .event-detail .public.item.row .event-action-btn .price, .event-detail .public.item.row .event-action-btn .trial, .event-detail .event.card .event-action-btn .date-purchase-count, .event-detail .event.card .event-action-btn .price, .event-detail .event.card .event-action-btn .trial, #events-table .public.event.row .event-action-btn .date-purchase-count, #events-table .public.event.row .event-action-btn .price, #events-table .public.event.row .event-action-btn .trial, #events-table .public.item.row .event-action-btn .date-purchase-count, #events-table .public.item.row .event-action-btn .price, #events-table .public.item.row .event-action-btn .trial, #events-table .event.card .event-action-btn .date-purchase-count, #events-table .event.card .event-action-btn .price, #events-table .event.card .event-action-btn .trial, .location-detail .public.event.row .event-action-btn .date-purchase-count, .location-detail .public.event.row .event-action-btn .price, .location-detail .public.event.row .event-action-btn .trial, .location-detail .public.item.row .event-action-btn .date-purchase-count, .location-detail .public.item.row .event-action-btn .price, .location-detail .public.item.row .event-action-btn .trial, .location-detail .event.card .event-action-btn .date-purchase-count, .location-detail .event.card .event-action-btn .price, .location-detail .event.card .event-action-btn .trial {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.1em;
}

/* line 1299, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn .trial, .public.provider .public.item.row .event-action-btn .trial, .public.provider .event.card .event-action-btn .trial, .event-detail .public.event.row .event-action-btn .trial, .event-detail .public.item.row .event-action-btn .trial, .event-detail .event.card .event-action-btn .trial, #events-table .public.event.row .event-action-btn .trial, #events-table .public.item.row .event-action-btn .trial, #events-table .event.card .event-action-btn .trial, .location-detail .public.event.row .event-action-btn .trial, .location-detail .public.item.row .event-action-btn .trial, .location-detail .event.card .event-action-btn .trial {
  color: #00ab6b;
}

/* line 1302, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn .detail-indicator, .public.provider .public.item.row .event-action-btn .detail-indicator, .public.provider .event.card .event-action-btn .detail-indicator, .event-detail .public.event.row .event-action-btn .detail-indicator, .event-detail .public.item.row .event-action-btn .detail-indicator, .event-detail .event.card .event-action-btn .detail-indicator, #events-table .public.event.row .event-action-btn .detail-indicator, #events-table .public.item.row .event-action-btn .detail-indicator, #events-table .event.card .event-action-btn .detail-indicator, .location-detail .public.event.row .event-action-btn .detail-indicator, .location-detail .public.item.row .event-action-btn .detail-indicator, .location-detail .event.card .event-action-btn .detail-indicator {
  color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 24px;
}

/* line 1311, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn .detail-indicator i, .public.provider .public.item.row .event-action-btn .detail-indicator i, .public.provider .event.card .event-action-btn .detail-indicator i, .event-detail .public.event.row .event-action-btn .detail-indicator i, .event-detail .public.item.row .event-action-btn .detail-indicator i, .event-detail .event.card .event-action-btn .detail-indicator i, #events-table .public.event.row .event-action-btn .detail-indicator i, #events-table .public.item.row .event-action-btn .detail-indicator i, #events-table .event.card .event-action-btn .detail-indicator i, .location-detail .public.event.row .event-action-btn .detail-indicator i, .location-detail .public.item.row .event-action-btn .detail-indicator i, .location-detail .event.card .event-action-btn .detail-indicator i {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 1321, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .action-btn.rounded-btn span, .public.provider .public.event.row .event-action-btn.rounded-btn span, .public.provider .public.item.row .action-btn.rounded-btn span, .public.provider .public.item.row .event-action-btn.rounded-btn span, .public.provider .event.card .action-btn.rounded-btn span, .public.provider .event.card .event-action-btn.rounded-btn span, .event-detail .public.event.row .action-btn.rounded-btn span, .event-detail .public.event.row .event-action-btn.rounded-btn span, .event-detail .public.item.row .action-btn.rounded-btn span, .event-detail .public.item.row .event-action-btn.rounded-btn span, .event-detail .event.card .action-btn.rounded-btn span, .event-detail .event.card .event-action-btn.rounded-btn span, #events-table .public.event.row .action-btn.rounded-btn span, #events-table .public.event.row .event-action-btn.rounded-btn span, #events-table .public.item.row .action-btn.rounded-btn span, #events-table .public.item.row .event-action-btn.rounded-btn span, #events-table .event.card .action-btn.rounded-btn span, #events-table .event.card .event-action-btn.rounded-btn span, .location-detail .public.event.row .action-btn.rounded-btn span, .location-detail .public.event.row .event-action-btn.rounded-btn span, .location-detail .public.item.row .action-btn.rounded-btn span, .location-detail .public.item.row .event-action-btn.rounded-btn span, .location-detail .event.card .action-btn.rounded-btn span, .location-detail .event.card .event-action-btn.rounded-btn span {
  padding: 0;
  font-weight: 500;
}

/* line 1326, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .action-btn.existing.waitlist, .public.provider .public.event.row .event-action-btn.existing.waitlist, .public.provider .public.item.row .action-btn.existing.waitlist, .public.provider .public.item.row .event-action-btn.existing.waitlist, .public.provider .event.card .action-btn.existing.waitlist, .public.provider .event.card .event-action-btn.existing.waitlist, .event-detail .public.event.row .action-btn.existing.waitlist, .event-detail .public.event.row .event-action-btn.existing.waitlist, .event-detail .public.item.row .action-btn.existing.waitlist, .event-detail .public.item.row .event-action-btn.existing.waitlist, .event-detail .event.card .action-btn.existing.waitlist, .event-detail .event.card .event-action-btn.existing.waitlist, #events-table .public.event.row .action-btn.existing.waitlist, #events-table .public.event.row .event-action-btn.existing.waitlist, #events-table .public.item.row .action-btn.existing.waitlist, #events-table .public.item.row .event-action-btn.existing.waitlist, #events-table .event.card .action-btn.existing.waitlist, #events-table .event.card .event-action-btn.existing.waitlist, .location-detail .public.event.row .action-btn.existing.waitlist, .location-detail .public.event.row .event-action-btn.existing.waitlist, .location-detail .public.item.row .action-btn.existing.waitlist, .location-detail .public.item.row .event-action-btn.existing.waitlist, .location-detail .event.card .action-btn.existing.waitlist, .location-detail .event.card .event-action-btn.existing.waitlist {
  cursor: default;
}

/* line 1328, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .action-btn.existing.waitlist *, .public.provider .public.event.row .event-action-btn.existing.waitlist *, .public.provider .public.item.row .action-btn.existing.waitlist *, .public.provider .public.item.row .event-action-btn.existing.waitlist *, .public.provider .event.card .action-btn.existing.waitlist *, .public.provider .event.card .event-action-btn.existing.waitlist *, .event-detail .public.event.row .action-btn.existing.waitlist *, .event-detail .public.event.row .event-action-btn.existing.waitlist *, .event-detail .public.item.row .action-btn.existing.waitlist *, .event-detail .public.item.row .event-action-btn.existing.waitlist *, .event-detail .event.card .action-btn.existing.waitlist *, .event-detail .event.card .event-action-btn.existing.waitlist *, #events-table .public.event.row .action-btn.existing.waitlist *, #events-table .public.event.row .event-action-btn.existing.waitlist *, #events-table .public.item.row .action-btn.existing.waitlist *, #events-table .public.item.row .event-action-btn.existing.waitlist *, #events-table .event.card .action-btn.existing.waitlist *, #events-table .event.card .event-action-btn.existing.waitlist *, .location-detail .public.event.row .action-btn.existing.waitlist *, .location-detail .public.event.row .event-action-btn.existing.waitlist *, .location-detail .public.item.row .action-btn.existing.waitlist *, .location-detail .public.item.row .event-action-btn.existing.waitlist *, .location-detail .event.card .action-btn.existing.waitlist *, .location-detail .event.card .event-action-btn.existing.waitlist * {
  cursor: default;
}

/* line 1332, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row .event-action-btn.btn-default:hover, .public.provider .public.item.row .event-action-btn.btn-default:hover, .public.provider .event.card .event-action-btn.btn-default:hover, .event-detail .public.event.row .event-action-btn.btn-default:hover, .event-detail .public.item.row .event-action-btn.btn-default:hover, .event-detail .event.card .event-action-btn.btn-default:hover, #events-table .public.event.row .event-action-btn.btn-default:hover, #events-table .public.item.row .event-action-btn.btn-default:hover, #events-table .event.card .event-action-btn.btn-default:hover, .location-detail .public.event.row .event-action-btn.btn-default:hover, .location-detail .public.item.row .event-action-btn.btn-default:hover, .location-detail .event.card .event-action-btn.btn-default:hover {
  border-color: transparent;
}

/* line 1338, app/assets/stylesheets/providers.css.scss */
.public.provider .public.item.row .item-link, .public.provider .public.item.row .event-link, .public.provider .public.event.row .item-link, .public.provider .public.event.row .event-link, .event-detail .public.item.row .item-link, .event-detail .public.item.row .event-link, .event-detail .public.event.row .item-link, .event-detail .public.event.row .event-link, #events-table .public.item.row .item-link, #events-table .public.item.row .event-link, #events-table .public.event.row .item-link, #events-table .public.event.row .event-link, .location-detail .public.item.row .item-link, .location-detail .public.item.row .event-link, .location-detail .public.event.row .item-link, .location-detail .public.event.row .event-link {
  width: calc(100% - 190px);
}

/* line 1341, app/assets/stylesheets/providers.css.scss */
.public.provider .public.item.row .action-btn, .public.provider .public.event.row .action-btn, .event-detail .public.item.row .action-btn, .event-detail .public.event.row .action-btn, #events-table .public.item.row .action-btn, #events-table .public.event.row .action-btn, .location-detail .public.item.row .action-btn, .location-detail .public.event.row .action-btn {
  width: 140px;
}

/* line 1344, app/assets/stylesheets/providers.css.scss */
.public.provider .public.item.row .action-btn-container, .public.provider .public.event.row .action-btn-container, .event-detail .public.item.row .action-btn-container, .event-detail .public.event.row .action-btn-container, #events-table .public.item.row .action-btn-container, #events-table .public.event.row .action-btn-container, .location-detail .public.item.row .action-btn-container, .location-detail .public.event.row .action-btn-container {
  display: table-cell;
  width: 180px;
  text-align: center;
  border: 0;
  background: transparent;
  outline: 0;
  font-weight: normal;
  font-size: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

/* line 1358, app/assets/stylesheets/providers.css.scss */
.public.provider .public.item.row .action-btn-container .btn-inner, .public.provider .public.event.row .action-btn-container .btn-inner, .event-detail .public.item.row .action-btn-container .btn-inner, .event-detail .public.event.row .action-btn-container .btn-inner, #events-table .public.item.row .action-btn-container .btn-inner, #events-table .public.event.row .action-btn-container .btn-inner, .location-detail .public.item.row .action-btn-container .btn-inner, .location-detail .public.event.row .action-btn-container .btn-inner {
  text-transform: none;
}

/* line 1362, app/assets/stylesheets/providers.css.scss */
.public.provider .public.item.row .action-btn-container .time-card-inner, .public.provider .public.event.row .action-btn-container .time-card-inner, .event-detail .public.item.row .action-btn-container .time-card-inner, .event-detail .public.event.row .action-btn-container .time-card-inner, #events-table .public.item.row .action-btn-container .time-card-inner, #events-table .public.event.row .action-btn-container .time-card-inner, .location-detail .public.item.row .action-btn-container .time-card-inner, .location-detail .public.event.row .action-btn-container .time-card-inner {
  width: 180px;
}

/* line 1368, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row:hover, .public.provider .public.item.row:hover, .event-detail .public.event.row:hover, .event-detail .public.item.row:hover, #events-table .public.event.row:hover, #events-table .public.item.row:hover, .location-detail .public.event.row:hover, .location-detail .public.item.row:hover {
  background: rgba(241, 244, 249, 0.25);
}

/* line 1370, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row:hover .reserve, .public.provider .public.item.row:hover .reserve, .event-detail .public.event.row:hover .reserve, .event-detail .public.item.row:hover .reserve, #events-table .public.event.row:hover .reserve, #events-table .public.item.row:hover .reserve, .location-detail .public.event.row:hover .reserve, .location-detail .public.item.row:hover .reserve {
  color: #fff;
  font-weight: 600;
  background: #00ab6b;
  background: linear-gradient(rgba(0, 171, 107, 0.83), rgba(0, 171, 107, 0.95));
  border-color: #00b16b;
}

/* line 1377, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row:hover .reserve .booking-prompt, .public.provider .public.item.row:hover .reserve .booking-prompt, .event-detail .public.event.row:hover .reserve .booking-prompt, .event-detail .public.item.row:hover .reserve .booking-prompt, #events-table .public.event.row:hover .reserve .booking-prompt, #events-table .public.item.row:hover .reserve .booking-prompt, .location-detail .public.event.row:hover .reserve .booking-prompt, .location-detail .public.item.row:hover .reserve .booking-prompt {
  font-weight: 600;
}

/* line 1380, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row:hover .reserve .spots, .public.provider .public.event.row:hover .reserve .trial, .public.provider .public.item.row:hover .reserve .spots, .public.provider .public.item.row:hover .reserve .trial, .event-detail .public.event.row:hover .reserve .spots, .event-detail .public.event.row:hover .reserve .trial, .event-detail .public.item.row:hover .reserve .spots, .event-detail .public.item.row:hover .reserve .trial, #events-table .public.event.row:hover .reserve .spots, #events-table .public.event.row:hover .reserve .trial, #events-table .public.item.row:hover .reserve .spots, #events-table .public.item.row:hover .reserve .trial, .location-detail .public.event.row:hover .reserve .spots, .location-detail .public.event.row:hover .reserve .trial, .location-detail .public.item.row:hover .reserve .spots, .location-detail .public.item.row:hover .reserve .trial {
  color: #fff;
}

/* line 1384, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row:hover .reserve .detail-indicator i, .public.provider .public.item.row:hover .reserve .detail-indicator i, .event-detail .public.event.row:hover .reserve .detail-indicator i, .event-detail .public.item.row:hover .reserve .detail-indicator i, #events-table .public.event.row:hover .reserve .detail-indicator i, #events-table .public.item.row:hover .reserve .detail-indicator i, .location-detail .public.event.row:hover .reserve .detail-indicator i, .location-detail .public.item.row:hover .reserve .detail-indicator i {
  color: #fff;
}

/* line 1389, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row:hover .reserve:hover, .public.provider .public.item.row:hover .reserve:hover, .event-detail .public.event.row:hover .reserve:hover, .event-detail .public.item.row:hover .reserve:hover, #events-table .public.event.row:hover .reserve:hover, #events-table .public.item.row:hover .reserve:hover, .location-detail .public.event.row:hover .reserve:hover, .location-detail .public.item.row:hover .reserve:hover {
  border-color: #00b16b;
  background: #00b16b;
  background: linear-gradient(rgba(0, 177, 111, 0.925), #00b16f);
}

/* line 1394, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row:hover .waitlist:not(.existing):hover, .public.provider .public.item.row:hover .waitlist:not(.existing):hover, .event-detail .public.event.row:hover .waitlist:not(.existing):hover, .event-detail .public.item.row:hover .waitlist:not(.existing):hover, #events-table .public.event.row:hover .waitlist:not(.existing):hover, #events-table .public.item.row:hover .waitlist:not(.existing):hover, .location-detail .public.event.row:hover .waitlist:not(.existing):hover, .location-detail .public.item.row:hover .waitlist:not(.existing):hover {
  font-weight: 600;
}

/* line 1396, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row:hover .waitlist:not(.existing):hover .booking-prompt, .public.provider .public.item.row:hover .waitlist:not(.existing):hover .booking-prompt, .event-detail .public.event.row:hover .waitlist:not(.existing):hover .booking-prompt, .event-detail .public.item.row:hover .waitlist:not(.existing):hover .booking-prompt, #events-table .public.event.row:hover .waitlist:not(.existing):hover .booking-prompt, #events-table .public.item.row:hover .waitlist:not(.existing):hover .booking-prompt, .location-detail .public.event.row:hover .waitlist:not(.existing):hover .booking-prompt, .location-detail .public.item.row:hover .waitlist:not(.existing):hover .booking-prompt {
  text-decoration: underline;
}

/* line 1400, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row:hover a, .public.provider .public.event.row:hover a:hover, .public.provider .public.item.row:hover a, .public.provider .public.item.row:hover a:hover, .event-detail .public.event.row:hover a, .event-detail .public.event.row:hover a:hover, .event-detail .public.item.row:hover a, .event-detail .public.item.row:hover a:hover, #events-table .public.event.row:hover a, #events-table .public.event.row:hover a:hover, #events-table .public.item.row:hover a, #events-table .public.item.row:hover a:hover, .location-detail .public.event.row:hover a, .location-detail .public.event.row:hover a:hover, .location-detail .public.item.row:hover a, .location-detail .public.item.row:hover a:hover {
  text-decoration: none;
}

/* line 1402, app/assets/stylesheets/providers.css.scss */
.public.provider .public.event.row:hover a .time-card, .public.provider .public.event.row:hover a:hover .time-card, .public.provider .public.item.row:hover a .time-card, .public.provider .public.item.row:hover a:hover .time-card, .event-detail .public.event.row:hover a .time-card, .event-detail .public.event.row:hover a:hover .time-card, .event-detail .public.item.row:hover a .time-card, .event-detail .public.item.row:hover a:hover .time-card, #events-table .public.event.row:hover a .time-card, #events-table .public.event.row:hover a:hover .time-card, #events-table .public.item.row:hover a .time-card, #events-table .public.item.row:hover a:hover .time-card, .location-detail .public.event.row:hover a .time-card, .location-detail .public.event.row:hover a:hover .time-card, .location-detail .public.item.row:hover a .time-card, .location-detail .public.item.row:hover a:hover .time-card {
  text-decoration: none;
}

/* line 1410, app/assets/stylesheets/providers.css.scss */
.provider #instructors-activities, .provider #instructors-panel, .provider #instructors-panel {
  transition: all .23s;
  -o-transition: all .23s;
  -ms-transition: all .23s;
  -moz-transition: all .23s;
  -webkit-transition: all .23s;
}

/* line 1418, app/assets/stylesheets/providers.css.scss */
.provider .filters {
  width: 100%;
  display: table;
}

/* line 1422, app/assets/stylesheets/providers.css.scss */
.provider .filters .filter-block {
  display: table-cell;
  vertical-align: top;
}

/* line 1426, app/assets/stylesheets/providers.css.scss */
.provider .filters .filter-block .selectize-input.has-items {
  padding: 6px 0;
}

/* line 1429, app/assets/stylesheets/providers.css.scss */
.provider .filters .filter-block #start, .provider .filters .filter-block #end {
  min-width: 100px;
  width: 50%;
  color: #EB0450;
  padding: 0px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  outline: 0;
  font-weight: 500;
  font-size: 1em;
  border: 1px solid #e7eaed;
  background: #fff;
  box-shadow: 0 0 0 0;
}

/* line 1445, app/assets/stylesheets/providers.css.scss */
.provider .filters .filter-block #start:hover, .provider .filters .filter-block #end:hover {
  border-color: #0880ff;
}

/* line 1449, app/assets/stylesheets/providers.css.scss */
.provider .filters .filter-block #start.active, .provider .filters .filter-block #end.active {
  color: #EB0450;
  font-weight: 600;
}

/* line 1454, app/assets/stylesheets/providers.css.scss */
.provider .filters .filter-block.date {
  min-width: 200px;
  width: 50%;
  text-align: right;
}

/* line 1459, app/assets/stylesheets/providers.css.scss */
.provider .filters .filter-block.date .date-pickers {
  width: 100%;
  position: relative;
  top: 0;
  right: inherit;
}

/* line 1466, app/assets/stylesheets/providers.css.scss */
.provider .filters .filter-block.instructors {
  padding-left: 1%;
  width: 50%;
}

/* line 1470, app/assets/stylesheets/providers.css.scss */
.provider .filters .filter-block.instructors .selectize-input:hover {
  border-color: #0880ff;
}

/* line 1477, app/assets/stylesheets/providers.css.scss */
.provider .panel .inner {
  position: relative;
}

/* line 1480, app/assets/stylesheets/providers.css.scss */
.provider .panel .more-options {
  cursor: pointer;
}

/* line 1486, app/assets/stylesheets/providers.css.scss */
.provider .instructor-name h6 {
  font-weight: 500;
  font-size: 1.2em;
}

/* line 1490, app/assets/stylesheets/providers.css.scss */
.provider .instructor-name i {
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}

/* line 1498, app/assets/stylesheets/providers.css.scss */
.provider .email-instructors-list .email-instructor {
  padding: 7px 1%;
  border-bottom: 1px solid #f7f7f7;
}

/* line 1501, app/assets/stylesheets/providers.css.scss */
.provider .email-instructors-list .email-instructor a {
  color: inherit;
}

/* line 1505, app/assets/stylesheets/providers.css.scss */
.provider .email-instructors-list .email-instructor:first-child {
  padding-top: 1%;
}

/* line 1508, app/assets/stylesheets/providers.css.scss */
.provider .email-instructors-list .email-instructor:last-child {
  border: 0;
  padding-bottom: 1%;
}

/* line 1512, app/assets/stylesheets/providers.css.scss */
.provider .email-instructors-list .email-instructor.disabled {
  color: #aaa;
}

/* line 1514, app/assets/stylesheets/providers.css.scss */
.provider .email-instructors-list .email-instructor.disabled a:hover {
  text-decoration: none;
}

/* line 1520, app/assets/stylesheets/providers.css.scss */
.provider .panel:last-child {
  padding-bottom: 1%;
}

/* line 1524, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container {
  padding: 0;
}

/* line 1527, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .filters {
  padding: 1% 1% 0;
}

/* line 1531, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row {
  border-bottom: 1px solid #eee;
  padding: 10px 1%;
}

/* line 1535, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row .instructors {
  padding-left: 1%;
}

/* line 1537, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row .instructors h6.form-label {
  padding: 0;
}

/* line 1541, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row .instructors-display.series {
  margin-top: 3px;
}

/* line 1545, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row .edit-cog {
  margin-left: 3px;
}

/* line 1547, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row .edit-cog i {
  font-size: 16px;
  line-height: 12px;
  color: #d0d3d6;
}

/* line 1552, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row .edit-cog i:hover {
  color: #323232;
}

/* line 1556, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row .repeat-indicator {
  line-height: 14px;
}

/* line 1560, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row a {
  cursor: pointer;
}

/* line 1562, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row a:hover {
  text-decoration: underline;
}

/* line 1566, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row .activity-title {
  margin-bottom: 4px;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
}

/* line 1572, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row .activity-title:hover {
  color: #2196F3;
}

/* line 1575, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row .where, .provider #instructors-table-container .activity.row .when {
  margin: 0;
  display: inline-block;
  width: 100%;
}

/* line 1581, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row .instructors .assign-instructor, .provider #instructors-table-container .activity.row .instructors .assign-instructor-series {
  font-size: .95em;
  font-weight: 500;
  cursor: pointer;
}

/* line 1586, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row .instructors .assign-instructor:hover, .provider #instructors-table-container .activity.row .instructors .assign-instructor.selected, .provider #instructors-table-container .activity.row .instructors .assign-instructor-series:hover, .provider #instructors-table-container .activity.row .instructors .assign-instructor-series.selected {
  color: #EB0450;
}

/* line 1590, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row .instructors .assign-instructor-container {
  display: none;
}

/* line 1595, app/assets/stylesheets/providers.css.scss */
.provider #instructors-table-container .activity.row:last-child {
  border-bottom: 0;
}

/* line 1601, app/assets/stylesheets/providers.css.scss */
.providers {
  background: #fff;
  color: #3a3a3a;
}

/* line 1605, app/assets/stylesheets/providers.css.scss */
.providers #top-section {
  height: 50vh;
  background: #EB0450;
  background: -moz-linear-gradient(45deg, #EB0450 0%, #ef4873 37%, #ffa739 100%);
  background: -webkit-linear-gradient(45deg, #EB0450 0%, #ef4873 37%, #ffa739 100%);
  background: linear-gradient(45deg, #EB0450 0%, #ef4873 37%, #ffa739 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EB0450', endColorstr='#ffa739',GradientType=1 );
  display: table;
  width: 100%;
}

/* line 1615, app/assets/stylesheets/providers.css.scss */
.providers #top-section .become-a-provider {
  color: #fff;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

/* line 1621, app/assets/stylesheets/providers.css.scss */
.providers #top-section .become-a-provider .product-shot {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 256px;
  height: 400px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1%;
  max-height: 100%;
}

/* line 1634, app/assets/stylesheets/providers.css.scss */
.providers #top-section .become-a-provider h2 {
  font-size: 2.2rem;
  font-weight: 600;
}

/* line 1639, app/assets/stylesheets/providers.css.scss */
.providers #top-section .become-a-provider p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 1em auto;
  font-weight: 600;
}

/* line 1648, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section, .providers .manage {
  margin: 0 auto;
  width: 100%;
  clear: both;
}

/* line 1653, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .brass-tacks, .providers .manage .brass-tacks {
  display: table;
  padding: 5% 0 0;
  width: 100%;
}

/* line 1658, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .brass-tacks .inner, .providers .manage .brass-tacks .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5%;
}

/* line 1664, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .brass-tacks h2, .providers #bottom-section .brass-tacks h3, .providers .manage .brass-tacks h2, .providers .manage .brass-tacks h3 {
  margin: 0 auto 1em;
  line-height: 1em;
  font-weight: 600;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 1675, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .brass-tacks .item, .providers .manage .brass-tacks .item {
  padding: 0 0 5%;
  display: table;
}

/* line 1679, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .brass-tacks .item .image-container, .providers .manage .brass-tacks .item .image-container {
  display: table-cell;
  width: 100px;
  height: 100px;
}

/* line 1684, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .brass-tacks .item .image-container .image.detail, .providers .manage .brass-tacks .item .image-container .image.detail {
  width: 100px;
  height: 100px;
  padding: 18px;
}

/* line 1690, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .brass-tacks .item .text, .providers .manage .brass-tacks .item .text {
  font-size: 1em;
  display: table-cell;
  vertical-align: middle;
  padding: 0 1em 0 11px;
  cursor: default;
  color: #595959;
}

/* line 1698, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .brass-tacks .item .text .form-header, .providers .manage .brass-tacks .item .text .form-header {
  font-size: .85em;
  margin-bottom: 4px;
  color: #333;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 1712, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section #risk-free, .providers .manage #risk-free {
  padding: 0;
  margin-top: 7.5%;
}

/* line 1715, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section #risk-free .map.container, .providers .manage #risk-free .map.container {
  z-index: 6;
  padding: 20px 30px 25px;
}

/* line 1719, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section #risk-free .map.container h2, .providers .manage #risk-free .map.container h2 {
  margin-top: 0;
  margin-bottom: .35em;
  font-weight: normal;
}

/* line 1726, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit, .providers .manage .benefit {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 7.5% 2.5%;
  display: table;
  clear: both;
}

/* line 1734, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit .text-container, .providers .manage .benefit .text-container {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 2.5%;
}

/* line 1740, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit .text-container *, .providers .manage .benefit .text-container * {
  cursor: default;
}

/* line 1744, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit .text-container .inside.card, .providers .manage .benefit .text-container .inside.card {
  background: #fff;
  padding: 10px 30px 30px;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 1755, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit .image-container, .providers .manage .benefit .image-container {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  position: relative;
}

/* line 1762, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit .image-container .benefit-image, .providers .manage .benefit .image-container .benefit-image {
  margin: 0 auto;
  max-width: 506px;
  vertical-align: middle;
}

/* line 1767, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit .image-container .benefit-image.combined-products, .providers .manage .benefit .image-container .benefit-image.combined-products {
  max-width: 700px;
}

/* line 1772, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit ol, .providers .manage .benefit ol {
  padding: 0 0 0 10%;
}

/* line 1775, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit ol li h4, .providers .manage .benefit ol li h4 {
  text-align: left;
}

/* line 1781, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit.simulation, .providers .manage .benefit.simulation {
  height: 50vh;
  padding: 7.5% 2.5%;
  margin: 0 auto 7.5% auto;
}

/* line 1786, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit.simulation h2, .providers .manage .benefit.simulation h2 {
  margin-bottom: .5em;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 1794, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit.simulation h4, .providers .manage .benefit.simulation h4 {
  font-size: 1em;
}

/* line 1797, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit.simulation .row.no-side-padding, .providers .manage .benefit.simulation .row.no-side-padding {
  padding: 7px 0;
}

/* line 1801, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit.simulation #mobile-preview, .providers .manage .benefit.simulation #mobile-preview {
  display: inline-block !important;
  position: absolute;
  top: -17.5%;
  text-align: left;
  width: 40%;
  min-width: 280px;
  z-index: 1;
}

/* line 1810, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit.simulation #mobile-preview .vertical-helper, .providers .manage .benefit.simulation #mobile-preview .vertical-helper {
  display: none;
}

/* line 1813, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit.simulation #mobile-preview .mobile-when, .providers .manage .benefit.simulation #mobile-preview .mobile-when {
  font-size: 100%;
}

/* line 1818, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit.simulation #mobile-preview .inner .frame .content, .providers .manage .benefit.simulation #mobile-preview .inner .frame .content {
  overflow: hidden;
}

/* line 1823, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit.simulation #mobile-preview #price-block .price, .providers .manage .benefit.simulation #mobile-preview #price-block .price {
  font-size: 125%;
}

/* line 1828, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit.simulation .bubble, .providers .manage .benefit.simulation .bubble {
  border-radius: 7px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 1841, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit.padded, .providers .manage .benefit.padded {
  padding: 7.5%;
}

/* line 1845, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit:last-child, .providers .manage .benefit:last-child {
  border-bottom: 0;
}

/* line 1849, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .benefit-explanation, .providers .manage .benefit-explanation {
  line-height: 1.3em;
  font-size: 1em;
  margin: 0 auto;
}

/* line 1855, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .screenshot, .providers .manage .screenshot {
  display: table;
  width: 100%;
  padding: 5% 2.5% 0;
}

/* line 1860, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .screenshot .description, .providers .manage .screenshot .description {
  display: inline-table;
}

/* line 1863, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .screenshot .description .inner, .providers .manage .screenshot .description .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 5% 10%;
}

/* line 1868, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .screenshot .description .inner h3, .providers .manage .screenshot .description .inner h3 {
  margin-bottom: 23px;
}

/* line 1872, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .screenshot .description .inner p, .providers .manage .screenshot .description .inner p {
  font-size: 1.1em;
  line-height: 1.4em;
}

/* line 1877, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .screenshot .description .btn-container, .providers .manage .screenshot .description .btn-container {
  margin: 5% auto 0;
}

/* line 1880, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .screenshot .description .btn-container #get-started, .providers .manage .screenshot .description .btn-container #get-started {
  font-weight: 600;
  font-size: 1.1em;
  padding: 13px 34px 14px;
  background: #f75b5a;
  color: #fff;
  border-radius: 5px;
  text-transform: none;
  letter-spacing: 0;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 1895, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .screenshot .description .btn-container #get-started:hover, .providers .manage .screenshot .description .btn-container #get-started:hover {
  background: #f95e67;
  text-decoration: underline;
  box-shadow: inset -1px -2px 0px rgba(0, 0, 0, 0.3);
}

/* line 1900, app/assets/stylesheets/providers.css.scss */
.providers #bottom-section .screenshot .description .btn-container #get-started:active, .providers .manage .screenshot .description .btn-container #get-started:active {
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.25);
}

/* line 1908, app/assets/stylesheets/providers.css.scss */
.providers .learn-more {
  font-size: 1.77em;
  line-height: 1.3em;
  height: 25vh;
  margin: 0 auto;
  text-align: center;
  display: table;
  clear: both;
}

/* line 1917, app/assets/stylesheets/providers.css.scss */
.providers .learn-more .gradient-text {
  color: #EB0450;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 3px;
  background: -webkit-linear-gradient(45deg, #EB0450 0%, #ec5f3c 50%, #ffa739 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 1927, app/assets/stylesheets/providers.css.scss */
.providers .learn-more #providers-splash-reveal.down-arrow {
  display: table-cell;
  vertical-align: middle;
}

/* line 1931, app/assets/stylesheets/providers.css.scss */
.providers .learn-more #providers-splash-reveal.down-arrow svg polyline {
  stroke: #EB0450;
}

/* line 1937, app/assets/stylesheets/providers.css.scss */
.providers #fees {
  display: table;
  clear: both;
  width: 100%;
  min-height: 100%;
  height: 70vh;
  position: relative;
  padding: 0;
}

/* line 1946, app/assets/stylesheets/providers.css.scss */
.providers #fees .inner {
  display: table-cell;
  padding: 0 5%;
  vertical-align: middle;
}

/* line 1951, app/assets/stylesheets/providers.css.scss */
.providers #fees .inner h3 {
  margin: 2.5% auto;
}

/* line 1954, app/assets/stylesheets/providers.css.scss */
.providers #fees .inner .splash-btn {
  color: #fff;
}

/* line 1959, app/assets/stylesheets/providers.css.scss */
.providers #fees .svg-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px;
}

/* line 1967, app/assets/stylesheets/providers.css.scss */
.providers #fees .svg-top {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
}

/* line 1974, app/assets/stylesheets/providers.css.scss */
.providers #fees .content-container {
  width: 90%;
  margin: 2.5% auto;
}

/* line 1978, app/assets/stylesheets/providers.css.scss */
.providers #fees .content-container h4 {
  margin: 5% auto 2%;
}

/* line 1982, app/assets/stylesheets/providers.css.scss */
.providers #fees .content-container p {
  line-height: 1.4em;
  font-size: 1em;
}

/* line 1989, app/assets/stylesheets/providers.css.scss */
.providers .map-container {
  padding-top: 0;
}

/* line 1991, app/assets/stylesheets/providers.css.scss */
.providers .map-container .map-explanation {
  margin: 2.5% auto;
}

/* line 1995, app/assets/stylesheets/providers.css.scss */
.providers .map-container #partner-map {
  height: 100%;
  height: 80vh;
  min-height: 400px;
  width: 100%;
  margin: 0 auto;
}

/* line 2006, app/assets/stylesheets/providers.css.scss */
#new-provider section, #edit-provider section, #preferences section, #users section {
  padding: 2.5% 0;
  margin: 2.5% auto;
  clear: both;
  border-bottom: 1px solid #eee;
}

/* line 2012, app/assets/stylesheets/providers.css.scss */
#new-provider section:last-child, #edit-provider section:last-child, #preferences section:last-child, #users section:last-child {
  border-bottom: 0;
}

/* line 2017, app/assets/stylesheets/providers.css.scss */
#new-provider .permission-preference.row .switch-label, #edit-provider .permission-preference.row .switch-label, #preferences .permission-preference.row .switch-label, #users .permission-preference.row .switch-label {
  width: calc(100% - 60px);
}

/* line 2024, app/assets/stylesheets/providers.css.scss */
#new-provider #provider-users-table .roles h6.form-header.form-label, #edit-provider #provider-users-table .roles h6.form-header.form-label, #preferences #provider-users-table .roles h6.form-header.form-label, #users #provider-users-table .roles h6.form-header.form-label {
  transform: translate(12px, -10px) rotate(330deg);
}

/* line 2033, app/assets/stylesheets/providers.css.scss */
#new-provider #provider-users-table #actual-table .provider-user.row, #edit-provider #provider-users-table #actual-table .provider-user.row, #preferences #provider-users-table #actual-table .provider-user.row, #users #provider-users-table #actual-table .provider-user.row {
  position: relative;
  color: inherit;
  min-height: 42px;
}

/* line 2039, app/assets/stylesheets/providers.css.scss */
#new-provider #provider-users-table #actual-table .provider-user.row .switch-container, #edit-provider #provider-users-table #actual-table .provider-user.row .switch-container, #preferences #provider-users-table #actual-table .provider-user.row .switch-container, #users #provider-users-table #actual-table .provider-user.row .switch-container {
  float: none;
  margin: -5px 0 0;
}

/* line 2043, app/assets/stylesheets/providers.css.scss */
#new-provider #provider-users-table #actual-table .provider-user.row .trashcan, #edit-provider #provider-users-table #actual-table .provider-user.row .trashcan, #preferences #provider-users-table #actual-table .provider-user.row .trashcan, #users #provider-users-table #actual-table .provider-user.row .trashcan {
  font-size: 18px;
  width: auto;
  height: auto;
  margin-top: 8px;
}

/* line 2051, app/assets/stylesheets/providers.css.scss */
#new-provider #provider-users-table #actual-table .provider-user.row:last-child, #edit-provider #provider-users-table #actual-table .provider-user.row:last-child, #preferences #provider-users-table #actual-table .provider-user.row:last-child, #users #provider-users-table #actual-table .provider-user.row:last-child {
  border: 0;
}

/* line 2054, app/assets/stylesheets/providers.css.scss */
#new-provider #provider-users-table #actual-table .name, #edit-provider #provider-users-table #actual-table .name, #preferences #provider-users-table #actual-table .name, #users #provider-users-table #actual-table .name {
  float: left;
}

/* line 2061, app/assets/stylesheets/providers.css.scss */
#wrap.provider {
  position: relative;
  padding-top: 0;
  background: transparent;
}

/* line 2066, app/assets/stylesheets/providers.css.scss */
#wrap.provider #main {
  width: 100%;
  padding-left: 200px;
  padding-top: 0;
  margin: 0 auto;
  min-height: 100%;
}

/* line 2077, app/assets/stylesheets/providers.css.scss */
.provider input[type="text"]:focus, .provider input[type="email"]:focus, .provider input[type="number"]:focus, .provider input[type="password"]:focus, .provider input[type="url"]:focus {
  background: #fff;
}

/* line 2081, app/assets/stylesheets/providers.css.scss */
.provider .container {
  width: 96%;
  padding: 0;
  margin: 0 auto;
}

/* line 2087, app/assets/stylesheets/providers.css.scss */
.provider .white-bg {
  background-color: #fff;
}

/* line 2091, app/assets/stylesheets/providers.css.scss */
.provider .center-loading-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 1em;
  height: 1em;
}

/* line 2101, app/assets/stylesheets/providers.css.scss */
.provider .dashboard {
  width: 100%;
  padding-bottom: 5%;
}

/* line 2106, app/assets/stylesheets/providers.css.scss */
.provider .dashboard, .provider .account-form {
  min-height: 100%;
  display: inline-block;
}

/* line 2110, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .alert-zone, .provider .account-form .alert-zone {
  display: inline-block;
  width: 98%;
  margin: 1% 1% 0;
  border-radius: 6px;
  font-size: 1em;
  font-weight: 500;
  color: #dd0000;
  background: #F2DEDE;
  position: relative;
}

/* line 2121, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .alert-zone h5, .provider .account-form .alert-zone h5 {
  margin: 0;
}

/* line 2125, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .alert-zone .alert, .provider .account-form .alert-zone .alert {
  padding: 20px;
  margin-bottom: 0;
}

/* line 2129, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .alert-zone .alert a, .provider .account-form .alert-zone .alert a {
  color: #ee0000;
}

/* line 2134, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .alert-zone ul, .provider .account-form .alert-zone ul {
  padding: 10px 5px;
}

/* line 2139, app/assets/stylesheets/providers.css.scss */
.provider .dashboard #new-series, .provider .account-form #new-series {
  margin-left: 7px;
  padding-bottom: 9px;
}

/* line 2144, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .upcoming.panel, .provider .account-form .upcoming.panel {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 1% 1% 0;
}

/* line 2151, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .upcoming.panel #calendar-btn i, .provider .account-form .upcoming.panel #calendar-btn i {
  font-size: 18px;
}

/* line 2156, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .upcoming.panel #add-btn i, .provider .account-form .upcoming.panel #add-btn i {
  font-size: 22px;
}

/* line 2160, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .upcoming.panel #add-btn, .provider .dashboard .upcoming.panel #calendar-btn, .provider .account-form .upcoming.panel #add-btn, .provider .account-form .upcoming.panel #calendar-btn {
  color: inherit;
}

/* line 2162, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .upcoming.panel #add-btn *, .provider .dashboard .upcoming.panel #calendar-btn *, .provider .account-form .upcoming.panel #add-btn *, .provider .account-form .upcoming.panel #calendar-btn * {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 2171, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .upcoming.panel .provider.activities, .provider .account-form .upcoming.panel .provider.activities {
  width: 100%;
  margin: 0 auto;
}

/* line 2175, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .upcoming.panel .provider.activities .no-content.placeholder, .provider .account-form .upcoming.panel .provider.activities .no-content.placeholder {
  padding: 2.5% 0;
}

/* line 2178, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .upcoming.panel .provider.activities .empty-btn, .provider .account-form .upcoming.panel .provider.activities .empty-btn {
  font-size: 1em;
}

/* line 2180, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .upcoming.panel .provider.activities .empty-btn span, .provider .account-form .upcoming.panel .provider.activities .empty-btn span {
  font-size: 1em;
}

/* line 2186, app/assets/stylesheets/providers.css.scss */
.provider .dashboard #recent-notifications, .provider .account-form #recent-notifications {
  padding: 7px 0;
}

/* line 2188, app/assets/stylesheets/providers.css.scss */
.provider .dashboard #recent-notifications .notification.row, .provider .account-form #recent-notifications .notification.row {
  padding-left: 1%;
  padding-right: 1%;
}

/* line 2193, app/assets/stylesheets/providers.css.scss */
.provider .dashboard #customer-analytics, .provider .account-form #customer-analytics {
  padding: 1% 2.5%;
}

/* line 2197, app/assets/stylesheets/providers.css.scss */
.provider .dashboard .half-panel-left, .provider .account-form .half-panel-left {
  border-right: 1px solid #eee;
}

/* line 2203, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel #start-range, .provider .provider-revenue.panel #end-range {
  margin-left: 7px;
  height: 38px;
  width: 93px;
  border-radius: 7px;
  border-color: #e7eaed;
  cursor: pointer;
}

/* line 2212, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel #type-container {
  min-width: 100px;
  width: calc(100% - 307px);
  margin-left: 7px;
}

/* line 2216, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel #type-container .selectize-input, .provider .provider-revenue.panel #type-container .selectize-input input {
  cursor: pointer;
}

/* line 2220, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel #revenue-graph {
  margin-top: 2%;
  padding: 1% 0;
  border-radius: 7px;
  border: 1px solid #eef1f4;
  overflow: auto;
}

/* line 2227, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel td {
  text-align: center;
  padding: 7px 0;
  border-top: 1px solid #eef1f4;
}

/* line 2232, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel td.month {
  min-width: 100px;
}

/* line 2235, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel td:first-child {
  padding-left: 1%;
}

/* line 2238, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel td:last-child {
  padding-right: 1%;
}

/* line 2242, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel tr:first-child td {
  border-top: 0;
  padding-top: 0;
}

/* line 2248, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel tr:last-child td {
  padding-bottom: 0;
}

/* line 2253, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel tr.offline td {
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(238, 241, 244, 0.23);
}

/* line 2260, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel tr.gross td {
  border-top: 1px solid #eef1f4;
}

/* line 2265, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel tr.fees td {
  border-bottom: 1px solid #e4dde0;
}

/* line 2269, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel td.graph-label {
  max-width: 110px;
  width: 110px;
  text-align: left;
}

/* line 2274, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel .positive {
  color: #3CA04D;
}

/* line 2277, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel .negative {
  color: #ee0000;
}

/* line 2280, app/assets/stylesheets/providers.css.scss */
.provider .provider-revenue.panel .positive, .provider .provider-revenue.panel .negative {
  font-size: .95em;
  font-weight: 500;
}

/* line 2287, app/assets/stylesheets/providers.css.scss */
.provider #customer-analytics section {
  margin: 3em auto;
}

/* line 2290, app/assets/stylesheets/providers.css.scss */
.provider #customer-analytics section:first-child {
  margin-top: 0;
}

/* line 2293, app/assets/stylesheets/providers.css.scss */
.provider #customer-analytics section:last-child {
  margin-bottom: 0;
}

/* line 2298, app/assets/stylesheets/providers.css.scss */
.provider #customer-analytics #care-dot-com-marketplace #care-dot-com-marketplace-summary {
  margin: 7px auto 0;
}

/* line 2301, app/assets/stylesheets/providers.css.scss */
.provider #customer-analytics #care-dot-com-marketplace #roi-value {
  font-size: 20px;
}

/* line 2306, app/assets/stylesheets/providers.css.scss */
.provider #customer-analytics .platform-filter-container {
  margin-left: 7px;
}

/* line 2309, app/assets/stylesheets/providers.css.scss */
.provider #customer-analytics .platform-filter-container .selectize-input {
  min-width: 100px;
}

/* line 2314, app/assets/stylesheets/providers.css.scss */
.provider #customer-analytics #total-visits-section {
  margin-top: 40px;
}

/* line 2317, app/assets/stylesheets/providers.css.scss */
.provider #customer-analytics #drilldown-section {
  margin: 10px 0 20px 0px;
}

/* line 2319, app/assets/stylesheets/providers.css.scss */
.provider #customer-analytics #drilldown-section .visit-event-filter {
  padding: 15px 20px 0 0;
}

/* line 2323, app/assets/stylesheets/providers.css.scss */
.provider #customer-analytics .empty-metric {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  min-height: 250px;
  color: #aaa;
  font-style: italic;
}

/* line 2331, app/assets/stylesheets/providers.css.scss */
.provider #customer-analytics .empty-metric div {
  text-align: center;
}

/* line 2337, app/assets/stylesheets/providers.css.scss */
.provider #spots-tooltip {
  font-size: 16px;
  line-height: 13px;
  padding-left: 1px;
  color: #aaa;
  cursor: default;
}

/* line 2344, app/assets/stylesheets/providers.css.scss */
.provider #spots-tooltip:hover {
  color: #EB0450;
}

/* line 2348, app/assets/stylesheets/providers.css.scss */
.provider #view-toggles {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0px;
  border-radius: 6px;
  background: #fff;
  height: 40px;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
}

/* line 2358, app/assets/stylesheets/providers.css.scss */
.provider #view-toggles .btn {
  padding: 0;
  font-size: 1.4em;
  line-height: 40px;
  min-width: 50px;
  height: 100%;
}

/* line 2364, app/assets/stylesheets/providers.css.scss */
.provider #view-toggles .btn svg {
  font-size: 0;
  border: 0;
}

/* line 2371, app/assets/stylesheets/providers.css.scss */
.provider #view-toggles #calendar-view-toggle.btn svg {
  height: 18px;
}

/* line 2376, app/assets/stylesheets/providers.css.scss */
.provider #view-toggles #calendar-view-toggle.btn.selected svg *, .provider #view-toggles #calendar-view-toggle.btn:hover svg * {
  fill: #27E4C4;
}

/* line 2384, app/assets/stylesheets/providers.css.scss */
.provider #view-toggles #list-view-toggle.btn.selected #list-group, .provider #view-toggles #list-view-toggle.btn:hover #list-group {
  stroke: #27E4C4;
}

/* line 2389, app/assets/stylesheets/providers.css.scss */
.provider #view-toggles .btn:last-child {
  border: 0;
}

/* line 2392, app/assets/stylesheets/providers.css.scss */
.provider #view-toggles #calendar-view-toggle {
  border: 0;
}

/* line 2395, app/assets/stylesheets/providers.css.scss */
.provider #view-toggles #export-events-toggle, .provider #view-toggles #schedule-export-csv {
  font-size: 0.9em;
  line-height: 36px;
}

/* line 2399, app/assets/stylesheets/providers.css.scss */
.provider #view-toggles #add-event-btn {
  line-height: 40px;
  font-size: 24px;
  border: 0;
}

/* line 2404, app/assets/stylesheets/providers.css.scss */
.provider #view-toggles #add-event-btn:hover {
  color: #27E4C4;
}

/* line 2409, app/assets/stylesheets/providers.css.scss */
.provider .plus {
  font-size: 18px;
  top: -2px;
  position: relative;
  vertical-align: middle;
}

/* line 2416, app/assets/stylesheets/providers.css.scss */
.provider #calendar-toggle:hover, .provider #list-toggle:hover {
  color: #EB0450;
  border-color: #EB0450;
  background: rgba(238, 241, 244, 0.5);
}

/* line 2422, app/assets/stylesheets/providers.css.scss */
.provider #calendar-toggle.active-toggle, .provider #list-toggle.active-toggle {
  background: #EB0450;
  color: #fff;
  border-color: transparent;
}

/* line 2428, app/assets/stylesheets/providers.css.scss */
.provider #calendar-toggle, .provider #list-toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(238, 241, 244, 0.5);
}

/* line 2435, app/assets/stylesheets/providers.css.scss */
.provider #list-toggle {
  line-height: 38px;
}

/* line 2439, app/assets/stylesheets/providers.css.scss */
.provider #mobile-preview::-webkit-scrollbar {
  width: 0 !important;
}

/* line 2440, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar::-webkit-scrollbar {
  width: 0 !important;
}

/* line 2442, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar.toggled, .provider #sidebar-credentials.toggled {
  left: 0 !important;
}

/* line 2446, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar {
  background: #fff;
  border: 0;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.03), 0 7px 14px 1px rgba(50, 50, 93, 0.04);
  width: 200px;
  padding-right: 15px;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 7;
  overflow: hidden;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 2464, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .inner {
  padding: 0;
  width: 210px;
  padding-right: 15px;
  padding-bottom: 2em;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* line 2475, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .inner::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

/* line 2479, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .inner ul {
  background: transparent;
  border-radius: 3px;
}

/* line 2486, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-nav {
  display: none;
  font-size: .9em;
  padding: 0;
  border-radius: 0 3px 3px 0;
}

/* line 2493, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #provider-dashboard {
  padding-left: 38px;
}

/* line 2495, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #provider-dashboard #sidebar-dashboard-icon {
  left: 9px;
  font-size: 16px;
}

/* line 2500, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #provider-dashboard.dashboard-alert {
  color: #EB0450;
}

/* line 2502, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #provider-dashboard.dashboard-alert i {
  color: #EB0450;
}

/* line 2506, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-label {
  text-transform: none;
  padding: 13px 0 13px 15px;
  margin: 0;
  cursor: pointer;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
  border-left: 3px solid transparent;
}

/* line 2518, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-label .text {
  font-size: 1rem;
  font-weight: 500;
}

/* line 2522, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-label i.arrow-indicator {
  font-size: 18px;
  line-height: 24px;
  height: 24px;
}

/* line 2527, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-label i.icon-indicator {
  font-size: 16px;
  line-height: 14px;
  margin-right: 10px;
}

/* line 2533, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-label::before, .provider #provider-sidebar .sidebar-label::after {
  background: #b1b5b8;
}

/* line 2536, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-label.current-page {
  color: inherit;
  border-color: #EB0450;
  text-decoration: none;
}

/* line 2541, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-label.current-page i.icon-indicator {
  color: #EB0450;
}

/* line 2547, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar section.sidebar-section:hover .sidebar-label {
  opacity: 1;
}

/* line 2552, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link {
  position: relative;
  border-left: 3px solid transparent;
}

/* line 2556, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link i {
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  font-size: .9em;
  color: rgba(23, 27, 34, 0.9);
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
}

/* line 2572, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link a, .provider #provider-sidebar .sidebar-link .text-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 3px 10px 42px;
  color: rgba(23, 27, 34, 0.9);
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 2585, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link .text-link {
  cursor: pointer;
}

/* line 2588, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link .text-link:hover {
  text-decoration: underline;
}

/* line 2592, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link a#provider-notifications.unread, .provider #provider-sidebar .sidebar-link a#provider-notifications.unread:hover, .provider #provider-sidebar .sidebar-link a#provider-calendar.today, .provider #provider-sidebar .sidebar-link a.alert, .provider #provider-sidebar .sidebar-link a.alert:hover {
  color: #444;
}

/* line 2595, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link a.alert {
  margin-bottom: 0;
}

/* line 2599, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link .text-container {
  position: relative;
}

/* line 2602, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link .text-container .alert-dot {
  position: absolute;
  min-height: 0;
  top: 50%;
  margin-top: -3px;
  left: 120%;
  background: #EB0450;
  z-index: 1;
  border-radius: 100%;
  transition: opacity .3s ease-out 0s;
  width: 4px;
  height: 4px;
  padding: 3px;
  opacity: .9;
  -webkit-animation: pulsate 2s ease-in-out infinite alternate;
  animation: pulsate 2s ease-in-out infinite alternate;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: .9;
  }
  100% {
    opacity: 1;
    background: #FF4371;
    -webkit-transform: scale(1.15, 1.15);
  }
}

@keyframes pulsate {
  0% {
    opacity: .9;
  }
  100% {
    opacity: 1;
    background: #FF4371;
    -webkit-transform: scale(1.15, 1.15);
  }
}

/* line 2628, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link .text-container .alert-dot.notification-alert, .provider #provider-sidebar .sidebar-link .text-container .alert-dot.log-alert, .provider #provider-sidebar .sidebar-link .text-container .alert-dot.dashboard {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 2634, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link a:hover {
  text-decoration: underline;
  color: black;
}

/* line 2638, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link a:hover i {
  color: black;
}

/* line 2643, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link a.current-page, .provider #provider-sidebar .sidebar-link a.current-page:hover {
  text-decoration: none;
}

/* line 2645, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link a.current-page *, .provider #provider-sidebar .sidebar-link a.current-page:hover * {
  color: #EB0450;
}

/* line 2650, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link .alert-bubble {
  text-decoration: none;
  width: 21px;
  height: 21px;
  line-height: 21px;
  float: right;
  background: #EB0450;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
}

/* line 2669, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link:first-child a {
  border-radius: 0 3px 0 0;
}

/* line 2674, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link:last-child a {
  border-radius: 0 0 3px 0;
}

/* line 2680, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link:hover a {
  color: #000;
}

/* line 2683, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link:hover i {
  opacity: 1;
}

/* line 2689, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link.logo a {
  padding: 0;
}

/* line 2692, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link.logo a:hover {
  background: transparent;
}

/* line 2696, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar .sidebar-link.logo img {
  max-width: 75%;
  display: block;
  margin: 0 auto;
}

/* line 2703, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #sidebar-credentials {
  width: 100%;
  min-height: 67px;
  border: 0;
  cursor: pointer;
  z-index: 11;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: .95rem;
}

/* line 2713, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #sidebar-credentials .popover {
  position: relative;
  width: 90% !important;
  left: 5% !important;
}

/* line 2720, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #sidebar-credentials .sidebar-credentials-popover .credential-item {
  padding: 10px 15px;
  width: 100%;
  font-weight: 500;
  color: inherit;
  background: white;
  display: block;
  text-align: left;
}

/* line 2730, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #sidebar-credentials .sidebar-credentials-popover .credential-item:first-child {
  border-radius: 4px 4px 0 0;
  padding-top: 15px;
}

/* line 2735, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #sidebar-credentials .sidebar-credentials-popover .credential-item:last-child {
  border-top: 2px solid #f1f4f9;
  border-radius: 0 0 4px 4px;
  padding-bottom: 14px;
}

/* line 2741, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #sidebar-credentials .sidebar-credentials-popover .credential-item:hover {
  color: inherit;
  text-decoration: underline;
}

/* line 2747, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #sidebar-credentials #authenticated-user-name {
  font-weight: 600;
}

/* line 2750, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #sidebar-credentials #user-name-provider {
  color: #444;
  width: 100%;
  display: block;
  vertical-align: middle;
  padding: 17px 0px 17px 15px;
}

/* line 2757, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #sidebar-credentials #user-name-provider i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: top;
  margin-top: 8px;
  float: right;
  opacity: .5;
}

/* line 2766, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #sidebar-credentials #user-name-provider #provider-name {
  margin: 0 auto;
  line-height: 1em;
}

/* line 2772, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #sidebar-credentials a {
  width: 100%;
  height: 100%;
  padding: 3px 11px;
  font-size: 1rem;
  font-weight: 500;
  color: #444;
  font-family: inherit;
}

/* line 2782, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #sidebar-credentials #user-menu-provider {
  display: none;
}

/* line 2788, app/assets/stylesheets/providers.css.scss */
.provider #provider-sidebar #sidebar-credentials:hover * {
  text-decoration: none;
}

/* line 2794, app/assets/stylesheets/providers.css.scss */
.provider a.add-options-link {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1em;
  color: #444;
  padding: 7px;
}

/* line 2803, app/assets/stylesheets/providers.css.scss */
.provider a.add-options-link:last-child {
  padding-bottom: 14px;
}

/* line 2809, app/assets/stylesheets/providers.css.scss */
#new-event.modal a.row, #new-item.modal a.row {
  padding: 1.5em;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: relative;
}

/* line 2816, app/assets/stylesheets/providers.css.scss */
#new-event.modal a.row *, #new-item.modal a.row * {
  cursor: pointer;
  color: inherit;
}

/* line 2820, app/assets/stylesheets/providers.css.scss */
#new-event.modal a.row .icon, #new-item.modal a.row .icon {
  position: absolute;
  margin-right: 2em;
  display: inline-block;
}

/* line 2825, app/assets/stylesheets/providers.css.scss */
#new-event.modal a.row h4, #new-event.modal a.row h5, #new-item.modal a.row h4, #new-item.modal a.row h5 {
  margin: 0 0 5px 0;
}

/* line 2828, app/assets/stylesheets/providers.css.scss */
#new-event.modal a.row .text-container, #new-item.modal a.row .text-container {
  padding-left: 95px;
}

/* line 2831, app/assets/stylesheets/providers.css.scss */
#new-event.modal a.row .text-container .explanatory-text, #new-item.modal a.row .text-container .explanatory-text {
  font-size: .9em;
}

/* line 2836, app/assets/stylesheets/providers.css.scss */
#new-event.modal a.row:hover, #new-item.modal a.row:hover {
  background: #f1f4f9;
  color: inherit;
}

/* line 2840, app/assets/stylesheets/providers.css.scss */
#new-event.modal a.row:last-child, #new-item.modal a.row:last-child {
  border-bottom: 0;
}

/* line 2845, app/assets/stylesheets/providers.css.scss */
.view-more-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  opacity: .4;
}

/* line 2853, app/assets/stylesheets/providers.css.scss */
.view-more-btn img {
  width: 50%;
  vertical-align: middle;
}

/* line 2859, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav {
  position: absolute;
  top: 23px;
  padding-left: 2%;
  display: inline-block;
  vertical-align: middle;
}

/* line 2866, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .popover-content {
  padding: 7px 0;
  min-width: 130px;
}

/* line 2869, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .popover-content a.nav-link {
  cursor: pointer;
  display: block;
  color: inherit;
  padding: 7px 23px 7px 17px;
  font-size: .95em;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}

/* line 2880, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .popover-content a.nav-link:hover {
  color: #EB0450;
  text-decoration: none;
}

/* line 2886, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav #events-arrow, nav#navigation #links .pickers.connect-nav #store-arrow {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-left: 3px;
}

/* line 2892, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .category-picker:hover {
  text-decoration: underline;
}

/* line 2895, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .category-picker.selected {
  color: #EB0450;
}

/* line 2898, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .category-picker {
  border-color: transparent;
  height: 34px;
  line-height: 34px;
  padding: 0 17px 0 9px;
  width: auto;
  position: relative;
  border: 0;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: none;
}

/* line 2911, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .category-picker .connect-view-toggle {
  display: table;
  padding: 0 1em;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* line 2918, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .category-picker #connect-profile-btn {
  padding: 0 2em;
  margin-right: 1.5em;
  transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}

/* line 2927, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .category-picker #connect-profile-btn:hover {
  color: #EB0450;
}

/* line 2930, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .category-picker .connect-view-toggle:hover {
  text-decoration: none;
}

/* line 2932, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .category-picker .connect-view-toggle:hover .link-label {
  text-decoration: none;
}

/* line 2937, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .category-picker.events {
  margin-right: 1.5em;
}

/* line 2940, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .btn:active {
  box-shadow: none;
}

/* line 2943, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .category-picker:hover {
  color: #EB0450;
}

/* line 2946, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav .category-picker:hover i {
  color: #EB0450;
}

/* line 2952, app/assets/stylesheets/providers.css.scss */
nav#navigation #links .pickers.connect-nav #connect-profile-btn i {
  font-size: 14px;
  line-height: 12px;
}

/* line 2959, app/assets/stylesheets/providers.css.scss */
.view-more-btn:hover {
  opacity: 1;
}

/* line 2964, app/assets/stylesheets/providers.css.scss */
.provider section.panel {
  width: 98%;
}

/* line 2967, app/assets/stylesheets/providers.css.scss */
.provider section {
  clear: both;
  width: 100%;
  overflow: visible;
  position: relative;
}

/* line 2973, app/assets/stylesheets/providers.css.scss */
.provider section .section-header {
  background: transparent;
  width: 100%;
  padding: 15px;
  margin: 0;
  text-align: center;
  position: relative;
}

/* line 2981, app/assets/stylesheets/providers.css.scss */
.provider section .section-header h6 {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  font-size: .9em;
  text-shadow: 1px 1px 1px #fff;
}

/* line 2989, app/assets/stylesheets/providers.css.scss */
.provider section .section-header .options-btn {
  height: 100%;
  position: absolute;
  right: 50px;
  top: 0;
  background: #EB0450;
  width: 100px;
  border-right: 2px solid #f7f7f7;
}

/* line 2998, app/assets/stylesheets/providers.css.scss */
.provider section .section-header .options-btn i {
  line-height: 48px;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2em;
}

/* line 3006, app/assets/stylesheets/providers.css.scss */
.provider section .section-header .options-btn.disabled {
  background: #ddd;
}

/* line 3010, app/assets/stylesheets/providers.css.scss */
.provider section .section-header .options-btn.flush-right {
  right: 0;
  border: 0;
}

/* line 3015, app/assets/stylesheets/providers.css.scss */
.provider section .section-header .more-options-btn {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #EB0450;
  width: 50px;
  cursor: pointer;
}

/* line 3024, app/assets/stylesheets/providers.css.scss */
.provider section .section-header .more-options-btn i {
  line-height: 48px;
  vertical-align: middle;
  color: #fff;
  font-size: .8em;
}

/* line 3034, app/assets/stylesheets/providers.css.scss */
.provider .no-content.btf {
  margin: 2.5% auto 1%;
  padding: 0;
  width: 77%;
  font-size: 1em;
}

/* line 3041, app/assets/stylesheets/providers.css.scss */
.provider .half-panel {
  padding: 0;
  margin: 0;
}

/* line 3044, app/assets/stylesheets/providers.css.scss */
.provider .half-panel .panel-header {
  padding: 2%;
}

/* line 3048, app/assets/stylesheets/providers.css.scss */
.provider .half-panel-left {
  padding-right: .5%;
}

/* line 3051, app/assets/stylesheets/providers.css.scss */
.provider .half-panel-right {
  padding-left: .5%;
}

/* line 3056, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .panel-header {
  margin-bottom: 1%;
}

/* line 3061, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .panel-search-container #schedule-search {
  position: absolute;
  padding: 7px 12px 6px;
  right: -1px;
  top: 0px;
  bottom: 0px;
  border-radius: 0 7px 7px 0;
  border: 1px solid transparent;
  width: 44px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  margin: 0;
  z-index: 3;
}

/* line 3077, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .panel-search-container #schedule-search #search-icon svg {
  height: 18px;
  width: 18px;
  vertical-align: middle;
}

/* line 3084, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .panel-search-container #schedule-search:hover {
  border-right: 1px solid transparent;
}

/* line 3088, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .panel-search-container #schedule-search:hover #search-icon svg * {
  fill: #27E4C4;
}

/* line 3095, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel #schedule-export-csv.btn-group {
  position: absolute;
  right: 160px;
  top: 0px;
  bottom: 0;
  margin: auto;
  padding: 0;
  line-height: 40px;
  height: 40px;
  width: 50px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
  cursor: pointer;
  transition: all .17s;
  -o-transition: all .17s;
  -ms-transition: all .17s;
  -moz-transition: all .17s;
  -webkit-transition: all .17s;
}

/* line 3116, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel #schedule-export-csv:hover i {
  color: #27E4C4;
}

/* line 3121, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel #provider-filter-toggle.btn-group {
  position: absolute;
  left: calc(50% + 15px);
  top: 0px;
  bottom: 0;
  margin: auto;
  padding: 0;
  line-height: 40px;
  height: 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
  width: 100px;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  transition: all .17s;
  -o-transition: all .17s;
  -ms-transition: all .17s;
  -moz-transition: all .17s;
  -webkit-transition: all .17s;
}

/* line 3144, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel #provider-filter-toggle.btn-group i {
  height: 100%;
  line-height: 36px;
  margin-right: 8px;
}

/* line 3149, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel #provider-filter-toggle.btn-group * {
  cursor: pointer;
}

/* line 3153, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel #provider-filter-toggle:hover {
  color: #27E4C4;
}

/* line 3155, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel #provider-filter-toggle:hover svg * {
  fill: #27E4C4;
}

/* line 3159, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel #provider-filter-toggle.selected {
  background: #27E4C4;
  color: #fff;
  font-weight: 600;
}

/* line 3163, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel #provider-filter-toggle.selected .filter-btn-text {
  color: #fff;
}

/* line 3166, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel #provider-filter-toggle.selected svg * {
  fill: #fff;
}

/* line 3170, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel #provider-filter-toggle.selected:hover {
  color: #fff !important;
}

/* line 3172, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel #provider-filter-toggle.selected:hover svg * {
  fill: #fff;
}

/* line 3175, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel #provider-filter-toggle.selected:hover .filter-btn-text {
  color: #fff;
}

/* line 3180, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .inner {
  float: left;
}

/* line 3184, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container {
  width: 100%;
  margin-bottom: 1%;
}

/* line 3188, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .results-count-container {
  display: inline-block;
  font-size: 1em;
  padding: 15px 10px;
}

/* line 3193, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .results-count-container .upcoming-count, .provider #schedule.panel .events-container .results-count-container .past-count {
  top: 0px;
  left: 0;
}

/* line 3198, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .results-count-container #past-count, .provider #schedule.panel .events-container .results-count-container #upcoming-count {
  cursor: pointer;
  padding: 4px 14px 5px;
}

/* line 3202, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .results-count-container #past-count:hover, .provider #schedule.panel .events-container .results-count-container #upcoming-count:hover {
  text-decoration: underline;
}

/* line 3205, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .results-count-container #past-count.active, .provider #schedule.panel .events-container .results-count-container #past-count.active:hover, .provider #schedule.panel .events-container .results-count-container #upcoming-count.active, .provider #schedule.panel .events-container .results-count-container #upcoming-count.active:hover {
  background: #f1f4f9;
  text-decoration: none;
  cursor: default;
  border-radius: 6px;
}

/* line 3213, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .per-page-container .selectize-control {
  float: left;
  height: 20px;
}

/* line 3217, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .per-page-container .selectize-control .selectize-input {
  border: 0;
  background: #f1f4f9;
  border-radius: 6px;
  padding: 4px 14px 5px;
  font-weight: 600;
}

/* line 3224, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .per-page-container .selectize-control .selectize-input input[type="text"] {
  display: none !important;
}

/* line 3229, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .per-page-container .selectize-input:after {
  display: none !important;
}

/* line 3232, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .per-page-container .per-page-label {
  padding-left: 7px;
  line-height: 28px;
  cursor: default;
}

/* line 3238, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .condense-series-container {
  padding: 15px 10px;
}

/* line 3241, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .condense-series-container #condense-btn {
  cursor: pointer;
  font-size: .95em;
  font-weight: 600;
  padding: 4px 14px 5px;
  border-radius: 6px;
  border: 1px solid #eef1f4;
}

/* line 3249, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .condense-series-container #condense-btn:hover {
  text-decoration: underline;
}

/* line 3252, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .condense-series-container #condense-btn.active {
  background: #f1f4f9;
  text-decoration: none;
}

/* line 3256, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .condense-series-container #condense-btn.active:hover {
  background: #eef1f4;
}

/* line 3261, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .header.row {
  padding: 1% 0 0;
}

/* line 3264, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .header.row .title {
  padding-left: 38px;
}

/* line 3269, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .events-container .events-table .event.row {
  min-height: 110px;
}

/* line 3275, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .calendar-container {
  padding: 1%;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 1%;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
}

/* line 3282, app/assets/stylesheets/providers.css.scss */
.provider #schedule.panel .calendar-container .calendar-header {
  margin-top: 0;
}

/* line 3288, app/assets/stylesheets/providers.css.scss */
.provider .user-provider-created {
  font-size: .9em;
}

/* line 3292, app/assets/stylesheets/providers.css.scss */
.provider .header.row {
  clear: both;
  padding-bottom: 7px;
}

/* line 3296, app/assets/stylesheets/providers.css.scss */
.provider .header.row h6 {
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
  font-size: .75em;
}

/* line 3305, app/assets/stylesheets/providers.css.scss */
.provider .reporting-select select {
  background: #fcfcfc;
  margin-right: 7px;
}

/* line 3313, app/assets/stylesheets/providers.css.scss */
.provider-preferences .inner, .provider-integrations .inner, .provider-billing .inner, .provider-developers .inner, .provider-links .inner, .provider-endpoint .inner, .provider-staffing .inner, .provider-widget .inner, .provider-import-panel .inner {
  padding: 1%;
}

/* line 3316, app/assets/stylesheets/providers.css.scss */
.provider-preferences .import-btn.disabled, .provider-integrations .import-btn.disabled, .provider-billing .import-btn.disabled, .provider-developers .import-btn.disabled, .provider-links .import-btn.disabled, .provider-endpoint .import-btn.disabled, .provider-staffing .import-btn.disabled, .provider-widget .import-btn.disabled, .provider-import-panel .import-btn.disabled {
  color: inherit;
}

/* line 3319, app/assets/stylesheets/providers.css.scss */
.provider-preferences .import-btn.disabled:hover, .provider-integrations .import-btn.disabled:hover, .provider-billing .import-btn.disabled:hover, .provider-developers .import-btn.disabled:hover, .provider-links .import-btn.disabled:hover, .provider-endpoint .import-btn.disabled:hover, .provider-staffing .import-btn.disabled:hover, .provider-widget .import-btn.disabled:hover, .provider-import-panel .import-btn.disabled:hover {
  text-decoration: none;
}

/* line 3323, app/assets/stylesheets/providers.css.scss */
.provider-preferences .widget-customization-container h6.form-label.form-header, .provider-integrations .widget-customization-container h6.form-label.form-header, .provider-billing .widget-customization-container h6.form-label.form-header, .provider-developers .widget-customization-container h6.form-label.form-header, .provider-links .widget-customization-container h6.form-label.form-header, .provider-endpoint .widget-customization-container h6.form-label.form-header, .provider-staffing .widget-customization-container h6.form-label.form-header, .provider-widget .widget-customization-container h6.form-label.form-header, .provider-import-panel .widget-customization-container h6.form-label.form-header {
  margin-bottom: 3px;
}

/* line 3327, app/assets/stylesheets/providers.css.scss */
.provider-preferences #embeddable-widget-code, .provider-integrations #embeddable-widget-code, .provider-billing #embeddable-widget-code, .provider-developers #embeddable-widget-code, .provider-links #embeddable-widget-code, .provider-endpoint #embeddable-widget-code, .provider-staffing #embeddable-widget-code, .provider-widget #embeddable-widget-code, .provider-import-panel #embeddable-widget-code {
  font-family: monospace;
  font-size: .85rem;
}

/* line 3332, app/assets/stylesheets/providers.css.scss */
.provider-preferences .widget-options .form-column, .provider-integrations .widget-options .form-column, .provider-billing .widget-options .form-column, .provider-developers .widget-options .form-column, .provider-links .widget-options .form-column, .provider-endpoint .widget-options .form-column, .provider-staffing .widget-options .form-column, .provider-widget .widget-options .form-column, .provider-import-panel .widget-options .form-column {
  padding: 0 3px;
}

/* line 3335, app/assets/stylesheets/providers.css.scss */
.provider-preferences .widget-options .form-column.left, .provider-integrations .widget-options .form-column.left, .provider-billing .widget-options .form-column.left, .provider-developers .widget-options .form-column.left, .provider-links .widget-options .form-column.left, .provider-endpoint .widget-options .form-column.left, .provider-staffing .widget-options .form-column.left, .provider-widget .widget-options .form-column.left, .provider-import-panel .widget-options .form-column.left {
  padding-left: 0;
}

/* line 3338, app/assets/stylesheets/providers.css.scss */
.provider-preferences .widget-options .form-column.right, .provider-integrations .widget-options .form-column.right, .provider-billing .widget-options .form-column.right, .provider-developers .widget-options .form-column.right, .provider-links .widget-options .form-column.right, .provider-endpoint .widget-options .form-column.right, .provider-staffing .widget-options .form-column.right, .provider-widget .widget-options .form-column.right, .provider-import-panel .widget-options .form-column.right {
  padding-right: 0;
}

/* line 3342, app/assets/stylesheets/providers.css.scss */
.provider-preferences #embeddable-widget-code, .provider-integrations #embeddable-widget-code, .provider-billing #embeddable-widget-code, .provider-developers #embeddable-widget-code, .provider-links #embeddable-widget-code, .provider-endpoint #embeddable-widget-code, .provider-staffing #embeddable-widget-code, .provider-widget #embeddable-widget-code, .provider-import-panel #embeddable-widget-code {
  margin-top: 1em;
}

/* line 3345, app/assets/stylesheets/providers.css.scss */
.provider-preferences #copy-widget-prompt, .provider-integrations #copy-widget-prompt, .provider-billing #copy-widget-prompt, .provider-developers #copy-widget-prompt, .provider-links #copy-widget-prompt, .provider-endpoint #copy-widget-prompt, .provider-staffing #copy-widget-prompt, .provider-widget #copy-widget-prompt, .provider-import-panel #copy-widget-prompt {
  padding: 8px;
}

/* line 3348, app/assets/stylesheets/providers.css.scss */
.provider-preferences #billing, .provider-integrations #billing, .provider-billing #billing, .provider-developers #billing, .provider-links #billing, .provider-endpoint #billing, .provider-staffing #billing, .provider-widget #billing, .provider-import-panel #billing {
  padding-top: 1em;
  padding-bottom: 2em;
}

/* line 3352, app/assets/stylesheets/providers.css.scss */
.provider-preferences #billing .main-heading, .provider-integrations #billing .main-heading, .provider-billing #billing .main-heading, .provider-developers #billing .main-heading, .provider-links #billing .main-heading, .provider-endpoint #billing .main-heading, .provider-staffing #billing .main-heading, .provider-widget #billing .main-heading, .provider-import-panel #billing .main-heading {
  margin-top: 1em;
  padding-bottom: 2em;
}

/* line 3356, app/assets/stylesheets/providers.css.scss */
.provider-preferences #billing .main-text, .provider-integrations #billing .main-text, .provider-billing #billing .main-text, .provider-developers #billing .main-text, .provider-links #billing .main-text, .provider-endpoint #billing .main-text, .provider-staffing #billing .main-text, .provider-widget #billing .main-text, .provider-import-panel #billing .main-text {
  font-size: 14px;
  margin-bottom: 2em;
}

/* line 3360, app/assets/stylesheets/providers.css.scss */
.provider-preferences #billing .sub-heading, .provider-integrations #billing .sub-heading, .provider-billing #billing .sub-heading, .provider-developers #billing .sub-heading, .provider-links #billing .sub-heading, .provider-endpoint #billing .sub-heading, .provider-staffing #billing .sub-heading, .provider-widget #billing .sub-heading, .provider-import-panel #billing .sub-heading {
  padding-top: 3px;
  margin-bottom: 5px;
}

/* line 3364, app/assets/stylesheets/providers.css.scss */
.provider-preferences #billing .no-border, .provider-integrations #billing .no-border, .provider-billing #billing .no-border, .provider-developers #billing .no-border, .provider-links #billing .no-border, .provider-endpoint #billing .no-border, .provider-staffing #billing .no-border, .provider-widget #billing .no-border, .provider-import-panel #billing .no-border {
  border-bottom: 0px;
}

/* line 3367, app/assets/stylesheets/providers.css.scss */
.provider-preferences #billing .marg-btm, .provider-integrations #billing .marg-btm, .provider-billing #billing .marg-btm, .provider-developers #billing .marg-btm, .provider-links #billing .marg-btm, .provider-endpoint #billing .marg-btm, .provider-staffing #billing .marg-btm, .provider-widget #billing .marg-btm, .provider-import-panel #billing .marg-btm {
  margin-bottom: 1.5em;
}

/* line 3371, app/assets/stylesheets/providers.css.scss */
.provider-preferences .minicolors-theme-bootstrap .minicolors-swatch, .provider-integrations .minicolors-theme-bootstrap .minicolors-swatch, .provider-billing .minicolors-theme-bootstrap .minicolors-swatch, .provider-developers .minicolors-theme-bootstrap .minicolors-swatch, .provider-links .minicolors-theme-bootstrap .minicolors-swatch, .provider-endpoint .minicolors-theme-bootstrap .minicolors-swatch, .provider-staffing .minicolors-theme-bootstrap .minicolors-swatch, .provider-widget .minicolors-theme-bootstrap .minicolors-swatch, .provider-import-panel .minicolors-theme-bootstrap .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 27px;
  height: 27px;
  border-color: #e4e7ea;
}

/* line 3378, app/assets/stylesheets/providers.css.scss */
.provider-preferences .minicolors-theme-bootstrap .minicolors-input, .provider-integrations .minicolors-theme-bootstrap .minicolors-input, .provider-billing .minicolors-theme-bootstrap .minicolors-input, .provider-developers .minicolors-theme-bootstrap .minicolors-input, .provider-links .minicolors-theme-bootstrap .minicolors-input, .provider-endpoint .minicolors-theme-bootstrap .minicolors-input, .provider-staffing .minicolors-theme-bootstrap .minicolors-input, .provider-widget .minicolors-theme-bootstrap .minicolors-input, .provider-import-panel .minicolors-theme-bootstrap .minicolors-input {
  padding-left: 38px;
}

/* line 3383, app/assets/stylesheets/providers.css.scss */
.provider-profile, .provider-account-settings, .provider-preferences, .provider-staffing, .provider-widget, .provider-import-panel, .provider-links {
  padding-bottom: 15px;
}

/* line 3386, app/assets/stylesheets/providers.css.scss */
.provider-profile .placeholder.italics, .provider-account-settings .placeholder.italics, .provider-preferences .placeholder.italics, .provider-staffing .placeholder.italics, .provider-widget .placeholder.italics, .provider-import-panel .placeholder.italics, .provider-links .placeholder.italics {
  font-weight: 500;
}

/* line 3389, app/assets/stylesheets/providers.css.scss */
.provider-profile #on-site-registration-link, .provider-profile #magic-link, .provider-profile #embeddable-widget-code, .provider-account-settings #on-site-registration-link, .provider-account-settings #magic-link, .provider-account-settings #embeddable-widget-code, .provider-preferences #on-site-registration-link, .provider-preferences #magic-link, .provider-preferences #embeddable-widget-code, .provider-staffing #on-site-registration-link, .provider-staffing #magic-link, .provider-staffing #embeddable-widget-code, .provider-widget #on-site-registration-link, .provider-widget #magic-link, .provider-widget #embeddable-widget-code, .provider-import-panel #on-site-registration-link, .provider-import-panel #magic-link, .provider-import-panel #embeddable-widget-code, .provider-links #on-site-registration-link, .provider-links #magic-link, .provider-links #embeddable-widget-code {
  cursor: pointer;
}

/* line 3392, app/assets/stylesheets/providers.css.scss */
.provider-profile .row.inside, .provider-account-settings .row.inside, .provider-preferences .row.inside, .provider-staffing .row.inside, .provider-widget .row.inside, .provider-import-panel .row.inside, .provider-links .row.inside {
  margin: 1em auto 0;
}

/* line 3395, app/assets/stylesheets/providers.css.scss */
.provider-profile #communication-preferences.panel, .provider-profile #customization.panel, .provider-profile #authorized-users.panel, .provider-account-settings #communication-preferences.panel, .provider-account-settings #customization.panel, .provider-account-settings #authorized-users.panel, .provider-preferences #communication-preferences.panel, .provider-preferences #customization.panel, .provider-preferences #authorized-users.panel, .provider-staffing #communication-preferences.panel, .provider-staffing #customization.panel, .provider-staffing #authorized-users.panel, .provider-widget #communication-preferences.panel, .provider-widget #customization.panel, .provider-widget #authorized-users.panel, .provider-import-panel #communication-preferences.panel, .provider-import-panel #customization.panel, .provider-import-panel #authorized-users.panel, .provider-links #communication-preferences.panel, .provider-links #customization.panel, .provider-links #authorized-users.panel {
  padding-bottom: 0;
}

/* line 3397, app/assets/stylesheets/providers.css.scss */
.provider-profile #communication-preferences.panel .row, .provider-profile #customization.panel .row, .provider-profile #authorized-users.panel .row, .provider-account-settings #communication-preferences.panel .row, .provider-account-settings #customization.panel .row, .provider-account-settings #authorized-users.panel .row, .provider-preferences #communication-preferences.panel .row, .provider-preferences #customization.panel .row, .provider-preferences #authorized-users.panel .row, .provider-staffing #communication-preferences.panel .row, .provider-staffing #customization.panel .row, .provider-staffing #authorized-users.panel .row, .provider-widget #communication-preferences.panel .row, .provider-widget #customization.panel .row, .provider-widget #authorized-users.panel .row, .provider-import-panel #communication-preferences.panel .row, .provider-import-panel #customization.panel .row, .provider-import-panel #authorized-users.panel .row, .provider-links #communication-preferences.panel .row, .provider-links #customization.panel .row, .provider-links #authorized-users.panel .row {
  border-bottom: 1px solid #eee;
  padding-top: 11px;
}

/* line 3401, app/assets/stylesheets/providers.css.scss */
.provider-profile #communication-preferences.panel .row:last-child, .provider-profile #customization.panel .row:last-child, .provider-profile #authorized-users.panel .row:last-child, .provider-account-settings #communication-preferences.panel .row:last-child, .provider-account-settings #customization.panel .row:last-child, .provider-account-settings #authorized-users.panel .row:last-child, .provider-preferences #communication-preferences.panel .row:last-child, .provider-preferences #customization.panel .row:last-child, .provider-preferences #authorized-users.panel .row:last-child, .provider-staffing #communication-preferences.panel .row:last-child, .provider-staffing #customization.panel .row:last-child, .provider-staffing #authorized-users.panel .row:last-child, .provider-widget #communication-preferences.panel .row:last-child, .provider-widget #customization.panel .row:last-child, .provider-widget #authorized-users.panel .row:last-child, .provider-import-panel #communication-preferences.panel .row:last-child, .provider-import-panel #customization.panel .row:last-child, .provider-import-panel #authorized-users.panel .row:last-child, .provider-links #communication-preferences.panel .row:last-child, .provider-links #customization.panel .row:last-child, .provider-links #authorized-users.panel .row:last-child {
  border: 0;
}

/* line 3404, app/assets/stylesheets/providers.css.scss */
.provider-profile #communication-preferences.panel .row.inside, .provider-profile #customization.panel .row.inside, .provider-profile #authorized-users.panel .row.inside, .provider-account-settings #communication-preferences.panel .row.inside, .provider-account-settings #customization.panel .row.inside, .provider-account-settings #authorized-users.panel .row.inside, .provider-preferences #communication-preferences.panel .row.inside, .provider-preferences #customization.panel .row.inside, .provider-preferences #authorized-users.panel .row.inside, .provider-staffing #communication-preferences.panel .row.inside, .provider-staffing #customization.panel .row.inside, .provider-staffing #authorized-users.panel .row.inside, .provider-widget #communication-preferences.panel .row.inside, .provider-widget #customization.panel .row.inside, .provider-widget #authorized-users.panel .row.inside, .provider-import-panel #communication-preferences.panel .row.inside, .provider-import-panel #customization.panel .row.inside, .provider-import-panel #authorized-users.panel .row.inside, .provider-links #communication-preferences.panel .row.inside, .provider-links #customization.panel .row.inside, .provider-links #authorized-users.panel .row.inside {
  width: 98%;
  margin: 1em auto;
  padding: 1em 0 2em;
}

/* line 3411, app/assets/stylesheets/providers.css.scss */
.provider-profile #customization.panel, .provider-account-settings #customization.panel, .provider-preferences #customization.panel, .provider-staffing #customization.panel, .provider-widget #customization.panel, .provider-import-panel #customization.panel, .provider-links #customization.panel {
  padding-top: 1%;
  padding-bottom: 0;
}

/* line 3414, app/assets/stylesheets/providers.css.scss */
.provider-profile #customization.panel .inner, .provider-account-settings #customization.panel .inner, .provider-preferences #customization.panel .inner, .provider-staffing #customization.panel .inner, .provider-widget #customization.panel .inner, .provider-import-panel #customization.panel .inner, .provider-links #customization.panel .inner {
  padding-bottom: 15px;
}

/* line 3416, app/assets/stylesheets/providers.css.scss */
.provider-profile #customization.panel .inner .container, .provider-account-settings #customization.panel .inner .container, .provider-preferences #customization.panel .inner .container, .provider-staffing #customization.panel .inner .container, .provider-widget #customization.panel .inner .container, .provider-import-panel #customization.panel .inner .container, .provider-links #customization.panel .inner .container {
  max-width: 700px;
}

/* line 3420, app/assets/stylesheets/providers.css.scss */
.provider-profile #customization.panel .row.inside, .provider-account-settings #customization.panel .row.inside, .provider-preferences #customization.panel .row.inside, .provider-staffing #customization.panel .row.inside, .provider-widget #customization.panel .row.inside, .provider-import-panel #customization.panel .row.inside, .provider-links #customization.panel .row.inside {
  border-bottom: 1px solid #eee;
}

/* line 3424, app/assets/stylesheets/providers.css.scss */
.provider-profile #subdomain, .provider-account-settings #subdomain, .provider-preferences #subdomain, .provider-staffing #subdomain, .provider-widget #subdomain, .provider-import-panel #subdomain, .provider-links #subdomain {
  width: 33.3%;
  padding-left: 0;
}

/* line 3428, app/assets/stylesheets/providers.css.scss */
.provider-profile #availability-check, .provider-account-settings #availability-check, .provider-preferences #availability-check, .provider-staffing #availability-check, .provider-widget #availability-check, .provider-import-panel #availability-check, .provider-links #availability-check {
  padding-left: 11px;
}

/* line 3430, app/assets/stylesheets/providers.css.scss */
.provider-profile #availability-check i, .provider-account-settings #availability-check i, .provider-preferences #availability-check i, .provider-staffing #availability-check i, .provider-widget #availability-check i, .provider-import-panel #availability-check i, .provider-links #availability-check i {
  line-height: 20px;
}

/* line 3433, app/assets/stylesheets/providers.css.scss */
.provider-profile #availability-check .subdomain-status, .provider-account-settings #availability-check .subdomain-status, .provider-preferences #availability-check .subdomain-status, .provider-staffing #availability-check .subdomain-status, .provider-widget #availability-check .subdomain-status, .provider-import-panel #availability-check .subdomain-status, .provider-links #availability-check .subdomain-status {
  font-size: .9em;
  line-height: 1em;
  font-weight: 500;
}

/* line 3438, app/assets/stylesheets/providers.css.scss */
.provider-profile #availability-check *, .provider-account-settings #availability-check *, .provider-preferences #availability-check *, .provider-staffing #availability-check *, .provider-widget #availability-check *, .provider-import-panel #availability-check *, .provider-links #availability-check * {
  cursor: default;
}

/* line 3441, app/assets/stylesheets/providers.css.scss */
.provider-profile #availability-check #update-subdomain, .provider-account-settings #availability-check #update-subdomain, .provider-preferences #availability-check #update-subdomain, .provider-staffing #availability-check #update-subdomain, .provider-widget #availability-check #update-subdomain, .provider-import-panel #availability-check #update-subdomain, .provider-links #availability-check #update-subdomain {
  width: 50%;
  font-weight: 500;
  margin: 11px 0 0;
}

/* line 3446, app/assets/stylesheets/providers.css.scss */
.provider-profile #availability-check #update-subdomain #update-subdomain-btn, .provider-account-settings #availability-check #update-subdomain #update-subdomain-btn, .provider-preferences #availability-check #update-subdomain #update-subdomain-btn, .provider-staffing #availability-check #update-subdomain #update-subdomain-btn, .provider-widget #availability-check #update-subdomain #update-subdomain-btn, .provider-import-panel #availability-check #update-subdomain #update-subdomain-btn, .provider-links #availability-check #update-subdomain #update-subdomain-btn {
  margin-bottom: 1em;
  cursor: pointer;
}

/* line 3454, app/assets/stylesheets/providers.css.scss */
.inner-shadow {
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.03), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
}

/* line 3458, app/assets/stylesheets/providers.css.scss */
.filter-section::-webkit-scrollbar {
  width: 0 !important;
}

/* line 3460, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section, #customers-filter-section {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 999;
  background: #fff;
  display: inline-block;
  border-radius: 0;
  padding: 15px;
  font-size: 1rem;
  width: 35%;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 3476, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #dismiss-schedule-filters, #schedule-filter-section #dismiss-customer-filters, #customers-filter-section #dismiss-schedule-filters, #customers-filter-section #dismiss-customer-filters {
  position: absolute;
  top: -15px;
  right: -15px;
  padding: 15px;
  width: auto;
  height: auto;
  cursor: pointer;
  font-size: 1.75em;
}

/* line 3487, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search, #schedule-filter-section #customer-filters, #customers-filter-section #general-search, #customers-filter-section #customer-filters {
  position: relative;
  z-index: 7;
}

/* line 3491, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .bold-header, #schedule-filter-section #customer-filters .bold-header, #customers-filter-section #general-search .bold-header, #customers-filter-section #customer-filters .bold-header {
  margin-bottom: 1em;
}

/* line 3495, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .active-negative-filter-picker, #schedule-filter-section #customer-filters .active-negative-filter-picker, #customers-filter-section #general-search .active-negative-filter-picker, #customers-filter-section #customer-filters .active-negative-filter-picker {
  border-bottom: 1px solid #eee;
  margin-bottom: 0.5em;
  position: relative;
}

/* line 3500, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .active-negative-filter-picker .picker-item, #schedule-filter-section #customer-filters .active-negative-filter-picker .picker-item, #customers-filter-section #general-search .active-negative-filter-picker .picker-item, #customers-filter-section #customer-filters .active-negative-filter-picker .picker-item {
  display: inline-block;
  cursor: pointer;
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}

/* line 3509, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .active-negative-filter-picker .picker-item:first-child, #schedule-filter-section #customer-filters .active-negative-filter-picker .picker-item:first-child, #customers-filter-section #general-search .active-negative-filter-picker .picker-item:first-child, #customers-filter-section #customer-filters .active-negative-filter-picker .picker-item:first-child {
  margin-right: 3em;
}

/* line 3512, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .active-negative-filter-picker .picker-item.active, #schedule-filter-section #customer-filters .active-negative-filter-picker .picker-item.active, #customers-filter-section #general-search .active-negative-filter-picker .picker-item.active, #customers-filter-section #customer-filters .active-negative-filter-picker .picker-item.active {
  border-bottom: 2px solid #27E4C4;
}

/* line 3515, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .active-negative-filter-picker .picker-item:hover, #schedule-filter-section #customer-filters .active-negative-filter-picker .picker-item:hover, #customers-filter-section #general-search .active-negative-filter-picker .picker-item:hover, #customers-filter-section #customer-filters .active-negative-filter-picker .picker-item:hover {
  text-decoration: underline;
}

/* line 3520, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search #clear-search, #schedule-filter-section #customer-filters #clear-search, #customers-filter-section #general-search #clear-search, #customers-filter-section #customer-filters #clear-search {
  text-align: right;
  margin: 1em auto 0;
  font-size: .9em;
  cursor: pointer;
  transition: none;
  font-weight: 600;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  color: #c1c5cb;
  z-index: 3;
}

/* line 3534, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search #clear-search i, #schedule-filter-section #customer-filters #clear-search i, #customers-filter-section #general-search #clear-search i, #customers-filter-section #customer-filters #clear-search i {
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  margin-left: 2px;
  color: #c1c5cb;
}

/* line 3542, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search #clear-search:hover, #schedule-filter-section #customer-filters #clear-search:hover, #customers-filter-section #general-search #clear-search:hover, #customers-filter-section #customer-filters #clear-search:hover {
  color: #cc0000;
}

/* line 3544, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search #clear-search:hover i, #schedule-filter-section #customer-filters #clear-search:hover i, #customers-filter-section #general-search #clear-search:hover i, #customers-filter-section #customer-filters #clear-search:hover i {
  color: #cc0000;
}

/* line 3549, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .row, #schedule-filter-section #customer-filters .row, #customers-filter-section #general-search .row, #customers-filter-section #customer-filters .row {
  position: relative;
  clear: both;
}

/* line 3554, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .filter.row, #schedule-filter-section #customer-filters .filter.row, #customers-filter-section #general-search .filter.row, #customers-filter-section #customer-filters .filter.row {
  margin: 10px 0 0;
}

/* line 3557, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .filter.row .filter-toggle, #schedule-filter-section #customer-filters .filter.row .filter-toggle, #customers-filter-section #general-search .filter.row .filter-toggle, #customers-filter-section #customer-filters .filter.row .filter-toggle {
  border-bottom: 1px solid #eee;
  cursor: pointer;
  padding: 3px 0;
  margin-bottom: 10px;
  position: relative;
}

/* line 3564, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .filter.row .filter-toggle .section-label, #schedule-filter-section #customer-filters .filter.row .filter-toggle .section-label, #customers-filter-section #general-search .filter.row .filter-toggle .section-label, #customers-filter-section #customer-filters .filter.row .filter-toggle .section-label {
  font-weight: 600;
  font-size: .95em;
  cursor: pointer;
}

/* line 3569, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .filter.row .filter-toggle .expansion-icon, #schedule-filter-section #customer-filters .filter.row .filter-toggle .expansion-icon, #customers-filter-section #general-search .filter.row .filter-toggle .expansion-icon, #customers-filter-section #customer-filters .filter.row .filter-toggle .expansion-icon {
  font-size: 1.1em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 1.1em;
  margin: auto;
  opacity: 0.5;
}

/* line 3579, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .filter.row .filter-toggle .expansion-icon:hover, #schedule-filter-section #general-search .filter.row .filter-toggle .expansion-icon.partial-flip, #schedule-filter-section #customer-filters .filter.row .filter-toggle .expansion-icon:hover, #schedule-filter-section #customer-filters .filter.row .filter-toggle .expansion-icon.partial-flip, #customers-filter-section #general-search .filter.row .filter-toggle .expansion-icon:hover, #customers-filter-section #general-search .filter.row .filter-toggle .expansion-icon.partial-flip, #customers-filter-section #customer-filters .filter.row .filter-toggle .expansion-icon:hover, #customers-filter-section #customer-filters .filter.row .filter-toggle .expansion-icon.partial-flip {
  opacity: 1;
}

/* line 3584, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .filter.row .filter-toggle.active .section-label, #schedule-filter-section #customer-filters .filter.row .filter-toggle.active .section-label, #customers-filter-section #general-search .filter.row .filter-toggle.active .section-label, #customers-filter-section #customer-filters .filter.row .filter-toggle.active .section-label {
  color: #27E4C4;
}

/* line 3588, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .filter.row .filter-section, #schedule-filter-section #customer-filters .filter.row .filter-section, #customers-filter-section #general-search .filter.row .filter-section, #customers-filter-section #customer-filters .filter.row .filter-section {
  display: none;
  margin-bottom: 5px;
}

/* line 3594, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search #date-field, #schedule-filter-section #customer-filters #date-field, #customers-filter-section #general-search #date-field, #customers-filter-section #customer-filters #date-field {
  border: 1px solid #e4e7ea;
  border-radius: 7px;
  padding: 8px;
}

/* line 3601, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .types .type, #schedule-filter-section #general-search .types .tag, #schedule-filter-section #general-search .tags .type, #schedule-filter-section #general-search .tags .tag, #schedule-filter-section #customer-filters .types .type, #schedule-filter-section #customer-filters .types .tag, #schedule-filter-section #customer-filters .tags .type, #schedule-filter-section #customer-filters .tags .tag, #customers-filter-section #general-search .types .type, #customers-filter-section #general-search .types .tag, #customers-filter-section #general-search .tags .type, #customers-filter-section #general-search .tags .tag, #customers-filter-section #customer-filters .types .type, #customers-filter-section #customer-filters .types .tag, #customers-filter-section #customer-filters .tags .type, #customers-filter-section #customer-filters .tags .tag {
  position: relative;
  display: inline-block;
  clear: both;
  padding: 7px 4px;
}

/* line 3607, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .types .type .filter-button-label, #schedule-filter-section #general-search .types .tag .filter-button-label, #schedule-filter-section #general-search .tags .type .filter-button-label, #schedule-filter-section #general-search .tags .tag .filter-button-label, #schedule-filter-section #customer-filters .types .type .filter-button-label, #schedule-filter-section #customer-filters .types .tag .filter-button-label, #schedule-filter-section #customer-filters .tags .type .filter-button-label, #schedule-filter-section #customer-filters .tags .tag .filter-button-label, #customers-filter-section #general-search .types .type .filter-button-label, #customers-filter-section #general-search .types .tag .filter-button-label, #customers-filter-section #general-search .tags .type .filter-button-label, #customers-filter-section #general-search .tags .tag .filter-button-label, #customers-filter-section #customer-filters .types .type .filter-button-label, #customers-filter-section #customer-filters .types .tag .filter-button-label, #customers-filter-section #customer-filters .tags .type .filter-button-label, #customers-filter-section #customer-filters .tags .tag .filter-button-label {
  display: inline-block;
  line-height: 18px;
  height: 18px;
  vertical-align: top;
}

/* line 3617, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .locations .location.row, #schedule-filter-section #customer-filters .locations .location.row, #customers-filter-section #general-search .locations .location.row, #customers-filter-section #customer-filters .locations .location.row {
  padding: 7px 7px 0;
  font-size: .95em;
}

/* line 3621, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search .locations .location.row .checkbox-label, #schedule-filter-section #customer-filters .locations .location.row .checkbox-label, #customers-filter-section #general-search .locations .location.row .checkbox-label, #customers-filter-section #customer-filters .locations .location.row .checkbox-label {
  margin-top: 10px;
}

/* line 3627, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search #age-filter, #schedule-filter-section #customer-filters #age-filter, #customers-filter-section #general-search #age-filter, #customers-filter-section #customer-filters #age-filter {
  color: #EB0450;
  padding: 0 0 0 3px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  box-shadow: none;
}

/* line 3638, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search #refine-search-btn, #schedule-filter-section #customer-filters #refine-search-btn, #customers-filter-section #general-search #refine-search-btn, #customers-filter-section #customer-filters #refine-search-btn {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  background: transparent;
  cursor: pointer;
}

/* line 3646, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search #refine-search-btn:hover, #schedule-filter-section #customer-filters #refine-search-btn:hover, #customers-filter-section #general-search #refine-search-btn:hover, #customers-filter-section #customer-filters #refine-search-btn:hover {
  text-decoration: underline;
}

/* line 3651, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search:active, #schedule-filter-section #general-search:focus, #customers-filter-section #general-search:active, #customers-filter-section #general-search:focus {
  border-color: #ddd;
}

/* line 3656, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search.active .i, #customers-filter-section #general-search.active .i {
  color: #EB0450;
}

/* line 3659, app/assets/stylesheets/providers.css.scss */
#schedule-filter-section #general-search.active #search-form, #customers-filter-section #general-search.active #search-form {
  border-color: #EB0450;
}

/* line 3665, app/assets/stylesheets/providers.css.scss */
#mobile-preview {
  position: fixed;
  top: 0;
  right: 0;
  width: 22.5%;
  cursor: default;
  line-height: 100%;
  height: 100%;
  display: table;
  font-size: 15px;
  font-size: 1vw;
  color: #444;
}

/* line 3678, app/assets/stylesheets/providers.css.scss */
#mobile-preview .vertical-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 3684, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

/* line 3689, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner img {
  width: 100%;
}

/* line 3693, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame.iphone5 {
  width: 65.1%;
  height: 64.2%;
  left: 18.5%;
  top: 13%;
}

/* line 3700, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame {
  display: block;
  position: absolute;
  left: 12.4%;
  top: 10%;
  width: 73.2%;
  height: 71%;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #444;
  overflow: hidden;
}

/* line 3715, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content {
  width: 100%;
  width: calc(100% + 17px);
  height: 100%;
  padding-right: 17px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 3723, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content div {
  position: relative;
}

/* line 3727, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-date {
  width: 100%;
  font-weight: 500;
  padding: 0;
  background: #f7f7f7;
  z-index: 7;
  height: 10%;
  max-height: 44px;
}

/* line 3736, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-date .status-bar {
  font-size: 60%;
  font-weight: 600;
  padding: 1px 0 2px 5px;
}

/* line 3742, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-date .nav-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  font-size: 90%;
}

/* line 3751, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-date {
  background: transparent;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 3758, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-title {
  font-size: 150%;
  line-height: 100%;
  width: 100%;
  padding: 7% 0 0;
  z-index: 7;
  padding-top: 20%;
  font-weight: 500;
  color: #fff;
}

/* line 3769, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .below-photo {
  top: -10%;
  width: 100%;
  margin-bottom: -18%;
}

/* line 3774, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .below-photo .info, #mobile-preview .mobile-inner .frame .content .below-photo .mobile-label {
  padding: 0 3.5%;
}

/* line 3778, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .below-photo #mobile-organizations {
  width: 100%;
  margin: 0 auto;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  padding: 3.5% 3.5% 0 3.5%;
}

/* line 3786, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .below-photo #mobile-organizations .organization-info {
  width: 100%;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/* line 3792, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .below-photo #mobile-organizations .organization-info .organization-name {
  font-size: 90%;
  font-weight: 600;
}

/* line 3796, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .below-photo #mobile-organizations .organization-info .organization-subtitle {
  font-size: 85%;
  padding-top: 2px;
}

/* line 3803, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .below-photo #mobile-instructors {
  width: 100%;
  z-index: 7;
  font-weight: normal;
  padding: 0 3.5%;
  font-size: 90%;
}

/* line 3810, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .below-photo #mobile-instructors .mobile-instructor.row {
  padding: 3px 0;
}

/* line 3813, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .below-photo #mobile-instructors .mobile-instructor.row .instructor-photo, #mobile-preview .mobile-inner .frame .content .below-photo #mobile-instructors .mobile-instructor.row .photo-placeholder {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 3822, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .below-photo #mobile-instructors .mobile-instructor.row .instructor-name {
  line-height: 40px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 100%;
}

/* line 3832, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-when {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
  text-shadow: 0 0 0 transparent;
  color: #444;
  top: -10%;
  font-weight: normal;
}

/* line 3841, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-when .date {
  text-align: left;
  padding: 7px 0;
}

/* line 3845, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-when .date .ordinalized {
  font-size: 80%;
  font-weight: 600;
  padding-right: 3px;
}

/* line 3850, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-when .date .date-date {
  font-weight: 600;
  font-size: 95%;
  vertical-align: middle;
  display: inline-block;
  padding-right: 4px;
  width: 15%;
  min-width: 30px;
}

/* line 3859, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-when .date .date-time-location {
  vertical-align: middle;
  display: inline-block;
  float: right;
  width: 85%;
  max-width: calc(100% - 30px);
}

/* line 3866, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-when .date .date-time-location .date-location {
  font-size: 90%;
}

/* line 3871, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-when .date:first-child {
  padding-top: 0;
}

/* line 3874, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-when .date:last-child {
  border: 0;
}

/* line 3878, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-when .date.past * {
  color: #aaa;
  border-color: #ddd;
}

/* line 3884, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-when .duration {
  padding-left: 3px;
}

/* line 3888, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-when.series {
  padding-top: 0;
  padding-bottom: 3.5%;
}

/* line 3893, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-about {
  font-size: 90%;
  width: 100%;
  line-height: 130%;
  padding: 0 3.5%;
}

/* line 3899, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .white-space-pre-line {
  white-space: pre-line;
}

/* line 3903, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .photo-container {
  top: -10%;
  width: 100%;
  height: 15em;
  padding-bottom: 0;
}

/* line 3909, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .photo-container #mobile-photo {
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* line 3915, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .photo-container #mobile-photo img, #mobile-preview .mobile-inner .frame .content .photo-container #mobile-photo .photo-gradient, #mobile-preview .mobile-inner .frame .content .photo-container #mobile-photo .photo-event, #mobile-preview .mobile-inner .frame .content .photo-container #mobile-photo .photo-avatar {
  position: absolute;
  left: 0;
}

/* line 3919, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .photo-container #mobile-photo img {
  opacity: .67;
  width: auto;
  height: 100%;
}

/* line 3924, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .photo-container #mobile-photo .photo-event, #mobile-preview .mobile-inner .frame .content .photo-container #mobile-photo .photo-avatar {
  opacity: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

/* line 3937, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .photo-container #mobile-photo .placeholder-photo {
  position: absolute;
  background: #fff;
  left: -7.5px;
  opacity: 0.77;
}

/* line 3944, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .photo-container #mobile-photo .photo-gradient {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

/* line 3959, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .photo-container .title-block {
  position: absolute;
  bottom: 3.5%;
  left: 3.5%;
  margin: auto;
  height: auto;
  max-width: 75%;
}

/* line 3967, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .photo-container .title-block #mobile-title {
  padding-top: 0 !important;
  padding-bottom: 2px;
}

/* line 3971, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .photo-container .title-block .mobile-when {
  color: #fff;
  font-weight: 600;
  font-size: 90%;
}

/* line 3977, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .photo-container #price-block {
  position: absolute;
  right: 3.5%;
  bottom: 4.5%;
  margin: auto;
  height: auto;
  max-width: 25%;
  z-index: 7;
  color: #fff;
  text-align: right;
}

/* line 3988, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .photo-container #price-block .price {
  font-weight: 600;
  font-size: 95%;
  color: #fff;
}

/* line 3993, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .photo-container #price-block .spots {
  font-size: 80%;
  font-weight: 600;
}

/* line 4000, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-when {
  width: 100%;
  z-index: 7;
  line-height: 110%;
  font-weight: normal;
}

/* line 4006, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-when .activity-time {
  padding: 0;
}

/* line 4011, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-age-range, #mobile-preview .mobile-inner .frame .content .mobile-spots-price, #mobile-preview .mobile-inner .frame .content #mobile-venue, #mobile-preview .mobile-inner .frame .content #mobile-tags, #mobile-preview .mobile-inner .frame .content #mobile-caregiver, #mobile-preview .mobile-inner .frame .content #mobile-instructions, #mobile-preview .mobile-inner .frame .content #mobile-link, #mobile-preview .mobile-inner .frame .content #mobile-phone, #mobile-preview .mobile-inner .frame .content .mobile-when, #mobile-preview .mobile-inner .frame .content #mobile-extras {
  width: 100%;
  font-size: 90%;
}

/* line 4019, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-age-range .mobile-extra .mobile-extra-type, #mobile-preview .mobile-inner .frame .content .mobile-spots-price .mobile-extra .mobile-extra-type, #mobile-preview .mobile-inner .frame .content #mobile-venue .mobile-extra .mobile-extra-type, #mobile-preview .mobile-inner .frame .content #mobile-tags .mobile-extra .mobile-extra-type, #mobile-preview .mobile-inner .frame .content #mobile-caregiver .mobile-extra .mobile-extra-type, #mobile-preview .mobile-inner .frame .content #mobile-instructions .mobile-extra .mobile-extra-type, #mobile-preview .mobile-inner .frame .content #mobile-link .mobile-extra .mobile-extra-type, #mobile-preview .mobile-inner .frame .content #mobile-phone .mobile-extra .mobile-extra-type, #mobile-preview .mobile-inner .frame .content .mobile-when .mobile-extra .mobile-extra-type, #mobile-preview .mobile-inner .frame .content #mobile-extras .mobile-extra .mobile-extra-type {
  font-size: 90%;
  padding-left: 3px;
}

/* line 4023, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-age-range .mobile-extra .price:empty, #mobile-preview .mobile-inner .frame .content .mobile-spots-price .mobile-extra .price:empty, #mobile-preview .mobile-inner .frame .content #mobile-venue .mobile-extra .price:empty, #mobile-preview .mobile-inner .frame .content #mobile-tags .mobile-extra .price:empty, #mobile-preview .mobile-inner .frame .content #mobile-caregiver .mobile-extra .price:empty, #mobile-preview .mobile-inner .frame .content #mobile-instructions .mobile-extra .price:empty, #mobile-preview .mobile-inner .frame .content #mobile-link .mobile-extra .price:empty, #mobile-preview .mobile-inner .frame .content #mobile-phone .mobile-extra .price:empty, #mobile-preview .mobile-inner .frame .content .mobile-when .mobile-extra .price:empty, #mobile-preview .mobile-inner .frame .content #mobile-extras .mobile-extra .price:empty {
  padding: 0;
}

/* line 4027, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-age-range .price-bullet, #mobile-preview .mobile-inner .frame .content .mobile-spots-price .price-bullet, #mobile-preview .mobile-inner .frame .content #mobile-venue .price-bullet, #mobile-preview .mobile-inner .frame .content #mobile-tags .price-bullet, #mobile-preview .mobile-inner .frame .content #mobile-caregiver .price-bullet, #mobile-preview .mobile-inner .frame .content #mobile-instructions .price-bullet, #mobile-preview .mobile-inner .frame .content #mobile-link .price-bullet, #mobile-preview .mobile-inner .frame .content #mobile-phone .price-bullet, #mobile-preview .mobile-inner .frame .content .mobile-when .price-bullet, #mobile-preview .mobile-inner .frame .content #mobile-extras .price-bullet {
  padding: 0 2.5%;
}

/* line 4032, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-link, #mobile-preview .mobile-inner .frame .content #mobile-phone {
  padding: 3.5% 0 0 2.5%;
  font-weight: 500;
  line-height: 100%;
  word-wrap: break-word;
  color: #2196F3;
}

/* line 4038, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-link *, #mobile-preview .mobile-inner .frame .content #mobile-phone * {
  color: #2196F3;
}

/* line 4041, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-link i, #mobile-preview .mobile-inner .frame .content #mobile-phone i {
  font-size: 100%;
  width: 16px;
}

/* line 4046, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-link a:hover {
  text-decoration: underline;
}

/* line 4049, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-phone {
  padding: 7.5% 3.5% 0 2.5%;
}

/* line 4054, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-spots-price .price-separator {
  padding: 0 4px 0 6px;
}

/* line 4057, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-spots-price .spots {
  color: #EB0450;
  font-weight: 600;
  float: right;
}

/* line 4065, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-spots-price .sold-out {
  color: #cc0000;
}

/* line 4070, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-discount {
  padding: 0 3.5%;
  font-size: 90%;
  font-weight: 500;
}

/* line 4076, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-instructions {
  padding: 0 3.5%;
}

/* line 4080, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-venue {
  margin: 0 auto 7px;
}

/* line 4084, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-directions {
  padding: 1% 0;
  font-size: 100%;
  width: 100%;
}

/* line 4090, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content #mobile-map-canvas {
  margin-top: 3px;
  margin-bottom: 10px;
  width: 100%;
  height: 130px;
  background: #f7f7f7 !important;
  text-align: center;
}

/* line 4099, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .mobile-label {
  margin: 29px auto 2px;
  width: 100%;
  color: #444;
  font-weight: 600;
  font-size: 70%;
}

/* line 4107, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner .frame .content .reserve-attend-button {
  position: relative;
  bottom: 0;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  margin-top: 30px;
  color: #fff;
  background: #ff5982;
  width: 100%;
  font-weight: 600;
  font-size: 90%;
}

/* line 4123, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner #back-arrow {
  position: absolute;
  left: 20%;
  top: 16.95%;
  width: 3.5%;
}

/* line 4130, app/assets/stylesheets/providers.css.scss */
#mobile-preview .mobile-inner #share {
  position: absolute;
  right: 20.5%;
  top: 16.7%;
  width: 3.5%;
}

/* line 4139, app/assets/stylesheets/providers.css.scss */
.edit-link {
  color: #444;
}

/* line 4143, app/assets/stylesheets/providers.css.scss */
.unlink {
  margin-top: 14px;
  float: right;
  display: inline-block;
}

/* line 4151, app/assets/stylesheets/providers.css.scss */
#main .profiles .top {
  padding: 0;
}

/* line 4156, app/assets/stylesheets/providers.css.scss */
#main .profiles .panel-header .edit-link {
  float: right;
}

/* line 4159, app/assets/stylesheets/providers.css.scss */
#main .profiles .panel-header .edit-link i {
  font-size: 20px;
  line-height: 20px;
  width: auto;
  height: auto;
}

/* line 4166, app/assets/stylesheets/providers.css.scss */
#main .profiles .panel-header .share-link {
  padding-right: 11px;
}

/* line 4168, app/assets/stylesheets/providers.css.scss */
#main .profiles .panel-header .share-link i {
  font-size: 20px;
  line-height: 20px;
  width: auto;
  height: auto;
}

/* line 4177, app/assets/stylesheets/providers.css.scss */
#main .profiles .organization-name, #main .profiles .instructor-name {
  margin: 0 auto 10px;
}

/* line 4179, app/assets/stylesheets/providers.css.scss */
#main .profiles .organization-name h4, #main .profiles .instructor-name h4 {
  display: inline-block;
}

/* line 4185, app/assets/stylesheets/providers.css.scss */
#main .profiles .organization-profile .organization-info {
  float: left;
}

/* line 4191, app/assets/stylesheets/providers.css.scss */
#main .profiles .instructor-profile .instructor-info {
  float: left;
}

/* line 4197, app/assets/stylesheets/providers.css.scss */
#main .profiles .instructor-profile .inner, #main .profiles .organization-profile .inner {
  width: 100%;
  display: inline-block;
  background: #fff;
}

/* line 4205, app/assets/stylesheets/providers.css.scss */
#main .profiles .user-settings .inner {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 4210, app/assets/stylesheets/providers.css.scss */
#main .profiles .user-settings .inner .basic {
  padding: 1% 1% 60px;
}

/* line 4213, app/assets/stylesheets/providers.css.scss */
#main .profiles .user-settings .inner .bottom-btn {
  color: #EB0450;
  background: transparent;
  text-shadow: none;
}

/* line 4219, app/assets/stylesheets/providers.css.scss */
#main .profiles .user-settings .add-instructor-prompt {
  padding: 7px 0 3px;
  margin: 0 auto;
  font-size: .95em;
}

/* line 4227, app/assets/stylesheets/providers.css.scss */
.instructor-photo, .organization-photo {
  position: relative;
  height: 200px;
  width: 200px;
  float: left;
  margin-right: 20px;
}

/* line 4234, app/assets/stylesheets/providers.css.scss */
.instructor-photo img, .organization-photo img {
  width: 200px;
  height: auto;
  float: left;
  margin: 0 2.5% 0 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

/* line 4245, app/assets/stylesheets/providers.css.scss */
.instructor-info, .organization-info {
  width: 100%;
  padding: 1%;
}

/* line 4250, app/assets/stylesheets/providers.css.scss */
.dz-message.empty-btn {
  margin: 0 auto;
  display: inline-block;
}

/* line 4255, app/assets/stylesheets/providers.css.scss */
#activities-table, .events-table, .provider.activities {
  clear: both;
}

/* line 4258, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row, .events-table .event.row, .provider.activities .event.row {
  margin: 0;
  padding: 11px 0;
  width: 100%;
}

/* line 4263, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .emphasis, .events-table .event.row .emphasis, .provider.activities .event.row .emphasis {
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
}

/* line 4269, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .activity-title, .events-table .event.row .activity-title, .provider.activities .event.row .activity-title {
  cursor: pointer;
  margin: 0 auto 2px;
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 600;
  float: left;
  max-width: 85%;
}

/* line 4279, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .activity-title a:hover, .events-table .event.row .activity-title a:hover, .provider.activities .event.row .activity-title a:hover {
  text-decoration: none;
}

/* line 4284, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .when, #activities-table .event.row .member-since, .events-table .event.row .when, .events-table .event.row .member-since, .provider.activities .event.row .when, .provider.activities .event.row .member-since {
  font-size: 1em;
}

/* line 4287, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .when a, #activities-table .event.row .member-since a, .events-table .event.row .when a, .events-table .event.row .member-since a, .provider.activities .event.row .when a, .provider.activities .event.row .member-since a {
  color: #444;
}

/* line 4290, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .when a:hover, #activities-table .event.row .member-since a:hover, .events-table .event.row .when a:hover, .events-table .event.row .member-since a:hover, .provider.activities .event.row .when a:hover, .provider.activities .event.row .member-since a:hover {
  color: #ff6e0a;
}

/* line 4295, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .where, #activities-table .event.row .organizers, #activities-table .event.row .formatted-time, #activities-table .event.row .price, #activities-table .event.row .price-label, .events-table .event.row .where, .events-table .event.row .organizers, .events-table .event.row .formatted-time, .events-table .event.row .price, .events-table .event.row .price-label, .provider.activities .event.row .where, .provider.activities .event.row .organizers, .provider.activities .event.row .formatted-time, .provider.activities .event.row .price, .provider.activities .event.row .price-label {
  clear: both;
  font-weight: normal;
  font-size: 1em;
}

/* line 4300, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .organizers, .events-table .event.row .organizers, .provider.activities .event.row .organizers {
  font-size: 1em;
  margin-bottom: 3px;
  font-weight: 500;
}

/* line 4305, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .provider, .events-table .event.row .provider, .provider.activities .event.row .provider {
  font-weight: 500;
}

/* line 4309, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .series-icon, .events-table .event.row .series-icon, .provider.activities .event.row .series-icon {
  width: 21px;
  position: absolute;
  right: 3px;
  top: 0;
}

/* line 4315, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .series-icon img, .events-table .event.row .series-icon img, .provider.activities .event.row .series-icon img {
  width: 100%;
  vertical-align: middle;
}

/* line 4322, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .formatted-time .event-date, .events-table .event.row .formatted-time .event-date, .provider.activities .event.row .formatted-time .event-date {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
}

/* line 4327, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .formatted-time .event-date.series, .events-table .event.row .formatted-time .event-date.series, .provider.activities .event.row .formatted-time .event-date.series {
  color: #fff;
  padding: 3px 9px;
  font-size: 1em;
  font-weight: 600;
  border-radius: 7px;
  margin: 0 3px 0 0;
}

/* line 4337, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .formatted-time.series .time-and-duration, #activities-table .event.row .formatted-time.series .ordinalized-date, .events-table .event.row .formatted-time.series .time-and-duration, .events-table .event.row .formatted-time.series .ordinalized-date, .provider.activities .event.row .formatted-time.series .time-and-duration, .provider.activities .event.row .formatted-time.series .ordinalized-date {
  clear: both;
  margin-bottom: -1px;
}

/* line 4341, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .formatted-time.series .time-and-duration .bubble, #activities-table .event.row .formatted-time.series .ordinalized-date .bubble, .events-table .event.row .formatted-time.series .time-and-duration .bubble, .events-table .event.row .formatted-time.series .ordinalized-date .bubble, .provider.activities .event.row .formatted-time.series .time-and-duration .bubble, .provider.activities .event.row .formatted-time.series .ordinalized-date .bubble {
  display: inline-block;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: .85em;
  line-height: 24px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  text-transform: none;
  border-radius: 50%;
}

/* line 4356, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .formatted-time.series .drop-in-count, .events-table .event.row .formatted-time.series .drop-in-count, .provider.activities .event.row .formatted-time.series .drop-in-count {
  font-size: .95em;
}

/* line 4361, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .date-index, .events-table .event.row .date-index, .provider.activities .event.row .date-index {
  padding-left: 7px;
}

/* line 4365, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row h6, .events-table .event.row h6, .provider.activities .event.row h6 {
  margin: 0;
}

/* line 4371, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row, .events-table .event.row, .provider.activities .event.row {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #f1f4f9;
}

/* line 4376, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .time-card, .events-table .event.row .time-card, .provider.activities .event.row .time-card {
  padding: 0;
  float: none;
  height: 110px;
  width: 160px;
}

/* line 4382, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .time-card .year, .events-table .event.row .time-card .year, .provider.activities .event.row .time-card .year {
  font-size: .75em;
  font-weight: 300;
  margin-left: 5px;
  display: inline-block;
}

/* line 4388, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .time-card .series-dates, .events-table .event.row .time-card .series-dates, .provider.activities .event.row .time-card .series-dates {
  padding: 0;
  margin: 3px 0 0 0;
  color: #888;
  font-size: .9rem;
}

/* line 4395, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .edit-cog, .events-table .event.row .edit-cog, .provider.activities .event.row .edit-cog {
  display: none;
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
  width: auto;
  height: auto;
  cursor: pointer;
}

/* line 4404, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .repeat-indicator, #activities-table .event.row .enrollment-indicator, .events-table .event.row .repeat-indicator, .events-table .event.row .enrollment-indicator, .provider.activities .event.row .repeat-indicator, .provider.activities .event.row .enrollment-indicator {
  line-height: 12px;
  font-size: 18px;
}

/* line 4408, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .event-link, .events-table .event.row .event-link, .provider.activities .event.row .event-link {
  padding: 0;
  width: 80%;
  width: calc(100% - 160px);
  position: absolute;
  height: 100%;
}

/* line 4415, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .event-link .event-link-inner, .events-table .event.row .event-link .event-link-inner, .provider.activities .event.row .event-link .event-link-inner {
  display: inline-table;
  width: 100%;
  height: 100%;
}

/* line 4420, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .event-link .event-link-inner .details-container, .events-table .event.row .event-link .event-link-inner .details-container, .provider.activities .event.row .event-link .event-link-inner .details-container {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  width: calc(100% - 250px);
}

/* line 4426, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .event-link .event-link-inner .details-container .visibility-dot, .events-table .event.row .event-link .event-link-inner .details-container .visibility-dot, .provider.activities .event.row .event-link .event-link-inner .details-container .visibility-dot {
  width: 10px;
  height: 10px;
  background: #eee;
  border-radius: 50%;
  position: absolute;
  margin-top: 5px;
  left: -20px;
}

/* line 4435, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .event-link .event-link-inner .details-container .visibility-dot.visible, .events-table .event.row .event-link .event-link-inner .details-container .visibility-dot.visible, .provider.activities .event.row .event-link .event-link-inner .details-container .visibility-dot.visible {
  background: #27E4C4;
}

/* line 4439, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .event-link .event-link-inner .spots-container, .events-table .event.row .event-link .event-link-inner .spots-container, .provider.activities .event.row .event-link .event-link-inner .spots-container {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  width: 210px;
}

/* line 4448, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .event-link .event-title, .events-table .event.row .event-link .event-title, .provider.activities .event.row .event-link .event-title {
  margin: 0 auto 3px;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
}

/* line 4456, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .spots, .events-table .event.row .spots, .provider.activities .event.row .spots {
  cursor: default;
}

/* line 4458, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .spots .series-spots, #activities-table .event.row .spots .activity-spots, .events-table .event.row .spots .series-spots, .events-table .event.row .spots .activity-spots, .provider.activities .event.row .spots .series-spots, .provider.activities .event.row .spots .activity-spots {
  font-size: 1.4em;
}

/* line 4461, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .spots .sold-out, .events-table .event.row .spots .sold-out, .provider.activities .event.row .spots .sold-out {
  color: #ee0000;
}

/* line 4464, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .spots .series-spot-container, #activities-table .event.row .spots .activity-spot-container, .events-table .event.row .spots .series-spot-container, .events-table .event.row .spots .activity-spot-container, .provider.activities .event.row .spots .series-spot-container, .provider.activities .event.row .spots .activity-spot-container {
  display: inline-block;
}

/* line 4467, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .spots .series-spot-container, .events-table .event.row .spots .series-spot-container, .provider.activities .event.row .spots .series-spot-container {
  margin-right: 1em;
}

/* line 4470, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .spots .series-spot-container, #activities-table .event.row .spots .activity-spot-container, #activities-table .event.row .spots .waitlist-container, .events-table .event.row .spots .series-spot-container, .events-table .event.row .spots .activity-spot-container, .events-table .event.row .spots .waitlist-container, .provider.activities .event.row .spots .series-spot-container, .provider.activities .event.row .spots .activity-spot-container, .provider.activities .event.row .spots .waitlist-container {
  padding: 2px 5px 2px 0;
  margin: auto;
}

/* line 4473, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .spots .series-spot-container .form-label, #activities-table .event.row .spots .activity-spot-container .form-label, #activities-table .event.row .spots .waitlist-container .form-label, .events-table .event.row .spots .series-spot-container .form-label, .events-table .event.row .spots .activity-spot-container .form-label, .events-table .event.row .spots .waitlist-container .form-label, .provider.activities .event.row .spots .series-spot-container .form-label, .provider.activities .event.row .spots .activity-spot-container .form-label, .provider.activities .event.row .spots .waitlist-container .form-label {
  padding: 2px 0;
  color: #888;
}

/* line 4479, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .spots .waitlist-container .waitlist-count, .events-table .event.row .spots .waitlist-container .waitlist-count, .provider.activities .event.row .spots .waitlist-container .waitlist-count {
  font-size: 1.4em;
  font-weight: 500;
  color: #ffb300;
}

/* line 4484, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .spots .waitlist-container .waitlist-count.empty, .events-table .event.row .spots .waitlist-container .waitlist-count.empty, .provider.activities .event.row .spots .waitlist-container .waitlist-count.empty {
  color: #ccc;
}

/* line 4487, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .spots .waitlist-container .form-label.placeholder, .events-table .event.row .spots .waitlist-container .form-label.placeholder, .provider.activities .event.row .spots .waitlist-container .form-label.placeholder {
  display: inline-block;
  color: #ffb300;
  font-weight: 600;
}

/* line 4495, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .btns, .events-table .event.row .btns, .provider.activities .event.row .btns {
  position: relative;
  float: right;
}

/* line 4499, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .btns .action, .events-table .event.row .btns .action, .provider.activities .event.row .btns .action {
  padding: 10px;
  width: auto;
  height: auto;
  cursor: pointer;
  font-size: 22px;
}

/* line 4508, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .dashboard-btn-menu, .events-table .event.row .dashboard-btn-menu, .provider.activities .event.row .dashboard-btn-menu {
  display: none;
  position: absolute;
  right: 220px;
  top: 10px;
  width: auto;
  padding: 0 10px;
  text-align: left;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.17);
  border-radius: 7px;
  z-index: 7;
  text-decoration: none;
  color: #444;
}

/* line 4525, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .dashboard-btn-menu a.dashboard-edit, .events-table .event.row .dashboard-btn-menu a.dashboard-edit, .provider.activities .event.row .dashboard-btn-menu a.dashboard-edit {
  display: inline-flex;
}

/* line 4528, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .dashboard-btn-menu a.dashboard-edit i, .events-table .event.row .dashboard-btn-menu a.dashboard-edit i, .provider.activities .event.row .dashboard-btn-menu a.dashboard-edit i {
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  width: auto;
  height: auto;
  padding: 14px 7px;
  color: #444;
}

/* line 4539, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .dashboard-btn-menu a.dashboard-edit:hover, .events-table .event.row .dashboard-btn-menu a.dashboard-edit:hover, .provider.activities .event.row .dashboard-btn-menu a.dashboard-edit:hover {
  color: #EB0450;
}

/* line 4542, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row .dashboard-btn-menu a.dashboard-edit:hover i, .events-table .event.row .dashboard-btn-menu a.dashboard-edit:hover i, .provider.activities .event.row .dashboard-btn-menu a.dashboard-edit:hover i {
  color: #EB0450;
}

/* line 4550, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row:hover, .events-table .event.row:hover, .provider.activities .event.row:hover {
  background: rgba(241, 244, 249, 0.5);
}

/* line 4553, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row:hover .dashboard-btn-menu, .events-table .event.row:hover .dashboard-btn-menu, .provider.activities .event.row:hover .dashboard-btn-menu {
  display: inline-block;
}

/* line 4556, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row:hover *, .events-table .event.row:hover *, .provider.activities .event.row:hover * {
  text-decoration: none;
  color: inherit;
}

/* line 4560, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row:hover .placeholder, .events-table .event.row:hover .placeholder, .provider.activities .event.row:hover .placeholder {
  color: #aaa;
}

/* line 4563, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row:hover .repeat-indicator, .events-table .event.row:hover .repeat-indicator, .provider.activities .event.row:hover .repeat-indicator {
  color: #444;
}

/* line 4568, app/assets/stylesheets/providers.css.scss */
#activities-table .event.row.canceled:hover *, .events-table .event.row.canceled:hover *, .provider.activities .event.row.canceled:hover * {
  text-decoration: line-through;
}

/* line 4573, app/assets/stylesheets/providers.css.scss */
#activities-table .event.canceled *, .events-table .event.canceled *, .provider.activities .event.canceled * {
  color: #bbb;
  text-decoration: line-through;
}

/* line 4577, app/assets/stylesheets/providers.css.scss */
#activities-table .event.canceled * .btns .action, .events-table .event.canceled * .btns .action, .provider.activities .event.canceled * .btns .action {
  text-decoration: none;
}

/* line 4582, app/assets/stylesheets/providers.css.scss */
#activities-table .no-reservation-prompt, .events-table .no-reservation-prompt, .provider.activities .no-reservation-prompt {
  color: #aaa;
  font-size: 1.1em;
  font-weight: normal;
  margin: 14px auto 23px;
}

/* line 4590, app/assets/stylesheets/providers.css.scss */
#activities-table .pink-btn .plus, .events-table .pink-btn .plus, .provider.activities .pink-btn .plus {
  font-size: 20px;
  line-height: 0;
  top: 2px;
  position: relative;
}

/* line 4600, app/assets/stylesheets/providers.css.scss */
.panel.cancel-form .inner {
  padding-bottom: 80px;
  position: relative;
}

/* line 4604, app/assets/stylesheets/providers.css.scss */
.panel.cancel-form .inner .cancel-container {
  padding: 1%;
}

/* line 4610, app/assets/stylesheets/providers.css.scss */
#switch-providers-table.modal-body {
  padding-bottom: 20px;
}

/* line 4613, app/assets/stylesheets/providers.css.scss */
#switch-providers-table.modal-body .provider.row {
  padding: 0;
  font-weight: 500;
}

/* line 4617, app/assets/stylesheets/providers.css.scss */
#switch-providers-table.modal-body .provider.row a {
  padding: 14px;
  color: #444;
  display: inline-block;
  width: 100%;
}

/* line 4625, app/assets/stylesheets/providers.css.scss */
#switch-providers-table.modal-body .provider.row:hover {
  background: #eef1f4;
}

/* line 4630, app/assets/stylesheets/providers.css.scss */
#switch-providers-table.modal-body .provider.row.current-provider a {
  color: #EB0450;
}

/* line 4636, app/assets/stylesheets/providers.css.scss */
.directions_callout {
  font-size: .95em;
  padding: 0;
  margin: 7px auto 23px;
}

/* line 4641, app/assets/stylesheets/providers.css.scss */
.directions_callout.placeholder {
  color: #999;
}

/* line 4644, app/assets/stylesheets/providers.css.scss */
.products.panel .directions_callout {
  flex-grow: 3;
  flex-shrink: 1;
  flex-basis: 80%;
}

/* line 4650, app/assets/stylesheets/providers.css.scss */
.emphasis {
  font-size: 1.05em;
  line-height: 1.15em;
  margin: 0 auto;
  width: 50%;
  min-width: 500px;
  padding: 1% 0;
}

/* line 4659, app/assets/stylesheets/providers.css.scss */
.subemphasis {
  font-size: .9em;
  line-height: 1em;
  margin: 0 auto;
  width: 50%;
  min-width: 500px;
  font-weight: normal;
  padding: 0;
}

/* line 4670, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .title, .series-hub.panel .title, .activity-hub.provider.panel .title, .series-hub.provider.panel .title {
  margin: 14px auto 7px;
}

/* line 4673, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .inner, .series-hub.panel .inner, .activity-hub.provider.panel .inner, .series-hub.provider.panel .inner {
  padding-top: 1px;
}

/* line 4675, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .inner .upper-section, .series-hub.panel .inner .upper-section, .activity-hub.provider.panel .inner .upper-section, .series-hub.provider.panel .inner .upper-section {
  padding-bottom: 10px;
  margin: 0 auto;
  width: 75%;
}

/* line 4681, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .title.canceled, .series-hub.panel .title.canceled, .activity-hub.provider.panel .title.canceled, .series-hub.provider.panel .title.canceled {
  text-decoration: line-through;
  color: #aaa;
}

/* line 4684, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .title.canceled .edit-cog i, .series-hub.panel .title.canceled .edit-cog i, .activity-hub.provider.panel .title.canceled .edit-cog i, .series-hub.provider.panel .title.canceled .edit-cog i {
  color: #aaa;
}

/* line 4689, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-stats, .series-hub.panel .summary-stats, .activity-hub.provider.panel .summary-stats, .series-hub.provider.panel .summary-stats {
  width: 100%;
  display: inline-block;
  padding: 1% 0;
}

/* line 4694, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-stats .revenue-row, .series-hub.panel .summary-stats .revenue-row, .activity-hub.provider.panel .summary-stats .revenue-row, .series-hub.provider.panel .summary-stats .revenue-row {
  margin-bottom: 3px;
}

/* line 4696, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-stats .revenue-row .charge-label, .series-hub.panel .summary-stats .revenue-row .charge-label, .activity-hub.provider.panel .summary-stats .revenue-row .charge-label, .series-hub.provider.panel .summary-stats .revenue-row .charge-label {
  text-align: right;
  padding-right: 14px;
}

/* line 4700, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-stats .revenue-row .charge-body, .series-hub.panel .summary-stats .revenue-row .charge-body, .activity-hub.provider.panel .summary-stats .revenue-row .charge-body, .series-hub.provider.panel .summary-stats .revenue-row .charge-body {
  float: left;
  text-align: center;
  width: 90px;
  line-height: .95em;
}

/* line 4708, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .event-date, .activity-hub.panel .address, .series-hub.panel .event-date, .series-hub.panel .address, .activity-hub.provider.panel .event-date, .activity-hub.provider.panel .address, .series-hub.provider.panel .event-date, .series-hub.provider.panel .address {
  font-weight: 500;
  font-size: .95em;
  padding-right: 7px;
}

/* line 4713, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .event-date td, .activity-hub.panel .address td, .series-hub.panel .event-date td, .series-hub.panel .address td, .activity-hub.provider.panel .event-date td, .activity-hub.provider.panel .address td, .series-hub.provider.panel .event-date td, .series-hub.provider.panel .address td {
  padding: 7px 0 0;
}

/* line 4716, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .event-date *, .activity-hub.panel .address *, .series-hub.panel .event-date *, .series-hub.panel .address *, .activity-hub.provider.panel .event-date *, .activity-hub.provider.panel .address *, .series-hub.provider.panel .event-date *, .series-hub.provider.panel .address * {
  color: #444;
}

/* line 4721, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .segmented-control, .series-hub.panel .segmented-control, .activity-hub.provider.panel .segmented-control, .series-hub.provider.panel .segmented-control {
  margin: 1em auto;
}

/* line 4725, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .series-attendance-container, .series-hub.panel .series-attendance-container, .activity-hub.provider.panel .series-attendance-container, .series-hub.provider.panel .series-attendance-container {
  padding-top: 7px;
}

/* line 4729, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .edit-link, .series-hub.panel .edit-link, .activity-hub.provider.panel .edit-link, .series-hub.provider.panel .edit-link {
  margin: 20px auto;
}

/* line 4733, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #delete-activity, .series-hub.panel #delete-activity, .activity-hub.provider.panel #delete-activity, .series-hub.provider.panel #delete-activity {
  display: block;
}

/* line 4737, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table, .activity-hub.panel .bookmark-table, .series-hub.panel .summary-table, .series-hub.panel .bookmark-table, .activity-hub.provider.panel .summary-table, .activity-hub.provider.panel .bookmark-table, .series-hub.provider.panel .summary-table, .series-hub.provider.panel .bookmark-table {
  padding: 1% 0 0;
  border-top: 1px solid #eee;
}

/* line 4741, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .bold-header, .activity-hub.panel .bookmark-table .bold-header, .series-hub.panel .summary-table .bold-header, .series-hub.panel .bookmark-table .bold-header, .activity-hub.provider.panel .summary-table .bold-header, .activity-hub.provider.panel .bookmark-table .bold-header, .series-hub.provider.panel .summary-table .bold-header, .series-hub.provider.panel .bookmark-table .bold-header {
  padding-left: 1%;
}

/* line 4744, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .header.row, .activity-hub.panel .bookmark-table .header.row, .series-hub.panel .summary-table .header.row, .series-hub.panel .bookmark-table .header.row, .activity-hub.provider.panel .summary-table .header.row, .activity-hub.provider.panel .bookmark-table .header.row, .series-hub.provider.panel .summary-table .header.row, .series-hub.provider.panel .bookmark-table .header.row {
  border-top: 0;
  padding-left: 1%;
  padding-right: 1%;
}

/* line 4751, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .reservation.row a, .activity-hub.panel .bookmark-table .reservation.row a, .series-hub.panel .summary-table .reservation.row a, .series-hub.panel .bookmark-table .reservation.row a, .activity-hub.provider.panel .summary-table .reservation.row a, .activity-hub.provider.panel .bookmark-table .reservation.row a, .series-hub.provider.panel .summary-table .reservation.row a, .series-hub.provider.panel .bookmark-table .reservation.row a {
  padding: 5px 1%;
  display: table;
  width: 100%;
}

/* line 4756, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .reservation.row a:hover, .activity-hub.panel .bookmark-table .reservation.row a:hover, .series-hub.panel .summary-table .reservation.row a:hover, .series-hub.panel .bookmark-table .reservation.row a:hover, .activity-hub.provider.panel .summary-table .reservation.row a:hover, .activity-hub.provider.panel .bookmark-table .reservation.row a:hover, .series-hub.provider.panel .summary-table .reservation.row a:hover, .series-hub.provider.panel .bookmark-table .reservation.row a:hover {
  color: inherit;
}

/* line 4760, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .reservation.row:hover, .activity-hub.panel .bookmark-table .reservation.row:hover, .series-hub.panel .summary-table .reservation.row:hover, .series-hub.panel .bookmark-table .reservation.row:hover, .activity-hub.provider.panel .summary-table .reservation.row:hover, .activity-hub.provider.panel .bookmark-table .reservation.row:hover, .series-hub.provider.panel .summary-table .reservation.row:hover, .series-hub.provider.panel .bookmark-table .reservation.row:hover {
  background: rgba(241, 244, 249, 0.5);
}

/* line 4764, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .vertically-centered, .activity-hub.panel .bookmark-table .vertically-centered, .series-hub.panel .summary-table .vertically-centered, .series-hub.panel .bookmark-table .vertically-centered, .activity-hub.provider.panel .summary-table .vertically-centered, .activity-hub.provider.panel .bookmark-table .vertically-centered, .series-hub.provider.panel .summary-table .vertically-centered, .series-hub.provider.panel .bookmark-table .vertically-centered {
  line-height: 36px;
}

/* line 4769, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .reservation.row .reservation-type, .activity-hub.panel .bookmark-table .reservation.row .reservation-type, .series-hub.panel .summary-table .reservation.row .reservation-type, .series-hub.panel .bookmark-table .reservation.row .reservation-type, .activity-hub.provider.panel .summary-table .reservation.row .reservation-type, .activity-hub.provider.panel .bookmark-table .reservation.row .reservation-type, .series-hub.provider.panel .summary-table .reservation.row .reservation-type, .series-hub.provider.panel .bookmark-table .reservation.row .reservation-type {
  cursor: default;
  margin-left: -5px;
  margin-right: 5px;
}

/* line 4774, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .reservation.row .reservation-type i, .activity-hub.panel .bookmark-table .reservation.row .reservation-type i, .series-hub.panel .summary-table .reservation.row .reservation-type i, .series-hub.panel .bookmark-table .reservation.row .reservation-type i, .activity-hub.provider.panel .summary-table .reservation.row .reservation-type i, .activity-hub.provider.panel .bookmark-table .reservation.row .reservation-type i, .series-hub.provider.panel .summary-table .reservation.row .reservation-type i, .series-hub.provider.panel .bookmark-table .reservation.row .reservation-type i {
  font-size: 20px;
  position: relative;
  top: -1px;
  opacity: .9;
  color: #FF4F7A;
}

/* line 4781, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .reservation.row .reservation-type svg, .activity-hub.panel .bookmark-table .reservation.row .reservation-type svg, .series-hub.panel .summary-table .reservation.row .reservation-type svg, .series-hub.panel .bookmark-table .reservation.row .reservation-type svg, .activity-hub.provider.panel .summary-table .reservation.row .reservation-type svg, .activity-hub.provider.panel .bookmark-table .reservation.row .reservation-type svg, .series-hub.provider.panel .summary-table .reservation.row .reservation-type svg, .series-hub.provider.panel .bookmark-table .reservation.row .reservation-type svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  opacity: .9;
}

/* line 4791, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .reservation.row .customer .user-name, .activity-hub.panel .summary-table .reservation.row .customer .email, .activity-hub.panel .bookmark-table .reservation.row .customer .user-name, .activity-hub.panel .bookmark-table .reservation.row .customer .email, .series-hub.panel .summary-table .reservation.row .customer .user-name, .series-hub.panel .summary-table .reservation.row .customer .email, .series-hub.panel .bookmark-table .reservation.row .customer .user-name, .series-hub.panel .bookmark-table .reservation.row .customer .email, .activity-hub.provider.panel .summary-table .reservation.row .customer .user-name, .activity-hub.provider.panel .summary-table .reservation.row .customer .email, .activity-hub.provider.panel .bookmark-table .reservation.row .customer .user-name, .activity-hub.provider.panel .bookmark-table .reservation.row .customer .email, .series-hub.provider.panel .summary-table .reservation.row .customer .user-name, .series-hub.provider.panel .summary-table .reservation.row .customer .email, .series-hub.provider.panel .bookmark-table .reservation.row .customer .user-name, .series-hub.provider.panel .bookmark-table .reservation.row .customer .email {
  line-height: 18px;
}

/* line 4795, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .reservation.row .charge-source, .activity-hub.panel .bookmark-table .reservation.row .charge-source, .series-hub.panel .summary-table .reservation.row .charge-source, .series-hub.panel .bookmark-table .reservation.row .charge-source, .activity-hub.provider.panel .summary-table .reservation.row .charge-source, .activity-hub.provider.panel .bookmark-table .reservation.row .charge-source, .series-hub.provider.panel .summary-table .reservation.row .charge-source, .series-hub.provider.panel .bookmark-table .reservation.row .charge-source {
  font-size: .9em;
}

/* line 4799, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .reservation.row .cancel-reservation i, .activity-hub.panel .bookmark-table .reservation.row .cancel-reservation i, .series-hub.panel .summary-table .reservation.row .cancel-reservation i, .series-hub.panel .bookmark-table .reservation.row .cancel-reservation i, .activity-hub.provider.panel .summary-table .reservation.row .cancel-reservation i, .activity-hub.provider.panel .bookmark-table .reservation.row .cancel-reservation i, .series-hub.provider.panel .summary-table .reservation.row .cancel-reservation i, .series-hub.provider.panel .bookmark-table .reservation.row .cancel-reservation i {
  font-size: 18px;
  color: #d0d3de;
}

/* line 4806, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .reservation.row .cancel-reservation:hover i, .activity-hub.panel .bookmark-table .reservation.row .cancel-reservation:hover i, .series-hub.panel .summary-table .reservation.row .cancel-reservation:hover i, .series-hub.panel .bookmark-table .reservation.row .cancel-reservation:hover i, .activity-hub.provider.panel .summary-table .reservation.row .cancel-reservation:hover i, .activity-hub.provider.panel .bookmark-table .reservation.row .cancel-reservation:hover i, .series-hub.provider.panel .summary-table .reservation.row .cancel-reservation:hover i, .series-hub.provider.panel .bookmark-table .reservation.row .cancel-reservation:hover i {
  color: #cc0000;
}

/* line 4813, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .reservation.row.canceled .material-icons, .activity-hub.panel .summary-table .reservation.row.canceled i, .activity-hub.panel .summary-table .reservation.row.canceled *, .activity-hub.panel .bookmark-table .reservation.row.canceled .material-icons, .activity-hub.panel .bookmark-table .reservation.row.canceled i, .activity-hub.panel .bookmark-table .reservation.row.canceled *, .series-hub.panel .summary-table .reservation.row.canceled .material-icons, .series-hub.panel .summary-table .reservation.row.canceled i, .series-hub.panel .summary-table .reservation.row.canceled *, .series-hub.panel .bookmark-table .reservation.row.canceled .material-icons, .series-hub.panel .bookmark-table .reservation.row.canceled i, .series-hub.panel .bookmark-table .reservation.row.canceled *, .activity-hub.provider.panel .summary-table .reservation.row.canceled .material-icons, .activity-hub.provider.panel .summary-table .reservation.row.canceled i, .activity-hub.provider.panel .summary-table .reservation.row.canceled *, .activity-hub.provider.panel .bookmark-table .reservation.row.canceled .material-icons, .activity-hub.provider.panel .bookmark-table .reservation.row.canceled i, .activity-hub.provider.panel .bookmark-table .reservation.row.canceled *, .series-hub.provider.panel .summary-table .reservation.row.canceled .material-icons, .series-hub.provider.panel .summary-table .reservation.row.canceled i, .series-hub.provider.panel .summary-table .reservation.row.canceled *, .series-hub.provider.panel .bookmark-table .reservation.row.canceled .material-icons, .series-hub.provider.panel .bookmark-table .reservation.row.canceled i, .series-hub.provider.panel .bookmark-table .reservation.row.canceled * {
  color: #aaa;
}

/* line 4818, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .summary-table .no-content, .activity-hub.panel .bookmark-table .no-content, .series-hub.panel .summary-table .no-content, .series-hub.panel .bookmark-table .no-content, .activity-hub.provider.panel .summary-table .no-content, .activity-hub.provider.panel .bookmark-table .no-content, .series-hub.provider.panel .summary-table .no-content, .series-hub.provider.panel .bookmark-table .no-content {
  padding: 1.5% 0;
}

/* line 4823, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .revenue-row.row.refunded, .series-hub.panel .revenue-row.row.refunded, .activity-hub.provider.panel .revenue-row.row.refunded, .series-hub.provider.panel .revenue-row.row.refunded {
  color: #cc0000;
}

/* line 4828, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel .revenue-row .charge-label.net, .series-hub.panel .revenue-row .charge-label.net, .activity-hub.provider.panel .revenue-row .charge-label.net, .series-hub.provider.panel .revenue-row .charge-label.net {
  font-weight: 600;
}

/* line 4832, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance, .activity-hub.panel #summary, .activity-hub.panel #questions, .series-hub.panel #attendance, .series-hub.panel #summary, .series-hub.panel #questions, .activity-hub.provider.panel #attendance, .activity-hub.provider.panel #summary, .activity-hub.provider.panel #questions, .series-hub.provider.panel #attendance, .series-hub.provider.panel #summary, .series-hub.provider.panel #questions {
  position: unset;
}

/* line 4836, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance-table, .series-hub.panel #attendance-table, .activity-hub.provider.panel #attendance-table, .series-hub.provider.panel #attendance-table {
  clear: both;
  padding-top: 1%;
  margin-top: 1%;
  overflow: auto;
}

/* line 4842, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance-table .attendance, .series-hub.panel #attendance-table .attendance, .activity-hub.provider.panel #attendance-table .attendance, .series-hub.provider.panel #attendance-table .attendance {
  position: relative;
  margin: 0;
}

/* line 4846, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance-table .attendance .cancel-reservation, .activity-hub.panel #attendance-table .attendance .delete-reservation, .series-hub.panel #attendance-table .attendance .cancel-reservation, .series-hub.panel #attendance-table .attendance .delete-reservation, .activity-hub.provider.panel #attendance-table .attendance .cancel-reservation, .activity-hub.provider.panel #attendance-table .attendance .delete-reservation, .series-hub.provider.panel #attendance-table .attendance .cancel-reservation, .series-hub.provider.panel #attendance-table .attendance .delete-reservation {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 7px 11px;
  cursor: pointer;
  z-index: 10;
  font-size: .9em;
  font-weight: 500;
  outline: 0;
}

/* line 4857, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance-table .attendance .delete-reservation, .series-hub.panel #attendance-table .attendance .delete-reservation, .activity-hub.provider.panel #attendance-table .attendance .delete-reservation, .series-hub.provider.panel #attendance-table .attendance .delete-reservation {
  font-size: 1.1em;
}

/* line 4861, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance-table .attendance .reservation-extras, .series-hub.panel #attendance-table .attendance .reservation-extras, .activity-hub.provider.panel #attendance-table .attendance .reservation-extras, .series-hub.provider.panel #attendance-table .attendance .reservation-extras {
  font-size: .95em;
}

/* line 4865, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance-table .attendance.row, .series-hub.panel #attendance-table .attendance.row, .activity-hub.provider.panel #attendance-table .attendance.row, .series-hub.provider.panel #attendance-table .attendance.row {
  padding: 7px 1%;
}

/* line 4870, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance-table .attendance.canceled .reservation-name, .activity-hub.panel #attendance-table .attendance.canceled .attendance-zone, .activity-hub.panel #attendance-table .attendance.canceled .details, .series-hub.panel #attendance-table .attendance.canceled .reservation-name, .series-hub.panel #attendance-table .attendance.canceled .attendance-zone, .series-hub.panel #attendance-table .attendance.canceled .details, .activity-hub.provider.panel #attendance-table .attendance.canceled .reservation-name, .activity-hub.provider.panel #attendance-table .attendance.canceled .attendance-zone, .activity-hub.provider.panel #attendance-table .attendance.canceled .details, .series-hub.provider.panel #attendance-table .attendance.canceled .reservation-name, .series-hub.provider.panel #attendance-table .attendance.canceled .attendance-zone, .series-hub.provider.panel #attendance-table .attendance.canceled .details {
  text-decoration: line-through;
}

/* line 4873, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance-table .attendance.canceled .row, .series-hub.panel #attendance-table .attendance.canceled .row, .activity-hub.provider.panel #attendance-table .attendance.canceled .row, .series-hub.provider.panel #attendance-table .attendance.canceled .row {
  opacity: .7;
  cursor: default;
}

/* line 4879, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance-table .cohort-link, .series-hub.panel #attendance-table .cohort-link, .activity-hub.provider.panel #attendance-table .cohort-link, .series-hub.provider.panel #attendance-table .cohort-link {
  padding: 0 7px;
  border-right: 1px solid #eee;
}

/* line 4883, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance-table .cohort-link:last-child, .series-hub.panel #attendance-table .cohort-link:last-child, .activity-hub.provider.panel #attendance-table .cohort-link:last-child, .series-hub.provider.panel #attendance-table .cohort-link:last-child {
  border-right: 0;
}

/* line 4886, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance-table .cohort-link.selected, .series-hub.panel #attendance-table .cohort-link.selected, .activity-hub.provider.panel #attendance-table .cohort-link.selected, .series-hub.provider.panel #attendance-table .cohort-link.selected {
  color: #2196F3;
  text-decoration: underline;
}

/* line 4892, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance-table tr.header.row h6, .series-hub.panel #attendance-table tr.header.row h6, .activity-hub.provider.panel #attendance-table tr.header.row h6, .series-hub.provider.panel #attendance-table tr.header.row h6 {
  font-size: 1em;
}

/* line 4897, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #attendance-table td.cancel-reservation, .series-hub.panel #attendance-table td.cancel-reservation, .activity-hub.provider.panel #attendance-table td.cancel-reservation, .series-hub.provider.panel #attendance-table td.cancel-reservation {
  width: 80px;
  font-size: .9em;
  font-weight: 500;
}

/* line 4909, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #waitlist-table, .series-hub.panel #waitlist-table, .activity-hub.provider.panel #waitlist-table, .series-hub.provider.panel #waitlist-table {
  clear: both;
  overflow: auto;
  margin-top: 2.5%;
  padding: 2.5% 0 0;
}

/* line 4915, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #email-table, .series-hub.panel #email-table, .activity-hub.provider.panel #email-table, .series-hub.provider.panel #email-table {
  clear: both;
  overflow: auto;
  padding: 0 0 1% 0;
}

/* line 4920, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #email-table .email.header, .series-hub.panel #email-table .email.header, .activity-hub.provider.panel #email-table .email.header, .series-hub.provider.panel #email-table .email.header {
  padding: 0 7px 3px;
  margin-top: 23px;
}

/* line 4924, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #email-table .email, .series-hub.panel #email-table .email, .activity-hub.provider.panel #email-table .email, .series-hub.provider.panel #email-table .email {
  padding: 3px 7px;
}

/* line 4928, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #reservation-messages-table, .series-hub.panel #reservation-messages-table, .activity-hub.provider.panel #reservation-messages-table, .series-hub.provider.panel #reservation-messages-table {
  clear: both;
  overflow: auto;
  padding: 0 0 1% 0;
}

/* line 4933, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #reservation-messages-table .reservation-message.header, .series-hub.panel #reservation-messages-table .reservation-message.header, .activity-hub.provider.panel #reservation-messages-table .reservation-message.header, .series-hub.provider.panel #reservation-messages-table .reservation-message.header {
  padding: 0 7px 3px;
  margin-top: 23px;
}

/* line 4937, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #reservation-messages-table .reservation-message.row, .series-hub.panel #reservation-messages-table .reservation-message.row, .activity-hub.provider.panel #reservation-messages-table .reservation-message.row, .series-hub.provider.panel #reservation-messages-table .reservation-message.row {
  padding: 7px;
  border-bottom: 1px solid #eee;
}

/* line 4940, app/assets/stylesheets/providers.css.scss */
.activity-hub.panel #reservation-messages-table .reservation-message.row .customer-label, .series-hub.panel #reservation-messages-table .reservation-message.row .customer-label, .activity-hub.provider.panel #reservation-messages-table .reservation-message.row .customer-label, .series-hub.provider.panel #reservation-messages-table .reservation-message.row .customer-label {
  padding-left: 20px;
}

/* line 4950, app/assets/stylesheets/providers.css.scss */
.questionnaire.container {
  max-width: 700px;
  padding: 2.5% 0;
}

/* line 4955, app/assets/stylesheets/providers.css.scss */
.questionnaire.container.billing h3, .questionnaire.container.billing h4, .questionnaire.container.billing h5 {
  font-size: 21px;
  font-weight: bold;
}

/* line 4960, app/assets/stylesheets/providers.css.scss */
.questionnaire.container.billing .line-items .row {
  margin-bottom: 7px;
}

/* line 4962, app/assets/stylesheets/providers.css.scss */
.questionnaire.container.billing .line-items .row:last-child {
  margin-bottom: 0;
}

/* line 4967, app/assets/stylesheets/providers.css.scss */
.questionnaire.container.billing #payment-details h5 {
  margin-bottom: 10px;
}

/* line 4971, app/assets/stylesheets/providers.css.scss */
.questionnaire.container.billing h6.terms {
  line-height: 1.3;
}

/* line 4976, app/assets/stylesheets/providers.css.scss */
.questionnaire.container .inner {
  padding: 15px 2.5%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
  position: relative;
}

/* line 4983, app/assets/stylesheets/providers.css.scss */
.questionnaire.container .inner .header {
  font-weight: 600;
  margin: 1% auto 2%;
  line-height: 1em;
}

/* line 4989, app/assets/stylesheets/providers.css.scss */
.questionnaire.container .inner .ps {
  font-size: 1em;
  margin: 0 auto;
}

/* line 4994, app/assets/stylesheets/providers.css.scss */
.questionnaire.container .inner section {
  padding: 0;
  display: table;
  clear: both;
}

/* line 5000, app/assets/stylesheets/providers.css.scss */
.questionnaire.container .inner .new_instructor {
  padding: 20px;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.04);
}

/* line 5005, app/assets/stylesheets/providers.css.scss */
.questionnaire.container .inner .new_instructor input[type="radio"] {
  position: relative;
  top: -2px;
  margin-right: 7px;
}

/* line 5011, app/assets/stylesheets/providers.css.scss */
.questionnaire.container .inner .new_instructor .radio.row {
  margin-bottom: 0;
}

/* line 5016, app/assets/stylesheets/providers.css.scss */
.questionnaire.container .inner .organization_question {
  margin: 1% auto 2.5%;
  line-height: 1.1em;
}

/* line 5021, app/assets/stylesheets/providers.css.scss */
.questionnaire.container .inner .radio, .questionnaire.container .inner .radio + .radio, .questionnaire.container .inner .checkbox + .checkbox {
  margin: 0;
  padding: 0;
}

/* line 5025, app/assets/stylesheets/providers.css.scss */
.questionnaire.container .inner .radio .radio-label, .questionnaire.container .inner .radio + .radio .radio-label, .questionnaire.container .inner .checkbox + .checkbox .radio-label {
  font-size: 1em;
}

/* line 5030, app/assets/stylesheets/providers.css.scss */
.questionnaire.container .inner .organization_section {
  clear: both;
  padding: 2% 0;
}

/* line 5036, app/assets/stylesheets/providers.css.scss */
.questionnaire.container .terms {
  margin: 2em auto 0;
  display: inline-block;
  width: 100%;
}

/* line 5044, app/assets/stylesheets/providers.css.scss */
.instructor-photo .remove_instructor_photo, .instructor-photo .remove_organization_photo, .organization-photo .remove_instructor_photo, .organization-photo .remove_organization_photo {
  position: relative;
  top: 3px;
  padding: 7px 24px;
}

/* line 5051, app/assets/stylesheets/providers.css.scss */
.instructor-photo .remove_instructor_photo:hover .fa, .instructor-photo .remove_organization_photo:hover .fa, .organization-photo .remove_instructor_photo:hover .fa, .organization-photo .remove_organization_photo:hover .fa {
  color: #cc0000;
}

/* line 5058, app/assets/stylesheets/providers.css.scss */
#provider-share #share-event-link, #provider-share #share-link {
  cursor: pointer;
}

/* line 5065, app/assets/stylesheets/providers.css.scss */
.edit_provider #provider-image .image {
  width: 100%;
}

/* line 5067, app/assets/stylesheets/providers.css.scss */
.edit_provider #provider-image .image img {
  width: 100%;
}

/* line 5074, app/assets/stylesheets/providers.css.scss */
#chartdiv {
  font-weight: 500;
  display: inline-block;
  max-width: 100%;
  position: relative;
}

/* line 5082, app/assets/stylesheets/providers.css.scss */
.amcharts-chart-div a {
  display: none !important;
}

/* line 5088, app/assets/stylesheets/providers.css.scss */
.provider-analytics.panel .visit-event-filter {
  padding-right: 7px;
}

/* line 5090, app/assets/stylesheets/providers.css.scss */
.provider-analytics.panel .visit-event-filter .form-header {
  margin-bottom: 3px;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 5100, app/assets/stylesheets/providers.css.scss */
  body .dashboard .profiles .instructor_profile {
    border: 0;
  }
  /* line 5106, app/assets/stylesheets/providers.css.scss */
  body #main .profiles .top {
    padding: 2%;
  }
  /* line 5112, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #main {
    width: 100%;
    margin: 0 auto;
    padding-left: 54px;
    transition: all .23s ease-in-out;
    -o-transition: all .23s ease-in-out;
    -ms-transition: all .23s ease-in-out;
    -moz-transition: all .23s ease-in-out;
    -webkit-transition: all .23s ease-in-out;
  }
  /* line 5122, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #main.toggled {
    opacity: .23;
    user-select: none;
    pointer-events: none;
  }
  /* line 5127, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .half-panel-left, body #wrap.provider .half-panel-right {
    padding: 0;
    width: 100%;
  }
  /* line 5131, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .half-panel-right {
    padding-top: 1%;
  }
  /* line 5134, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .instructor-profile, body #wrap.provider .organization-profile {
    clear: both;
  }
  /* line 5138, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar {
    width: 54px;
    overflow: visible;
  }
  /* line 5142, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar .inner {
    width: 70px;
  }
  /* line 5145, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar #sidebar-credentials {
    width: 54px;
    min-width: 0;
  }
  /* line 5149, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar #sidebar-credentials #user-name-provider {
    padding: 0;
    text-align: center;
    position: relative;
    height: 100%;
  }
  /* line 5155, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar #sidebar-credentials #authenticated-user-name, body #wrap.provider #provider-sidebar #sidebar-credentials #provider-name, body #wrap.provider #provider-sidebar #sidebar-credentials #arrow {
    display: none;
  }
  /* line 5158, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar #sidebar-credentials #mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.75em;
    height: 1.75em;
    line-height: 1.75em;
    opacity: 1;
  }
  /* line 5170, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar #sidebar-credentials .popover {
    position: absolute;
    width: auto !important;
  }
  /* line 5175, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar #user-menu-provider {
    background: #fff;
    position: absolute;
    left: 100%;
    top: 55px;
    left: 5px;
    width: 200px;
    border-radius: 7px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.23);
  }
  /* line 5186, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar .sidebar-nav {
    display: block;
  }
  /* line 5191, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar .sidebar-section .sidebar-label {
    display: none;
  }
  /* line 5194, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar .sidebar-section .section-label {
    display: none;
  }
  /* line 5197, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar .sidebar-section #dashboard-sidebar-label {
    border: 0;
    display: block;
  }
  /* line 5201, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar .sidebar-section .sidebar-link {
    height: 4em;
    border: 0;
  }
  /* line 5204, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar .sidebar-section .sidebar-link a.current-page {
    border: 0;
  }
  /* line 5207, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar .sidebar-section .sidebar-link i, body #wrap.provider #provider-sidebar .sidebar-section .sidebar-link #sidebar-dashboard-icon {
    font-size: 1.5em;
    line-height: inherit;
    right: 0;
    left: 0;
    opacity: 1;
  }
  /* line 5214, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #provider-sidebar .sidebar-section .sidebar-link .text, body #wrap.provider #provider-sidebar .sidebar-section .sidebar-link .alert-dot {
    display: none;
  }
  /* line 5221, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .events-container, body #wrap.provider .calendar-container {
    clear: none;
    margin-top: 0;
  }
  /* line 5227, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .dashboard .header.row, body #wrap.provider #schedule .header.row {
    display: none;
  }
  /* line 5231, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .dashboard .activities-buttons, body #wrap.provider #schedule .activities-buttons {
    margin: 10px auto;
  }
  /* line 5236, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .dashboard .upcoming.panel .inner #add-btn, body #wrap.provider #schedule .upcoming.panel .inner #add-btn {
    right: 123px;
    top: 11px;
  }
  /* line 5240, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .dashboard .upcoming.panel .inner #calendar-btn, body #wrap.provider #schedule .upcoming.panel .inner #calendar-btn {
    top: 10px;
    right: 2px;
  }
  /* line 5248, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .dashboard .events-table .provider.event .time-card, body #wrap.provider #schedule .events-table .provider.event .time-card {
    width: 100%;
  }
  /* line 5251, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .dashboard .events-table .provider.event .event-link, body #wrap.provider #schedule .events-table .provider.event .event-link {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px;
  }
  /* line 5258, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .dashboard .events-table .provider.event .event-link .event-link-inner .details-container, body #wrap.provider #schedule .events-table .provider.event .event-link .event-link-inner .details-container {
    width: 100%;
    padding: 10px 0 20px;
  }
  /* line 5264, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .dashboard .events-table .provider.event .spots-container, body #wrap.provider #schedule .events-table .provider.event .spots-container {
    width: 100%;
    display: table-row;
  }
  /* line 5268, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .dashboard .events-table .provider.event .dashboard-btn-menu, body #wrap.provider #schedule .events-table .provider.event .dashboard-btn-menu {
    display: flex;
    position: relative;
    right: 0;
    background: transparent;
    box-shadow: none;
    top: inherit;
    bottom: 0;
    margin: auto;
  }
  /* line 5277, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .dashboard .events-table .provider.event .dashboard-btn-menu .dashboard-edit, body #wrap.provider #schedule .events-table .provider.event .dashboard-btn-menu .dashboard-edit {
    padding: 5px;
    width: 20%;
  }
  /* line 5284, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .dashboard #recent-notifications, body #wrap.provider #schedule #recent-notifications {
    padding: 0 10px;
  }
  /* line 5291, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .provider.attendance.panel .inner #attendance-panel {
    padding-bottom: 15px;
  }
  /* line 5294, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider .provider.attendance.panel .inner .scroll-prompt {
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    font-size: .9em;
    cursor: default;
  }
  /* line 5305, app/assets/stylesheets/providers.css.scss */
  body .emphasis {
    min-width: 0;
  }
  /* line 5309, app/assets/stylesheets/providers.css.scss */
  body #main .mobile-preview {
    padding-right: 2%;
  }
  /* line 5312, app/assets/stylesheets/providers.css.scss */
  body #mobile-preview, body #toggle-mobile-preview {
    display: none !important;
  }
  /* line 5315, app/assets/stylesheets/providers.css.scss */
  body footer.provider {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  /* line 5323, app/assets/stylesheets/providers.css.scss */
  body .provider.public #list {
    display: table !important;
  }
  /* line 5329, app/assets/stylesheets/providers.css.scss */
  body .provider.public #filter-container .types .col-md-12 {
    display: inline-block;
    width: 100%;
  }
  /* line 5339, app/assets/stylesheets/providers.css.scss */
  .activity-hub #customer-table .reservation.row .visible-xs, .series-hub #customer-table .reservation.row .visible-xs {
    margin-top: 7px;
  }
  /* line 5342, app/assets/stylesheets/providers.css.scss */
  .activity-hub #customer-table .reservation.row .extras, .activity-hub #customer-table .reservation.row .spots, .series-hub #customer-table .reservation.row .extras, .series-hub #customer-table .reservation.row .spots {
    text-align: left;
  }
  /* line 5351, app/assets/stylesheets/providers.css.scss */
  #main .panel .more-options {
    top: 2px;
    right: 1px;
  }
  /* line 5357, app/assets/stylesheets/providers.css.scss */
  #main .panel .panel-header .header-label {
    top: 13px;
    right: 3px;
    width: auto;
    position: absolute;
  }
  /* line 5364, app/assets/stylesheets/providers.css.scss */
  #main .panel .inner {
    clear: both;
    margin-top: 1%;
  }
  /* line 5369, app/assets/stylesheets/providers.css.scss */
  #main .panel .btn-group.action-items a, #main .panel .btn-group.action-items .btn {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  /* line 5380, app/assets/stylesheets/providers.css.scss */
  .provider #staffing .filters, .provider #instructors .filters {
    width: 100%;
  }
  /* line 5382, app/assets/stylesheets/providers.css.scss */
  .provider #staffing .filters .filter-block.instructors, .provider #instructors .filters .filter-block.instructors {
    padding-right: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 768px), only screen and (min-device-width: 768px) {
  /* line 5393, app/assets/stylesheets/providers.css.scss */
  html.embed .public.provider .public.event.row .image-container .image, .public.provider .public.item.row .image-container .image, .event-detail .public.event.row .image-container .image, .event-detail .public.item.row .image-container .image, #events-table .public.event.row .image-container .image, #events-table .public.item.row .image-container .image, .location-detail .public.event.row .image-container .image, .location-detail .public.item.row .image-container .image {
    min-height: 140px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 5399, app/assets/stylesheets/providers.css.scss */
  html.embed body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .image-container .image,
html.embed body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .image-container .image,
html.embed body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .image-container .image,
html.embed body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .image-container .image,
html.embed body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .image-container .image,
html.embed body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .image-container .image,
html.embed body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .image-container .image,
html.embed body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .image-container .image {
    min-height: 160px;
    display: block;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 5418, app/assets/stylesheets/providers.css.scss */
  body .providers #bottom-section .brass-tacks h2 {
    margin-bottom: 7px;
  }
  /* line 5422, app/assets/stylesheets/providers.css.scss */
  body .providers #bottom-section .brass-tacks .item .text {
    padding-top: 1em;
  }
  /* line 5427, app/assets/stylesheets/providers.css.scss */
  body .providers #bottom-section .brass-tacks.revenue {
    padding: 2em 0;
  }
  /* line 5430, app/assets/stylesheets/providers.css.scss */
  body .providers #bottom-section .brass-tacks.time {
    padding: 4em 0;
  }
  /* line 5438, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #schedule.panel .events-container.filter, body #wrap.provider #schedule.panel .calendar-container.filter {
    width: 100%;
  }
  /* line 5441, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #schedule.panel #schedule-filter-section {
    width: 100%;
  }
  /* line 5444, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #schedule.panel .panel-header {
    margin-bottom: 60px;
  }
  /* line 5446, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #schedule.panel .panel-header .panel-search-container {
    width: calc(100% - 210px);
  }
  /* line 5449, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #schedule.panel .panel-header #provider-filter-toggle {
    right: 0;
    left: unset;
  }
  /* line 5456, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #schedule.panel .events-table .provider.event.row .time-card {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
  /* line 5461, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #schedule.panel .events-table .provider.event.row .event-link {
    padding: 10px;
    width: 100%;
  }
  /* line 5465, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #schedule.panel .events-table .provider.event.row .event-link .spots-container {
    text-align: center;
  }
  /* line 5470, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #schedule.panel .events-table .provider.event.row .dashboard-btn-menu {
    position: relative;
    text-align: right;
    width: 100%;
    display: flex;
  }
  /* line 5475, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #schedule.panel .events-table .provider.event.row .dashboard-btn-menu .dashboard-edit {
    width: 20%;
    text-align: center;
  }
  /* line 5478, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #schedule.panel .events-table .provider.event.row .dashboard-btn-menu .dashboard-edit i {
    margin: 0 auto;
  }
  /* line 5488, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #bottom-section .image-container, body #wrap.provider #bottom-section .text-container {
    width: 100;
  }
  /* line 5493, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #bottom-section .benefit .image-container {
    display: table-row;
  }
  /* line 5496, app/assets/stylesheets/providers.css.scss */
  body #wrap.provider #bottom-section .benefit .text-container {
    width: 90%;
  }
  /* line 5502, app/assets/stylesheets/providers.css.scss */
  body .provider.public, body .organization.container {
    width: 96%;
    padding-top: 0;
  }
  /* line 5506, app/assets/stylesheets/providers.css.scss */
  body .provider.public .nav-tabs li &gt; a, body .organization.container .nav-tabs li &gt; a {
    font-size: 1em;
  }
  /* line 5510, app/assets/stylesheets/providers.css.scss */
  body .provider.public #filter-container, body .organization.container #filter-container {
    clear: both;
    position: relative !important;
    height: auto !important;
    top: 0 !important;
    padding: 0;
    width: 100%;
    z-index: 2;
    min-height: 0;
  }
  /* line 5520, app/assets/stylesheets/providers.css.scss */
  body .provider.public #filter-container .locations, body .provider.public #filter-container .packs, body .organization.container #filter-container .locations, body .organization.container #filter-container .packs {
    padding: 7px 10px 0 10px;
  }
  /* line 5523, app/assets/stylesheets/providers.css.scss */
  body .provider.public #filter-container .attributes, body .organization.container #filter-container .attributes {
    padding: 7px 10px 0 10px;
  }
  /* line 5525, app/assets/stylesheets/providers.css.scss */
  body .provider.public #filter-container .attributes .col-md-12, body .organization.container #filter-container .attributes .col-md-12 {
    padding: 3px 0;
    display: inline-block;
    width: 100%;
    font-size: 1.2em;
  }
  /* line 5533, app/assets/stylesheets/providers.css.scss */
  body .provider.public #filter-container #connect-filter, body .organization.container #filter-container #connect-filter {
    margin: 15px auto 0;
  }
  /* line 5536, app/assets/stylesheets/providers.css.scss */
  body .provider.public #filter-container #connect-filter #filter-view-toggle, body .organization.container #filter-container #connect-filter #filter-view-toggle {
    height: 60px;
    line-height: 60px;
  }
  /* line 5541, app/assets/stylesheets/providers.css.scss */
  body .provider.public #filter-container #connect-filter #filter-view-toggle #connect-list-view-btn i, body .organization.container #filter-container #connect-filter #filter-view-toggle #connect-list-view-btn i {
    font-size: 36px;
    line-height: 30px;
  }
  /* line 5547, app/assets/stylesheets/providers.css.scss */
  body .provider.public #filter-container #connect-filter #filter-view-toggle #connect-calendar-view-btn i, body .organization.container #filter-container #connect-filter #filter-view-toggle #connect-calendar-view-btn i {
    font-size: 24px;
    line-height: 20px;
  }
  /* line 5553, app/assets/stylesheets/providers.css.scss */
  body .provider.public #filter-container #connect-filter .switch-label, body .organization.container #filter-container #connect-filter .switch-label {
    font-weight: normal;
  }
  /* line 5556, app/assets/stylesheets/providers.css.scss */
  body .provider.public #filter-container #connect-filter .switch-label .location-name, body .organization.container #filter-container #connect-filter .switch-label .location-name {
    font-weight: normal;
  }
  /* line 5563, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container, body .organization.container #public-display-container {
    left: 0;
    width: 100%;
  }
  /* line 5568, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container, body .organization.container #public-display-container #list #list-container {
    clear: both;
    left: 0;
    width: 100%;
  }
  /* line 5573, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table, body .provider.public #public-display-container #list #list-container #public-items-table, body .organization.container #public-display-container #list #list-container #public-events-table, body .organization.container #public-display-container #list #list-container #public-items-table {
    background: transparent;
    box-shadow: none;
  }
  /* line 5577, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row {
    height: auto;
    padding: 0;
    margin: 5% auto;
    display: block;
    line-height: 1.2em;
    border: 1px solid #dde0e3;
    border-radius: 6px;
    position: inherit;
    background: #fff;
  }
  /* line 5588, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .event-link, body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .item-link, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .event-link, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .item-link, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .event-link, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .item-link, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .event-link, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .item-link, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .event-link, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .item-link, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .event-link, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .item-link, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .event-link, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .item-link, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .event-link, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .item-link {
    width: 100%;
    height: auto;
    display: block;
  }
  /* line 5593, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row a, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row a, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row a, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row a, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row a, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row a, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row a, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row a {
    width: 100%;
    display: block;
  }
  /* line 5597, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .image-container, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .image-container, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .image-container, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .image-container, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .image-container, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .image-container, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .image-container, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .image-container {
    display: inline-block;
    width: 100%;
    max-width: unset;
    min-width: unset;
    padding: 0;
  }
  /* line 5604, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .image-container .image, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .image-container .image, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .image-container .image, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .image-container .image, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .image-container .image, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .image-container .image, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .image-container .image, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .image-container .image {
    min-height: 160px;
    border-radius: 6px 6px 0 0;
  }
  /* line 5610, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .time-card, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .time-card, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .time-card, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .time-card, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .time-card, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .time-card, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .time-card, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .time-card {
    width: 25%;
    font-size: 2em;
    display: table-row;
  }
  /* line 5616, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .card-inner, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .card-inner, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .card-inner, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .card-inner, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .card-inner, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .card-inner, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .card-inner, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .card-inner {
    padding: 10px;
    display: table;
    width: 100%;
  }
  /* line 5621, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .card-inner .vertical-inner, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .card-inner .vertical-inner, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .card-inner .vertical-inner, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .card-inner .vertical-inner, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .card-inner .vertical-inner, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .card-inner .vertical-inner, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .card-inner .vertical-inner, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .card-inner .vertical-inner {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  /* line 5626, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .card-inner .vertical-inner .location.row, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .card-inner .vertical-inner .location.row, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .card-inner .vertical-inner .location.row, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .card-inner .vertical-inner .location.row, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .card-inner .vertical-inner .location.row, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .card-inner .vertical-inner .location.row, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .card-inner .vertical-inner .location.row, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .card-inner .vertical-inner .location.row {
    width: 100%;
  }
  /* line 5629, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .card-inner .vertical-inner .price-container.minimal, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .card-inner .vertical-inner .price-container.minimal, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .card-inner .vertical-inner .price-container.minimal, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .card-inner .vertical-inner .price-container.minimal, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .card-inner .vertical-inner .price-container.minimal, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .card-inner .vertical-inner .price-container.minimal, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .card-inner .vertical-inner .price-container.minimal, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .card-inner .vertical-inner .price-container.minimal {
    font-size: 1.1rem;
  }
  /* line 5632, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .card-inner .vertical-inner .extras, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .card-inner .vertical-inner .extras, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .card-inner .vertical-inner .extras, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .card-inner .vertical-inner .extras, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .card-inner .vertical-inner .extras, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .card-inner .vertical-inner .extras, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .card-inner .vertical-inner .extras, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .card-inner .vertical-inner .extras {
    max-width: 70%;
  }
  /* line 5637, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .event-title, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .event-title, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .event-title, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .event-title, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .event-title, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .event-title, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .event-title, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .event-title {
    font-size: 1.7em;
    line-height: 1em;
    padding-bottom: 1%;
  }
  /* line 5642, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .formatted-time, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .formatted-time, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .formatted-time, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .formatted-time, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .formatted-time, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .formatted-time, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .formatted-time, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .formatted-time {
    font-weight: normal;
    font-size: 1.1em;
    padding: 1% 0;
  }
  /* line 5648, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .formatted-time .mobile-time-card .day-of-week, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .formatted-time .mobile-time-card .day-of-week, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .formatted-time .mobile-time-card .day-of-week, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .formatted-time .mobile-time-card .day-of-week, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .formatted-time .mobile-time-card .day-of-week, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .formatted-time .mobile-time-card .day-of-week, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .formatted-time .mobile-time-card .day-of-week, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .formatted-time .mobile-time-card .day-of-week {
    display: inline;
    margin-right: 2px;
  }
  /* line 5652, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .formatted-time .mobile-time-card .actual-date-series, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .formatted-time .mobile-time-card .actual-date-series, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .formatted-time .mobile-time-card .actual-date-series, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .formatted-time .mobile-time-card .actual-date-series, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .formatted-time .mobile-time-card .actual-date-series, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .formatted-time .mobile-time-card .actual-date-series, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .formatted-time .mobile-time-card .actual-date-series, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .formatted-time .mobile-time-card .actual-date-series {
    display: inline;
  }
  /* line 5657, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .callout, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .callout, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .callout, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .callout, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .callout, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .callout, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .callout, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .callout {
    font-size: 1rem;
    border-radius: 5px;
  }
  /* line 5661, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row #available-spot-string, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row #available-spot-string, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row #available-spot-string, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row #available-spot-string, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row #available-spot-string, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row #available-spot-string, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row #available-spot-string, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row #available-spot-string {
    position: relative;
    color: #fff;
  }
  /* line 5665, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .age, body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .date, body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .location, body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .formatted-time, body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .tags, body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .appointment-summary, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .age, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .date, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .location, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .formatted-time, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .tags, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .appointment-summary, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .age, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .date, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .location, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .formatted-time, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .tags, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .appointment-summary, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .age, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .date, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .location, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .formatted-time, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .tags, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .appointment-summary, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .age, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .date, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .location, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .formatted-time, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .tags, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .appointment-summary, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .age, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .date, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .location, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .formatted-time, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .tags, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .appointment-summary, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .age, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .date, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .location, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .formatted-time, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .tags, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .appointment-summary, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .age, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .date, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .location, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .formatted-time, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .tags, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .appointment-summary {
    padding: 3px 0;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    font-size: 1.1em;
  }
  /* line 5673, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .action-btn, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .action-btn, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .action-btn, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .action-btn, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .action-btn, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .action-btn, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .action-btn, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .action-btn {
    display: block;
    width: 80%;
    clear: both;
    padding: 2% 2.5%;
    text-align: center;
    border: 0;
    border-radius: 5px;
    font-size: 1.3em;
    line-height: 1.25em;
    background: #00b16b;
    background: linear-gradient(rgba(0, 177, 111, 0.925), #00b16f);
    color: #fff;
    font-weight: 600;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px auto;
  }
  /* line 5693, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .action-btn #available-spot-string, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .action-btn #available-spot-string, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .action-btn #available-spot-string, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .action-btn #available-spot-string, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .action-btn #available-spot-string, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .action-btn #available-spot-string, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .action-btn #available-spot-string, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .action-btn #available-spot-string {
    background: transparent;
  }
  /* line 5697, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .action-btn .price, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .action-btn .price, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .action-btn .price, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .action-btn .price, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .action-btn .price, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .action-btn .price, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .action-btn .price, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .action-btn .price {
    display: block;
    font-weight: 600;
  }
  /* line 5700, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .action-btn .price .date-purchase-count, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .action-btn .price .date-purchase-count, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .action-btn .price .date-purchase-count, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .action-btn .price .date-purchase-count, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .action-btn .price .date-purchase-count, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .action-btn .price .date-purchase-count, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .action-btn .price .date-purchase-count, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .action-btn .price .date-purchase-count {
    font-weight: 600;
  }
  /* line 5705, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .action-btn .booking-prompt, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .action-btn .booking-prompt, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .action-btn .booking-prompt, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .action-btn .booking-prompt, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .action-btn .booking-prompt, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .action-btn .booking-prompt, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .action-btn .booking-prompt, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .action-btn .booking-prompt {
    display: inline-block;
    font-size: 1em;
    color: #fff;
  }
  /* line 5712, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .action-btn-container, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .action-btn-container, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .action-btn-container, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .action-btn-container, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .action-btn-container, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .action-btn-container, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .action-btn-container, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .action-btn-container {
    display: table-cell;
    max-width: 600px;
    width: 90%;
    text-align: center;
    border: 0;
    background: transparent;
    outline: 0;
    font-weight: normal;
    font-size: 1em;
    margin: 15px auto 20px;
    position: inherit;
  }
  /* line 5725, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list #list-container #public-events-table .public.event.row .action-btn-container .event-action-btn, body .provider.public #public-display-container #list #list-container #public-events-table .public.item.row .action-btn-container .event-action-btn, body .provider.public #public-display-container #list #list-container #public-items-table .public.event.row .action-btn-container .event-action-btn, body .provider.public #public-display-container #list #list-container #public-items-table .public.item.row .action-btn-container .event-action-btn, body .organization.container #public-display-container #list #list-container #public-events-table .public.event.row .action-btn-container .event-action-btn, body .organization.container #public-display-container #list #list-container #public-events-table .public.item.row .action-btn-container .event-action-btn, body .organization.container #public-display-container #list #list-container #public-items-table .public.event.row .action-btn-container .event-action-btn, body .organization.container #public-display-container #list #list-container #public-items-table .public.item.row .action-btn-container .event-action-btn {
    position: inherit;
  }
  /* line 5732, app/assets/stylesheets/providers.css.scss */
  body .provider.public #public-display-container #list .details, body .organization.container #public-display-container #list .details {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  /* line 5741, app/assets/stylesheets/providers.css.scss */
  body .provider.public.no-filter #public-display-container {
    padding: 2% 0.5%;
  }
  /* line 5746, app/assets/stylesheets/providers.css.scss */
  body .attendance.container {
    width: 100%;
  }
  /* line 5749, app/assets/stylesheets/providers.css.scss */
  body .attendance.container #attendance-table {
    margin-top: 7.5%;
  }
  /* line 5752, app/assets/stylesheets/providers.css.scss */
  body .attendance.container #attendance-table .reservation-row {
    padding: 5%;
    width: 100%;
    clear: both;
  }
  /* line 5757, app/assets/stylesheets/providers.css.scss */
  body .attendance.container #attendance-table .reservation-row input[type="checkbox"] {
    margin: 0 20px 0 0 !important;
  }
  /* line 5761, app/assets/stylesheets/providers.css.scss */
  body .attendance.container #attendance-table .reservation-row .email {
    font-size: .9em;
  }
  /* line 5765, app/assets/stylesheets/providers.css.scss */
  body .attendance.container #attendance-table .reservation-row .kids {
    padding-top: 5%;
  }
  /* line 5768, app/assets/stylesheets/providers.css.scss */
  body .attendance.container #attendance-table .reservation-row .kids li {
    padding: 0;
  }
  /* line 5778, app/assets/stylesheets/providers.css.scss */
  body .attendance.provider.panel .edit-link .separator {
    display: none;
  }
  /* line 5782, app/assets/stylesheets/providers.css.scss */
  body .attendance.provider.panel .edit-link a {
    text-align: center;
    display: block;
    margin: 2.5% auto;
  }
  /* line 5789, app/assets/stylesheets/providers.css.scss */
  body .attendance.provider.panel #attendance-table {
    padding: 0;
  }
  /* line 5791, app/assets/stylesheets/providers.css.scss */
  body .attendance.provider.panel #attendance-table .spots-reserved {
    text-align: center;
    margin: 2.5% auto;
    padding: 2.5% 0;
  }
  /* line 5797, app/assets/stylesheets/providers.css.scss */
  body .attendance.provider.panel #attendance-table .attendance.row {
    padding: 5% 7px;
  }
  /* line 5800, app/assets/stylesheets/providers.css.scss */
  body .attendance.provider.panel #attendance-table .attendance.row .details {
    clear: both;
  }
  /* line 5807, app/assets/stylesheets/providers.css.scss */
  body .directions_callout {
    min-width: 0;
  }
  /* line 5811, app/assets/stylesheets/providers.css.scss */
  body .instructor-info, body .organization-info {
    max-width: 100%;
  }
  /* line 5815, app/assets/stylesheets/providers.css.scss */
  body .instructor-photo, body .organization-photo {
    width: 100%;
    margin: 0 auto 5%;
  }
  /* line 5818, app/assets/stylesheets/providers.css.scss */
  body .instructor-photo img, body .organization-photo img {
    float: none;
  }
  /* line 5823, app/assets/stylesheets/providers.css.scss */
  body .emphasis, body .subemphasis {
    min-width: 0;
  }
  /* line 5829, app/assets/stylesheets/providers.css.scss */
  body .questionnaire.container .row .mobile-spacing {
    padding: 7px 0;
  }
  /* line 5834, app/assets/stylesheets/providers.css.scss */
  body .questionnaire.container .socials.row .remove_nested_fields {
    float: right;
  }
  /* line 5837, app/assets/stylesheets/providers.css.scss */
  body .questionnaire.container .socials.row .add_social {
    padding-left: 23px;
  }
  /* line 5841, app/assets/stylesheets/providers.css.scss */
  body .questionnaire.container #provider-submit {
    width: 100%;
  }
}

/* line 5849, app/assets/stylesheets/providers.css.scss */
#select-customer ul#select-customer-tabs {
  margin-bottom: 10px;
  border: 0;
}

/* line 5852, app/assets/stylesheets/providers.css.scss */
#select-customer ul#select-customer-tabs li {
  cursor: pointer;
  text-align: center;
  font-size: .95em;
  font-weight: 600;
  border: 0;
}

/* line 5859, app/assets/stylesheets/providers.css.scss */
#select-customer ul#select-customer-tabs li a {
  color: inherit;
  border: 0;
}

/* line 5865, app/assets/stylesheets/providers.css.scss */
#select-customer ul#select-customer-tabs li.active a {
  color: #2196F3;
}

/* line 5869, app/assets/stylesheets/providers.css.scss */
#select-customer ul#select-customer-tabs li:hover {
  background: transparent;
  text-decoration: underline;
  border: 0;
}

/* line 5873, app/assets/stylesheets/providers.css.scss */
#select-customer ul#select-customer-tabs li:hover a {
  background: transparent;
  border: 0;
}

/* line 5879, app/assets/stylesheets/providers.css.scss */
#select-customer #new-customer .names {
  display: none;
}

/* line 5884, app/assets/stylesheets/providers.css.scss */
.provider-detail.container, .instructor-detail.container, .location-detail.container {
  padding: 0;
  position: relative;
  font-size: 1em;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.03), 0 1px 0px rgba(50, 50, 93, 0.07);
}

/* line 5893, app/assets/stylesheets/providers.css.scss */
.provider-detail.container #events-table, .instructor-detail.container #events-table, .location-detail.container #events-table {
  width: 96%;
  margin: 2%;
  padding-top: 2%;
  border-top: 1px solid #eee;
}

/* line 5899, app/assets/stylesheets/providers.css.scss */
.provider-detail.container #events-table .header-title, .instructor-detail.container #events-table .header-title, .location-detail.container #events-table .header-title {
  margin-bottom: 11px;
}

/* line 5904, app/assets/stylesheets/providers.css.scss */
.provider-detail.container h2.title, .instructor-detail.container h2.title, .location-detail.container h2.title {
  margin-bottom: 7px;
  padding: 0;
  margin-top: 0;
  font-weight: 500;
}

/* line 5911, app/assets/stylesheets/providers.css.scss */
.provider-detail.container h3, .instructor-detail.container h3, .location-detail.container h3 {
  margin-bottom: 7px;
}

/* line 5915, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section, .instructor-detail.container .top-section, .location-detail.container .top-section {
  margin-bottom: 5%;
  width: 100%;
  display: inline-block;
}

/* line 5920, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .instructors, .instructor-detail.container .top-section .instructors, .location-detail.container .top-section .instructors {
  margin-top: 0;
  padding-left: 3px;
  padding-top: 1%;
}

/* line 5925, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .instructors a, .instructor-detail.container .top-section .instructors a, .location-detail.container .top-section .instructors a {
  color: #2196F3;
  font-weight: 500;
}

/* line 5929, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .instructors a:hover, .instructor-detail.container .top-section .instructors a:hover, .location-detail.container .top-section .instructors a:hover {
  text-decoration: underline;
}

/* line 5934, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .image-container, .instructor-detail.container .top-section .image-container, .location-detail.container .top-section .image-container {
  padding: 0;
  text-align: center;
  width: 320px;
  height: 320px;
}

/* line 5940, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .image-container #photo-holder, .instructor-detail.container .top-section .image-container #photo-holder, .location-detail.container .top-section .image-container #photo-holder {
  height: 320px;
  width: 320px;
}

/* line 5945, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .image-container .caption, .instructor-detail.container .top-section .image-container .caption, .location-detail.container .top-section .image-container .caption {
  padding-top: 7px;
  font-size: .9em;
  width: 90%;
  font-weight: 500;
  margin: 0 auto;
  cursor: default;
}

/* line 5954, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .image-container .provider-image, .provider-detail.container .top-section .image-container .instructor-image, .provider-detail.container .top-section .image-container .location-image, .instructor-detail.container .top-section .image-container .provider-image, .instructor-detail.container .top-section .image-container .instructor-image, .instructor-detail.container .top-section .image-container .location-image, .location-detail.container .top-section .image-container .provider-image, .location-detail.container .top-section .image-container .instructor-image, .location-detail.container .top-section .image-container .location-image {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  border-radius: 0 6px 0 0;
}

/* line 5964, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .image-container .activity-image.placeholder, .provider-detail.container .top-section .image-container .series-image.placeholder, .provider-detail.container .top-section .image-container .provider-image.placeholder, .provider-detail.container .top-section .image-container .location-image.placeholder, .instructor-detail.container .top-section .image-container .activity-image.placeholder, .instructor-detail.container .top-section .image-container .series-image.placeholder, .instructor-detail.container .top-section .image-container .provider-image.placeholder, .instructor-detail.container .top-section .image-container .location-image.placeholder, .location-detail.container .top-section .image-container .activity-image.placeholder, .location-detail.container .top-section .image-container .series-image.placeholder, .location-detail.container .top-section .image-container .provider-image.placeholder, .location-detail.container .top-section .image-container .location-image.placeholder {
  background: #f1f4f9 url("https://d19tb5uaenw7es.cloudfront.net/transparent-white-shield.png") no-repeat center;
  background-size: 128px;
}

/* line 5970, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .image-container.no-photos, .instructor-detail.container .top-section .image-container.no-photos, .location-detail.container .top-section .image-container.no-photos {
  width: auto;
  height: auto;
}

/* line 5979, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .spots-pricing .spots-right, .instructor-detail.container .top-section .spots-pricing .spots-right, .location-detail.container .top-section .spots-pricing .spots-right {
  float: right;
}

/* line 5982, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .spots-pricing .spots, .instructor-detail.container .top-section .spots-pricing .spots, .location-detail.container .top-section .spots-pricing .spots {
  font-size: 1em;
  font-weight: 600;
}

/* line 5986, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .spots-pricing .spots.sold-out, .instructor-detail.container .top-section .spots-pricing .spots.sold-out, .location-detail.container .top-section .spots-pricing .spots.sold-out {
  color: #cc0000;
  font-weight: 500;
}

/* line 5990, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .spots-pricing .spots.attend, .instructor-detail.container .top-section .spots-pricing .spots.attend, .location-detail.container .top-section .spots-pricing .spots.attend {
  font-weight: normal;
}

/* line 5996, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .dates .series-date, .instructor-detail.container .top-section .dates .series-date, .location-detail.container .top-section .dates .series-date {
  padding: 3px 0;
}

/* line 5999, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .dates .series-date a, .instructor-detail.container .top-section .dates .series-date a, .location-detail.container .top-section .dates .series-date a {
  display: table;
  width: 100%;
  color: #444;
}

/* line 6004, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .dates .series-date a:hover, .instructor-detail.container .top-section .dates .series-date a:hover, .location-detail.container .top-section .dates .series-date a:hover {
  color: #2196F3;
  text-decoration: none !important;
}

/* line 6007, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .dates .series-date a:hover .placeholder, .instructor-detail.container .top-section .dates .series-date a:hover .placeholder, .location-detail.container .top-section .dates .series-date a:hover .placeholder {
  text-decoration: none !important;
}

/* line 6012, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .dates .series-date .spots-right, .instructor-detail.container .top-section .dates .series-date .spots-right, .location-detail.container .top-section .dates .series-date .spots-right {
  float: right;
}

/* line 6015, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .dates .series-date .spots-right, .provider-detail.container .top-section .dates .series-date .spots, .instructor-detail.container .top-section .dates .series-date .spots-right, .instructor-detail.container .top-section .dates .series-date .spots, .location-detail.container .top-section .dates .series-date .spots-right, .location-detail.container .top-section .dates .series-date .spots {
  color: #2196F3;
}

/* line 6019, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .dates .series-date .spots-right:hover .price, .provider-detail.container .top-section .dates .series-date .spots-right:hover .spots, .instructor-detail.container .top-section .dates .series-date .spots-right:hover .price, .instructor-detail.container .top-section .dates .series-date .spots-right:hover .spots, .location-detail.container .top-section .dates .series-date .spots-right:hover .price, .location-detail.container .top-section .dates .series-date .spots-right:hover .spots {
  text-decoration: underline;
}

/* line 6023, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .dates .series-date .sold-out, .instructor-detail.container .top-section .dates .series-date .sold-out, .location-detail.container .top-section .dates .series-date .sold-out {
  color: #ccc;
}

/* line 6027, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .dates .series-date .price, .provider-detail.container .top-section .dates .series-date .spots, .instructor-detail.container .top-section .dates .series-date .price, .instructor-detail.container .top-section .dates .series-date .spots, .location-detail.container .top-section .dates .series-date .price, .location-detail.container .top-section .dates .series-date .spots {
  font-size: 1em;
  font-weight: 600;
  font-style: italic;
}

/* line 6033, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .dates .series-date .drop-in-prompt, .instructor-detail.container .top-section .dates .series-date .drop-in-prompt, .location-detail.container .top-section .dates .series-date .drop-in-prompt {
  font-size: .9em;
  font-weight: 500;
  margin: 0 0 0 1px;
}

/* line 6040, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .dates .series-date.past *, .instructor-detail.container .top-section .dates .series-date.past *, .location-detail.container .top-section .dates .series-date.past * {
  color: #aaa;
}

/* line 6042, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .dates .series-date.past * .duration, .instructor-detail.container .top-section .dates .series-date.past * .duration, .location-detail.container .top-section .dates .series-date.past * .duration {
  display: none;
}

/* line 6050, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .view-series a, .instructor-detail.container .top-section .view-series a, .location-detail.container .top-section .view-series a {
  display: table;
  width: 100%;
  color: #2196F3;
  font-weight: 600;
}

/* line 6056, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .view-series a:hover, .instructor-detail.container .top-section .view-series a:hover, .location-detail.container .top-section .view-series a:hover {
  text-decoration: underline;
}

/* line 6061, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details, .instructor-detail.container .top-section .details, .location-detail.container .top-section .details {
  display: inline-block;
  height: 100%;
  min-height: 300px;
  width: calc(100% - 320px);
  position: relative;
  padding: 20px;
}

/* line 6069, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details #activity-title, .provider-detail.container .top-section .details #series-title, .instructor-detail.container .top-section .details #activity-title, .instructor-detail.container .top-section .details #series-title, .location-detail.container .top-section .details #activity-title, .location-detail.container .top-section .details #series-title {
  margin-top: 0;
  font-weight: 500;
  padding: 0;
  display: inline-block;
}

/* line 6076, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .row, .instructor-detail.container .top-section .details .row, .location-detail.container .top-section .details .row {
  padding: 11px 0;
}

/* line 6079, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .row .sublabel, .instructor-detail.container .top-section .details .row .sublabel, .location-detail.container .top-section .details .row .sublabel {
  font-weight: 600;
  color: inherit;
  text-align: right;
  padding-right: 2em;
  text-transform: uppercase;
  font-size: .75em;
  line-height: 20px;
}

/* line 6089, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .about.row, .instructor-detail.container .top-section .details .about.row, .location-detail.container .top-section .details .about.row {
  border: 0;
}

/* line 6092, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .org-support-phone, .provider-detail.container .top-section .details .in-business-since, .instructor-detail.container .top-section .details .org-support-phone, .instructor-detail.container .top-section .details .in-business-since, .location-detail.container .top-section .details .org-support-phone, .location-detail.container .top-section .details .in-business-since {
  display: flex;
  align-items: center;
}

/* line 6095, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .org-support-phone i, .provider-detail.container .top-section .details .in-business-since i, .instructor-detail.container .top-section .details .org-support-phone i, .instructor-detail.container .top-section .details .in-business-since i, .location-detail.container .top-section .details .org-support-phone i, .location-detail.container .top-section .details .in-business-since i {
  line-height: 12px;
  font-size: 14px;
  width: auto;
  margin-right: 11px;
}

/* line 6102, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .dates, .provider-detail.container .top-section .details .when, .instructor-detail.container .top-section .details .dates, .instructor-detail.container .top-section .details .when, .location-detail.container .top-section .details .dates, .location-detail.container .top-section .details .when {
  border: 0;
}

/* line 6105, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .row.instructions, .instructor-detail.container .top-section .details .row.instructions, .location-detail.container .top-section .details .row.instructions {
  border: 0;
}

/* line 6109, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .tags, .instructor-detail.container .top-section .details .tags, .location-detail.container .top-section .details .tags {
  display: table;
  width: 100%;
}

/* line 6113, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .tags .tag, .instructor-detail.container .top-section .details .tags .tag, .location-detail.container .top-section .details .tags .tag {
  width: 48px;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  display: inline-block;
  cursor: default;
  border-radius: 50%;
}

/* line 6122, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .tags .tag img, .instructor-detail.container .top-section .details .tags .tag img, .location-detail.container .top-section .details .tags .tag img {
  width: 24px;
  height: 24px;
}

/* line 6130, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .spots-pricing .discount, .instructor-detail.container .top-section .details .spots-pricing .discount, .location-detail.container .top-section .details .spots-pricing .discount {
  padding-left: 1em;
  font-weight: 600;
}

/* line 6136, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .about a, .provider-detail.container .top-section .details .instructions a, .instructor-detail.container .top-section .details .about a, .instructor-detail.container .top-section .details .instructions a, .location-detail.container .top-section .details .about a, .location-detail.container .top-section .details .instructions a {
  font-weight: normal;
  color: #2196F3;
}

/* line 6140, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .about a:hover, .provider-detail.container .top-section .details .instructions a:hover, .instructor-detail.container .top-section .details .about a:hover, .instructor-detail.container .top-section .details .instructions a:hover, .location-detail.container .top-section .details .about a:hover, .location-detail.container .top-section .details .instructions a:hover {
  text-decoration: underline;
}

/* line 6143, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .about p:last-child, .provider-detail.container .top-section .details .instructions p:last-child, .instructor-detail.container .top-section .details .about p:last-child, .instructor-detail.container .top-section .details .instructions p:last-child, .location-detail.container .top-section .details .about p:last-child, .location-detail.container .top-section .details .instructions p:last-child {
  margin-bottom: 0;
}

/* line 6147, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .yelp, .instructor-detail.container .top-section .details .yelp, .location-detail.container .top-section .details .yelp {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

/* line 6157, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .yelp img.burst, .instructor-detail.container .top-section .details .yelp img.burst, .location-detail.container .top-section .details .yelp img.burst {
  width: 1.8em;
  float: right;
  margin-right: 5px;
}

/* line 6164, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .yelp #yelp-rating a, .instructor-detail.container .top-section .details .yelp #yelp-rating a, .location-detail.container .top-section .details .yelp #yelp-rating a {
  display: flex;
  align-items: center;
}

/* line 6167, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .yelp #yelp-rating a:hover, .instructor-detail.container .top-section .details .yelp #yelp-rating a:hover, .location-detail.container .top-section .details .yelp #yelp-rating a:hover {
  text-decoration: none;
}

/* line 6171, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .yelp #yelp-rating #yelp-review-text, .instructor-detail.container .top-section .details .yelp #yelp-rating #yelp-review-text, .location-detail.container .top-section .details .yelp #yelp-rating #yelp-review-text {
  margin-left: 5px;
}

/* line 6176, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .yelp .yelp-link i, .instructor-detail.container .top-section .details .yelp .yelp-link i, .location-detail.container .top-section .details .yelp .yelp-link i {
  color: #444;
  width: 6px;
  line-height: 26px;
  margin-right: 2em;
}

/* line 6185, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details .price-separator, .instructor-detail.container .top-section .details .price-separator, .location-detail.container .top-section .details .price-separator {
  padding: 0 7px;
}

/* line 6189, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .top-section .details.no-photos, .instructor-detail.container .top-section .details.no-photos, .location-detail.container .top-section .details.no-photos {
  min-height: 0;
}

/* line 6194, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .profile, .instructor-detail.container .profile, .location-detail.container .profile {
  padding: 2.5% 0;
}

/* line 6200, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .profile .instructors .instructor .instructor-photo .photo, .provider-detail.container .profile .instructors .instructor .instructor-photo .photo-placeholder, .instructor-detail.container .profile .instructors .instructor .instructor-photo .photo, .instructor-detail.container .profile .instructors .instructor .instructor-photo .photo-placeholder, .location-detail.container .profile .instructors .instructor .instructor-photo .photo, .location-detail.container .profile .instructors .instructor .instructor-photo .photo-placeholder {
  border-radius: 50%;
}

/* line 6208, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .map-section, .instructor-detail.container .map-section, .location-detail.container .map-section {
  clear: both;
  width: 100%;
  min-height: 500px;
  position: relative;
  margin: 2.5% auto 0;
}

/* line 6215, app/assets/stylesheets/providers.css.scss */
.provider-detail.container .map-section #map-canvas, .instructor-detail.container .map-section #map-canvas, .location-detail.container .map-section #map-canvas {
  min-height: 500px;
  height: 100%;
}

/* line 6225, app/assets/stylesheets/providers.css.scss */
#edit-provider #tiered-discounts table td {
  vertical-align: middle;
}
/* line 1, app/assets/stylesheets/purchases.css.scss */
#purchase-search-container {
  width: calc(50% - 50px);
}

/* line 4, app/assets/stylesheets/purchases.css.scss */
.membership-terms {
  padding: 1em 7px 0;
}
/* line 1, app/assets/stylesheets/quill.css.scss */
#message-html-container {
  padding-bottom: 0;
}

/* line 3, app/assets/stylesheets/quill.css.scss */
#message-html-container #editor-container {
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #e7eaed;
}

/* line 8, app/assets/stylesheets/quill.css.scss */
#message-html-container #editor-container .ql-editor {
  min-height: 270px;
  line-height: 1.27;
}

/* line 14, app/assets/stylesheets/quill.css.scss */
#message-html-container .ql-toolbar.ql-snow {
  border-color: #e7eaed;
  padding: 7px;
  margin-bottom: 7px;
  border-radius: 4px;
}

/* line 20, app/assets/stylesheets/quill.css.scss */
#message-html-container .ql-snow .ql-tooltip {
  border: 0;
  z-index: 1000;
  border-radius: 4px;
  box-shadow: 0 7px 23px rgba(0, 0, 0, 0.14);
}

/* line 26, app/assets/stylesheets/quill.css.scss */
#message-html-container a, #message-html-container a:focus, #message-html-container a:visited {
  color: #2196F3;
}
/* line 5, app/assets/stylesheets/referrals.scss */
.referrals.container {
  padding-right: 0;
  padding-left: 0;
  padding-top: 15px;
}

/* line 10, app/assets/stylesheets/referrals.scss */
#user-referrals-panel {
  width: 100%;
  margin: 0 auto;
}

/* line 14, app/assets/stylesheets/referrals.scss */
#user-referrals-panel .header.row {
  padding: 0 1%;
}

/* line 17, app/assets/stylesheets/referrals.scss */
#user-referrals-panel .user-account-inner {
  padding: 1%;
}

/* line 21, app/assets/stylesheets/referrals.scss */
#user-referrals-panel .tab-content {
  border-radius: 4px;
  background: #fff;
  padding: 15px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.03), 0 1px 0px rgba(50, 50, 93, 0.07);
}
/* line 6, app/assets/stylesheets/reports.css.scss */
#main #reports.panel {
  min-height: 50%;
}

/* line 9, app/assets/stylesheets/reports.css.scss */
#main #reports.panel .panel {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}

/* line 17, app/assets/stylesheets/reports.css.scss */
#main .no-content .fa-spin {
  margin-right: 7px;
  position: relative;
  color: #bbb;
}

/* line 24, app/assets/stylesheets/reports.css.scss */
#main .sortable-header .sortable-arrow {
  width: 0;
  height: 0;
  line-height: 0;
  top: -1px;
  left: -3px;
  position: relative;
  display: none;
}

/* line 35, app/assets/stylesheets/reports.css.scss */
#main #customer-last-active-toggle.active .sortable-arrow.down {
  display: inline-block;
}

/* line 40, app/assets/stylesheets/reports.css.scss */
#main .sortable-header.selected .sortable-arrow {
  color: #EB0450;
  text-decoration: none;
}

/* line 46, app/assets/stylesheets/reports.css.scss */
#main .sortable-header.selected.desc .sortable-arrow.down {
  display: inline-block;
}

/* line 51, app/assets/stylesheets/reports.css.scss */
#main .sortable-header.selected.asc .sortable-arrow.up {
  display: inline-block;
}

/* line 58, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .row .half-panel {
  margin: 0;
  padding: 0;
}

/* line 63, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .row .half-panel:first-child .inner {
  margin-right: 5px;
}

/* line 68, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .row .half-panel:last-child .inner {
  margin-left: 5px;
}

/* line 73, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .row .third-panel:nth-child(1) .inner {
  margin-right: 5px;
}

/* line 78, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .row .third-panel:nth-child(2) .inner {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 84, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .row .third-panel:nth-child(3) .inner {
  margin-left: 5px;
}

/* line 90, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .inner .header-row {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

/* line 98, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .inner .table-container {
  padding: 10px;
  position: relative;
}

/* line 102, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .inner .export-btn {
  position: absolute;
  right: 4px;
  top: 4px;
  display: none;
}

/* line 108, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .inner .report-picker-container {
  margin-left: 1em;
  display: inline-block;
}

/* line 112, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .inner .export-details-checkbox {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/* line 117, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .pie-chart-color-dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  display: inline-block;
}

/* line 126, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .sales.table-container .sales.datepicker {
  width: 100px;
  padding: 5px 0;
  border: 0;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

/* line 134, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .sales.table-container .picker-container {
  font-size: .9em;
  border-radius: 7px;
  border: 1px solid #eee;
  margin: 10px auto;
  width: auto;
  display: inline-block;
}

/* line 145, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .enrollments.table-container .enrollments.datepicker {
  width: 100px;
  padding: 5px 0;
  border: 0;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

/* line 153, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .enrollments.table-container .picker-container {
  font-size: .9em;
  border-radius: 7px;
  border: 1px solid #eee;
  margin: 10px auto;
  width: auto;
  display: inline-block;
}

/* line 161, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .enrollments.table-container #total-enrollment-number {
  position: absolute;
  top: 70px;
  right: 10px;
}

/* line 168, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .trial-conversion.table-container #conversion-table-options {
  border-bottom: none;
}

/* line 171, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .trial-conversion.table-container .datepicker {
  width: 100px;
  padding: 5px 0;
  border: 0;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

/* line 179, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .trial-conversion.table-container .picker-container {
  font-size: .9em;
  border-radius: 7px;
  border: 1px solid #eee;
  padding: 0 5px;
  width: auto;
  display: inline-block;
  margin-right: 15px;
}

/* line 189, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .trial-conversion.table-container #conversion-table-options .options-contents {
  float: right;
}

/* line 191, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .trial-conversion.table-container #conversion-table-options .options-contents &gt; * {
  display: inline-block;
}

/* line 198, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .memberships.table-container {
  position: relative;
}

/* line 201, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .memberships.table-container #membership-past {
  margin: 0 auto 1em;
}

/* line 204, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .memberships.table-container #membership-future {
  position: absolute;
  top: 15px;
  right: 15px;
}

/* line 210, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .memberships.table-container #total-memberships-number {
  position: absolute;
  top: 0;
  right: 10px;
}

/* line 217, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .memberships.table-container .expiration.picker-container .expiration-period {
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  font-size: .9em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}

/* line 226, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .memberships.table-container .expiration.picker-container .expiration-period.active {
  border-bottom: 2px solid #27E4C4;
}

/* line 235, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .upcoming-cancelations.table-container .cancelations-list .membership-purchase .membership-date {
  font-size: .9em;
  font-weight: 600;
}

/* line 242, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .upcoming-cancelations.table-container #view-membership-ending-list {
  color: #6363F6;
  float: right;
  font-weight: 600;
  font-size: .95em;
  padding: 15px 5px 0;
  cursor: pointer;
}

/* line 251, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .upcoming-cancelations.table-container #view-membership-ending-list:hover {
  text-decoration: underline;
}

/* line 256, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .exports.table-container .exports.datepicker {
  width: 110px;
  padding: 5px;
  border: 0;
  font-weight: 600;
  cursor: pointer;
}

/* line 263, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .exports.table-container .picker-container {
  font-size: .9em;
  border-radius: 7px;
  border: 1px solid #eee;
  margin-left: 1em;
  width: auto;
  display: inline-block;
}

/* line 272, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .exports.table-container .picker-container.only-start-date .start-date {
  text-align: center !important;
}

/* line 275, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .exports.table-container .picker-container.only-start-date .end-date {
  display: none;
}

/* line 278, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .exports.table-container .picker-container.only-start-date .connector {
  display: none;
}

/* line 282, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .exports.table-container .picker-container.disabled {
  border-color: transparent;
}

/* line 284, app/assets/stylesheets/reports.css.scss */
#main #reporting-dashboard .exports.table-container .picker-container.disabled input {
  cursor: default;
}

/* line 290, app/assets/stylesheets/reports.css.scss */
#main #add-customer-btn, #main #email-customers-btn, #main #group-customers-btn, #main #cohort-kids-btn {
  display: flex;
}

/* line 294, app/assets/stylesheets/reports.css.scss */
#main .summary.row {
  border-top: 1px solid #ddd;
  margin-bottom: 0;
  padding: 7px 1% 11px;
}

/* line 299, app/assets/stylesheets/reports.css.scss */
#main .no-content {
  padding: 2.5% 0;
}

/* line 305, app/assets/stylesheets/reports.css.scss */
#main .report.row .title {
  font-size: 1.2em;
}

/* line 308, app/assets/stylesheets/reports.css.scss */
#main .report.row .formatted-time, #main .report.row .member-since {
  font-size: 1em;
}

/* line 310, app/assets/stylesheets/reports.css.scss */
#main .report.row .formatted-time a, #main .report.row .member-since a {
  color: #444;
}

/* line 314, app/assets/stylesheets/reports.css.scss */
#main .report.row .formatted-time a:hover, #main .report.row .member-since a:hover {
  color: #ff6e0a;
}

/* line 320, app/assets/stylesheets/reports.css.scss */
#main .report.row:first-child {
  border-top: 0;
}

/* line 324, app/assets/stylesheets/reports.css.scss */
#main .report.row.canceled * {
  text-decoration: line-through;
}

/* line 328, app/assets/stylesheets/reports.css.scss */
#main .btn-container {
  margin: 2.5% auto;
}

/* line 333, app/assets/stylesheets/reports.css.scss */
#main #customers-table .customer-name {
  font-size: 1.1em;
}

/* line 337, app/assets/stylesheets/reports.css.scss */
#main #customers-table .edit-customer:hover i {
  color: #015AC8;
}

/* line 346, app/assets/stylesheets/reports.css.scss */
#customer-search-container .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0;
  margin: auto;
  padding: 0;
  line-height: 40px;
  height: 40px;
  border: 0;
  border-radius: 0 7px 7px 0;
  width: 110px;
  vertical-align: middle;
  text-align: center;
}

/* line 364, app/assets/stylesheets/reports.css.scss */
#customer-filter-toggle.btn-group {
  position: absolute;
  right: 415px;
  top: 0px;
  bottom: 0;
  margin: auto;
  padding: 0;
  line-height: 40px;
  height: 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04), 0 7px 14px 1px rgba(50, 50, 93, 0.07);
  cursor: pointer;
  transition: all .17s;
  -o-transition: all .17s;
  -ms-transition: all .17s;
  -moz-transition: all .17s;
  -webkit-transition: all .17s;
  font-size: 1rem;
}

/* line 384, app/assets/stylesheets/reports.css.scss */
#customer-filter-toggle.btn-group i {
  height: 100%;
  line-height: 36px;
  margin-right: 8px;
}

/* line 389, app/assets/stylesheets/reports.css.scss */
#customer-filter-toggle.btn-group * {
  cursor: pointer;
}

/* line 394, app/assets/stylesheets/reports.css.scss */
#customer-filter-toggle:hover {
  color: #27E4C4;
}

/* line 396, app/assets/stylesheets/reports.css.scss */
#customer-filter-toggle:hover svg * {
  fill: #27E4C4;
}

/* line 400, app/assets/stylesheets/reports.css.scss */
#customer-filter-toggle.selected {
  background: #27E4C4;
  color: #fff;
  font-weight: 600;
}

/* line 404, app/assets/stylesheets/reports.css.scss */
#customer-filter-toggle.selected svg * {
  fill: #fff;
}

/* line 408, app/assets/stylesheets/reports.css.scss */
#customer-filter-toggle.selected:hover {
  color: #fff;
}

/* line 410, app/assets/stylesheets/reports.css.scss */
#customer-filter-toggle.selected:hover .filter-btn-text {
  color: #fff;
}

/* line 413, app/assets/stylesheets/reports.css.scss */
#customer-filter-toggle.selected:hover svg * {
  fill: #fff;
}

/* line 418, app/assets/stylesheets/reports.css.scss */
#customers-filter-section {
  margin-bottom: 15px;
  padding-bottom: 70px;
}

/* line 422, app/assets/stylesheets/reports.css.scss */
#customer-filters {
  padding: 1%;
  position: relative;
}

/* line 426, app/assets/stylesheets/reports.css.scss */
#customer-filters .form-label {
  margin-bottom: 3px;
}

/* line 429, app/assets/stylesheets/reports.css.scss */
#customer-filters .active-filters, #customer-filters .negative-filters {
  position: relative;
}

/* line 433, app/assets/stylesheets/reports.css.scss */
#customer-filters #clear-positive-filters, #customer-filters #clear-negative-filters {
  position: absolute;
  right: 0;
  top: -7px;
  height: 18px;
  margin: auto;
  font-size: .9em;
  font-weight: 600;
  color: #aaa;
  cursor: pointer;
}

/* line 444, app/assets/stylesheets/reports.css.scss */
#customer-filters #clear-positive-filters i, #customer-filters #clear-negative-filters i {
  font-size: 18px;
  display: inherit;
  color: #d3d6db;
}

/* line 451, app/assets/stylesheets/reports.css.scss */
#customer-filters #clear-positive-filters:hover i, #customer-filters #clear-negative-filters:hover i {
  color: #cc0000;
}

/* line 456, app/assets/stylesheets/reports.css.scss */
#customer-filters .customer-filter-date {
  min-width: 100px;
  color: #EB0450;
  padding: 0px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  outline: 0;
  font-weight: 500;
  font-size: 1em;
  background: rgba(238, 241, 244, 0.75);
  border: 1px solid transparent;
  box-shadow: 0 0 0 0;
  border-radius: 7px;
}

/* line 472, app/assets/stylesheets/reports.css.scss */
#customer-filters .customer-filter-date:hover {
  border-color: #0880ff;
}

/* line 476, app/assets/stylesheets/reports.css.scss */
#customer-filters .customer-filter-date.active {
  color: #EB0450;
}

/* line 480, app/assets/stylesheets/reports.css.scss */
#customer-filters .currency-symbol-container {
  margin-left: 2px;
}

/* line 483, app/assets/stylesheets/reports.css.scss */
#customer-filters #spend {
  border: 1px solid transparent;
  background: rgba(238, 241, 244, 0.75);
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: calc(100% - 88px);
  max-width: 120px;
  padding-right: 14px;
  padding-left: 16px;
}

/* line 494, app/assets/stylesheets/reports.css.scss */
#customer-filters #spend:hover {
  border-color: #0880ff;
}

/* line 497, app/assets/stylesheets/reports.css.scss */
#customer-filters .selectize-input {
  border-color: transparent;
  background: rgba(238, 241, 244, 0.75);
  cursor: pointer;
}

/* line 502, app/assets/stylesheets/reports.css.scss */
#customer-filters .selectize-control.multi .selectize-input &gt; div {
  background: #fff;
}

/* line 507, app/assets/stylesheets/reports.css.scss */
#customers-count-container {
  padding: 0 10px 15px 15px;
  position: relative;
}

/* line 510, app/assets/stylesheets/reports.css.scss */
#customers-count-container #clear-filters {
  display: inline-block;
  cursor: pointer;
}

/* line 513, app/assets/stylesheets/reports.css.scss */
#customers-count-container #clear-filters i {
  height: 18px;
  margin: auto;
  font-size: 18px;
  line-height: 14px;
  display: inherit;
  color: #c5c9cc;
  cursor: pointer;
  margin-left: 5px;
}

/* line 524, app/assets/stylesheets/reports.css.scss */
#customers-count-container #clear-filters:hover {
  color: #cc0000;
}

/* line 526, app/assets/stylesheets/reports.css.scss */
#customers-count-container #clear-filters:hover i {
  color: #cc0000;
}

/* line 532, app/assets/stylesheets/reports.css.scss */
.export-customers, .export-attendance {
  font-size: .95em;
  font-weight: 500;
  color: #aaa;
  padding: 7px 0;
}

/* line 539, app/assets/stylesheets/reports.css.scss */
.activity-report, .series-report {
  border-bottom: 1px solid #eee;
  padding: 1%;
}

/* line 543, app/assets/stylesheets/reports.css.scss */
.activity-report .inner, .series-report .inner {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 549, app/assets/stylesheets/reports.css.scss */
.activity-report .date, .series-report .date {
  margin-top: 7px;
}

/* line 553, app/assets/stylesheets/reports.css.scss */
.activity-report h4, .series-report h4 {
  margin: 0;
}

/* line 557, app/assets/stylesheets/reports.css.scss */
.activity-report .title, .series-report .title {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 562, app/assets/stylesheets/reports.css.scss */
.activity-report .summary, .series-report .summary {
  display: table;
  background: #f7f7f7;
  padding: 7px;
  border-radius: 3px;
  margin: 0 -7px 0 7px;
}

/* line 569, app/assets/stylesheets/reports.css.scss */
.activity-report .summary span, .series-report .summary span {
  display: table-cell;
  vertical-align: middle;
}

/* line 574, app/assets/stylesheets/reports.css.scss */
.activity-report .summary .row, .series-report .summary .row {
  padding: 3px 0;
}

/* line 579, app/assets/stylesheets/reports.css.scss */
.activity-report .report, .series-report .report {
  clear: both;
}

/* line 583, app/assets/stylesheets/reports.css.scss */
.activity-report .header.row, .series-report .header.row {
  padding: 1% 0;
}

/* line 587, app/assets/stylesheets/reports.css.scss */
.activity-report .reservation-row, .series-report .reservation-row {
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}

/* line 591, app/assets/stylesheets/reports.css.scss */
.activity-report .reservation-row .refunded.row, .series-report .reservation-row .refunded.row {
  color: #cc0000;
}

/* line 596, app/assets/stylesheets/reports.css.scss */
.activity-report .revenue-row, .series-report .revenue-row {
  padding: 0;
}

/* line 599, app/assets/stylesheets/reports.css.scss */
.activity-report .revenue-row .charge-label, .series-report .revenue-row .charge-label {
  text-align: right;
}

/* line 603, app/assets/stylesheets/reports.css.scss */
.activity-report .revenue-row .data, .series-report .revenue-row .data {
  text-align: left;
}

/* line 607, app/assets/stylesheets/reports.css.scss */
.activity-report .revenue-row h6, .series-report .revenue-row h6 {
  padding-top: 3px;
  padding-right: 11px;
  line-height: 19px;
}

/* line 613, app/assets/stylesheets/reports.css.scss */
.activity-report .revenue-row.net, .series-report .revenue-row.net {
  padding-top: 7px;
}

/* line 615, app/assets/stylesheets/reports.css.scss */
.activity-report .revenue-row.net *, .series-report .revenue-row.net * {
  font-weight: 600;
}

/* line 619, app/assets/stylesheets/reports.css.scss */
.activity-report .reservation-row:last-child, .series-report .reservation-row:last-child {
  border: 0;
}

/* line 623, app/assets/stylesheets/reports.css.scss */
.activity-report .top, .series-report .top {
  margin: 1% auto;
  width: 98%;
}

/* line 628, app/assets/stylesheets/reports.css.scss */
.activity-report .report-stats, .series-report .report-stats {
  border: 1px solid #f7f7f7;
  padding: 7px;
}

/* line 633, app/assets/stylesheets/reports.css.scss */
.activity-report .report-table, .series-report .report-table {
  clear: both;
  padding-bottom: 1%;
}

/* line 638, app/assets/stylesheets/reports.css.scss */
.activity-report .report-table:first-child, .series-report .report-table:first-child {
  border-bottom: 1px solid #eee;
}

/* line 642, app/assets/stylesheets/reports.css.scss */
.activity-report .report-table:last-child, .series-report .report-table:last-child {
  border: 0;
}

/* line 647, app/assets/stylesheets/reports.css.scss */
.activity-report:last-child {
  border: 0;
}

/* line 652, app/assets/stylesheets/reports.css.scss */
.customer-report section {
  padding: 0;
}

/* line 656, app/assets/stylesheets/reports.css.scss */
.customer-report .segmented-control {
  margin: 20px auto;
}

/* line 660, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

/* line 666, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .top-container {
  padding: 1%;
  width: 100%;
  margin: 0 auto;
}

/* line 671, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .top-container .customer-full-name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  display: inline-block;
}

/* line 677, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .top-container .member-since {
  padding-left: 7px;
}

/* line 682, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .formatted-time, .customer-report .customer-section .member-since {
  font-size: .95em;
}

/* line 686, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .customer-avatar {
  float: left;
  margin-right: 10px;
  width: 200px;
  height: 200px;
}

/* line 692, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .customer-avatar .view-profile {
  display: block;
}

/* line 696, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .customer-avatar .user-profile, .customer-report .customer-section .customer-avatar .photo-placeholder {
  border-radius: 4px;
  width: 200px;
  height: 200px;
}

/* line 702, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .customer-avatar .photo-placeholder {
  background: #f7f7f7;
  text-align: center;
  display: table;
  margin-bottom: 7px;
}

/* line 708, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .customer-avatar .photo-placeholder span {
  display: table-cell;
  vertical-align: middle;
}

/* line 715, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .contact-info {
  line-height: 1.15em;
  font-size: .95em;
  margin: 3px auto 7px;
  color: inherit;
}

/* line 720, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .contact-info a {
  color: inherit;
}

/* line 724, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .contact-info .email-customer-link {
  display: inline-block;
}

/* line 729, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .kids-section .kid {
  padding: 3px 0;
  margin: 3px 0;
  font-size: .95em;
}

/* line 734, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .kids-section .kid .first-name {
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  margin-right: 5px;
}

/* line 741, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .kids-section .kid .allergies, .customer-report .customer-section .kids-section .kid .notes, .customer-report .customer-section .kids-section .kid .schools {
  font-size: .95em;
}

/* line 743, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .kids-section .kid .allergies i, .customer-report .customer-section .kids-section .kid .notes i, .customer-report .customer-section .kids-section .kid .schools i {
  font-size: 16px;
  line-height: 16px;
  width: 18px;
  margin-left: -2px;
  text-align: center;
}

/* line 754, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .top-line-stats {
  padding: 0;
}

/* line 757, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .top-line-stats .row {
  padding: 3px 0;
}

/* line 760, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .top-line-stats .row h6 {
  font-weight: 600;
  text-align: right;
  padding: 0 5px;
  line-height: 20px;
  text-transform: none;
}

/* line 768, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .top-line-stats .row .stats {
  padding-left: 5px;
  font-size: 0.95em;
  line-height: 20px;
}

/* line 775, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section .top-line-stats .waiver.stats .popover-title {
  border: 0;
}

/* line 783, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section #memberships #customer-memberships-table #active-membership-filter {
  cursor: pointer;
}

/* line 786, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section #memberships #customer-memberships-table #active-membership-filter:hover {
  text-decoration: underline;
}

/* line 789, app/assets/stylesheets/reports.css.scss */
.customer-report .customer-section #memberships #customer-memberships-table #active-membership-filter.active {
  color: #EB0450;
}

/* line 796, app/assets/stylesheets/reports.css.scss */
.customer-report .title {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  padding-right: 7px;
  font-size: 1.2em;
}

/* line 804, app/assets/stylesheets/reports.css.scss */
.customer-report .kids, .customer-report .caregivers, .customer-report .promos, .customer-report .waitlists, .customer-report .reservations {
  border-top: 1px solid #f7f7f7;
}

/* line 806, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .customer.reservation, .customer-report .kids .row, .customer-report .caregivers .customer.reservation, .customer-report .caregivers .row, .customer-report .promos .customer.reservation, .customer-report .promos .row, .customer-report .waitlists .customer.reservation, .customer-report .waitlists .row, .customer-report .reservations .customer.reservation, .customer-report .reservations .row {
  border: 0;
  padding: 0;
}

/* line 812, app/assets/stylesheets/reports.css.scss */
.customer-report .summary.row {
  border-top: 1px solid #ddd;
  margin: 1% auto 0;
  padding-top: .5%;
}

/* line 819, app/assets/stylesheets/reports.css.scss */
.customer-report section h3 {
  margin: 0;
}

/* line 824, app/assets/stylesheets/reports.css.scss */
.customer-report .bordered {
  padding: 1%;
  border-radius: 7px;
}

/* line 829, app/assets/stylesheets/reports.css.scss */
.customer-report .kids, .customer-report .caregivers, .customer-report .promos, .customer-report .emails, .customer-report .edit, .customer-report .waitlists, .customer-report .purchases, .customer-report .reservations, .customer-report .forms, .customer-report .invoices, .customer-report .questions {
  clear: both;
}

/* line 832, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .kid.row, .customer-report .kids .provider-kid.row, .customer-report .kids .caregiver.row, .customer-report .kids .promo.row, .customer-report .kids .waitlist.row, .customer-report .kids .email.row, .customer-report .kids .edit.row, .customer-report .kids .purchase.row, .customer-report .kids .reservation.row, .customer-report .kids .invoice.row, .customer-report .kids .charge.row, .customer-report .caregivers .kid.row, .customer-report .caregivers .provider-kid.row, .customer-report .caregivers .caregiver.row, .customer-report .caregivers .promo.row, .customer-report .caregivers .waitlist.row, .customer-report .caregivers .email.row, .customer-report .caregivers .edit.row, .customer-report .caregivers .purchase.row, .customer-report .caregivers .reservation.row, .customer-report .caregivers .invoice.row, .customer-report .caregivers .charge.row, .customer-report .promos .kid.row, .customer-report .promos .provider-kid.row, .customer-report .promos .caregiver.row, .customer-report .promos .promo.row, .customer-report .promos .waitlist.row, .customer-report .promos .email.row, .customer-report .promos .edit.row, .customer-report .promos .purchase.row, .customer-report .promos .reservation.row, .customer-report .promos .invoice.row, .customer-report .promos .charge.row, .customer-report .emails .kid.row, .customer-report .emails .provider-kid.row, .customer-report .emails .caregiver.row, .customer-report .emails .promo.row, .customer-report .emails .waitlist.row, .customer-report .emails .email.row, .customer-report .emails .edit.row, .customer-report .emails .purchase.row, .customer-report .emails .reservation.row, .customer-report .emails .invoice.row, .customer-report .emails .charge.row, .customer-report .edit .kid.row, .customer-report .edit .provider-kid.row, .customer-report .edit .caregiver.row, .customer-report .edit .promo.row, .customer-report .edit .waitlist.row, .customer-report .edit .email.row, .customer-report .edit .edit.row, .customer-report .edit .purchase.row, .customer-report .edit .reservation.row, .customer-report .edit .invoice.row, .customer-report .edit .charge.row, .customer-report .waitlists .kid.row, .customer-report .waitlists .provider-kid.row, .customer-report .waitlists .caregiver.row, .customer-report .waitlists .promo.row, .customer-report .waitlists .waitlist.row, .customer-report .waitlists .email.row, .customer-report .waitlists .edit.row, .customer-report .waitlists .purchase.row, .customer-report .waitlists .reservation.row, .customer-report .waitlists .invoice.row, .customer-report .waitlists .charge.row, .customer-report .purchases .kid.row, .customer-report .purchases .provider-kid.row, .customer-report .purchases .caregiver.row, .customer-report .purchases .promo.row, .customer-report .purchases .waitlist.row, .customer-report .purchases .email.row, .customer-report .purchases .edit.row, .customer-report .purchases .purchase.row, .customer-report .purchases .reservation.row, .customer-report .purchases .invoice.row, .customer-report .purchases .charge.row, .customer-report .reservations .kid.row, .customer-report .reservations .provider-kid.row, .customer-report .reservations .caregiver.row, .customer-report .reservations .promo.row, .customer-report .reservations .waitlist.row, .customer-report .reservations .email.row, .customer-report .reservations .edit.row, .customer-report .reservations .purchase.row, .customer-report .reservations .reservation.row, .customer-report .reservations .invoice.row, .customer-report .reservations .charge.row, .customer-report .forms .kid.row, .customer-report .forms .provider-kid.row, .customer-report .forms .caregiver.row, .customer-report .forms .promo.row, .customer-report .forms .waitlist.row, .customer-report .forms .email.row, .customer-report .forms .edit.row, .customer-report .forms .purchase.row, .customer-report .forms .reservation.row, .customer-report .forms .invoice.row, .customer-report .forms .charge.row, .customer-report .invoices .kid.row, .customer-report .invoices .provider-kid.row, .customer-report .invoices .caregiver.row, .customer-report .invoices .promo.row, .customer-report .invoices .waitlist.row, .customer-report .invoices .email.row, .customer-report .invoices .edit.row, .customer-report .invoices .purchase.row, .customer-report .invoices .reservation.row, .customer-report .invoices .invoice.row, .customer-report .invoices .charge.row, .customer-report .questions .kid.row, .customer-report .questions .provider-kid.row, .customer-report .questions .caregiver.row, .customer-report .questions .promo.row, .customer-report .questions .waitlist.row, .customer-report .questions .email.row, .customer-report .questions .edit.row, .customer-report .questions .purchase.row, .customer-report .questions .reservation.row, .customer-report .questions .invoice.row, .customer-report .questions .charge.row {
  padding: 7px 0;
  margin: 0;
}

/* line 836, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .kid.row.canceled *, .customer-report .kids .provider-kid.row.canceled *, .customer-report .kids .caregiver.row.canceled *, .customer-report .kids .promo.row.canceled *, .customer-report .kids .waitlist.row.canceled *, .customer-report .kids .email.row.canceled *, .customer-report .kids .edit.row.canceled *, .customer-report .kids .purchase.row.canceled *, .customer-report .kids .reservation.row.canceled *, .customer-report .kids .invoice.row.canceled *, .customer-report .kids .charge.row.canceled *, .customer-report .caregivers .kid.row.canceled *, .customer-report .caregivers .provider-kid.row.canceled *, .customer-report .caregivers .caregiver.row.canceled *, .customer-report .caregivers .promo.row.canceled *, .customer-report .caregivers .waitlist.row.canceled *, .customer-report .caregivers .email.row.canceled *, .customer-report .caregivers .edit.row.canceled *, .customer-report .caregivers .purchase.row.canceled *, .customer-report .caregivers .reservation.row.canceled *, .customer-report .caregivers .invoice.row.canceled *, .customer-report .caregivers .charge.row.canceled *, .customer-report .promos .kid.row.canceled *, .customer-report .promos .provider-kid.row.canceled *, .customer-report .promos .caregiver.row.canceled *, .customer-report .promos .promo.row.canceled *, .customer-report .promos .waitlist.row.canceled *, .customer-report .promos .email.row.canceled *, .customer-report .promos .edit.row.canceled *, .customer-report .promos .purchase.row.canceled *, .customer-report .promos .reservation.row.canceled *, .customer-report .promos .invoice.row.canceled *, .customer-report .promos .charge.row.canceled *, .customer-report .emails .kid.row.canceled *, .customer-report .emails .provider-kid.row.canceled *, .customer-report .emails .caregiver.row.canceled *, .customer-report .emails .promo.row.canceled *, .customer-report .emails .waitlist.row.canceled *, .customer-report .emails .email.row.canceled *, .customer-report .emails .edit.row.canceled *, .customer-report .emails .purchase.row.canceled *, .customer-report .emails .reservation.row.canceled *, .customer-report .emails .invoice.row.canceled *, .customer-report .emails .charge.row.canceled *, .customer-report .edit .kid.row.canceled *, .customer-report .edit .provider-kid.row.canceled *, .customer-report .edit .caregiver.row.canceled *, .customer-report .edit .promo.row.canceled *, .customer-report .edit .waitlist.row.canceled *, .customer-report .edit .email.row.canceled *, .customer-report .edit .edit.row.canceled *, .customer-report .edit .purchase.row.canceled *, .customer-report .edit .reservation.row.canceled *, .customer-report .edit .invoice.row.canceled *, .customer-report .edit .charge.row.canceled *, .customer-report .waitlists .kid.row.canceled *, .customer-report .waitlists .provider-kid.row.canceled *, .customer-report .waitlists .caregiver.row.canceled *, .customer-report .waitlists .promo.row.canceled *, .customer-report .waitlists .waitlist.row.canceled *, .customer-report .waitlists .email.row.canceled *, .customer-report .waitlists .edit.row.canceled *, .customer-report .waitlists .purchase.row.canceled *, .customer-report .waitlists .reservation.row.canceled *, .customer-report .waitlists .invoice.row.canceled *, .customer-report .waitlists .charge.row.canceled *, .customer-report .purchases .kid.row.canceled *, .customer-report .purchases .provider-kid.row.canceled *, .customer-report .purchases .caregiver.row.canceled *, .customer-report .purchases .promo.row.canceled *, .customer-report .purchases .waitlist.row.canceled *, .customer-report .purchases .email.row.canceled *, .customer-report .purchases .edit.row.canceled *, .customer-report .purchases .purchase.row.canceled *, .customer-report .purchases .reservation.row.canceled *, .customer-report .purchases .invoice.row.canceled *, .customer-report .purchases .charge.row.canceled *, .customer-report .reservations .kid.row.canceled *, .customer-report .reservations .provider-kid.row.canceled *, .customer-report .reservations .caregiver.row.canceled *, .customer-report .reservations .promo.row.canceled *, .customer-report .reservations .waitlist.row.canceled *, .customer-report .reservations .email.row.canceled *, .customer-report .reservations .edit.row.canceled *, .customer-report .reservations .purchase.row.canceled *, .customer-report .reservations .reservation.row.canceled *, .customer-report .reservations .invoice.row.canceled *, .customer-report .reservations .charge.row.canceled *, .customer-report .forms .kid.row.canceled *, .customer-report .forms .provider-kid.row.canceled *, .customer-report .forms .caregiver.row.canceled *, .customer-report .forms .promo.row.canceled *, .customer-report .forms .waitlist.row.canceled *, .customer-report .forms .email.row.canceled *, .customer-report .forms .edit.row.canceled *, .customer-report .forms .purchase.row.canceled *, .customer-report .forms .reservation.row.canceled *, .customer-report .forms .invoice.row.canceled *, .customer-report .forms .charge.row.canceled *, .customer-report .invoices .kid.row.canceled *, .customer-report .invoices .provider-kid.row.canceled *, .customer-report .invoices .caregiver.row.canceled *, .customer-report .invoices .promo.row.canceled *, .customer-report .invoices .waitlist.row.canceled *, .customer-report .invoices .email.row.canceled *, .customer-report .invoices .edit.row.canceled *, .customer-report .invoices .purchase.row.canceled *, .customer-report .invoices .reservation.row.canceled *, .customer-report .invoices .invoice.row.canceled *, .customer-report .invoices .charge.row.canceled *, .customer-report .questions .kid.row.canceled *, .customer-report .questions .provider-kid.row.canceled *, .customer-report .questions .caregiver.row.canceled *, .customer-report .questions .promo.row.canceled *, .customer-report .questions .waitlist.row.canceled *, .customer-report .questions .email.row.canceled *, .customer-report .questions .edit.row.canceled *, .customer-report .questions .purchase.row.canceled *, .customer-report .questions .reservation.row.canceled *, .customer-report .questions .invoice.row.canceled *, .customer-report .questions .charge.row.canceled * {
  text-decoration: line-through;
  color: #aaa;
}

/* line 842, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .kid.row.completed *, .customer-report .kids .provider-kid.row.completed *, .customer-report .kids .caregiver.row.completed *, .customer-report .kids .promo.row.completed *, .customer-report .kids .waitlist.row.completed *, .customer-report .kids .email.row.completed *, .customer-report .kids .edit.row.completed *, .customer-report .kids .purchase.row.completed *, .customer-report .kids .reservation.row.completed *, .customer-report .kids .invoice.row.completed *, .customer-report .kids .charge.row.completed *, .customer-report .caregivers .kid.row.completed *, .customer-report .caregivers .provider-kid.row.completed *, .customer-report .caregivers .caregiver.row.completed *, .customer-report .caregivers .promo.row.completed *, .customer-report .caregivers .waitlist.row.completed *, .customer-report .caregivers .email.row.completed *, .customer-report .caregivers .edit.row.completed *, .customer-report .caregivers .purchase.row.completed *, .customer-report .caregivers .reservation.row.completed *, .customer-report .caregivers .invoice.row.completed *, .customer-report .caregivers .charge.row.completed *, .customer-report .promos .kid.row.completed *, .customer-report .promos .provider-kid.row.completed *, .customer-report .promos .caregiver.row.completed *, .customer-report .promos .promo.row.completed *, .customer-report .promos .waitlist.row.completed *, .customer-report .promos .email.row.completed *, .customer-report .promos .edit.row.completed *, .customer-report .promos .purchase.row.completed *, .customer-report .promos .reservation.row.completed *, .customer-report .promos .invoice.row.completed *, .customer-report .promos .charge.row.completed *, .customer-report .emails .kid.row.completed *, .customer-report .emails .provider-kid.row.completed *, .customer-report .emails .caregiver.row.completed *, .customer-report .emails .promo.row.completed *, .customer-report .emails .waitlist.row.completed *, .customer-report .emails .email.row.completed *, .customer-report .emails .edit.row.completed *, .customer-report .emails .purchase.row.completed *, .customer-report .emails .reservation.row.completed *, .customer-report .emails .invoice.row.completed *, .customer-report .emails .charge.row.completed *, .customer-report .edit .kid.row.completed *, .customer-report .edit .provider-kid.row.completed *, .customer-report .edit .caregiver.row.completed *, .customer-report .edit .promo.row.completed *, .customer-report .edit .waitlist.row.completed *, .customer-report .edit .email.row.completed *, .customer-report .edit .edit.row.completed *, .customer-report .edit .purchase.row.completed *, .customer-report .edit .reservation.row.completed *, .customer-report .edit .invoice.row.completed *, .customer-report .edit .charge.row.completed *, .customer-report .waitlists .kid.row.completed *, .customer-report .waitlists .provider-kid.row.completed *, .customer-report .waitlists .caregiver.row.completed *, .customer-report .waitlists .promo.row.completed *, .customer-report .waitlists .waitlist.row.completed *, .customer-report .waitlists .email.row.completed *, .customer-report .waitlists .edit.row.completed *, .customer-report .waitlists .purchase.row.completed *, .customer-report .waitlists .reservation.row.completed *, .customer-report .waitlists .invoice.row.completed *, .customer-report .waitlists .charge.row.completed *, .customer-report .purchases .kid.row.completed *, .customer-report .purchases .provider-kid.row.completed *, .customer-report .purchases .caregiver.row.completed *, .customer-report .purchases .promo.row.completed *, .customer-report .purchases .waitlist.row.completed *, .customer-report .purchases .email.row.completed *, .customer-report .purchases .edit.row.completed *, .customer-report .purchases .purchase.row.completed *, .customer-report .purchases .reservation.row.completed *, .customer-report .purchases .invoice.row.completed *, .customer-report .purchases .charge.row.completed *, .customer-report .reservations .kid.row.completed *, .customer-report .reservations .provider-kid.row.completed *, .customer-report .reservations .caregiver.row.completed *, .customer-report .reservations .promo.row.completed *, .customer-report .reservations .waitlist.row.completed *, .customer-report .reservations .email.row.completed *, .customer-report .reservations .edit.row.completed *, .customer-report .reservations .purchase.row.completed *, .customer-report .reservations .reservation.row.completed *, .customer-report .reservations .invoice.row.completed *, .customer-report .reservations .charge.row.completed *, .customer-report .forms .kid.row.completed *, .customer-report .forms .provider-kid.row.completed *, .customer-report .forms .caregiver.row.completed *, .customer-report .forms .promo.row.completed *, .customer-report .forms .waitlist.row.completed *, .customer-report .forms .email.row.completed *, .customer-report .forms .edit.row.completed *, .customer-report .forms .purchase.row.completed *, .customer-report .forms .reservation.row.completed *, .customer-report .forms .invoice.row.completed *, .customer-report .forms .charge.row.completed *, .customer-report .invoices .kid.row.completed *, .customer-report .invoices .provider-kid.row.completed *, .customer-report .invoices .caregiver.row.completed *, .customer-report .invoices .promo.row.completed *, .customer-report .invoices .waitlist.row.completed *, .customer-report .invoices .email.row.completed *, .customer-report .invoices .edit.row.completed *, .customer-report .invoices .purchase.row.completed *, .customer-report .invoices .reservation.row.completed *, .customer-report .invoices .invoice.row.completed *, .customer-report .invoices .charge.row.completed *, .customer-report .questions .kid.row.completed *, .customer-report .questions .provider-kid.row.completed *, .customer-report .questions .caregiver.row.completed *, .customer-report .questions .promo.row.completed *, .customer-report .questions .waitlist.row.completed *, .customer-report .questions .email.row.completed *, .customer-report .questions .edit.row.completed *, .customer-report .questions .purchase.row.completed *, .customer-report .questions .reservation.row.completed *, .customer-report .questions .invoice.row.completed *, .customer-report .questions .charge.row.completed * {
  color: #aaa;
}

/* line 846, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .kid.row .view-answers-link, .customer-report .kids .provider-kid.row .view-answers-link, .customer-report .kids .caregiver.row .view-answers-link, .customer-report .kids .promo.row .view-answers-link, .customer-report .kids .waitlist.row .view-answers-link, .customer-report .kids .email.row .view-answers-link, .customer-report .kids .edit.row .view-answers-link, .customer-report .kids .purchase.row .view-answers-link, .customer-report .kids .reservation.row .view-answers-link, .customer-report .kids .invoice.row .view-answers-link, .customer-report .kids .charge.row .view-answers-link, .customer-report .caregivers .kid.row .view-answers-link, .customer-report .caregivers .provider-kid.row .view-answers-link, .customer-report .caregivers .caregiver.row .view-answers-link, .customer-report .caregivers .promo.row .view-answers-link, .customer-report .caregivers .waitlist.row .view-answers-link, .customer-report .caregivers .email.row .view-answers-link, .customer-report .caregivers .edit.row .view-answers-link, .customer-report .caregivers .purchase.row .view-answers-link, .customer-report .caregivers .reservation.row .view-answers-link, .customer-report .caregivers .invoice.row .view-answers-link, .customer-report .caregivers .charge.row .view-answers-link, .customer-report .promos .kid.row .view-answers-link, .customer-report .promos .provider-kid.row .view-answers-link, .customer-report .promos .caregiver.row .view-answers-link, .customer-report .promos .promo.row .view-answers-link, .customer-report .promos .waitlist.row .view-answers-link, .customer-report .promos .email.row .view-answers-link, .customer-report .promos .edit.row .view-answers-link, .customer-report .promos .purchase.row .view-answers-link, .customer-report .promos .reservation.row .view-answers-link, .customer-report .promos .invoice.row .view-answers-link, .customer-report .promos .charge.row .view-answers-link, .customer-report .emails .kid.row .view-answers-link, .customer-report .emails .provider-kid.row .view-answers-link, .customer-report .emails .caregiver.row .view-answers-link, .customer-report .emails .promo.row .view-answers-link, .customer-report .emails .waitlist.row .view-answers-link, .customer-report .emails .email.row .view-answers-link, .customer-report .emails .edit.row .view-answers-link, .customer-report .emails .purchase.row .view-answers-link, .customer-report .emails .reservation.row .view-answers-link, .customer-report .emails .invoice.row .view-answers-link, .customer-report .emails .charge.row .view-answers-link, .customer-report .edit .kid.row .view-answers-link, .customer-report .edit .provider-kid.row .view-answers-link, .customer-report .edit .caregiver.row .view-answers-link, .customer-report .edit .promo.row .view-answers-link, .customer-report .edit .waitlist.row .view-answers-link, .customer-report .edit .email.row .view-answers-link, .customer-report .edit .edit.row .view-answers-link, .customer-report .edit .purchase.row .view-answers-link, .customer-report .edit .reservation.row .view-answers-link, .customer-report .edit .invoice.row .view-answers-link, .customer-report .edit .charge.row .view-answers-link, .customer-report .waitlists .kid.row .view-answers-link, .customer-report .waitlists .provider-kid.row .view-answers-link, .customer-report .waitlists .caregiver.row .view-answers-link, .customer-report .waitlists .promo.row .view-answers-link, .customer-report .waitlists .waitlist.row .view-answers-link, .customer-report .waitlists .email.row .view-answers-link, .customer-report .waitlists .edit.row .view-answers-link, .customer-report .waitlists .purchase.row .view-answers-link, .customer-report .waitlists .reservation.row .view-answers-link, .customer-report .waitlists .invoice.row .view-answers-link, .customer-report .waitlists .charge.row .view-answers-link, .customer-report .purchases .kid.row .view-answers-link, .customer-report .purchases .provider-kid.row .view-answers-link, .customer-report .purchases .caregiver.row .view-answers-link, .customer-report .purchases .promo.row .view-answers-link, .customer-report .purchases .waitlist.row .view-answers-link, .customer-report .purchases .email.row .view-answers-link, .customer-report .purchases .edit.row .view-answers-link, .customer-report .purchases .purchase.row .view-answers-link, .customer-report .purchases .reservation.row .view-answers-link, .customer-report .purchases .invoice.row .view-answers-link, .customer-report .purchases .charge.row .view-answers-link, .customer-report .reservations .kid.row .view-answers-link, .customer-report .reservations .provider-kid.row .view-answers-link, .customer-report .reservations .caregiver.row .view-answers-link, .customer-report .reservations .promo.row .view-answers-link, .customer-report .reservations .waitlist.row .view-answers-link, .customer-report .reservations .email.row .view-answers-link, .customer-report .reservations .edit.row .view-answers-link, .customer-report .reservations .purchase.row .view-answers-link, .customer-report .reservations .reservation.row .view-answers-link, .customer-report .reservations .invoice.row .view-answers-link, .customer-report .reservations .charge.row .view-answers-link, .customer-report .forms .kid.row .view-answers-link, .customer-report .forms .provider-kid.row .view-answers-link, .customer-report .forms .caregiver.row .view-answers-link, .customer-report .forms .promo.row .view-answers-link, .customer-report .forms .waitlist.row .view-answers-link, .customer-report .forms .email.row .view-answers-link, .customer-report .forms .edit.row .view-answers-link, .customer-report .forms .purchase.row .view-answers-link, .customer-report .forms .reservation.row .view-answers-link, .customer-report .forms .invoice.row .view-answers-link, .customer-report .forms .charge.row .view-answers-link, .customer-report .invoices .kid.row .view-answers-link, .customer-report .invoices .provider-kid.row .view-answers-link, .customer-report .invoices .caregiver.row .view-answers-link, .customer-report .invoices .promo.row .view-answers-link, .customer-report .invoices .waitlist.row .view-answers-link, .customer-report .invoices .email.row .view-answers-link, .customer-report .invoices .edit.row .view-answers-link, .customer-report .invoices .purchase.row .view-answers-link, .customer-report .invoices .reservation.row .view-answers-link, .customer-report .invoices .invoice.row .view-answers-link, .customer-report .invoices .charge.row .view-answers-link, .customer-report .questions .kid.row .view-answers-link, .customer-report .questions .provider-kid.row .view-answers-link, .customer-report .questions .caregiver.row .view-answers-link, .customer-report .questions .promo.row .view-answers-link, .customer-report .questions .waitlist.row .view-answers-link, .customer-report .questions .email.row .view-answers-link, .customer-report .questions .edit.row .view-answers-link, .customer-report .questions .purchase.row .view-answers-link, .customer-report .questions .reservation.row .view-answers-link, .customer-report .questions .invoice.row .view-answers-link, .customer-report .questions .charge.row .view-answers-link {
  color: #2196F3;
  cursor: pointer;
}

/* line 850, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .kid.row .first-name, .customer-report .kids .provider-kid.row .first-name, .customer-report .kids .caregiver.row .first-name, .customer-report .kids .promo.row .first-name, .customer-report .kids .waitlist.row .first-name, .customer-report .kids .email.row .first-name, .customer-report .kids .edit.row .first-name, .customer-report .kids .purchase.row .first-name, .customer-report .kids .reservation.row .first-name, .customer-report .kids .invoice.row .first-name, .customer-report .kids .charge.row .first-name, .customer-report .caregivers .kid.row .first-name, .customer-report .caregivers .provider-kid.row .first-name, .customer-report .caregivers .caregiver.row .first-name, .customer-report .caregivers .promo.row .first-name, .customer-report .caregivers .waitlist.row .first-name, .customer-report .caregivers .email.row .first-name, .customer-report .caregivers .edit.row .first-name, .customer-report .caregivers .purchase.row .first-name, .customer-report .caregivers .reservation.row .first-name, .customer-report .caregivers .invoice.row .first-name, .customer-report .caregivers .charge.row .first-name, .customer-report .promos .kid.row .first-name, .customer-report .promos .provider-kid.row .first-name, .customer-report .promos .caregiver.row .first-name, .customer-report .promos .promo.row .first-name, .customer-report .promos .waitlist.row .first-name, .customer-report .promos .email.row .first-name, .customer-report .promos .edit.row .first-name, .customer-report .promos .purchase.row .first-name, .customer-report .promos .reservation.row .first-name, .customer-report .promos .invoice.row .first-name, .customer-report .promos .charge.row .first-name, .customer-report .emails .kid.row .first-name, .customer-report .emails .provider-kid.row .first-name, .customer-report .emails .caregiver.row .first-name, .customer-report .emails .promo.row .first-name, .customer-report .emails .waitlist.row .first-name, .customer-report .emails .email.row .first-name, .customer-report .emails .edit.row .first-name, .customer-report .emails .purchase.row .first-name, .customer-report .emails .reservation.row .first-name, .customer-report .emails .invoice.row .first-name, .customer-report .emails .charge.row .first-name, .customer-report .edit .kid.row .first-name, .customer-report .edit .provider-kid.row .first-name, .customer-report .edit .caregiver.row .first-name, .customer-report .edit .promo.row .first-name, .customer-report .edit .waitlist.row .first-name, .customer-report .edit .email.row .first-name, .customer-report .edit .edit.row .first-name, .customer-report .edit .purchase.row .first-name, .customer-report .edit .reservation.row .first-name, .customer-report .edit .invoice.row .first-name, .customer-report .edit .charge.row .first-name, .customer-report .waitlists .kid.row .first-name, .customer-report .waitlists .provider-kid.row .first-name, .customer-report .waitlists .caregiver.row .first-name, .customer-report .waitlists .promo.row .first-name, .customer-report .waitlists .waitlist.row .first-name, .customer-report .waitlists .email.row .first-name, .customer-report .waitlists .edit.row .first-name, .customer-report .waitlists .purchase.row .first-name, .customer-report .waitlists .reservation.row .first-name, .customer-report .waitlists .invoice.row .first-name, .customer-report .waitlists .charge.row .first-name, .customer-report .purchases .kid.row .first-name, .customer-report .purchases .provider-kid.row .first-name, .customer-report .purchases .caregiver.row .first-name, .customer-report .purchases .promo.row .first-name, .customer-report .purchases .waitlist.row .first-name, .customer-report .purchases .email.row .first-name, .customer-report .purchases .edit.row .first-name, .customer-report .purchases .purchase.row .first-name, .customer-report .purchases .reservation.row .first-name, .customer-report .purchases .invoice.row .first-name, .customer-report .purchases .charge.row .first-name, .customer-report .reservations .kid.row .first-name, .customer-report .reservations .provider-kid.row .first-name, .customer-report .reservations .caregiver.row .first-name, .customer-report .reservations .promo.row .first-name, .customer-report .reservations .waitlist.row .first-name, .customer-report .reservations .email.row .first-name, .customer-report .reservations .edit.row .first-name, .customer-report .reservations .purchase.row .first-name, .customer-report .reservations .reservation.row .first-name, .customer-report .reservations .invoice.row .first-name, .customer-report .reservations .charge.row .first-name, .customer-report .forms .kid.row .first-name, .customer-report .forms .provider-kid.row .first-name, .customer-report .forms .caregiver.row .first-name, .customer-report .forms .promo.row .first-name, .customer-report .forms .waitlist.row .first-name, .customer-report .forms .email.row .first-name, .customer-report .forms .edit.row .first-name, .customer-report .forms .purchase.row .first-name, .customer-report .forms .reservation.row .first-name, .customer-report .forms .invoice.row .first-name, .customer-report .forms .charge.row .first-name, .customer-report .invoices .kid.row .first-name, .customer-report .invoices .provider-kid.row .first-name, .customer-report .invoices .caregiver.row .first-name, .customer-report .invoices .promo.row .first-name, .customer-report .invoices .waitlist.row .first-name, .customer-report .invoices .email.row .first-name, .customer-report .invoices .edit.row .first-name, .customer-report .invoices .purchase.row .first-name, .customer-report .invoices .reservation.row .first-name, .customer-report .invoices .invoice.row .first-name, .customer-report .invoices .charge.row .first-name, .customer-report .questions .kid.row .first-name, .customer-report .questions .provider-kid.row .first-name, .customer-report .questions .caregiver.row .first-name, .customer-report .questions .promo.row .first-name, .customer-report .questions .waitlist.row .first-name, .customer-report .questions .email.row .first-name, .customer-report .questions .edit.row .first-name, .customer-report .questions .purchase.row .first-name, .customer-report .questions .reservation.row .first-name, .customer-report .questions .invoice.row .first-name, .customer-report .questions .charge.row .first-name {
  font-weight: 600;
}

/* line 854, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .kid.row .kid-info-list li, .customer-report .kids .provider-kid.row .kid-info-list li, .customer-report .kids .caregiver.row .kid-info-list li, .customer-report .kids .promo.row .kid-info-list li, .customer-report .kids .waitlist.row .kid-info-list li, .customer-report .kids .email.row .kid-info-list li, .customer-report .kids .edit.row .kid-info-list li, .customer-report .kids .purchase.row .kid-info-list li, .customer-report .kids .reservation.row .kid-info-list li, .customer-report .kids .invoice.row .kid-info-list li, .customer-report .kids .charge.row .kid-info-list li, .customer-report .caregivers .kid.row .kid-info-list li, .customer-report .caregivers .provider-kid.row .kid-info-list li, .customer-report .caregivers .caregiver.row .kid-info-list li, .customer-report .caregivers .promo.row .kid-info-list li, .customer-report .caregivers .waitlist.row .kid-info-list li, .customer-report .caregivers .email.row .kid-info-list li, .customer-report .caregivers .edit.row .kid-info-list li, .customer-report .caregivers .purchase.row .kid-info-list li, .customer-report .caregivers .reservation.row .kid-info-list li, .customer-report .caregivers .invoice.row .kid-info-list li, .customer-report .caregivers .charge.row .kid-info-list li, .customer-report .promos .kid.row .kid-info-list li, .customer-report .promos .provider-kid.row .kid-info-list li, .customer-report .promos .caregiver.row .kid-info-list li, .customer-report .promos .promo.row .kid-info-list li, .customer-report .promos .waitlist.row .kid-info-list li, .customer-report .promos .email.row .kid-info-list li, .customer-report .promos .edit.row .kid-info-list li, .customer-report .promos .purchase.row .kid-info-list li, .customer-report .promos .reservation.row .kid-info-list li, .customer-report .promos .invoice.row .kid-info-list li, .customer-report .promos .charge.row .kid-info-list li, .customer-report .emails .kid.row .kid-info-list li, .customer-report .emails .provider-kid.row .kid-info-list li, .customer-report .emails .caregiver.row .kid-info-list li, .customer-report .emails .promo.row .kid-info-list li, .customer-report .emails .waitlist.row .kid-info-list li, .customer-report .emails .email.row .kid-info-list li, .customer-report .emails .edit.row .kid-info-list li, .customer-report .emails .purchase.row .kid-info-list li, .customer-report .emails .reservation.row .kid-info-list li, .customer-report .emails .invoice.row .kid-info-list li, .customer-report .emails .charge.row .kid-info-list li, .customer-report .edit .kid.row .kid-info-list li, .customer-report .edit .provider-kid.row .kid-info-list li, .customer-report .edit .caregiver.row .kid-info-list li, .customer-report .edit .promo.row .kid-info-list li, .customer-report .edit .waitlist.row .kid-info-list li, .customer-report .edit .email.row .kid-info-list li, .customer-report .edit .edit.row .kid-info-list li, .customer-report .edit .purchase.row .kid-info-list li, .customer-report .edit .reservation.row .kid-info-list li, .customer-report .edit .invoice.row .kid-info-list li, .customer-report .edit .charge.row .kid-info-list li, .customer-report .waitlists .kid.row .kid-info-list li, .customer-report .waitlists .provider-kid.row .kid-info-list li, .customer-report .waitlists .caregiver.row .kid-info-list li, .customer-report .waitlists .promo.row .kid-info-list li, .customer-report .waitlists .waitlist.row .kid-info-list li, .customer-report .waitlists .email.row .kid-info-list li, .customer-report .waitlists .edit.row .kid-info-list li, .customer-report .waitlists .purchase.row .kid-info-list li, .customer-report .waitlists .reservation.row .kid-info-list li, .customer-report .waitlists .invoice.row .kid-info-list li, .customer-report .waitlists .charge.row .kid-info-list li, .customer-report .purchases .kid.row .kid-info-list li, .customer-report .purchases .provider-kid.row .kid-info-list li, .customer-report .purchases .caregiver.row .kid-info-list li, .customer-report .purchases .promo.row .kid-info-list li, .customer-report .purchases .waitlist.row .kid-info-list li, .customer-report .purchases .email.row .kid-info-list li, .customer-report .purchases .edit.row .kid-info-list li, .customer-report .purchases .purchase.row .kid-info-list li, .customer-report .purchases .reservation.row .kid-info-list li, .customer-report .purchases .invoice.row .kid-info-list li, .customer-report .purchases .charge.row .kid-info-list li, .customer-report .reservations .kid.row .kid-info-list li, .customer-report .reservations .provider-kid.row .kid-info-list li, .customer-report .reservations .caregiver.row .kid-info-list li, .customer-report .reservations .promo.row .kid-info-list li, .customer-report .reservations .waitlist.row .kid-info-list li, .customer-report .reservations .email.row .kid-info-list li, .customer-report .reservations .edit.row .kid-info-list li, .customer-report .reservations .purchase.row .kid-info-list li, .customer-report .reservations .reservation.row .kid-info-list li, .customer-report .reservations .invoice.row .kid-info-list li, .customer-report .reservations .charge.row .kid-info-list li, .customer-report .forms .kid.row .kid-info-list li, .customer-report .forms .provider-kid.row .kid-info-list li, .customer-report .forms .caregiver.row .kid-info-list li, .customer-report .forms .promo.row .kid-info-list li, .customer-report .forms .waitlist.row .kid-info-list li, .customer-report .forms .email.row .kid-info-list li, .customer-report .forms .edit.row .kid-info-list li, .customer-report .forms .purchase.row .kid-info-list li, .customer-report .forms .reservation.row .kid-info-list li, .customer-report .forms .invoice.row .kid-info-list li, .customer-report .forms .charge.row .kid-info-list li, .customer-report .invoices .kid.row .kid-info-list li, .customer-report .invoices .provider-kid.row .kid-info-list li, .customer-report .invoices .caregiver.row .kid-info-list li, .customer-report .invoices .promo.row .kid-info-list li, .customer-report .invoices .waitlist.row .kid-info-list li, .customer-report .invoices .email.row .kid-info-list li, .customer-report .invoices .edit.row .kid-info-list li, .customer-report .invoices .purchase.row .kid-info-list li, .customer-report .invoices .reservation.row .kid-info-list li, .customer-report .invoices .invoice.row .kid-info-list li, .customer-report .invoices .charge.row .kid-info-list li, .customer-report .questions .kid.row .kid-info-list li, .customer-report .questions .provider-kid.row .kid-info-list li, .customer-report .questions .caregiver.row .kid-info-list li, .customer-report .questions .promo.row .kid-info-list li, .customer-report .questions .waitlist.row .kid-info-list li, .customer-report .questions .email.row .kid-info-list li, .customer-report .questions .edit.row .kid-info-list li, .customer-report .questions .purchase.row .kid-info-list li, .customer-report .questions .reservation.row .kid-info-list li, .customer-report .questions .invoice.row .kid-info-list li, .customer-report .questions .charge.row .kid-info-list li {
  list-style: initial;
  list-style-position: inside;
  text-indent: 0;
  font-size: .9em;
  line-height: 1.1em;
}

/* line 860, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .kid.row .kid-info-list li span, .customer-report .kids .provider-kid.row .kid-info-list li span, .customer-report .kids .caregiver.row .kid-info-list li span, .customer-report .kids .promo.row .kid-info-list li span, .customer-report .kids .waitlist.row .kid-info-list li span, .customer-report .kids .email.row .kid-info-list li span, .customer-report .kids .edit.row .kid-info-list li span, .customer-report .kids .purchase.row .kid-info-list li span, .customer-report .kids .reservation.row .kid-info-list li span, .customer-report .kids .invoice.row .kid-info-list li span, .customer-report .kids .charge.row .kid-info-list li span, .customer-report .caregivers .kid.row .kid-info-list li span, .customer-report .caregivers .provider-kid.row .kid-info-list li span, .customer-report .caregivers .caregiver.row .kid-info-list li span, .customer-report .caregivers .promo.row .kid-info-list li span, .customer-report .caregivers .waitlist.row .kid-info-list li span, .customer-report .caregivers .email.row .kid-info-list li span, .customer-report .caregivers .edit.row .kid-info-list li span, .customer-report .caregivers .purchase.row .kid-info-list li span, .customer-report .caregivers .reservation.row .kid-info-list li span, .customer-report .caregivers .invoice.row .kid-info-list li span, .customer-report .caregivers .charge.row .kid-info-list li span, .customer-report .promos .kid.row .kid-info-list li span, .customer-report .promos .provider-kid.row .kid-info-list li span, .customer-report .promos .caregiver.row .kid-info-list li span, .customer-report .promos .promo.row .kid-info-list li span, .customer-report .promos .waitlist.row .kid-info-list li span, .customer-report .promos .email.row .kid-info-list li span, .customer-report .promos .edit.row .kid-info-list li span, .customer-report .promos .purchase.row .kid-info-list li span, .customer-report .promos .reservation.row .kid-info-list li span, .customer-report .promos .invoice.row .kid-info-list li span, .customer-report .promos .charge.row .kid-info-list li span, .customer-report .emails .kid.row .kid-info-list li span, .customer-report .emails .provider-kid.row .kid-info-list li span, .customer-report .emails .caregiver.row .kid-info-list li span, .customer-report .emails .promo.row .kid-info-list li span, .customer-report .emails .waitlist.row .kid-info-list li span, .customer-report .emails .email.row .kid-info-list li span, .customer-report .emails .edit.row .kid-info-list li span, .customer-report .emails .purchase.row .kid-info-list li span, .customer-report .emails .reservation.row .kid-info-list li span, .customer-report .emails .invoice.row .kid-info-list li span, .customer-report .emails .charge.row .kid-info-list li span, .customer-report .edit .kid.row .kid-info-list li span, .customer-report .edit .provider-kid.row .kid-info-list li span, .customer-report .edit .caregiver.row .kid-info-list li span, .customer-report .edit .promo.row .kid-info-list li span, .customer-report .edit .waitlist.row .kid-info-list li span, .customer-report .edit .email.row .kid-info-list li span, .customer-report .edit .edit.row .kid-info-list li span, .customer-report .edit .purchase.row .kid-info-list li span, .customer-report .edit .reservation.row .kid-info-list li span, .customer-report .edit .invoice.row .kid-info-list li span, .customer-report .edit .charge.row .kid-info-list li span, .customer-report .waitlists .kid.row .kid-info-list li span, .customer-report .waitlists .provider-kid.row .kid-info-list li span, .customer-report .waitlists .caregiver.row .kid-info-list li span, .customer-report .waitlists .promo.row .kid-info-list li span, .customer-report .waitlists .waitlist.row .kid-info-list li span, .customer-report .waitlists .email.row .kid-info-list li span, .customer-report .waitlists .edit.row .kid-info-list li span, .customer-report .waitlists .purchase.row .kid-info-list li span, .customer-report .waitlists .reservation.row .kid-info-list li span, .customer-report .waitlists .invoice.row .kid-info-list li span, .customer-report .waitlists .charge.row .kid-info-list li span, .customer-report .purchases .kid.row .kid-info-list li span, .customer-report .purchases .provider-kid.row .kid-info-list li span, .customer-report .purchases .caregiver.row .kid-info-list li span, .customer-report .purchases .promo.row .kid-info-list li span, .customer-report .purchases .waitlist.row .kid-info-list li span, .customer-report .purchases .email.row .kid-info-list li span, .customer-report .purchases .edit.row .kid-info-list li span, .customer-report .purchases .purchase.row .kid-info-list li span, .customer-report .purchases .reservation.row .kid-info-list li span, .customer-report .purchases .invoice.row .kid-info-list li span, .customer-report .purchases .charge.row .kid-info-list li span, .customer-report .reservations .kid.row .kid-info-list li span, .customer-report .reservations .provider-kid.row .kid-info-list li span, .customer-report .reservations .caregiver.row .kid-info-list li span, .customer-report .reservations .promo.row .kid-info-list li span, .customer-report .reservations .waitlist.row .kid-info-list li span, .customer-report .reservations .email.row .kid-info-list li span, .customer-report .reservations .edit.row .kid-info-list li span, .customer-report .reservations .purchase.row .kid-info-list li span, .customer-report .reservations .reservation.row .kid-info-list li span, .customer-report .reservations .invoice.row .kid-info-list li span, .customer-report .reservations .charge.row .kid-info-list li span, .customer-report .forms .kid.row .kid-info-list li span, .customer-report .forms .provider-kid.row .kid-info-list li span, .customer-report .forms .caregiver.row .kid-info-list li span, .customer-report .forms .promo.row .kid-info-list li span, .customer-report .forms .waitlist.row .kid-info-list li span, .customer-report .forms .email.row .kid-info-list li span, .customer-report .forms .edit.row .kid-info-list li span, .customer-report .forms .purchase.row .kid-info-list li span, .customer-report .forms .reservation.row .kid-info-list li span, .customer-report .forms .invoice.row .kid-info-list li span, .customer-report .forms .charge.row .kid-info-list li span, .customer-report .invoices .kid.row .kid-info-list li span, .customer-report .invoices .provider-kid.row .kid-info-list li span, .customer-report .invoices .caregiver.row .kid-info-list li span, .customer-report .invoices .promo.row .kid-info-list li span, .customer-report .invoices .waitlist.row .kid-info-list li span, .customer-report .invoices .email.row .kid-info-list li span, .customer-report .invoices .edit.row .kid-info-list li span, .customer-report .invoices .purchase.row .kid-info-list li span, .customer-report .invoices .reservation.row .kid-info-list li span, .customer-report .invoices .invoice.row .kid-info-list li span, .customer-report .invoices .charge.row .kid-info-list li span, .customer-report .questions .kid.row .kid-info-list li span, .customer-report .questions .provider-kid.row .kid-info-list li span, .customer-report .questions .caregiver.row .kid-info-list li span, .customer-report .questions .promo.row .kid-info-list li span, .customer-report .questions .waitlist.row .kid-info-list li span, .customer-report .questions .email.row .kid-info-list li span, .customer-report .questions .edit.row .kid-info-list li span, .customer-report .questions .purchase.row .kid-info-list li span, .customer-report .questions .reservation.row .kid-info-list li span, .customer-report .questions .invoice.row .kid-info-list li span, .customer-report .questions .charge.row .kid-info-list li span {
  position: relative;
  left: -12px;
}

/* line 866, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .kid.row .question-responses-table, .customer-report .kids .provider-kid.row .question-responses-table, .customer-report .kids .caregiver.row .question-responses-table, .customer-report .kids .promo.row .question-responses-table, .customer-report .kids .waitlist.row .question-responses-table, .customer-report .kids .email.row .question-responses-table, .customer-report .kids .edit.row .question-responses-table, .customer-report .kids .purchase.row .question-responses-table, .customer-report .kids .reservation.row .question-responses-table, .customer-report .kids .invoice.row .question-responses-table, .customer-report .kids .charge.row .question-responses-table, .customer-report .caregivers .kid.row .question-responses-table, .customer-report .caregivers .provider-kid.row .question-responses-table, .customer-report .caregivers .caregiver.row .question-responses-table, .customer-report .caregivers .promo.row .question-responses-table, .customer-report .caregivers .waitlist.row .question-responses-table, .customer-report .caregivers .email.row .question-responses-table, .customer-report .caregivers .edit.row .question-responses-table, .customer-report .caregivers .purchase.row .question-responses-table, .customer-report .caregivers .reservation.row .question-responses-table, .customer-report .caregivers .invoice.row .question-responses-table, .customer-report .caregivers .charge.row .question-responses-table, .customer-report .promos .kid.row .question-responses-table, .customer-report .promos .provider-kid.row .question-responses-table, .customer-report .promos .caregiver.row .question-responses-table, .customer-report .promos .promo.row .question-responses-table, .customer-report .promos .waitlist.row .question-responses-table, .customer-report .promos .email.row .question-responses-table, .customer-report .promos .edit.row .question-responses-table, .customer-report .promos .purchase.row .question-responses-table, .customer-report .promos .reservation.row .question-responses-table, .customer-report .promos .invoice.row .question-responses-table, .customer-report .promos .charge.row .question-responses-table, .customer-report .emails .kid.row .question-responses-table, .customer-report .emails .provider-kid.row .question-responses-table, .customer-report .emails .caregiver.row .question-responses-table, .customer-report .emails .promo.row .question-responses-table, .customer-report .emails .waitlist.row .question-responses-table, .customer-report .emails .email.row .question-responses-table, .customer-report .emails .edit.row .question-responses-table, .customer-report .emails .purchase.row .question-responses-table, .customer-report .emails .reservation.row .question-responses-table, .customer-report .emails .invoice.row .question-responses-table, .customer-report .emails .charge.row .question-responses-table, .customer-report .edit .kid.row .question-responses-table, .customer-report .edit .provider-kid.row .question-responses-table, .customer-report .edit .caregiver.row .question-responses-table, .customer-report .edit .promo.row .question-responses-table, .customer-report .edit .waitlist.row .question-responses-table, .customer-report .edit .email.row .question-responses-table, .customer-report .edit .edit.row .question-responses-table, .customer-report .edit .purchase.row .question-responses-table, .customer-report .edit .reservation.row .question-responses-table, .customer-report .edit .invoice.row .question-responses-table, .customer-report .edit .charge.row .question-responses-table, .customer-report .waitlists .kid.row .question-responses-table, .customer-report .waitlists .provider-kid.row .question-responses-table, .customer-report .waitlists .caregiver.row .question-responses-table, .customer-report .waitlists .promo.row .question-responses-table, .customer-report .waitlists .waitlist.row .question-responses-table, .customer-report .waitlists .email.row .question-responses-table, .customer-report .waitlists .edit.row .question-responses-table, .customer-report .waitlists .purchase.row .question-responses-table, .customer-report .waitlists .reservation.row .question-responses-table, .customer-report .waitlists .invoice.row .question-responses-table, .customer-report .waitlists .charge.row .question-responses-table, .customer-report .purchases .kid.row .question-responses-table, .customer-report .purchases .provider-kid.row .question-responses-table, .customer-report .purchases .caregiver.row .question-responses-table, .customer-report .purchases .promo.row .question-responses-table, .customer-report .purchases .waitlist.row .question-responses-table, .customer-report .purchases .email.row .question-responses-table, .customer-report .purchases .edit.row .question-responses-table, .customer-report .purchases .purchase.row .question-responses-table, .customer-report .purchases .reservation.row .question-responses-table, .customer-report .purchases .invoice.row .question-responses-table, .customer-report .purchases .charge.row .question-responses-table, .customer-report .reservations .kid.row .question-responses-table, .customer-report .reservations .provider-kid.row .question-responses-table, .customer-report .reservations .caregiver.row .question-responses-table, .customer-report .reservations .promo.row .question-responses-table, .customer-report .reservations .waitlist.row .question-responses-table, .customer-report .reservations .email.row .question-responses-table, .customer-report .reservations .edit.row .question-responses-table, .customer-report .reservations .purchase.row .question-responses-table, .customer-report .reservations .reservation.row .question-responses-table, .customer-report .reservations .invoice.row .question-responses-table, .customer-report .reservations .charge.row .question-responses-table, .customer-report .forms .kid.row .question-responses-table, .customer-report .forms .provider-kid.row .question-responses-table, .customer-report .forms .caregiver.row .question-responses-table, .customer-report .forms .promo.row .question-responses-table, .customer-report .forms .waitlist.row .question-responses-table, .customer-report .forms .email.row .question-responses-table, .customer-report .forms .edit.row .question-responses-table, .customer-report .forms .purchase.row .question-responses-table, .customer-report .forms .reservation.row .question-responses-table, .customer-report .forms .invoice.row .question-responses-table, .customer-report .forms .charge.row .question-responses-table, .customer-report .invoices .kid.row .question-responses-table, .customer-report .invoices .provider-kid.row .question-responses-table, .customer-report .invoices .caregiver.row .question-responses-table, .customer-report .invoices .promo.row .question-responses-table, .customer-report .invoices .waitlist.row .question-responses-table, .customer-report .invoices .email.row .question-responses-table, .customer-report .invoices .edit.row .question-responses-table, .customer-report .invoices .purchase.row .question-responses-table, .customer-report .invoices .reservation.row .question-responses-table, .customer-report .invoices .invoice.row .question-responses-table, .customer-report .invoices .charge.row .question-responses-table, .customer-report .questions .kid.row .question-responses-table, .customer-report .questions .provider-kid.row .question-responses-table, .customer-report .questions .caregiver.row .question-responses-table, .customer-report .questions .promo.row .question-responses-table, .customer-report .questions .waitlist.row .question-responses-table, .customer-report .questions .email.row .question-responses-table, .customer-report .questions .edit.row .question-responses-table, .customer-report .questions .purchase.row .question-responses-table, .customer-report .questions .reservation.row .question-responses-table, .customer-report .questions .invoice.row .question-responses-table, .customer-report .questions .charge.row .question-responses-table {
  display: inline-block;
  width: 100%;
  padding: 1% 0;
  clear: both;
}

/* line 875, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .kid.row .view-more-kid-purchases, .customer-report .kids .provider-kid.row .view-more-kid-purchases, .customer-report .kids .caregiver.row .view-more-kid-purchases, .customer-report .kids .promo.row .view-more-kid-purchases, .customer-report .kids .waitlist.row .view-more-kid-purchases, .customer-report .kids .email.row .view-more-kid-purchases, .customer-report .kids .edit.row .view-more-kid-purchases, .customer-report .kids .purchase.row .view-more-kid-purchases, .customer-report .kids .reservation.row .view-more-kid-purchases, .customer-report .kids .invoice.row .view-more-kid-purchases, .customer-report .kids .charge.row .view-more-kid-purchases, .customer-report .caregivers .kid.row .view-more-kid-purchases, .customer-report .caregivers .provider-kid.row .view-more-kid-purchases, .customer-report .caregivers .caregiver.row .view-more-kid-purchases, .customer-report .caregivers .promo.row .view-more-kid-purchases, .customer-report .caregivers .waitlist.row .view-more-kid-purchases, .customer-report .caregivers .email.row .view-more-kid-purchases, .customer-report .caregivers .edit.row .view-more-kid-purchases, .customer-report .caregivers .purchase.row .view-more-kid-purchases, .customer-report .caregivers .reservation.row .view-more-kid-purchases, .customer-report .caregivers .invoice.row .view-more-kid-purchases, .customer-report .caregivers .charge.row .view-more-kid-purchases, .customer-report .promos .kid.row .view-more-kid-purchases, .customer-report .promos .provider-kid.row .view-more-kid-purchases, .customer-report .promos .caregiver.row .view-more-kid-purchases, .customer-report .promos .promo.row .view-more-kid-purchases, .customer-report .promos .waitlist.row .view-more-kid-purchases, .customer-report .promos .email.row .view-more-kid-purchases, .customer-report .promos .edit.row .view-more-kid-purchases, .customer-report .promos .purchase.row .view-more-kid-purchases, .customer-report .promos .reservation.row .view-more-kid-purchases, .customer-report .promos .invoice.row .view-more-kid-purchases, .customer-report .promos .charge.row .view-more-kid-purchases, .customer-report .emails .kid.row .view-more-kid-purchases, .customer-report .emails .provider-kid.row .view-more-kid-purchases, .customer-report .emails .caregiver.row .view-more-kid-purchases, .customer-report .emails .promo.row .view-more-kid-purchases, .customer-report .emails .waitlist.row .view-more-kid-purchases, .customer-report .emails .email.row .view-more-kid-purchases, .customer-report .emails .edit.row .view-more-kid-purchases, .customer-report .emails .purchase.row .view-more-kid-purchases, .customer-report .emails .reservation.row .view-more-kid-purchases, .customer-report .emails .invoice.row .view-more-kid-purchases, .customer-report .emails .charge.row .view-more-kid-purchases, .customer-report .edit .kid.row .view-more-kid-purchases, .customer-report .edit .provider-kid.row .view-more-kid-purchases, .customer-report .edit .caregiver.row .view-more-kid-purchases, .customer-report .edit .promo.row .view-more-kid-purchases, .customer-report .edit .waitlist.row .view-more-kid-purchases, .customer-report .edit .email.row .view-more-kid-purchases, .customer-report .edit .edit.row .view-more-kid-purchases, .customer-report .edit .purchase.row .view-more-kid-purchases, .customer-report .edit .reservation.row .view-more-kid-purchases, .customer-report .edit .invoice.row .view-more-kid-purchases, .customer-report .edit .charge.row .view-more-kid-purchases, .customer-report .waitlists .kid.row .view-more-kid-purchases, .customer-report .waitlists .provider-kid.row .view-more-kid-purchases, .customer-report .waitlists .caregiver.row .view-more-kid-purchases, .customer-report .waitlists .promo.row .view-more-kid-purchases, .customer-report .waitlists .waitlist.row .view-more-kid-purchases, .customer-report .waitlists .email.row .view-more-kid-purchases, .customer-report .waitlists .edit.row .view-more-kid-purchases, .customer-report .waitlists .purchase.row .view-more-kid-purchases, .customer-report .waitlists .reservation.row .view-more-kid-purchases, .customer-report .waitlists .invoice.row .view-more-kid-purchases, .customer-report .waitlists .charge.row .view-more-kid-purchases, .customer-report .purchases .kid.row .view-more-kid-purchases, .customer-report .purchases .provider-kid.row .view-more-kid-purchases, .customer-report .purchases .caregiver.row .view-more-kid-purchases, .customer-report .purchases .promo.row .view-more-kid-purchases, .customer-report .purchases .waitlist.row .view-more-kid-purchases, .customer-report .purchases .email.row .view-more-kid-purchases, .customer-report .purchases .edit.row .view-more-kid-purchases, .customer-report .purchases .purchase.row .view-more-kid-purchases, .customer-report .purchases .reservation.row .view-more-kid-purchases, .customer-report .purchases .invoice.row .view-more-kid-purchases, .customer-report .purchases .charge.row .view-more-kid-purchases, .customer-report .reservations .kid.row .view-more-kid-purchases, .customer-report .reservations .provider-kid.row .view-more-kid-purchases, .customer-report .reservations .caregiver.row .view-more-kid-purchases, .customer-report .reservations .promo.row .view-more-kid-purchases, .customer-report .reservations .waitlist.row .view-more-kid-purchases, .customer-report .reservations .email.row .view-more-kid-purchases, .customer-report .reservations .edit.row .view-more-kid-purchases, .customer-report .reservations .purchase.row .view-more-kid-purchases, .customer-report .reservations .reservation.row .view-more-kid-purchases, .customer-report .reservations .invoice.row .view-more-kid-purchases, .customer-report .reservations .charge.row .view-more-kid-purchases, .customer-report .forms .kid.row .view-more-kid-purchases, .customer-report .forms .provider-kid.row .view-more-kid-purchases, .customer-report .forms .caregiver.row .view-more-kid-purchases, .customer-report .forms .promo.row .view-more-kid-purchases, .customer-report .forms .waitlist.row .view-more-kid-purchases, .customer-report .forms .email.row .view-more-kid-purchases, .customer-report .forms .edit.row .view-more-kid-purchases, .customer-report .forms .purchase.row .view-more-kid-purchases, .customer-report .forms .reservation.row .view-more-kid-purchases, .customer-report .forms .invoice.row .view-more-kid-purchases, .customer-report .forms .charge.row .view-more-kid-purchases, .customer-report .invoices .kid.row .view-more-kid-purchases, .customer-report .invoices .provider-kid.row .view-more-kid-purchases, .customer-report .invoices .caregiver.row .view-more-kid-purchases, .customer-report .invoices .promo.row .view-more-kid-purchases, .customer-report .invoices .waitlist.row .view-more-kid-purchases, .customer-report .invoices .email.row .view-more-kid-purchases, .customer-report .invoices .edit.row .view-more-kid-purchases, .customer-report .invoices .purchase.row .view-more-kid-purchases, .customer-report .invoices .reservation.row .view-more-kid-purchases, .customer-report .invoices .invoice.row .view-more-kid-purchases, .customer-report .invoices .charge.row .view-more-kid-purchases, .customer-report .questions .kid.row .view-more-kid-purchases, .customer-report .questions .provider-kid.row .view-more-kid-purchases, .customer-report .questions .caregiver.row .view-more-kid-purchases, .customer-report .questions .promo.row .view-more-kid-purchases, .customer-report .questions .waitlist.row .view-more-kid-purchases, .customer-report .questions .email.row .view-more-kid-purchases, .customer-report .questions .edit.row .view-more-kid-purchases, .customer-report .questions .purchase.row .view-more-kid-purchases, .customer-report .questions .reservation.row .view-more-kid-purchases, .customer-report .questions .invoice.row .view-more-kid-purchases, .customer-report .questions .charge.row .view-more-kid-purchases {
  color: #2196F3;
  cursor: pointer;
}

/* line 879, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .kid.row .view-more-kid-purchases:hover, .customer-report .kids .provider-kid.row .view-more-kid-purchases:hover, .customer-report .kids .caregiver.row .view-more-kid-purchases:hover, .customer-report .kids .promo.row .view-more-kid-purchases:hover, .customer-report .kids .waitlist.row .view-more-kid-purchases:hover, .customer-report .kids .email.row .view-more-kid-purchases:hover, .customer-report .kids .edit.row .view-more-kid-purchases:hover, .customer-report .kids .purchase.row .view-more-kid-purchases:hover, .customer-report .kids .reservation.row .view-more-kid-purchases:hover, .customer-report .kids .invoice.row .view-more-kid-purchases:hover, .customer-report .kids .charge.row .view-more-kid-purchases:hover, .customer-report .caregivers .kid.row .view-more-kid-purchases:hover, .customer-report .caregivers .provider-kid.row .view-more-kid-purchases:hover, .customer-report .caregivers .caregiver.row .view-more-kid-purchases:hover, .customer-report .caregivers .promo.row .view-more-kid-purchases:hover, .customer-report .caregivers .waitlist.row .view-more-kid-purchases:hover, .customer-report .caregivers .email.row .view-more-kid-purchases:hover, .customer-report .caregivers .edit.row .view-more-kid-purchases:hover, .customer-report .caregivers .purchase.row .view-more-kid-purchases:hover, .customer-report .caregivers .reservation.row .view-more-kid-purchases:hover, .customer-report .caregivers .invoice.row .view-more-kid-purchases:hover, .customer-report .caregivers .charge.row .view-more-kid-purchases:hover, .customer-report .promos .kid.row .view-more-kid-purchases:hover, .customer-report .promos .provider-kid.row .view-more-kid-purchases:hover, .customer-report .promos .caregiver.row .view-more-kid-purchases:hover, .customer-report .promos .promo.row .view-more-kid-purchases:hover, .customer-report .promos .waitlist.row .view-more-kid-purchases:hover, .customer-report .promos .email.row .view-more-kid-purchases:hover, .customer-report .promos .edit.row .view-more-kid-purchases:hover, .customer-report .promos .purchase.row .view-more-kid-purchases:hover, .customer-report .promos .reservation.row .view-more-kid-purchases:hover, .customer-report .promos .invoice.row .view-more-kid-purchases:hover, .customer-report .promos .charge.row .view-more-kid-purchases:hover, .customer-report .emails .kid.row .view-more-kid-purchases:hover, .customer-report .emails .provider-kid.row .view-more-kid-purchases:hover, .customer-report .emails .caregiver.row .view-more-kid-purchases:hover, .customer-report .emails .promo.row .view-more-kid-purchases:hover, .customer-report .emails .waitlist.row .view-more-kid-purchases:hover, .customer-report .emails .email.row .view-more-kid-purchases:hover, .customer-report .emails .edit.row .view-more-kid-purchases:hover, .customer-report .emails .purchase.row .view-more-kid-purchases:hover, .customer-report .emails .reservation.row .view-more-kid-purchases:hover, .customer-report .emails .invoice.row .view-more-kid-purchases:hover, .customer-report .emails .charge.row .view-more-kid-purchases:hover, .customer-report .edit .kid.row .view-more-kid-purchases:hover, .customer-report .edit .provider-kid.row .view-more-kid-purchases:hover, .customer-report .edit .caregiver.row .view-more-kid-purchases:hover, .customer-report .edit .promo.row .view-more-kid-purchases:hover, .customer-report .edit .waitlist.row .view-more-kid-purchases:hover, .customer-report .edit .email.row .view-more-kid-purchases:hover, .customer-report .edit .edit.row .view-more-kid-purchases:hover, .customer-report .edit .purchase.row .view-more-kid-purchases:hover, .customer-report .edit .reservation.row .view-more-kid-purchases:hover, .customer-report .edit .invoice.row .view-more-kid-purchases:hover, .customer-report .edit .charge.row .view-more-kid-purchases:hover, .customer-report .waitlists .kid.row .view-more-kid-purchases:hover, .customer-report .waitlists .provider-kid.row .view-more-kid-purchases:hover, .customer-report .waitlists .caregiver.row .view-more-kid-purchases:hover, .customer-report .waitlists .promo.row .view-more-kid-purchases:hover, .customer-report .waitlists .waitlist.row .view-more-kid-purchases:hover, .customer-report .waitlists .email.row .view-more-kid-purchases:hover, .customer-report .waitlists .edit.row .view-more-kid-purchases:hover, .customer-report .waitlists .purchase.row .view-more-kid-purchases:hover, .customer-report .waitlists .reservation.row .view-more-kid-purchases:hover, .customer-report .waitlists .invoice.row .view-more-kid-purchases:hover, .customer-report .waitlists .charge.row .view-more-kid-purchases:hover, .customer-report .purchases .kid.row .view-more-kid-purchases:hover, .customer-report .purchases .provider-kid.row .view-more-kid-purchases:hover, .customer-report .purchases .caregiver.row .view-more-kid-purchases:hover, .customer-report .purchases .promo.row .view-more-kid-purchases:hover, .customer-report .purchases .waitlist.row .view-more-kid-purchases:hover, .customer-report .purchases .email.row .view-more-kid-purchases:hover, .customer-report .purchases .edit.row .view-more-kid-purchases:hover, .customer-report .purchases .purchase.row .view-more-kid-purchases:hover, .customer-report .purchases .reservation.row .view-more-kid-purchases:hover, .customer-report .purchases .invoice.row .view-more-kid-purchases:hover, .customer-report .purchases .charge.row .view-more-kid-purchases:hover, .customer-report .reservations .kid.row .view-more-kid-purchases:hover, .customer-report .reservations .provider-kid.row .view-more-kid-purchases:hover, .customer-report .reservations .caregiver.row .view-more-kid-purchases:hover, .customer-report .reservations .promo.row .view-more-kid-purchases:hover, .customer-report .reservations .waitlist.row .view-more-kid-purchases:hover, .customer-report .reservations .email.row .view-more-kid-purchases:hover, .customer-report .reservations .edit.row .view-more-kid-purchases:hover, .customer-report .reservations .purchase.row .view-more-kid-purchases:hover, .customer-report .reservations .reservation.row .view-more-kid-purchases:hover, .customer-report .reservations .invoice.row .view-more-kid-purchases:hover, .customer-report .reservations .charge.row .view-more-kid-purchases:hover, .customer-report .forms .kid.row .view-more-kid-purchases:hover, .customer-report .forms .provider-kid.row .view-more-kid-purchases:hover, .customer-report .forms .caregiver.row .view-more-kid-purchases:hover, .customer-report .forms .promo.row .view-more-kid-purchases:hover, .customer-report .forms .waitlist.row .view-more-kid-purchases:hover, .customer-report .forms .email.row .view-more-kid-purchases:hover, .customer-report .forms .edit.row .view-more-kid-purchases:hover, .customer-report .forms .purchase.row .view-more-kid-purchases:hover, .customer-report .forms .reservation.row .view-more-kid-purchases:hover, .customer-report .forms .invoice.row .view-more-kid-purchases:hover, .customer-report .forms .charge.row .view-more-kid-purchases:hover, .customer-report .invoices .kid.row .view-more-kid-purchases:hover, .customer-report .invoices .provider-kid.row .view-more-kid-purchases:hover, .customer-report .invoices .caregiver.row .view-more-kid-purchases:hover, .customer-report .invoices .promo.row .view-more-kid-purchases:hover, .customer-report .invoices .waitlist.row .view-more-kid-purchases:hover, .customer-report .invoices .email.row .view-more-kid-purchases:hover, .customer-report .invoices .edit.row .view-more-kid-purchases:hover, .customer-report .invoices .purchase.row .view-more-kid-purchases:hover, .customer-report .invoices .reservation.row .view-more-kid-purchases:hover, .customer-report .invoices .invoice.row .view-more-kid-purchases:hover, .customer-report .invoices .charge.row .view-more-kid-purchases:hover, .customer-report .questions .kid.row .view-more-kid-purchases:hover, .customer-report .questions .provider-kid.row .view-more-kid-purchases:hover, .customer-report .questions .caregiver.row .view-more-kid-purchases:hover, .customer-report .questions .promo.row .view-more-kid-purchases:hover, .customer-report .questions .waitlist.row .view-more-kid-purchases:hover, .customer-report .questions .email.row .view-more-kid-purchases:hover, .customer-report .questions .edit.row .view-more-kid-purchases:hover, .customer-report .questions .purchase.row .view-more-kid-purchases:hover, .customer-report .questions .reservation.row .view-more-kid-purchases:hover, .customer-report .questions .invoice.row .view-more-kid-purchases:hover, .customer-report .questions .charge.row .view-more-kid-purchases:hover {
  text-decoration: underline;
}

/* line 883, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .header.row, .customer-report .caregivers .header.row, .customer-report .promos .header.row, .customer-report .emails .header.row, .customer-report .edit .header.row, .customer-report .waitlists .header.row, .customer-report .purchases .header.row, .customer-report .reservations .header.row, .customer-report .forms .header.row, .customer-report .invoices .header.row, .customer-report .questions .header.row {
  padding: 0;
}

/* line 886, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .promo.row.used, .customer-report .caregivers .promo.row.used, .customer-report .promos .promo.row.used, .customer-report .emails .promo.row.used, .customer-report .edit .promo.row.used, .customer-report .waitlists .promo.row.used, .customer-report .purchases .promo.row.used, .customer-report .reservations .promo.row.used, .customer-report .forms .promo.row.used, .customer-report .invoices .promo.row.used, .customer-report .questions .promo.row.used {
  color: #aaa;
}

/* line 889, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .promo.row.expired, .customer-report .caregivers .promo.row.expired, .customer-report .promos .promo.row.expired, .customer-report .emails .promo.row.expired, .customer-report .edit .promo.row.expired, .customer-report .waitlists .promo.row.expired, .customer-report .purchases .promo.row.expired, .customer-report .reservations .promo.row.expired, .customer-report .forms .promo.row.expired, .customer-report .invoices .promo.row.expired, .customer-report .questions .promo.row.expired {
  color: #aaa;
}

/* line 891, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .promo.row.expired *, .customer-report .caregivers .promo.row.expired *, .customer-report .promos .promo.row.expired *, .customer-report .emails .promo.row.expired *, .customer-report .edit .promo.row.expired *, .customer-report .waitlists .promo.row.expired *, .customer-report .purchases .promo.row.expired *, .customer-report .reservations .promo.row.expired *, .customer-report .forms .promo.row.expired *, .customer-report .invoices .promo.row.expired *, .customer-report .questions .promo.row.expired * {
  text-decoration: line-through;
}

/* line 896, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .cancel-credit i, .customer-report .caregivers .cancel-credit i, .customer-report .promos .cancel-credit i, .customer-report .emails .cancel-credit i, .customer-report .edit .cancel-credit i, .customer-report .waitlists .cancel-credit i, .customer-report .purchases .cancel-credit i, .customer-report .reservations .cancel-credit i, .customer-report .forms .cancel-credit i, .customer-report .invoices .cancel-credit i, .customer-report .questions .cancel-credit i {
  color: #d0d3de;
  font-size: 18px;
  width: 18px;
  height: 18px;
  vertical-align: top;
}

/* line 905, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .cancel-credit:hover i, .customer-report .caregivers .cancel-credit:hover i, .customer-report .promos .cancel-credit:hover i, .customer-report .emails .cancel-credit:hover i, .customer-report .edit .cancel-credit:hover i, .customer-report .waitlists .cancel-credit:hover i, .customer-report .purchases .cancel-credit:hover i, .customer-report .reservations .cancel-credit:hover i, .customer-report .forms .cancel-credit:hover i, .customer-report .invoices .cancel-credit:hover i, .customer-report .questions .cancel-credit:hover i {
  color: #cc0000;
}

/* line 909, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .edit_provider_customer, .customer-report .caregivers .edit_provider_customer, .customer-report .promos .edit_provider_customer, .customer-report .emails .edit_provider_customer, .customer-report .edit .edit_provider_customer, .customer-report .waitlists .edit_provider_customer, .customer-report .purchases .edit_provider_customer, .customer-report .reservations .edit_provider_customer, .customer-report .forms .edit_provider_customer, .customer-report .invoices .edit_provider_customer, .customer-report .questions .edit_provider_customer {
  display: table;
  width: 100%;
}

/* line 913, app/assets/stylesheets/reports.css.scss */
.customer-report .kids .form.row, .customer-report .caregivers .form.row, .customer-report .promos .form.row, .customer-report .emails .form.row, .customer-report .edit .form.row, .customer-report .waitlists .form.row, .customer-report .purchases .form.row, .customer-report .reservations .form.row, .customer-report .forms .form.row, .customer-report .invoices .form.row, .customer-report .questions .form.row {
  min-height: 50px;
}

/* line 917, app/assets/stylesheets/reports.css.scss */
.customer-report .edit {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  /* line 926, app/assets/stylesheets/reports.css.scss */
  .customer-report .customer-section .top-line-stats {
    clear: both;
  }
  /* line 931, app/assets/stylesheets/reports.css.scss */
  .customer-report .reservation.row .purchased, .customer-report .reservation.row .event-title, .customer-report .reservation.row .kids, .customer-report .reservation.row .revenue, .customer-report .reservation.row .reviews {
    float: none;
    text-align: left;
  }
  /* line 936, app/assets/stylesheets/reports.css.scss */
  .customer-report .visible-xs {
    margin-top: 7px;
  }
  /* line 939, app/assets/stylesheets/reports.css.scss */
  .customer-report .added, .customer-report .notified, .customer-report .birthday, .customer-report .gender, .customer-report .email-clicks {
    text-align: left;
  }
  /* line 944, app/assets/stylesheets/reports.css.scss */
  #customers-reports #customer-search-container {
    width: calc(100% - 165px);
  }
  /* line 949, app/assets/stylesheets/reports.css.scss */
  #customers-reports #customers-container #customers-table .reservation-count, #customers-reports #customers-container #customers-table .gross, #customers-reports #customers-container #customers-table .net {
    margin-top: 7px;
    text-align: left;
  }
  /* line 954, app/assets/stylesheets/reports.css.scss */
  #customers-reports #customers-container .member-since {
    font-size: .9em;
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 967, app/assets/stylesheets/reports.css.scss */
  #customers-reports #customers-container #customers-table .report.row h6.form-label {
    padding-bottom: 3px;
  }
  /* line 970, app/assets/stylesheets/reports.css.scss */
  #customers-reports #customers-container #customers-table .report.row .member-since {
    font-weight: 500;
    font-size: .95em;
    font-style: normal;
  }
  /* line 979, app/assets/stylesheets/reports.css.scss */
  #customers-reports #customer-filters #last_action_start, #customers-reports #customer-filters #last_action_end {
    text-align: left;
    padding-left: 8px;
  }
  /* line 983, app/assets/stylesheets/reports.css.scss */
  #customers-reports #customer-filters .date-column {
    margin-bottom: 4px;
  }
  /* line 990, app/assets/stylesheets/reports.css.scss */
  .customer-report .customer-section .top-line-stats {
    clear: both;
  }
}

/* line 999, app/assets/stylesheets/reports.css.scss */
.question-responses-table .reservation-question .edit-icon, .question-responses-table .purchase-question .edit-icon {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

/* line 1003, app/assets/stylesheets/reports.css.scss */
.question-responses-table .reservation-question .edit-icon i, .question-responses-table .purchase-question .edit-icon i {
  color: #aaa;
}

/* line 1005, app/assets/stylesheets/reports.css.scss */
.question-responses-table .reservation-question .edit-icon i:hover, .question-responses-table .purchase-question .edit-icon i:hover {
  color: #EB0450;
  cursor: pointer;
}

/* line 1011, app/assets/stylesheets/reports.css.scss */
.question-responses-table .reservation-question .saved-details, .question-responses-table .purchase-question .saved-details {
  display: inline-block;
}
/* line 5, app/assets/stylesheets/reservations.css.scss */
.modal.reservation.secondary, .modal.purchase.secondary {
  opacity: .1;
}

/* line 9, app/assets/stylesheets/reservations.css.scss */
.modal.reservation #reservation-errors {
  margin-bottom: 10px;
}

/* line 13, app/assets/stylesheets/reservations.css.scss */
.modal.reservation #title-container #title {
  line-height: 1em;
}

/* line 20, app/assets/stylesheets/reservations.css.scss */
.modal.reservation #kids-attending #kids-table .kid-info .first-name {
  font-size: 1.05em;
}

/* line 22, app/assets/stylesheets/reservations.css.scss */
.modal.reservation #kids-attending #kids-table .kid-info .first-name a {
  color: #444;
}

/* line 31, app/assets/stylesheets/reservations.css.scss */
.modal.reservation .pay-later.row .pay-later-container .checkbox-label {
  margin: 0;
}

/* line 34, app/assets/stylesheets/reservations.css.scss */
.modal.reservation .pay-later.row .pay-later-container .pay-later-label {
  margin-left: 5px;
  line-height: 18px;
}

/* line 40, app/assets/stylesheets/reservations.css.scss */
.modal.reservation #until-datepicker-container {
  width: 100px;
  float: right;
}

/* line 44, app/assets/stylesheets/reservations.css.scss */
.modal.reservation #recurring-week-count {
  clear: right;
}

/* line 49, app/assets/stylesheets/reservations.css.scss */
.modal.select-customer #customer-errors, .modal.select-customer #customer-success {
  margin-bottom: 10px;
}

/* line 54, app/assets/stylesheets/reservations.css.scss */
#new-reschedule.modal #reschedule-error {
  width: 100%;
  width: calc(100% - 40px);
  margin-bottom: 15px;
}

/* line 59, app/assets/stylesheets/reservations.css.scss */
#new-reschedule.modal .notify-customer-container {
  position: relative;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #eee;
}

/* line 65, app/assets/stylesheets/reservations.css.scss */
#new-reschedule.modal .notify-customer-label {
  padding-left: 11px;
  font-size: .95em;
  line-height: 1.1em;
  width: 80%;
  width: calc(100% - 30px);
  display: inline-block;
  margin: 0;
}

/* line 81, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .modal-body, #edit-reservation .modal-content .modal-body,
#new-waitlist .modal-content .modal-body, #edit-waitlist .modal-content .modal-body,
#new-purchase .modal-content .modal-body, #edit-purchase .modal-content .modal-body,
#new-gift-card .modal-content .modal-body, #edit-invoice .modal-content .modal-body,
#cart-sources .modal-content .modal-body {
  padding: 0 20px;
}

/* line 83, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .modal-body #reservation-submit.bottom-btn.disabled, #edit-reservation .modal-content .modal-body #reservation-submit.bottom-btn.disabled,
#new-waitlist .modal-content .modal-body #reservation-submit.bottom-btn.disabled, #edit-waitlist .modal-content .modal-body #reservation-submit.bottom-btn.disabled,
#new-purchase .modal-content .modal-body #reservation-submit.bottom-btn.disabled, #edit-purchase .modal-content .modal-body #reservation-submit.bottom-btn.disabled,
#new-gift-card .modal-content .modal-body #reservation-submit.bottom-btn.disabled, #edit-invoice .modal-content .modal-body #reservation-submit.bottom-btn.disabled,
#cart-sources .modal-content .modal-body #reservation-submit.bottom-btn.disabled {
  color: #ddd !important;
  background: #fff !important;
  box-shadow: none;
}

/* line 88, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .modal-body a.bottom-btn, #edit-reservation .modal-content .modal-body a.bottom-btn,
#new-waitlist .modal-content .modal-body a.bottom-btn, #edit-waitlist .modal-content .modal-body a.bottom-btn,
#new-purchase .modal-content .modal-body a.bottom-btn, #edit-purchase .modal-content .modal-body a.bottom-btn,
#new-gift-card .modal-content .modal-body a.bottom-btn, #edit-invoice .modal-content .modal-body a.bottom-btn,
#cart-sources .modal-content .modal-body a.bottom-btn {
  color: #fff;
}

/* line 93, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .row.new, #edit-reservation .modal-content .row.new,
#new-waitlist .modal-content .row.new, #edit-waitlist .modal-content .row.new,
#new-purchase .modal-content .row.new, #edit-purchase .modal-content .row.new,
#new-gift-card .modal-content .row.new, #edit-invoice .modal-content .row.new,
#cart-sources .modal-content .row.new {
  padding: 0;
  line-height: 44px;
  min-height: 44px;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  color: inherit;
}

/* line 103, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .row.new .prompt, #edit-reservation .modal-content .row.new .prompt,
#new-waitlist .modal-content .row.new .prompt, #edit-waitlist .modal-content .row.new .prompt,
#new-purchase .modal-content .row.new .prompt, #edit-purchase .modal-content .row.new .prompt,
#new-gift-card .modal-content .row.new .prompt, #edit-invoice .modal-content .row.new .prompt,
#cart-sources .modal-content .row.new .prompt {
  font-weight: 600;
  color: inherit;
  line-height: inherit;
}

/* line 108, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .row.new .prompt:hover, #edit-reservation .modal-content .row.new .prompt:hover,
#new-waitlist .modal-content .row.new .prompt:hover, #edit-waitlist .modal-content .row.new .prompt:hover,
#new-purchase .modal-content .row.new .prompt:hover, #edit-purchase .modal-content .row.new .prompt:hover,
#new-gift-card .modal-content .row.new .prompt:hover, #edit-invoice .modal-content .row.new .prompt:hover,
#cart-sources .modal-content .row.new .prompt:hover {
  text-decoration: underline;
}

/* line 111, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .row.new .material-icons, #edit-reservation .modal-content .row.new .material-icons,
#new-waitlist .modal-content .row.new .material-icons, #edit-waitlist .modal-content .row.new .material-icons,
#new-purchase .modal-content .row.new .material-icons, #edit-purchase .modal-content .row.new .material-icons,
#new-gift-card .modal-content .row.new .material-icons, #edit-invoice .modal-content .row.new .material-icons,
#cart-sources .modal-content .row.new .material-icons {
  color: #444;
  line-height: inherit;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 122, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .row.new:hover, #edit-reservation .modal-content .row.new:hover,
#new-waitlist .modal-content .row.new:hover, #edit-waitlist .modal-content .row.new:hover,
#new-purchase .modal-content .row.new:hover, #edit-purchase .modal-content .row.new:hover,
#new-gift-card .modal-content .row.new:hover, #edit-invoice .modal-content .row.new:hover,
#cart-sources .modal-content .row.new:hover {
  text-decoration: none;
}

/* line 124, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .row.new:hover *, #edit-reservation .modal-content .row.new:hover *,
#new-waitlist .modal-content .row.new:hover *, #edit-waitlist .modal-content .row.new:hover *,
#new-purchase .modal-content .row.new:hover *, #edit-purchase .modal-content .row.new:hover *,
#new-gift-card .modal-content .row.new:hover *, #edit-invoice .modal-content .row.new:hover *,
#cart-sources .modal-content .row.new:hover * {
  color: #015AC8;
}

/* line 130, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .row.new.card .prompt, #edit-reservation .modal-content .row.new.card .prompt,
#new-waitlist .modal-content .row.new.card .prompt, #edit-waitlist .modal-content .row.new.card .prompt,
#new-purchase .modal-content .row.new.card .prompt, #edit-purchase .modal-content .row.new.card .prompt,
#new-gift-card .modal-content .row.new.card .prompt, #edit-invoice .modal-content .row.new.card .prompt,
#cart-sources .modal-content .row.new.card .prompt {
  font-weight: 500;
}

/* line 135, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .row.new.card:hover *, #edit-reservation .modal-content .row.new.card:hover *,
#new-waitlist .modal-content .row.new.card:hover *, #edit-waitlist .modal-content .row.new.card:hover *,
#new-purchase .modal-content .row.new.card:hover *, #edit-purchase .modal-content .row.new.card:hover *,
#new-gift-card .modal-content .row.new.card:hover *, #edit-invoice .modal-content .row.new.card:hover *,
#cart-sources .modal-content .row.new.card:hover * {
  color: inherit;
}

/* line 140, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .kids-attending.row, #edit-reservation .modal-content .kids-attending.row,
#new-waitlist .modal-content .kids-attending.row, #edit-waitlist .modal-content .kids-attending.row,
#new-purchase .modal-content .kids-attending.row, #edit-purchase .modal-content .kids-attending.row,
#new-gift-card .modal-content .kids-attending.row, #edit-invoice .modal-content .kids-attending.row,
#cart-sources .modal-content .kids-attending.row {
  border-bottom: 1px solid #f7f7f7;
}

/* line 144, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .add-kids i, #edit-reservation .modal-content .add-kids i,
#new-waitlist .modal-content .add-kids i, #edit-waitlist .modal-content .add-kids i,
#new-purchase .modal-content .add-kids i, #edit-purchase .modal-content .add-kids i,
#new-gift-card .modal-content .add-kids i, #edit-invoice .modal-content .add-kids i,
#cart-sources .modal-content .add-kids i {
  font-size: 22px;
}

/* line 147, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .add-kids .add-kids-label, #edit-reservation .modal-content .add-kids .add-kids-label,
#new-waitlist .modal-content .add-kids .add-kids-label, #edit-waitlist .modal-content .add-kids .add-kids-label,
#new-purchase .modal-content .add-kids .add-kids-label, #edit-purchase .modal-content .add-kids .add-kids-label,
#new-gift-card .modal-content .add-kids .add-kids-label, #edit-invoice .modal-content .add-kids .add-kids-label,
#cart-sources .modal-content .add-kids .add-kids-label {
  line-height: 16px;
  padding: 0;
  vertical-align: middle;
}

/* line 154, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .header-label, #edit-reservation .modal-content .header-label,
#new-waitlist .modal-content .header-label, #edit-waitlist .modal-content .header-label,
#new-purchase .modal-content .header-label, #edit-purchase .modal-content .header-label,
#new-gift-card .modal-content .header-label, #edit-invoice .modal-content .header-label,
#cart-sources .modal-content .header-label {
  font-weight: 600;
  margin: 0;
  line-height: 20px;
  vertical-align: middle;
}

/* line 161, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary, #new-reservation .modal-content .waitlist-summary, #new-reservation .modal-content .purchase-summary, #new-reservation .modal-content #attendees-panel, #edit-reservation .modal-content .reservation-summary, #edit-reservation .modal-content .waitlist-summary, #edit-reservation .modal-content .purchase-summary, #edit-reservation .modal-content #attendees-panel,
#new-waitlist .modal-content .reservation-summary,
#new-waitlist .modal-content .waitlist-summary,
#new-waitlist .modal-content .purchase-summary,
#new-waitlist .modal-content #attendees-panel, #edit-waitlist .modal-content .reservation-summary, #edit-waitlist .modal-content .waitlist-summary, #edit-waitlist .modal-content .purchase-summary, #edit-waitlist .modal-content #attendees-panel,
#new-purchase .modal-content .reservation-summary,
#new-purchase .modal-content .waitlist-summary,
#new-purchase .modal-content .purchase-summary,
#new-purchase .modal-content #attendees-panel, #edit-purchase .modal-content .reservation-summary, #edit-purchase .modal-content .waitlist-summary, #edit-purchase .modal-content .purchase-summary, #edit-purchase .modal-content #attendees-panel,
#new-gift-card .modal-content .reservation-summary,
#new-gift-card .modal-content .waitlist-summary,
#new-gift-card .modal-content .purchase-summary,
#new-gift-card .modal-content #attendees-panel, #edit-invoice .modal-content .reservation-summary, #edit-invoice .modal-content .waitlist-summary, #edit-invoice .modal-content .purchase-summary, #edit-invoice .modal-content #attendees-panel,
#cart-sources .modal-content .reservation-summary,
#cart-sources .modal-content .waitlist-summary,
#cart-sources .modal-content .purchase-summary,
#cart-sources .modal-content #attendees-panel {
  clear: both;
}

/* line 164, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .select-dates, #new-reservation .modal-content .reservation-summary #selected-dates, #new-reservation .modal-content .waitlist-summary .select-dates, #new-reservation .modal-content .waitlist-summary #selected-dates, #new-reservation .modal-content .purchase-summary .select-dates, #new-reservation .modal-content .purchase-summary #selected-dates, #new-reservation .modal-content #attendees-panel .select-dates, #new-reservation .modal-content #attendees-panel #selected-dates, #edit-reservation .modal-content .reservation-summary .select-dates, #edit-reservation .modal-content .reservation-summary #selected-dates, #edit-reservation .modal-content .waitlist-summary .select-dates, #edit-reservation .modal-content .waitlist-summary #selected-dates, #edit-reservation .modal-content .purchase-summary .select-dates, #edit-reservation .modal-content .purchase-summary #selected-dates, #edit-reservation .modal-content #attendees-panel .select-dates, #edit-reservation .modal-content #attendees-panel #selected-dates,
#new-waitlist .modal-content .reservation-summary .select-dates,
#new-waitlist .modal-content .reservation-summary #selected-dates,
#new-waitlist .modal-content .waitlist-summary .select-dates,
#new-waitlist .modal-content .waitlist-summary #selected-dates,
#new-waitlist .modal-content .purchase-summary .select-dates,
#new-waitlist .modal-content .purchase-summary #selected-dates,
#new-waitlist .modal-content #attendees-panel .select-dates,
#new-waitlist .modal-content #attendees-panel #selected-dates, #edit-waitlist .modal-content .reservation-summary .select-dates, #edit-waitlist .modal-content .reservation-summary #selected-dates, #edit-waitlist .modal-content .waitlist-summary .select-dates, #edit-waitlist .modal-content .waitlist-summary #selected-dates, #edit-waitlist .modal-content .purchase-summary .select-dates, #edit-waitlist .modal-content .purchase-summary #selected-dates, #edit-waitlist .modal-content #attendees-panel .select-dates, #edit-waitlist .modal-content #attendees-panel #selected-dates,
#new-purchase .modal-content .reservation-summary .select-dates,
#new-purchase .modal-content .reservation-summary #selected-dates,
#new-purchase .modal-content .waitlist-summary .select-dates,
#new-purchase .modal-content .waitlist-summary #selected-dates,
#new-purchase .modal-content .purchase-summary .select-dates,
#new-purchase .modal-content .purchase-summary #selected-dates,
#new-purchase .modal-content #attendees-panel .select-dates,
#new-purchase .modal-content #attendees-panel #selected-dates, #edit-purchase .modal-content .reservation-summary .select-dates, #edit-purchase .modal-content .reservation-summary #selected-dates, #edit-purchase .modal-content .waitlist-summary .select-dates, #edit-purchase .modal-content .waitlist-summary #selected-dates, #edit-purchase .modal-content .purchase-summary .select-dates, #edit-purchase .modal-content .purchase-summary #selected-dates, #edit-purchase .modal-content #attendees-panel .select-dates, #edit-purchase .modal-content #attendees-panel #selected-dates,
#new-gift-card .modal-content .reservation-summary .select-dates,
#new-gift-card .modal-content .reservation-summary #selected-dates,
#new-gift-card .modal-content .waitlist-summary .select-dates,
#new-gift-card .modal-content .waitlist-summary #selected-dates,
#new-gift-card .modal-content .purchase-summary .select-dates,
#new-gift-card .modal-content .purchase-summary #selected-dates,
#new-gift-card .modal-content #attendees-panel .select-dates,
#new-gift-card .modal-content #attendees-panel #selected-dates, #edit-invoice .modal-content .reservation-summary .select-dates, #edit-invoice .modal-content .reservation-summary #selected-dates, #edit-invoice .modal-content .waitlist-summary .select-dates, #edit-invoice .modal-content .waitlist-summary #selected-dates, #edit-invoice .modal-content .purchase-summary .select-dates, #edit-invoice .modal-content .purchase-summary #selected-dates, #edit-invoice .modal-content #attendees-panel .select-dates, #edit-invoice .modal-content #attendees-panel #selected-dates,
#cart-sources .modal-content .reservation-summary .select-dates,
#cart-sources .modal-content .reservation-summary #selected-dates,
#cart-sources .modal-content .waitlist-summary .select-dates,
#cart-sources .modal-content .waitlist-summary #selected-dates,
#cart-sources .modal-content .purchase-summary .select-dates,
#cart-sources .modal-content .purchase-summary #selected-dates,
#cart-sources .modal-content #attendees-panel .select-dates,
#cart-sources .modal-content #attendees-panel #selected-dates {
  font-weight: 500;
}

/* line 168, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .subtitle, #new-reservation .modal-content .waitlist-summary .subtitle, #new-reservation .modal-content .purchase-summary .subtitle, #new-reservation .modal-content #attendees-panel .subtitle, #edit-reservation .modal-content .reservation-summary .subtitle, #edit-reservation .modal-content .waitlist-summary .subtitle, #edit-reservation .modal-content .purchase-summary .subtitle, #edit-reservation .modal-content #attendees-panel .subtitle,
#new-waitlist .modal-content .reservation-summary .subtitle,
#new-waitlist .modal-content .waitlist-summary .subtitle,
#new-waitlist .modal-content .purchase-summary .subtitle,
#new-waitlist .modal-content #attendees-panel .subtitle, #edit-waitlist .modal-content .reservation-summary .subtitle, #edit-waitlist .modal-content .waitlist-summary .subtitle, #edit-waitlist .modal-content .purchase-summary .subtitle, #edit-waitlist .modal-content #attendees-panel .subtitle,
#new-purchase .modal-content .reservation-summary .subtitle,
#new-purchase .modal-content .waitlist-summary .subtitle,
#new-purchase .modal-content .purchase-summary .subtitle,
#new-purchase .modal-content #attendees-panel .subtitle, #edit-purchase .modal-content .reservation-summary .subtitle, #edit-purchase .modal-content .waitlist-summary .subtitle, #edit-purchase .modal-content .purchase-summary .subtitle, #edit-purchase .modal-content #attendees-panel .subtitle,
#new-gift-card .modal-content .reservation-summary .subtitle,
#new-gift-card .modal-content .waitlist-summary .subtitle,
#new-gift-card .modal-content .purchase-summary .subtitle,
#new-gift-card .modal-content #attendees-panel .subtitle, #edit-invoice .modal-content .reservation-summary .subtitle, #edit-invoice .modal-content .waitlist-summary .subtitle, #edit-invoice .modal-content .purchase-summary .subtitle, #edit-invoice .modal-content #attendees-panel .subtitle,
#cart-sources .modal-content .reservation-summary .subtitle,
#cart-sources .modal-content .waitlist-summary .subtitle,
#cart-sources .modal-content .purchase-summary .subtitle,
#cart-sources .modal-content #attendees-panel .subtitle {
  font-weight: normal;
  font-size: 1em;
  line-height: 18px;
  vertical-align: middle;
}

/* line 176, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .subtitle #purchase-count-value #prorated-price, #new-reservation .modal-content .reservation-summary .subtitle #purchase-count-value #monthly-price, #new-reservation .modal-content .waitlist-summary .subtitle #purchase-count-value #prorated-price, #new-reservation .modal-content .waitlist-summary .subtitle #purchase-count-value #monthly-price, #new-reservation .modal-content .purchase-summary .subtitle #purchase-count-value #prorated-price, #new-reservation .modal-content .purchase-summary .subtitle #purchase-count-value #monthly-price, #new-reservation .modal-content #attendees-panel .subtitle #purchase-count-value #prorated-price, #new-reservation .modal-content #attendees-panel .subtitle #purchase-count-value #monthly-price, #edit-reservation .modal-content .reservation-summary .subtitle #purchase-count-value #prorated-price, #edit-reservation .modal-content .reservation-summary .subtitle #purchase-count-value #monthly-price, #edit-reservation .modal-content .waitlist-summary .subtitle #purchase-count-value #prorated-price, #edit-reservation .modal-content .waitlist-summary .subtitle #purchase-count-value #monthly-price, #edit-reservation .modal-content .purchase-summary .subtitle #purchase-count-value #prorated-price, #edit-reservation .modal-content .purchase-summary .subtitle #purchase-count-value #monthly-price, #edit-reservation .modal-content #attendees-panel .subtitle #purchase-count-value #prorated-price, #edit-reservation .modal-content #attendees-panel .subtitle #purchase-count-value #monthly-price,
#new-waitlist .modal-content .reservation-summary .subtitle #purchase-count-value #prorated-price,
#new-waitlist .modal-content .reservation-summary .subtitle #purchase-count-value #monthly-price,
#new-waitlist .modal-content .waitlist-summary .subtitle #purchase-count-value #prorated-price,
#new-waitlist .modal-content .waitlist-summary .subtitle #purchase-count-value #monthly-price,
#new-waitlist .modal-content .purchase-summary .subtitle #purchase-count-value #prorated-price,
#new-waitlist .modal-content .purchase-summary .subtitle #purchase-count-value #monthly-price,
#new-waitlist .modal-content #attendees-panel .subtitle #purchase-count-value #prorated-price,
#new-waitlist .modal-content #attendees-panel .subtitle #purchase-count-value #monthly-price, #edit-waitlist .modal-content .reservation-summary .subtitle #purchase-count-value #prorated-price, #edit-waitlist .modal-content .reservation-summary .subtitle #purchase-count-value #monthly-price, #edit-waitlist .modal-content .waitlist-summary .subtitle #purchase-count-value #prorated-price, #edit-waitlist .modal-content .waitlist-summary .subtitle #purchase-count-value #monthly-price, #edit-waitlist .modal-content .purchase-summary .subtitle #purchase-count-value #prorated-price, #edit-waitlist .modal-content .purchase-summary .subtitle #purchase-count-value #monthly-price, #edit-waitlist .modal-content #attendees-panel .subtitle #purchase-count-value #prorated-price, #edit-waitlist .modal-content #attendees-panel .subtitle #purchase-count-value #monthly-price,
#new-purchase .modal-content .reservation-summary .subtitle #purchase-count-value #prorated-price,
#new-purchase .modal-content .reservation-summary .subtitle #purchase-count-value #monthly-price,
#new-purchase .modal-content .waitlist-summary .subtitle #purchase-count-value #prorated-price,
#new-purchase .modal-content .waitlist-summary .subtitle #purchase-count-value #monthly-price,
#new-purchase .modal-content .purchase-summary .subtitle #purchase-count-value #prorated-price,
#new-purchase .modal-content .purchase-summary .subtitle #purchase-count-value #monthly-price,
#new-purchase .modal-content #attendees-panel .subtitle #purchase-count-value #prorated-price,
#new-purchase .modal-content #attendees-panel .subtitle #purchase-count-value #monthly-price, #edit-purchase .modal-content .reservation-summary .subtitle #purchase-count-value #prorated-price, #edit-purchase .modal-content .reservation-summary .subtitle #purchase-count-value #monthly-price, #edit-purchase .modal-content .waitlist-summary .subtitle #purchase-count-value #prorated-price, #edit-purchase .modal-content .waitlist-summary .subtitle #purchase-count-value #monthly-price, #edit-purchase .modal-content .purchase-summary .subtitle #purchase-count-value #prorated-price, #edit-purchase .modal-content .purchase-summary .subtitle #purchase-count-value #monthly-price, #edit-purchase .modal-content #attendees-panel .subtitle #purchase-count-value #prorated-price, #edit-purchase .modal-content #attendees-panel .subtitle #purchase-count-value #monthly-price,
#new-gift-card .modal-content .reservation-summary .subtitle #purchase-count-value #prorated-price,
#new-gift-card .modal-content .reservation-summary .subtitle #purchase-count-value #monthly-price,
#new-gift-card .modal-content .waitlist-summary .subtitle #purchase-count-value #prorated-price,
#new-gift-card .modal-content .waitlist-summary .subtitle #purchase-count-value #monthly-price,
#new-gift-card .modal-content .purchase-summary .subtitle #purchase-count-value #prorated-price,
#new-gift-card .modal-content .purchase-summary .subtitle #purchase-count-value #monthly-price,
#new-gift-card .modal-content #attendees-panel .subtitle #purchase-count-value #prorated-price,
#new-gift-card .modal-content #attendees-panel .subtitle #purchase-count-value #monthly-price, #edit-invoice .modal-content .reservation-summary .subtitle #purchase-count-value #prorated-price, #edit-invoice .modal-content .reservation-summary .subtitle #purchase-count-value #monthly-price, #edit-invoice .modal-content .waitlist-summary .subtitle #purchase-count-value #prorated-price, #edit-invoice .modal-content .waitlist-summary .subtitle #purchase-count-value #monthly-price, #edit-invoice .modal-content .purchase-summary .subtitle #purchase-count-value #prorated-price, #edit-invoice .modal-content .purchase-summary .subtitle #purchase-count-value #monthly-price, #edit-invoice .modal-content #attendees-panel .subtitle #purchase-count-value #prorated-price, #edit-invoice .modal-content #attendees-panel .subtitle #purchase-count-value #monthly-price,
#cart-sources .modal-content .reservation-summary .subtitle #purchase-count-value #prorated-price,
#cart-sources .modal-content .reservation-summary .subtitle #purchase-count-value #monthly-price,
#cart-sources .modal-content .waitlist-summary .subtitle #purchase-count-value #prorated-price,
#cart-sources .modal-content .waitlist-summary .subtitle #purchase-count-value #monthly-price,
#cart-sources .modal-content .purchase-summary .subtitle #purchase-count-value #prorated-price,
#cart-sources .modal-content .purchase-summary .subtitle #purchase-count-value #monthly-price,
#cart-sources .modal-content #attendees-panel .subtitle #purchase-count-value #prorated-price,
#cart-sources .modal-content #attendees-panel .subtitle #purchase-count-value #monthly-price {
  color: #444;
}

/* line 182, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .row:not(.kid), #new-reservation .modal-content .waitlist-summary .row:not(.kid), #new-reservation .modal-content .purchase-summary .row:not(.kid), #new-reservation .modal-content #attendees-panel .row:not(.kid), #edit-reservation .modal-content .reservation-summary .row:not(.kid), #edit-reservation .modal-content .waitlist-summary .row:not(.kid), #edit-reservation .modal-content .purchase-summary .row:not(.kid), #edit-reservation .modal-content #attendees-panel .row:not(.kid),
#new-waitlist .modal-content .reservation-summary .row:not(.kid),
#new-waitlist .modal-content .waitlist-summary .row:not(.kid),
#new-waitlist .modal-content .purchase-summary .row:not(.kid),
#new-waitlist .modal-content #attendees-panel .row:not(.kid), #edit-waitlist .modal-content .reservation-summary .row:not(.kid), #edit-waitlist .modal-content .waitlist-summary .row:not(.kid), #edit-waitlist .modal-content .purchase-summary .row:not(.kid), #edit-waitlist .modal-content #attendees-panel .row:not(.kid),
#new-purchase .modal-content .reservation-summary .row:not(.kid),
#new-purchase .modal-content .waitlist-summary .row:not(.kid),
#new-purchase .modal-content .purchase-summary .row:not(.kid),
#new-purchase .modal-content #attendees-panel .row:not(.kid), #edit-purchase .modal-content .reservation-summary .row:not(.kid), #edit-purchase .modal-content .waitlist-summary .row:not(.kid), #edit-purchase .modal-content .purchase-summary .row:not(.kid), #edit-purchase .modal-content #attendees-panel .row:not(.kid),
#new-gift-card .modal-content .reservation-summary .row:not(.kid),
#new-gift-card .modal-content .waitlist-summary .row:not(.kid),
#new-gift-card .modal-content .purchase-summary .row:not(.kid),
#new-gift-card .modal-content #attendees-panel .row:not(.kid), #edit-invoice .modal-content .reservation-summary .row:not(.kid), #edit-invoice .modal-content .waitlist-summary .row:not(.kid), #edit-invoice .modal-content .purchase-summary .row:not(.kid), #edit-invoice .modal-content #attendees-panel .row:not(.kid),
#cart-sources .modal-content .reservation-summary .row:not(.kid),
#cart-sources .modal-content .waitlist-summary .row:not(.kid),
#cart-sources .modal-content .purchase-summary .row:not(.kid),
#cart-sources .modal-content #attendees-panel .row:not(.kid) {
  padding: 10px 0;
  border-bottom: 1px solid #f7f7f7;
}

/* line 186, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .row:last-child, #new-reservation .modal-content .waitlist-summary .row:last-child, #new-reservation .modal-content .purchase-summary .row:last-child, #new-reservation .modal-content #attendees-panel .row:last-child, #edit-reservation .modal-content .reservation-summary .row:last-child, #edit-reservation .modal-content .waitlist-summary .row:last-child, #edit-reservation .modal-content .purchase-summary .row:last-child, #edit-reservation .modal-content #attendees-panel .row:last-child,
#new-waitlist .modal-content .reservation-summary .row:last-child,
#new-waitlist .modal-content .waitlist-summary .row:last-child,
#new-waitlist .modal-content .purchase-summary .row:last-child,
#new-waitlist .modal-content #attendees-panel .row:last-child, #edit-waitlist .modal-content .reservation-summary .row:last-child, #edit-waitlist .modal-content .waitlist-summary .row:last-child, #edit-waitlist .modal-content .purchase-summary .row:last-child, #edit-waitlist .modal-content #attendees-panel .row:last-child,
#new-purchase .modal-content .reservation-summary .row:last-child,
#new-purchase .modal-content .waitlist-summary .row:last-child,
#new-purchase .modal-content .purchase-summary .row:last-child,
#new-purchase .modal-content #attendees-panel .row:last-child, #edit-purchase .modal-content .reservation-summary .row:last-child, #edit-purchase .modal-content .waitlist-summary .row:last-child, #edit-purchase .modal-content .purchase-summary .row:last-child, #edit-purchase .modal-content #attendees-panel .row:last-child,
#new-gift-card .modal-content .reservation-summary .row:last-child,
#new-gift-card .modal-content .waitlist-summary .row:last-child,
#new-gift-card .modal-content .purchase-summary .row:last-child,
#new-gift-card .modal-content #attendees-panel .row:last-child, #edit-invoice .modal-content .reservation-summary .row:last-child, #edit-invoice .modal-content .waitlist-summary .row:last-child, #edit-invoice .modal-content .purchase-summary .row:last-child, #edit-invoice .modal-content #attendees-panel .row:last-child,
#cart-sources .modal-content .reservation-summary .row:last-child,
#cart-sources .modal-content .waitlist-summary .row:last-child,
#cart-sources .modal-content .purchase-summary .row:last-child,
#cart-sources .modal-content #attendees-panel .row:last-child {
  border: 0;
}

/* line 192, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .charge-options, #new-reservation .modal-content .waitlist-summary .charge-options, #new-reservation .modal-content .purchase-summary .charge-options, #new-reservation .modal-content #attendees-panel .charge-options, #edit-reservation .modal-content .reservation-summary .charge-options, #edit-reservation .modal-content .waitlist-summary .charge-options, #edit-reservation .modal-content .purchase-summary .charge-options, #edit-reservation .modal-content #attendees-panel .charge-options,
#new-waitlist .modal-content .reservation-summary .charge-options,
#new-waitlist .modal-content .waitlist-summary .charge-options,
#new-waitlist .modal-content .purchase-summary .charge-options,
#new-waitlist .modal-content #attendees-panel .charge-options, #edit-waitlist .modal-content .reservation-summary .charge-options, #edit-waitlist .modal-content .waitlist-summary .charge-options, #edit-waitlist .modal-content .purchase-summary .charge-options, #edit-waitlist .modal-content #attendees-panel .charge-options,
#new-purchase .modal-content .reservation-summary .charge-options,
#new-purchase .modal-content .waitlist-summary .charge-options,
#new-purchase .modal-content .purchase-summary .charge-options,
#new-purchase .modal-content #attendees-panel .charge-options, #edit-purchase .modal-content .reservation-summary .charge-options, #edit-purchase .modal-content .waitlist-summary .charge-options, #edit-purchase .modal-content .purchase-summary .charge-options, #edit-purchase .modal-content #attendees-panel .charge-options,
#new-gift-card .modal-content .reservation-summary .charge-options,
#new-gift-card .modal-content .waitlist-summary .charge-options,
#new-gift-card .modal-content .purchase-summary .charge-options,
#new-gift-card .modal-content #attendees-panel .charge-options, #edit-invoice .modal-content .reservation-summary .charge-options, #edit-invoice .modal-content .waitlist-summary .charge-options, #edit-invoice .modal-content .purchase-summary .charge-options, #edit-invoice .modal-content #attendees-panel .charge-options,
#cart-sources .modal-content .reservation-summary .charge-options,
#cart-sources .modal-content .waitlist-summary .charge-options,
#cart-sources .modal-content .purchase-summary .charge-options,
#cart-sources .modal-content #attendees-panel .charge-options {
  clear: both;
  padding: 1em 0 0;
}

/* line 196, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .charge-options .custom-checkbox-container, #new-reservation .modal-content .waitlist-summary .charge-options .custom-checkbox-container, #new-reservation .modal-content .purchase-summary .charge-options .custom-checkbox-container, #new-reservation .modal-content #attendees-panel .charge-options .custom-checkbox-container, #edit-reservation .modal-content .reservation-summary .charge-options .custom-checkbox-container, #edit-reservation .modal-content .waitlist-summary .charge-options .custom-checkbox-container, #edit-reservation .modal-content .purchase-summary .charge-options .custom-checkbox-container, #edit-reservation .modal-content #attendees-panel .charge-options .custom-checkbox-container,
#new-waitlist .modal-content .reservation-summary .charge-options .custom-checkbox-container,
#new-waitlist .modal-content .waitlist-summary .charge-options .custom-checkbox-container,
#new-waitlist .modal-content .purchase-summary .charge-options .custom-checkbox-container,
#new-waitlist .modal-content #attendees-panel .charge-options .custom-checkbox-container, #edit-waitlist .modal-content .reservation-summary .charge-options .custom-checkbox-container, #edit-waitlist .modal-content .waitlist-summary .charge-options .custom-checkbox-container, #edit-waitlist .modal-content .purchase-summary .charge-options .custom-checkbox-container, #edit-waitlist .modal-content #attendees-panel .charge-options .custom-checkbox-container,
#new-purchase .modal-content .reservation-summary .charge-options .custom-checkbox-container,
#new-purchase .modal-content .waitlist-summary .charge-options .custom-checkbox-container,
#new-purchase .modal-content .purchase-summary .charge-options .custom-checkbox-container,
#new-purchase .modal-content #attendees-panel .charge-options .custom-checkbox-container, #edit-purchase .modal-content .reservation-summary .charge-options .custom-checkbox-container, #edit-purchase .modal-content .waitlist-summary .charge-options .custom-checkbox-container, #edit-purchase .modal-content .purchase-summary .charge-options .custom-checkbox-container, #edit-purchase .modal-content #attendees-panel .charge-options .custom-checkbox-container,
#new-gift-card .modal-content .reservation-summary .charge-options .custom-checkbox-container,
#new-gift-card .modal-content .waitlist-summary .charge-options .custom-checkbox-container,
#new-gift-card .modal-content .purchase-summary .charge-options .custom-checkbox-container,
#new-gift-card .modal-content #attendees-panel .charge-options .custom-checkbox-container, #edit-invoice .modal-content .reservation-summary .charge-options .custom-checkbox-container, #edit-invoice .modal-content .waitlist-summary .charge-options .custom-checkbox-container, #edit-invoice .modal-content .purchase-summary .charge-options .custom-checkbox-container, #edit-invoice .modal-content #attendees-panel .charge-options .custom-checkbox-container,
#cart-sources .modal-content .reservation-summary .charge-options .custom-checkbox-container,
#cart-sources .modal-content .waitlist-summary .charge-options .custom-checkbox-container,
#cart-sources .modal-content .purchase-summary .charge-options .custom-checkbox-container,
#cart-sources .modal-content #attendees-panel .charge-options .custom-checkbox-container {
  margin: 0 0 0 13px;
}

/* line 199, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .charge-options .custom-checkbox-container .checkbox-label, #new-reservation .modal-content .waitlist-summary .charge-options .custom-checkbox-container .checkbox-label, #new-reservation .modal-content .purchase-summary .charge-options .custom-checkbox-container .checkbox-label, #new-reservation .modal-content #attendees-panel .charge-options .custom-checkbox-container .checkbox-label, #edit-reservation .modal-content .reservation-summary .charge-options .custom-checkbox-container .checkbox-label, #edit-reservation .modal-content .waitlist-summary .charge-options .custom-checkbox-container .checkbox-label, #edit-reservation .modal-content .purchase-summary .charge-options .custom-checkbox-container .checkbox-label, #edit-reservation .modal-content #attendees-panel .charge-options .custom-checkbox-container .checkbox-label,
#new-waitlist .modal-content .reservation-summary .charge-options .custom-checkbox-container .checkbox-label,
#new-waitlist .modal-content .waitlist-summary .charge-options .custom-checkbox-container .checkbox-label,
#new-waitlist .modal-content .purchase-summary .charge-options .custom-checkbox-container .checkbox-label,
#new-waitlist .modal-content #attendees-panel .charge-options .custom-checkbox-container .checkbox-label, #edit-waitlist .modal-content .reservation-summary .charge-options .custom-checkbox-container .checkbox-label, #edit-waitlist .modal-content .waitlist-summary .charge-options .custom-checkbox-container .checkbox-label, #edit-waitlist .modal-content .purchase-summary .charge-options .custom-checkbox-container .checkbox-label, #edit-waitlist .modal-content #attendees-panel .charge-options .custom-checkbox-container .checkbox-label,
#new-purchase .modal-content .reservation-summary .charge-options .custom-checkbox-container .checkbox-label,
#new-purchase .modal-content .waitlist-summary .charge-options .custom-checkbox-container .checkbox-label,
#new-purchase .modal-content .purchase-summary .charge-options .custom-checkbox-container .checkbox-label,
#new-purchase .modal-content #attendees-panel .charge-options .custom-checkbox-container .checkbox-label, #edit-purchase .modal-content .reservation-summary .charge-options .custom-checkbox-container .checkbox-label, #edit-purchase .modal-content .waitlist-summary .charge-options .custom-checkbox-container .checkbox-label, #edit-purchase .modal-content .purchase-summary .charge-options .custom-checkbox-container .checkbox-label, #edit-purchase .modal-content #attendees-panel .charge-options .custom-checkbox-container .checkbox-label,
#new-gift-card .modal-content .reservation-summary .charge-options .custom-checkbox-container .checkbox-label,
#new-gift-card .modal-content .waitlist-summary .charge-options .custom-checkbox-container .checkbox-label,
#new-gift-card .modal-content .purchase-summary .charge-options .custom-checkbox-container .checkbox-label,
#new-gift-card .modal-content #attendees-panel .charge-options .custom-checkbox-container .checkbox-label, #edit-invoice .modal-content .reservation-summary .charge-options .custom-checkbox-container .checkbox-label, #edit-invoice .modal-content .waitlist-summary .charge-options .custom-checkbox-container .checkbox-label, #edit-invoice .modal-content .purchase-summary .charge-options .custom-checkbox-container .checkbox-label, #edit-invoice .modal-content #attendees-panel .charge-options .custom-checkbox-container .checkbox-label,
#cart-sources .modal-content .reservation-summary .charge-options .custom-checkbox-container .checkbox-label,
#cart-sources .modal-content .waitlist-summary .charge-options .custom-checkbox-container .checkbox-label,
#cart-sources .modal-content .purchase-summary .charge-options .custom-checkbox-container .checkbox-label,
#cart-sources .modal-content #attendees-panel .charge-options .custom-checkbox-container .checkbox-label {
  margin-right: 5px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 205, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #new-reservation .modal-content .waitlist-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #new-reservation .modal-content .purchase-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #new-reservation .modal-content #attendees-panel .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-reservation .modal-content .reservation-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-reservation .modal-content .waitlist-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-reservation .modal-content .purchase-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-reservation .modal-content #attendees-panel .charge-options .custom-checkbox-container .custom-checkbox-label,
#new-waitlist .modal-content .reservation-summary .charge-options .custom-checkbox-container .custom-checkbox-label,
#new-waitlist .modal-content .waitlist-summary .charge-options .custom-checkbox-container .custom-checkbox-label,
#new-waitlist .modal-content .purchase-summary .charge-options .custom-checkbox-container .custom-checkbox-label,
#new-waitlist .modal-content #attendees-panel .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-waitlist .modal-content .reservation-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-waitlist .modal-content .waitlist-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-waitlist .modal-content .purchase-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-waitlist .modal-content #attendees-panel .charge-options .custom-checkbox-container .custom-checkbox-label,
#new-purchase .modal-content .reservation-summary .charge-options .custom-checkbox-container .custom-checkbox-label,
#new-purchase .modal-content .waitlist-summary .charge-options .custom-checkbox-container .custom-checkbox-label,
#new-purchase .modal-content .purchase-summary .charge-options .custom-checkbox-container .custom-checkbox-label,
#new-purchase .modal-content #attendees-panel .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-purchase .modal-content .reservation-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-purchase .modal-content .waitlist-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-purchase .modal-content .purchase-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-purchase .modal-content #attendees-panel .charge-options .custom-checkbox-container .custom-checkbox-label,
#new-gift-card .modal-content .reservation-summary .charge-options .custom-checkbox-container .custom-checkbox-label,
#new-gift-card .modal-content .waitlist-summary .charge-options .custom-checkbox-container .custom-checkbox-label,
#new-gift-card .modal-content .purchase-summary .charge-options .custom-checkbox-container .custom-checkbox-label,
#new-gift-card .modal-content #attendees-panel .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-invoice .modal-content .reservation-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-invoice .modal-content .waitlist-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-invoice .modal-content .purchase-summary .charge-options .custom-checkbox-container .custom-checkbox-label, #edit-invoice .modal-content #attendees-panel .charge-options .custom-checkbox-container .custom-checkbox-label,
#cart-sources .modal-content .reservation-summary .charge-options .custom-checkbox-container .custom-checkbox-label,
#cart-sources .modal-content .waitlist-summary .charge-options .custom-checkbox-container .custom-checkbox-label,
#cart-sources .modal-content .purchase-summary .charge-options .custom-checkbox-container .custom-checkbox-label,
#cart-sources .modal-content #attendees-panel .charge-options .custom-checkbox-container .custom-checkbox-label {
  margin: 0;
  vertical-align: top;
}

/* line 211, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .extra-amount, #new-reservation .modal-content .reservation-summary .subtotal-amount, #new-reservation .modal-content .waitlist-summary .extra-amount, #new-reservation .modal-content .waitlist-summary .subtotal-amount, #new-reservation .modal-content .purchase-summary .extra-amount, #new-reservation .modal-content .purchase-summary .subtotal-amount, #new-reservation .modal-content #attendees-panel .extra-amount, #new-reservation .modal-content #attendees-panel .subtotal-amount, #edit-reservation .modal-content .reservation-summary .extra-amount, #edit-reservation .modal-content .reservation-summary .subtotal-amount, #edit-reservation .modal-content .waitlist-summary .extra-amount, #edit-reservation .modal-content .waitlist-summary .subtotal-amount, #edit-reservation .modal-content .purchase-summary .extra-amount, #edit-reservation .modal-content .purchase-summary .subtotal-amount, #edit-reservation .modal-content #attendees-panel .extra-amount, #edit-reservation .modal-content #attendees-panel .subtotal-amount,
#new-waitlist .modal-content .reservation-summary .extra-amount,
#new-waitlist .modal-content .reservation-summary .subtotal-amount,
#new-waitlist .modal-content .waitlist-summary .extra-amount,
#new-waitlist .modal-content .waitlist-summary .subtotal-amount,
#new-waitlist .modal-content .purchase-summary .extra-amount,
#new-waitlist .modal-content .purchase-summary .subtotal-amount,
#new-waitlist .modal-content #attendees-panel .extra-amount,
#new-waitlist .modal-content #attendees-panel .subtotal-amount, #edit-waitlist .modal-content .reservation-summary .extra-amount, #edit-waitlist .modal-content .reservation-summary .subtotal-amount, #edit-waitlist .modal-content .waitlist-summary .extra-amount, #edit-waitlist .modal-content .waitlist-summary .subtotal-amount, #edit-waitlist .modal-content .purchase-summary .extra-amount, #edit-waitlist .modal-content .purchase-summary .subtotal-amount, #edit-waitlist .modal-content #attendees-panel .extra-amount, #edit-waitlist .modal-content #attendees-panel .subtotal-amount,
#new-purchase .modal-content .reservation-summary .extra-amount,
#new-purchase .modal-content .reservation-summary .subtotal-amount,
#new-purchase .modal-content .waitlist-summary .extra-amount,
#new-purchase .modal-content .waitlist-summary .subtotal-amount,
#new-purchase .modal-content .purchase-summary .extra-amount,
#new-purchase .modal-content .purchase-summary .subtotal-amount,
#new-purchase .modal-content #attendees-panel .extra-amount,
#new-purchase .modal-content #attendees-panel .subtotal-amount, #edit-purchase .modal-content .reservation-summary .extra-amount, #edit-purchase .modal-content .reservation-summary .subtotal-amount, #edit-purchase .modal-content .waitlist-summary .extra-amount, #edit-purchase .modal-content .waitlist-summary .subtotal-amount, #edit-purchase .modal-content .purchase-summary .extra-amount, #edit-purchase .modal-content .purchase-summary .subtotal-amount, #edit-purchase .modal-content #attendees-panel .extra-amount, #edit-purchase .modal-content #attendees-panel .subtotal-amount,
#new-gift-card .modal-content .reservation-summary .extra-amount,
#new-gift-card .modal-content .reservation-summary .subtotal-amount,
#new-gift-card .modal-content .waitlist-summary .extra-amount,
#new-gift-card .modal-content .waitlist-summary .subtotal-amount,
#new-gift-card .modal-content .purchase-summary .extra-amount,
#new-gift-card .modal-content .purchase-summary .subtotal-amount,
#new-gift-card .modal-content #attendees-panel .extra-amount,
#new-gift-card .modal-content #attendees-panel .subtotal-amount, #edit-invoice .modal-content .reservation-summary .extra-amount, #edit-invoice .modal-content .reservation-summary .subtotal-amount, #edit-invoice .modal-content .waitlist-summary .extra-amount, #edit-invoice .modal-content .waitlist-summary .subtotal-amount, #edit-invoice .modal-content .purchase-summary .extra-amount, #edit-invoice .modal-content .purchase-summary .subtotal-amount, #edit-invoice .modal-content #attendees-panel .extra-amount, #edit-invoice .modal-content #attendees-panel .subtotal-amount,
#cart-sources .modal-content .reservation-summary .extra-amount,
#cart-sources .modal-content .reservation-summary .subtotal-amount,
#cart-sources .modal-content .waitlist-summary .extra-amount,
#cart-sources .modal-content .waitlist-summary .subtotal-amount,
#cart-sources .modal-content .purchase-summary .extra-amount,
#cart-sources .modal-content .purchase-summary .subtotal-amount,
#cart-sources .modal-content #attendees-panel .extra-amount,
#cart-sources .modal-content #attendees-panel .subtotal-amount {
  font-size: 1.05em;
  color: initial;
}

/* line 215, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary #discount-amount, #new-reservation .modal-content .waitlist-summary #discount-amount, #new-reservation .modal-content .purchase-summary #discount-amount, #new-reservation .modal-content #attendees-panel #discount-amount, #edit-reservation .modal-content .reservation-summary #discount-amount, #edit-reservation .modal-content .waitlist-summary #discount-amount, #edit-reservation .modal-content .purchase-summary #discount-amount, #edit-reservation .modal-content #attendees-panel #discount-amount,
#new-waitlist .modal-content .reservation-summary #discount-amount,
#new-waitlist .modal-content .waitlist-summary #discount-amount,
#new-waitlist .modal-content .purchase-summary #discount-amount,
#new-waitlist .modal-content #attendees-panel #discount-amount, #edit-waitlist .modal-content .reservation-summary #discount-amount, #edit-waitlist .modal-content .waitlist-summary #discount-amount, #edit-waitlist .modal-content .purchase-summary #discount-amount, #edit-waitlist .modal-content #attendees-panel #discount-amount,
#new-purchase .modal-content .reservation-summary #discount-amount,
#new-purchase .modal-content .waitlist-summary #discount-amount,
#new-purchase .modal-content .purchase-summary #discount-amount,
#new-purchase .modal-content #attendees-panel #discount-amount, #edit-purchase .modal-content .reservation-summary #discount-amount, #edit-purchase .modal-content .waitlist-summary #discount-amount, #edit-purchase .modal-content .purchase-summary #discount-amount, #edit-purchase .modal-content #attendees-panel #discount-amount,
#new-gift-card .modal-content .reservation-summary #discount-amount,
#new-gift-card .modal-content .waitlist-summary #discount-amount,
#new-gift-card .modal-content .purchase-summary #discount-amount,
#new-gift-card .modal-content #attendees-panel #discount-amount, #edit-invoice .modal-content .reservation-summary #discount-amount, #edit-invoice .modal-content .waitlist-summary #discount-amount, #edit-invoice .modal-content .purchase-summary #discount-amount, #edit-invoice .modal-content #attendees-panel #discount-amount,
#cart-sources .modal-content .reservation-summary #discount-amount,
#cart-sources .modal-content .waitlist-summary #discount-amount,
#cart-sources .modal-content .purchase-summary #discount-amount,
#cart-sources .modal-content #attendees-panel #discount-amount {
  font-size: 1.05em;
}

/* line 219, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .total.row .total-amount, #new-reservation .modal-content .reservation-summary .total.row .due-now-amount, #new-reservation .modal-content .waitlist-summary .total.row .total-amount, #new-reservation .modal-content .waitlist-summary .total.row .due-now-amount, #new-reservation .modal-content .purchase-summary .total.row .total-amount, #new-reservation .modal-content .purchase-summary .total.row .due-now-amount, #new-reservation .modal-content #attendees-panel .total.row .total-amount, #new-reservation .modal-content #attendees-panel .total.row .due-now-amount, #edit-reservation .modal-content .reservation-summary .total.row .total-amount, #edit-reservation .modal-content .reservation-summary .total.row .due-now-amount, #edit-reservation .modal-content .waitlist-summary .total.row .total-amount, #edit-reservation .modal-content .waitlist-summary .total.row .due-now-amount, #edit-reservation .modal-content .purchase-summary .total.row .total-amount, #edit-reservation .modal-content .purchase-summary .total.row .due-now-amount, #edit-reservation .modal-content #attendees-panel .total.row .total-amount, #edit-reservation .modal-content #attendees-panel .total.row .due-now-amount,
#new-waitlist .modal-content .reservation-summary .total.row .total-amount,
#new-waitlist .modal-content .reservation-summary .total.row .due-now-amount,
#new-waitlist .modal-content .waitlist-summary .total.row .total-amount,
#new-waitlist .modal-content .waitlist-summary .total.row .due-now-amount,
#new-waitlist .modal-content .purchase-summary .total.row .total-amount,
#new-waitlist .modal-content .purchase-summary .total.row .due-now-amount,
#new-waitlist .modal-content #attendees-panel .total.row .total-amount,
#new-waitlist .modal-content #attendees-panel .total.row .due-now-amount, #edit-waitlist .modal-content .reservation-summary .total.row .total-amount, #edit-waitlist .modal-content .reservation-summary .total.row .due-now-amount, #edit-waitlist .modal-content .waitlist-summary .total.row .total-amount, #edit-waitlist .modal-content .waitlist-summary .total.row .due-now-amount, #edit-waitlist .modal-content .purchase-summary .total.row .total-amount, #edit-waitlist .modal-content .purchase-summary .total.row .due-now-amount, #edit-waitlist .modal-content #attendees-panel .total.row .total-amount, #edit-waitlist .modal-content #attendees-panel .total.row .due-now-amount,
#new-purchase .modal-content .reservation-summary .total.row .total-amount,
#new-purchase .modal-content .reservation-summary .total.row .due-now-amount,
#new-purchase .modal-content .waitlist-summary .total.row .total-amount,
#new-purchase .modal-content .waitlist-summary .total.row .due-now-amount,
#new-purchase .modal-content .purchase-summary .total.row .total-amount,
#new-purchase .modal-content .purchase-summary .total.row .due-now-amount,
#new-purchase .modal-content #attendees-panel .total.row .total-amount,
#new-purchase .modal-content #attendees-panel .total.row .due-now-amount, #edit-purchase .modal-content .reservation-summary .total.row .total-amount, #edit-purchase .modal-content .reservation-summary .total.row .due-now-amount, #edit-purchase .modal-content .waitlist-summary .total.row .total-amount, #edit-purchase .modal-content .waitlist-summary .total.row .due-now-amount, #edit-purchase .modal-content .purchase-summary .total.row .total-amount, #edit-purchase .modal-content .purchase-summary .total.row .due-now-amount, #edit-purchase .modal-content #attendees-panel .total.row .total-amount, #edit-purchase .modal-content #attendees-panel .total.row .due-now-amount,
#new-gift-card .modal-content .reservation-summary .total.row .total-amount,
#new-gift-card .modal-content .reservation-summary .total.row .due-now-amount,
#new-gift-card .modal-content .waitlist-summary .total.row .total-amount,
#new-gift-card .modal-content .waitlist-summary .total.row .due-now-amount,
#new-gift-card .modal-content .purchase-summary .total.row .total-amount,
#new-gift-card .modal-content .purchase-summary .total.row .due-now-amount,
#new-gift-card .modal-content #attendees-panel .total.row .total-amount,
#new-gift-card .modal-content #attendees-panel .total.row .due-now-amount, #edit-invoice .modal-content .reservation-summary .total.row .total-amount, #edit-invoice .modal-content .reservation-summary .total.row .due-now-amount, #edit-invoice .modal-content .waitlist-summary .total.row .total-amount, #edit-invoice .modal-content .waitlist-summary .total.row .due-now-amount, #edit-invoice .modal-content .purchase-summary .total.row .total-amount, #edit-invoice .modal-content .purchase-summary .total.row .due-now-amount, #edit-invoice .modal-content #attendees-panel .total.row .total-amount, #edit-invoice .modal-content #attendees-panel .total.row .due-now-amount,
#cart-sources .modal-content .reservation-summary .total.row .total-amount,
#cart-sources .modal-content .reservation-summary .total.row .due-now-amount,
#cart-sources .modal-content .waitlist-summary .total.row .total-amount,
#cart-sources .modal-content .waitlist-summary .total.row .due-now-amount,
#cart-sources .modal-content .purchase-summary .total.row .total-amount,
#cart-sources .modal-content .purchase-summary .total.row .due-now-amount,
#cart-sources .modal-content #attendees-panel .total.row .total-amount,
#cart-sources .modal-content #attendees-panel .total.row .due-now-amount {
  font-weight: 500;
  font-size: 1.2em;
}

/* line 223, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .total.row .total-amount.not-due-now, #new-reservation .modal-content .waitlist-summary .total.row .total-amount.not-due-now, #new-reservation .modal-content .purchase-summary .total.row .total-amount.not-due-now, #new-reservation .modal-content #attendees-panel .total.row .total-amount.not-due-now, #edit-reservation .modal-content .reservation-summary .total.row .total-amount.not-due-now, #edit-reservation .modal-content .waitlist-summary .total.row .total-amount.not-due-now, #edit-reservation .modal-content .purchase-summary .total.row .total-amount.not-due-now, #edit-reservation .modal-content #attendees-panel .total.row .total-amount.not-due-now,
#new-waitlist .modal-content .reservation-summary .total.row .total-amount.not-due-now,
#new-waitlist .modal-content .waitlist-summary .total.row .total-amount.not-due-now,
#new-waitlist .modal-content .purchase-summary .total.row .total-amount.not-due-now,
#new-waitlist .modal-content #attendees-panel .total.row .total-amount.not-due-now, #edit-waitlist .modal-content .reservation-summary .total.row .total-amount.not-due-now, #edit-waitlist .modal-content .waitlist-summary .total.row .total-amount.not-due-now, #edit-waitlist .modal-content .purchase-summary .total.row .total-amount.not-due-now, #edit-waitlist .modal-content #attendees-panel .total.row .total-amount.not-due-now,
#new-purchase .modal-content .reservation-summary .total.row .total-amount.not-due-now,
#new-purchase .modal-content .waitlist-summary .total.row .total-amount.not-due-now,
#new-purchase .modal-content .purchase-summary .total.row .total-amount.not-due-now,
#new-purchase .modal-content #attendees-panel .total.row .total-amount.not-due-now, #edit-purchase .modal-content .reservation-summary .total.row .total-amount.not-due-now, #edit-purchase .modal-content .waitlist-summary .total.row .total-amount.not-due-now, #edit-purchase .modal-content .purchase-summary .total.row .total-amount.not-due-now, #edit-purchase .modal-content #attendees-panel .total.row .total-amount.not-due-now,
#new-gift-card .modal-content .reservation-summary .total.row .total-amount.not-due-now,
#new-gift-card .modal-content .waitlist-summary .total.row .total-amount.not-due-now,
#new-gift-card .modal-content .purchase-summary .total.row .total-amount.not-due-now,
#new-gift-card .modal-content #attendees-panel .total.row .total-amount.not-due-now, #edit-invoice .modal-content .reservation-summary .total.row .total-amount.not-due-now, #edit-invoice .modal-content .waitlist-summary .total.row .total-amount.not-due-now, #edit-invoice .modal-content .purchase-summary .total.row .total-amount.not-due-now, #edit-invoice .modal-content #attendees-panel .total.row .total-amount.not-due-now,
#cart-sources .modal-content .reservation-summary .total.row .total-amount.not-due-now,
#cart-sources .modal-content .waitlist-summary .total.row .total-amount.not-due-now,
#cart-sources .modal-content .purchase-summary .total.row .total-amount.not-due-now,
#cart-sources .modal-content #attendees-panel .total.row .total-amount.not-due-now {
  font-weight: inherit;
  font-size: inherit;
}

/* line 228, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .payment-row, #new-reservation .modal-content .waitlist-summary .payment-row, #new-reservation .modal-content .purchase-summary .payment-row, #new-reservation .modal-content #attendees-panel .payment-row, #edit-reservation .modal-content .reservation-summary .payment-row, #edit-reservation .modal-content .waitlist-summary .payment-row, #edit-reservation .modal-content .purchase-summary .payment-row, #edit-reservation .modal-content #attendees-panel .payment-row,
#new-waitlist .modal-content .reservation-summary .payment-row,
#new-waitlist .modal-content .waitlist-summary .payment-row,
#new-waitlist .modal-content .purchase-summary .payment-row,
#new-waitlist .modal-content #attendees-panel .payment-row, #edit-waitlist .modal-content .reservation-summary .payment-row, #edit-waitlist .modal-content .waitlist-summary .payment-row, #edit-waitlist .modal-content .purchase-summary .payment-row, #edit-waitlist .modal-content #attendees-panel .payment-row,
#new-purchase .modal-content .reservation-summary .payment-row,
#new-purchase .modal-content .waitlist-summary .payment-row,
#new-purchase .modal-content .purchase-summary .payment-row,
#new-purchase .modal-content #attendees-panel .payment-row, #edit-purchase .modal-content .reservation-summary .payment-row, #edit-purchase .modal-content .waitlist-summary .payment-row, #edit-purchase .modal-content .purchase-summary .payment-row, #edit-purchase .modal-content #attendees-panel .payment-row,
#new-gift-card .modal-content .reservation-summary .payment-row,
#new-gift-card .modal-content .waitlist-summary .payment-row,
#new-gift-card .modal-content .purchase-summary .payment-row,
#new-gift-card .modal-content #attendees-panel .payment-row, #edit-invoice .modal-content .reservation-summary .payment-row, #edit-invoice .modal-content .waitlist-summary .payment-row, #edit-invoice .modal-content .purchase-summary .payment-row, #edit-invoice .modal-content #attendees-panel .payment-row,
#cart-sources .modal-content .reservation-summary .payment-row,
#cart-sources .modal-content .waitlist-summary .payment-row,
#cart-sources .modal-content .purchase-summary .payment-row,
#cart-sources .modal-content #attendees-panel .payment-row {
  padding: 10px 0;
}

/* line 231, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary #primary-source, #new-reservation .modal-content .waitlist-summary #primary-source, #new-reservation .modal-content .purchase-summary #primary-source, #new-reservation .modal-content #attendees-panel #primary-source, #edit-reservation .modal-content .reservation-summary #primary-source, #edit-reservation .modal-content .waitlist-summary #primary-source, #edit-reservation .modal-content .purchase-summary #primary-source, #edit-reservation .modal-content #attendees-panel #primary-source,
#new-waitlist .modal-content .reservation-summary #primary-source,
#new-waitlist .modal-content .waitlist-summary #primary-source,
#new-waitlist .modal-content .purchase-summary #primary-source,
#new-waitlist .modal-content #attendees-panel #primary-source, #edit-waitlist .modal-content .reservation-summary #primary-source, #edit-waitlist .modal-content .waitlist-summary #primary-source, #edit-waitlist .modal-content .purchase-summary #primary-source, #edit-waitlist .modal-content #attendees-panel #primary-source,
#new-purchase .modal-content .reservation-summary #primary-source,
#new-purchase .modal-content .waitlist-summary #primary-source,
#new-purchase .modal-content .purchase-summary #primary-source,
#new-purchase .modal-content #attendees-panel #primary-source, #edit-purchase .modal-content .reservation-summary #primary-source, #edit-purchase .modal-content .waitlist-summary #primary-source, #edit-purchase .modal-content .purchase-summary #primary-source, #edit-purchase .modal-content #attendees-panel #primary-source,
#new-gift-card .modal-content .reservation-summary #primary-source,
#new-gift-card .modal-content .waitlist-summary #primary-source,
#new-gift-card .modal-content .purchase-summary #primary-source,
#new-gift-card .modal-content #attendees-panel #primary-source, #edit-invoice .modal-content .reservation-summary #primary-source, #edit-invoice .modal-content .waitlist-summary #primary-source, #edit-invoice .modal-content .purchase-summary #primary-source, #edit-invoice .modal-content #attendees-panel #primary-source,
#cart-sources .modal-content .reservation-summary #primary-source,
#cart-sources .modal-content .waitlist-summary #primary-source,
#cart-sources .modal-content .purchase-summary #primary-source,
#cart-sources .modal-content #attendees-panel #primary-source {
  color: #444;
  height: 20px;
  line-height: 22px;
}

/* line 236, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary #primary-source .card, #new-reservation .modal-content .reservation-summary #primary-source .bank-account, #new-reservation .modal-content .waitlist-summary #primary-source .card, #new-reservation .modal-content .waitlist-summary #primary-source .bank-account, #new-reservation .modal-content .purchase-summary #primary-source .card, #new-reservation .modal-content .purchase-summary #primary-source .bank-account, #new-reservation .modal-content #attendees-panel #primary-source .card, #new-reservation .modal-content #attendees-panel #primary-source .bank-account, #edit-reservation .modal-content .reservation-summary #primary-source .card, #edit-reservation .modal-content .reservation-summary #primary-source .bank-account, #edit-reservation .modal-content .waitlist-summary #primary-source .card, #edit-reservation .modal-content .waitlist-summary #primary-source .bank-account, #edit-reservation .modal-content .purchase-summary #primary-source .card, #edit-reservation .modal-content .purchase-summary #primary-source .bank-account, #edit-reservation .modal-content #attendees-panel #primary-source .card, #edit-reservation .modal-content #attendees-panel #primary-source .bank-account,
#new-waitlist .modal-content .reservation-summary #primary-source .card,
#new-waitlist .modal-content .reservation-summary #primary-source .bank-account,
#new-waitlist .modal-content .waitlist-summary #primary-source .card,
#new-waitlist .modal-content .waitlist-summary #primary-source .bank-account,
#new-waitlist .modal-content .purchase-summary #primary-source .card,
#new-waitlist .modal-content .purchase-summary #primary-source .bank-account,
#new-waitlist .modal-content #attendees-panel #primary-source .card,
#new-waitlist .modal-content #attendees-panel #primary-source .bank-account, #edit-waitlist .modal-content .reservation-summary #primary-source .card, #edit-waitlist .modal-content .reservation-summary #primary-source .bank-account, #edit-waitlist .modal-content .waitlist-summary #primary-source .card, #edit-waitlist .modal-content .waitlist-summary #primary-source .bank-account, #edit-waitlist .modal-content .purchase-summary #primary-source .card, #edit-waitlist .modal-content .purchase-summary #primary-source .bank-account, #edit-waitlist .modal-content #attendees-panel #primary-source .card, #edit-waitlist .modal-content #attendees-panel #primary-source .bank-account,
#new-purchase .modal-content .reservation-summary #primary-source .card,
#new-purchase .modal-content .reservation-summary #primary-source .bank-account,
#new-purchase .modal-content .waitlist-summary #primary-source .card,
#new-purchase .modal-content .waitlist-summary #primary-source .bank-account,
#new-purchase .modal-content .purchase-summary #primary-source .card,
#new-purchase .modal-content .purchase-summary #primary-source .bank-account,
#new-purchase .modal-content #attendees-panel #primary-source .card,
#new-purchase .modal-content #attendees-panel #primary-source .bank-account, #edit-purchase .modal-content .reservation-summary #primary-source .card, #edit-purchase .modal-content .reservation-summary #primary-source .bank-account, #edit-purchase .modal-content .waitlist-summary #primary-source .card, #edit-purchase .modal-content .waitlist-summary #primary-source .bank-account, #edit-purchase .modal-content .purchase-summary #primary-source .card, #edit-purchase .modal-content .purchase-summary #primary-source .bank-account, #edit-purchase .modal-content #attendees-panel #primary-source .card, #edit-purchase .modal-content #attendees-panel #primary-source .bank-account,
#new-gift-card .modal-content .reservation-summary #primary-source .card,
#new-gift-card .modal-content .reservation-summary #primary-source .bank-account,
#new-gift-card .modal-content .waitlist-summary #primary-source .card,
#new-gift-card .modal-content .waitlist-summary #primary-source .bank-account,
#new-gift-card .modal-content .purchase-summary #primary-source .card,
#new-gift-card .modal-content .purchase-summary #primary-source .bank-account,
#new-gift-card .modal-content #attendees-panel #primary-source .card,
#new-gift-card .modal-content #attendees-panel #primary-source .bank-account, #edit-invoice .modal-content .reservation-summary #primary-source .card, #edit-invoice .modal-content .reservation-summary #primary-source .bank-account, #edit-invoice .modal-content .waitlist-summary #primary-source .card, #edit-invoice .modal-content .waitlist-summary #primary-source .bank-account, #edit-invoice .modal-content .purchase-summary #primary-source .card, #edit-invoice .modal-content .purchase-summary #primary-source .bank-account, #edit-invoice .modal-content #attendees-panel #primary-source .card, #edit-invoice .modal-content #attendees-panel #primary-source .bank-account,
#cart-sources .modal-content .reservation-summary #primary-source .card,
#cart-sources .modal-content .reservation-summary #primary-source .bank-account,
#cart-sources .modal-content .waitlist-summary #primary-source .card,
#cart-sources .modal-content .waitlist-summary #primary-source .bank-account,
#cart-sources .modal-content .purchase-summary #primary-source .card,
#cart-sources .modal-content .purchase-summary #primary-source .bank-account,
#cart-sources .modal-content #attendees-panel #primary-source .card,
#cart-sources .modal-content #attendees-panel #primary-source .bank-account {
  padding: 0 10px;
  font-size: .95em;
  font-weight: 500;
  vertical-align: top;
}

/* line 242, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary #primary-source .paid-offline, #new-reservation .modal-content .waitlist-summary #primary-source .paid-offline, #new-reservation .modal-content .purchase-summary #primary-source .paid-offline, #new-reservation .modal-content #attendees-panel #primary-source .paid-offline, #edit-reservation .modal-content .reservation-summary #primary-source .paid-offline, #edit-reservation .modal-content .waitlist-summary #primary-source .paid-offline, #edit-reservation .modal-content .purchase-summary #primary-source .paid-offline, #edit-reservation .modal-content #attendees-panel #primary-source .paid-offline,
#new-waitlist .modal-content .reservation-summary #primary-source .paid-offline,
#new-waitlist .modal-content .waitlist-summary #primary-source .paid-offline,
#new-waitlist .modal-content .purchase-summary #primary-source .paid-offline,
#new-waitlist .modal-content #attendees-panel #primary-source .paid-offline, #edit-waitlist .modal-content .reservation-summary #primary-source .paid-offline, #edit-waitlist .modal-content .waitlist-summary #primary-source .paid-offline, #edit-waitlist .modal-content .purchase-summary #primary-source .paid-offline, #edit-waitlist .modal-content #attendees-panel #primary-source .paid-offline,
#new-purchase .modal-content .reservation-summary #primary-source .paid-offline,
#new-purchase .modal-content .waitlist-summary #primary-source .paid-offline,
#new-purchase .modal-content .purchase-summary #primary-source .paid-offline,
#new-purchase .modal-content #attendees-panel #primary-source .paid-offline, #edit-purchase .modal-content .reservation-summary #primary-source .paid-offline, #edit-purchase .modal-content .waitlist-summary #primary-source .paid-offline, #edit-purchase .modal-content .purchase-summary #primary-source .paid-offline, #edit-purchase .modal-content #attendees-panel #primary-source .paid-offline,
#new-gift-card .modal-content .reservation-summary #primary-source .paid-offline,
#new-gift-card .modal-content .waitlist-summary #primary-source .paid-offline,
#new-gift-card .modal-content .purchase-summary #primary-source .paid-offline,
#new-gift-card .modal-content #attendees-panel #primary-source .paid-offline, #edit-invoice .modal-content .reservation-summary #primary-source .paid-offline, #edit-invoice .modal-content .waitlist-summary #primary-source .paid-offline, #edit-invoice .modal-content .purchase-summary #primary-source .paid-offline, #edit-invoice .modal-content #attendees-panel #primary-source .paid-offline,
#cart-sources .modal-content .reservation-summary #primary-source .paid-offline,
#cart-sources .modal-content .waitlist-summary #primary-source .paid-offline,
#cart-sources .modal-content .purchase-summary #primary-source .paid-offline,
#cart-sources .modal-content #attendees-panel #primary-source .paid-offline {
  padding: 0 20px 0 10px;
  font-size: .95em;
  vertical-align: top;
  font-weight: 600;
}

/* line 248, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary #primary-source .payment-method, #new-reservation .modal-content .waitlist-summary #primary-source .payment-method, #new-reservation .modal-content .purchase-summary #primary-source .payment-method, #new-reservation .modal-content #attendees-panel #primary-source .payment-method, #edit-reservation .modal-content .reservation-summary #primary-source .payment-method, #edit-reservation .modal-content .waitlist-summary #primary-source .payment-method, #edit-reservation .modal-content .purchase-summary #primary-source .payment-method, #edit-reservation .modal-content #attendees-panel #primary-source .payment-method,
#new-waitlist .modal-content .reservation-summary #primary-source .payment-method,
#new-waitlist .modal-content .waitlist-summary #primary-source .payment-method,
#new-waitlist .modal-content .purchase-summary #primary-source .payment-method,
#new-waitlist .modal-content #attendees-panel #primary-source .payment-method, #edit-waitlist .modal-content .reservation-summary #primary-source .payment-method, #edit-waitlist .modal-content .waitlist-summary #primary-source .payment-method, #edit-waitlist .modal-content .purchase-summary #primary-source .payment-method, #edit-waitlist .modal-content #attendees-panel #primary-source .payment-method,
#new-purchase .modal-content .reservation-summary #primary-source .payment-method,
#new-purchase .modal-content .waitlist-summary #primary-source .payment-method,
#new-purchase .modal-content .purchase-summary #primary-source .payment-method,
#new-purchase .modal-content #attendees-panel #primary-source .payment-method, #edit-purchase .modal-content .reservation-summary #primary-source .payment-method, #edit-purchase .modal-content .waitlist-summary #primary-source .payment-method, #edit-purchase .modal-content .purchase-summary #primary-source .payment-method, #edit-purchase .modal-content #attendees-panel #primary-source .payment-method,
#new-gift-card .modal-content .reservation-summary #primary-source .payment-method,
#new-gift-card .modal-content .waitlist-summary #primary-source .payment-method,
#new-gift-card .modal-content .purchase-summary #primary-source .payment-method,
#new-gift-card .modal-content #attendees-panel #primary-source .payment-method, #edit-invoice .modal-content .reservation-summary #primary-source .payment-method, #edit-invoice .modal-content .waitlist-summary #primary-source .payment-method, #edit-invoice .modal-content .purchase-summary #primary-source .payment-method, #edit-invoice .modal-content #attendees-panel #primary-source .payment-method,
#cart-sources .modal-content .reservation-summary #primary-source .payment-method,
#cart-sources .modal-content .waitlist-summary #primary-source .payment-method,
#cart-sources .modal-content .purchase-summary #primary-source .payment-method,
#cart-sources .modal-content #attendees-panel #primary-source .payment-method {
  width: 32px;
}

/* line 252, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .change-sources, #new-reservation .modal-content .reservation-summary .select-extras, #new-reservation .modal-content .reservation-summary .add-promo, #new-reservation .modal-content .reservation-summary .select-caregivers, #new-reservation .modal-content .reservation-summary #reservation-message-toggle, #new-reservation .modal-content .reservation-summary #waitlist-message-toggle, #new-reservation .modal-content .reservation-summary #reservation-notes-toggle, #new-reservation .modal-content .reservation-summary #purchase-message-toggle, #new-reservation .modal-content .reservation-summary #purchase-notes-toggle, #new-reservation .modal-content .reservation-summary .select-dates, #new-reservation .modal-content .waitlist-summary .change-sources, #new-reservation .modal-content .waitlist-summary .select-extras, #new-reservation .modal-content .waitlist-summary .add-promo, #new-reservation .modal-content .waitlist-summary .select-caregivers, #new-reservation .modal-content .waitlist-summary #reservation-message-toggle, #new-reservation .modal-content .waitlist-summary #waitlist-message-toggle, #new-reservation .modal-content .waitlist-summary #reservation-notes-toggle, #new-reservation .modal-content .waitlist-summary #purchase-message-toggle, #new-reservation .modal-content .waitlist-summary #purchase-notes-toggle, #new-reservation .modal-content .waitlist-summary .select-dates, #new-reservation .modal-content .purchase-summary .change-sources, #new-reservation .modal-content .purchase-summary .select-extras, #new-reservation .modal-content .purchase-summary .add-promo, #new-reservation .modal-content .purchase-summary .select-caregivers, #new-reservation .modal-content .purchase-summary #reservation-message-toggle, #new-reservation .modal-content .purchase-summary #waitlist-message-toggle, #new-reservation .modal-content .purchase-summary #reservation-notes-toggle, #new-reservation .modal-content .purchase-summary #purchase-message-toggle, #new-reservation .modal-content .purchase-summary #purchase-notes-toggle, #new-reservation .modal-content .purchase-summary .select-dates, #new-reservation .modal-content #attendees-panel .change-sources, #new-reservation .modal-content #attendees-panel .select-extras, #new-reservation .modal-content #attendees-panel .add-promo, #new-reservation .modal-content #attendees-panel .select-caregivers, #new-reservation .modal-content #attendees-panel #reservation-message-toggle, #new-reservation .modal-content #attendees-panel #waitlist-message-toggle, #new-reservation .modal-content #attendees-panel #reservation-notes-toggle, #new-reservation .modal-content #attendees-panel #purchase-message-toggle, #new-reservation .modal-content #attendees-panel #purchase-notes-toggle, #new-reservation .modal-content #attendees-panel .select-dates, #edit-reservation .modal-content .reservation-summary .change-sources, #edit-reservation .modal-content .reservation-summary .select-extras, #edit-reservation .modal-content .reservation-summary .add-promo, #edit-reservation .modal-content .reservation-summary .select-caregivers, #edit-reservation .modal-content .reservation-summary #reservation-message-toggle, #edit-reservation .modal-content .reservation-summary #waitlist-message-toggle, #edit-reservation .modal-content .reservation-summary #reservation-notes-toggle, #edit-reservation .modal-content .reservation-summary #purchase-message-toggle, #edit-reservation .modal-content .reservation-summary #purchase-notes-toggle, #edit-reservation .modal-content .reservation-summary .select-dates, #edit-reservation .modal-content .waitlist-summary .change-sources, #edit-reservation .modal-content .waitlist-summary .select-extras, #edit-reservation .modal-content .waitlist-summary .add-promo, #edit-reservation .modal-content .waitlist-summary .select-caregivers, #edit-reservation .modal-content .waitlist-summary #reservation-message-toggle, #edit-reservation .modal-content .waitlist-summary #waitlist-message-toggle, #edit-reservation .modal-content .waitlist-summary #reservation-notes-toggle, #edit-reservation .modal-content .waitlist-summary #purchase-message-toggle, #edit-reservation .modal-content .waitlist-summary #purchase-notes-toggle, #edit-reservation .modal-content .waitlist-summary .select-dates, #edit-reservation .modal-content .purchase-summary .change-sources, #edit-reservation .modal-content .purchase-summary .select-extras, #edit-reservation .modal-content .purchase-summary .add-promo, #edit-reservation .modal-content .purchase-summary .select-caregivers, #edit-reservation .modal-content .purchase-summary #reservation-message-toggle, #edit-reservation .modal-content .purchase-summary #waitlist-message-toggle, #edit-reservation .modal-content .purchase-summary #reservation-notes-toggle, #edit-reservation .modal-content .purchase-summary #purchase-message-toggle, #edit-reservation .modal-content .purchase-summary #purchase-notes-toggle, #edit-reservation .modal-content .purchase-summary .select-dates, #edit-reservation .modal-content #attendees-panel .change-sources, #edit-reservation .modal-content #attendees-panel .select-extras, #edit-reservation .modal-content #attendees-panel .add-promo, #edit-reservation .modal-content #attendees-panel .select-caregivers, #edit-reservation .modal-content #attendees-panel #reservation-message-toggle, #edit-reservation .modal-content #attendees-panel #waitlist-message-toggle, #edit-reservation .modal-content #attendees-panel #reservation-notes-toggle, #edit-reservation .modal-content #attendees-panel #purchase-message-toggle, #edit-reservation .modal-content #attendees-panel #purchase-notes-toggle, #edit-reservation .modal-content #attendees-panel .select-dates,
#new-waitlist .modal-content .reservation-summary .change-sources,
#new-waitlist .modal-content .reservation-summary .select-extras,
#new-waitlist .modal-content .reservation-summary .add-promo,
#new-waitlist .modal-content .reservation-summary .select-caregivers,
#new-waitlist .modal-content .reservation-summary #reservation-message-toggle,
#new-waitlist .modal-content .reservation-summary #waitlist-message-toggle,
#new-waitlist .modal-content .reservation-summary #reservation-notes-toggle,
#new-waitlist .modal-content .reservation-summary #purchase-message-toggle,
#new-waitlist .modal-content .reservation-summary #purchase-notes-toggle,
#new-waitlist .modal-content .reservation-summary .select-dates,
#new-waitlist .modal-content .waitlist-summary .change-sources,
#new-waitlist .modal-content .waitlist-summary .select-extras,
#new-waitlist .modal-content .waitlist-summary .add-promo,
#new-waitlist .modal-content .waitlist-summary .select-caregivers,
#new-waitlist .modal-content .waitlist-summary #reservation-message-toggle,
#new-waitlist .modal-content .waitlist-summary #waitlist-message-toggle,
#new-waitlist .modal-content .waitlist-summary #reservation-notes-toggle,
#new-waitlist .modal-content .waitlist-summary #purchase-message-toggle,
#new-waitlist .modal-content .waitlist-summary #purchase-notes-toggle,
#new-waitlist .modal-content .waitlist-summary .select-dates,
#new-waitlist .modal-content .purchase-summary .change-sources,
#new-waitlist .modal-content .purchase-summary .select-extras,
#new-waitlist .modal-content .purchase-summary .add-promo,
#new-waitlist .modal-content .purchase-summary .select-caregivers,
#new-waitlist .modal-content .purchase-summary #reservation-message-toggle,
#new-waitlist .modal-content .purchase-summary #waitlist-message-toggle,
#new-waitlist .modal-content .purchase-summary #reservation-notes-toggle,
#new-waitlist .modal-content .purchase-summary #purchase-message-toggle,
#new-waitlist .modal-content .purchase-summary #purchase-notes-toggle,
#new-waitlist .modal-content .purchase-summary .select-dates,
#new-waitlist .modal-content #attendees-panel .change-sources,
#new-waitlist .modal-content #attendees-panel .select-extras,
#new-waitlist .modal-content #attendees-panel .add-promo,
#new-waitlist .modal-content #attendees-panel .select-caregivers,
#new-waitlist .modal-content #attendees-panel #reservation-message-toggle,
#new-waitlist .modal-content #attendees-panel #waitlist-message-toggle,
#new-waitlist .modal-content #attendees-panel #reservation-notes-toggle,
#new-waitlist .modal-content #attendees-panel #purchase-message-toggle,
#new-waitlist .modal-content #attendees-panel #purchase-notes-toggle,
#new-waitlist .modal-content #attendees-panel .select-dates, #edit-waitlist .modal-content .reservation-summary .change-sources, #edit-waitlist .modal-content .reservation-summary .select-extras, #edit-waitlist .modal-content .reservation-summary .add-promo, #edit-waitlist .modal-content .reservation-summary .select-caregivers, #edit-waitlist .modal-content .reservation-summary #reservation-message-toggle, #edit-waitlist .modal-content .reservation-summary #waitlist-message-toggle, #edit-waitlist .modal-content .reservation-summary #reservation-notes-toggle, #edit-waitlist .modal-content .reservation-summary #purchase-message-toggle, #edit-waitlist .modal-content .reservation-summary #purchase-notes-toggle, #edit-waitlist .modal-content .reservation-summary .select-dates, #edit-waitlist .modal-content .waitlist-summary .change-sources, #edit-waitlist .modal-content .waitlist-summary .select-extras, #edit-waitlist .modal-content .waitlist-summary .add-promo, #edit-waitlist .modal-content .waitlist-summary .select-caregivers, #edit-waitlist .modal-content .waitlist-summary #reservation-message-toggle, #edit-waitlist .modal-content .waitlist-summary #waitlist-message-toggle, #edit-waitlist .modal-content .waitlist-summary #reservation-notes-toggle, #edit-waitlist .modal-content .waitlist-summary #purchase-message-toggle, #edit-waitlist .modal-content .waitlist-summary #purchase-notes-toggle, #edit-waitlist .modal-content .waitlist-summary .select-dates, #edit-waitlist .modal-content .purchase-summary .change-sources, #edit-waitlist .modal-content .purchase-summary .select-extras, #edit-waitlist .modal-content .purchase-summary .add-promo, #edit-waitlist .modal-content .purchase-summary .select-caregivers, #edit-waitlist .modal-content .purchase-summary #reservation-message-toggle, #edit-waitlist .modal-content .purchase-summary #waitlist-message-toggle, #edit-waitlist .modal-content .purchase-summary #reservation-notes-toggle, #edit-waitlist .modal-content .purchase-summary #purchase-message-toggle, #edit-waitlist .modal-content .purchase-summary #purchase-notes-toggle, #edit-waitlist .modal-content .purchase-summary .select-dates, #edit-waitlist .modal-content #attendees-panel .change-sources, #edit-waitlist .modal-content #attendees-panel .select-extras, #edit-waitlist .modal-content #attendees-panel .add-promo, #edit-waitlist .modal-content #attendees-panel .select-caregivers, #edit-waitlist .modal-content #attendees-panel #reservation-message-toggle, #edit-waitlist .modal-content #attendees-panel #waitlist-message-toggle, #edit-waitlist .modal-content #attendees-panel #reservation-notes-toggle, #edit-waitlist .modal-content #attendees-panel #purchase-message-toggle, #edit-waitlist .modal-content #attendees-panel #purchase-notes-toggle, #edit-waitlist .modal-content #attendees-panel .select-dates,
#new-purchase .modal-content .reservation-summary .change-sources,
#new-purchase .modal-content .reservation-summary .select-extras,
#new-purchase .modal-content .reservation-summary .add-promo,
#new-purchase .modal-content .reservation-summary .select-caregivers,
#new-purchase .modal-content .reservation-summary #reservation-message-toggle,
#new-purchase .modal-content .reservation-summary #waitlist-message-toggle,
#new-purchase .modal-content .reservation-summary #reservation-notes-toggle,
#new-purchase .modal-content .reservation-summary #purchase-message-toggle,
#new-purchase .modal-content .reservation-summary #purchase-notes-toggle,
#new-purchase .modal-content .reservation-summary .select-dates,
#new-purchase .modal-content .waitlist-summary .change-sources,
#new-purchase .modal-content .waitlist-summary .select-extras,
#new-purchase .modal-content .waitlist-summary .add-promo,
#new-purchase .modal-content .waitlist-summary .select-caregivers,
#new-purchase .modal-content .waitlist-summary #reservation-message-toggle,
#new-purchase .modal-content .waitlist-summary #waitlist-message-toggle,
#new-purchase .modal-content .waitlist-summary #reservation-notes-toggle,
#new-purchase .modal-content .waitlist-summary #purchase-message-toggle,
#new-purchase .modal-content .waitlist-summary #purchase-notes-toggle,
#new-purchase .modal-content .waitlist-summary .select-dates,
#new-purchase .modal-content .purchase-summary .change-sources,
#new-purchase .modal-content .purchase-summary .select-extras,
#new-purchase .modal-content .purchase-summary .add-promo,
#new-purchase .modal-content .purchase-summary .select-caregivers,
#new-purchase .modal-content .purchase-summary #reservation-message-toggle,
#new-purchase .modal-content .purchase-summary #waitlist-message-toggle,
#new-purchase .modal-content .purchase-summary #reservation-notes-toggle,
#new-purchase .modal-content .purchase-summary #purchase-message-toggle,
#new-purchase .modal-content .purchase-summary #purchase-notes-toggle,
#new-purchase .modal-content .purchase-summary .select-dates,
#new-purchase .modal-content #attendees-panel .change-sources,
#new-purchase .modal-content #attendees-panel .select-extras,
#new-purchase .modal-content #attendees-panel .add-promo,
#new-purchase .modal-content #attendees-panel .select-caregivers,
#new-purchase .modal-content #attendees-panel #reservation-message-toggle,
#new-purchase .modal-content #attendees-panel #waitlist-message-toggle,
#new-purchase .modal-content #attendees-panel #reservation-notes-toggle,
#new-purchase .modal-content #attendees-panel #purchase-message-toggle,
#new-purchase .modal-content #attendees-panel #purchase-notes-toggle,
#new-purchase .modal-content #attendees-panel .select-dates, #edit-purchase .modal-content .reservation-summary .change-sources, #edit-purchase .modal-content .reservation-summary .select-extras, #edit-purchase .modal-content .reservation-summary .add-promo, #edit-purchase .modal-content .reservation-summary .select-caregivers, #edit-purchase .modal-content .reservation-summary #reservation-message-toggle, #edit-purchase .modal-content .reservation-summary #waitlist-message-toggle, #edit-purchase .modal-content .reservation-summary #reservation-notes-toggle, #edit-purchase .modal-content .reservation-summary #purchase-message-toggle, #edit-purchase .modal-content .reservation-summary #purchase-notes-toggle, #edit-purchase .modal-content .reservation-summary .select-dates, #edit-purchase .modal-content .waitlist-summary .change-sources, #edit-purchase .modal-content .waitlist-summary .select-extras, #edit-purchase .modal-content .waitlist-summary .add-promo, #edit-purchase .modal-content .waitlist-summary .select-caregivers, #edit-purchase .modal-content .waitlist-summary #reservation-message-toggle, #edit-purchase .modal-content .waitlist-summary #waitlist-message-toggle, #edit-purchase .modal-content .waitlist-summary #reservation-notes-toggle, #edit-purchase .modal-content .waitlist-summary #purchase-message-toggle, #edit-purchase .modal-content .waitlist-summary #purchase-notes-toggle, #edit-purchase .modal-content .waitlist-summary .select-dates, #edit-purchase .modal-content .purchase-summary .change-sources, #edit-purchase .modal-content .purchase-summary .select-extras, #edit-purchase .modal-content .purchase-summary .add-promo, #edit-purchase .modal-content .purchase-summary .select-caregivers, #edit-purchase .modal-content .purchase-summary #reservation-message-toggle, #edit-purchase .modal-content .purchase-summary #waitlist-message-toggle, #edit-purchase .modal-content .purchase-summary #reservation-notes-toggle, #edit-purchase .modal-content .purchase-summary #purchase-message-toggle, #edit-purchase .modal-content .purchase-summary #purchase-notes-toggle, #edit-purchase .modal-content .purchase-summary .select-dates, #edit-purchase .modal-content #attendees-panel .change-sources, #edit-purchase .modal-content #attendees-panel .select-extras, #edit-purchase .modal-content #attendees-panel .add-promo, #edit-purchase .modal-content #attendees-panel .select-caregivers, #edit-purchase .modal-content #attendees-panel #reservation-message-toggle, #edit-purchase .modal-content #attendees-panel #waitlist-message-toggle, #edit-purchase .modal-content #attendees-panel #reservation-notes-toggle, #edit-purchase .modal-content #attendees-panel #purchase-message-toggle, #edit-purchase .modal-content #attendees-panel #purchase-notes-toggle, #edit-purchase .modal-content #attendees-panel .select-dates,
#new-gift-card .modal-content .reservation-summary .change-sources,
#new-gift-card .modal-content .reservation-summary .select-extras,
#new-gift-card .modal-content .reservation-summary .add-promo,
#new-gift-card .modal-content .reservation-summary .select-caregivers,
#new-gift-card .modal-content .reservation-summary #reservation-message-toggle,
#new-gift-card .modal-content .reservation-summary #waitlist-message-toggle,
#new-gift-card .modal-content .reservation-summary #reservation-notes-toggle,
#new-gift-card .modal-content .reservation-summary #purchase-message-toggle,
#new-gift-card .modal-content .reservation-summary #purchase-notes-toggle,
#new-gift-card .modal-content .reservation-summary .select-dates,
#new-gift-card .modal-content .waitlist-summary .change-sources,
#new-gift-card .modal-content .waitlist-summary .select-extras,
#new-gift-card .modal-content .waitlist-summary .add-promo,
#new-gift-card .modal-content .waitlist-summary .select-caregivers,
#new-gift-card .modal-content .waitlist-summary #reservation-message-toggle,
#new-gift-card .modal-content .waitlist-summary #waitlist-message-toggle,
#new-gift-card .modal-content .waitlist-summary #reservation-notes-toggle,
#new-gift-card .modal-content .waitlist-summary #purchase-message-toggle,
#new-gift-card .modal-content .waitlist-summary #purchase-notes-toggle,
#new-gift-card .modal-content .waitlist-summary .select-dates,
#new-gift-card .modal-content .purchase-summary .change-sources,
#new-gift-card .modal-content .purchase-summary .select-extras,
#new-gift-card .modal-content .purchase-summary .add-promo,
#new-gift-card .modal-content .purchase-summary .select-caregivers,
#new-gift-card .modal-content .purchase-summary #reservation-message-toggle,
#new-gift-card .modal-content .purchase-summary #waitlist-message-toggle,
#new-gift-card .modal-content .purchase-summary #reservation-notes-toggle,
#new-gift-card .modal-content .purchase-summary #purchase-message-toggle,
#new-gift-card .modal-content .purchase-summary #purchase-notes-toggle,
#new-gift-card .modal-content .purchase-summary .select-dates,
#new-gift-card .modal-content #attendees-panel .change-sources,
#new-gift-card .modal-content #attendees-panel .select-extras,
#new-gift-card .modal-content #attendees-panel .add-promo,
#new-gift-card .modal-content #attendees-panel .select-caregivers,
#new-gift-card .modal-content #attendees-panel #reservation-message-toggle,
#new-gift-card .modal-content #attendees-panel #waitlist-message-toggle,
#new-gift-card .modal-content #attendees-panel #reservation-notes-toggle,
#new-gift-card .modal-content #attendees-panel #purchase-message-toggle,
#new-gift-card .modal-content #attendees-panel #purchase-notes-toggle,
#new-gift-card .modal-content #attendees-panel .select-dates, #edit-invoice .modal-content .reservation-summary .change-sources, #edit-invoice .modal-content .reservation-summary .select-extras, #edit-invoice .modal-content .reservation-summary .add-promo, #edit-invoice .modal-content .reservation-summary .select-caregivers, #edit-invoice .modal-content .reservation-summary #reservation-message-toggle, #edit-invoice .modal-content .reservation-summary #waitlist-message-toggle, #edit-invoice .modal-content .reservation-summary #reservation-notes-toggle, #edit-invoice .modal-content .reservation-summary #purchase-message-toggle, #edit-invoice .modal-content .reservation-summary #purchase-notes-toggle, #edit-invoice .modal-content .reservation-summary .select-dates, #edit-invoice .modal-content .waitlist-summary .change-sources, #edit-invoice .modal-content .waitlist-summary .select-extras, #edit-invoice .modal-content .waitlist-summary .add-promo, #edit-invoice .modal-content .waitlist-summary .select-caregivers, #edit-invoice .modal-content .waitlist-summary #reservation-message-toggle, #edit-invoice .modal-content .waitlist-summary #waitlist-message-toggle, #edit-invoice .modal-content .waitlist-summary #reservation-notes-toggle, #edit-invoice .modal-content .waitlist-summary #purchase-message-toggle, #edit-invoice .modal-content .waitlist-summary #purchase-notes-toggle, #edit-invoice .modal-content .waitlist-summary .select-dates, #edit-invoice .modal-content .purchase-summary .change-sources, #edit-invoice .modal-content .purchase-summary .select-extras, #edit-invoice .modal-content .purchase-summary .add-promo, #edit-invoice .modal-content .purchase-summary .select-caregivers, #edit-invoice .modal-content .purchase-summary #reservation-message-toggle, #edit-invoice .modal-content .purchase-summary #waitlist-message-toggle, #edit-invoice .modal-content .purchase-summary #reservation-notes-toggle, #edit-invoice .modal-content .purchase-summary #purchase-message-toggle, #edit-invoice .modal-content .purchase-summary #purchase-notes-toggle, #edit-invoice .modal-content .purchase-summary .select-dates, #edit-invoice .modal-content #attendees-panel .change-sources, #edit-invoice .modal-content #attendees-panel .select-extras, #edit-invoice .modal-content #attendees-panel .add-promo, #edit-invoice .modal-content #attendees-panel .select-caregivers, #edit-invoice .modal-content #attendees-panel #reservation-message-toggle, #edit-invoice .modal-content #attendees-panel #waitlist-message-toggle, #edit-invoice .modal-content #attendees-panel #reservation-notes-toggle, #edit-invoice .modal-content #attendees-panel #purchase-message-toggle, #edit-invoice .modal-content #attendees-panel #purchase-notes-toggle, #edit-invoice .modal-content #attendees-panel .select-dates,
#cart-sources .modal-content .reservation-summary .change-sources,
#cart-sources .modal-content .reservation-summary .select-extras,
#cart-sources .modal-content .reservation-summary .add-promo,
#cart-sources .modal-content .reservation-summary .select-caregivers,
#cart-sources .modal-content .reservation-summary #reservation-message-toggle,
#cart-sources .modal-content .reservation-summary #waitlist-message-toggle,
#cart-sources .modal-content .reservation-summary #reservation-notes-toggle,
#cart-sources .modal-content .reservation-summary #purchase-message-toggle,
#cart-sources .modal-content .reservation-summary #purchase-notes-toggle,
#cart-sources .modal-content .reservation-summary .select-dates,
#cart-sources .modal-content .waitlist-summary .change-sources,
#cart-sources .modal-content .waitlist-summary .select-extras,
#cart-sources .modal-content .waitlist-summary .add-promo,
#cart-sources .modal-content .waitlist-summary .select-caregivers,
#cart-sources .modal-content .waitlist-summary #reservation-message-toggle,
#cart-sources .modal-content .waitlist-summary #waitlist-message-toggle,
#cart-sources .modal-content .waitlist-summary #reservation-notes-toggle,
#cart-sources .modal-content .waitlist-summary #purchase-message-toggle,
#cart-sources .modal-content .waitlist-summary #purchase-notes-toggle,
#cart-sources .modal-content .waitlist-summary .select-dates,
#cart-sources .modal-content .purchase-summary .change-sources,
#cart-sources .modal-content .purchase-summary .select-extras,
#cart-sources .modal-content .purchase-summary .add-promo,
#cart-sources .modal-content .purchase-summary .select-caregivers,
#cart-sources .modal-content .purchase-summary #reservation-message-toggle,
#cart-sources .modal-content .purchase-summary #waitlist-message-toggle,
#cart-sources .modal-content .purchase-summary #reservation-notes-toggle,
#cart-sources .modal-content .purchase-summary #purchase-message-toggle,
#cart-sources .modal-content .purchase-summary #purchase-notes-toggle,
#cart-sources .modal-content .purchase-summary .select-dates,
#cart-sources .modal-content #attendees-panel .change-sources,
#cart-sources .modal-content #attendees-panel .select-extras,
#cart-sources .modal-content #attendees-panel .add-promo,
#cart-sources .modal-content #attendees-panel .select-caregivers,
#cart-sources .modal-content #attendees-panel #reservation-message-toggle,
#cart-sources .modal-content #attendees-panel #waitlist-message-toggle,
#cart-sources .modal-content #attendees-panel #reservation-notes-toggle,
#cart-sources .modal-content #attendees-panel #purchase-message-toggle,
#cart-sources .modal-content #attendees-panel #purchase-notes-toggle,
#cart-sources .modal-content #attendees-panel .select-dates {
  cursor: pointer;
}

/* line 254, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .change-sources *, #new-reservation .modal-content .reservation-summary .select-extras *, #new-reservation .modal-content .reservation-summary .add-promo *, #new-reservation .modal-content .reservation-summary .select-caregivers *, #new-reservation .modal-content .reservation-summary #reservation-message-toggle *, #new-reservation .modal-content .reservation-summary #waitlist-message-toggle *, #new-reservation .modal-content .reservation-summary #reservation-notes-toggle *, #new-reservation .modal-content .reservation-summary #purchase-message-toggle *, #new-reservation .modal-content .reservation-summary #purchase-notes-toggle *, #new-reservation .modal-content .reservation-summary .select-dates *, #new-reservation .modal-content .waitlist-summary .change-sources *, #new-reservation .modal-content .waitlist-summary .select-extras *, #new-reservation .modal-content .waitlist-summary .add-promo *, #new-reservation .modal-content .waitlist-summary .select-caregivers *, #new-reservation .modal-content .waitlist-summary #reservation-message-toggle *, #new-reservation .modal-content .waitlist-summary #waitlist-message-toggle *, #new-reservation .modal-content .waitlist-summary #reservation-notes-toggle *, #new-reservation .modal-content .waitlist-summary #purchase-message-toggle *, #new-reservation .modal-content .waitlist-summary #purchase-notes-toggle *, #new-reservation .modal-content .waitlist-summary .select-dates *, #new-reservation .modal-content .purchase-summary .change-sources *, #new-reservation .modal-content .purchase-summary .select-extras *, #new-reservation .modal-content .purchase-summary .add-promo *, #new-reservation .modal-content .purchase-summary .select-caregivers *, #new-reservation .modal-content .purchase-summary #reservation-message-toggle *, #new-reservation .modal-content .purchase-summary #waitlist-message-toggle *, #new-reservation .modal-content .purchase-summary #reservation-notes-toggle *, #new-reservation .modal-content .purchase-summary #purchase-message-toggle *, #new-reservation .modal-content .purchase-summary #purchase-notes-toggle *, #new-reservation .modal-content .purchase-summary .select-dates *, #new-reservation .modal-content #attendees-panel .change-sources *, #new-reservation .modal-content #attendees-panel .select-extras *, #new-reservation .modal-content #attendees-panel .add-promo *, #new-reservation .modal-content #attendees-panel .select-caregivers *, #new-reservation .modal-content #attendees-panel #reservation-message-toggle *, #new-reservation .modal-content #attendees-panel #waitlist-message-toggle *, #new-reservation .modal-content #attendees-panel #reservation-notes-toggle *, #new-reservation .modal-content #attendees-panel #purchase-message-toggle *, #new-reservation .modal-content #attendees-panel #purchase-notes-toggle *, #new-reservation .modal-content #attendees-panel .select-dates *, #edit-reservation .modal-content .reservation-summary .change-sources *, #edit-reservation .modal-content .reservation-summary .select-extras *, #edit-reservation .modal-content .reservation-summary .add-promo *, #edit-reservation .modal-content .reservation-summary .select-caregivers *, #edit-reservation .modal-content .reservation-summary #reservation-message-toggle *, #edit-reservation .modal-content .reservation-summary #waitlist-message-toggle *, #edit-reservation .modal-content .reservation-summary #reservation-notes-toggle *, #edit-reservation .modal-content .reservation-summary #purchase-message-toggle *, #edit-reservation .modal-content .reservation-summary #purchase-notes-toggle *, #edit-reservation .modal-content .reservation-summary .select-dates *, #edit-reservation .modal-content .waitlist-summary .change-sources *, #edit-reservation .modal-content .waitlist-summary .select-extras *, #edit-reservation .modal-content .waitlist-summary .add-promo *, #edit-reservation .modal-content .waitlist-summary .select-caregivers *, #edit-reservation .modal-content .waitlist-summary #reservation-message-toggle *, #edit-reservation .modal-content .waitlist-summary #waitlist-message-toggle *, #edit-reservation .modal-content .waitlist-summary #reservation-notes-toggle *, #edit-reservation .modal-content .waitlist-summary #purchase-message-toggle *, #edit-reservation .modal-content .waitlist-summary #purchase-notes-toggle *, #edit-reservation .modal-content .waitlist-summary .select-dates *, #edit-reservation .modal-content .purchase-summary .change-sources *, #edit-reservation .modal-content .purchase-summary .select-extras *, #edit-reservation .modal-content .purchase-summary .add-promo *, #edit-reservation .modal-content .purchase-summary .select-caregivers *, #edit-reservation .modal-content .purchase-summary #reservation-message-toggle *, #edit-reservation .modal-content .purchase-summary #waitlist-message-toggle *, #edit-reservation .modal-content .purchase-summary #reservation-notes-toggle *, #edit-reservation .modal-content .purchase-summary #purchase-message-toggle *, #edit-reservation .modal-content .purchase-summary #purchase-notes-toggle *, #edit-reservation .modal-content .purchase-summary .select-dates *, #edit-reservation .modal-content #attendees-panel .change-sources *, #edit-reservation .modal-content #attendees-panel .select-extras *, #edit-reservation .modal-content #attendees-panel .add-promo *, #edit-reservation .modal-content #attendees-panel .select-caregivers *, #edit-reservation .modal-content #attendees-panel #reservation-message-toggle *, #edit-reservation .modal-content #attendees-panel #waitlist-message-toggle *, #edit-reservation .modal-content #attendees-panel #reservation-notes-toggle *, #edit-reservation .modal-content #attendees-panel #purchase-message-toggle *, #edit-reservation .modal-content #attendees-panel #purchase-notes-toggle *, #edit-reservation .modal-content #attendees-panel .select-dates *,
#new-waitlist .modal-content .reservation-summary .change-sources *,
#new-waitlist .modal-content .reservation-summary .select-extras *,
#new-waitlist .modal-content .reservation-summary .add-promo *,
#new-waitlist .modal-content .reservation-summary .select-caregivers *,
#new-waitlist .modal-content .reservation-summary #reservation-message-toggle *,
#new-waitlist .modal-content .reservation-summary #waitlist-message-toggle *,
#new-waitlist .modal-content .reservation-summary #reservation-notes-toggle *,
#new-waitlist .modal-content .reservation-summary #purchase-message-toggle *,
#new-waitlist .modal-content .reservation-summary #purchase-notes-toggle *,
#new-waitlist .modal-content .reservation-summary .select-dates *,
#new-waitlist .modal-content .waitlist-summary .change-sources *,
#new-waitlist .modal-content .waitlist-summary .select-extras *,
#new-waitlist .modal-content .waitlist-summary .add-promo *,
#new-waitlist .modal-content .waitlist-summary .select-caregivers *,
#new-waitlist .modal-content .waitlist-summary #reservation-message-toggle *,
#new-waitlist .modal-content .waitlist-summary #waitlist-message-toggle *,
#new-waitlist .modal-content .waitlist-summary #reservation-notes-toggle *,
#new-waitlist .modal-content .waitlist-summary #purchase-message-toggle *,
#new-waitlist .modal-content .waitlist-summary #purchase-notes-toggle *,
#new-waitlist .modal-content .waitlist-summary .select-dates *,
#new-waitlist .modal-content .purchase-summary .change-sources *,
#new-waitlist .modal-content .purchase-summary .select-extras *,
#new-waitlist .modal-content .purchase-summary .add-promo *,
#new-waitlist .modal-content .purchase-summary .select-caregivers *,
#new-waitlist .modal-content .purchase-summary #reservation-message-toggle *,
#new-waitlist .modal-content .purchase-summary #waitlist-message-toggle *,
#new-waitlist .modal-content .purchase-summary #reservation-notes-toggle *,
#new-waitlist .modal-content .purchase-summary #purchase-message-toggle *,
#new-waitlist .modal-content .purchase-summary #purchase-notes-toggle *,
#new-waitlist .modal-content .purchase-summary .select-dates *,
#new-waitlist .modal-content #attendees-panel .change-sources *,
#new-waitlist .modal-content #attendees-panel .select-extras *,
#new-waitlist .modal-content #attendees-panel .add-promo *,
#new-waitlist .modal-content #attendees-panel .select-caregivers *,
#new-waitlist .modal-content #attendees-panel #reservation-message-toggle *,
#new-waitlist .modal-content #attendees-panel #waitlist-message-toggle *,
#new-waitlist .modal-content #attendees-panel #reservation-notes-toggle *,
#new-waitlist .modal-content #attendees-panel #purchase-message-toggle *,
#new-waitlist .modal-content #attendees-panel #purchase-notes-toggle *,
#new-waitlist .modal-content #attendees-panel .select-dates *, #edit-waitlist .modal-content .reservation-summary .change-sources *, #edit-waitlist .modal-content .reservation-summary .select-extras *, #edit-waitlist .modal-content .reservation-summary .add-promo *, #edit-waitlist .modal-content .reservation-summary .select-caregivers *, #edit-waitlist .modal-content .reservation-summary #reservation-message-toggle *, #edit-waitlist .modal-content .reservation-summary #waitlist-message-toggle *, #edit-waitlist .modal-content .reservation-summary #reservation-notes-toggle *, #edit-waitlist .modal-content .reservation-summary #purchase-message-toggle *, #edit-waitlist .modal-content .reservation-summary #purchase-notes-toggle *, #edit-waitlist .modal-content .reservation-summary .select-dates *, #edit-waitlist .modal-content .waitlist-summary .change-sources *, #edit-waitlist .modal-content .waitlist-summary .select-extras *, #edit-waitlist .modal-content .waitlist-summary .add-promo *, #edit-waitlist .modal-content .waitlist-summary .select-caregivers *, #edit-waitlist .modal-content .waitlist-summary #reservation-message-toggle *, #edit-waitlist .modal-content .waitlist-summary #waitlist-message-toggle *, #edit-waitlist .modal-content .waitlist-summary #reservation-notes-toggle *, #edit-waitlist .modal-content .waitlist-summary #purchase-message-toggle *, #edit-waitlist .modal-content .waitlist-summary #purchase-notes-toggle *, #edit-waitlist .modal-content .waitlist-summary .select-dates *, #edit-waitlist .modal-content .purchase-summary .change-sources *, #edit-waitlist .modal-content .purchase-summary .select-extras *, #edit-waitlist .modal-content .purchase-summary .add-promo *, #edit-waitlist .modal-content .purchase-summary .select-caregivers *, #edit-waitlist .modal-content .purchase-summary #reservation-message-toggle *, #edit-waitlist .modal-content .purchase-summary #waitlist-message-toggle *, #edit-waitlist .modal-content .purchase-summary #reservation-notes-toggle *, #edit-waitlist .modal-content .purchase-summary #purchase-message-toggle *, #edit-waitlist .modal-content .purchase-summary #purchase-notes-toggle *, #edit-waitlist .modal-content .purchase-summary .select-dates *, #edit-waitlist .modal-content #attendees-panel .change-sources *, #edit-waitlist .modal-content #attendees-panel .select-extras *, #edit-waitlist .modal-content #attendees-panel .add-promo *, #edit-waitlist .modal-content #attendees-panel .select-caregivers *, #edit-waitlist .modal-content #attendees-panel #reservation-message-toggle *, #edit-waitlist .modal-content #attendees-panel #waitlist-message-toggle *, #edit-waitlist .modal-content #attendees-panel #reservation-notes-toggle *, #edit-waitlist .modal-content #attendees-panel #purchase-message-toggle *, #edit-waitlist .modal-content #attendees-panel #purchase-notes-toggle *, #edit-waitlist .modal-content #attendees-panel .select-dates *,
#new-purchase .modal-content .reservation-summary .change-sources *,
#new-purchase .modal-content .reservation-summary .select-extras *,
#new-purchase .modal-content .reservation-summary .add-promo *,
#new-purchase .modal-content .reservation-summary .select-caregivers *,
#new-purchase .modal-content .reservation-summary #reservation-message-toggle *,
#new-purchase .modal-content .reservation-summary #waitlist-message-toggle *,
#new-purchase .modal-content .reservation-summary #reservation-notes-toggle *,
#new-purchase .modal-content .reservation-summary #purchase-message-toggle *,
#new-purchase .modal-content .reservation-summary #purchase-notes-toggle *,
#new-purchase .modal-content .reservation-summary .select-dates *,
#new-purchase .modal-content .waitlist-summary .change-sources *,
#new-purchase .modal-content .waitlist-summary .select-extras *,
#new-purchase .modal-content .waitlist-summary .add-promo *,
#new-purchase .modal-content .waitlist-summary .select-caregivers *,
#new-purchase .modal-content .waitlist-summary #reservation-message-toggle *,
#new-purchase .modal-content .waitlist-summary #waitlist-message-toggle *,
#new-purchase .modal-content .waitlist-summary #reservation-notes-toggle *,
#new-purchase .modal-content .waitlist-summary #purchase-message-toggle *,
#new-purchase .modal-content .waitlist-summary #purchase-notes-toggle *,
#new-purchase .modal-content .waitlist-summary .select-dates *,
#new-purchase .modal-content .purchase-summary .change-sources *,
#new-purchase .modal-content .purchase-summary .select-extras *,
#new-purchase .modal-content .purchase-summary .add-promo *,
#new-purchase .modal-content .purchase-summary .select-caregivers *,
#new-purchase .modal-content .purchase-summary #reservation-message-toggle *,
#new-purchase .modal-content .purchase-summary #waitlist-message-toggle *,
#new-purchase .modal-content .purchase-summary #reservation-notes-toggle *,
#new-purchase .modal-content .purchase-summary #purchase-message-toggle *,
#new-purchase .modal-content .purchase-summary #purchase-notes-toggle *,
#new-purchase .modal-content .purchase-summary .select-dates *,
#new-purchase .modal-content #attendees-panel .change-sources *,
#new-purchase .modal-content #attendees-panel .select-extras *,
#new-purchase .modal-content #attendees-panel .add-promo *,
#new-purchase .modal-content #attendees-panel .select-caregivers *,
#new-purchase .modal-content #attendees-panel #reservation-message-toggle *,
#new-purchase .modal-content #attendees-panel #waitlist-message-toggle *,
#new-purchase .modal-content #attendees-panel #reservation-notes-toggle *,
#new-purchase .modal-content #attendees-panel #purchase-message-toggle *,
#new-purchase .modal-content #attendees-panel #purchase-notes-toggle *,
#new-purchase .modal-content #attendees-panel .select-dates *, #edit-purchase .modal-content .reservation-summary .change-sources *, #edit-purchase .modal-content .reservation-summary .select-extras *, #edit-purchase .modal-content .reservation-summary .add-promo *, #edit-purchase .modal-content .reservation-summary .select-caregivers *, #edit-purchase .modal-content .reservation-summary #reservation-message-toggle *, #edit-purchase .modal-content .reservation-summary #waitlist-message-toggle *, #edit-purchase .modal-content .reservation-summary #reservation-notes-toggle *, #edit-purchase .modal-content .reservation-summary #purchase-message-toggle *, #edit-purchase .modal-content .reservation-summary #purchase-notes-toggle *, #edit-purchase .modal-content .reservation-summary .select-dates *, #edit-purchase .modal-content .waitlist-summary .change-sources *, #edit-purchase .modal-content .waitlist-summary .select-extras *, #edit-purchase .modal-content .waitlist-summary .add-promo *, #edit-purchase .modal-content .waitlist-summary .select-caregivers *, #edit-purchase .modal-content .waitlist-summary #reservation-message-toggle *, #edit-purchase .modal-content .waitlist-summary #waitlist-message-toggle *, #edit-purchase .modal-content .waitlist-summary #reservation-notes-toggle *, #edit-purchase .modal-content .waitlist-summary #purchase-message-toggle *, #edit-purchase .modal-content .waitlist-summary #purchase-notes-toggle *, #edit-purchase .modal-content .waitlist-summary .select-dates *, #edit-purchase .modal-content .purchase-summary .change-sources *, #edit-purchase .modal-content .purchase-summary .select-extras *, #edit-purchase .modal-content .purchase-summary .add-promo *, #edit-purchase .modal-content .purchase-summary .select-caregivers *, #edit-purchase .modal-content .purchase-summary #reservation-message-toggle *, #edit-purchase .modal-content .purchase-summary #waitlist-message-toggle *, #edit-purchase .modal-content .purchase-summary #reservation-notes-toggle *, #edit-purchase .modal-content .purchase-summary #purchase-message-toggle *, #edit-purchase .modal-content .purchase-summary #purchase-notes-toggle *, #edit-purchase .modal-content .purchase-summary .select-dates *, #edit-purchase .modal-content #attendees-panel .change-sources *, #edit-purchase .modal-content #attendees-panel .select-extras *, #edit-purchase .modal-content #attendees-panel .add-promo *, #edit-purchase .modal-content #attendees-panel .select-caregivers *, #edit-purchase .modal-content #attendees-panel #reservation-message-toggle *, #edit-purchase .modal-content #attendees-panel #waitlist-message-toggle *, #edit-purchase .modal-content #attendees-panel #reservation-notes-toggle *, #edit-purchase .modal-content #attendees-panel #purchase-message-toggle *, #edit-purchase .modal-content #attendees-panel #purchase-notes-toggle *, #edit-purchase .modal-content #attendees-panel .select-dates *,
#new-gift-card .modal-content .reservation-summary .change-sources *,
#new-gift-card .modal-content .reservation-summary .select-extras *,
#new-gift-card .modal-content .reservation-summary .add-promo *,
#new-gift-card .modal-content .reservation-summary .select-caregivers *,
#new-gift-card .modal-content .reservation-summary #reservation-message-toggle *,
#new-gift-card .modal-content .reservation-summary #waitlist-message-toggle *,
#new-gift-card .modal-content .reservation-summary #reservation-notes-toggle *,
#new-gift-card .modal-content .reservation-summary #purchase-message-toggle *,
#new-gift-card .modal-content .reservation-summary #purchase-notes-toggle *,
#new-gift-card .modal-content .reservation-summary .select-dates *,
#new-gift-card .modal-content .waitlist-summary .change-sources *,
#new-gift-card .modal-content .waitlist-summary .select-extras *,
#new-gift-card .modal-content .waitlist-summary .add-promo *,
#new-gift-card .modal-content .waitlist-summary .select-caregivers *,
#new-gift-card .modal-content .waitlist-summary #reservation-message-toggle *,
#new-gift-card .modal-content .waitlist-summary #waitlist-message-toggle *,
#new-gift-card .modal-content .waitlist-summary #reservation-notes-toggle *,
#new-gift-card .modal-content .waitlist-summary #purchase-message-toggle *,
#new-gift-card .modal-content .waitlist-summary #purchase-notes-toggle *,
#new-gift-card .modal-content .waitlist-summary .select-dates *,
#new-gift-card .modal-content .purchase-summary .change-sources *,
#new-gift-card .modal-content .purchase-summary .select-extras *,
#new-gift-card .modal-content .purchase-summary .add-promo *,
#new-gift-card .modal-content .purchase-summary .select-caregivers *,
#new-gift-card .modal-content .purchase-summary #reservation-message-toggle *,
#new-gift-card .modal-content .purchase-summary #waitlist-message-toggle *,
#new-gift-card .modal-content .purchase-summary #reservation-notes-toggle *,
#new-gift-card .modal-content .purchase-summary #purchase-message-toggle *,
#new-gift-card .modal-content .purchase-summary #purchase-notes-toggle *,
#new-gift-card .modal-content .purchase-summary .select-dates *,
#new-gift-card .modal-content #attendees-panel .change-sources *,
#new-gift-card .modal-content #attendees-panel .select-extras *,
#new-gift-card .modal-content #attendees-panel .add-promo *,
#new-gift-card .modal-content #attendees-panel .select-caregivers *,
#new-gift-card .modal-content #attendees-panel #reservation-message-toggle *,
#new-gift-card .modal-content #attendees-panel #waitlist-message-toggle *,
#new-gift-card .modal-content #attendees-panel #reservation-notes-toggle *,
#new-gift-card .modal-content #attendees-panel #purchase-message-toggle *,
#new-gift-card .modal-content #attendees-panel #purchase-notes-toggle *,
#new-gift-card .modal-content #attendees-panel .select-dates *, #edit-invoice .modal-content .reservation-summary .change-sources *, #edit-invoice .modal-content .reservation-summary .select-extras *, #edit-invoice .modal-content .reservation-summary .add-promo *, #edit-invoice .modal-content .reservation-summary .select-caregivers *, #edit-invoice .modal-content .reservation-summary #reservation-message-toggle *, #edit-invoice .modal-content .reservation-summary #waitlist-message-toggle *, #edit-invoice .modal-content .reservation-summary #reservation-notes-toggle *, #edit-invoice .modal-content .reservation-summary #purchase-message-toggle *, #edit-invoice .modal-content .reservation-summary #purchase-notes-toggle *, #edit-invoice .modal-content .reservation-summary .select-dates *, #edit-invoice .modal-content .waitlist-summary .change-sources *, #edit-invoice .modal-content .waitlist-summary .select-extras *, #edit-invoice .modal-content .waitlist-summary .add-promo *, #edit-invoice .modal-content .waitlist-summary .select-caregivers *, #edit-invoice .modal-content .waitlist-summary #reservation-message-toggle *, #edit-invoice .modal-content .waitlist-summary #waitlist-message-toggle *, #edit-invoice .modal-content .waitlist-summary #reservation-notes-toggle *, #edit-invoice .modal-content .waitlist-summary #purchase-message-toggle *, #edit-invoice .modal-content .waitlist-summary #purchase-notes-toggle *, #edit-invoice .modal-content .waitlist-summary .select-dates *, #edit-invoice .modal-content .purchase-summary .change-sources *, #edit-invoice .modal-content .purchase-summary .select-extras *, #edit-invoice .modal-content .purchase-summary .add-promo *, #edit-invoice .modal-content .purchase-summary .select-caregivers *, #edit-invoice .modal-content .purchase-summary #reservation-message-toggle *, #edit-invoice .modal-content .purchase-summary #waitlist-message-toggle *, #edit-invoice .modal-content .purchase-summary #reservation-notes-toggle *, #edit-invoice .modal-content .purchase-summary #purchase-message-toggle *, #edit-invoice .modal-content .purchase-summary #purchase-notes-toggle *, #edit-invoice .modal-content .purchase-summary .select-dates *, #edit-invoice .modal-content #attendees-panel .change-sources *, #edit-invoice .modal-content #attendees-panel .select-extras *, #edit-invoice .modal-content #attendees-panel .add-promo *, #edit-invoice .modal-content #attendees-panel .select-caregivers *, #edit-invoice .modal-content #attendees-panel #reservation-message-toggle *, #edit-invoice .modal-content #attendees-panel #waitlist-message-toggle *, #edit-invoice .modal-content #attendees-panel #reservation-notes-toggle *, #edit-invoice .modal-content #attendees-panel #purchase-message-toggle *, #edit-invoice .modal-content #attendees-panel #purchase-notes-toggle *, #edit-invoice .modal-content #attendees-panel .select-dates *,
#cart-sources .modal-content .reservation-summary .change-sources *,
#cart-sources .modal-content .reservation-summary .select-extras *,
#cart-sources .modal-content .reservation-summary .add-promo *,
#cart-sources .modal-content .reservation-summary .select-caregivers *,
#cart-sources .modal-content .reservation-summary #reservation-message-toggle *,
#cart-sources .modal-content .reservation-summary #waitlist-message-toggle *,
#cart-sources .modal-content .reservation-summary #reservation-notes-toggle *,
#cart-sources .modal-content .reservation-summary #purchase-message-toggle *,
#cart-sources .modal-content .reservation-summary #purchase-notes-toggle *,
#cart-sources .modal-content .reservation-summary .select-dates *,
#cart-sources .modal-content .waitlist-summary .change-sources *,
#cart-sources .modal-content .waitlist-summary .select-extras *,
#cart-sources .modal-content .waitlist-summary .add-promo *,
#cart-sources .modal-content .waitlist-summary .select-caregivers *,
#cart-sources .modal-content .waitlist-summary #reservation-message-toggle *,
#cart-sources .modal-content .waitlist-summary #waitlist-message-toggle *,
#cart-sources .modal-content .waitlist-summary #reservation-notes-toggle *,
#cart-sources .modal-content .waitlist-summary #purchase-message-toggle *,
#cart-sources .modal-content .waitlist-summary #purchase-notes-toggle *,
#cart-sources .modal-content .waitlist-summary .select-dates *,
#cart-sources .modal-content .purchase-summary .change-sources *,
#cart-sources .modal-content .purchase-summary .select-extras *,
#cart-sources .modal-content .purchase-summary .add-promo *,
#cart-sources .modal-content .purchase-summary .select-caregivers *,
#cart-sources .modal-content .purchase-summary #reservation-message-toggle *,
#cart-sources .modal-content .purchase-summary #waitlist-message-toggle *,
#cart-sources .modal-content .purchase-summary #reservation-notes-toggle *,
#cart-sources .modal-content .purchase-summary #purchase-message-toggle *,
#cart-sources .modal-content .purchase-summary #purchase-notes-toggle *,
#cart-sources .modal-content .purchase-summary .select-dates *,
#cart-sources .modal-content #attendees-panel .change-sources *,
#cart-sources .modal-content #attendees-panel .select-extras *,
#cart-sources .modal-content #attendees-panel .add-promo *,
#cart-sources .modal-content #attendees-panel .select-caregivers *,
#cart-sources .modal-content #attendees-panel #reservation-message-toggle *,
#cart-sources .modal-content #attendees-panel #waitlist-message-toggle *,
#cart-sources .modal-content #attendees-panel #reservation-notes-toggle *,
#cart-sources .modal-content #attendees-panel #purchase-message-toggle *,
#cart-sources .modal-content #attendees-panel #purchase-notes-toggle *,
#cart-sources .modal-content #attendees-panel .select-dates * {
  color: #444;
}

/* line 258, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .change-sources .prompt, #new-reservation .modal-content .reservation-summary .select-extras .prompt, #new-reservation .modal-content .reservation-summary .add-promo .prompt, #new-reservation .modal-content .reservation-summary .select-caregivers .prompt, #new-reservation .modal-content .reservation-summary #reservation-message-toggle .prompt, #new-reservation .modal-content .reservation-summary #waitlist-message-toggle .prompt, #new-reservation .modal-content .reservation-summary #reservation-notes-toggle .prompt, #new-reservation .modal-content .reservation-summary #purchase-message-toggle .prompt, #new-reservation .modal-content .reservation-summary #purchase-notes-toggle .prompt, #new-reservation .modal-content .reservation-summary .select-dates .prompt, #new-reservation .modal-content .waitlist-summary .change-sources .prompt, #new-reservation .modal-content .waitlist-summary .select-extras .prompt, #new-reservation .modal-content .waitlist-summary .add-promo .prompt, #new-reservation .modal-content .waitlist-summary .select-caregivers .prompt, #new-reservation .modal-content .waitlist-summary #reservation-message-toggle .prompt, #new-reservation .modal-content .waitlist-summary #waitlist-message-toggle .prompt, #new-reservation .modal-content .waitlist-summary #reservation-notes-toggle .prompt, #new-reservation .modal-content .waitlist-summary #purchase-message-toggle .prompt, #new-reservation .modal-content .waitlist-summary #purchase-notes-toggle .prompt, #new-reservation .modal-content .waitlist-summary .select-dates .prompt, #new-reservation .modal-content .purchase-summary .change-sources .prompt, #new-reservation .modal-content .purchase-summary .select-extras .prompt, #new-reservation .modal-content .purchase-summary .add-promo .prompt, #new-reservation .modal-content .purchase-summary .select-caregivers .prompt, #new-reservation .modal-content .purchase-summary #reservation-message-toggle .prompt, #new-reservation .modal-content .purchase-summary #waitlist-message-toggle .prompt, #new-reservation .modal-content .purchase-summary #reservation-notes-toggle .prompt, #new-reservation .modal-content .purchase-summary #purchase-message-toggle .prompt, #new-reservation .modal-content .purchase-summary #purchase-notes-toggle .prompt, #new-reservation .modal-content .purchase-summary .select-dates .prompt, #new-reservation .modal-content #attendees-panel .change-sources .prompt, #new-reservation .modal-content #attendees-panel .select-extras .prompt, #new-reservation .modal-content #attendees-panel .add-promo .prompt, #new-reservation .modal-content #attendees-panel .select-caregivers .prompt, #new-reservation .modal-content #attendees-panel #reservation-message-toggle .prompt, #new-reservation .modal-content #attendees-panel #waitlist-message-toggle .prompt, #new-reservation .modal-content #attendees-panel #reservation-notes-toggle .prompt, #new-reservation .modal-content #attendees-panel #purchase-message-toggle .prompt, #new-reservation .modal-content #attendees-panel #purchase-notes-toggle .prompt, #new-reservation .modal-content #attendees-panel .select-dates .prompt, #edit-reservation .modal-content .reservation-summary .change-sources .prompt, #edit-reservation .modal-content .reservation-summary .select-extras .prompt, #edit-reservation .modal-content .reservation-summary .add-promo .prompt, #edit-reservation .modal-content .reservation-summary .select-caregivers .prompt, #edit-reservation .modal-content .reservation-summary #reservation-message-toggle .prompt, #edit-reservation .modal-content .reservation-summary #waitlist-message-toggle .prompt, #edit-reservation .modal-content .reservation-summary #reservation-notes-toggle .prompt, #edit-reservation .modal-content .reservation-summary #purchase-message-toggle .prompt, #edit-reservation .modal-content .reservation-summary #purchase-notes-toggle .prompt, #edit-reservation .modal-content .reservation-summary .select-dates .prompt, #edit-reservation .modal-content .waitlist-summary .change-sources .prompt, #edit-reservation .modal-content .waitlist-summary .select-extras .prompt, #edit-reservation .modal-content .waitlist-summary .add-promo .prompt, #edit-reservation .modal-content .waitlist-summary .select-caregivers .prompt, #edit-reservation .modal-content .waitlist-summary #reservation-message-toggle .prompt, #edit-reservation .modal-content .waitlist-summary #waitlist-message-toggle .prompt, #edit-reservation .modal-content .waitlist-summary #reservation-notes-toggle .prompt, #edit-reservation .modal-content .waitlist-summary #purchase-message-toggle .prompt, #edit-reservation .modal-content .waitlist-summary #purchase-notes-toggle .prompt, #edit-reservation .modal-content .waitlist-summary .select-dates .prompt, #edit-reservation .modal-content .purchase-summary .change-sources .prompt, #edit-reservation .modal-content .purchase-summary .select-extras .prompt, #edit-reservation .modal-content .purchase-summary .add-promo .prompt, #edit-reservation .modal-content .purchase-summary .select-caregivers .prompt, #edit-reservation .modal-content .purchase-summary #reservation-message-toggle .prompt, #edit-reservation .modal-content .purchase-summary #waitlist-message-toggle .prompt, #edit-reservation .modal-content .purchase-summary #reservation-notes-toggle .prompt, #edit-reservation .modal-content .purchase-summary #purchase-message-toggle .prompt, #edit-reservation .modal-content .purchase-summary #purchase-notes-toggle .prompt, #edit-reservation .modal-content .purchase-summary .select-dates .prompt, #edit-reservation .modal-content #attendees-panel .change-sources .prompt, #edit-reservation .modal-content #attendees-panel .select-extras .prompt, #edit-reservation .modal-content #attendees-panel .add-promo .prompt, #edit-reservation .modal-content #attendees-panel .select-caregivers .prompt, #edit-reservation .modal-content #attendees-panel #reservation-message-toggle .prompt, #edit-reservation .modal-content #attendees-panel #waitlist-message-toggle .prompt, #edit-reservation .modal-content #attendees-panel #reservation-notes-toggle .prompt, #edit-reservation .modal-content #attendees-panel #purchase-message-toggle .prompt, #edit-reservation .modal-content #attendees-panel #purchase-notes-toggle .prompt, #edit-reservation .modal-content #attendees-panel .select-dates .prompt,
#new-waitlist .modal-content .reservation-summary .change-sources .prompt,
#new-waitlist .modal-content .reservation-summary .select-extras .prompt,
#new-waitlist .modal-content .reservation-summary .add-promo .prompt,
#new-waitlist .modal-content .reservation-summary .select-caregivers .prompt,
#new-waitlist .modal-content .reservation-summary #reservation-message-toggle .prompt,
#new-waitlist .modal-content .reservation-summary #waitlist-message-toggle .prompt,
#new-waitlist .modal-content .reservation-summary #reservation-notes-toggle .prompt,
#new-waitlist .modal-content .reservation-summary #purchase-message-toggle .prompt,
#new-waitlist .modal-content .reservation-summary #purchase-notes-toggle .prompt,
#new-waitlist .modal-content .reservation-summary .select-dates .prompt,
#new-waitlist .modal-content .waitlist-summary .change-sources .prompt,
#new-waitlist .modal-content .waitlist-summary .select-extras .prompt,
#new-waitlist .modal-content .waitlist-summary .add-promo .prompt,
#new-waitlist .modal-content .waitlist-summary .select-caregivers .prompt,
#new-waitlist .modal-content .waitlist-summary #reservation-message-toggle .prompt,
#new-waitlist .modal-content .waitlist-summary #waitlist-message-toggle .prompt,
#new-waitlist .modal-content .waitlist-summary #reservation-notes-toggle .prompt,
#new-waitlist .modal-content .waitlist-summary #purchase-message-toggle .prompt,
#new-waitlist .modal-content .waitlist-summary #purchase-notes-toggle .prompt,
#new-waitlist .modal-content .waitlist-summary .select-dates .prompt,
#new-waitlist .modal-content .purchase-summary .change-sources .prompt,
#new-waitlist .modal-content .purchase-summary .select-extras .prompt,
#new-waitlist .modal-content .purchase-summary .add-promo .prompt,
#new-waitlist .modal-content .purchase-summary .select-caregivers .prompt,
#new-waitlist .modal-content .purchase-summary #reservation-message-toggle .prompt,
#new-waitlist .modal-content .purchase-summary #waitlist-message-toggle .prompt,
#new-waitlist .modal-content .purchase-summary #reservation-notes-toggle .prompt,
#new-waitlist .modal-content .purchase-summary #purchase-message-toggle .prompt,
#new-waitlist .modal-content .purchase-summary #purchase-notes-toggle .prompt,
#new-waitlist .modal-content .purchase-summary .select-dates .prompt,
#new-waitlist .modal-content #attendees-panel .change-sources .prompt,
#new-waitlist .modal-content #attendees-panel .select-extras .prompt,
#new-waitlist .modal-content #attendees-panel .add-promo .prompt,
#new-waitlist .modal-content #attendees-panel .select-caregivers .prompt,
#new-waitlist .modal-content #attendees-panel #reservation-message-toggle .prompt,
#new-waitlist .modal-content #attendees-panel #waitlist-message-toggle .prompt,
#new-waitlist .modal-content #attendees-panel #reservation-notes-toggle .prompt,
#new-waitlist .modal-content #attendees-panel #purchase-message-toggle .prompt,
#new-waitlist .modal-content #attendees-panel #purchase-notes-toggle .prompt,
#new-waitlist .modal-content #attendees-panel .select-dates .prompt, #edit-waitlist .modal-content .reservation-summary .change-sources .prompt, #edit-waitlist .modal-content .reservation-summary .select-extras .prompt, #edit-waitlist .modal-content .reservation-summary .add-promo .prompt, #edit-waitlist .modal-content .reservation-summary .select-caregivers .prompt, #edit-waitlist .modal-content .reservation-summary #reservation-message-toggle .prompt, #edit-waitlist .modal-content .reservation-summary #waitlist-message-toggle .prompt, #edit-waitlist .modal-content .reservation-summary #reservation-notes-toggle .prompt, #edit-waitlist .modal-content .reservation-summary #purchase-message-toggle .prompt, #edit-waitlist .modal-content .reservation-summary #purchase-notes-toggle .prompt, #edit-waitlist .modal-content .reservation-summary .select-dates .prompt, #edit-waitlist .modal-content .waitlist-summary .change-sources .prompt, #edit-waitlist .modal-content .waitlist-summary .select-extras .prompt, #edit-waitlist .modal-content .waitlist-summary .add-promo .prompt, #edit-waitlist .modal-content .waitlist-summary .select-caregivers .prompt, #edit-waitlist .modal-content .waitlist-summary #reservation-message-toggle .prompt, #edit-waitlist .modal-content .waitlist-summary #waitlist-message-toggle .prompt, #edit-waitlist .modal-content .waitlist-summary #reservation-notes-toggle .prompt, #edit-waitlist .modal-content .waitlist-summary #purchase-message-toggle .prompt, #edit-waitlist .modal-content .waitlist-summary #purchase-notes-toggle .prompt, #edit-waitlist .modal-content .waitlist-summary .select-dates .prompt, #edit-waitlist .modal-content .purchase-summary .change-sources .prompt, #edit-waitlist .modal-content .purchase-summary .select-extras .prompt, #edit-waitlist .modal-content .purchase-summary .add-promo .prompt, #edit-waitlist .modal-content .purchase-summary .select-caregivers .prompt, #edit-waitlist .modal-content .purchase-summary #reservation-message-toggle .prompt, #edit-waitlist .modal-content .purchase-summary #waitlist-message-toggle .prompt, #edit-waitlist .modal-content .purchase-summary #reservation-notes-toggle .prompt, #edit-waitlist .modal-content .purchase-summary #purchase-message-toggle .prompt, #edit-waitlist .modal-content .purchase-summary #purchase-notes-toggle .prompt, #edit-waitlist .modal-content .purchase-summary .select-dates .prompt, #edit-waitlist .modal-content #attendees-panel .change-sources .prompt, #edit-waitlist .modal-content #attendees-panel .select-extras .prompt, #edit-waitlist .modal-content #attendees-panel .add-promo .prompt, #edit-waitlist .modal-content #attendees-panel .select-caregivers .prompt, #edit-waitlist .modal-content #attendees-panel #reservation-message-toggle .prompt, #edit-waitlist .modal-content #attendees-panel #waitlist-message-toggle .prompt, #edit-waitlist .modal-content #attendees-panel #reservation-notes-toggle .prompt, #edit-waitlist .modal-content #attendees-panel #purchase-message-toggle .prompt, #edit-waitlist .modal-content #attendees-panel #purchase-notes-toggle .prompt, #edit-waitlist .modal-content #attendees-panel .select-dates .prompt,
#new-purchase .modal-content .reservation-summary .change-sources .prompt,
#new-purchase .modal-content .reservation-summary .select-extras .prompt,
#new-purchase .modal-content .reservation-summary .add-promo .prompt,
#new-purchase .modal-content .reservation-summary .select-caregivers .prompt,
#new-purchase .modal-content .reservation-summary #reservation-message-toggle .prompt,
#new-purchase .modal-content .reservation-summary #waitlist-message-toggle .prompt,
#new-purchase .modal-content .reservation-summary #reservation-notes-toggle .prompt,
#new-purchase .modal-content .reservation-summary #purchase-message-toggle .prompt,
#new-purchase .modal-content .reservation-summary #purchase-notes-toggle .prompt,
#new-purchase .modal-content .reservation-summary .select-dates .prompt,
#new-purchase .modal-content .waitlist-summary .change-sources .prompt,
#new-purchase .modal-content .waitlist-summary .select-extras .prompt,
#new-purchase .modal-content .waitlist-summary .add-promo .prompt,
#new-purchase .modal-content .waitlist-summary .select-caregivers .prompt,
#new-purchase .modal-content .waitlist-summary #reservation-message-toggle .prompt,
#new-purchase .modal-content .waitlist-summary #waitlist-message-toggle .prompt,
#new-purchase .modal-content .waitlist-summary #reservation-notes-toggle .prompt,
#new-purchase .modal-content .waitlist-summary #purchase-message-toggle .prompt,
#new-purchase .modal-content .waitlist-summary #purchase-notes-toggle .prompt,
#new-purchase .modal-content .waitlist-summary .select-dates .prompt,
#new-purchase .modal-content .purchase-summary .change-sources .prompt,
#new-purchase .modal-content .purchase-summary .select-extras .prompt,
#new-purchase .modal-content .purchase-summary .add-promo .prompt,
#new-purchase .modal-content .purchase-summary .select-caregivers .prompt,
#new-purchase .modal-content .purchase-summary #reservation-message-toggle .prompt,
#new-purchase .modal-content .purchase-summary #waitlist-message-toggle .prompt,
#new-purchase .modal-content .purchase-summary #reservation-notes-toggle .prompt,
#new-purchase .modal-content .purchase-summary #purchase-message-toggle .prompt,
#new-purchase .modal-content .purchase-summary #purchase-notes-toggle .prompt,
#new-purchase .modal-content .purchase-summary .select-dates .prompt,
#new-purchase .modal-content #attendees-panel .change-sources .prompt,
#new-purchase .modal-content #attendees-panel .select-extras .prompt,
#new-purchase .modal-content #attendees-panel .add-promo .prompt,
#new-purchase .modal-content #attendees-panel .select-caregivers .prompt,
#new-purchase .modal-content #attendees-panel #reservation-message-toggle .prompt,
#new-purchase .modal-content #attendees-panel #waitlist-message-toggle .prompt,
#new-purchase .modal-content #attendees-panel #reservation-notes-toggle .prompt,
#new-purchase .modal-content #attendees-panel #purchase-message-toggle .prompt,
#new-purchase .modal-content #attendees-panel #purchase-notes-toggle .prompt,
#new-purchase .modal-content #attendees-panel .select-dates .prompt, #edit-purchase .modal-content .reservation-summary .change-sources .prompt, #edit-purchase .modal-content .reservation-summary .select-extras .prompt, #edit-purchase .modal-content .reservation-summary .add-promo .prompt, #edit-purchase .modal-content .reservation-summary .select-caregivers .prompt, #edit-purchase .modal-content .reservation-summary #reservation-message-toggle .prompt, #edit-purchase .modal-content .reservation-summary #waitlist-message-toggle .prompt, #edit-purchase .modal-content .reservation-summary #reservation-notes-toggle .prompt, #edit-purchase .modal-content .reservation-summary #purchase-message-toggle .prompt, #edit-purchase .modal-content .reservation-summary #purchase-notes-toggle .prompt, #edit-purchase .modal-content .reservation-summary .select-dates .prompt, #edit-purchase .modal-content .waitlist-summary .change-sources .prompt, #edit-purchase .modal-content .waitlist-summary .select-extras .prompt, #edit-purchase .modal-content .waitlist-summary .add-promo .prompt, #edit-purchase .modal-content .waitlist-summary .select-caregivers .prompt, #edit-purchase .modal-content .waitlist-summary #reservation-message-toggle .prompt, #edit-purchase .modal-content .waitlist-summary #waitlist-message-toggle .prompt, #edit-purchase .modal-content .waitlist-summary #reservation-notes-toggle .prompt, #edit-purchase .modal-content .waitlist-summary #purchase-message-toggle .prompt, #edit-purchase .modal-content .waitlist-summary #purchase-notes-toggle .prompt, #edit-purchase .modal-content .waitlist-summary .select-dates .prompt, #edit-purchase .modal-content .purchase-summary .change-sources .prompt, #edit-purchase .modal-content .purchase-summary .select-extras .prompt, #edit-purchase .modal-content .purchase-summary .add-promo .prompt, #edit-purchase .modal-content .purchase-summary .select-caregivers .prompt, #edit-purchase .modal-content .purchase-summary #reservation-message-toggle .prompt, #edit-purchase .modal-content .purchase-summary #waitlist-message-toggle .prompt, #edit-purchase .modal-content .purchase-summary #reservation-notes-toggle .prompt, #edit-purchase .modal-content .purchase-summary #purchase-message-toggle .prompt, #edit-purchase .modal-content .purchase-summary #purchase-notes-toggle .prompt, #edit-purchase .modal-content .purchase-summary .select-dates .prompt, #edit-purchase .modal-content #attendees-panel .change-sources .prompt, #edit-purchase .modal-content #attendees-panel .select-extras .prompt, #edit-purchase .modal-content #attendees-panel .add-promo .prompt, #edit-purchase .modal-content #attendees-panel .select-caregivers .prompt, #edit-purchase .modal-content #attendees-panel #reservation-message-toggle .prompt, #edit-purchase .modal-content #attendees-panel #waitlist-message-toggle .prompt, #edit-purchase .modal-content #attendees-panel #reservation-notes-toggle .prompt, #edit-purchase .modal-content #attendees-panel #purchase-message-toggle .prompt, #edit-purchase .modal-content #attendees-panel #purchase-notes-toggle .prompt, #edit-purchase .modal-content #attendees-panel .select-dates .prompt,
#new-gift-card .modal-content .reservation-summary .change-sources .prompt,
#new-gift-card .modal-content .reservation-summary .select-extras .prompt,
#new-gift-card .modal-content .reservation-summary .add-promo .prompt,
#new-gift-card .modal-content .reservation-summary .select-caregivers .prompt,
#new-gift-card .modal-content .reservation-summary #reservation-message-toggle .prompt,
#new-gift-card .modal-content .reservation-summary #waitlist-message-toggle .prompt,
#new-gift-card .modal-content .reservation-summary #reservation-notes-toggle .prompt,
#new-gift-card .modal-content .reservation-summary #purchase-message-toggle .prompt,
#new-gift-card .modal-content .reservation-summary #purchase-notes-toggle .prompt,
#new-gift-card .modal-content .reservation-summary .select-dates .prompt,
#new-gift-card .modal-content .waitlist-summary .change-sources .prompt,
#new-gift-card .modal-content .waitlist-summary .select-extras .prompt,
#new-gift-card .modal-content .waitlist-summary .add-promo .prompt,
#new-gift-card .modal-content .waitlist-summary .select-caregivers .prompt,
#new-gift-card .modal-content .waitlist-summary #reservation-message-toggle .prompt,
#new-gift-card .modal-content .waitlist-summary #waitlist-message-toggle .prompt,
#new-gift-card .modal-content .waitlist-summary #reservation-notes-toggle .prompt,
#new-gift-card .modal-content .waitlist-summary #purchase-message-toggle .prompt,
#new-gift-card .modal-content .waitlist-summary #purchase-notes-toggle .prompt,
#new-gift-card .modal-content .waitlist-summary .select-dates .prompt,
#new-gift-card .modal-content .purchase-summary .change-sources .prompt,
#new-gift-card .modal-content .purchase-summary .select-extras .prompt,
#new-gift-card .modal-content .purchase-summary .add-promo .prompt,
#new-gift-card .modal-content .purchase-summary .select-caregivers .prompt,
#new-gift-card .modal-content .purchase-summary #reservation-message-toggle .prompt,
#new-gift-card .modal-content .purchase-summary #waitlist-message-toggle .prompt,
#new-gift-card .modal-content .purchase-summary #reservation-notes-toggle .prompt,
#new-gift-card .modal-content .purchase-summary #purchase-message-toggle .prompt,
#new-gift-card .modal-content .purchase-summary #purchase-notes-toggle .prompt,
#new-gift-card .modal-content .purchase-summary .select-dates .prompt,
#new-gift-card .modal-content #attendees-panel .change-sources .prompt,
#new-gift-card .modal-content #attendees-panel .select-extras .prompt,
#new-gift-card .modal-content #attendees-panel .add-promo .prompt,
#new-gift-card .modal-content #attendees-panel .select-caregivers .prompt,
#new-gift-card .modal-content #attendees-panel #reservation-message-toggle .prompt,
#new-gift-card .modal-content #attendees-panel #waitlist-message-toggle .prompt,
#new-gift-card .modal-content #attendees-panel #reservation-notes-toggle .prompt,
#new-gift-card .modal-content #attendees-panel #purchase-message-toggle .prompt,
#new-gift-card .modal-content #attendees-panel #purchase-notes-toggle .prompt,
#new-gift-card .modal-content #attendees-panel .select-dates .prompt, #edit-invoice .modal-content .reservation-summary .change-sources .prompt, #edit-invoice .modal-content .reservation-summary .select-extras .prompt, #edit-invoice .modal-content .reservation-summary .add-promo .prompt, #edit-invoice .modal-content .reservation-summary .select-caregivers .prompt, #edit-invoice .modal-content .reservation-summary #reservation-message-toggle .prompt, #edit-invoice .modal-content .reservation-summary #waitlist-message-toggle .prompt, #edit-invoice .modal-content .reservation-summary #reservation-notes-toggle .prompt, #edit-invoice .modal-content .reservation-summary #purchase-message-toggle .prompt, #edit-invoice .modal-content .reservation-summary #purchase-notes-toggle .prompt, #edit-invoice .modal-content .reservation-summary .select-dates .prompt, #edit-invoice .modal-content .waitlist-summary .change-sources .prompt, #edit-invoice .modal-content .waitlist-summary .select-extras .prompt, #edit-invoice .modal-content .waitlist-summary .add-promo .prompt, #edit-invoice .modal-content .waitlist-summary .select-caregivers .prompt, #edit-invoice .modal-content .waitlist-summary #reservation-message-toggle .prompt, #edit-invoice .modal-content .waitlist-summary #waitlist-message-toggle .prompt, #edit-invoice .modal-content .waitlist-summary #reservation-notes-toggle .prompt, #edit-invoice .modal-content .waitlist-summary #purchase-message-toggle .prompt, #edit-invoice .modal-content .waitlist-summary #purchase-notes-toggle .prompt, #edit-invoice .modal-content .waitlist-summary .select-dates .prompt, #edit-invoice .modal-content .purchase-summary .change-sources .prompt, #edit-invoice .modal-content .purchase-summary .select-extras .prompt, #edit-invoice .modal-content .purchase-summary .add-promo .prompt, #edit-invoice .modal-content .purchase-summary .select-caregivers .prompt, #edit-invoice .modal-content .purchase-summary #reservation-message-toggle .prompt, #edit-invoice .modal-content .purchase-summary #waitlist-message-toggle .prompt, #edit-invoice .modal-content .purchase-summary #reservation-notes-toggle .prompt, #edit-invoice .modal-content .purchase-summary #purchase-message-toggle .prompt, #edit-invoice .modal-content .purchase-summary #purchase-notes-toggle .prompt, #edit-invoice .modal-content .purchase-summary .select-dates .prompt, #edit-invoice .modal-content #attendees-panel .change-sources .prompt, #edit-invoice .modal-content #attendees-panel .select-extras .prompt, #edit-invoice .modal-content #attendees-panel .add-promo .prompt, #edit-invoice .modal-content #attendees-panel .select-caregivers .prompt, #edit-invoice .modal-content #attendees-panel #reservation-message-toggle .prompt, #edit-invoice .modal-content #attendees-panel #waitlist-message-toggle .prompt, #edit-invoice .modal-content #attendees-panel #reservation-notes-toggle .prompt, #edit-invoice .modal-content #attendees-panel #purchase-message-toggle .prompt, #edit-invoice .modal-content #attendees-panel #purchase-notes-toggle .prompt, #edit-invoice .modal-content #attendees-panel .select-dates .prompt,
#cart-sources .modal-content .reservation-summary .change-sources .prompt,
#cart-sources .modal-content .reservation-summary .select-extras .prompt,
#cart-sources .modal-content .reservation-summary .add-promo .prompt,
#cart-sources .modal-content .reservation-summary .select-caregivers .prompt,
#cart-sources .modal-content .reservation-summary #reservation-message-toggle .prompt,
#cart-sources .modal-content .reservation-summary #waitlist-message-toggle .prompt,
#cart-sources .modal-content .reservation-summary #reservation-notes-toggle .prompt,
#cart-sources .modal-content .reservation-summary #purchase-message-toggle .prompt,
#cart-sources .modal-content .reservation-summary #purchase-notes-toggle .prompt,
#cart-sources .modal-content .reservation-summary .select-dates .prompt,
#cart-sources .modal-content .waitlist-summary .change-sources .prompt,
#cart-sources .modal-content .waitlist-summary .select-extras .prompt,
#cart-sources .modal-content .waitlist-summary .add-promo .prompt,
#cart-sources .modal-content .waitlist-summary .select-caregivers .prompt,
#cart-sources .modal-content .waitlist-summary #reservation-message-toggle .prompt,
#cart-sources .modal-content .waitlist-summary #waitlist-message-toggle .prompt,
#cart-sources .modal-content .waitlist-summary #reservation-notes-toggle .prompt,
#cart-sources .modal-content .waitlist-summary #purchase-message-toggle .prompt,
#cart-sources .modal-content .waitlist-summary #purchase-notes-toggle .prompt,
#cart-sources .modal-content .waitlist-summary .select-dates .prompt,
#cart-sources .modal-content .purchase-summary .change-sources .prompt,
#cart-sources .modal-content .purchase-summary .select-extras .prompt,
#cart-sources .modal-content .purchase-summary .add-promo .prompt,
#cart-sources .modal-content .purchase-summary .select-caregivers .prompt,
#cart-sources .modal-content .purchase-summary #reservation-message-toggle .prompt,
#cart-sources .modal-content .purchase-summary #waitlist-message-toggle .prompt,
#cart-sources .modal-content .purchase-summary #reservation-notes-toggle .prompt,
#cart-sources .modal-content .purchase-summary #purchase-message-toggle .prompt,
#cart-sources .modal-content .purchase-summary #purchase-notes-toggle .prompt,
#cart-sources .modal-content .purchase-summary .select-dates .prompt,
#cart-sources .modal-content #attendees-panel .change-sources .prompt,
#cart-sources .modal-content #attendees-panel .select-extras .prompt,
#cart-sources .modal-content #attendees-panel .add-promo .prompt,
#cart-sources .modal-content #attendees-panel .select-caregivers .prompt,
#cart-sources .modal-content #attendees-panel #reservation-message-toggle .prompt,
#cart-sources .modal-content #attendees-panel #waitlist-message-toggle .prompt,
#cart-sources .modal-content #attendees-panel #reservation-notes-toggle .prompt,
#cart-sources .modal-content #attendees-panel #purchase-message-toggle .prompt,
#cart-sources .modal-content #attendees-panel #purchase-notes-toggle .prompt,
#cart-sources .modal-content #attendees-panel .select-dates .prompt {
  line-height: 18px;
  font-size: .95em;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  position: absolute;
  width: 90%;
  width: calc(100% - 20px);
  color: #444;
  left: 0;
  text-align: right;
}

/* line 272, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .change-sources .prompt:hover, #new-reservation .modal-content .reservation-summary .select-extras .prompt:hover, #new-reservation .modal-content .reservation-summary .add-promo .prompt:hover, #new-reservation .modal-content .reservation-summary .select-caregivers .prompt:hover, #new-reservation .modal-content .reservation-summary #reservation-message-toggle .prompt:hover, #new-reservation .modal-content .reservation-summary #waitlist-message-toggle .prompt:hover, #new-reservation .modal-content .reservation-summary #reservation-notes-toggle .prompt:hover, #new-reservation .modal-content .reservation-summary #purchase-message-toggle .prompt:hover, #new-reservation .modal-content .reservation-summary #purchase-notes-toggle .prompt:hover, #new-reservation .modal-content .reservation-summary .select-dates .prompt:hover, #new-reservation .modal-content .waitlist-summary .change-sources .prompt:hover, #new-reservation .modal-content .waitlist-summary .select-extras .prompt:hover, #new-reservation .modal-content .waitlist-summary .add-promo .prompt:hover, #new-reservation .modal-content .waitlist-summary .select-caregivers .prompt:hover, #new-reservation .modal-content .waitlist-summary #reservation-message-toggle .prompt:hover, #new-reservation .modal-content .waitlist-summary #waitlist-message-toggle .prompt:hover, #new-reservation .modal-content .waitlist-summary #reservation-notes-toggle .prompt:hover, #new-reservation .modal-content .waitlist-summary #purchase-message-toggle .prompt:hover, #new-reservation .modal-content .waitlist-summary #purchase-notes-toggle .prompt:hover, #new-reservation .modal-content .waitlist-summary .select-dates .prompt:hover, #new-reservation .modal-content .purchase-summary .change-sources .prompt:hover, #new-reservation .modal-content .purchase-summary .select-extras .prompt:hover, #new-reservation .modal-content .purchase-summary .add-promo .prompt:hover, #new-reservation .modal-content .purchase-summary .select-caregivers .prompt:hover, #new-reservation .modal-content .purchase-summary #reservation-message-toggle .prompt:hover, #new-reservation .modal-content .purchase-summary #waitlist-message-toggle .prompt:hover, #new-reservation .modal-content .purchase-summary #reservation-notes-toggle .prompt:hover, #new-reservation .modal-content .purchase-summary #purchase-message-toggle .prompt:hover, #new-reservation .modal-content .purchase-summary #purchase-notes-toggle .prompt:hover, #new-reservation .modal-content .purchase-summary .select-dates .prompt:hover, #new-reservation .modal-content #attendees-panel .change-sources .prompt:hover, #new-reservation .modal-content #attendees-panel .select-extras .prompt:hover, #new-reservation .modal-content #attendees-panel .add-promo .prompt:hover, #new-reservation .modal-content #attendees-panel .select-caregivers .prompt:hover, #new-reservation .modal-content #attendees-panel #reservation-message-toggle .prompt:hover, #new-reservation .modal-content #attendees-panel #waitlist-message-toggle .prompt:hover, #new-reservation .modal-content #attendees-panel #reservation-notes-toggle .prompt:hover, #new-reservation .modal-content #attendees-panel #purchase-message-toggle .prompt:hover, #new-reservation .modal-content #attendees-panel #purchase-notes-toggle .prompt:hover, #new-reservation .modal-content #attendees-panel .select-dates .prompt:hover, #edit-reservation .modal-content .reservation-summary .change-sources .prompt:hover, #edit-reservation .modal-content .reservation-summary .select-extras .prompt:hover, #edit-reservation .modal-content .reservation-summary .add-promo .prompt:hover, #edit-reservation .modal-content .reservation-summary .select-caregivers .prompt:hover, #edit-reservation .modal-content .reservation-summary #reservation-message-toggle .prompt:hover, #edit-reservation .modal-content .reservation-summary #waitlist-message-toggle .prompt:hover, #edit-reservation .modal-content .reservation-summary #reservation-notes-toggle .prompt:hover, #edit-reservation .modal-content .reservation-summary #purchase-message-toggle .prompt:hover, #edit-reservation .modal-content .reservation-summary #purchase-notes-toggle .prompt:hover, #edit-reservation .modal-content .reservation-summary .select-dates .prompt:hover, #edit-reservation .modal-content .waitlist-summary .change-sources .prompt:hover, #edit-reservation .modal-content .waitlist-summary .select-extras .prompt:hover, #edit-reservation .modal-content .waitlist-summary .add-promo .prompt:hover, #edit-reservation .modal-content .waitlist-summary .select-caregivers .prompt:hover, #edit-reservation .modal-content .waitlist-summary #reservation-message-toggle .prompt:hover, #edit-reservation .modal-content .waitlist-summary #waitlist-message-toggle .prompt:hover, #edit-reservation .modal-content .waitlist-summary #reservation-notes-toggle .prompt:hover, #edit-reservation .modal-content .waitlist-summary #purchase-message-toggle .prompt:hover, #edit-reservation .modal-content .waitlist-summary #purchase-notes-toggle .prompt:hover, #edit-reservation .modal-content .waitlist-summary .select-dates .prompt:hover, #edit-reservation .modal-content .purchase-summary .change-sources .prompt:hover, #edit-reservation .modal-content .purchase-summary .select-extras .prompt:hover, #edit-reservation .modal-content .purchase-summary .add-promo .prompt:hover, #edit-reservation .modal-content .purchase-summary .select-caregivers .prompt:hover, #edit-reservation .modal-content .purchase-summary #reservation-message-toggle .prompt:hover, #edit-reservation .modal-content .purchase-summary #waitlist-message-toggle .prompt:hover, #edit-reservation .modal-content .purchase-summary #reservation-notes-toggle .prompt:hover, #edit-reservation .modal-content .purchase-summary #purchase-message-toggle .prompt:hover, #edit-reservation .modal-content .purchase-summary #purchase-notes-toggle .prompt:hover, #edit-reservation .modal-content .purchase-summary .select-dates .prompt:hover, #edit-reservation .modal-content #attendees-panel .change-sources .prompt:hover, #edit-reservation .modal-content #attendees-panel .select-extras .prompt:hover, #edit-reservation .modal-content #attendees-panel .add-promo .prompt:hover, #edit-reservation .modal-content #attendees-panel .select-caregivers .prompt:hover, #edit-reservation .modal-content #attendees-panel #reservation-message-toggle .prompt:hover, #edit-reservation .modal-content #attendees-panel #waitlist-message-toggle .prompt:hover, #edit-reservation .modal-content #attendees-panel #reservation-notes-toggle .prompt:hover, #edit-reservation .modal-content #attendees-panel #purchase-message-toggle .prompt:hover, #edit-reservation .modal-content #attendees-panel #purchase-notes-toggle .prompt:hover, #edit-reservation .modal-content #attendees-panel .select-dates .prompt:hover,
#new-waitlist .modal-content .reservation-summary .change-sources .prompt:hover,
#new-waitlist .modal-content .reservation-summary .select-extras .prompt:hover,
#new-waitlist .modal-content .reservation-summary .add-promo .prompt:hover,
#new-waitlist .modal-content .reservation-summary .select-caregivers .prompt:hover,
#new-waitlist .modal-content .reservation-summary #reservation-message-toggle .prompt:hover,
#new-waitlist .modal-content .reservation-summary #waitlist-message-toggle .prompt:hover,
#new-waitlist .modal-content .reservation-summary #reservation-notes-toggle .prompt:hover,
#new-waitlist .modal-content .reservation-summary #purchase-message-toggle .prompt:hover,
#new-waitlist .modal-content .reservation-summary #purchase-notes-toggle .prompt:hover,
#new-waitlist .modal-content .reservation-summary .select-dates .prompt:hover,
#new-waitlist .modal-content .waitlist-summary .change-sources .prompt:hover,
#new-waitlist .modal-content .waitlist-summary .select-extras .prompt:hover,
#new-waitlist .modal-content .waitlist-summary .add-promo .prompt:hover,
#new-waitlist .modal-content .waitlist-summary .select-caregivers .prompt:hover,
#new-waitlist .modal-content .waitlist-summary #reservation-message-toggle .prompt:hover,
#new-waitlist .modal-content .waitlist-summary #waitlist-message-toggle .prompt:hover,
#new-waitlist .modal-content .waitlist-summary #reservation-notes-toggle .prompt:hover,
#new-waitlist .modal-content .waitlist-summary #purchase-message-toggle .prompt:hover,
#new-waitlist .modal-content .waitlist-summary #purchase-notes-toggle .prompt:hover,
#new-waitlist .modal-content .waitlist-summary .select-dates .prompt:hover,
#new-waitlist .modal-content .purchase-summary .change-sources .prompt:hover,
#new-waitlist .modal-content .purchase-summary .select-extras .prompt:hover,
#new-waitlist .modal-content .purchase-summary .add-promo .prompt:hover,
#new-waitlist .modal-content .purchase-summary .select-caregivers .prompt:hover,
#new-waitlist .modal-content .purchase-summary #reservation-message-toggle .prompt:hover,
#new-waitlist .modal-content .purchase-summary #waitlist-message-toggle .prompt:hover,
#new-waitlist .modal-content .purchase-summary #reservation-notes-toggle .prompt:hover,
#new-waitlist .modal-content .purchase-summary #purchase-message-toggle .prompt:hover,
#new-waitlist .modal-content .purchase-summary #purchase-notes-toggle .prompt:hover,
#new-waitlist .modal-content .purchase-summary .select-dates .prompt:hover,
#new-waitlist .modal-content #attendees-panel .change-sources .prompt:hover,
#new-waitlist .modal-content #attendees-panel .select-extras .prompt:hover,
#new-waitlist .modal-content #attendees-panel .add-promo .prompt:hover,
#new-waitlist .modal-content #attendees-panel .select-caregivers .prompt:hover,
#new-waitlist .modal-content #attendees-panel #reservation-message-toggle .prompt:hover,
#new-waitlist .modal-content #attendees-panel #waitlist-message-toggle .prompt:hover,
#new-waitlist .modal-content #attendees-panel #reservation-notes-toggle .prompt:hover,
#new-waitlist .modal-content #attendees-panel #purchase-message-toggle .prompt:hover,
#new-waitlist .modal-content #attendees-panel #purchase-notes-toggle .prompt:hover,
#new-waitlist .modal-content #attendees-panel .select-dates .prompt:hover, #edit-waitlist .modal-content .reservation-summary .change-sources .prompt:hover, #edit-waitlist .modal-content .reservation-summary .select-extras .prompt:hover, #edit-waitlist .modal-content .reservation-summary .add-promo .prompt:hover, #edit-waitlist .modal-content .reservation-summary .select-caregivers .prompt:hover, #edit-waitlist .modal-content .reservation-summary #reservation-message-toggle .prompt:hover, #edit-waitlist .modal-content .reservation-summary #waitlist-message-toggle .prompt:hover, #edit-waitlist .modal-content .reservation-summary #reservation-notes-toggle .prompt:hover, #edit-waitlist .modal-content .reservation-summary #purchase-message-toggle .prompt:hover, #edit-waitlist .modal-content .reservation-summary #purchase-notes-toggle .prompt:hover, #edit-waitlist .modal-content .reservation-summary .select-dates .prompt:hover, #edit-waitlist .modal-content .waitlist-summary .change-sources .prompt:hover, #edit-waitlist .modal-content .waitlist-summary .select-extras .prompt:hover, #edit-waitlist .modal-content .waitlist-summary .add-promo .prompt:hover, #edit-waitlist .modal-content .waitlist-summary .select-caregivers .prompt:hover, #edit-waitlist .modal-content .waitlist-summary #reservation-message-toggle .prompt:hover, #edit-waitlist .modal-content .waitlist-summary #waitlist-message-toggle .prompt:hover, #edit-waitlist .modal-content .waitlist-summary #reservation-notes-toggle .prompt:hover, #edit-waitlist .modal-content .waitlist-summary #purchase-message-toggle .prompt:hover, #edit-waitlist .modal-content .waitlist-summary #purchase-notes-toggle .prompt:hover, #edit-waitlist .modal-content .waitlist-summary .select-dates .prompt:hover, #edit-waitlist .modal-content .purchase-summary .change-sources .prompt:hover, #edit-waitlist .modal-content .purchase-summary .select-extras .prompt:hover, #edit-waitlist .modal-content .purchase-summary .add-promo .prompt:hover, #edit-waitlist .modal-content .purchase-summary .select-caregivers .prompt:hover, #edit-waitlist .modal-content .purchase-summary #reservation-message-toggle .prompt:hover, #edit-waitlist .modal-content .purchase-summary #waitlist-message-toggle .prompt:hover, #edit-waitlist .modal-content .purchase-summary #reservation-notes-toggle .prompt:hover, #edit-waitlist .modal-content .purchase-summary #purchase-message-toggle .prompt:hover, #edit-waitlist .modal-content .purchase-summary #purchase-notes-toggle .prompt:hover, #edit-waitlist .modal-content .purchase-summary .select-dates .prompt:hover, #edit-waitlist .modal-content #attendees-panel .change-sources .prompt:hover, #edit-waitlist .modal-content #attendees-panel .select-extras .prompt:hover, #edit-waitlist .modal-content #attendees-panel .add-promo .prompt:hover, #edit-waitlist .modal-content #attendees-panel .select-caregivers .prompt:hover, #edit-waitlist .modal-content #attendees-panel #reservation-message-toggle .prompt:hover, #edit-waitlist .modal-content #attendees-panel #waitlist-message-toggle .prompt:hover, #edit-waitlist .modal-content #attendees-panel #reservation-notes-toggle .prompt:hover, #edit-waitlist .modal-content #attendees-panel #purchase-message-toggle .prompt:hover, #edit-waitlist .modal-content #attendees-panel #purchase-notes-toggle .prompt:hover, #edit-waitlist .modal-content #attendees-panel .select-dates .prompt:hover,
#new-purchase .modal-content .reservation-summary .change-sources .prompt:hover,
#new-purchase .modal-content .reservation-summary .select-extras .prompt:hover,
#new-purchase .modal-content .reservation-summary .add-promo .prompt:hover,
#new-purchase .modal-content .reservation-summary .select-caregivers .prompt:hover,
#new-purchase .modal-content .reservation-summary #reservation-message-toggle .prompt:hover,
#new-purchase .modal-content .reservation-summary #waitlist-message-toggle .prompt:hover,
#new-purchase .modal-content .reservation-summary #reservation-notes-toggle .prompt:hover,
#new-purchase .modal-content .reservation-summary #purchase-message-toggle .prompt:hover,
#new-purchase .modal-content .reservation-summary #purchase-notes-toggle .prompt:hover,
#new-purchase .modal-content .reservation-summary .select-dates .prompt:hover,
#new-purchase .modal-content .waitlist-summary .change-sources .prompt:hover,
#new-purchase .modal-content .waitlist-summary .select-extras .prompt:hover,
#new-purchase .modal-content .waitlist-summary .add-promo .prompt:hover,
#new-purchase .modal-content .waitlist-summary .select-caregivers .prompt:hover,
#new-purchase .modal-content .waitlist-summary #reservation-message-toggle .prompt:hover,
#new-purchase .modal-content .waitlist-summary #waitlist-message-toggle .prompt:hover,
#new-purchase .modal-content .waitlist-summary #reservation-notes-toggle .prompt:hover,
#new-purchase .modal-content .waitlist-summary #purchase-message-toggle .prompt:hover,
#new-purchase .modal-content .waitlist-summary #purchase-notes-toggle .prompt:hover,
#new-purchase .modal-content .waitlist-summary .select-dates .prompt:hover,
#new-purchase .modal-content .purchase-summary .change-sources .prompt:hover,
#new-purchase .modal-content .purchase-summary .select-extras .prompt:hover,
#new-purchase .modal-content .purchase-summary .add-promo .prompt:hover,
#new-purchase .modal-content .purchase-summary .select-caregivers .prompt:hover,
#new-purchase .modal-content .purchase-summary #reservation-message-toggle .prompt:hover,
#new-purchase .modal-content .purchase-summary #waitlist-message-toggle .prompt:hover,
#new-purchase .modal-content .purchase-summary #reservation-notes-toggle .prompt:hover,
#new-purchase .modal-content .purchase-summary #purchase-message-toggle .prompt:hover,
#new-purchase .modal-content .purchase-summary #purchase-notes-toggle .prompt:hover,
#new-purchase .modal-content .purchase-summary .select-dates .prompt:hover,
#new-purchase .modal-content #attendees-panel .change-sources .prompt:hover,
#new-purchase .modal-content #attendees-panel .select-extras .prompt:hover,
#new-purchase .modal-content #attendees-panel .add-promo .prompt:hover,
#new-purchase .modal-content #attendees-panel .select-caregivers .prompt:hover,
#new-purchase .modal-content #attendees-panel #reservation-message-toggle .prompt:hover,
#new-purchase .modal-content #attendees-panel #waitlist-message-toggle .prompt:hover,
#new-purchase .modal-content #attendees-panel #reservation-notes-toggle .prompt:hover,
#new-purchase .modal-content #attendees-panel #purchase-message-toggle .prompt:hover,
#new-purchase .modal-content #attendees-panel #purchase-notes-toggle .prompt:hover,
#new-purchase .modal-content #attendees-panel .select-dates .prompt:hover, #edit-purchase .modal-content .reservation-summary .change-sources .prompt:hover, #edit-purchase .modal-content .reservation-summary .select-extras .prompt:hover, #edit-purchase .modal-content .reservation-summary .add-promo .prompt:hover, #edit-purchase .modal-content .reservation-summary .select-caregivers .prompt:hover, #edit-purchase .modal-content .reservation-summary #reservation-message-toggle .prompt:hover, #edit-purchase .modal-content .reservation-summary #waitlist-message-toggle .prompt:hover, #edit-purchase .modal-content .reservation-summary #reservation-notes-toggle .prompt:hover, #edit-purchase .modal-content .reservation-summary #purchase-message-toggle .prompt:hover, #edit-purchase .modal-content .reservation-summary #purchase-notes-toggle .prompt:hover, #edit-purchase .modal-content .reservation-summary .select-dates .prompt:hover, #edit-purchase .modal-content .waitlist-summary .change-sources .prompt:hover, #edit-purchase .modal-content .waitlist-summary .select-extras .prompt:hover, #edit-purchase .modal-content .waitlist-summary .add-promo .prompt:hover, #edit-purchase .modal-content .waitlist-summary .select-caregivers .prompt:hover, #edit-purchase .modal-content .waitlist-summary #reservation-message-toggle .prompt:hover, #edit-purchase .modal-content .waitlist-summary #waitlist-message-toggle .prompt:hover, #edit-purchase .modal-content .waitlist-summary #reservation-notes-toggle .prompt:hover, #edit-purchase .modal-content .waitlist-summary #purchase-message-toggle .prompt:hover, #edit-purchase .modal-content .waitlist-summary #purchase-notes-toggle .prompt:hover, #edit-purchase .modal-content .waitlist-summary .select-dates .prompt:hover, #edit-purchase .modal-content .purchase-summary .change-sources .prompt:hover, #edit-purchase .modal-content .purchase-summary .select-extras .prompt:hover, #edit-purchase .modal-content .purchase-summary .add-promo .prompt:hover, #edit-purchase .modal-content .purchase-summary .select-caregivers .prompt:hover, #edit-purchase .modal-content .purchase-summary #reservation-message-toggle .prompt:hover, #edit-purchase .modal-content .purchase-summary #waitlist-message-toggle .prompt:hover, #edit-purchase .modal-content .purchase-summary #reservation-notes-toggle .prompt:hover, #edit-purchase .modal-content .purchase-summary #purchase-message-toggle .prompt:hover, #edit-purchase .modal-content .purchase-summary #purchase-notes-toggle .prompt:hover, #edit-purchase .modal-content .purchase-summary .select-dates .prompt:hover, #edit-purchase .modal-content #attendees-panel .change-sources .prompt:hover, #edit-purchase .modal-content #attendees-panel .select-extras .prompt:hover, #edit-purchase .modal-content #attendees-panel .add-promo .prompt:hover, #edit-purchase .modal-content #attendees-panel .select-caregivers .prompt:hover, #edit-purchase .modal-content #attendees-panel #reservation-message-toggle .prompt:hover, #edit-purchase .modal-content #attendees-panel #waitlist-message-toggle .prompt:hover, #edit-purchase .modal-content #attendees-panel #reservation-notes-toggle .prompt:hover, #edit-purchase .modal-content #attendees-panel #purchase-message-toggle .prompt:hover, #edit-purchase .modal-content #attendees-panel #purchase-notes-toggle .prompt:hover, #edit-purchase .modal-content #attendees-panel .select-dates .prompt:hover,
#new-gift-card .modal-content .reservation-summary .change-sources .prompt:hover,
#new-gift-card .modal-content .reservation-summary .select-extras .prompt:hover,
#new-gift-card .modal-content .reservation-summary .add-promo .prompt:hover,
#new-gift-card .modal-content .reservation-summary .select-caregivers .prompt:hover,
#new-gift-card .modal-content .reservation-summary #reservation-message-toggle .prompt:hover,
#new-gift-card .modal-content .reservation-summary #waitlist-message-toggle .prompt:hover,
#new-gift-card .modal-content .reservation-summary #reservation-notes-toggle .prompt:hover,
#new-gift-card .modal-content .reservation-summary #purchase-message-toggle .prompt:hover,
#new-gift-card .modal-content .reservation-summary #purchase-notes-toggle .prompt:hover,
#new-gift-card .modal-content .reservation-summary .select-dates .prompt:hover,
#new-gift-card .modal-content .waitlist-summary .change-sources .prompt:hover,
#new-gift-card .modal-content .waitlist-summary .select-extras .prompt:hover,
#new-gift-card .modal-content .waitlist-summary .add-promo .prompt:hover,
#new-gift-card .modal-content .waitlist-summary .select-caregivers .prompt:hover,
#new-gift-card .modal-content .waitlist-summary #reservation-message-toggle .prompt:hover,
#new-gift-card .modal-content .waitlist-summary #waitlist-message-toggle .prompt:hover,
#new-gift-card .modal-content .waitlist-summary #reservation-notes-toggle .prompt:hover,
#new-gift-card .modal-content .waitlist-summary #purchase-message-toggle .prompt:hover,
#new-gift-card .modal-content .waitlist-summary #purchase-notes-toggle .prompt:hover,
#new-gift-card .modal-content .waitlist-summary .select-dates .prompt:hover,
#new-gift-card .modal-content .purchase-summary .change-sources .prompt:hover,
#new-gift-card .modal-content .purchase-summary .select-extras .prompt:hover,
#new-gift-card .modal-content .purchase-summary .add-promo .prompt:hover,
#new-gift-card .modal-content .purchase-summary .select-caregivers .prompt:hover,
#new-gift-card .modal-content .purchase-summary #reservation-message-toggle .prompt:hover,
#new-gift-card .modal-content .purchase-summary #waitlist-message-toggle .prompt:hover,
#new-gift-card .modal-content .purchase-summary #reservation-notes-toggle .prompt:hover,
#new-gift-card .modal-content .purchase-summary #purchase-message-toggle .prompt:hover,
#new-gift-card .modal-content .purchase-summary #purchase-notes-toggle .prompt:hover,
#new-gift-card .modal-content .purchase-summary .select-dates .prompt:hover,
#new-gift-card .modal-content #attendees-panel .change-sources .prompt:hover,
#new-gift-card .modal-content #attendees-panel .select-extras .prompt:hover,
#new-gift-card .modal-content #attendees-panel .add-promo .prompt:hover,
#new-gift-card .modal-content #attendees-panel .select-caregivers .prompt:hover,
#new-gift-card .modal-content #attendees-panel #reservation-message-toggle .prompt:hover,
#new-gift-card .modal-content #attendees-panel #waitlist-message-toggle .prompt:hover,
#new-gift-card .modal-content #attendees-panel #reservation-notes-toggle .prompt:hover,
#new-gift-card .modal-content #attendees-panel #purchase-message-toggle .prompt:hover,
#new-gift-card .modal-content #attendees-panel #purchase-notes-toggle .prompt:hover,
#new-gift-card .modal-content #attendees-panel .select-dates .prompt:hover, #edit-invoice .modal-content .reservation-summary .change-sources .prompt:hover, #edit-invoice .modal-content .reservation-summary .select-extras .prompt:hover, #edit-invoice .modal-content .reservation-summary .add-promo .prompt:hover, #edit-invoice .modal-content .reservation-summary .select-caregivers .prompt:hover, #edit-invoice .modal-content .reservation-summary #reservation-message-toggle .prompt:hover, #edit-invoice .modal-content .reservation-summary #waitlist-message-toggle .prompt:hover, #edit-invoice .modal-content .reservation-summary #reservation-notes-toggle .prompt:hover, #edit-invoice .modal-content .reservation-summary #purchase-message-toggle .prompt:hover, #edit-invoice .modal-content .reservation-summary #purchase-notes-toggle .prompt:hover, #edit-invoice .modal-content .reservation-summary .select-dates .prompt:hover, #edit-invoice .modal-content .waitlist-summary .change-sources .prompt:hover, #edit-invoice .modal-content .waitlist-summary .select-extras .prompt:hover, #edit-invoice .modal-content .waitlist-summary .add-promo .prompt:hover, #edit-invoice .modal-content .waitlist-summary .select-caregivers .prompt:hover, #edit-invoice .modal-content .waitlist-summary #reservation-message-toggle .prompt:hover, #edit-invoice .modal-content .waitlist-summary #waitlist-message-toggle .prompt:hover, #edit-invoice .modal-content .waitlist-summary #reservation-notes-toggle .prompt:hover, #edit-invoice .modal-content .waitlist-summary #purchase-message-toggle .prompt:hover, #edit-invoice .modal-content .waitlist-summary #purchase-notes-toggle .prompt:hover, #edit-invoice .modal-content .waitlist-summary .select-dates .prompt:hover, #edit-invoice .modal-content .purchase-summary .change-sources .prompt:hover, #edit-invoice .modal-content .purchase-summary .select-extras .prompt:hover, #edit-invoice .modal-content .purchase-summary .add-promo .prompt:hover, #edit-invoice .modal-content .purchase-summary .select-caregivers .prompt:hover, #edit-invoice .modal-content .purchase-summary #reservation-message-toggle .prompt:hover, #edit-invoice .modal-content .purchase-summary #waitlist-message-toggle .prompt:hover, #edit-invoice .modal-content .purchase-summary #reservation-notes-toggle .prompt:hover, #edit-invoice .modal-content .purchase-summary #purchase-message-toggle .prompt:hover, #edit-invoice .modal-content .purchase-summary #purchase-notes-toggle .prompt:hover, #edit-invoice .modal-content .purchase-summary .select-dates .prompt:hover, #edit-invoice .modal-content #attendees-panel .change-sources .prompt:hover, #edit-invoice .modal-content #attendees-panel .select-extras .prompt:hover, #edit-invoice .modal-content #attendees-panel .add-promo .prompt:hover, #edit-invoice .modal-content #attendees-panel .select-caregivers .prompt:hover, #edit-invoice .modal-content #attendees-panel #reservation-message-toggle .prompt:hover, #edit-invoice .modal-content #attendees-panel #waitlist-message-toggle .prompt:hover, #edit-invoice .modal-content #attendees-panel #reservation-notes-toggle .prompt:hover, #edit-invoice .modal-content #attendees-panel #purchase-message-toggle .prompt:hover, #edit-invoice .modal-content #attendees-panel #purchase-notes-toggle .prompt:hover, #edit-invoice .modal-content #attendees-panel .select-dates .prompt:hover,
#cart-sources .modal-content .reservation-summary .change-sources .prompt:hover,
#cart-sources .modal-content .reservation-summary .select-extras .prompt:hover,
#cart-sources .modal-content .reservation-summary .add-promo .prompt:hover,
#cart-sources .modal-content .reservation-summary .select-caregivers .prompt:hover,
#cart-sources .modal-content .reservation-summary #reservation-message-toggle .prompt:hover,
#cart-sources .modal-content .reservation-summary #waitlist-message-toggle .prompt:hover,
#cart-sources .modal-content .reservation-summary #reservation-notes-toggle .prompt:hover,
#cart-sources .modal-content .reservation-summary #purchase-message-toggle .prompt:hover,
#cart-sources .modal-content .reservation-summary #purchase-notes-toggle .prompt:hover,
#cart-sources .modal-content .reservation-summary .select-dates .prompt:hover,
#cart-sources .modal-content .waitlist-summary .change-sources .prompt:hover,
#cart-sources .modal-content .waitlist-summary .select-extras .prompt:hover,
#cart-sources .modal-content .waitlist-summary .add-promo .prompt:hover,
#cart-sources .modal-content .waitlist-summary .select-caregivers .prompt:hover,
#cart-sources .modal-content .waitlist-summary #reservation-message-toggle .prompt:hover,
#cart-sources .modal-content .waitlist-summary #waitlist-message-toggle .prompt:hover,
#cart-sources .modal-content .waitlist-summary #reservation-notes-toggle .prompt:hover,
#cart-sources .modal-content .waitlist-summary #purchase-message-toggle .prompt:hover,
#cart-sources .modal-content .waitlist-summary #purchase-notes-toggle .prompt:hover,
#cart-sources .modal-content .waitlist-summary .select-dates .prompt:hover,
#cart-sources .modal-content .purchase-summary .change-sources .prompt:hover,
#cart-sources .modal-content .purchase-summary .select-extras .prompt:hover,
#cart-sources .modal-content .purchase-summary .add-promo .prompt:hover,
#cart-sources .modal-content .purchase-summary .select-caregivers .prompt:hover,
#cart-sources .modal-content .purchase-summary #reservation-message-toggle .prompt:hover,
#cart-sources .modal-content .purchase-summary #waitlist-message-toggle .prompt:hover,
#cart-sources .modal-content .purchase-summary #reservation-notes-toggle .prompt:hover,
#cart-sources .modal-content .purchase-summary #purchase-message-toggle .prompt:hover,
#cart-sources .modal-content .purchase-summary #purchase-notes-toggle .prompt:hover,
#cart-sources .modal-content .purchase-summary .select-dates .prompt:hover,
#cart-sources .modal-content #attendees-panel .change-sources .prompt:hover,
#cart-sources .modal-content #attendees-panel .select-extras .prompt:hover,
#cart-sources .modal-content #attendees-panel .add-promo .prompt:hover,
#cart-sources .modal-content #attendees-panel .select-caregivers .prompt:hover,
#cart-sources .modal-content #attendees-panel #reservation-message-toggle .prompt:hover,
#cart-sources .modal-content #attendees-panel #waitlist-message-toggle .prompt:hover,
#cart-sources .modal-content #attendees-panel #reservation-notes-toggle .prompt:hover,
#cart-sources .modal-content #attendees-panel #purchase-message-toggle .prompt:hover,
#cart-sources .modal-content #attendees-panel #purchase-notes-toggle .prompt:hover,
#cart-sources .modal-content #attendees-panel .select-dates .prompt:hover {
  text-decoration: underline;
  color: #015AC8;
}

/* line 276, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .change-sources .material-icons, #new-reservation .modal-content .reservation-summary .select-extras .material-icons, #new-reservation .modal-content .reservation-summary .add-promo .material-icons, #new-reservation .modal-content .reservation-summary .select-caregivers .material-icons, #new-reservation .modal-content .reservation-summary #reservation-message-toggle .material-icons, #new-reservation .modal-content .reservation-summary #waitlist-message-toggle .material-icons, #new-reservation .modal-content .reservation-summary #reservation-notes-toggle .material-icons, #new-reservation .modal-content .reservation-summary #purchase-message-toggle .material-icons, #new-reservation .modal-content .reservation-summary #purchase-notes-toggle .material-icons, #new-reservation .modal-content .reservation-summary .select-dates .material-icons, #new-reservation .modal-content .waitlist-summary .change-sources .material-icons, #new-reservation .modal-content .waitlist-summary .select-extras .material-icons, #new-reservation .modal-content .waitlist-summary .add-promo .material-icons, #new-reservation .modal-content .waitlist-summary .select-caregivers .material-icons, #new-reservation .modal-content .waitlist-summary #reservation-message-toggle .material-icons, #new-reservation .modal-content .waitlist-summary #waitlist-message-toggle .material-icons, #new-reservation .modal-content .waitlist-summary #reservation-notes-toggle .material-icons, #new-reservation .modal-content .waitlist-summary #purchase-message-toggle .material-icons, #new-reservation .modal-content .waitlist-summary #purchase-notes-toggle .material-icons, #new-reservation .modal-content .waitlist-summary .select-dates .material-icons, #new-reservation .modal-content .purchase-summary .change-sources .material-icons, #new-reservation .modal-content .purchase-summary .select-extras .material-icons, #new-reservation .modal-content .purchase-summary .add-promo .material-icons, #new-reservation .modal-content .purchase-summary .select-caregivers .material-icons, #new-reservation .modal-content .purchase-summary #reservation-message-toggle .material-icons, #new-reservation .modal-content .purchase-summary #waitlist-message-toggle .material-icons, #new-reservation .modal-content .purchase-summary #reservation-notes-toggle .material-icons, #new-reservation .modal-content .purchase-summary #purchase-message-toggle .material-icons, #new-reservation .modal-content .purchase-summary #purchase-notes-toggle .material-icons, #new-reservation .modal-content .purchase-summary .select-dates .material-icons, #new-reservation .modal-content #attendees-panel .change-sources .material-icons, #new-reservation .modal-content #attendees-panel .select-extras .material-icons, #new-reservation .modal-content #attendees-panel .add-promo .material-icons, #new-reservation .modal-content #attendees-panel .select-caregivers .material-icons, #new-reservation .modal-content #attendees-panel #reservation-message-toggle .material-icons, #new-reservation .modal-content #attendees-panel #waitlist-message-toggle .material-icons, #new-reservation .modal-content #attendees-panel #reservation-notes-toggle .material-icons, #new-reservation .modal-content #attendees-panel #purchase-message-toggle .material-icons, #new-reservation .modal-content #attendees-panel #purchase-notes-toggle .material-icons, #new-reservation .modal-content #attendees-panel .select-dates .material-icons, #edit-reservation .modal-content .reservation-summary .change-sources .material-icons, #edit-reservation .modal-content .reservation-summary .select-extras .material-icons, #edit-reservation .modal-content .reservation-summary .add-promo .material-icons, #edit-reservation .modal-content .reservation-summary .select-caregivers .material-icons, #edit-reservation .modal-content .reservation-summary #reservation-message-toggle .material-icons, #edit-reservation .modal-content .reservation-summary #waitlist-message-toggle .material-icons, #edit-reservation .modal-content .reservation-summary #reservation-notes-toggle .material-icons, #edit-reservation .modal-content .reservation-summary #purchase-message-toggle .material-icons, #edit-reservation .modal-content .reservation-summary #purchase-notes-toggle .material-icons, #edit-reservation .modal-content .reservation-summary .select-dates .material-icons, #edit-reservation .modal-content .waitlist-summary .change-sources .material-icons, #edit-reservation .modal-content .waitlist-summary .select-extras .material-icons, #edit-reservation .modal-content .waitlist-summary .add-promo .material-icons, #edit-reservation .modal-content .waitlist-summary .select-caregivers .material-icons, #edit-reservation .modal-content .waitlist-summary #reservation-message-toggle .material-icons, #edit-reservation .modal-content .waitlist-summary #waitlist-message-toggle .material-icons, #edit-reservation .modal-content .waitlist-summary #reservation-notes-toggle .material-icons, #edit-reservation .modal-content .waitlist-summary #purchase-message-toggle .material-icons, #edit-reservation .modal-content .waitlist-summary #purchase-notes-toggle .material-icons, #edit-reservation .modal-content .waitlist-summary .select-dates .material-icons, #edit-reservation .modal-content .purchase-summary .change-sources .material-icons, #edit-reservation .modal-content .purchase-summary .select-extras .material-icons, #edit-reservation .modal-content .purchase-summary .add-promo .material-icons, #edit-reservation .modal-content .purchase-summary .select-caregivers .material-icons, #edit-reservation .modal-content .purchase-summary #reservation-message-toggle .material-icons, #edit-reservation .modal-content .purchase-summary #waitlist-message-toggle .material-icons, #edit-reservation .modal-content .purchase-summary #reservation-notes-toggle .material-icons, #edit-reservation .modal-content .purchase-summary #purchase-message-toggle .material-icons, #edit-reservation .modal-content .purchase-summary #purchase-notes-toggle .material-icons, #edit-reservation .modal-content .purchase-summary .select-dates .material-icons, #edit-reservation .modal-content #attendees-panel .change-sources .material-icons, #edit-reservation .modal-content #attendees-panel .select-extras .material-icons, #edit-reservation .modal-content #attendees-panel .add-promo .material-icons, #edit-reservation .modal-content #attendees-panel .select-caregivers .material-icons, #edit-reservation .modal-content #attendees-panel #reservation-message-toggle .material-icons, #edit-reservation .modal-content #attendees-panel #waitlist-message-toggle .material-icons, #edit-reservation .modal-content #attendees-panel #reservation-notes-toggle .material-icons, #edit-reservation .modal-content #attendees-panel #purchase-message-toggle .material-icons, #edit-reservation .modal-content #attendees-panel #purchase-notes-toggle .material-icons, #edit-reservation .modal-content #attendees-panel .select-dates .material-icons,
#new-waitlist .modal-content .reservation-summary .change-sources .material-icons,
#new-waitlist .modal-content .reservation-summary .select-extras .material-icons,
#new-waitlist .modal-content .reservation-summary .add-promo .material-icons,
#new-waitlist .modal-content .reservation-summary .select-caregivers .material-icons,
#new-waitlist .modal-content .reservation-summary #reservation-message-toggle .material-icons,
#new-waitlist .modal-content .reservation-summary #waitlist-message-toggle .material-icons,
#new-waitlist .modal-content .reservation-summary #reservation-notes-toggle .material-icons,
#new-waitlist .modal-content .reservation-summary #purchase-message-toggle .material-icons,
#new-waitlist .modal-content .reservation-summary #purchase-notes-toggle .material-icons,
#new-waitlist .modal-content .reservation-summary .select-dates .material-icons,
#new-waitlist .modal-content .waitlist-summary .change-sources .material-icons,
#new-waitlist .modal-content .waitlist-summary .select-extras .material-icons,
#new-waitlist .modal-content .waitlist-summary .add-promo .material-icons,
#new-waitlist .modal-content .waitlist-summary .select-caregivers .material-icons,
#new-waitlist .modal-content .waitlist-summary #reservation-message-toggle .material-icons,
#new-waitlist .modal-content .waitlist-summary #waitlist-message-toggle .material-icons,
#new-waitlist .modal-content .waitlist-summary #reservation-notes-toggle .material-icons,
#new-waitlist .modal-content .waitlist-summary #purchase-message-toggle .material-icons,
#new-waitlist .modal-content .waitlist-summary #purchase-notes-toggle .material-icons,
#new-waitlist .modal-content .waitlist-summary .select-dates .material-icons,
#new-waitlist .modal-content .purchase-summary .change-sources .material-icons,
#new-waitlist .modal-content .purchase-summary .select-extras .material-icons,
#new-waitlist .modal-content .purchase-summary .add-promo .material-icons,
#new-waitlist .modal-content .purchase-summary .select-caregivers .material-icons,
#new-waitlist .modal-content .purchase-summary #reservation-message-toggle .material-icons,
#new-waitlist .modal-content .purchase-summary #waitlist-message-toggle .material-icons,
#new-waitlist .modal-content .purchase-summary #reservation-notes-toggle .material-icons,
#new-waitlist .modal-content .purchase-summary #purchase-message-toggle .material-icons,
#new-waitlist .modal-content .purchase-summary #purchase-notes-toggle .material-icons,
#new-waitlist .modal-content .purchase-summary .select-dates .material-icons,
#new-waitlist .modal-content #attendees-panel .change-sources .material-icons,
#new-waitlist .modal-content #attendees-panel .select-extras .material-icons,
#new-waitlist .modal-content #attendees-panel .add-promo .material-icons,
#new-waitlist .modal-content #attendees-panel .select-caregivers .material-icons,
#new-waitlist .modal-content #attendees-panel #reservation-message-toggle .material-icons,
#new-waitlist .modal-content #attendees-panel #waitlist-message-toggle .material-icons,
#new-waitlist .modal-content #attendees-panel #reservation-notes-toggle .material-icons,
#new-waitlist .modal-content #attendees-panel #purchase-message-toggle .material-icons,
#new-waitlist .modal-content #attendees-panel #purchase-notes-toggle .material-icons,
#new-waitlist .modal-content #attendees-panel .select-dates .material-icons, #edit-waitlist .modal-content .reservation-summary .change-sources .material-icons, #edit-waitlist .modal-content .reservation-summary .select-extras .material-icons, #edit-waitlist .modal-content .reservation-summary .add-promo .material-icons, #edit-waitlist .modal-content .reservation-summary .select-caregivers .material-icons, #edit-waitlist .modal-content .reservation-summary #reservation-message-toggle .material-icons, #edit-waitlist .modal-content .reservation-summary #waitlist-message-toggle .material-icons, #edit-waitlist .modal-content .reservation-summary #reservation-notes-toggle .material-icons, #edit-waitlist .modal-content .reservation-summary #purchase-message-toggle .material-icons, #edit-waitlist .modal-content .reservation-summary #purchase-notes-toggle .material-icons, #edit-waitlist .modal-content .reservation-summary .select-dates .material-icons, #edit-waitlist .modal-content .waitlist-summary .change-sources .material-icons, #edit-waitlist .modal-content .waitlist-summary .select-extras .material-icons, #edit-waitlist .modal-content .waitlist-summary .add-promo .material-icons, #edit-waitlist .modal-content .waitlist-summary .select-caregivers .material-icons, #edit-waitlist .modal-content .waitlist-summary #reservation-message-toggle .material-icons, #edit-waitlist .modal-content .waitlist-summary #waitlist-message-toggle .material-icons, #edit-waitlist .modal-content .waitlist-summary #reservation-notes-toggle .material-icons, #edit-waitlist .modal-content .waitlist-summary #purchase-message-toggle .material-icons, #edit-waitlist .modal-content .waitlist-summary #purchase-notes-toggle .material-icons, #edit-waitlist .modal-content .waitlist-summary .select-dates .material-icons, #edit-waitlist .modal-content .purchase-summary .change-sources .material-icons, #edit-waitlist .modal-content .purchase-summary .select-extras .material-icons, #edit-waitlist .modal-content .purchase-summary .add-promo .material-icons, #edit-waitlist .modal-content .purchase-summary .select-caregivers .material-icons, #edit-waitlist .modal-content .purchase-summary #reservation-message-toggle .material-icons, #edit-waitlist .modal-content .purchase-summary #waitlist-message-toggle .material-icons, #edit-waitlist .modal-content .purchase-summary #reservation-notes-toggle .material-icons, #edit-waitlist .modal-content .purchase-summary #purchase-message-toggle .material-icons, #edit-waitlist .modal-content .purchase-summary #purchase-notes-toggle .material-icons, #edit-waitlist .modal-content .purchase-summary .select-dates .material-icons, #edit-waitlist .modal-content #attendees-panel .change-sources .material-icons, #edit-waitlist .modal-content #attendees-panel .select-extras .material-icons, #edit-waitlist .modal-content #attendees-panel .add-promo .material-icons, #edit-waitlist .modal-content #attendees-panel .select-caregivers .material-icons, #edit-waitlist .modal-content #attendees-panel #reservation-message-toggle .material-icons, #edit-waitlist .modal-content #attendees-panel #waitlist-message-toggle .material-icons, #edit-waitlist .modal-content #attendees-panel #reservation-notes-toggle .material-icons, #edit-waitlist .modal-content #attendees-panel #purchase-message-toggle .material-icons, #edit-waitlist .modal-content #attendees-panel #purchase-notes-toggle .material-icons, #edit-waitlist .modal-content #attendees-panel .select-dates .material-icons,
#new-purchase .modal-content .reservation-summary .change-sources .material-icons,
#new-purchase .modal-content .reservation-summary .select-extras .material-icons,
#new-purchase .modal-content .reservation-summary .add-promo .material-icons,
#new-purchase .modal-content .reservation-summary .select-caregivers .material-icons,
#new-purchase .modal-content .reservation-summary #reservation-message-toggle .material-icons,
#new-purchase .modal-content .reservation-summary #waitlist-message-toggle .material-icons,
#new-purchase .modal-content .reservation-summary #reservation-notes-toggle .material-icons,
#new-purchase .modal-content .reservation-summary #purchase-message-toggle .material-icons,
#new-purchase .modal-content .reservation-summary #purchase-notes-toggle .material-icons,
#new-purchase .modal-content .reservation-summary .select-dates .material-icons,
#new-purchase .modal-content .waitlist-summary .change-sources .material-icons,
#new-purchase .modal-content .waitlist-summary .select-extras .material-icons,
#new-purchase .modal-content .waitlist-summary .add-promo .material-icons,
#new-purchase .modal-content .waitlist-summary .select-caregivers .material-icons,
#new-purchase .modal-content .waitlist-summary #reservation-message-toggle .material-icons,
#new-purchase .modal-content .waitlist-summary #waitlist-message-toggle .material-icons,
#new-purchase .modal-content .waitlist-summary #reservation-notes-toggle .material-icons,
#new-purchase .modal-content .waitlist-summary #purchase-message-toggle .material-icons,
#new-purchase .modal-content .waitlist-summary #purchase-notes-toggle .material-icons,
#new-purchase .modal-content .waitlist-summary .select-dates .material-icons,
#new-purchase .modal-content .purchase-summary .change-sources .material-icons,
#new-purchase .modal-content .purchase-summary .select-extras .material-icons,
#new-purchase .modal-content .purchase-summary .add-promo .material-icons,
#new-purchase .modal-content .purchase-summary .select-caregivers .material-icons,
#new-purchase .modal-content .purchase-summary #reservation-message-toggle .material-icons,
#new-purchase .modal-content .purchase-summary #waitlist-message-toggle .material-icons,
#new-purchase .modal-content .purchase-summary #reservation-notes-toggle .material-icons,
#new-purchase .modal-content .purchase-summary #purchase-message-toggle .material-icons,
#new-purchase .modal-content .purchase-summary #purchase-notes-toggle .material-icons,
#new-purchase .modal-content .purchase-summary .select-dates .material-icons,
#new-purchase .modal-content #attendees-panel .change-sources .material-icons,
#new-purchase .modal-content #attendees-panel .select-extras .material-icons,
#new-purchase .modal-content #attendees-panel .add-promo .material-icons,
#new-purchase .modal-content #attendees-panel .select-caregivers .material-icons,
#new-purchase .modal-content #attendees-panel #reservation-message-toggle .material-icons,
#new-purchase .modal-content #attendees-panel #waitlist-message-toggle .material-icons,
#new-purchase .modal-content #attendees-panel #reservation-notes-toggle .material-icons,
#new-purchase .modal-content #attendees-panel #purchase-message-toggle .material-icons,
#new-purchase .modal-content #attendees-panel #purchase-notes-toggle .material-icons,
#new-purchase .modal-content #attendees-panel .select-dates .material-icons, #edit-purchase .modal-content .reservation-summary .change-sources .material-icons, #edit-purchase .modal-content .reservation-summary .select-extras .material-icons, #edit-purchase .modal-content .reservation-summary .add-promo .material-icons, #edit-purchase .modal-content .reservation-summary .select-caregivers .material-icons, #edit-purchase .modal-content .reservation-summary #reservation-message-toggle .material-icons, #edit-purchase .modal-content .reservation-summary #waitlist-message-toggle .material-icons, #edit-purchase .modal-content .reservation-summary #reservation-notes-toggle .material-icons, #edit-purchase .modal-content .reservation-summary #purchase-message-toggle .material-icons, #edit-purchase .modal-content .reservation-summary #purchase-notes-toggle .material-icons, #edit-purchase .modal-content .reservation-summary .select-dates .material-icons, #edit-purchase .modal-content .waitlist-summary .change-sources .material-icons, #edit-purchase .modal-content .waitlist-summary .select-extras .material-icons, #edit-purchase .modal-content .waitlist-summary .add-promo .material-icons, #edit-purchase .modal-content .waitlist-summary .select-caregivers .material-icons, #edit-purchase .modal-content .waitlist-summary #reservation-message-toggle .material-icons, #edit-purchase .modal-content .waitlist-summary #waitlist-message-toggle .material-icons, #edit-purchase .modal-content .waitlist-summary #reservation-notes-toggle .material-icons, #edit-purchase .modal-content .waitlist-summary #purchase-message-toggle .material-icons, #edit-purchase .modal-content .waitlist-summary #purchase-notes-toggle .material-icons, #edit-purchase .modal-content .waitlist-summary .select-dates .material-icons, #edit-purchase .modal-content .purchase-summary .change-sources .material-icons, #edit-purchase .modal-content .purchase-summary .select-extras .material-icons, #edit-purchase .modal-content .purchase-summary .add-promo .material-icons, #edit-purchase .modal-content .purchase-summary .select-caregivers .material-icons, #edit-purchase .modal-content .purchase-summary #reservation-message-toggle .material-icons, #edit-purchase .modal-content .purchase-summary #waitlist-message-toggle .material-icons, #edit-purchase .modal-content .purchase-summary #reservation-notes-toggle .material-icons, #edit-purchase .modal-content .purchase-summary #purchase-message-toggle .material-icons, #edit-purchase .modal-content .purchase-summary #purchase-notes-toggle .material-icons, #edit-purchase .modal-content .purchase-summary .select-dates .material-icons, #edit-purchase .modal-content #attendees-panel .change-sources .material-icons, #edit-purchase .modal-content #attendees-panel .select-extras .material-icons, #edit-purchase .modal-content #attendees-panel .add-promo .material-icons, #edit-purchase .modal-content #attendees-panel .select-caregivers .material-icons, #edit-purchase .modal-content #attendees-panel #reservation-message-toggle .material-icons, #edit-purchase .modal-content #attendees-panel #waitlist-message-toggle .material-icons, #edit-purchase .modal-content #attendees-panel #reservation-notes-toggle .material-icons, #edit-purchase .modal-content #attendees-panel #purchase-message-toggle .material-icons, #edit-purchase .modal-content #attendees-panel #purchase-notes-toggle .material-icons, #edit-purchase .modal-content #attendees-panel .select-dates .material-icons,
#new-gift-card .modal-content .reservation-summary .change-sources .material-icons,
#new-gift-card .modal-content .reservation-summary .select-extras .material-icons,
#new-gift-card .modal-content .reservation-summary .add-promo .material-icons,
#new-gift-card .modal-content .reservation-summary .select-caregivers .material-icons,
#new-gift-card .modal-content .reservation-summary #reservation-message-toggle .material-icons,
#new-gift-card .modal-content .reservation-summary #waitlist-message-toggle .material-icons,
#new-gift-card .modal-content .reservation-summary #reservation-notes-toggle .material-icons,
#new-gift-card .modal-content .reservation-summary #purchase-message-toggle .material-icons,
#new-gift-card .modal-content .reservation-summary #purchase-notes-toggle .material-icons,
#new-gift-card .modal-content .reservation-summary .select-dates .material-icons,
#new-gift-card .modal-content .waitlist-summary .change-sources .material-icons,
#new-gift-card .modal-content .waitlist-summary .select-extras .material-icons,
#new-gift-card .modal-content .waitlist-summary .add-promo .material-icons,
#new-gift-card .modal-content .waitlist-summary .select-caregivers .material-icons,
#new-gift-card .modal-content .waitlist-summary #reservation-message-toggle .material-icons,
#new-gift-card .modal-content .waitlist-summary #waitlist-message-toggle .material-icons,
#new-gift-card .modal-content .waitlist-summary #reservation-notes-toggle .material-icons,
#new-gift-card .modal-content .waitlist-summary #purchase-message-toggle .material-icons,
#new-gift-card .modal-content .waitlist-summary #purchase-notes-toggle .material-icons,
#new-gift-card .modal-content .waitlist-summary .select-dates .material-icons,
#new-gift-card .modal-content .purchase-summary .change-sources .material-icons,
#new-gift-card .modal-content .purchase-summary .select-extras .material-icons,
#new-gift-card .modal-content .purchase-summary .add-promo .material-icons,
#new-gift-card .modal-content .purchase-summary .select-caregivers .material-icons,
#new-gift-card .modal-content .purchase-summary #reservation-message-toggle .material-icons,
#new-gift-card .modal-content .purchase-summary #waitlist-message-toggle .material-icons,
#new-gift-card .modal-content .purchase-summary #reservation-notes-toggle .material-icons,
#new-gift-card .modal-content .purchase-summary #purchase-message-toggle .material-icons,
#new-gift-card .modal-content .purchase-summary #purchase-notes-toggle .material-icons,
#new-gift-card .modal-content .purchase-summary .select-dates .material-icons,
#new-gift-card .modal-content #attendees-panel .change-sources .material-icons,
#new-gift-card .modal-content #attendees-panel .select-extras .material-icons,
#new-gift-card .modal-content #attendees-panel .add-promo .material-icons,
#new-gift-card .modal-content #attendees-panel .select-caregivers .material-icons,
#new-gift-card .modal-content #attendees-panel #reservation-message-toggle .material-icons,
#new-gift-card .modal-content #attendees-panel #waitlist-message-toggle .material-icons,
#new-gift-card .modal-content #attendees-panel #reservation-notes-toggle .material-icons,
#new-gift-card .modal-content #attendees-panel #purchase-message-toggle .material-icons,
#new-gift-card .modal-content #attendees-panel #purchase-notes-toggle .material-icons,
#new-gift-card .modal-content #attendees-panel .select-dates .material-icons, #edit-invoice .modal-content .reservation-summary .change-sources .material-icons, #edit-invoice .modal-content .reservation-summary .select-extras .material-icons, #edit-invoice .modal-content .reservation-summary .add-promo .material-icons, #edit-invoice .modal-content .reservation-summary .select-caregivers .material-icons, #edit-invoice .modal-content .reservation-summary #reservation-message-toggle .material-icons, #edit-invoice .modal-content .reservation-summary #waitlist-message-toggle .material-icons, #edit-invoice .modal-content .reservation-summary #reservation-notes-toggle .material-icons, #edit-invoice .modal-content .reservation-summary #purchase-message-toggle .material-icons, #edit-invoice .modal-content .reservation-summary #purchase-notes-toggle .material-icons, #edit-invoice .modal-content .reservation-summary .select-dates .material-icons, #edit-invoice .modal-content .waitlist-summary .change-sources .material-icons, #edit-invoice .modal-content .waitlist-summary .select-extras .material-icons, #edit-invoice .modal-content .waitlist-summary .add-promo .material-icons, #edit-invoice .modal-content .waitlist-summary .select-caregivers .material-icons, #edit-invoice .modal-content .waitlist-summary #reservation-message-toggle .material-icons, #edit-invoice .modal-content .waitlist-summary #waitlist-message-toggle .material-icons, #edit-invoice .modal-content .waitlist-summary #reservation-notes-toggle .material-icons, #edit-invoice .modal-content .waitlist-summary #purchase-message-toggle .material-icons, #edit-invoice .modal-content .waitlist-summary #purchase-notes-toggle .material-icons, #edit-invoice .modal-content .waitlist-summary .select-dates .material-icons, #edit-invoice .modal-content .purchase-summary .change-sources .material-icons, #edit-invoice .modal-content .purchase-summary .select-extras .material-icons, #edit-invoice .modal-content .purchase-summary .add-promo .material-icons, #edit-invoice .modal-content .purchase-summary .select-caregivers .material-icons, #edit-invoice .modal-content .purchase-summary #reservation-message-toggle .material-icons, #edit-invoice .modal-content .purchase-summary #waitlist-message-toggle .material-icons, #edit-invoice .modal-content .purchase-summary #reservation-notes-toggle .material-icons, #edit-invoice .modal-content .purchase-summary #purchase-message-toggle .material-icons, #edit-invoice .modal-content .purchase-summary #purchase-notes-toggle .material-icons, #edit-invoice .modal-content .purchase-summary .select-dates .material-icons, #edit-invoice .modal-content #attendees-panel .change-sources .material-icons, #edit-invoice .modal-content #attendees-panel .select-extras .material-icons, #edit-invoice .modal-content #attendees-panel .add-promo .material-icons, #edit-invoice .modal-content #attendees-panel .select-caregivers .material-icons, #edit-invoice .modal-content #attendees-panel #reservation-message-toggle .material-icons, #edit-invoice .modal-content #attendees-panel #waitlist-message-toggle .material-icons, #edit-invoice .modal-content #attendees-panel #reservation-notes-toggle .material-icons, #edit-invoice .modal-content #attendees-panel #purchase-message-toggle .material-icons, #edit-invoice .modal-content #attendees-panel #purchase-notes-toggle .material-icons, #edit-invoice .modal-content #attendees-panel .select-dates .material-icons,
#cart-sources .modal-content .reservation-summary .change-sources .material-icons,
#cart-sources .modal-content .reservation-summary .select-extras .material-icons,
#cart-sources .modal-content .reservation-summary .add-promo .material-icons,
#cart-sources .modal-content .reservation-summary .select-caregivers .material-icons,
#cart-sources .modal-content .reservation-summary #reservation-message-toggle .material-icons,
#cart-sources .modal-content .reservation-summary #waitlist-message-toggle .material-icons,
#cart-sources .modal-content .reservation-summary #reservation-notes-toggle .material-icons,
#cart-sources .modal-content .reservation-summary #purchase-message-toggle .material-icons,
#cart-sources .modal-content .reservation-summary #purchase-notes-toggle .material-icons,
#cart-sources .modal-content .reservation-summary .select-dates .material-icons,
#cart-sources .modal-content .waitlist-summary .change-sources .material-icons,
#cart-sources .modal-content .waitlist-summary .select-extras .material-icons,
#cart-sources .modal-content .waitlist-summary .add-promo .material-icons,
#cart-sources .modal-content .waitlist-summary .select-caregivers .material-icons,
#cart-sources .modal-content .waitlist-summary #reservation-message-toggle .material-icons,
#cart-sources .modal-content .waitlist-summary #waitlist-message-toggle .material-icons,
#cart-sources .modal-content .waitlist-summary #reservation-notes-toggle .material-icons,
#cart-sources .modal-content .waitlist-summary #purchase-message-toggle .material-icons,
#cart-sources .modal-content .waitlist-summary #purchase-notes-toggle .material-icons,
#cart-sources .modal-content .waitlist-summary .select-dates .material-icons,
#cart-sources .modal-content .purchase-summary .change-sources .material-icons,
#cart-sources .modal-content .purchase-summary .select-extras .material-icons,
#cart-sources .modal-content .purchase-summary .add-promo .material-icons,
#cart-sources .modal-content .purchase-summary .select-caregivers .material-icons,
#cart-sources .modal-content .purchase-summary #reservation-message-toggle .material-icons,
#cart-sources .modal-content .purchase-summary #waitlist-message-toggle .material-icons,
#cart-sources .modal-content .purchase-summary #reservation-notes-toggle .material-icons,
#cart-sources .modal-content .purchase-summary #purchase-message-toggle .material-icons,
#cart-sources .modal-content .purchase-summary #purchase-notes-toggle .material-icons,
#cart-sources .modal-content .purchase-summary .select-dates .material-icons,
#cart-sources .modal-content #attendees-panel .change-sources .material-icons,
#cart-sources .modal-content #attendees-panel .select-extras .material-icons,
#cart-sources .modal-content #attendees-panel .add-promo .material-icons,
#cart-sources .modal-content #attendees-panel .select-caregivers .material-icons,
#cart-sources .modal-content #attendees-panel #reservation-message-toggle .material-icons,
#cart-sources .modal-content #attendees-panel #waitlist-message-toggle .material-icons,
#cart-sources .modal-content #attendees-panel #reservation-notes-toggle .material-icons,
#cart-sources .modal-content #attendees-panel #purchase-message-toggle .material-icons,
#cart-sources .modal-content #attendees-panel #purchase-notes-toggle .material-icons,
#cart-sources .modal-content #attendees-panel .select-dates .material-icons {
  line-height: 18px;
  height: 18px;
  width: 12px;
  font-size: 18px;
  cursor: pointer;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 290, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary #primary-source:hover *, #new-reservation .modal-content .waitlist-summary #primary-source:hover *, #new-reservation .modal-content .purchase-summary #primary-source:hover *, #new-reservation .modal-content #attendees-panel #primary-source:hover *, #edit-reservation .modal-content .reservation-summary #primary-source:hover *, #edit-reservation .modal-content .waitlist-summary #primary-source:hover *, #edit-reservation .modal-content .purchase-summary #primary-source:hover *, #edit-reservation .modal-content #attendees-panel #primary-source:hover *,
#new-waitlist .modal-content .reservation-summary #primary-source:hover *,
#new-waitlist .modal-content .waitlist-summary #primary-source:hover *,
#new-waitlist .modal-content .purchase-summary #primary-source:hover *,
#new-waitlist .modal-content #attendees-panel #primary-source:hover *, #edit-waitlist .modal-content .reservation-summary #primary-source:hover *, #edit-waitlist .modal-content .waitlist-summary #primary-source:hover *, #edit-waitlist .modal-content .purchase-summary #primary-source:hover *, #edit-waitlist .modal-content #attendees-panel #primary-source:hover *,
#new-purchase .modal-content .reservation-summary #primary-source:hover *,
#new-purchase .modal-content .waitlist-summary #primary-source:hover *,
#new-purchase .modal-content .purchase-summary #primary-source:hover *,
#new-purchase .modal-content #attendees-panel #primary-source:hover *, #edit-purchase .modal-content .reservation-summary #primary-source:hover *, #edit-purchase .modal-content .waitlist-summary #primary-source:hover *, #edit-purchase .modal-content .purchase-summary #primary-source:hover *, #edit-purchase .modal-content #attendees-panel #primary-source:hover *,
#new-gift-card .modal-content .reservation-summary #primary-source:hover *,
#new-gift-card .modal-content .waitlist-summary #primary-source:hover *,
#new-gift-card .modal-content .purchase-summary #primary-source:hover *,
#new-gift-card .modal-content #attendees-panel #primary-source:hover *, #edit-invoice .modal-content .reservation-summary #primary-source:hover *, #edit-invoice .modal-content .waitlist-summary #primary-source:hover *, #edit-invoice .modal-content .purchase-summary #primary-source:hover *, #edit-invoice .modal-content #attendees-panel #primary-source:hover *,
#cart-sources .modal-content .reservation-summary #primary-source:hover *,
#cart-sources .modal-content .waitlist-summary #primary-source:hover *,
#cart-sources .modal-content .purchase-summary #primary-source:hover *,
#cart-sources .modal-content #attendees-panel #primary-source:hover * {
  color: #015AC8;
}

/* line 294, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary #purchase-notes-toggle, #new-reservation .modal-content .reservation-summary #reservation-notes-toggle, #new-reservation .modal-content .waitlist-summary #purchase-notes-toggle, #new-reservation .modal-content .waitlist-summary #reservation-notes-toggle, #new-reservation .modal-content .purchase-summary #purchase-notes-toggle, #new-reservation .modal-content .purchase-summary #reservation-notes-toggle, #new-reservation .modal-content #attendees-panel #purchase-notes-toggle, #new-reservation .modal-content #attendees-panel #reservation-notes-toggle, #edit-reservation .modal-content .reservation-summary #purchase-notes-toggle, #edit-reservation .modal-content .reservation-summary #reservation-notes-toggle, #edit-reservation .modal-content .waitlist-summary #purchase-notes-toggle, #edit-reservation .modal-content .waitlist-summary #reservation-notes-toggle, #edit-reservation .modal-content .purchase-summary #purchase-notes-toggle, #edit-reservation .modal-content .purchase-summary #reservation-notes-toggle, #edit-reservation .modal-content #attendees-panel #purchase-notes-toggle, #edit-reservation .modal-content #attendees-panel #reservation-notes-toggle,
#new-waitlist .modal-content .reservation-summary #purchase-notes-toggle,
#new-waitlist .modal-content .reservation-summary #reservation-notes-toggle,
#new-waitlist .modal-content .waitlist-summary #purchase-notes-toggle,
#new-waitlist .modal-content .waitlist-summary #reservation-notes-toggle,
#new-waitlist .modal-content .purchase-summary #purchase-notes-toggle,
#new-waitlist .modal-content .purchase-summary #reservation-notes-toggle,
#new-waitlist .modal-content #attendees-panel #purchase-notes-toggle,
#new-waitlist .modal-content #attendees-panel #reservation-notes-toggle, #edit-waitlist .modal-content .reservation-summary #purchase-notes-toggle, #edit-waitlist .modal-content .reservation-summary #reservation-notes-toggle, #edit-waitlist .modal-content .waitlist-summary #purchase-notes-toggle, #edit-waitlist .modal-content .waitlist-summary #reservation-notes-toggle, #edit-waitlist .modal-content .purchase-summary #purchase-notes-toggle, #edit-waitlist .modal-content .purchase-summary #reservation-notes-toggle, #edit-waitlist .modal-content #attendees-panel #purchase-notes-toggle, #edit-waitlist .modal-content #attendees-panel #reservation-notes-toggle,
#new-purchase .modal-content .reservation-summary #purchase-notes-toggle,
#new-purchase .modal-content .reservation-summary #reservation-notes-toggle,
#new-purchase .modal-content .waitlist-summary #purchase-notes-toggle,
#new-purchase .modal-content .waitlist-summary #reservation-notes-toggle,
#new-purchase .modal-content .purchase-summary #purchase-notes-toggle,
#new-purchase .modal-content .purchase-summary #reservation-notes-toggle,
#new-purchase .modal-content #attendees-panel #purchase-notes-toggle,
#new-purchase .modal-content #attendees-panel #reservation-notes-toggle, #edit-purchase .modal-content .reservation-summary #purchase-notes-toggle, #edit-purchase .modal-content .reservation-summary #reservation-notes-toggle, #edit-purchase .modal-content .waitlist-summary #purchase-notes-toggle, #edit-purchase .modal-content .waitlist-summary #reservation-notes-toggle, #edit-purchase .modal-content .purchase-summary #purchase-notes-toggle, #edit-purchase .modal-content .purchase-summary #reservation-notes-toggle, #edit-purchase .modal-content #attendees-panel #purchase-notes-toggle, #edit-purchase .modal-content #attendees-panel #reservation-notes-toggle,
#new-gift-card .modal-content .reservation-summary #purchase-notes-toggle,
#new-gift-card .modal-content .reservation-summary #reservation-notes-toggle,
#new-gift-card .modal-content .waitlist-summary #purchase-notes-toggle,
#new-gift-card .modal-content .waitlist-summary #reservation-notes-toggle,
#new-gift-card .modal-content .purchase-summary #purchase-notes-toggle,
#new-gift-card .modal-content .purchase-summary #reservation-notes-toggle,
#new-gift-card .modal-content #attendees-panel #purchase-notes-toggle,
#new-gift-card .modal-content #attendees-panel #reservation-notes-toggle, #edit-invoice .modal-content .reservation-summary #purchase-notes-toggle, #edit-invoice .modal-content .reservation-summary #reservation-notes-toggle, #edit-invoice .modal-content .waitlist-summary #purchase-notes-toggle, #edit-invoice .modal-content .waitlist-summary #reservation-notes-toggle, #edit-invoice .modal-content .purchase-summary #purchase-notes-toggle, #edit-invoice .modal-content .purchase-summary #reservation-notes-toggle, #edit-invoice .modal-content #attendees-panel #purchase-notes-toggle, #edit-invoice .modal-content #attendees-panel #reservation-notes-toggle,
#cart-sources .modal-content .reservation-summary #purchase-notes-toggle,
#cart-sources .modal-content .reservation-summary #reservation-notes-toggle,
#cart-sources .modal-content .waitlist-summary #purchase-notes-toggle,
#cart-sources .modal-content .waitlist-summary #reservation-notes-toggle,
#cart-sources .modal-content .purchase-summary #purchase-notes-toggle,
#cart-sources .modal-content .purchase-summary #reservation-notes-toggle,
#cart-sources .modal-content #attendees-panel #purchase-notes-toggle,
#cart-sources .modal-content #attendees-panel #reservation-notes-toggle {
  margin-bottom: 1em;
}

/* line 298, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .change-sources:hover *, #new-reservation .modal-content .reservation-summary .select-extras:hover *, #new-reservation .modal-content .reservation-summary .add-promo:hover *, #new-reservation .modal-content .reservation-summary .select-dates:hover *, #new-reservation .modal-content .reservation-summary .select-caregivers:hover *, #new-reservation .modal-content .reservation-summary #reservation-message-toggle:hover *, #new-reservation .modal-content .reservation-summary #reservation-notes-toggle:hover *, #new-reservation .modal-content .reservation-summary #waitlist-message-toggle:hover *, #new-reservation .modal-content .reservation-summary #purchase-message-toggle:hover *, #new-reservation .modal-content .reservation-summary #purchase-notes-toggle:hover *, #new-reservation .modal-content .waitlist-summary .change-sources:hover *, #new-reservation .modal-content .waitlist-summary .select-extras:hover *, #new-reservation .modal-content .waitlist-summary .add-promo:hover *, #new-reservation .modal-content .waitlist-summary .select-dates:hover *, #new-reservation .modal-content .waitlist-summary .select-caregivers:hover *, #new-reservation .modal-content .waitlist-summary #reservation-message-toggle:hover *, #new-reservation .modal-content .waitlist-summary #reservation-notes-toggle:hover *, #new-reservation .modal-content .waitlist-summary #waitlist-message-toggle:hover *, #new-reservation .modal-content .waitlist-summary #purchase-message-toggle:hover *, #new-reservation .modal-content .waitlist-summary #purchase-notes-toggle:hover *, #new-reservation .modal-content .purchase-summary .change-sources:hover *, #new-reservation .modal-content .purchase-summary .select-extras:hover *, #new-reservation .modal-content .purchase-summary .add-promo:hover *, #new-reservation .modal-content .purchase-summary .select-dates:hover *, #new-reservation .modal-content .purchase-summary .select-caregivers:hover *, #new-reservation .modal-content .purchase-summary #reservation-message-toggle:hover *, #new-reservation .modal-content .purchase-summary #reservation-notes-toggle:hover *, #new-reservation .modal-content .purchase-summary #waitlist-message-toggle:hover *, #new-reservation .modal-content .purchase-summary #purchase-message-toggle:hover *, #new-reservation .modal-content .purchase-summary #purchase-notes-toggle:hover *, #new-reservation .modal-content #attendees-panel .change-sources:hover *, #new-reservation .modal-content #attendees-panel .select-extras:hover *, #new-reservation .modal-content #attendees-panel .add-promo:hover *, #new-reservation .modal-content #attendees-panel .select-dates:hover *, #new-reservation .modal-content #attendees-panel .select-caregivers:hover *, #new-reservation .modal-content #attendees-panel #reservation-message-toggle:hover *, #new-reservation .modal-content #attendees-panel #reservation-notes-toggle:hover *, #new-reservation .modal-content #attendees-panel #waitlist-message-toggle:hover *, #new-reservation .modal-content #attendees-panel #purchase-message-toggle:hover *, #new-reservation .modal-content #attendees-panel #purchase-notes-toggle:hover *, #edit-reservation .modal-content .reservation-summary .change-sources:hover *, #edit-reservation .modal-content .reservation-summary .select-extras:hover *, #edit-reservation .modal-content .reservation-summary .add-promo:hover *, #edit-reservation .modal-content .reservation-summary .select-dates:hover *, #edit-reservation .modal-content .reservation-summary .select-caregivers:hover *, #edit-reservation .modal-content .reservation-summary #reservation-message-toggle:hover *, #edit-reservation .modal-content .reservation-summary #reservation-notes-toggle:hover *, #edit-reservation .modal-content .reservation-summary #waitlist-message-toggle:hover *, #edit-reservation .modal-content .reservation-summary #purchase-message-toggle:hover *, #edit-reservation .modal-content .reservation-summary #purchase-notes-toggle:hover *, #edit-reservation .modal-content .waitlist-summary .change-sources:hover *, #edit-reservation .modal-content .waitlist-summary .select-extras:hover *, #edit-reservation .modal-content .waitlist-summary .add-promo:hover *, #edit-reservation .modal-content .waitlist-summary .select-dates:hover *, #edit-reservation .modal-content .waitlist-summary .select-caregivers:hover *, #edit-reservation .modal-content .waitlist-summary #reservation-message-toggle:hover *, #edit-reservation .modal-content .waitlist-summary #reservation-notes-toggle:hover *, #edit-reservation .modal-content .waitlist-summary #waitlist-message-toggle:hover *, #edit-reservation .modal-content .waitlist-summary #purchase-message-toggle:hover *, #edit-reservation .modal-content .waitlist-summary #purchase-notes-toggle:hover *, #edit-reservation .modal-content .purchase-summary .change-sources:hover *, #edit-reservation .modal-content .purchase-summary .select-extras:hover *, #edit-reservation .modal-content .purchase-summary .add-promo:hover *, #edit-reservation .modal-content .purchase-summary .select-dates:hover *, #edit-reservation .modal-content .purchase-summary .select-caregivers:hover *, #edit-reservation .modal-content .purchase-summary #reservation-message-toggle:hover *, #edit-reservation .modal-content .purchase-summary #reservation-notes-toggle:hover *, #edit-reservation .modal-content .purchase-summary #waitlist-message-toggle:hover *, #edit-reservation .modal-content .purchase-summary #purchase-message-toggle:hover *, #edit-reservation .modal-content .purchase-summary #purchase-notes-toggle:hover *, #edit-reservation .modal-content #attendees-panel .change-sources:hover *, #edit-reservation .modal-content #attendees-panel .select-extras:hover *, #edit-reservation .modal-content #attendees-panel .add-promo:hover *, #edit-reservation .modal-content #attendees-panel .select-dates:hover *, #edit-reservation .modal-content #attendees-panel .select-caregivers:hover *, #edit-reservation .modal-content #attendees-panel #reservation-message-toggle:hover *, #edit-reservation .modal-content #attendees-panel #reservation-notes-toggle:hover *, #edit-reservation .modal-content #attendees-panel #waitlist-message-toggle:hover *, #edit-reservation .modal-content #attendees-panel #purchase-message-toggle:hover *, #edit-reservation .modal-content #attendees-panel #purchase-notes-toggle:hover *,
#new-waitlist .modal-content .reservation-summary .change-sources:hover *,
#new-waitlist .modal-content .reservation-summary .select-extras:hover *,
#new-waitlist .modal-content .reservation-summary .add-promo:hover *,
#new-waitlist .modal-content .reservation-summary .select-dates:hover *,
#new-waitlist .modal-content .reservation-summary .select-caregivers:hover *,
#new-waitlist .modal-content .reservation-summary #reservation-message-toggle:hover *,
#new-waitlist .modal-content .reservation-summary #reservation-notes-toggle:hover *,
#new-waitlist .modal-content .reservation-summary #waitlist-message-toggle:hover *,
#new-waitlist .modal-content .reservation-summary #purchase-message-toggle:hover *,
#new-waitlist .modal-content .reservation-summary #purchase-notes-toggle:hover *,
#new-waitlist .modal-content .waitlist-summary .change-sources:hover *,
#new-waitlist .modal-content .waitlist-summary .select-extras:hover *,
#new-waitlist .modal-content .waitlist-summary .add-promo:hover *,
#new-waitlist .modal-content .waitlist-summary .select-dates:hover *,
#new-waitlist .modal-content .waitlist-summary .select-caregivers:hover *,
#new-waitlist .modal-content .waitlist-summary #reservation-message-toggle:hover *,
#new-waitlist .modal-content .waitlist-summary #reservation-notes-toggle:hover *,
#new-waitlist .modal-content .waitlist-summary #waitlist-message-toggle:hover *,
#new-waitlist .modal-content .waitlist-summary #purchase-message-toggle:hover *,
#new-waitlist .modal-content .waitlist-summary #purchase-notes-toggle:hover *,
#new-waitlist .modal-content .purchase-summary .change-sources:hover *,
#new-waitlist .modal-content .purchase-summary .select-extras:hover *,
#new-waitlist .modal-content .purchase-summary .add-promo:hover *,
#new-waitlist .modal-content .purchase-summary .select-dates:hover *,
#new-waitlist .modal-content .purchase-summary .select-caregivers:hover *,
#new-waitlist .modal-content .purchase-summary #reservation-message-toggle:hover *,
#new-waitlist .modal-content .purchase-summary #reservation-notes-toggle:hover *,
#new-waitlist .modal-content .purchase-summary #waitlist-message-toggle:hover *,
#new-waitlist .modal-content .purchase-summary #purchase-message-toggle:hover *,
#new-waitlist .modal-content .purchase-summary #purchase-notes-toggle:hover *,
#new-waitlist .modal-content #attendees-panel .change-sources:hover *,
#new-waitlist .modal-content #attendees-panel .select-extras:hover *,
#new-waitlist .modal-content #attendees-panel .add-promo:hover *,
#new-waitlist .modal-content #attendees-panel .select-dates:hover *,
#new-waitlist .modal-content #attendees-panel .select-caregivers:hover *,
#new-waitlist .modal-content #attendees-panel #reservation-message-toggle:hover *,
#new-waitlist .modal-content #attendees-panel #reservation-notes-toggle:hover *,
#new-waitlist .modal-content #attendees-panel #waitlist-message-toggle:hover *,
#new-waitlist .modal-content #attendees-panel #purchase-message-toggle:hover *,
#new-waitlist .modal-content #attendees-panel #purchase-notes-toggle:hover *, #edit-waitlist .modal-content .reservation-summary .change-sources:hover *, #edit-waitlist .modal-content .reservation-summary .select-extras:hover *, #edit-waitlist .modal-content .reservation-summary .add-promo:hover *, #edit-waitlist .modal-content .reservation-summary .select-dates:hover *, #edit-waitlist .modal-content .reservation-summary .select-caregivers:hover *, #edit-waitlist .modal-content .reservation-summary #reservation-message-toggle:hover *, #edit-waitlist .modal-content .reservation-summary #reservation-notes-toggle:hover *, #edit-waitlist .modal-content .reservation-summary #waitlist-message-toggle:hover *, #edit-waitlist .modal-content .reservation-summary #purchase-message-toggle:hover *, #edit-waitlist .modal-content .reservation-summary #purchase-notes-toggle:hover *, #edit-waitlist .modal-content .waitlist-summary .change-sources:hover *, #edit-waitlist .modal-content .waitlist-summary .select-extras:hover *, #edit-waitlist .modal-content .waitlist-summary .add-promo:hover *, #edit-waitlist .modal-content .waitlist-summary .select-dates:hover *, #edit-waitlist .modal-content .waitlist-summary .select-caregivers:hover *, #edit-waitlist .modal-content .waitlist-summary #reservation-message-toggle:hover *, #edit-waitlist .modal-content .waitlist-summary #reservation-notes-toggle:hover *, #edit-waitlist .modal-content .waitlist-summary #waitlist-message-toggle:hover *, #edit-waitlist .modal-content .waitlist-summary #purchase-message-toggle:hover *, #edit-waitlist .modal-content .waitlist-summary #purchase-notes-toggle:hover *, #edit-waitlist .modal-content .purchase-summary .change-sources:hover *, #edit-waitlist .modal-content .purchase-summary .select-extras:hover *, #edit-waitlist .modal-content .purchase-summary .add-promo:hover *, #edit-waitlist .modal-content .purchase-summary .select-dates:hover *, #edit-waitlist .modal-content .purchase-summary .select-caregivers:hover *, #edit-waitlist .modal-content .purchase-summary #reservation-message-toggle:hover *, #edit-waitlist .modal-content .purchase-summary #reservation-notes-toggle:hover *, #edit-waitlist .modal-content .purchase-summary #waitlist-message-toggle:hover *, #edit-waitlist .modal-content .purchase-summary #purchase-message-toggle:hover *, #edit-waitlist .modal-content .purchase-summary #purchase-notes-toggle:hover *, #edit-waitlist .modal-content #attendees-panel .change-sources:hover *, #edit-waitlist .modal-content #attendees-panel .select-extras:hover *, #edit-waitlist .modal-content #attendees-panel .add-promo:hover *, #edit-waitlist .modal-content #attendees-panel .select-dates:hover *, #edit-waitlist .modal-content #attendees-panel .select-caregivers:hover *, #edit-waitlist .modal-content #attendees-panel #reservation-message-toggle:hover *, #edit-waitlist .modal-content #attendees-panel #reservation-notes-toggle:hover *, #edit-waitlist .modal-content #attendees-panel #waitlist-message-toggle:hover *, #edit-waitlist .modal-content #attendees-panel #purchase-message-toggle:hover *, #edit-waitlist .modal-content #attendees-panel #purchase-notes-toggle:hover *,
#new-purchase .modal-content .reservation-summary .change-sources:hover *,
#new-purchase .modal-content .reservation-summary .select-extras:hover *,
#new-purchase .modal-content .reservation-summary .add-promo:hover *,
#new-purchase .modal-content .reservation-summary .select-dates:hover *,
#new-purchase .modal-content .reservation-summary .select-caregivers:hover *,
#new-purchase .modal-content .reservation-summary #reservation-message-toggle:hover *,
#new-purchase .modal-content .reservation-summary #reservation-notes-toggle:hover *,
#new-purchase .modal-content .reservation-summary #waitlist-message-toggle:hover *,
#new-purchase .modal-content .reservation-summary #purchase-message-toggle:hover *,
#new-purchase .modal-content .reservation-summary #purchase-notes-toggle:hover *,
#new-purchase .modal-content .waitlist-summary .change-sources:hover *,
#new-purchase .modal-content .waitlist-summary .select-extras:hover *,
#new-purchase .modal-content .waitlist-summary .add-promo:hover *,
#new-purchase .modal-content .waitlist-summary .select-dates:hover *,
#new-purchase .modal-content .waitlist-summary .select-caregivers:hover *,
#new-purchase .modal-content .waitlist-summary #reservation-message-toggle:hover *,
#new-purchase .modal-content .waitlist-summary #reservation-notes-toggle:hover *,
#new-purchase .modal-content .waitlist-summary #waitlist-message-toggle:hover *,
#new-purchase .modal-content .waitlist-summary #purchase-message-toggle:hover *,
#new-purchase .modal-content .waitlist-summary #purchase-notes-toggle:hover *,
#new-purchase .modal-content .purchase-summary .change-sources:hover *,
#new-purchase .modal-content .purchase-summary .select-extras:hover *,
#new-purchase .modal-content .purchase-summary .add-promo:hover *,
#new-purchase .modal-content .purchase-summary .select-dates:hover *,
#new-purchase .modal-content .purchase-summary .select-caregivers:hover *,
#new-purchase .modal-content .purchase-summary #reservation-message-toggle:hover *,
#new-purchase .modal-content .purchase-summary #reservation-notes-toggle:hover *,
#new-purchase .modal-content .purchase-summary #waitlist-message-toggle:hover *,
#new-purchase .modal-content .purchase-summary #purchase-message-toggle:hover *,
#new-purchase .modal-content .purchase-summary #purchase-notes-toggle:hover *,
#new-purchase .modal-content #attendees-panel .change-sources:hover *,
#new-purchase .modal-content #attendees-panel .select-extras:hover *,
#new-purchase .modal-content #attendees-panel .add-promo:hover *,
#new-purchase .modal-content #attendees-panel .select-dates:hover *,
#new-purchase .modal-content #attendees-panel .select-caregivers:hover *,
#new-purchase .modal-content #attendees-panel #reservation-message-toggle:hover *,
#new-purchase .modal-content #attendees-panel #reservation-notes-toggle:hover *,
#new-purchase .modal-content #attendees-panel #waitlist-message-toggle:hover *,
#new-purchase .modal-content #attendees-panel #purchase-message-toggle:hover *,
#new-purchase .modal-content #attendees-panel #purchase-notes-toggle:hover *, #edit-purchase .modal-content .reservation-summary .change-sources:hover *, #edit-purchase .modal-content .reservation-summary .select-extras:hover *, #edit-purchase .modal-content .reservation-summary .add-promo:hover *, #edit-purchase .modal-content .reservation-summary .select-dates:hover *, #edit-purchase .modal-content .reservation-summary .select-caregivers:hover *, #edit-purchase .modal-content .reservation-summary #reservation-message-toggle:hover *, #edit-purchase .modal-content .reservation-summary #reservation-notes-toggle:hover *, #edit-purchase .modal-content .reservation-summary #waitlist-message-toggle:hover *, #edit-purchase .modal-content .reservation-summary #purchase-message-toggle:hover *, #edit-purchase .modal-content .reservation-summary #purchase-notes-toggle:hover *, #edit-purchase .modal-content .waitlist-summary .change-sources:hover *, #edit-purchase .modal-content .waitlist-summary .select-extras:hover *, #edit-purchase .modal-content .waitlist-summary .add-promo:hover *, #edit-purchase .modal-content .waitlist-summary .select-dates:hover *, #edit-purchase .modal-content .waitlist-summary .select-caregivers:hover *, #edit-purchase .modal-content .waitlist-summary #reservation-message-toggle:hover *, #edit-purchase .modal-content .waitlist-summary #reservation-notes-toggle:hover *, #edit-purchase .modal-content .waitlist-summary #waitlist-message-toggle:hover *, #edit-purchase .modal-content .waitlist-summary #purchase-message-toggle:hover *, #edit-purchase .modal-content .waitlist-summary #purchase-notes-toggle:hover *, #edit-purchase .modal-content .purchase-summary .change-sources:hover *, #edit-purchase .modal-content .purchase-summary .select-extras:hover *, #edit-purchase .modal-content .purchase-summary .add-promo:hover *, #edit-purchase .modal-content .purchase-summary .select-dates:hover *, #edit-purchase .modal-content .purchase-summary .select-caregivers:hover *, #edit-purchase .modal-content .purchase-summary #reservation-message-toggle:hover *, #edit-purchase .modal-content .purchase-summary #reservation-notes-toggle:hover *, #edit-purchase .modal-content .purchase-summary #waitlist-message-toggle:hover *, #edit-purchase .modal-content .purchase-summary #purchase-message-toggle:hover *, #edit-purchase .modal-content .purchase-summary #purchase-notes-toggle:hover *, #edit-purchase .modal-content #attendees-panel .change-sources:hover *, #edit-purchase .modal-content #attendees-panel .select-extras:hover *, #edit-purchase .modal-content #attendees-panel .add-promo:hover *, #edit-purchase .modal-content #attendees-panel .select-dates:hover *, #edit-purchase .modal-content #attendees-panel .select-caregivers:hover *, #edit-purchase .modal-content #attendees-panel #reservation-message-toggle:hover *, #edit-purchase .modal-content #attendees-panel #reservation-notes-toggle:hover *, #edit-purchase .modal-content #attendees-panel #waitlist-message-toggle:hover *, #edit-purchase .modal-content #attendees-panel #purchase-message-toggle:hover *, #edit-purchase .modal-content #attendees-panel #purchase-notes-toggle:hover *,
#new-gift-card .modal-content .reservation-summary .change-sources:hover *,
#new-gift-card .modal-content .reservation-summary .select-extras:hover *,
#new-gift-card .modal-content .reservation-summary .add-promo:hover *,
#new-gift-card .modal-content .reservation-summary .select-dates:hover *,
#new-gift-card .modal-content .reservation-summary .select-caregivers:hover *,
#new-gift-card .modal-content .reservation-summary #reservation-message-toggle:hover *,
#new-gift-card .modal-content .reservation-summary #reservation-notes-toggle:hover *,
#new-gift-card .modal-content .reservation-summary #waitlist-message-toggle:hover *,
#new-gift-card .modal-content .reservation-summary #purchase-message-toggle:hover *,
#new-gift-card .modal-content .reservation-summary #purchase-notes-toggle:hover *,
#new-gift-card .modal-content .waitlist-summary .change-sources:hover *,
#new-gift-card .modal-content .waitlist-summary .select-extras:hover *,
#new-gift-card .modal-content .waitlist-summary .add-promo:hover *,
#new-gift-card .modal-content .waitlist-summary .select-dates:hover *,
#new-gift-card .modal-content .waitlist-summary .select-caregivers:hover *,
#new-gift-card .modal-content .waitlist-summary #reservation-message-toggle:hover *,
#new-gift-card .modal-content .waitlist-summary #reservation-notes-toggle:hover *,
#new-gift-card .modal-content .waitlist-summary #waitlist-message-toggle:hover *,
#new-gift-card .modal-content .waitlist-summary #purchase-message-toggle:hover *,
#new-gift-card .modal-content .waitlist-summary #purchase-notes-toggle:hover *,
#new-gift-card .modal-content .purchase-summary .change-sources:hover *,
#new-gift-card .modal-content .purchase-summary .select-extras:hover *,
#new-gift-card .modal-content .purchase-summary .add-promo:hover *,
#new-gift-card .modal-content .purchase-summary .select-dates:hover *,
#new-gift-card .modal-content .purchase-summary .select-caregivers:hover *,
#new-gift-card .modal-content .purchase-summary #reservation-message-toggle:hover *,
#new-gift-card .modal-content .purchase-summary #reservation-notes-toggle:hover *,
#new-gift-card .modal-content .purchase-summary #waitlist-message-toggle:hover *,
#new-gift-card .modal-content .purchase-summary #purchase-message-toggle:hover *,
#new-gift-card .modal-content .purchase-summary #purchase-notes-toggle:hover *,
#new-gift-card .modal-content #attendees-panel .change-sources:hover *,
#new-gift-card .modal-content #attendees-panel .select-extras:hover *,
#new-gift-card .modal-content #attendees-panel .add-promo:hover *,
#new-gift-card .modal-content #attendees-panel .select-dates:hover *,
#new-gift-card .modal-content #attendees-panel .select-caregivers:hover *,
#new-gift-card .modal-content #attendees-panel #reservation-message-toggle:hover *,
#new-gift-card .modal-content #attendees-panel #reservation-notes-toggle:hover *,
#new-gift-card .modal-content #attendees-panel #waitlist-message-toggle:hover *,
#new-gift-card .modal-content #attendees-panel #purchase-message-toggle:hover *,
#new-gift-card .modal-content #attendees-panel #purchase-notes-toggle:hover *, #edit-invoice .modal-content .reservation-summary .change-sources:hover *, #edit-invoice .modal-content .reservation-summary .select-extras:hover *, #edit-invoice .modal-content .reservation-summary .add-promo:hover *, #edit-invoice .modal-content .reservation-summary .select-dates:hover *, #edit-invoice .modal-content .reservation-summary .select-caregivers:hover *, #edit-invoice .modal-content .reservation-summary #reservation-message-toggle:hover *, #edit-invoice .modal-content .reservation-summary #reservation-notes-toggle:hover *, #edit-invoice .modal-content .reservation-summary #waitlist-message-toggle:hover *, #edit-invoice .modal-content .reservation-summary #purchase-message-toggle:hover *, #edit-invoice .modal-content .reservation-summary #purchase-notes-toggle:hover *, #edit-invoice .modal-content .waitlist-summary .change-sources:hover *, #edit-invoice .modal-content .waitlist-summary .select-extras:hover *, #edit-invoice .modal-content .waitlist-summary .add-promo:hover *, #edit-invoice .modal-content .waitlist-summary .select-dates:hover *, #edit-invoice .modal-content .waitlist-summary .select-caregivers:hover *, #edit-invoice .modal-content .waitlist-summary #reservation-message-toggle:hover *, #edit-invoice .modal-content .waitlist-summary #reservation-notes-toggle:hover *, #edit-invoice .modal-content .waitlist-summary #waitlist-message-toggle:hover *, #edit-invoice .modal-content .waitlist-summary #purchase-message-toggle:hover *, #edit-invoice .modal-content .waitlist-summary #purchase-notes-toggle:hover *, #edit-invoice .modal-content .purchase-summary .change-sources:hover *, #edit-invoice .modal-content .purchase-summary .select-extras:hover *, #edit-invoice .modal-content .purchase-summary .add-promo:hover *, #edit-invoice .modal-content .purchase-summary .select-dates:hover *, #edit-invoice .modal-content .purchase-summary .select-caregivers:hover *, #edit-invoice .modal-content .purchase-summary #reservation-message-toggle:hover *, #edit-invoice .modal-content .purchase-summary #reservation-notes-toggle:hover *, #edit-invoice .modal-content .purchase-summary #waitlist-message-toggle:hover *, #edit-invoice .modal-content .purchase-summary #purchase-message-toggle:hover *, #edit-invoice .modal-content .purchase-summary #purchase-notes-toggle:hover *, #edit-invoice .modal-content #attendees-panel .change-sources:hover *, #edit-invoice .modal-content #attendees-panel .select-extras:hover *, #edit-invoice .modal-content #attendees-panel .add-promo:hover *, #edit-invoice .modal-content #attendees-panel .select-dates:hover *, #edit-invoice .modal-content #attendees-panel .select-caregivers:hover *, #edit-invoice .modal-content #attendees-panel #reservation-message-toggle:hover *, #edit-invoice .modal-content #attendees-panel #reservation-notes-toggle:hover *, #edit-invoice .modal-content #attendees-panel #waitlist-message-toggle:hover *, #edit-invoice .modal-content #attendees-panel #purchase-message-toggle:hover *, #edit-invoice .modal-content #attendees-panel #purchase-notes-toggle:hover *,
#cart-sources .modal-content .reservation-summary .change-sources:hover *,
#cart-sources .modal-content .reservation-summary .select-extras:hover *,
#cart-sources .modal-content .reservation-summary .add-promo:hover *,
#cart-sources .modal-content .reservation-summary .select-dates:hover *,
#cart-sources .modal-content .reservation-summary .select-caregivers:hover *,
#cart-sources .modal-content .reservation-summary #reservation-message-toggle:hover *,
#cart-sources .modal-content .reservation-summary #reservation-notes-toggle:hover *,
#cart-sources .modal-content .reservation-summary #waitlist-message-toggle:hover *,
#cart-sources .modal-content .reservation-summary #purchase-message-toggle:hover *,
#cart-sources .modal-content .reservation-summary #purchase-notes-toggle:hover *,
#cart-sources .modal-content .waitlist-summary .change-sources:hover *,
#cart-sources .modal-content .waitlist-summary .select-extras:hover *,
#cart-sources .modal-content .waitlist-summary .add-promo:hover *,
#cart-sources .modal-content .waitlist-summary .select-dates:hover *,
#cart-sources .modal-content .waitlist-summary .select-caregivers:hover *,
#cart-sources .modal-content .waitlist-summary #reservation-message-toggle:hover *,
#cart-sources .modal-content .waitlist-summary #reservation-notes-toggle:hover *,
#cart-sources .modal-content .waitlist-summary #waitlist-message-toggle:hover *,
#cart-sources .modal-content .waitlist-summary #purchase-message-toggle:hover *,
#cart-sources .modal-content .waitlist-summary #purchase-notes-toggle:hover *,
#cart-sources .modal-content .purchase-summary .change-sources:hover *,
#cart-sources .modal-content .purchase-summary .select-extras:hover *,
#cart-sources .modal-content .purchase-summary .add-promo:hover *,
#cart-sources .modal-content .purchase-summary .select-dates:hover *,
#cart-sources .modal-content .purchase-summary .select-caregivers:hover *,
#cart-sources .modal-content .purchase-summary #reservation-message-toggle:hover *,
#cart-sources .modal-content .purchase-summary #reservation-notes-toggle:hover *,
#cart-sources .modal-content .purchase-summary #waitlist-message-toggle:hover *,
#cart-sources .modal-content .purchase-summary #purchase-message-toggle:hover *,
#cart-sources .modal-content .purchase-summary #purchase-notes-toggle:hover *,
#cart-sources .modal-content #attendees-panel .change-sources:hover *,
#cart-sources .modal-content #attendees-panel .select-extras:hover *,
#cart-sources .modal-content #attendees-panel .add-promo:hover *,
#cart-sources .modal-content #attendees-panel .select-dates:hover *,
#cart-sources .modal-content #attendees-panel .select-caregivers:hover *,
#cart-sources .modal-content #attendees-panel #reservation-message-toggle:hover *,
#cart-sources .modal-content #attendees-panel #reservation-notes-toggle:hover *,
#cart-sources .modal-content #attendees-panel #waitlist-message-toggle:hover *,
#cart-sources .modal-content #attendees-panel #purchase-message-toggle:hover *,
#cart-sources .modal-content #attendees-panel #purchase-notes-toggle:hover * {
  color: #015AC8;
}

/* line 303, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .change-sources *, #new-reservation .modal-content .waitlist-summary .change-sources *, #new-reservation .modal-content .purchase-summary .change-sources *, #new-reservation .modal-content #attendees-panel .change-sources *, #edit-reservation .modal-content .reservation-summary .change-sources *, #edit-reservation .modal-content .waitlist-summary .change-sources *, #edit-reservation .modal-content .purchase-summary .change-sources *, #edit-reservation .modal-content #attendees-panel .change-sources *,
#new-waitlist .modal-content .reservation-summary .change-sources *,
#new-waitlist .modal-content .waitlist-summary .change-sources *,
#new-waitlist .modal-content .purchase-summary .change-sources *,
#new-waitlist .modal-content #attendees-panel .change-sources *, #edit-waitlist .modal-content .reservation-summary .change-sources *, #edit-waitlist .modal-content .waitlist-summary .change-sources *, #edit-waitlist .modal-content .purchase-summary .change-sources *, #edit-waitlist .modal-content #attendees-panel .change-sources *,
#new-purchase .modal-content .reservation-summary .change-sources *,
#new-purchase .modal-content .waitlist-summary .change-sources *,
#new-purchase .modal-content .purchase-summary .change-sources *,
#new-purchase .modal-content #attendees-panel .change-sources *, #edit-purchase .modal-content .reservation-summary .change-sources *, #edit-purchase .modal-content .waitlist-summary .change-sources *, #edit-purchase .modal-content .purchase-summary .change-sources *, #edit-purchase .modal-content #attendees-panel .change-sources *,
#new-gift-card .modal-content .reservation-summary .change-sources *,
#new-gift-card .modal-content .waitlist-summary .change-sources *,
#new-gift-card .modal-content .purchase-summary .change-sources *,
#new-gift-card .modal-content #attendees-panel .change-sources *, #edit-invoice .modal-content .reservation-summary .change-sources *, #edit-invoice .modal-content .waitlist-summary .change-sources *, #edit-invoice .modal-content .purchase-summary .change-sources *, #edit-invoice .modal-content #attendees-panel .change-sources *,
#cart-sources .modal-content .reservation-summary .change-sources *,
#cart-sources .modal-content .waitlist-summary .change-sources *,
#cart-sources .modal-content .purchase-summary .change-sources *,
#cart-sources .modal-content #attendees-panel .change-sources * {
  color: #EB0450;
}

/* line 308, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .change-sources:hover *, #new-reservation .modal-content .waitlist-summary .change-sources:hover *, #new-reservation .modal-content .purchase-summary .change-sources:hover *, #new-reservation .modal-content #attendees-panel .change-sources:hover *, #edit-reservation .modal-content .reservation-summary .change-sources:hover *, #edit-reservation .modal-content .waitlist-summary .change-sources:hover *, #edit-reservation .modal-content .purchase-summary .change-sources:hover *, #edit-reservation .modal-content #attendees-panel .change-sources:hover *,
#new-waitlist .modal-content .reservation-summary .change-sources:hover *,
#new-waitlist .modal-content .waitlist-summary .change-sources:hover *,
#new-waitlist .modal-content .purchase-summary .change-sources:hover *,
#new-waitlist .modal-content #attendees-panel .change-sources:hover *, #edit-waitlist .modal-content .reservation-summary .change-sources:hover *, #edit-waitlist .modal-content .waitlist-summary .change-sources:hover *, #edit-waitlist .modal-content .purchase-summary .change-sources:hover *, #edit-waitlist .modal-content #attendees-panel .change-sources:hover *,
#new-purchase .modal-content .reservation-summary .change-sources:hover *,
#new-purchase .modal-content .waitlist-summary .change-sources:hover *,
#new-purchase .modal-content .purchase-summary .change-sources:hover *,
#new-purchase .modal-content #attendees-panel .change-sources:hover *, #edit-purchase .modal-content .reservation-summary .change-sources:hover *, #edit-purchase .modal-content .waitlist-summary .change-sources:hover *, #edit-purchase .modal-content .purchase-summary .change-sources:hover *, #edit-purchase .modal-content #attendees-panel .change-sources:hover *,
#new-gift-card .modal-content .reservation-summary .change-sources:hover *,
#new-gift-card .modal-content .waitlist-summary .change-sources:hover *,
#new-gift-card .modal-content .purchase-summary .change-sources:hover *,
#new-gift-card .modal-content #attendees-panel .change-sources:hover *, #edit-invoice .modal-content .reservation-summary .change-sources:hover *, #edit-invoice .modal-content .waitlist-summary .change-sources:hover *, #edit-invoice .modal-content .purchase-summary .change-sources:hover *, #edit-invoice .modal-content #attendees-panel .change-sources:hover *,
#cart-sources .modal-content .reservation-summary .change-sources:hover *,
#cart-sources .modal-content .waitlist-summary .change-sources:hover *,
#cart-sources .modal-content .purchase-summary .change-sources:hover *,
#cart-sources .modal-content #attendees-panel .change-sources:hover * {
  color: #EB0450;
}

/* line 311, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .change-sources:hover em, #new-reservation .modal-content .waitlist-summary .change-sources:hover em, #new-reservation .modal-content .purchase-summary .change-sources:hover em, #new-reservation .modal-content #attendees-panel .change-sources:hover em, #edit-reservation .modal-content .reservation-summary .change-sources:hover em, #edit-reservation .modal-content .waitlist-summary .change-sources:hover em, #edit-reservation .modal-content .purchase-summary .change-sources:hover em, #edit-reservation .modal-content #attendees-panel .change-sources:hover em,
#new-waitlist .modal-content .reservation-summary .change-sources:hover em,
#new-waitlist .modal-content .waitlist-summary .change-sources:hover em,
#new-waitlist .modal-content .purchase-summary .change-sources:hover em,
#new-waitlist .modal-content #attendees-panel .change-sources:hover em, #edit-waitlist .modal-content .reservation-summary .change-sources:hover em, #edit-waitlist .modal-content .waitlist-summary .change-sources:hover em, #edit-waitlist .modal-content .purchase-summary .change-sources:hover em, #edit-waitlist .modal-content #attendees-panel .change-sources:hover em,
#new-purchase .modal-content .reservation-summary .change-sources:hover em,
#new-purchase .modal-content .waitlist-summary .change-sources:hover em,
#new-purchase .modal-content .purchase-summary .change-sources:hover em,
#new-purchase .modal-content #attendees-panel .change-sources:hover em, #edit-purchase .modal-content .reservation-summary .change-sources:hover em, #edit-purchase .modal-content .waitlist-summary .change-sources:hover em, #edit-purchase .modal-content .purchase-summary .change-sources:hover em, #edit-purchase .modal-content #attendees-panel .change-sources:hover em,
#new-gift-card .modal-content .reservation-summary .change-sources:hover em,
#new-gift-card .modal-content .waitlist-summary .change-sources:hover em,
#new-gift-card .modal-content .purchase-summary .change-sources:hover em,
#new-gift-card .modal-content #attendees-panel .change-sources:hover em, #edit-invoice .modal-content .reservation-summary .change-sources:hover em, #edit-invoice .modal-content .waitlist-summary .change-sources:hover em, #edit-invoice .modal-content .purchase-summary .change-sources:hover em, #edit-invoice .modal-content #attendees-panel .change-sources:hover em,
#cart-sources .modal-content .reservation-summary .change-sources:hover em,
#cart-sources .modal-content .waitlist-summary .change-sources:hover em,
#cart-sources .modal-content .purchase-summary .change-sources:hover em,
#cart-sources .modal-content #attendees-panel .change-sources:hover em {
  text-decoration: underline;
  text-decoration-color: #EB0450;
}

/* line 316, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary #extras-link:hover, #new-reservation .modal-content .reservation-summary .select-extras:hover, #new-reservation .modal-content .waitlist-summary #extras-link:hover, #new-reservation .modal-content .waitlist-summary .select-extras:hover, #new-reservation .modal-content .purchase-summary #extras-link:hover, #new-reservation .modal-content .purchase-summary .select-extras:hover, #new-reservation .modal-content #attendees-panel #extras-link:hover, #new-reservation .modal-content #attendees-panel .select-extras:hover, #edit-reservation .modal-content .reservation-summary #extras-link:hover, #edit-reservation .modal-content .reservation-summary .select-extras:hover, #edit-reservation .modal-content .waitlist-summary #extras-link:hover, #edit-reservation .modal-content .waitlist-summary .select-extras:hover, #edit-reservation .modal-content .purchase-summary #extras-link:hover, #edit-reservation .modal-content .purchase-summary .select-extras:hover, #edit-reservation .modal-content #attendees-panel #extras-link:hover, #edit-reservation .modal-content #attendees-panel .select-extras:hover,
#new-waitlist .modal-content .reservation-summary #extras-link:hover,
#new-waitlist .modal-content .reservation-summary .select-extras:hover,
#new-waitlist .modal-content .waitlist-summary #extras-link:hover,
#new-waitlist .modal-content .waitlist-summary .select-extras:hover,
#new-waitlist .modal-content .purchase-summary #extras-link:hover,
#new-waitlist .modal-content .purchase-summary .select-extras:hover,
#new-waitlist .modal-content #attendees-panel #extras-link:hover,
#new-waitlist .modal-content #attendees-panel .select-extras:hover, #edit-waitlist .modal-content .reservation-summary #extras-link:hover, #edit-waitlist .modal-content .reservation-summary .select-extras:hover, #edit-waitlist .modal-content .waitlist-summary #extras-link:hover, #edit-waitlist .modal-content .waitlist-summary .select-extras:hover, #edit-waitlist .modal-content .purchase-summary #extras-link:hover, #edit-waitlist .modal-content .purchase-summary .select-extras:hover, #edit-waitlist .modal-content #attendees-panel #extras-link:hover, #edit-waitlist .modal-content #attendees-panel .select-extras:hover,
#new-purchase .modal-content .reservation-summary #extras-link:hover,
#new-purchase .modal-content .reservation-summary .select-extras:hover,
#new-purchase .modal-content .waitlist-summary #extras-link:hover,
#new-purchase .modal-content .waitlist-summary .select-extras:hover,
#new-purchase .modal-content .purchase-summary #extras-link:hover,
#new-purchase .modal-content .purchase-summary .select-extras:hover,
#new-purchase .modal-content #attendees-panel #extras-link:hover,
#new-purchase .modal-content #attendees-panel .select-extras:hover, #edit-purchase .modal-content .reservation-summary #extras-link:hover, #edit-purchase .modal-content .reservation-summary .select-extras:hover, #edit-purchase .modal-content .waitlist-summary #extras-link:hover, #edit-purchase .modal-content .waitlist-summary .select-extras:hover, #edit-purchase .modal-content .purchase-summary #extras-link:hover, #edit-purchase .modal-content .purchase-summary .select-extras:hover, #edit-purchase .modal-content #attendees-panel #extras-link:hover, #edit-purchase .modal-content #attendees-panel .select-extras:hover,
#new-gift-card .modal-content .reservation-summary #extras-link:hover,
#new-gift-card .modal-content .reservation-summary .select-extras:hover,
#new-gift-card .modal-content .waitlist-summary #extras-link:hover,
#new-gift-card .modal-content .waitlist-summary .select-extras:hover,
#new-gift-card .modal-content .purchase-summary #extras-link:hover,
#new-gift-card .modal-content .purchase-summary .select-extras:hover,
#new-gift-card .modal-content #attendees-panel #extras-link:hover,
#new-gift-card .modal-content #attendees-panel .select-extras:hover, #edit-invoice .modal-content .reservation-summary #extras-link:hover, #edit-invoice .modal-content .reservation-summary .select-extras:hover, #edit-invoice .modal-content .waitlist-summary #extras-link:hover, #edit-invoice .modal-content .waitlist-summary .select-extras:hover, #edit-invoice .modal-content .purchase-summary #extras-link:hover, #edit-invoice .modal-content .purchase-summary .select-extras:hover, #edit-invoice .modal-content #attendees-panel #extras-link:hover, #edit-invoice .modal-content #attendees-panel .select-extras:hover,
#cart-sources .modal-content .reservation-summary #extras-link:hover,
#cart-sources .modal-content .reservation-summary .select-extras:hover,
#cart-sources .modal-content .waitlist-summary #extras-link:hover,
#cart-sources .modal-content .waitlist-summary .select-extras:hover,
#cart-sources .modal-content .purchase-summary #extras-link:hover,
#cart-sources .modal-content .purchase-summary .select-extras:hover,
#cart-sources .modal-content #attendees-panel #extras-link:hover,
#cart-sources .modal-content #attendees-panel .select-extras:hover {
  text-decoration: none !important;
}

/* line 319, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .reservation-summary .reservation-message-container, #new-reservation .modal-content .reservation-summary .reservation-notes-container, #new-reservation .modal-content .reservation-summary .waitlist-message-container, #new-reservation .modal-content .reservation-summary .purchase-message-container, #new-reservation .modal-content .waitlist-summary .reservation-message-container, #new-reservation .modal-content .waitlist-summary .reservation-notes-container, #new-reservation .modal-content .waitlist-summary .waitlist-message-container, #new-reservation .modal-content .waitlist-summary .purchase-message-container, #new-reservation .modal-content .purchase-summary .reservation-message-container, #new-reservation .modal-content .purchase-summary .reservation-notes-container, #new-reservation .modal-content .purchase-summary .waitlist-message-container, #new-reservation .modal-content .purchase-summary .purchase-message-container, #new-reservation .modal-content #attendees-panel .reservation-message-container, #new-reservation .modal-content #attendees-panel .reservation-notes-container, #new-reservation .modal-content #attendees-panel .waitlist-message-container, #new-reservation .modal-content #attendees-panel .purchase-message-container, #edit-reservation .modal-content .reservation-summary .reservation-message-container, #edit-reservation .modal-content .reservation-summary .reservation-notes-container, #edit-reservation .modal-content .reservation-summary .waitlist-message-container, #edit-reservation .modal-content .reservation-summary .purchase-message-container, #edit-reservation .modal-content .waitlist-summary .reservation-message-container, #edit-reservation .modal-content .waitlist-summary .reservation-notes-container, #edit-reservation .modal-content .waitlist-summary .waitlist-message-container, #edit-reservation .modal-content .waitlist-summary .purchase-message-container, #edit-reservation .modal-content .purchase-summary .reservation-message-container, #edit-reservation .modal-content .purchase-summary .reservation-notes-container, #edit-reservation .modal-content .purchase-summary .waitlist-message-container, #edit-reservation .modal-content .purchase-summary .purchase-message-container, #edit-reservation .modal-content #attendees-panel .reservation-message-container, #edit-reservation .modal-content #attendees-panel .reservation-notes-container, #edit-reservation .modal-content #attendees-panel .waitlist-message-container, #edit-reservation .modal-content #attendees-panel .purchase-message-container,
#new-waitlist .modal-content .reservation-summary .reservation-message-container,
#new-waitlist .modal-content .reservation-summary .reservation-notes-container,
#new-waitlist .modal-content .reservation-summary .waitlist-message-container,
#new-waitlist .modal-content .reservation-summary .purchase-message-container,
#new-waitlist .modal-content .waitlist-summary .reservation-message-container,
#new-waitlist .modal-content .waitlist-summary .reservation-notes-container,
#new-waitlist .modal-content .waitlist-summary .waitlist-message-container,
#new-waitlist .modal-content .waitlist-summary .purchase-message-container,
#new-waitlist .modal-content .purchase-summary .reservation-message-container,
#new-waitlist .modal-content .purchase-summary .reservation-notes-container,
#new-waitlist .modal-content .purchase-summary .waitlist-message-container,
#new-waitlist .modal-content .purchase-summary .purchase-message-container,
#new-waitlist .modal-content #attendees-panel .reservation-message-container,
#new-waitlist .modal-content #attendees-panel .reservation-notes-container,
#new-waitlist .modal-content #attendees-panel .waitlist-message-container,
#new-waitlist .modal-content #attendees-panel .purchase-message-container, #edit-waitlist .modal-content .reservation-summary .reservation-message-container, #edit-waitlist .modal-content .reservation-summary .reservation-notes-container, #edit-waitlist .modal-content .reservation-summary .waitlist-message-container, #edit-waitlist .modal-content .reservation-summary .purchase-message-container, #edit-waitlist .modal-content .waitlist-summary .reservation-message-container, #edit-waitlist .modal-content .waitlist-summary .reservation-notes-container, #edit-waitlist .modal-content .waitlist-summary .waitlist-message-container, #edit-waitlist .modal-content .waitlist-summary .purchase-message-container, #edit-waitlist .modal-content .purchase-summary .reservation-message-container, #edit-waitlist .modal-content .purchase-summary .reservation-notes-container, #edit-waitlist .modal-content .purchase-summary .waitlist-message-container, #edit-waitlist .modal-content .purchase-summary .purchase-message-container, #edit-waitlist .modal-content #attendees-panel .reservation-message-container, #edit-waitlist .modal-content #attendees-panel .reservation-notes-container, #edit-waitlist .modal-content #attendees-panel .waitlist-message-container, #edit-waitlist .modal-content #attendees-panel .purchase-message-container,
#new-purchase .modal-content .reservation-summary .reservation-message-container,
#new-purchase .modal-content .reservation-summary .reservation-notes-container,
#new-purchase .modal-content .reservation-summary .waitlist-message-container,
#new-purchase .modal-content .reservation-summary .purchase-message-container,
#new-purchase .modal-content .waitlist-summary .reservation-message-container,
#new-purchase .modal-content .waitlist-summary .reservation-notes-container,
#new-purchase .modal-content .waitlist-summary .waitlist-message-container,
#new-purchase .modal-content .waitlist-summary .purchase-message-container,
#new-purchase .modal-content .purchase-summary .reservation-message-container,
#new-purchase .modal-content .purchase-summary .reservation-notes-container,
#new-purchase .modal-content .purchase-summary .waitlist-message-container,
#new-purchase .modal-content .purchase-summary .purchase-message-container,
#new-purchase .modal-content #attendees-panel .reservation-message-container,
#new-purchase .modal-content #attendees-panel .reservation-notes-container,
#new-purchase .modal-content #attendees-panel .waitlist-message-container,
#new-purchase .modal-content #attendees-panel .purchase-message-container, #edit-purchase .modal-content .reservation-summary .reservation-message-container, #edit-purchase .modal-content .reservation-summary .reservation-notes-container, #edit-purchase .modal-content .reservation-summary .waitlist-message-container, #edit-purchase .modal-content .reservation-summary .purchase-message-container, #edit-purchase .modal-content .waitlist-summary .reservation-message-container, #edit-purchase .modal-content .waitlist-summary .reservation-notes-container, #edit-purchase .modal-content .waitlist-summary .waitlist-message-container, #edit-purchase .modal-content .waitlist-summary .purchase-message-container, #edit-purchase .modal-content .purchase-summary .reservation-message-container, #edit-purchase .modal-content .purchase-summary .reservation-notes-container, #edit-purchase .modal-content .purchase-summary .waitlist-message-container, #edit-purchase .modal-content .purchase-summary .purchase-message-container, #edit-purchase .modal-content #attendees-panel .reservation-message-container, #edit-purchase .modal-content #attendees-panel .reservation-notes-container, #edit-purchase .modal-content #attendees-panel .waitlist-message-container, #edit-purchase .modal-content #attendees-panel .purchase-message-container,
#new-gift-card .modal-content .reservation-summary .reservation-message-container,
#new-gift-card .modal-content .reservation-summary .reservation-notes-container,
#new-gift-card .modal-content .reservation-summary .waitlist-message-container,
#new-gift-card .modal-content .reservation-summary .purchase-message-container,
#new-gift-card .modal-content .waitlist-summary .reservation-message-container,
#new-gift-card .modal-content .waitlist-summary .reservation-notes-container,
#new-gift-card .modal-content .waitlist-summary .waitlist-message-container,
#new-gift-card .modal-content .waitlist-summary .purchase-message-container,
#new-gift-card .modal-content .purchase-summary .reservation-message-container,
#new-gift-card .modal-content .purchase-summary .reservation-notes-container,
#new-gift-card .modal-content .purchase-summary .waitlist-message-container,
#new-gift-card .modal-content .purchase-summary .purchase-message-container,
#new-gift-card .modal-content #attendees-panel .reservation-message-container,
#new-gift-card .modal-content #attendees-panel .reservation-notes-container,
#new-gift-card .modal-content #attendees-panel .waitlist-message-container,
#new-gift-card .modal-content #attendees-panel .purchase-message-container, #edit-invoice .modal-content .reservation-summary .reservation-message-container, #edit-invoice .modal-content .reservation-summary .reservation-notes-container, #edit-invoice .modal-content .reservation-summary .waitlist-message-container, #edit-invoice .modal-content .reservation-summary .purchase-message-container, #edit-invoice .modal-content .waitlist-summary .reservation-message-container, #edit-invoice .modal-content .waitlist-summary .reservation-notes-container, #edit-invoice .modal-content .waitlist-summary .waitlist-message-container, #edit-invoice .modal-content .waitlist-summary .purchase-message-container, #edit-invoice .modal-content .purchase-summary .reservation-message-container, #edit-invoice .modal-content .purchase-summary .reservation-notes-container, #edit-invoice .modal-content .purchase-summary .waitlist-message-container, #edit-invoice .modal-content .purchase-summary .purchase-message-container, #edit-invoice .modal-content #attendees-panel .reservation-message-container, #edit-invoice .modal-content #attendees-panel .reservation-notes-container, #edit-invoice .modal-content #attendees-panel .waitlist-message-container, #edit-invoice .modal-content #attendees-panel .purchase-message-container,
#cart-sources .modal-content .reservation-summary .reservation-message-container,
#cart-sources .modal-content .reservation-summary .reservation-notes-container,
#cart-sources .modal-content .reservation-summary .waitlist-message-container,
#cart-sources .modal-content .reservation-summary .purchase-message-container,
#cart-sources .modal-content .waitlist-summary .reservation-message-container,
#cart-sources .modal-content .waitlist-summary .reservation-notes-container,
#cart-sources .modal-content .waitlist-summary .waitlist-message-container,
#cart-sources .modal-content .waitlist-summary .purchase-message-container,
#cart-sources .modal-content .purchase-summary .reservation-message-container,
#cart-sources .modal-content .purchase-summary .reservation-notes-container,
#cart-sources .modal-content .purchase-summary .waitlist-message-container,
#cart-sources .modal-content .purchase-summary .purchase-message-container,
#cart-sources .modal-content #attendees-panel .reservation-message-container,
#cart-sources .modal-content #attendees-panel .reservation-notes-container,
#cart-sources .modal-content #attendees-panel .waitlist-message-container,
#cart-sources .modal-content #attendees-panel .purchase-message-container {
  margin-top: 11px;
  display: inline-block;
  width: 100%;
}

/* line 327, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content #payment-panel .reservation-summary, #new-reservation .modal-content #payment-panel .waitlist-summary, #new-reservation .modal-content #payment-panel .purchase-summary, #edit-reservation .modal-content #payment-panel .reservation-summary, #edit-reservation .modal-content #payment-panel .waitlist-summary, #edit-reservation .modal-content #payment-panel .purchase-summary,
#new-waitlist .modal-content #payment-panel .reservation-summary,
#new-waitlist .modal-content #payment-panel .waitlist-summary,
#new-waitlist .modal-content #payment-panel .purchase-summary, #edit-waitlist .modal-content #payment-panel .reservation-summary, #edit-waitlist .modal-content #payment-panel .waitlist-summary, #edit-waitlist .modal-content #payment-panel .purchase-summary,
#new-purchase .modal-content #payment-panel .reservation-summary,
#new-purchase .modal-content #payment-panel .waitlist-summary,
#new-purchase .modal-content #payment-panel .purchase-summary, #edit-purchase .modal-content #payment-panel .reservation-summary, #edit-purchase .modal-content #payment-panel .waitlist-summary, #edit-purchase .modal-content #payment-panel .purchase-summary,
#new-gift-card .modal-content #payment-panel .reservation-summary,
#new-gift-card .modal-content #payment-panel .waitlist-summary,
#new-gift-card .modal-content #payment-panel .purchase-summary, #edit-invoice .modal-content #payment-panel .reservation-summary, #edit-invoice .modal-content #payment-panel .waitlist-summary, #edit-invoice .modal-content #payment-panel .purchase-summary,
#cart-sources .modal-content #payment-panel .reservation-summary,
#cart-sources .modal-content #payment-panel .waitlist-summary,
#cart-sources .modal-content #payment-panel .purchase-summary {
  padding: 5px 15px;
}

/* line 333, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .drop-ins .drop-in-container, #edit-reservation .modal-content .drop-ins .drop-in-container,
#new-waitlist .modal-content .drop-ins .drop-in-container, #edit-waitlist .modal-content .drop-ins .drop-in-container,
#new-purchase .modal-content .drop-ins .drop-in-container, #edit-purchase .modal-content .drop-ins .drop-in-container,
#new-gift-card .modal-content .drop-ins .drop-in-container, #edit-invoice .modal-content .drop-ins .drop-in-container,
#cart-sources .modal-content .drop-ins .drop-in-container {
  border-bottom: 1px solid #eee;
}

/* line 335, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .drop-ins .drop-in-container .drop-in-select.row, #edit-reservation .modal-content .drop-ins .drop-in-container .drop-in-select.row,
#new-waitlist .modal-content .drop-ins .drop-in-container .drop-in-select.row, #edit-waitlist .modal-content .drop-ins .drop-in-container .drop-in-select.row,
#new-purchase .modal-content .drop-ins .drop-in-container .drop-in-select.row, #edit-purchase .modal-content .drop-ins .drop-in-container .drop-in-select.row,
#new-gift-card .modal-content .drop-ins .drop-in-container .drop-in-select.row, #edit-invoice .modal-content .drop-ins .drop-in-container .drop-in-select.row,
#cart-sources .modal-content .drop-ins .drop-in-container .drop-in-select.row {
  padding: 11px 0 3px;
}

/* line 338, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-date, #edit-reservation .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-date,
#new-waitlist .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-date, #edit-waitlist .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-date,
#new-purchase .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-date, #edit-purchase .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-date,
#new-gift-card .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-date, #edit-invoice .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-date,
#cart-sources .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-date {
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}

/* line 344, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-spots-left, #edit-reservation .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-spots-left,
#new-waitlist .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-spots-left, #edit-waitlist .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-spots-left,
#new-purchase .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-spots-left, #edit-purchase .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-spots-left,
#new-gift-card .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-spots-left, #edit-invoice .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-spots-left,
#cart-sources .modal-content .drop-ins .drop-in-container .drop-in-select.row .drop-in-spots-left {
  cursor: pointer;
}

/* line 348, app/assets/stylesheets/reservations.css.scss */
.drop-in-select
#new-reservation .modal-content .drop-ins .drop-in-container:hover, .drop-in-select
#edit-reservation .modal-content .drop-ins .drop-in-container:hover, .drop-in-select
#new-waitlist .modal-content .drop-ins .drop-in-container:hover, .drop-in-select
#edit-waitlist .modal-content .drop-ins .drop-in-container:hover, .drop-in-select
#new-purchase .modal-content .drop-ins .drop-in-container:hover, .drop-in-select
#edit-purchase .modal-content .drop-ins .drop-in-container:hover, .drop-in-select
#new-gift-card .modal-content .drop-ins .drop-in-container:hover, .drop-in-select
#edit-invoice .modal-content .drop-ins .drop-in-container:hover, .drop-in-select
#cart-sources .modal-content .drop-ins .drop-in-container:hover {
  cursor: pointer;
}

/* line 351, app/assets/stylesheets/reservations.css.scss */
.drop-in-select
#new-reservation .modal-content .drop-ins .drop-in-container:hover .drop-in-date, .drop-in-select
#edit-reservation .modal-content .drop-ins .drop-in-container:hover .drop-in-date, .drop-in-select
#new-waitlist .modal-content .drop-ins .drop-in-container:hover .drop-in-date, .drop-in-select
#edit-waitlist .modal-content .drop-ins .drop-in-container:hover .drop-in-date, .drop-in-select
#new-purchase .modal-content .drop-ins .drop-in-container:hover .drop-in-date, .drop-in-select
#edit-purchase .modal-content .drop-ins .drop-in-container:hover .drop-in-date, .drop-in-select
#new-gift-card .modal-content .drop-ins .drop-in-container:hover .drop-in-date, .drop-in-select
#edit-invoice .modal-content .drop-ins .drop-in-container:hover .drop-in-date, .drop-in-select
#cart-sources .modal-content .drop-ins .drop-in-container:hover .drop-in-date {
  text-decoration: underline;
}

/* line 355, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .drop-ins .drop-in-container .drop-in-spots-left, #edit-reservation .modal-content .drop-ins .drop-in-container .drop-in-spots-left,
#new-waitlist .modal-content .drop-ins .drop-in-container .drop-in-spots-left, #edit-waitlist .modal-content .drop-ins .drop-in-container .drop-in-spots-left,
#new-purchase .modal-content .drop-ins .drop-in-container .drop-in-spots-left, #edit-purchase .modal-content .drop-ins .drop-in-container .drop-in-spots-left,
#new-gift-card .modal-content .drop-ins .drop-in-container .drop-in-spots-left, #edit-invoice .modal-content .drop-ins .drop-in-container .drop-in-spots-left,
#cart-sources .modal-content .drop-ins .drop-in-container .drop-in-spots-left {
  color: #aaa;
  font-style: italic;
  margin-left: 10px;
}

/* line 361, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .drop-ins .kid.row, #edit-reservation .modal-content .drop-ins .kid.row,
#new-waitlist .modal-content .drop-ins .kid.row, #edit-waitlist .modal-content .drop-ins .kid.row,
#new-purchase .modal-content .drop-ins .kid.row, #edit-purchase .modal-content .drop-ins .kid.row,
#new-gift-card .modal-content .drop-ins .kid.row, #edit-invoice .modal-content .drop-ins .kid.row,
#cart-sources .modal-content .drop-ins .kid.row {
  display: none;
  width: auto;
  margin: 0 auto 2px;
}

/* line 365, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .drop-ins .kid.row .kid-info, #edit-reservation .modal-content .drop-ins .kid.row .kid-info,
#new-waitlist .modal-content .drop-ins .kid.row .kid-info, #edit-waitlist .modal-content .drop-ins .kid.row .kid-info,
#new-purchase .modal-content .drop-ins .kid.row .kid-info, #edit-purchase .modal-content .drop-ins .kid.row .kid-info,
#new-gift-card .modal-content .drop-ins .kid.row .kid-info, #edit-invoice .modal-content .drop-ins .kid.row .kid-info,
#cart-sources .modal-content .drop-ins .kid.row .kid-info {
  padding: 0px;
  vertical-align: middle;
}

/* line 369, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .drop-ins .kid.row .switch-container, #edit-reservation .modal-content .drop-ins .kid.row .switch-container,
#new-waitlist .modal-content .drop-ins .kid.row .switch-container, #edit-waitlist .modal-content .drop-ins .kid.row .switch-container,
#new-purchase .modal-content .drop-ins .kid.row .switch-container, #edit-purchase .modal-content .drop-ins .kid.row .switch-container,
#new-gift-card .modal-content .drop-ins .kid.row .switch-container, #edit-invoice .modal-content .drop-ins .kid.row .switch-container,
#cart-sources .modal-content .drop-ins .kid.row .switch-container {
  margin-top: 2px;
}

/* line 373, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .drop-ins .subtotal.row, #edit-reservation .modal-content .drop-ins .subtotal.row,
#new-waitlist .modal-content .drop-ins .subtotal.row, #edit-waitlist .modal-content .drop-ins .subtotal.row,
#new-purchase .modal-content .drop-ins .subtotal.row, #edit-purchase .modal-content .drop-ins .subtotal.row,
#new-gift-card .modal-content .drop-ins .subtotal.row, #edit-invoice .modal-content .drop-ins .subtotal.row,
#cart-sources .modal-content .drop-ins .subtotal.row {
  padding-top: 11px;
}

/* line 375, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-content .drop-ins .subtotal.row #all-drop-in-subtotal, #edit-reservation .modal-content .drop-ins .subtotal.row #all-drop-in-subtotal,
#new-waitlist .modal-content .drop-ins .subtotal.row #all-drop-in-subtotal, #edit-waitlist .modal-content .drop-ins .subtotal.row #all-drop-in-subtotal,
#new-purchase .modal-content .drop-ins .subtotal.row #all-drop-in-subtotal, #edit-purchase .modal-content .drop-ins .subtotal.row #all-drop-in-subtotal,
#new-gift-card .modal-content .drop-ins .subtotal.row #all-drop-in-subtotal, #edit-invoice .modal-content .drop-ins .subtotal.row #all-drop-in-subtotal,
#cart-sources .modal-content .drop-ins .subtotal.row #all-drop-in-subtotal {
  color: #EB0450;
  font-weight: 500;
  font-size: 1.2em;
}

/* line 384, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-dialog.reservation .modal-content,
#new-reservation .modal-dialog.cart .modal-content,
#new-reservation .modal-dialog.waitlist .modal-content,
#new-reservation .modal-dialog.purchase .modal-content,
#new-reservation .modal-dialog.invoice .modal-content, #edit-reservation .modal-dialog.reservation .modal-content,
#edit-reservation .modal-dialog.cart .modal-content,
#edit-reservation .modal-dialog.waitlist .modal-content,
#edit-reservation .modal-dialog.purchase .modal-content,
#edit-reservation .modal-dialog.invoice .modal-content,
#new-waitlist .modal-dialog.reservation .modal-content,
#new-waitlist .modal-dialog.cart .modal-content,
#new-waitlist .modal-dialog.waitlist .modal-content,
#new-waitlist .modal-dialog.purchase .modal-content,
#new-waitlist .modal-dialog.invoice .modal-content, #edit-waitlist .modal-dialog.reservation .modal-content,
#edit-waitlist .modal-dialog.cart .modal-content,
#edit-waitlist .modal-dialog.waitlist .modal-content,
#edit-waitlist .modal-dialog.purchase .modal-content,
#edit-waitlist .modal-dialog.invoice .modal-content,
#new-purchase .modal-dialog.reservation .modal-content,
#new-purchase .modal-dialog.cart .modal-content,
#new-purchase .modal-dialog.waitlist .modal-content,
#new-purchase .modal-dialog.purchase .modal-content,
#new-purchase .modal-dialog.invoice .modal-content, #edit-purchase .modal-dialog.reservation .modal-content,
#edit-purchase .modal-dialog.cart .modal-content,
#edit-purchase .modal-dialog.waitlist .modal-content,
#edit-purchase .modal-dialog.purchase .modal-content,
#edit-purchase .modal-dialog.invoice .modal-content,
#new-gift-card .modal-dialog.reservation .modal-content,
#new-gift-card .modal-dialog.cart .modal-content,
#new-gift-card .modal-dialog.waitlist .modal-content,
#new-gift-card .modal-dialog.purchase .modal-content,
#new-gift-card .modal-dialog.invoice .modal-content, #edit-invoice .modal-dialog.reservation .modal-content,
#edit-invoice .modal-dialog.cart .modal-content,
#edit-invoice .modal-dialog.waitlist .modal-content,
#edit-invoice .modal-dialog.purchase .modal-content,
#edit-invoice .modal-dialog.invoice .modal-content,
#cart-sources .modal-dialog.reservation .modal-content,
#cart-sources .modal-dialog.cart .modal-content,
#cart-sources .modal-dialog.waitlist .modal-content,
#cart-sources .modal-dialog.purchase .modal-content,
#cart-sources .modal-dialog.invoice .modal-content {
  height: auto !important;
  padding-bottom: 70px;
}

/* line 392, app/assets/stylesheets/reservations.css.scss */
#new-reservation .modal-dialog.reservation .modal-content .modal-body,
#new-reservation .modal-dialog.cart .modal-content .modal-body,
#new-reservation .modal-dialog.waitlist .modal-content .modal-body,
#new-reservation .modal-dialog.purchase .modal-content .modal-body,
#new-reservation .modal-dialog.invoice .modal-content .modal-body, #edit-reservation .modal-dialog.reservation .modal-content .modal-body,
#edit-reservation .modal-dialog.cart .modal-content .modal-body,
#edit-reservation .modal-dialog.waitlist .modal-content .modal-body,
#edit-reservation .modal-dialog.purchase .modal-content .modal-body,
#edit-reservation .modal-dialog.invoice .modal-content .modal-body,
#new-waitlist .modal-dialog.reservation .modal-content .modal-body,
#new-waitlist .modal-dialog.cart .modal-content .modal-body,
#new-waitlist .modal-dialog.waitlist .modal-content .modal-body,
#new-waitlist .modal-dialog.purchase .modal-content .modal-body,
#new-waitlist .modal-dialog.invoice .modal-content .modal-body, #edit-waitlist .modal-dialog.reservation .modal-content .modal-body,
#edit-waitlist .modal-dialog.cart .modal-content .modal-body,
#edit-waitlist .modal-dialog.waitlist .modal-content .modal-body,
#edit-waitlist .modal-dialog.purchase .modal-content .modal-body,
#edit-waitlist .modal-dialog.invoice .modal-content .modal-body,
#new-purchase .modal-dialog.reservation .modal-content .modal-body,
#new-purchase .modal-dialog.cart .modal-content .modal-body,
#new-purchase .modal-dialog.waitlist .modal-content .modal-body,
#new-purchase .modal-dialog.purchase .modal-content .modal-body,
#new-purchase .modal-dialog.invoice .modal-content .modal-body, #edit-purchase .modal-dialog.reservation .modal-content .modal-body,
#edit-purchase .modal-dialog.cart .modal-content .modal-body,
#edit-purchase .modal-dialog.waitlist .modal-content .modal-body,
#edit-purchase .modal-dialog.purchase .modal-content .modal-body,
#edit-purchase .modal-dialog.invoice .modal-content .modal-body,
#new-gift-card .modal-dialog.reservation .modal-content .modal-body,
#new-gift-card .modal-dialog.cart .modal-content .modal-body,
#new-gift-card .modal-dialog.waitlist .modal-content .modal-body,
#new-gift-card .modal-dialog.purchase .modal-content .modal-body,
#new-gift-card .modal-dialog.invoice .modal-content .modal-body, #edit-invoice .modal-dialog.reservation .modal-content .modal-body,
#edit-invoice .modal-dialog.cart .modal-content .modal-body,
#edit-invoice .modal-dialog.waitlist .modal-content .modal-body,
#edit-invoice .modal-dialog.purchase .modal-content .modal-body,
#edit-invoice .modal-dialog.invoice .modal-content .modal-body,
#cart-sources .modal-dialog.reservation .modal-content .modal-body,
#cart-sources .modal-dialog.cart .modal-content .modal-body,
#cart-sources .modal-dialog.waitlist .modal-content .modal-body,
#cart-sources .modal-dialog.purchase .modal-content .modal-body,
#cart-sources .modal-dialog.invoice .modal-content .modal-body {
  position: static;
}

/* line 397, app/assets/stylesheets/reservations.css.scss */
#new-reservation .panel, #edit-reservation .panel,
#new-waitlist .panel, #edit-waitlist .panel,
#new-purchase .panel, #edit-purchase .panel,
#new-gift-card .panel, #edit-invoice .panel,
#cart-sources .panel {
  margin: 10px 0px;
  width: 100%;
  padding-bottom: 0px;
}

/* line 401, app/assets/stylesheets/reservations.css.scss */
#new-reservation .panel .panel-heading, #edit-reservation .panel .panel-heading,
#new-waitlist .panel .panel-heading, #edit-waitlist .panel .panel-heading,
#new-purchase .panel .panel-heading, #edit-purchase .panel .panel-heading,
#new-gift-card .panel .panel-heading, #edit-invoice .panel .panel-heading,
#cart-sources .panel .panel-heading {
  cursor: pointer;
  min-height: 0px;
  margin-bottom: 0px;
}

/* line 405, app/assets/stylesheets/reservations.css.scss */
#new-reservation .panel .panel-heading:hover, #edit-reservation .panel .panel-heading:hover,
#new-waitlist .panel .panel-heading:hover, #edit-waitlist .panel .panel-heading:hover,
#new-purchase .panel .panel-heading:hover, #edit-purchase .panel .panel-heading:hover,
#new-gift-card .panel .panel-heading:hover, #edit-invoice .panel .panel-heading:hover,
#cart-sources .panel .panel-heading:hover {
  text-decoration: none;
}

/* line 408, app/assets/stylesheets/reservations.css.scss */
#new-reservation .panel .panel-heading h6, #edit-reservation .panel .panel-heading h6,
#new-waitlist .panel .panel-heading h6, #edit-waitlist .panel .panel-heading h6,
#new-purchase .panel .panel-heading h6, #edit-purchase .panel .panel-heading h6,
#new-gift-card .panel .panel-heading h6, #edit-invoice .panel .panel-heading h6,
#cart-sources .panel .panel-heading h6 {
  cursor: pointer;
}

/* line 411, app/assets/stylesheets/reservations.css.scss */
#new-reservation .panel .panel-heading .collapsible-form-label, #edit-reservation .panel .panel-heading .collapsible-form-label,
#new-waitlist .panel .panel-heading .collapsible-form-label, #edit-waitlist .panel .panel-heading .collapsible-form-label,
#new-purchase .panel .panel-heading .collapsible-form-label, #edit-purchase .panel .panel-heading .collapsible-form-label,
#new-gift-card .panel .panel-heading .collapsible-form-label, #edit-invoice .panel .panel-heading .collapsible-form-label,
#cart-sources .panel .panel-heading .collapsible-form-label {
  font-size: 1.1em;
  text-transform: none;
  margin: 0;
  font-weight: 600;
}

/* line 418, app/assets/stylesheets/reservations.css.scss */
#new-reservation .panel #payment-summary-total, #edit-reservation .panel #payment-summary-total,
#new-waitlist .panel #payment-summary-total, #edit-waitlist .panel #payment-summary-total,
#new-purchase .panel #payment-summary-total, #edit-purchase .panel #payment-summary-total,
#new-gift-card .panel #payment-summary-total, #edit-invoice .panel #payment-summary-total,
#cart-sources .panel #payment-summary-total {
  font-size: 1.2em;
}

/* line 424, app/assets/stylesheets/reservations.css.scss */
.selection-container {
  width: auto;
  display: inline-block;
  margin-right: 11px;
  height: 28px;
}

/* line 430, app/assets/stylesheets/reservations.css.scss */
.selection-container .plus-btn, .selection-container .minus-btn {
  font-weight: 500;
  font-size: 1.3em;
  width: 28px;
  display: inline-block;
  cursor: pointer;
  height: 28px;
  line-height: 26px;
  vertical-align: middle;
  border: 1px solid #eee;
}

/* line 441, app/assets/stylesheets/reservations.css.scss */
.selection-container .plus-btn.disabled, .selection-container .minus-btn.disabled {
  color: #bbb;
}

/* line 444, app/assets/stylesheets/reservations.css.scss */
.selection-container .plus-btn:hover, .selection-container .minus-btn:hover {
  border-color: #0880ff;
}

/* line 447, app/assets/stylesheets/reservations.css.scss */
.selection-container .minus-btn {
  border-radius: 7px 0 0 7px;
}

/* line 450, app/assets/stylesheets/reservations.css.scss */
.selection-container .plus-btn {
  border-radius: 0 7px 7px 0;
}

/* line 453, app/assets/stylesheets/reservations.css.scss */
.selection-container .selection-counter {
  width: 40px;
  height: 100%;
  padding: 0;
  line-height: 100%;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #eee;
  border-radius: 0px;
  vertical-align: middle;
  cursor: default;
  font-weight: 500;
}

/* line 466, app/assets/stylesheets/reservations.css.scss */
.selection-container input.selection-counter[type="number"]:hover, .selection-container input.selection-counter[type="number"]:focus, .selection-container input.selection-counter[type="number"]:active {
  border-color: #eee !important;
}

/* line 469, app/assets/stylesheets/reservations.css.scss */
.selection-container .parsley-errors-list.filled {
  position: absolute;
  top: 90%;
  right: 0;
}

/* line 477, app/assets/stylesheets/reservations.css.scss */
#reservation-confirmation .referral-prompt, #share-modal .referral-prompt {
  margin: 14px 0;
}

/* line 481, app/assets/stylesheets/reservations.css.scss */
#reservation-confirmation .share-section, #share-modal .share-section {
  padding: 2.5% 0;
}

/* line 484, app/assets/stylesheets/reservations.css.scss */
#reservation-confirmation .share-section .share-circles, #share-modal .share-section .share-circles {
  margin: 0 auto;
  width: 300px;
  height: 64px;
  margin-bottom: 15px;
}

/* line 491, app/assets/stylesheets/reservations.css.scss */
#reservation-confirmation .share-section .share-circles .share-circle i, #share-modal .share-section .share-circles .share-circle i {
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  vertical-align: middle;
}

/* line 503, app/assets/stylesheets/reservations.css.scss */
#reservation-confirmation .share-section .share-circles #share-email i, #share-modal .share-section .share-circles #share-email i {
  background: #EB0450;
}

/* line 508, app/assets/stylesheets/reservations.css.scss */
#reservation-confirmation .share-section .share-circles .share-circle:hover i, #share-modal .share-section .share-circles .share-circle:hover i {
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.14);
}

/* line 513, app/assets/stylesheets/reservations.css.scss */
#reservation-confirmation .share-section #share-link, #share-modal .share-section #share-link {
  border: 0;
}

/* line 516, app/assets/stylesheets/reservations.css.scss */
#reservation-confirmation .share-section #share-event-link, #reservation-confirmation .share-section #share-link, #share-modal .share-section #share-event-link, #share-modal .share-section #share-link {
  cursor: pointer;
}

/* line 519, app/assets/stylesheets/reservations.css.scss */
#reservation-confirmation .share-section #copy-link-prompt, #share-modal .share-section #copy-link-prompt {
  padding: 0 0 7px 0;
  font-size: .9em;
  font-weight: 500;
  cursor: default;
}

/* line 525, app/assets/stylesheets/reservations.css.scss */
#reservation-confirmation .share-section #text-reservation-link-btn, #reservation-confirmation .share-section #text-event-link-btn, #share-modal .share-section #text-reservation-link-btn, #share-modal .share-section #text-event-link-btn {
  width: 100%;
  height: 40px;
  box-shadow: none;
  border-radius: 0 3px 3px 0;
}

/* line 535, app/assets/stylesheets/reservations.css.scss */
#reservation-added-to-cart .referral-prompt, #purchase-added-to-cart .referral-prompt, #waitlist-added .referral-prompt, .cart-item.row .referral-prompt {
  margin: 14px 0;
}

/* line 539, app/assets/stylesheets/reservations.css.scss */
#reservation-added-to-cart .action-btns, #purchase-added-to-cart .action-btns, #waitlist-added .action-btns, .cart-item.row .action-btns {
  margin: 1.5em auto;
}

/* line 543, app/assets/stylesheets/reservations.css.scss */
#reservation-added-to-cart .share-section, #purchase-added-to-cart .share-section, #waitlist-added .share-section, .cart-item.row .share-section {
  padding: 2.5% 0;
}

/* line 546, app/assets/stylesheets/reservations.css.scss */
#reservation-added-to-cart .share-section .share-circles, #purchase-added-to-cart .share-section .share-circles, #waitlist-added .share-section .share-circles, .cart-item.row .share-section .share-circles {
  margin: 0 auto;
  width: 300px;
  height: 40px;
  margin-bottom: 1em;
}

/* line 553, app/assets/stylesheets/reservations.css.scss */
#reservation-added-to-cart .share-section .share-circles .share-circle i, #purchase-added-to-cart .share-section .share-circles .share-circle i, #waitlist-added .share-section .share-circles .share-circle i, .cart-item.row .share-section .share-circles .share-circle i {
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2rem;
  vertical-align: middle;
}

/* line 565, app/assets/stylesheets/reservations.css.scss */
#reservation-added-to-cart .share-section .share-circles #share-email i, #purchase-added-to-cart .share-section .share-circles #share-email i, #waitlist-added .share-section .share-circles #share-email i, .cart-item.row .share-section .share-circles #share-email i {
  background: #EB0450;
}

/* line 570, app/assets/stylesheets/reservations.css.scss */
#reservation-added-to-cart .share-section .share-circles .share-circle:hover i, #purchase-added-to-cart .share-section .share-circles .share-circle:hover i, #waitlist-added .share-section .share-circles .share-circle:hover i, .cart-item.row .share-section .share-circles .share-circle:hover i {
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.14);
}

/* line 575, app/assets/stylesheets/reservations.css.scss */
#reservation-added-to-cart .share-section #share-link, #purchase-added-to-cart .share-section #share-link, #waitlist-added .share-section #share-link, .cart-item.row .share-section #share-link {
  border: 0;
}

/* line 578, app/assets/stylesheets/reservations.css.scss */
#reservation-added-to-cart .share-section #share-event-link, #reservation-added-to-cart .share-section #share-link, #purchase-added-to-cart .share-section #share-event-link, #purchase-added-to-cart .share-section #share-link, #waitlist-added .share-section #share-event-link, #waitlist-added .share-section #share-link, .cart-item.row .share-section #share-event-link, .cart-item.row .share-section #share-link {
  cursor: pointer;
}

/* line 581, app/assets/stylesheets/reservations.css.scss */
#reservation-added-to-cart .share-section #copy-link-prompt, #purchase-added-to-cart .share-section #copy-link-prompt, #waitlist-added .share-section #copy-link-prompt, .cart-item.row .share-section #copy-link-prompt {
  padding: 0 0 7px 0;
  font-size: .9em;
  font-weight: 500;
  cursor: default;
}

/* line 587, app/assets/stylesheets/reservations.css.scss */
#reservation-added-to-cart .share-section #text-reservation-link-btn, #reservation-added-to-cart .share-section #text-event-link-btn, #purchase-added-to-cart .share-section #text-reservation-link-btn, #purchase-added-to-cart .share-section #text-event-link-btn, #waitlist-added .share-section #text-reservation-link-btn, #waitlist-added .share-section #text-event-link-btn, .cart-item.row .share-section #text-reservation-link-btn, .cart-item.row .share-section #text-event-link-btn {
  width: 100%;
  height: 40px;
  box-shadow: none;
  border-radius: 0 3px 3px 0;
}

/* line 598, app/assets/stylesheets/reservations.css.scss */
.provider.panel .inner .panel-header, .provider.attendance.panel .inner .panel-header {
  margin-bottom: 0;
}

/* line 601, app/assets/stylesheets/reservations.css.scss */
.provider.panel .inner .panel-header .fa-cog, .provider.attendance.panel .inner .panel-header .fa-cog {
  color: #EB0450;
  position: relative;
  bottom: 3px;
  font-size: 16px;
}

/* line 612, app/assets/stylesheets/reservations.css.scss */
.provider.panel .inner .summary, .provider.attendance.panel .inner .summary {
  margin: 9px auto;
}

/* line 615, app/assets/stylesheets/reservations.css.scss */
.provider.panel .inner .summary a, .provider.attendance.panel .inner .summary a {
  border-right: 2px solid #eee;
  padding-right: 14px;
  margin-right: 14px;
}

/* line 620, app/assets/stylesheets/reservations.css.scss */
.provider.panel .inner .summary a:last-child, .provider.attendance.panel .inner .summary a:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}

/* line 625, app/assets/stylesheets/reservations.css.scss */
.provider.panel .inner .summary .summary-link, .provider.attendance.panel .inner .summary .summary-link {
  display: inline-block;
}

/* line 631, app/assets/stylesheets/reservations.css.scss */
.provider.panel .spots-reserved, .provider.attendance.panel .spots-reserved {
  padding: 7px 7px 0;
}

/* line 634, app/assets/stylesheets/reservations.css.scss */
.provider.panel .spots-reserved h6, .provider.attendance.panel .spots-reserved h6 {
  margin-bottom: 1%;
  font-weight: 600;
}

/* line 638, app/assets/stylesheets/reservations.css.scss */
.provider.panel .spots-reserved .row, .provider.attendance.panel .spots-reserved .row {
  font-size: .9em;
  padding: 0;
}

/* line 642, app/assets/stylesheets/reservations.css.scss */
.provider.panel .spots-reserved .row h6, .provider.attendance.panel .spots-reserved .row h6 {
  margin: 0;
  display: inline-block;
}

/* line 648, app/assets/stylesheets/reservations.css.scss */
.provider.panel .click-date-prompt, .provider.attendance.panel .click-date-prompt {
  display: block;
  padding: 0 1% 1%;
}

/* line 653, app/assets/stylesheets/reservations.css.scss */
.provider.panel .manual-reservation-prompt, .provider.attendance.panel .manual-reservation-prompt {
  display: block;
  padding: 1% 0 0;
}

/* line 658, app/assets/stylesheets/reservations.css.scss */
.provider.panel .series-attendance-note, .provider.attendance.panel .series-attendance-note {
  margin: 10px auto 0;
  padding: 0 1%;
}

/* line 662, app/assets/stylesheets/reservations.css.scss */
.provider.panel #responses-table-container, .provider.attendance.panel #responses-table-container {
  overflow: auto;
}

/* line 664, app/assets/stylesheets/reservations.css.scss */
.provider.panel #responses-table-container .responses-header, .provider.attendance.panel #responses-table-container .responses-header {
  margin-bottom: 1%;
}

/* line 669, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table td, .provider.panel #completed-form-fields-table td, .provider.attendance.panel #attendance-table td, .provider.attendance.panel #completed-form-fields-table td {
  border-left: 1px solid #eee;
  padding: 5px;
  vertical-align: middle;
  min-width: 200px;
}

/* line 675, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table td.names, .provider.panel #completed-form-fields-table td.names, .provider.attendance.panel #attendance-table td.names, .provider.attendance.panel #completed-form-fields-table td.names {
  min-width: 170px;
}

/* line 678, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table td.no-content, .provider.panel #completed-form-fields-table td.no-content, .provider.attendance.panel #attendance-table td.no-content, .provider.attendance.panel #completed-form-fields-table td.no-content {
  padding: 50px;
}

/* line 681, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table td:first-child, .provider.panel #completed-form-fields-table td:first-child, .provider.attendance.panel #attendance-table td:first-child, .provider.attendance.panel #completed-form-fields-table td:first-child {
  border-left: 0;
}

/* line 685, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .header td, .provider.panel #completed-form-fields-table .header td, .provider.attendance.panel #attendance-table .header td, .provider.attendance.panel #completed-form-fields-table .header td {
  padding-bottom: 0;
}

/* line 690, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .date-email-permission.custom-checkbox-container.disabled, .provider.panel #attendance-table .email-permission.custom-checkbox-container.disabled, .provider.panel #completed-form-fields-table .date-email-permission.custom-checkbox-container.disabled, .provider.panel #completed-form-fields-table .email-permission.custom-checkbox-container.disabled, .provider.attendance.panel #attendance-table .date-email-permission.custom-checkbox-container.disabled, .provider.attendance.panel #attendance-table .email-permission.custom-checkbox-container.disabled, .provider.attendance.panel #completed-form-fields-table .date-email-permission.custom-checkbox-container.disabled, .provider.attendance.panel #completed-form-fields-table .email-permission.custom-checkbox-container.disabled {
  pointer-events: auto;
}

/* line 692, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .date-email-permission.custom-checkbox-container.disabled *, .provider.panel #attendance-table .email-permission.custom-checkbox-container.disabled *, .provider.panel #completed-form-fields-table .date-email-permission.custom-checkbox-container.disabled *, .provider.panel #completed-form-fields-table .email-permission.custom-checkbox-container.disabled *, .provider.attendance.panel #attendance-table .date-email-permission.custom-checkbox-container.disabled *, .provider.attendance.panel #attendance-table .email-permission.custom-checkbox-container.disabled *, .provider.attendance.panel #completed-form-fields-table .date-email-permission.custom-checkbox-container.disabled *, .provider.attendance.panel #completed-form-fields-table .email-permission.custom-checkbox-container.disabled * {
  pointer-events: none;
}

/* line 697, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .reservation-date-attended, .provider.panel #completed-form-fields-table .reservation-date-attended, .provider.attendance.panel #attendance-table .reservation-date-attended, .provider.attendance.panel #completed-form-fields-table .reservation-date-attended {
  position: relative;
}

/* line 700, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .reservation-date-attended .reservation-kids, .provider.panel #completed-form-fields-table .reservation-date-attended .reservation-kids, .provider.attendance.panel #attendance-table .reservation-date-attended .reservation-kids, .provider.attendance.panel #completed-form-fields-table .reservation-date-attended .reservation-kids {
  font-size: .9em;
  line-height: 1em;
}

/* line 705, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .reservation-date-attended .attendance-status, .provider.panel #completed-form-fields-table .reservation-date-attended .attendance-status, .provider.attendance.panel #attendance-table .reservation-date-attended .attendance-status, .provider.attendance.panel #completed-form-fields-table .reservation-date-attended .attendance-status {
  clear: both;
}

/* line 708, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .reservation-date-attended .attendance-status i.series, .provider.panel #attendance-table .reservation-date-attended .attendance-status svg, .provider.panel #completed-form-fields-table .reservation-date-attended .attendance-status i.series, .provider.panel #completed-form-fields-table .reservation-date-attended .attendance-status svg, .provider.attendance.panel #attendance-table .reservation-date-attended .attendance-status i.series, .provider.attendance.panel #attendance-table .reservation-date-attended .attendance-status svg, .provider.attendance.panel #completed-form-fields-table .reservation-date-attended .attendance-status i.series, .provider.attendance.panel #completed-form-fields-table .reservation-date-attended .attendance-status svg {
  width: 19px;
  float: left;
  opacity: 0.23;
}

/* line 713, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .reservation-date-attended .attendance-status i.series:hover, .provider.panel #attendance-table .reservation-date-attended .attendance-status svg:hover, .provider.panel #completed-form-fields-table .reservation-date-attended .attendance-status i.series:hover, .provider.panel #completed-form-fields-table .reservation-date-attended .attendance-status svg:hover, .provider.attendance.panel #attendance-table .reservation-date-attended .attendance-status i.series:hover, .provider.attendance.panel #attendance-table .reservation-date-attended .attendance-status svg:hover, .provider.attendance.panel #completed-form-fields-table .reservation-date-attended .attendance-status i.series:hover, .provider.attendance.panel #completed-form-fields-table .reservation-date-attended .attendance-status svg:hover {
  opacity: .43;
}

/* line 717, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .reservation-date-attended .attendance-status .material-icons, .provider.panel #completed-form-fields-table .reservation-date-attended .attendance-status .material-icons, .provider.attendance.panel #attendance-table .reservation-date-attended .attendance-status .material-icons, .provider.attendance.panel #completed-form-fields-table .reservation-date-attended .attendance-status .material-icons {
  cursor: default;
}

/* line 720, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .reservation-date-attended .attendance-status .attended *, .provider.panel #completed-form-fields-table .reservation-date-attended .attendance-status .attended *, .provider.attendance.panel #attendance-table .reservation-date-attended .attendance-status .attended *, .provider.attendance.panel #completed-form-fields-table .reservation-date-attended .attendance-status .attended * {
  color: #32DF7E;
}

/* line 723, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .reservation-date-attended .attendance-status .did-not-attend, .provider.panel #completed-form-fields-table .reservation-date-attended .attendance-status .did-not-attend, .provider.attendance.panel #attendance-table .reservation-date-attended .attendance-status .did-not-attend, .provider.attendance.panel #completed-form-fields-table .reservation-date-attended .attendance-status .did-not-attend {
  color: #c9ccd1;
  font-size: 18px;
  line-height: 18px;
  height: auto;
  width: auto;
}

/* line 732, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .reservation-date-attended:nth-child(2), .provider.panel #completed-form-fields-table .reservation-date-attended:nth-child(2), .provider.attendance.panel #attendance-table .reservation-date-attended:nth-child(2), .provider.attendance.panel #completed-form-fields-table .reservation-date-attended:nth-child(2) {
  padding-top: 10px;
  margin-top: 10px;
}

/* line 736, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .reservation-date-attended.not-applicable, .provider.panel #completed-form-fields-table .reservation-date-attended.not-applicable, .provider.attendance.panel #attendance-table .reservation-date-attended.not-applicable, .provider.attendance.panel #completed-form-fields-table .reservation-date-attended.not-applicable {
  background: #eef1f4;
}

/* line 739, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .clearfix, .provider.panel #completed-form-fields-table .clearfix, .provider.attendance.panel #attendance-table .clearfix, .provider.attendance.panel #completed-form-fields-table .clearfix {
  padding: 11px 0;
}

/* line 743, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .reservation-notes a.inline-edit, .provider.panel #completed-form-fields-table .reservation-notes a.inline-edit, .provider.attendance.panel #attendance-table .reservation-notes a.inline-edit, .provider.attendance.panel #completed-form-fields-table .reservation-notes a.inline-edit {
  cursor: pointer;
}

/* line 749, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table, .provider.panel #extras-table, .provider.panel #fees-table, .provider.panel #waitlist-table, .provider.panel #responses-table-container, .provider.attendance.panel #attendance-table, .provider.attendance.panel #extras-table, .provider.attendance.panel #fees-table, .provider.attendance.panel #waitlist-table, .provider.attendance.panel #responses-table-container {
  padding-top: 2%;
  margin-top: 2%;
  border-top: 1px solid #f1f4f9;
}

/* line 754, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .bold-header, .provider.panel #extras-table .bold-header, .provider.panel #fees-table .bold-header, .provider.panel #waitlist-table .bold-header, .provider.panel #responses-table-container .bold-header, .provider.attendance.panel #attendance-table .bold-header, .provider.attendance.panel #extras-table .bold-header, .provider.attendance.panel #fees-table .bold-header, .provider.attendance.panel #waitlist-table .bold-header, .provider.attendance.panel #responses-table-container .bold-header {
  padding: 0 1%;
}

/* line 757, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .header.row, .provider.panel #extras-table .header.row, .provider.panel #fees-table .header.row, .provider.panel #waitlist-table .header.row, .provider.panel #responses-table-container .header.row, .provider.attendance.panel #attendance-table .header.row, .provider.attendance.panel #extras-table .header.row, .provider.attendance.panel #fees-table .header.row, .provider.attendance.panel #waitlist-table .header.row, .provider.attendance.panel #responses-table-container .header.row {
  padding: 7px 1%;
}

/* line 760, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .extra.row, .provider.panel #extras-table .extra.row, .provider.panel #fees-table .extra.row, .provider.panel #waitlist-table .extra.row, .provider.panel #responses-table-container .extra.row, .provider.attendance.panel #attendance-table .extra.row, .provider.attendance.panel #extras-table .extra.row, .provider.attendance.panel #fees-table .extra.row, .provider.attendance.panel #waitlist-table .extra.row, .provider.attendance.panel #responses-table-container .extra.row {
  padding: 7px 1%;
}

/* line 762, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .extra.row .extra-title, .provider.panel #extras-table .extra.row .extra-title, .provider.panel #fees-table .extra.row .extra-title, .provider.panel #waitlist-table .extra.row .extra-title, .provider.panel #responses-table-container .extra.row .extra-title, .provider.attendance.panel #attendance-table .extra.row .extra-title, .provider.attendance.panel #extras-table .extra.row .extra-title, .provider.attendance.panel #fees-table .extra.row .extra-title, .provider.attendance.panel #waitlist-table .extra.row .extra-title, .provider.attendance.panel #responses-table-container .extra.row .extra-title {
  font-size: 1em;
}

/* line 765, app/assets/stylesheets/reservations.css.scss */
.provider.panel #attendance-table .extra.row .extra-purchase-count, .provider.panel #extras-table .extra.row .extra-purchase-count, .provider.panel #fees-table .extra.row .extra-purchase-count, .provider.panel #waitlist-table .extra.row .extra-purchase-count, .provider.panel #responses-table-container .extra.row .extra-purchase-count, .provider.attendance.panel #attendance-table .extra.row .extra-purchase-count, .provider.attendance.panel #extras-table .extra.row .extra-purchase-count, .provider.attendance.panel #fees-table .extra.row .extra-purchase-count, .provider.attendance.panel #waitlist-table .extra.row .extra-purchase-count, .provider.attendance.panel #responses-table-container .extra.row .extra-purchase-count {
  font-size: 1em;
}

/* line 770, app/assets/stylesheets/reservations.css.scss */
.provider.panel #responses-table-container, .provider.attendance.panel #responses-table-container {
  padding-top: 1%;
  margin-top: 1%;
}

/* line 777, app/assets/stylesheets/reservations.css.scss */
#completed-form-fields-table .response {
  position: relative;
  border-top: 1px solid #eee;
  cursor: default;
}

/* line 785, app/assets/stylesheets/reservations.css.scss */
#attendance-table .header-label {
  padding: 2.5% 7px 7px;
}

/* line 789, app/assets/stylesheets/reservations.css.scss */
#attendance-table .kid-name, #attendance-table .customer-name {
  font-weight: normal;
}

/* line 793, app/assets/stylesheets/reservations.css.scss */
#attendance-table .customer-name {
  line-height: 22px;
}

/* line 796, app/assets/stylesheets/reservations.css.scss */
#attendance-table .age {
  display: inline-block;
  font-size: .9em;
}

/* line 800, app/assets/stylesheets/reservations.css.scss */
#attendance-table .parent-label {
  padding-right: 7px;
}

/* line 803, app/assets/stylesheets/reservations.css.scss */
#attendance-table .parent-name {
  font-size: .9em;
}

/* line 806, app/assets/stylesheets/reservations.css.scss */
#attendance-table .header.attendance {
  border: 0;
  padding-top: 23px;
}

/* line 810, app/assets/stylesheets/reservations.css.scss */
#attendance-table .terms-link {
  color: #015AC8;
}

/* line 813, app/assets/stylesheets/reservations.css.scss */
#attendance-table .terms-link:hover {
  text-decoration: underline;
}

/* line 816, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance {
  position: relative;
  border-top: 1px solid #eee;
  cursor: default;
}

/* line 821, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .reservation-name {
  font-size: 1em;
  vertical-align: middle;
}

/* line 825, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .reservation-name .kid-link {
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  color: inherit;
}

/* line 831, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .reservation-name .customer, #attendance-table .attendance .reservation-name .schools {
  font-size: .9em;
  line-height: .9em;
}

/* line 836, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .allergies {
  font-weight: 500;
}

/* line 839, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .waiver, #attendance-table .attendance .reservation-type {
  cursor: default;
}

/* line 842, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .waiver-date {
  font-size: .9em;
  clear: both;
  padding-top: 0px;
  line-height: 1.1em;
}

/* line 848, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .waiver-cell {
  cursor: default;
  text-align: center;
}

/* line 851, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .waiver-cell .waiver {
  clear: both;
  height: 22px;
}

/* line 855, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .waiver-cell i {
  width: auto;
  height: auto;
  font-size: 22px;
  line-height: 22px;
}

/* line 862, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .reservation-type.has-tooltip {
  z-index: 7;
  height: 23px;
}

/* line 866, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .reservation-type {
  float: right;
  opacity: .23;
}

/* line 870, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .reservation-type .series-1, #attendance-table .attendance .reservation-type .dropin-1 {
  fill: #FF4F78;
}

/* line 873, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .reservation-type .series-2 {
  fill: #FFC850;
}

/* line 876, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .reservation-type .series-3 {
  fill: #32DF72;
}

/* line 880, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .attendance-label {
  color: #aaa;
  font-size: .8em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 887, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .attendance-zone {
  float: left;
  position: relative;
}

/* line 891, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .attendance-zone .attendance-toggle {
  visibility: hidden;
}

/* line 895, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .attendance-zone .attendance-toggle-label {
  margin-bottom: 0;
  margin-right: 4px;
  width: 21px;
  height: 21px;
}

/* line 901, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .attendance-zone .custom-checkbox ~ .checkbox-label:before {
  width: 12px;
  height: 7px;
  top: 6px;
  left: 5px;
}

/* line 907, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .attendance-zone .checkbox-label {
  margin-bottom: 0;
}

/* line 911, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .attendance-zone.for-kids {
  margin-top: 5px;
}

/* line 915, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .switch-container {
  margin-bottom: 0;
}

/* line 918, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .switch-label {
  top: 2px;
  left: 14px;
}

/* line 921, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .switch-label .did-not-attend {
  color: #ddd;
}

/* line 924, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .switch-label .material-icons {
  cursor: default;
}

/* line 929, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .switch-label .attendance-status .placeholder {
  display: inline-block;
  color: #ccc;
  width: 24px;
  text-align: center;
  cursor: default;
}

/* line 939, app/assets/stylesheets/reservations.css.scss */
#attendance-table .attendance .allergies-label {
  font-weight: 600;
  font-size: .8em;
  text-transform: uppercase;
  padding-right: 7px;
}

/* line 947, app/assets/stylesheets/reservations.css.scss */
#attendance-table .future-attendance {
  padding: 0 7px 14px;
}

/* line 953, app/assets/stylesheets/reservations.css.scss */
#reschedule-extras .modal-content {
  height: auto !important;
}

/* line 955, app/assets/stylesheets/reservations.css.scss */
#reschedule-extras .modal-content .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 600px;
  padding: 15px;
}

/* line 964, app/assets/stylesheets/reservations.css.scss */
#reschedule-extras-form-container {
  min-height: 200px;
  padding-bottom: 50px;
}

/* line 967, app/assets/stylesheets/reservations.css.scss */
#reschedule-extras-form-container form label {
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}

/* line 972, app/assets/stylesheets/reservations.css.scss */
#reschedule-extras-form-container i.fa {
  color: #cccccc;
}

/* line 975, app/assets/stylesheets/reservations.css.scss */
#reschedule-extras-form-container .option.row {
  margin: 1em auto;
}

/* line 978, app/assets/stylesheets/reservations.css.scss */
#reschedule-extras-form-container .extra-choice-details {
  margin-top: 2em;
  clear: both;
  font-size: .95em;
  font-weight: 500;
}

/* line 984, app/assets/stylesheets/reservations.css.scss */
#reschedule-extras-form-container .reschedule-extra-row td {
  padding-bottom: 3px;
  width: 250px;
}

/* line 989, app/assets/stylesheets/reservations.css.scss */
#reschedule-extras-form-container .new-extra select {
  width: 200px;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  /* line 999, app/assets/stylesheets/reservations.css.scss */
  #attendance-table.activity .header-label, #attendance-table.activity .future-attendance, #attendance-table.series .header-label, #attendance-table.series .future-attendance {
    line-height: 1.2em;
  }
  /* line 1002, app/assets/stylesheets/reservations.css.scss */
  #attendance-table.activity .future-attendance, #attendance-table.series .future-attendance {
    padding: 11px 7px 14px;
  }
  /* line 1005, app/assets/stylesheets/reservations.css.scss */
  #attendance-table.activity .attendance, #attendance-table.series .attendance {
    margin-top: 11px;
    font-size: 1.1em;
    line-height: 1.1em;
  }
  /* line 1010, app/assets/stylesheets/reservations.css.scss */
  #attendance-table.activity .attendance .reservation-name, #attendance-table.series .attendance .reservation-name {
    padding-top: 5px;
  }
  /* line 1014, app/assets/stylesheets/reservations.css.scss */
  #attendance-table.activity .attendance .reservation-extras, #attendance-table.series .attendance .reservation-extras {
    font-size: .9em;
  }
  /* line 1017, app/assets/stylesheets/reservations.css.scss */
  #attendance-table.activity .attendance .form-label, #attendance-table.series .attendance .form-label {
    margin-bottom: 2px;
  }
  /* line 1021, app/assets/stylesheets/reservations.css.scss */
  #attendance-table.activity .attendance .waiver-cell, #attendance-table.series .attendance .waiver-cell {
    text-align: center;
  }
  /* line 1024, app/assets/stylesheets/reservations.css.scss */
  #attendance-table.activity .attendance .waiver-cell .form-label, #attendance-table.series .attendance .waiver-cell .form-label {
    margin-bottom: 0;
  }
  /* line 1027, app/assets/stylesheets/reservations.css.scss */
  #attendance-table.activity .attendance .waiver-cell .waiver, #attendance-table.activity .attendance .waiver-cell .waiver-date, #attendance-table.series .attendance .waiver-cell .waiver, #attendance-table.series .attendance .waiver-cell .waiver-date {
    clear: none;
    display: inline-block;
  }
  /* line 1033, app/assets/stylesheets/reservations.css.scss */
  #attendance-table.activity .clearfix, #attendance-table.series .clearfix {
    margin-bottom: 11px;
  }
  /* line 1039, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #title {
    margin: 7.5% auto;
  }
  /* line 1044, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .emails, .new-reservation #new_reservation .discount-code, .new-reservation #new_reservation .personal-details, .new-reservation #new_reservation .card-details, .new-reservation #new_reservation .kids {
    margin: 5% auto;
    padding: 0 0 10%;
    clear: both;
    border-bottom: 1px solid #ddd;
  }
  /* line 1050, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .emails h4, .new-reservation #new_reservation .discount-code h4, .new-reservation #new_reservation .personal-details h4, .new-reservation #new_reservation .card-details h4, .new-reservation #new_reservation .kids h4 {
    display: block;
    padding: 0;
  }
  /* line 1058, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .kids .select2-choices {
    margin: 0;
    padding: 2.5% 0 2.5% 1%;
  }
  /* line 1064, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .spots {
    display: block;
  }
  /* line 1067, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .spots input {
    width: 95%;
  }
  /* line 1071, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .spots #cost-container {
    display: block;
    background: transparent;
    margin: 10% auto 0;
    text-align: center;
    font-size: 1.5em;
  }
  /* line 1081, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .discount-code input[type="text"] {
    width: 95%;
  }
  /* line 1085, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .discount-code #apply-container {
    text-align: center;
    margin: 10% auto 0;
    display: block;
  }
  /* line 1090, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .discount-code #apply-container .apply {
    width: 50%;
    padding: 5% 10%;
  }
  /* line 1096, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .discount-code #promo-response {
    clear: both;
    width: 100%;
    margin-top: 10%;
  }
  /* line 1101, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .discount-code #promo-response #dismiss-promo-response {
    float: none;
  }
  /* line 1108, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .card-details .save-card {
    margin: 10% auto;
  }
  /* line 1111, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .card-details .save-card input[type="checkbox"] {
    position: relative;
    top: -10px;
    margin-right: 33px;
  }
  /* line 1118, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .card-details .card-on-file {
    line-height: 1.5em;
  }
  /* line 1122, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .card-details .btn-container {
    margin: 5% auto;
  }
  /* line 1126, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .card-details label {
    display: block;
  }
  /* line 1129, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .card-details label span {
    width: 40%;
    display: inline-block;
  }
  /* line 1133, app/assets/stylesheets/reservations.css.scss */
  .new-reservation #new_reservation .card-details label input {
    width: 50%;
  }
}
/* line 6, app/assets/stylesheets/reviews.css.scss */
.reviews.panel .panel-search-container {
  width: calc(100% - 50px);
}

/* line 12, app/assets/stylesheets/reviews.css.scss */
#reviews-table.public .public-review.row {
  border-bottom: 1px solid #eee;
  position: relative;
}

/* line 16, app/assets/stylesheets/reviews.css.scss */
#reviews-table.public .public-review.row .review-link {
  display: table;
  width: 100%;
  height: 100%;
  color: inherit;
  padding: 14px;
}

/* line 23, app/assets/stylesheets/reviews.css.scss */
#reviews-table.public .public-review.row .review-link:hover {
  background: rgba(241, 244, 249, 0.5);
}

/* line 26, app/assets/stylesheets/reviews.css.scss */
#reviews-table.public .public-review.row .review-image-container {
  position: relative;
  display: inline-block;
  float: left;
}

/* line 31, app/assets/stylesheets/reviews.css.scss */
#reviews-table.public .public-review.row .review-image-container .review-rating {
  position: absolute;
  right: -7px;
  bottom: -7px;
}

/* line 35, app/assets/stylesheets/reviews.css.scss */
#reviews-table.public .public-review.row .review-image-container .review-rating i {
  background: #fff;
  border-radius: 50%;
  padding: 7px;
  width: auto;
  height: auto;
}

/* line 44, app/assets/stylesheets/reviews.css.scss */
#reviews-table.public .public-review.row .review-image-container .review-image {
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 3px;
}

/* line 53, app/assets/stylesheets/reviews.css.scss */
#reviews-table.public .public-review.row .review-details {
  padding-left: 10px;
}

/* line 55, app/assets/stylesheets/reviews.css.scss */
#reviews-table.public .public-review.row .review-details .review-body {
  margin-top: 1em;
}

/* line 59, app/assets/stylesheets/reviews.css.scss */
#reviews-table.public .public-review.row .review-title {
  font-size: 1.05em;
  font-weight: 600;
}

/* line 63, app/assets/stylesheets/reviews.css.scss */
#reviews-table.public .public-review.row .timestamp {
  position: absolute;
  right: 14px;
  bottom: 14px;
}

/* line 69, app/assets/stylesheets/reviews.css.scss */
#reviews-table.public .public-review:last-child {
  border: 0;
}

/* line 76, app/assets/stylesheets/reviews.css.scss */
#user-reviews .account-item.row .review-rating {
  padding-top: 2px;
}

/* line 78, app/assets/stylesheets/reviews.css.scss */
#user-reviews .account-item.row .review-rating .edit-prompt {
  position: relative;
  top: 2px;
  display: inline-block;
}

/* line 83, app/assets/stylesheets/reviews.css.scss */
#user-reviews .account-item.row .review-rating .review-body {
  position: relative;
  top: 2px;
  left: 7px;
}

/* line 92, app/assets/stylesheets/reviews.css.scss */
.review {
  width: 100%;
  position: relative;
}

/* line 96, app/assets/stylesheets/reviews.css.scss */
.review .body {
  font-size: 1em;
}

/* line 100, app/assets/stylesheets/reviews.css.scss */
.review .rating i {
  position: relative;
  top: -3px;
}

/* line 105, app/assets/stylesheets/reviews.css.scss */
.review .attribution, .review .timestamp {
  color: #aaa;
  float: right;
  clear: both;
  display: block;
}

/* line 112, app/assets/stylesheets/reviews.css.scss */
.review .delete {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 117, app/assets/stylesheets/reviews.css.scss */
.review .delete img {
  width: 17px;
}

/* line 125, app/assets/stylesheets/reviews.css.scss */
#reviews-table .review.row .user-name {
  font-size: 1.1rem;
}

/* line 132, app/assets/stylesheets/reviews.css.scss */
#reviews-table .review.row .message-link i {
  font-size: 18px;
  line-height: 18px;
  margin-right: 16px;
  color: #d0d3d6;
}

/* line 140, app/assets/stylesheets/reviews.css.scss */
#reviews-table .review.row .message-link:hover i {
  color: #015AC8;
}

/* line 148, app/assets/stylesheets/reviews.css.scss */
#new-review .modal-header, #edit-review .modal-header {
  padding-bottom: 10px;
}

/* line 151, app/assets/stylesheets/reviews.css.scss */
#new-review .ratings.row, #edit-review .ratings.row {
  padding: 5%;
}

/* line 154, app/assets/stylesheets/reviews.css.scss */
#new-review .review-thumb, #edit-review .review-thumb {
  width: 60%;
  height: 200px;
  margin: 0 auto;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
}

/* line 164, app/assets/stylesheets/reviews.css.scss */
#new-review .radio-review-symbol, #edit-review .radio-review-symbol {
  margin: 0;
  visibility: hidden;
  display: none;
}

/* line 169, app/assets/stylesheets/reviews.css.scss */
#new-review .custom-radio-label, #edit-review .custom-radio-label {
  padding: 2.5% 5%;
}

/* line 171, app/assets/stylesheets/reviews.css.scss */
#new-review .custom-radio-label i, #edit-review .custom-radio-label i {
  color: #dfe3ea;
  font-size: 3em;
  cursor: pointer;
}

/* line 178, app/assets/stylesheets/reviews.css.scss */
#new-review #review_rating_0:checked + label i, #edit-review #review_rating_0:checked + label i {
  color: #cc0000;
}

/* line 183, app/assets/stylesheets/reviews.css.scss */
#new-review #review_rating_1:checked + label i, #edit-review #review_rating_1:checked + label i {
  color: #00C56F;
}

/* line 187, app/assets/stylesheets/reviews.css.scss */
#new-review .visibility-container, #new-review .verified-container, #edit-review .visibility-container, #edit-review .verified-container {
  padding: 11px 0 0;
  width: 100%;
}

/* line 191, app/assets/stylesheets/reviews.css.scss */
#new-review .visibility-container h6, #new-review .verified-container h6, #edit-review .visibility-container h6, #edit-review .verified-container h6 {
  margin: 3px;
}
/* line 5, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-page {
  color: #1E1E1E;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Oceanic Grotesk';
}

/* line 12, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-page .bold {
  font-weight: 700;
}

/* line 16, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-page .title {
  font-size: 28px;
  line-height: 34px;
  font-family: 'NaN Druid Sans';
}

/* line 22, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-page .paragraph {
  font-size: 21px;
  line-height: 26px;
}

/* line 27, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-page .small {
  font-size: 16px;
  line-height: 24px;
}

/* line 32, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-page .float-right {
  float: right;
}

/* line 36, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-page .link {
  color: #377A69;
  cursor: pointer;
  text-decoration: underline;
}

/* line 40, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-page .link:hover {
  text-decoration: underline;
}

/* line 45, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-page .payment-errors {
  margin: 20px 0;
}

/* line 49, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-page.confirmation {
  background: #FFF1EB;
}

/* line 53, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-page a.remote {
  color: #377A69;
}

/* line 58, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-jumbotron {
  position: relative;
  background: #FFF1EB;
  padding: 148px 0;
}

/* line 63, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-jumbotron .colorwave-top,
.sales-contract-jumbotron .colorwave-bottom {
  position: absolute;
  width: 518px;
  height: 128px;
  background: url("https://d19tb5uaenw7es.cloudfront.net/footer_colorwave_2.png");
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 63, app/assets/stylesheets/sales_contracts.scss */
  .sales-contract-jumbotron .colorwave-top,
.sales-contract-jumbotron .colorwave-bottom {
    width: 360px;
    height: 90px;
    background-size: contain;
  }
}

/* line 77, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-jumbotron .title-container-medium {
  max-width: 500px;
  margin: 0 auto;
}

/* line 82, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-jumbotron .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  font-family: 'Georgia', 'Proxima Nova', Arial, sans-serif;
  position: relative;
  z-index: 10;
}

/* line 91, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-jumbotron .cta-container {
  margin: 30px 0;
}

/* line 94, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-jumbotron .cta-container .sales-btn.first {
  margin: 0 25px 0 0;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 94, app/assets/stylesheets/sales_contracts.scss */
  .sales-contract-jumbotron .cta-container .sales-btn.first {
    margin-bottom: 35px !important;
  }
}

/* line 102, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-jumbotron .cta-container .sales-btn-outline.first {
  margin: 0 25px 0 0;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 102, app/assets/stylesheets/sales_contracts.scss */
  .sales-contract-jumbotron .cta-container .sales-btn-outline.first {
    margin-bottom: 35px !important;
  }
}

/* line 111, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-jumbotron .colorwave-top {
  right: 0;
  top: 0;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 121, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-jumbotron .colorwave-bottom {
  left: 0;
  bottom: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 58, app/assets/stylesheets/sales_contracts.scss */
  .sales-contract-jumbotron {
    padding: 100px 0 !important;
  }
}

/* line 137, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-title-container {
  position: relative;
  background: #FFF1EB;
  padding: 32px 0 32px 80px;
}

/* line 142, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-title-container .breadcrumbs {
  margin-bottom: 29px;
  margin-left: 3px;
}

/* line 146, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-title-container .breadcrumbs span {
  display: inline-block;
  background-color: #1E1E1E;
  border-radius: 50%;
  margin-right: 8px;
  height: 5px;
  width: 5px;
}

/* line 154, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-title-container .breadcrumbs span.active-breadcrumb {
  border-radius: 5px;
  width: 16px;
}

/* line 160, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-title-container .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  font-family: 'Georgia', 'Proxima Nova', Arial, sans-serif;
  position: relative;
  z-index: 10;
  color: #1E1E1E;
}

/* line 170, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-title-container .colorwave {
  position: absolute;
  width: 518px;
  height: 128px;
  right: 0;
  bottom: 0;
  background: url("https://d19tb5uaenw7es.cloudfront.net/footer_colorwave_2.png");
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 170, app/assets/stylesheets/sales_contracts.scss */
  .sales-contract-title-container .colorwave {
    width: 180px;
    height: 45px;
    background-size: contain;
  }
}

/* line 186, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container,
.organization-areas-container {
  padding: 40px 80px 80px;
  font-family: "Oceanic Grotesk";
}

/* line 191, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container.-no-padding-top,
.organization-areas-container.-no-padding-top {
  padding-top: 0;
}

/* line 195, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .terms-button,
.organization-areas-container .terms-button {
  margin-bottom: 40px;
}

/* line 197, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .terms-button a, .sales-contract-content-container .terms-button a:focus, .sales-contract-content-container .terms-button a:visited,
.organization-areas-container .terms-button a,
.organization-areas-container .terms-button a:focus,
.organization-areas-container .terms-button a:visited {
  color: #377A69;
}

/* line 200, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .terms-button a:hover,
.organization-areas-container .terms-button a:hover {
  color: #8AE718;
}

/* line 205, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .organization-areas-container,
.organization-areas-container .organization-areas-container {
  padding-right: 24px;
}

/* line 208, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .organization-areas-container .acc-form-input,
.organization-areas-container .organization-areas-container .acc-form-input {
  border-radius: 12px;
  padding: 25px 10px 8px 12px;
  color: #1E1E1E;
}

/* line 213, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .organization-areas-container .within-form-field,
.organization-areas-container .organization-areas-container .within-form-field {
  padding: 6px 0 0 14px;
}

/* line 217, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .organization-areas-container .field-hint,
.organization-areas-container .organization-areas-container .field-hint {
  color: #667483;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

/* line 224, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .organization-areas-container.-without-offset,
.organization-areas-container .organization-areas-container.-without-offset {
  padding: 0;
}

/* line 229, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .confirmation-image-container,
.organization-areas-container .confirmation-image-container {
  padding: 40px;
  display: block;
  text-align: center;
}

/* line 235, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .confirmation-image-container img,
.organization-areas-container .confirmation-image-container img {
  width: 100%;
  max-width: 320px;
  height: auto;
}

/* line 241, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .confirmation-text-container,
.organization-areas-container .confirmation-text-container {
  padding: 60px;
}

/* line 245, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .confirmation-text-container .title,
.organization-areas-container .confirmation-text-container .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  font-family: 'Georgia', 'Proxima Nova', Arial, sans-serif;
}

/* line 253, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container #new_card #card-info,
.organization-areas-container #new_card #card-info {
  margin: 1.5em auto 0;
}

/* line 258, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .photos-headline, .sales-contract-content-container .attributes-headline,
.organization-areas-container .photos-headline,
.organization-areas-container .attributes-headline {
  font-size: 21px;
  font-weight: 700;
}

/* line 263, app/assets/stylesheets/sales_contracts.scss */
.sales-contract-content-container .photos-subline, .sales-contract-content-container .attributes-subline,
.organization-areas-container .photos-subline,
.organization-areas-container .attributes-subline {
  font-size: 18px;
  font-weight: 400;
  margin-top: 8px;
}

/* line 270, app/assets/stylesheets/sales_contracts.scss */
.ppl-area-container {
  position: relative;
  padding: 24px 0;
  border-top: 1px solid #CCD1D6;
}

/* line 275, app/assets/stylesheets/sales_contracts.scss */
.ppl-area-container .ppl-area-icon {
  position: absolute;
  height: 32px;
  width: 32px;
  margin-top: 9px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAOgSURBVHgB7ZZLSFRRGMe/MzcjfMBQSalBPsJQUQedTUJygxwSFHwQqGkplFIEFbiqhTObaKFGq9RNluK48REKydhiNJAWKlNKqegwbkwhaECTUGZO57vzYOY+57Fo0w+Gc+aec77vf8/5zvddgH8MgRgx8DV6gFN6378/bod90g0xEJUAw/UGniO6O0BIDQDVi4ZdzJrdQ+l7h806GanNiAT4HJMu5pgPPEtJSoTk5EShf3BwCPu/D8PEEK+3bfHjqF3LtqaAElNTF5tkDjhtrKuE6opySDt3NmzextY2rDu3YWBoDH7s/RSeUbZu2TZiiVlAienWSwL0MfbbW+qhsfaGIEKLgeFxQYhfxeDS7EgbRAu+eampifK1d+nil280WtY3XWztPYo20JaSH07uoYFvyNRxRAik588eQpmxGKLlzGk9FOZdgunZedxmPiOrYG7HueoSz9PJLeYSuDfYtjfXA3/FCLFSWpTHjq1S6FMMYhkkAgz8TQMQyqezIKs2XYV4aW+uY3GTBHiDjOw2aQrQJSS0YltSlM8iPRXiJYVd1Sr/i3iF/KEhgAARDrzaVA5qWCdmoOnBU+FnnfigOpcvM/ptgySYTkhmE2rAJjfnIigxMDzGrtl48H8PywFI4LzF5Gb7bRFiEI/JBaGQYtXu+5TtE0hFjSvOT0lODLOtJUAoKqLUGgamXjH7B8rz1cakAihxYLPh31Y58HqJqapQjpkNZ9CWQ1MAJXQOW7XA6ursCAZWQFBHS53i/GnbvM829dkORVILDHyrnjt59Av7U+9eSYpOKIFjUosXLEzVtx8JfY/Om+WYGXWFjkt2wGEfZDFA32Lf3N0HaqBjreIULEoEBsXOZQX4lFIza9xLX7+DfWERYmWKbf0UqwWsLLs9xCtblmUFoFLqpcICS09/sL5HA64JXE0doRa5t0c4RQPO1c/p2UX80fFxJt4IrcwoptPS64t+Su1LNut9pXk6NSMeztNGgbrwKHpeD0GkYKbENbjWw1HVjxFObXB3c9V9IbtojhJoWF3bPIXPSovzQct5IE17KbnGPlDXIFYByI5zZTctu2CPsEqGb5V2PhUuK9QJDLjevmGhTwh9shzB17GmAITFgyMjpxBzBj+3sCQrAp1buvt9zlnsLtqsLyKxHZEAZGdrxa4kQup8xByp3YgFKInASI/VuX9N9BhNTWaWXLpEhqJ2jkS1AwFCdyIe53FTUtHQij/4Txz8BXMJmbuGz/1jAAAAAElFTkSuQmCC");
}

/* line 283, app/assets/stylesheets/sales_contracts.scss */
.ppl-area-container .ppl-area-name {
  padding-left: 50px;
}

/* line 287, app/assets/stylesheets/sales_contracts.scss */
.ppl-area-container .ppl-area-business {
  padding-left: 25px;
}

/* line 291, app/assets/stylesheets/sales_contracts.scss */
.ppl-area-container .helper-icon .material-icons {
  color: #BCBCBC;
  cursor: pointer;
  font-size: 18px;
  line-height: 16px;
}

/* line 298, app/assets/stylesheets/sales_contracts.scss */
.ppl-area-container .ppl-area-info {
  margin-top: 15px;
  font-size: 14px;
  color: #505D6D;
}

/* line 303, app/assets/stylesheets/sales_contracts.scss */
.ppl-area-container .ppl-area-info:first-child {
  margin-top: 0;
}

/* line 308, app/assets/stylesheets/sales_contracts.scss */
.ppl-area-container .ppl-area-text {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 700;
}

/* line 314, app/assets/stylesheets/sales_contracts.scss */
.ppl-area-container .ppl-area-make-corrections {
  color: #377A69;
  cursor: pointer;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
}

/* line 322, app/assets/stylesheets/sales_contracts.scss */
.ppl-area-container.-secondary {
  border-top: none;
  border-bottom: 1px solid #CCD1D6;
}

/* line 328, app/assets/stylesheets/sales_contracts.scss */
.invoicing-terms-container {
  margin-top: 50px;
}

/* line 330, app/assets/stylesheets/sales_contracts.scss */
.invoicing-terms-container .invoice-terms {
  font-size: 1rem;
}

/* line 335, app/assets/stylesheets/sales_contracts.scss */
.accept-terms-container, .review-enrollment-container {
  padding: 24px 24px 34px 24px;
  border: 1px solid #CCD1D6;
  border-radius: 8px;
}

/* line 340, app/assets/stylesheets/sales_contracts.scss */
.accept-terms-container hr, .review-enrollment-container hr {
  background: #CCD1D6;
}

/* line 344, app/assets/stylesheets/sales_contracts.scss */
.accept-terms-container .sales-btn, .review-enrollment-container .sales-btn {
  max-width: none;
}

/* line 349, app/assets/stylesheets/sales_contracts.scss */
.accepted-at-timestamp {
  margin-bottom: 24px;
  font-size: 16px;
  font-style: italic;
}

/* line 355, app/assets/stylesheets/sales_contracts.scss */
.sales-btn {
  background-color: #025747;
  border: 1px solid #025747;
  color: #E4FFB8;
  text-decoration: none;
  border-radius: 28px;
  padding: 14px;
  cursor: pointer;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

/* line 370, app/assets/stylesheets/sales_contracts.scss */
.sales-btn:visited {
  color: #E4FFB8;
  border-color: #025747;
}

/* line 374, app/assets/stylesheets/sales_contracts.scss */
.sales-btn:hover {
  color: #E4FFB8;
  background-color: #377A69;
  text-decoration: none;
  border: 1px solid #377A69;
}

/* line 380, app/assets/stylesheets/sales_contracts.scss */
.sales-btn:active {
  color: #E4FFB8;
  background-color: #034135;
  border: 1px solid #034135;
}

/* line 385, app/assets/stylesheets/sales_contracts.scss */
.sales-btn:focus {
  color: #E4FFB8;
  border: 1px solid #4D9380;
}

/* line 389, app/assets/stylesheets/sales_contracts.scss */
.sales-btn:disabled, .sales-btn.disabled {
  border: 1px solid #DDDDDD;
  background-color: #DDDDDD;
  color: #9B9B9B;
}

/* line 395, app/assets/stylesheets/sales_contracts.scss */
.sales-btn.-skip-btn {
  background-color: #ffffff;
  color: inherit;
  border: 1px solid #025747;
}

/* line 400, app/assets/stylesheets/sales_contracts.scss */
.sales-btn.-skip-btn * {
  color: #1E1E1E;
}

/* line 405, app/assets/stylesheets/sales_contracts.scss */
.sales-btn.-verify-license-btn {
  margin-top: 50px;
}

/* line 409, app/assets/stylesheets/sales_contracts.scss */
.sales-btn.-edit-license-btn, .sales-btn.-edit-insurance-btn {
  background-color: #025747;
  color: #E4FFB8;
  display: block;
}

/* line 417, app/assets/stylesheets/sales_contracts.scss */
.sales-btn-outline {
  background-color: #FFFFFF;
  border: 1px solid #025747;
  color: #025747;
  text-decoration: none;
  border-radius: 28px;
  padding: 14px;
  cursor: pointer;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

/* line 432, app/assets/stylesheets/sales_contracts.scss */
.sales-btn-outline:visited {
  background-color: #FFFFFF;
  border: 1px solid #025747;
  color: #025747;
}

/* line 437, app/assets/stylesheets/sales_contracts.scss */
.sales-btn-outline:hover {
  border-color: #025747;
  background-color: #94D3C1;
  text-decoration: none;
  color: #025747;
}

/* line 443, app/assets/stylesheets/sales_contracts.scss */
.sales-btn-outline:active {
  background-color: #4D9380;
  border: 1px solid #034135;
  color: #025747;
}

/* line 448, app/assets/stylesheets/sales_contracts.scss */
.sales-btn-outline:focus {
  background-color: #FFFFFF;
  border: 1px solid #025747;
  color: #025747;
}

/* line 453, app/assets/stylesheets/sales_contracts.scss */
.sales-btn-outline:disabled, .sales-btn-outline.disabled {
  background-color: #FFFFFF;
  border: 1px solid #C6C6C6;
  color: #C6C6C6;
}

/* line 459, app/assets/stylesheets/sales_contracts.scss */
.sales-btn-outline.-skip-btn {
  background-color: #ffffff;
  color: inherit;
  border: 1px solid #025747;
}

/* line 464, app/assets/stylesheets/sales_contracts.scss */
.sales-btn-outline.-skip-btn * {
  color: #1E1E1E;
}

/* line 469, app/assets/stylesheets/sales_contracts.scss */
.sales-btn-outline.-verify-license-btn {
  margin-top: 50px;
}

/* line 473, app/assets/stylesheets/sales_contracts.scss */
.sales-btn-outline.-edit-license-btn, .sales-btn-outline.-edit-insurance-btn {
  background-color: #025747;
  color: #E4FFB8;
  display: block;
}

/* line 481, app/assets/stylesheets/sales_contracts.scss */
.sales-btn-small {
  max-width: 200px;
}

/* line 485, app/assets/stylesheets/sales_contracts.scss */
.title-subline {
  font-weight: 700;
  line-height: 26px;
  font-size: 21px;
  margin-bottom: 20px;
}

/* line 492, app/assets/stylesheets/sales_contracts.scss */
.subtext {
  font-size: 16px;
}

/* line 496, app/assets/stylesheets/sales_contracts.scss */
.terms-and-conditions {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}

/* line 501, app/assets/stylesheets/sales_contracts.scss */
.terms-and-conditions .paragraph-header-click-zone {
  position: relative;
  padding: 16px 0;
}

/* line 505, app/assets/stylesheets/sales_contracts.scss */
.terms-and-conditions .paragraph-header-click-zone .material-icons {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 512, app/assets/stylesheets/sales_contracts.scss */
.terms-and-conditions .paragraph-header-click-zone .material-icons:hover {
  cursor: pointer;
}

/* line 517, app/assets/stylesheets/sales_contracts.scss */
.terms-and-conditions .paragraph-header {
  font-size: 15px;
}

/* line 522, app/assets/stylesheets/sales_contracts.scss */
.fine-print {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}

/* line 528, app/assets/stylesheets/sales_contracts.scss */
.edit-license-container,
.edit-insurance-container {
  padding: 20px 40px 50px;
}

/* line 533, app/assets/stylesheets/sales_contracts.scss */
.provider-edit-address {
  margin-bottom: 33px;
}

/* line 537, app/assets/stylesheets/sales_contracts.scss */
.edit-license-container,
.edit-insurance-container,
.provider-edit-address {
  color: #1E1E1E;
}

/* line 542, app/assets/stylesheets/sales_contracts.scss */
.edit-license-container .location-name,
.edit-insurance-container .location-name,
.provider-edit-address .location-name {
  font-size: 18px;
  font-weight: 700;
}

/* line 547, app/assets/stylesheets/sales_contracts.scss */
.edit-license-container .location-ppl-address,
.edit-insurance-container .location-ppl-address,
.provider-edit-address .location-ppl-address {
  font-size: 16px;
  font-weight: 400;
}

/* line 552, app/assets/stylesheets/sales_contracts.scss */
.edit-license-container .license-field, .edit-license-container .business-name-field, .edit-license-container .location-field,
.edit-insurance-container .license-field,
.edit-insurance-container .business-name-field,
.edit-insurance-container .location-field,
.provider-edit-address .license-field,
.provider-edit-address .business-name-field,
.provider-edit-address .location-field {
  border-radius: 12px;
  padding: 10px 15px;
  font-weight: 700;
}

/* line 558, app/assets/stylesheets/sales_contracts.scss */
.edit-license-container .right-inner-addon,
.edit-insurance-container .right-inner-addon,
.provider-edit-address .right-inner-addon {
  position: relative;
}

/* line 562, app/assets/stylesheets/sales_contracts.scss */
.edit-license-container .right-inner-addon i,
.edit-insurance-container .right-inner-addon i,
.provider-edit-address .right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 8px 10px;
  color: #B3BAC1;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 570, app/assets/stylesheets/sales_contracts.scss */
  .edit-license-container .pl-10,
.edit-insurance-container .pl-10,
.provider-edit-address .pl-10 {
    padding-left: 10px;
    padding-top: 0;
  }
}

/* line 577, app/assets/stylesheets/sales_contracts.scss */
.form-label.within-form-field {
  position: absolute;
  padding: 6px 0 6px 15px;
  font-size: .8rem;
}

/* line 582, app/assets/stylesheets/sales_contracts.scss */
.form-field.header-padding {
  padding-top: 30px;
}

/* line 586, app/assets/stylesheets/sales_contracts.scss */
.find-license-details-container {
  text-align: center;
  margin-top: 30px;
}

/* line 589, app/assets/stylesheets/sales_contracts.scss */
.find-license-details-container a {
  font-weight: 600;
  font-size: .9rem;
  color: #377A69 !important;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 598, app/assets/stylesheets/sales_contracts.scss */
  .ppl-area-container .ppl-area-budget {
    padding-left: 50px;
  }
  /* line 602, app/assets/stylesheets/sales_contracts.scss */
  .ppl-area-container .ppl-area-business {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 609, app/assets/stylesheets/sales_contracts.scss */
  .sales-contract-title-container {
    padding-left: 15px;
  }
  /* line 612, app/assets/stylesheets/sales_contracts.scss */
  .sales-contract-title-container .title {
    font-size: 6vw;
  }
  /* line 615, app/assets/stylesheets/sales_contracts.scss */
  .sales-contract-title-container .breadcrumbs {
    display: none;
  }
  /* line 619, app/assets/stylesheets/sales_contracts.scss */
  .sales-contract-title-container .colorwave {
    width: 180px;
    height: 45px;
    background-size: contain;
  }
  /* line 625, app/assets/stylesheets/sales_contracts.scss */
  .sales-btn {
    max-width: 100%;
  }
  /* line 628, app/assets/stylesheets/sales_contracts.scss */
  .sales-contract-content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 635, app/assets/stylesheets/sales_contracts.scss */
  .edit-license-container .location-container,
.edit-insurance-container .location-container {
    padding-top: 0px;
  }
  /* line 638, app/assets/stylesheets/sales_contracts.scss */
  .edit-license-container .location-container &gt; div,
.edit-insurance-container .location-container &gt; div {
    padding-top: 20px;
    padding-left: 0px;
  }
}

/* line 645, app/assets/stylesheets/sales_contracts.scss */
.business-description-container {
  color: #1E1E1E;
  display: inline-block;
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
  width: 100%;
}

/* line 653, app/assets/stylesheets/sales_contracts.scss */
.business-description-container .textarea-headline {
  font-size: 21px;
  font-weight: 700;
}

/* line 657, app/assets/stylesheets/sales_contracts.scss */
.business-description-container .textarea-headline.-secondary {
  font-size: 18px;
}

/* line 662, app/assets/stylesheets/sales_contracts.scss */
.business-description-container .textarea-subline {
  font-size: 18px;
  font-weight: 400;
  margin-top: 8px;
}

/* line 668, app/assets/stylesheets/sales_contracts.scss */
.business-description-container textarea {
  font-size: 16px;
  margin-top: 25px;
  border-radius: 12px;
  transition: border-color 200ms;
}

/* line 674, app/assets/stylesheets/sales_contracts.scss */
.business-description-container textarea:hover, .business-description-container textarea:focus {
  border-color: #083093;
}

/* line 678, app/assets/stylesheets/sales_contracts.scss */
.business-description-container textarea::placeholder {
  color: #667483;
}

/* line 683, app/assets/stylesheets/sales_contracts.scss */
.business-description-container .textarea-container {
  position: relative;
  padding-bottom: 20px;
}

/* line 688, app/assets/stylesheets/sales_contracts.scss */
.business-description-container .textarea-restriction {
  position: absolute;
  bottom: 0;
  left: 8px;
  color: #505D6D;
  font-size: 12px;
  font-weight: 400;
}

/* line 697, app/assets/stylesheets/sales_contracts.scss */
.business-description-container .textarea-restriction.danger {
  color: #cc0000;
}

/* line 701, app/assets/stylesheets/sales_contracts.scss */
.business-description-container .example-info-text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}

/* line 707, app/assets/stylesheets/sales_contracts.scss */
.business-description-container .pencil-img {
  margin-bottom: 15px;
}

/* line 712, app/assets/stylesheets/sales_contracts.scss */
.locations-photos-container, .locations-attributes-container {
  padding: 40px 0 80px 0;
}

/* line 715, app/assets/stylesheets/sales_contracts.scss */
.locations-photos-container .providers-container, .locations-attributes-container .providers-container {
  padding-right: 48px;
  margin-bottom: 25px;
}

/* line 720, app/assets/stylesheets/sales_contracts.scss */
.locations-photos-container .provider-row-container, .locations-attributes-container .provider-row-container {
  padding: 24px;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 726, app/assets/stylesheets/sales_contracts.scss */
.locations-photos-container .provider-row-container.selected, .locations-attributes-container .provider-row-container.selected {
  margin-top: -1px;
  border-radius: 24px;
  border: 1px solid #fff;
  box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.26);
}

/* line 733, app/assets/stylesheets/sales_contracts.scss */
.locations-photos-container .provider-row-container .provider-content, .locations-attributes-container .provider-row-container .provider-content {
  max-width: 70%;
}

/* line 737, app/assets/stylesheets/sales_contracts.scss */
.locations-photos-container .provider-row-container .provider-name, .locations-attributes-container .provider-row-container .provider-name {
  font-size: 16px;
  font-weight: 600;
}

/* line 742, app/assets/stylesheets/sales_contracts.scss */
.locations-photos-container .provider-row-container .provider-location, .locations-attributes-container .provider-row-container .provider-location {
  font-size: 14px;
}

/* line 746, app/assets/stylesheets/sales_contracts.scss */
.locations-photos-container .provider-row-container .photo-locations-radio, .locations-photos-container .provider-row-container .attributes-locations-radio, .locations-attributes-container .provider-row-container .photo-locations-radio, .locations-attributes-container .provider-row-container .attributes-locations-radio {
  transform: scale(1.5);
  cursor: pointer;
  margin-left: 0;
  margin-right: 26px;
}

/* line 753, app/assets/stylesheets/sales_contracts.scss */
.locations-photos-container .provider-row-container .looks-good-label, .locations-attributes-container .provider-row-container .looks-good-label {
  position: absolute;
  color: #027854;
  background-color: #E6F3EE;
  font-size: 12px;
  font-weight: 600;
  min-width: 77px;
  text-align: center;
  max-height: 16px;
  border-radius: 5px;
  line-height: 16px;
  right: -10px;
}

/* line 768, app/assets/stylesheets/sales_contracts.scss */
.locations-photos-container .bottom-line, .locations-attributes-container .bottom-line {
  margin: 0 auto;
  width: 90%;
  border-bottom: 1px solid #CCD1D6;
}

/* line 774, app/assets/stylesheets/sales_contracts.scss */
.locations-photos-container .locations-action-btn, .locations-attributes-container .locations-action-btn {
  padding: 14px 16px;
  margin-top: 40px;
  background-color: #025747;
  border: 1px solid #025747;
  color: #E4FFB8;
  text-decoration: none;
  font-size: 21px;
  border-radius: 100px;
  max-width: 272px;
  text-align: center;
  cursor: pointer;
}

/* line 789, app/assets/stylesheets/sales_contracts.scss */
.provider-attributes-container.edit {
  padding-bottom: 100px;
  width: 100%;
}

/* line 795, app/assets/stylesheets/sales_contracts.scss */
.provider-photos-container .add-photos-title, .provider-attributes-container .add-photos-title {
  font-size: 18px;
  font-weight: 600;
}

/* line 800, app/assets/stylesheets/sales_contracts.scss */
.provider-photos-container .photos-container, .provider-attributes-container .photos-container {
  padding-top: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* line 807, app/assets/stylesheets/sales_contracts.scss */
.provider-photos-container .add-new-photo-container, .provider-attributes-container .add-new-photo-container {
  width: 221px;
  border-radius: 16px;
  border: 2px dashed #025747;
  padding: 35px;
  margin-right: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}

/* line 817, app/assets/stylesheets/sales_contracts.scss */
.provider-photos-container .plus-sign, .provider-attributes-container .plus-sign {
  width: 40px;
  height: 40px;
  margin: 0 auto 16px auto;
}

/* line 823, app/assets/stylesheets/sales_contracts.scss */
.provider-photos-container .add-pic-text, .provider-attributes-container .add-pic-text {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

/* line 829, app/assets/stylesheets/sales_contracts.scss */
.provider-photos-container .primary-photo-container, .provider-attributes-container .primary-photo-container {
  width: 221px;
  height: 154px;
  border-radius: 16px;
  border: 2px dashed #CCD1D6;
  position: absolute;
  left: 245px;
}

/* line 837, app/assets/stylesheets/sales_contracts.scss */
.provider-photos-container .primary-photo-container span, .provider-attributes-container .primary-photo-container span {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-top: -30px;
  display: block;
  color: #027854;
}

/* line 847, app/assets/stylesheets/sales_contracts.scss */
.provider-photos-container .provider-photo-container, .provider-attributes-container .provider-photo-container {
  width: 221px;
  height: 154px;
  margin-right: 24px;
  margin-bottom: 24px;
  position: relative;
}

/* line 854, app/assets/stylesheets/sales_contracts.scss */
.provider-photos-container .provider-photo-container img, .provider-attributes-container .provider-photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* line 861, app/assets/stylesheets/sales_contracts.scss */
.provider-photos-container .provider-photo-container .edit-photo-btn, .provider-attributes-container .provider-photo-container .edit-photo-btn {
  width: 40px;
  height: 40px;
  right: 52px;
  bottom: 4px;
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* line 872, app/assets/stylesheets/sales_contracts.scss */
.provider-photos-container .provider-photo-container .edit-photo-btn i, .provider-attributes-container .provider-photo-container .edit-photo-btn i {
  color: #213F5F;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 8px;
  top: 8px;
}

/* line 882, app/assets/stylesheets/sales_contracts.scss */
.provider-photos-container .provider-photo-container .remove-photo-btn, .provider-attributes-container .provider-photo-container .remove-photo-btn {
  width: 40px;
  height: 40px;
  right: 4px;
  bottom: 4px;
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* line 893, app/assets/stylesheets/sales_contracts.scss */
.provider-photos-container .provider-photo-container .remove-photo-btn i, .provider-attributes-container .provider-photo-container .remove-photo-btn i {
  color: #213F5F;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 8px;
  top: 8px;
}

/* line 906, app/assets/stylesheets/sales_contracts.scss */
.edit-photo-modal .modal-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

/* line 912, app/assets/stylesheets/sales_contracts.scss */
.edit-photo-modal .resize-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* line 918, app/assets/stylesheets/sales_contracts.scss */
.edit-photo-modal .resize-image-container {
  margin-bottom: 32px;
}

/* line 922, app/assets/stylesheets/sales_contracts.scss */
.edit-photo-modal .image-text {
  margin-bottom: 40px;
}

/* line 926, app/assets/stylesheets/sales_contracts.scss */
.edit-photo-modal .action-buttons {
  display: flex;
  justify-content: flex-end;
}

/* line 931, app/assets/stylesheets/sales_contracts.scss */
.edit-photo-modal .cancel-btn {
  padding: 8px 16px;
  color: #1E1E1E;
  font-size: 18px;
  border-radius: 100px;
  min-width: 135px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #213F5F;
  margin-right: 16px;
}

/* line 943, app/assets/stylesheets/sales_contracts.scss */
.edit-photo-modal .save-btn {
  padding: 8px 16px;
  background-color: #213F5F;
  color: #fff;
  font-size: 18px;
  border-radius: 100px;
  min-width: 144px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #213F5F;
}

/* line 956, app/assets/stylesheets/sales_contracts.scss */
.locations-select-container {
  display: none;
}

@media all and (min-width: 992px) and (max-width: 1015px) {
  /* line 960, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container {
    padding: 40px 65px 80px;
  }
}

@media all and (max-width: 992px) {
  /* line 965, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .locations-action-btn {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 535px) {
  /* line 970, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .locations-action-btn, .sales-photos-container .provider-row-container, .sales-photos-container .bottom-line {
    display: none;
  }
  /* line 973, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .locations-photos-container, .sales-photos-container .locations-attributes-container {
    padding: 10px 0 80px 0;
  }
  /* line 976, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .locations-select-container {
    display: block;
  }
  /* line 979, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .locations-select-container .select-label {
    font-size: 16px;
    color: #505D6D;
    font-weight: 600;
    margin-left: 5px;
    display: block;
  }
  /* line 986, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .locations-select-container .line {
    border-bottom: 1px solid #CCD1D6;
    margin-top: 34px;
    margin-bottom: 40px;
  }
  /* line 993, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .provider-photos-container .add-photos-title, .sales-photos-container .provider-attributes-container .add-photos-title {
    display: none;
  }
  /* line 997, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .provider-photos-container .add-new-photo-container, .sales-photos-container .provider-attributes-container .add-new-photo-container {
    width: 152px;
    height: 114px;
    padding: 25px 13px;
  }
  /* line 1003, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .provider-photos-container .plus-sign, .sales-photos-container .provider-attributes-container .plus-sign {
    width: 30px;
    height: 30px;
    margin: 0 auto 5px auto;
  }
  /* line 1008, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .provider-photos-container .plus-sign svg, .sales-photos-container .provider-attributes-container .plus-sign svg {
    width: 30px;
    height: 30px;
  }
  /* line 1014, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .provider-photos-container .add-pic-text, .sales-photos-container .provider-attributes-container .add-pic-text {
    font-size: 18px;
  }
  /* line 1018, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .provider-photos-container .primary-photo-container, .sales-photos-container .provider-attributes-container .primary-photo-container {
    width: 152px;
    height: 114px;
    left: 176px;
  }
  /* line 1024, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .provider-photos-container .provider-photo-container, .sales-photos-container .provider-attributes-container .provider-photo-container {
    width: 152px;
    height: 114px;
  }
  /* line 1028, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .provider-photos-container .provider-photo-container:nth-child(odd), .sales-photos-container .provider-attributes-container .provider-photo-container:nth-child(odd) {
    margin-right: 0;
  }
  /* line 1032, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .provider-photos-container .provider-photo-container .edit-photo-btn, .sales-photos-container .provider-attributes-container .provider-photo-container .edit-photo-btn {
    width: 32px;
    height: 32px;
    right: 40px;
  }
  /* line 1037, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .provider-photos-container .provider-photo-container .edit-photo-btn i, .sales-photos-container .provider-attributes-container .provider-photo-container .edit-photo-btn i {
    width: 14px;
    height: 14px;
    left: 6px;
    top: 5px;
    transform: scale(0.75);
  }
  /* line 1046, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .provider-photos-container .provider-photo-container .remove-photo-btn, .sales-photos-container .provider-attributes-container .provider-photo-container .remove-photo-btn {
    width: 32px;
    height: 32px;
  }
  /* line 1050, app/assets/stylesheets/sales_contracts.scss */
  .sales-photos-container .provider-photos-container .provider-photo-container .remove-photo-btn i, .sales-photos-container .provider-attributes-container .provider-photo-container .remove-photo-btn i {
    width: 14px;
    height: 14px;
    left: 6px;
    top: 5px;
    transform: scale(0.75);
  }
}

/* line 1063, app/assets/stylesheets/sales_contracts.scss */
.enrollment-photo-examples-container {
  display: flex;
  flex-direction: column;
  height: 380px;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 1063, app/assets/stylesheets/sales_contracts.scss */
  .enrollment-photo-examples-container {
    margin-top: 30px;
  }
}

/* line 1073, app/assets/stylesheets/sales_contracts.scss */
.photos-done-btn {
  margin-top: 40px;
}

/* line 1076, app/assets/stylesheets/sales_contracts.scss */
.photos-done-btn .sales-btn {
  width: 200px;
}

/* line 1081, app/assets/stylesheets/sales_contracts.scss */
.photos-skip-btn {
  text-align: end;
}

/* line 1084, app/assets/stylesheets/sales_contracts.scss */
.photos-skip-btn .sales-btn {
  width: 170px;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 1081, app/assets/stylesheets/sales_contracts.scss */
  .photos-skip-btn {
    margin-top: 30px;
  }
  /* line 1091, app/assets/stylesheets/sales_contracts.scss */
  .photos-skip-btn .sales-btn {
    width: 100%;
  }
}

/* line 1097, app/assets/stylesheets/sales_contracts.scss */
.enrollment-photos {
  flex-grow: 1;
  align-self: flex-end;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 1097, app/assets/stylesheets/sales_contracts.scss */
  .enrollment-photos {
    align-self: flex-start;
  }
}

/* line 1106, app/assets/stylesheets/sales_contracts.scss */
.enrollment-photo-examples {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 1111, app/assets/stylesheets/sales_contracts.scss */
.enrollment-photo-examples .enrollment-photo-item {
  border-radius: 15px;
  background-color: #ffffff;
  margin-top: 15px;
  margin-right: 8px;
  height: 96px;
  width: 96px;
}

/* line 1119, app/assets/stylesheets/sales_contracts.scss */
.enrollment-photo-examples .enrollment-photo-item.-sachi {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/sachi-p.jpg");
  background-size: 100%;
}

/* line 1124, app/assets/stylesheets/sales_contracts.scss */
.enrollment-photo-examples .enrollment-photo-item.-house {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/center-exterior.jpg");
  background-size: 100%;
}

/* line 1129, app/assets/stylesheets/sales_contracts.scss */
.enrollment-photo-examples .enrollment-photo-item.-kid {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/art-table.jpg");
  background-size: 100%;
}

/* line 1134, app/assets/stylesheets/sales_contracts.scss */
.enrollment-photo-examples .enrollment-photo-item.-crest {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/care-crest.jpg");
  background-size: 100%;
}

/* line 1139, app/assets/stylesheets/sales_contracts.scss */
.enrollment-photo-examples .enrollment-photo-item:last-child {
  margin-right: 0;
}

/* line 1145, app/assets/stylesheets/sales_contracts.scss */
.photos-dropzone-container {
  background-color: #F6F7F8;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 300px;
}

/* line 1156, app/assets/stylesheets/sales_contracts.scss */
.photos-dropzone-container a.remove-photo {
  display: none;
}

/* line 1161, app/assets/stylesheets/sales_contracts.scss */
.photos-dropzone-container span.photo-placeholder {
  display: none;
}

/* line 1165, app/assets/stylesheets/sales_contracts.scss */
.photos-dropzone-container .change-photo-link {
  cursor: pointer;
  color: #015AC8;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
  width: 200px;
}

/* line 1175, app/assets/stylesheets/sales_contracts.scss */
.photos-dropzone-container .add-photo-block {
  background-color: #ffffff;
  border-radius: 16px;
  border: 2px dashed #3B71AA;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 200px;
  width: 200px;
}

/* line 1187, app/assets/stylesheets/sales_contracts.scss */
.photos-dropzone-container .add-photo-block .plus-sign {
  display: block;
  pointer-events: none;
}

/* line 1192, app/assets/stylesheets/sales_contracts.scss */
.photos-dropzone-container .add-photo-block .add-pic-text {
  color: #1E1E1E;
  margin-top: 15px;
  font-size: 21px;
  font-weight: 700;
  pointer-events: none;
}

/* line 1201, app/assets/stylesheets/sales_contracts.scss */
.photos-dropzone-container.-light {
  background-color: #ffffff;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 1145, app/assets/stylesheets/sales_contracts.scss */
  .photos-dropzone-container {
    padding: 30px 0;
  }
}

/* line 1209, app/assets/stylesheets/sales_contracts.scss */
.photos-dropzone-container .organization-photo {
  display: flex;
  justify-content: center;
  margin-right: 0;
}

/* line 1214, app/assets/stylesheets/sales_contracts.scss */
.photos-dropzone-container .organization-photo .cover.photo {
  margin: 0;
}

/* line 1219, app/assets/stylesheets/sales_contracts.scss */
.photos-dropzone-container .dz-image-preview {
  width: 100%;
}

/* line 1222, app/assets/stylesheets/sales_contracts.scss */
.photos-dropzone-container .dz-image-preview .dz-image img {
  display: none;
}

/* line 1227, app/assets/stylesheets/sales_contracts.scss */
.photos-dropzone-container .empty-btn.business-photo-upload {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  width: 200px;
}
/* line 5, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-page {
  color: #172C42;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Proxima Nova';
}

/* line 12, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-page .bold {
  font-weight: 700;
}

/* line 16, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-page .title {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Proxima Nova';
}

/* line 22, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-page .paragraph {
  font-size: 21px;
  line-height: 26px;
}

/* line 27, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-page .small {
  font-size: 16px;
  line-height: 24px;
}

/* line 32, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-page .float-right {
  float: right;
}

/* line 36, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-page .link {
  color: #015AC8;
  cursor: pointer;
}

/* line 39, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-page .link:hover {
  text-decoration: underline;
}

/* line 44, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-page .payment-errors {
  margin: 20px 0;
}

/* line 48, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-page.confirmation {
  background: #FFF1EB;
}

/* line 52, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-page a.remote {
  color: #015AC8;
}

/* line 57, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-jumbotron {
  position: relative;
  background: #FFF1EB;
  padding: 148px 0;
}

/* line 62, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-jumbotron .colorwave-top,
html.legacy .sales-contract-jumbotron .colorwave-bottom {
  position: absolute;
  width: 518px;
  height: 128px;
  background: url("https://d19tb5uaenw7es.cloudfront.net/footer_colorwave_2.png");
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 62, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-contract-jumbotron .colorwave-top,
html.legacy .sales-contract-jumbotron .colorwave-bottom {
    width: 360px;
    height: 90px;
    background-size: contain;
  }
}

/* line 76, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-jumbotron .title-container-medium {
  max-width: 500px;
  margin: 0 auto;
}

/* line 81, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-jumbotron .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  font-family: 'Georgia', 'Proxima Nova', Arial, sans-serif;
  position: relative;
  z-index: 10;
  color: #172c42;
}

/* line 91, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-jumbotron .cta-container {
  margin: 30px 0;
}

/* line 94, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-jumbotron .cta-container .sales-btn.first {
  margin: 0 25px 0 0;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 94, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-contract-jumbotron .cta-container .sales-btn.first {
    margin-bottom: 35px !important;
  }
}

/* line 102, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-jumbotron .cta-container .sales-btn-outline.first {
  margin: 0 25px 0 0;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 102, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-contract-jumbotron .cta-container .sales-btn-outline.first {
    margin-bottom: 35px !important;
  }
}

/* line 111, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-jumbotron .colorwave-top {
  right: 0;
  top: 0;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 121, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-jumbotron .colorwave-bottom {
  left: 0;
  bottom: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 57, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-contract-jumbotron {
    padding: 100px 0 !important;
  }
}

/* line 137, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-title-container {
  position: relative;
  background: #FFF1EB;
  padding: 32px 0 32px 80px;
}

/* line 142, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-title-container .breadcrumbs {
  margin-bottom: 29px;
  margin-left: 3px;
}

/* line 146, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-title-container .breadcrumbs span {
  display: inline-block;
  background-color: #213F5F;
  border-radius: 50%;
  margin-right: 8px;
  height: 5px;
  width: 5px;
}

/* line 154, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-title-container .breadcrumbs span.active-breadcrumb {
  border-radius: 5px;
  width: 16px;
}

/* line 160, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-title-container .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  font-family: 'Georgia', 'Proxima Nova', Arial, sans-serif;
  position: relative;
  z-index: 10;
}

/* line 169, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-title-container .colorwave {
  position: absolute;
  width: 518px;
  height: 128px;
  right: 0;
  bottom: 0;
  background: url("https://d19tb5uaenw7es.cloudfront.net/footer_colorwave_2.png");
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 169, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-contract-title-container .colorwave {
    width: 180px;
    height: 45px;
    background-size: contain;
  }
}

/* line 185, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container,
html.legacy .organization-areas-container {
  padding: 40px 80px 80px;
  font-family: "Proxima Nova";
}

/* line 190, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container.-no-padding-top,
html.legacy .organization-areas-container.-no-padding-top {
  padding-top: 0;
}

/* line 194, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .terms-button,
html.legacy .organization-areas-container .terms-button {
  margin-bottom: 40px;
}

/* line 196, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .terms-button a, html.legacy .sales-contract-content-container .terms-button a:focus, html.legacy .sales-contract-content-container .terms-button a:visited,
html.legacy .organization-areas-container .terms-button a,
html.legacy .organization-areas-container .terms-button a:focus,
html.legacy .organization-areas-container .terms-button a:visited {
  color: #015AC8;
}

/* line 199, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .terms-button a:hover,
html.legacy .organization-areas-container .terms-button a:hover {
  color: #015AC8;
}

/* line 204, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .organization-areas-container,
html.legacy .organization-areas-container .organization-areas-container {
  padding-right: 24px;
}

/* line 207, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .organization-areas-container .acc-form-input,
html.legacy .organization-areas-container .organization-areas-container .acc-form-input {
  border-radius: 12px;
  padding: 25px 10px 8px 12px;
  color: #172C42;
}

/* line 212, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .organization-areas-container .within-form-field,
html.legacy .organization-areas-container .organization-areas-container .within-form-field {
  padding: 6px 0 0 14px;
}

/* line 216, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .organization-areas-container .field-hint,
html.legacy .organization-areas-container .organization-areas-container .field-hint {
  color: #667483;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

/* line 223, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .organization-areas-container.-without-offset,
html.legacy .organization-areas-container .organization-areas-container.-without-offset {
  padding: 0;
}

/* line 228, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .confirmation-image-container,
html.legacy .organization-areas-container .confirmation-image-container {
  padding: 40px;
  display: block;
  text-align: center;
}

/* line 234, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .confirmation-image-container img,
html.legacy .organization-areas-container .confirmation-image-container img {
  width: 100%;
  max-width: 320px;
  height: auto;
}

/* line 240, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .confirmation-text-container,
html.legacy .organization-areas-container .confirmation-text-container {
  padding: 60px;
}

/* line 244, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .confirmation-text-container .title,
html.legacy .organization-areas-container .confirmation-text-container .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  font-family: 'Georgia', 'Proxima Nova', Arial, sans-serif;
}

/* line 252, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container #new_card #card-info,
html.legacy .organization-areas-container #new_card #card-info {
  margin: 1.5em auto 0;
}

/* line 257, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .photos-headline, html.legacy .sales-contract-content-container .attributes-headline,
html.legacy .organization-areas-container .photos-headline,
html.legacy .organization-areas-container .attributes-headline {
  font-size: 21px;
  font-weight: 700;
}

/* line 262, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-contract-content-container .photos-subline, html.legacy .sales-contract-content-container .attributes-subline,
html.legacy .organization-areas-container .photos-subline,
html.legacy .organization-areas-container .attributes-subline {
  font-size: 18px;
  font-weight: 400;
  margin-top: 8px;
}

/* line 269, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .ppl-area-container {
  position: relative;
  padding: 24px 0;
  border-top: 1px solid #CCD1D6;
}

/* line 274, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .ppl-area-container .ppl-area-icon {
  position: absolute;
  height: 32px;
  width: 32px;
  margin-top: 9px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAOgSURBVHgB7ZZLSFRRGMe/MzcjfMBQSalBPsJQUQedTUJygxwSFHwQqGkplFIEFbiqhTObaKFGq9RNluK48REKydhiNJAWKlNKqegwbkwhaECTUGZO57vzYOY+57Fo0w+Gc+aec77vf8/5zvddgH8MgRgx8DV6gFN6378/bod90g0xEJUAw/UGniO6O0BIDQDVi4ZdzJrdQ+l7h806GanNiAT4HJMu5pgPPEtJSoTk5EShf3BwCPu/D8PEEK+3bfHjqF3LtqaAElNTF5tkDjhtrKuE6opySDt3NmzextY2rDu3YWBoDH7s/RSeUbZu2TZiiVlAienWSwL0MfbbW+qhsfaGIEKLgeFxQYhfxeDS7EgbRAu+eampifK1d+nil280WtY3XWztPYo20JaSH07uoYFvyNRxRAik588eQpmxGKLlzGk9FOZdgunZedxmPiOrYG7HueoSz9PJLeYSuDfYtjfXA3/FCLFSWpTHjq1S6FMMYhkkAgz8TQMQyqezIKs2XYV4aW+uY3GTBHiDjOw2aQrQJSS0YltSlM8iPRXiJYVd1Sr/i3iF/KEhgAARDrzaVA5qWCdmoOnBU+FnnfigOpcvM/ptgySYTkhmE2rAJjfnIigxMDzGrtl48H8PywFI4LzF5Gb7bRFiEI/JBaGQYtXu+5TtE0hFjSvOT0lODLOtJUAoKqLUGgamXjH7B8rz1cakAihxYLPh31Y58HqJqapQjpkNZ9CWQ1MAJXQOW7XA6ursCAZWQFBHS53i/GnbvM829dkORVILDHyrnjt59Av7U+9eSYpOKIFjUosXLEzVtx8JfY/Om+WYGXWFjkt2wGEfZDFA32Lf3N0HaqBjreIULEoEBsXOZQX4lFIza9xLX7+DfWERYmWKbf0UqwWsLLs9xCtblmUFoFLqpcICS09/sL5HA64JXE0doRa5t0c4RQPO1c/p2UX80fFxJt4IrcwoptPS64t+Su1LNut9pXk6NSMeztNGgbrwKHpeD0GkYKbENbjWw1HVjxFObXB3c9V9IbtojhJoWF3bPIXPSovzQct5IE17KbnGPlDXIFYByI5zZTctu2CPsEqGb5V2PhUuK9QJDLjevmGhTwh9shzB17GmAITFgyMjpxBzBj+3sCQrAp1buvt9zlnsLtqsLyKxHZEAZGdrxa4kQup8xByp3YgFKInASI/VuX9N9BhNTWaWXLpEhqJ2jkS1AwFCdyIe53FTUtHQij/4Txz8BXMJmbuGz/1jAAAAAElFTkSuQmCC");
}

/* line 282, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .ppl-area-container .ppl-area-name {
  padding-left: 50px;
}

/* line 286, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .ppl-area-container .ppl-area-business {
  padding-left: 25px;
}

/* line 290, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .ppl-area-container .helper-icon .material-icons {
  color: #BCBCBC;
  cursor: pointer;
  font-size: 18px;
  line-height: 16px;
}

/* line 297, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .ppl-area-container .ppl-area-info {
  margin-top: 15px;
  font-size: 14px;
  color: #505D6D;
}

/* line 302, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .ppl-area-container .ppl-area-info:first-child {
  margin-top: 0;
}

/* line 307, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .ppl-area-container .ppl-area-text {
  color: #172C42;
  font-size: 16px;
  font-weight: 700;
}

/* line 313, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .ppl-area-container .ppl-area-make-corrections {
  color: #015AC8;
  cursor: pointer;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
}

/* line 321, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .ppl-area-container.-secondary {
  border-top: none;
  border-bottom: 1px solid #CCD1D6;
}

/* line 327, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .invoicing-terms-container {
  margin-top: 50px;
}

/* line 329, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .invoicing-terms-container .invoice-terms {
  font-size: 1rem;
}

/* line 334, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .accept-terms-container, html.legacy .review-enrollment-container {
  padding: 24px 24px 34px 24px;
  border: 1px solid #CCD1D6;
  border-radius: 8px;
}

/* line 339, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .accept-terms-container hr, html.legacy .review-enrollment-container hr {
  background: #CCD1D6;
}

/* line 343, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .accept-terms-container .sales-btn, html.legacy .review-enrollment-container .sales-btn {
  max-width: none;
}

/* line 348, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .accepted-at-timestamp {
  margin-bottom: 24px;
  font-size: 16px;
  font-style: italic;
}

/* line 354, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn {
  background-color: #EF5844;
  border: 1px solid #EF5844;
  color: white;
  text-decoration: none;
  border-radius: 28px;
  padding: 14px;
  cursor: pointer;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

/* line 369, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn:visited {
  color: #FFFFFF;
  border-color: #EF5844;
}

/* line 373, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn:hover {
  color: #FFFFFF;
  background-color: #F38172;
  text-decoration: none;
  border: 1px solid #F38172;
}

/* line 379, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn:active {
  color: #FFFFFF;
  background-color: #CF230C;
  border: 1px solid #CF230C;
}

/* line 384, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn:focus {
  color: #FFFFFF;
  border: 1px solid #083093;
}

/* line 388, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn:disabled, html.legacy .sales-btn.disabled {
  border: 1px solid #E6E8EA;
  background-color: #E6E8EA;
  color: #808B98;
}

/* line 394, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn.-skip-btn {
  background-color: #ffffff;
  color: inherit;
  border: 1px solid #172C42;
}

/* line 399, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn.-skip-btn * {
  color: #172C42;
}

/* line 404, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn.-verify-license-btn {
  margin-top: 50px;
}

/* line 408, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn.-edit-license-btn, html.legacy .sales-btn.-edit-insurance-btn {
  background-color: #213F5F;
  display: block;
}

/* line 415, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn-outline {
  background-color: #FFFFFF;
  border: 1px solid #213F5F;
  color: #172C42;
  text-decoration: none;
  border-radius: 28px;
  padding: 14px;
  cursor: pointer;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

/* line 430, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn-outline:visited {
  background-color: #FFFFFF;
  border: 1px solid #213F5F;
  color: #172C42;
}

/* line 435, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn-outline:hover {
  border: 1px solid #213F5F;
  background-color: #E7F0FB;
  text-decoration: none;
  color: #172C42;
}

/* line 441, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn-outline:active {
  background-color: #CEE0F3;
  border: 1px solid #213F5F;
  color: #172C42;
}

/* line 446, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn-outline:focus {
  background-color: #FFFFFF;
  border: 1px solid #083093;
  color: #172C42;
}

/* line 451, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn-outline:disabled, html.legacy .sales-btn-outline.disabled {
  background-color: #FFFFFF;
  border: 1px solid #C6C6C6;
  color: #C6C6C6;
}

/* line 457, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn-outline.-verify-license-btn {
  margin-top: 50px;
}

/* line 461, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn-outline.-edit-license-btn, html.legacy .sales-btn-outline.-edit-insurance-btn {
  background-color: #025747;
  color: #E4FFB8;
  display: block;
}

/* line 469, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .sales-btn-small {
  max-width: 200px;
}

/* line 473, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .title-subline {
  font-weight: 700;
  line-height: 26px;
  font-size: 21px;
  margin-bottom: 20px;
}

/* line 480, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .subtext {
  font-size: 16px;
}

/* line 484, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .terms-and-conditions {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}

/* line 489, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .terms-and-conditions .paragraph-header-click-zone {
  position: relative;
  padding: 16px 0;
}

/* line 493, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .terms-and-conditions .paragraph-header-click-zone .material-icons {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 500, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .terms-and-conditions .paragraph-header-click-zone .material-icons:hover {
  cursor: pointer;
}

/* line 505, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .terms-and-conditions .paragraph-header {
  font-size: 15px;
}

/* line 510, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .fine-print {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}

/* line 516, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-license-container,
html.legacy .edit-insurance-container {
  padding: 20px 40px 50px;
}

/* line 521, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-edit-address {
  margin-bottom: 33px;
}

/* line 525, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-license-container,
html.legacy .edit-insurance-container,
html.legacy .provider-edit-address {
  color: #172C42;
}

/* line 530, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-license-container .location-name,
html.legacy .edit-insurance-container .location-name,
html.legacy .provider-edit-address .location-name {
  font-size: 18px;
  font-weight: 700;
}

/* line 535, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-license-container .location-ppl-address,
html.legacy .edit-insurance-container .location-ppl-address,
html.legacy .provider-edit-address .location-ppl-address {
  font-size: 16px;
  font-weight: 400;
}

/* line 540, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-license-container .license-field, html.legacy .edit-license-container .business-name-field, html.legacy .edit-license-container .location-field,
html.legacy .edit-insurance-container .license-field,
html.legacy .edit-insurance-container .business-name-field,
html.legacy .edit-insurance-container .location-field,
html.legacy .provider-edit-address .license-field,
html.legacy .provider-edit-address .business-name-field,
html.legacy .provider-edit-address .location-field {
  border-radius: 12px;
  padding: 10px 15px;
  font-weight: 700;
}

/* line 546, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-license-container .right-inner-addon,
html.legacy .edit-insurance-container .right-inner-addon,
html.legacy .provider-edit-address .right-inner-addon {
  position: relative;
}

/* line 550, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-license-container .right-inner-addon i,
html.legacy .edit-insurance-container .right-inner-addon i,
html.legacy .provider-edit-address .right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 8px 10px;
  color: #B3BAC1;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 558, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .edit-license-container .pl-10,
html.legacy .edit-insurance-container .pl-10,
html.legacy .provider-edit-address .pl-10 {
    padding-left: 10px;
    padding-top: 0;
  }
}

/* line 565, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .form-label.within-form-field {
  position: absolute;
  padding: 6px 0 6px 15px;
  font-size: .8rem;
}

/* line 570, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .form-field.header-padding {
  padding-top: 30px;
}

/* line 574, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .find-license-details-container {
  text-align: center;
  margin-top: 30px;
}

/* line 577, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .find-license-details-container a {
  font-weight: 600;
  font-size: .9rem;
  color: #015AC8 !important;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 586, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .ppl-area-container .ppl-area-budget {
    padding-left: 50px;
  }
  /* line 590, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .ppl-area-container .ppl-area-business {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 597, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-contract-title-container {
    padding-left: 15px;
  }
  /* line 600, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-contract-title-container .title {
    font-size: 6vw;
  }
  /* line 603, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-contract-title-container .breadcrumbs {
    display: none;
  }
  /* line 607, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-contract-title-container .colorwave {
    width: 180px;
    height: 45px;
    background-size: contain;
  }
  /* line 613, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-btn {
    max-width: 100%;
  }
  /* line 616, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-contract-content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 623, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .edit-license-container .location-container,
html.legacy .edit-insurance-container .location-container {
    padding-top: 0px;
  }
  /* line 626, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .edit-license-container .location-container &gt; div,
html.legacy .edit-insurance-container .location-container &gt; div {
    padding-top: 20px;
    padding-left: 0px;
  }
}

/* line 633, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .business-description-container {
  color: #172C42;
  display: inline-block;
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
  width: 100%;
}

/* line 641, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .business-description-container .textarea-headline {
  font-size: 21px;
  font-weight: 700;
}

/* line 645, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .business-description-container .textarea-headline.-secondary {
  font-size: 18px;
}

/* line 650, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .business-description-container .textarea-subline {
  font-size: 18px;
  font-weight: 400;
  margin-top: 8px;
}

/* line 656, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .business-description-container textarea {
  font-size: 16px;
  margin-top: 25px;
  border-radius: 12px;
  transition: border-color 200ms;
}

/* line 662, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .business-description-container textarea:hover, html.legacy .business-description-container textarea:focus {
  border-color: #083093;
}

/* line 666, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .business-description-container textarea::placeholder {
  color: #667483;
}

/* line 671, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .business-description-container .textarea-container {
  position: relative;
  padding-bottom: 20px;
}

/* line 676, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .business-description-container .textarea-restriction {
  position: absolute;
  bottom: 0;
  left: 8px;
  color: #505D6D;
  font-size: 12px;
  font-weight: 400;
}

/* line 685, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .business-description-container .textarea-restriction.danger {
  color: #cc0000;
}

/* line 689, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .business-description-container .example-info-text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}

/* line 695, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .business-description-container .pencil-img {
  margin-bottom: 15px;
}

/* line 700, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .locations-photos-container, html.legacy .locations-attributes-container {
  padding: 40px 0 80px 0;
}

/* line 703, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .locations-photos-container .providers-container, html.legacy .locations-attributes-container .providers-container {
  padding-right: 48px;
  margin-bottom: 25px;
}

/* line 708, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .locations-photos-container .provider-row-container, html.legacy .locations-attributes-container .provider-row-container {
  padding: 24px;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 714, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .locations-photos-container .provider-row-container.selected, html.legacy .locations-attributes-container .provider-row-container.selected {
  margin-top: -1px;
  border-radius: 24px;
  border: 1px solid #fff;
  box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.26);
}

/* line 721, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .locations-photos-container .provider-row-container .provider-content, html.legacy .locations-attributes-container .provider-row-container .provider-content {
  max-width: 70%;
}

/* line 725, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .locations-photos-container .provider-row-container .provider-name, html.legacy .locations-attributes-container .provider-row-container .provider-name {
  font-size: 16px;
  font-weight: 600;
}

/* line 730, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .locations-photos-container .provider-row-container .provider-location, html.legacy .locations-attributes-container .provider-row-container .provider-location {
  font-size: 14px;
}

/* line 734, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .locations-photos-container .provider-row-container .photo-locations-radio, html.legacy .locations-photos-container .provider-row-container .attributes-locations-radio, html.legacy .locations-attributes-container .provider-row-container .photo-locations-radio, html.legacy .locations-attributes-container .provider-row-container .attributes-locations-radio {
  transform: scale(1.5);
  cursor: pointer;
  margin-left: 0;
  margin-right: 26px;
}

/* line 741, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .locations-photos-container .provider-row-container .looks-good-label, html.legacy .locations-attributes-container .provider-row-container .looks-good-label {
  position: absolute;
  color: #027854;
  background-color: #E6F3EE;
  font-size: 12px;
  font-weight: 600;
  min-width: 77px;
  text-align: center;
  max-height: 16px;
  border-radius: 5px;
  line-height: 16px;
  right: -10px;
}

/* line 756, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .locations-photos-container .bottom-line, html.legacy .locations-attributes-container .bottom-line {
  margin: 0 auto;
  width: 90%;
  border-bottom: 1px solid #CCD1D6;
}

/* line 762, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .locations-photos-container .locations-action-btn, html.legacy .locations-attributes-container .locations-action-btn {
  padding: 14px 16px;
  margin-top: 40px;
  background-color: #EF5844;
  color: #fff;
  font-size: 21px;
  border-radius: 100px;
  max-width: 272px;
  text-align: center;
  cursor: pointer;
}

/* line 775, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-attributes-container.edit {
  padding-bottom: 100px;
  width: 100%;
}

/* line 781, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-photos-container .add-photos-title, html.legacy .provider-attributes-container .add-photos-title {
  font-size: 18px;
  font-weight: 600;
}

/* line 786, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-photos-container .photos-container, html.legacy .provider-attributes-container .photos-container {
  padding-top: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* line 793, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-photos-container .add-new-photo-container, html.legacy .provider-attributes-container .add-new-photo-container {
  width: 221px;
  border-radius: 16px;
  border: 2px dashed #3B71AA;
  padding: 35px;
  margin-right: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}

/* line 803, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-photos-container .plus-sign, html.legacy .provider-attributes-container .plus-sign {
  width: 40px;
  height: 40px;
  margin: 0 auto 16px auto;
}

/* line 809, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-photos-container .add-pic-text, html.legacy .provider-attributes-container .add-pic-text {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

/* line 815, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-photos-container .primary-photo-container, html.legacy .provider-attributes-container .primary-photo-container {
  width: 221px;
  height: 154px;
  border-radius: 16px;
  border: 2px dashed #CCD1D6;
  position: absolute;
  left: 245px;
}

/* line 823, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-photos-container .primary-photo-container span, html.legacy .provider-attributes-container .primary-photo-container span {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-top: -30px;
  display: block;
  color: #027854;
}

/* line 833, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-photos-container .provider-photo-container, html.legacy .provider-attributes-container .provider-photo-container {
  width: 221px;
  height: 154px;
  margin-right: 24px;
  margin-bottom: 24px;
  position: relative;
}

/* line 840, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-photos-container .provider-photo-container img, html.legacy .provider-attributes-container .provider-photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* line 847, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-photos-container .provider-photo-container .edit-photo-btn, html.legacy .provider-attributes-container .provider-photo-container .edit-photo-btn {
  width: 40px;
  height: 40px;
  right: 52px;
  bottom: 4px;
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* line 858, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-photos-container .provider-photo-container .edit-photo-btn i, html.legacy .provider-attributes-container .provider-photo-container .edit-photo-btn i {
  color: #213F5F;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 8px;
  top: 8px;
}

/* line 868, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-photos-container .provider-photo-container .remove-photo-btn, html.legacy .provider-attributes-container .provider-photo-container .remove-photo-btn {
  width: 40px;
  height: 40px;
  right: 4px;
  bottom: 4px;
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* line 879, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .provider-photos-container .provider-photo-container .remove-photo-btn i, html.legacy .provider-attributes-container .provider-photo-container .remove-photo-btn i {
  color: #213F5F;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 8px;
  top: 8px;
}

/* line 892, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-photo-modal .modal-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

/* line 898, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-photo-modal .resize-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* line 904, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-photo-modal .resize-image-container {
  margin-bottom: 32px;
}

/* line 908, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-photo-modal .image-text {
  margin-bottom: 40px;
}

/* line 912, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-photo-modal .action-buttons {
  display: flex;
  justify-content: flex-end;
}

/* line 917, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-photo-modal .cancel-btn {
  padding: 8px 16px;
  color: #172C42;
  font-size: 18px;
  border-radius: 100px;
  min-width: 135px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #213F5F;
  margin-right: 16px;
}

/* line 929, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .edit-photo-modal .save-btn {
  padding: 8px 16px;
  background-color: #213F5F;
  color: #fff;
  font-size: 18px;
  border-radius: 100px;
  min-width: 144px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #213F5F;
}

/* line 942, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .locations-select-container {
  display: none;
}

@media all and (min-width: 992px) and (max-width: 1015px) {
  /* line 946, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container {
    padding: 40px 65px 80px;
  }
}

@media all and (max-width: 992px) {
  /* line 951, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .locations-action-btn {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 535px) {
  /* line 956, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .locations-action-btn, html.legacy .sales-photos-container .provider-row-container, html.legacy .sales-photos-container .bottom-line {
    display: none;
  }
  /* line 959, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .locations-photos-container, html.legacy .sales-photos-container .locations-attributes-container {
    padding: 10px 0 80px 0;
  }
  /* line 962, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .locations-select-container {
    display: block;
  }
  /* line 965, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .locations-select-container .select-label {
    font-size: 16px;
    color: #505D6D;
    font-weight: 600;
    margin-left: 5px;
    display: block;
  }
  /* line 972, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .locations-select-container .line {
    border-bottom: 1px solid #CCD1D6;
    margin-top: 34px;
    margin-bottom: 40px;
  }
  /* line 979, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .provider-photos-container .add-photos-title, html.legacy .sales-photos-container .provider-attributes-container .add-photos-title {
    display: none;
  }
  /* line 983, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .provider-photos-container .add-new-photo-container, html.legacy .sales-photos-container .provider-attributes-container .add-new-photo-container {
    width: 152px;
    height: 114px;
    padding: 25px 13px;
  }
  /* line 989, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .provider-photos-container .plus-sign, html.legacy .sales-photos-container .provider-attributes-container .plus-sign {
    width: 30px;
    height: 30px;
    margin: 0 auto 5px auto;
  }
  /* line 994, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .provider-photos-container .plus-sign svg, html.legacy .sales-photos-container .provider-attributes-container .plus-sign svg {
    width: 30px;
    height: 30px;
  }
  /* line 1000, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .provider-photos-container .add-pic-text, html.legacy .sales-photos-container .provider-attributes-container .add-pic-text {
    font-size: 18px;
  }
  /* line 1004, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .provider-photos-container .primary-photo-container, html.legacy .sales-photos-container .provider-attributes-container .primary-photo-container {
    width: 152px;
    height: 114px;
    left: 176px;
  }
  /* line 1010, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .provider-photos-container .provider-photo-container, html.legacy .sales-photos-container .provider-attributes-container .provider-photo-container {
    width: 152px;
    height: 114px;
  }
  /* line 1014, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .provider-photos-container .provider-photo-container:nth-child(odd), html.legacy .sales-photos-container .provider-attributes-container .provider-photo-container:nth-child(odd) {
    margin-right: 0;
  }
  /* line 1018, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .provider-photos-container .provider-photo-container .edit-photo-btn, html.legacy .sales-photos-container .provider-attributes-container .provider-photo-container .edit-photo-btn {
    width: 32px;
    height: 32px;
    right: 40px;
  }
  /* line 1023, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .provider-photos-container .provider-photo-container .edit-photo-btn i, html.legacy .sales-photos-container .provider-attributes-container .provider-photo-container .edit-photo-btn i {
    width: 14px;
    height: 14px;
    left: 6px;
    top: 5px;
    transform: scale(0.75);
  }
  /* line 1032, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .provider-photos-container .provider-photo-container .remove-photo-btn, html.legacy .sales-photos-container .provider-attributes-container .provider-photo-container .remove-photo-btn {
    width: 32px;
    height: 32px;
  }
  /* line 1036, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .sales-photos-container .provider-photos-container .provider-photo-container .remove-photo-btn i, html.legacy .sales-photos-container .provider-attributes-container .provider-photo-container .remove-photo-btn i {
    width: 14px;
    height: 14px;
    left: 6px;
    top: 5px;
    transform: scale(0.75);
  }
}

/* line 1049, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .enrollment-photo-examples-container {
  display: flex;
  flex-direction: column;
  height: 380px;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 1049, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .enrollment-photo-examples-container {
    margin-top: 30px;
  }
}

/* line 1059, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-done-btn {
  margin-top: 40px;
}

/* line 1062, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-done-btn .sales-btn {
  width: 200px;
}

/* line 1067, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-skip-btn {
  text-align: end;
}

/* line 1070, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-skip-btn .sales-btn {
  width: 170px;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 1067, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .photos-skip-btn {
    margin-top: 30px;
  }
  /* line 1077, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .photos-skip-btn .sales-btn {
    width: 100%;
  }
}

/* line 1083, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .enrollment-photos {
  flex-grow: 1;
  align-self: flex-end;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 1083, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .enrollment-photos {
    align-self: flex-start;
  }
}

/* line 1092, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .enrollment-photo-examples {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 1097, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .enrollment-photo-examples .enrollment-photo-item {
  border-radius: 15px;
  background-color: #ffffff;
  margin-top: 15px;
  margin-right: 8px;
  height: 96px;
  width: 96px;
}

/* line 1105, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .enrollment-photo-examples .enrollment-photo-item.-sachi {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/sachi-p.jpg");
  background-size: 100%;
}

/* line 1110, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .enrollment-photo-examples .enrollment-photo-item.-house {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/center-exterior.jpg");
  background-size: 100%;
}

/* line 1115, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .enrollment-photo-examples .enrollment-photo-item.-kid {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/art-table.jpg");
  background-size: 100%;
}

/* line 1120, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .enrollment-photo-examples .enrollment-photo-item.-crest {
  background-image: url("https://d19tb5uaenw7es.cloudfront.net/care-crest.jpg");
  background-size: 100%;
}

/* line 1125, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .enrollment-photo-examples .enrollment-photo-item:last-child {
  margin-right: 0;
}

/* line 1131, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-dropzone-container {
  background-color: #F6F7F8;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 300px;
}

/* line 1142, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-dropzone-container a.remove-photo {
  display: none;
}

/* line 1147, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-dropzone-container span.photo-placeholder {
  display: none;
}

/* line 1151, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-dropzone-container .change-photo-link {
  cursor: pointer;
  color: #015AC8;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
  width: 200px;
}

/* line 1161, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-dropzone-container .add-photo-block {
  background-color: #ffffff;
  border-radius: 16px;
  border: 2px dashed #3B71AA;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 200px;
  width: 200px;
}

/* line 1173, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-dropzone-container .add-photo-block .plus-sign {
  display: block;
  pointer-events: none;
}

/* line 1178, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-dropzone-container .add-photo-block .add-pic-text {
  color: #172C42;
  margin-top: 15px;
  font-size: 21px;
  font-weight: 700;
  pointer-events: none;
}

/* line 1187, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-dropzone-container.-light {
  background-color: #ffffff;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 1131, app/assets/stylesheets/sales_contracts_legacy.scss */
  html.legacy .photos-dropzone-container {
    padding: 30px 0;
  }
}

/* line 1195, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-dropzone-container .organization-photo {
  display: flex;
  justify-content: center;
  margin-right: 0;
}

/* line 1200, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-dropzone-container .organization-photo .cover.photo {
  margin: 0;
}

/* line 1205, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-dropzone-container .dz-image-preview {
  width: 100%;
}

/* line 1208, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-dropzone-container .dz-image-preview .dz-image img {
  display: none;
}

/* line 1213, app/assets/stylesheets/sales_contracts_legacy.scss */
html.legacy .photos-dropzone-container .empty-btn.business-photo-upload {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  width: 200px;
}
/* line 1, app/assets/stylesheets/sales_footer.css.scss */
.sales-footer-container {
  position: relative;
  padding: 48px 80px;
  background: #F6F3EE;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 1, app/assets/stylesheets/sales_footer.css.scss */
  .sales-footer-container {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 78px;
  }
}

/* line 15, app/assets/stylesheets/sales_footer.css.scss */
.sales-footer-container .links {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 32px;
}

/* line 21, app/assets/stylesheets/sales_footer.css.scss */
.sales-footer-container .links a {
  color: #377A69;
}

/* line 24, app/assets/stylesheets/sales_footer.css.scss */
.sales-footer-container .links a:hover {
  text-decoration: underline;
}

/* line 29, app/assets/stylesheets/sales_footer.css.scss */
.sales-footer-container .links .mid-link {
  margin: 0 40px;
}

/* line 34, app/assets/stylesheets/sales_footer.css.scss */
.sales-footer-container .copyright {
  color: #667483;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

/* line 42, app/assets/stylesheets/sales_footer.css.scss */
.sales-footer-container .mobile-questions-cell-phone-block {
  display: none;
  background-color: #E7F0FB;
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 54, app/assets/stylesheets/sales_footer.css.scss */
.sales-footer-container .mobile-questions-cell-phone-block .cell-phone {
  color: #377A69;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 42, app/assets/stylesheets/sales_footer.css.scss */
  .sales-footer-container .mobile-questions-cell-phone-block {
    display: block;
  }
}
/* line 2, app/assets/stylesheets/sales_footer_legacy.css.scss */
html.legacy .sales-footer-container {
  position: relative;
  padding: 48px 80px;
  background: #F6F7F8;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 2, app/assets/stylesheets/sales_footer_legacy.css.scss */
  html.legacy .sales-footer-container {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 78px;
  }
}

/* line 16, app/assets/stylesheets/sales_footer_legacy.css.scss */
html.legacy .sales-footer-container .links {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 32px;
}

/* line 22, app/assets/stylesheets/sales_footer_legacy.css.scss */
html.legacy .sales-footer-container .links a {
  color: #015AC8;
}

/* line 25, app/assets/stylesheets/sales_footer_legacy.css.scss */
html.legacy .sales-footer-container .links a:hover {
  text-decoration: underline;
}

/* line 30, app/assets/stylesheets/sales_footer_legacy.css.scss */
html.legacy .sales-footer-container .links .mid-link {
  margin: 0 40px;
}

/* line 35, app/assets/stylesheets/sales_footer_legacy.css.scss */
html.legacy .sales-footer-container .copyright {
  color: #667483;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

/* line 43, app/assets/stylesheets/sales_footer_legacy.css.scss */
html.legacy .sales-footer-container .mobile-questions-cell-phone-block {
  display: none;
  background-color: #E7F0FB;
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 55, app/assets/stylesheets/sales_footer_legacy.css.scss */
html.legacy .sales-footer-container .mobile-questions-cell-phone-block .cell-phone {
  color: #015AC8;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 43, app/assets/stylesheets/sales_footer_legacy.css.scss */
  html.legacy .sales-footer-container .mobile-questions-cell-phone-block {
    display: block;
  }
}
/* line 2, app/assets/stylesheets/sales_nav.css.scss */
#navigation #links.sales-nav-container {
  padding: 0 80px 0 66px;
  background-color: #fff;
  border-bottom: 1px solid #CCD1D6;
}

/* line 7, app/assets/stylesheets/sales_nav.css.scss */
#navigation #links.sales-nav-container .nav-title {
  border-left: 1px solid #CCD1D6;
  color: #172C42;
  display: inline;
  font-size: 21px;
  padding-left: 20px;
  margin-left: 10px;
}

/* line 16, app/assets/stylesheets/sales_nav.css.scss */
#navigation #links.sales-nav-container .green {
  color: #377A69 !important;
}

/* line 20, app/assets/stylesheets/sales_nav.css.scss */
#navigation #links.sales-nav-container #logo.sales-nav-logo {
  width: 98px;
  height: 32px;
  padding: 0;
  float: none;
  margin-right: 8px;
}

/* line 28, app/assets/stylesheets/sales_nav.css.scss */
#navigation #links.sales-nav-container .questions-cell-phone {
  float: right;
}

/* line 30, app/assets/stylesheets/sales_nav.css.scss */
#navigation #links.sales-nav-container .questions-cell-phone .blue {
  color: #015AC8 !important;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 39, app/assets/stylesheets/sales_nav.css.scss */
  #navigation #links.sales-nav-container {
    padding: 0 15px 0 15px;
  }
  /* line 41, app/assets/stylesheets/sales_nav.css.scss */
  #navigation #links.sales-nav-container .nav-title {
    padding-left: 15px;
  }
  /* line 44, app/assets/stylesheets/sales_nav.css.scss */
  #navigation #links.sales-nav-container .questions-cell-phone {
    display: none;
  }
}
/* line 2, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-block-errors, #series-schedule-modal #repeat-block-errors {
  width: 95%;
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .bold-header, #series-schedule-modal .bold-header {
  padding-top: 4px;
}

/* line 10, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .row, #series-schedule-modal .row {
  padding: 5px 0;
}

/* line 12, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .row.series-exception, #series-schedule-modal .row.series-exception {
  padding: 3px 0;
}

/* line 15, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .row .repeat-label, #series-schedule-modal .row .repeat-label {
  padding-top: 1px;
}

/* line 19, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .header.row, #series-schedule-modal .header.row {
  padding: 0;
}

/* line 23, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .container-row, #series-schedule-modal .container-row {
  min-width: 600px;
  width: 50%;
  margin: 0 auto;
}

/* line 29, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .radio.row, #series-schedule-modal .radio.row {
  padding: 0;
  margin-top: -2px;
  margin-bottom: 2px;
}

/* line 34, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .radio.row input[type="radio"], #series-schedule-modal .radio.row input[type="radio"] {
  margin: 6px 2px;
}

/* line 39, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .days, #series-schedule-modal .days {
  padding-top: 2px;
}

/* line 41, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .days .checkbox-group, #series-schedule-modal .days .checkbox-group {
  margin-right: 2px;
}

/* line 43, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .days .checkbox-group .day-checkbox, #series-schedule-modal .days .checkbox-group .day-checkbox {
  margin: 0px;
}

/* line 47, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .days .checkbox-group:last-child, #series-schedule-modal .days .checkbox-group:last-child {
  margin: 0;
}

/* line 52, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .interaction-disabled, #series-schedule-modal .interaction-disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 59, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .interaction-disabled .start_date.datepicker-input, #series-schedule-modal .interaction-disabled .start_date.datepicker-input {
  color: #555;
  border: 0;
}

/* line 66, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .start_date_container .start_date.datepicker-input, #series-schedule-modal .start_date_container .start_date.datepicker-input {
  margin: 0;
  color: #444;
  line-height: 26px;
  width: 100px;
}

/* line 74, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .radio-label, #series-schedule-modal .radio-label {
  width: 60px;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
  color: #000;
}

/* line 82, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .occurrences, #series-schedule-modal .occurrences {
  border: 1px solid #eee;
  width: 85px;
  padding: 3px 7px;
  text-align: center;
}

/* line 88, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat .end_date, #series-schedule-modal .end_date {
  border: 1px solid #eee;
  width: 85px;
  padding: 3px 7px;
  display: inline-block;
  border-radius: 7px;
}

/* line 95, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #series_schedule_end_date.disabled, #wrap #event-repeat #series_schedule_occurrences.disabled, #series-schedule-modal #series_schedule_end_date.disabled, #series-schedule-modal #series_schedule_occurrences.disabled {
  cursor: pointer !important;
}

/* line 99, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-frequency, #series-schedule-modal #repeat-frequency {
  cursor: default;
}

/* line 102, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #summary, #series-schedule-modal #summary {
  padding: 3px 0 0 14px;
}

/* line 105, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat input[type="submit"], #series-schedule-modal input[type="submit"] {
  background-color: #EB0450;
}

/* line 109, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeating-days-table #week-header-row, #series-schedule-modal #repeating-days-table #week-header-row {
  border-bottom: 1px solid #eee;
}

/* line 112, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeating-days-table th, #series-schedule-modal #repeating-days-table th {
  text-transform: none;
}

/* line 121, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .hour, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .hour {
  height: 20px;
}

/* line 125, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-1,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-2,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-3,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-4,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-5,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-6,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-7,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-8,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-9,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-10,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-11,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-12,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-13,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-14,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-15,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-16,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-17,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-18,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-19,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-20,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-21,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-22,
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-23, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-1,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-2,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-3,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-4,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-5,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-6,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-7,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-8,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-9,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-10,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-11,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-12,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-13,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-14,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-15,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-16,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-17,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-18,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-19,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-20,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-21,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-22,
#series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-23 {
  min-height: 13px;
  margin-bottom: 0;
  padding: 2px 0;
  width: 100%;
  background: #dbffed;
  outline: 1px solid #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  line-height: 1.2em;
}

/* line 160, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .event, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .event {
  overflow: auto;
}

/* line 163, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .event:hover, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .event:hover {
  color: #444;
  background: #cdf9e3;
  z-index: 2;
}

/* line 168, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-1, #wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-2, #wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-3, #wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-4, #wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-5, #wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-6, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-1, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-2, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-3, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-4, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-5, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-6 {
  position: absolute;
  top: 0px;
}

/* line 172, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-7, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-7 {
  position: absolute;
  top: 20px;
}

/* line 176, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-8, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-8 {
  position: absolute;
  top: 40px;
}

/* line 180, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-9, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-9 {
  position: absolute;
  top: 60px;
}

/* line 184, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-10, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-10 {
  position: absolute;
  top: 80px;
}

/* line 188, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-11, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-11 {
  position: absolute;
  top: 100px;
}

/* line 192, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-12, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-12 {
  position: absolute;
  top: 120px;
}

/* line 196, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-13, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-13 {
  position: absolute;
  top: 140px;
}

/* line 200, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-14, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-14 {
  position: absolute;
  top: 160px;
}

/* line 204, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-15, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-15 {
  position: absolute;
  top: 180px;
}

/* line 208, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-16, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-16 {
  position: absolute;
  top: 200px;
}

/* line 212, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-17, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-17 {
  position: absolute;
  top: 220px;
}

/* line 216, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-18, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-18 {
  position: absolute;
  top: 240px;
}

/* line 220, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #repeat-schedule-calendar .calendar-body.weekly .day .offset-19, #series-schedule-modal #repeat-schedule-calendar .calendar-body.weekly .day .offset-19 {
  position: absolute;
  top: 260px;
}

/* line 227, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #activity_schedule_has_appt_locks, #series-schedule-modal #activity_schedule_has_appt_locks {
  font-size: 14px;
  cursor: pointer;
}

/* line 231, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #activity_schedule_frequency, #wrap #event-repeat #activity_schedule_lock_appointment_frequency, #series-schedule-modal #activity_schedule_frequency, #series-schedule-modal #activity_schedule_lock_appointment_frequency {
  width: 45px;
}

/* line 234, app/assets/stylesheets/schedules.css.scss */
#wrap #event-repeat #has_appt_locks_label, #wrap #event-repeat #unlock_automatically_label, #series-schedule-modal #has_appt_locks_label, #series-schedule-modal #unlock_automatically_label {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 14px;
}

/* line 242, app/assets/stylesheets/schedules.css.scss */
#repeat-container #repeat-summary {
  cursor: pointer;
  z-index: 3;
  margin: 1em auto 0;
}

/* line 249, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm .empty-btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 253, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm table {
  margin-top: 20px;
}

/* line 256, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm table td {
  padding: 9px 0;
  vertical-align: top;
}

/* line 260, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm table td .empty-btn {
  min-width: 150px;
}

/* line 263, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm table td .explanation {
  font-weight: 600;
  padding-left: 11px;
}

/* line 267, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm table td .explanation-description {
  font-size: .95em;
  padding-left: 11px;
}

/* line 273, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm .review-schedule-link {
  color: #cc0000;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 600;
  padding-left: 11px;
}

/* line 280, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm .review-schedule-link:hover {
  text-decoration: underline;
}

/* line 283, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm .schedule-details {
  display: none;
  max-height: 10em;
  overflow-y: scroll;
  border: 1px solid #eeeeee;
  padding: 0px 5px;
}

/* line 289, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm .schedule-details .canceled-date {
  text-decoration: line-through;
  font-style: italic;
  color: #ccc;
}

/* line 294, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm .schedule-details .unaffected {
  font-style: italic;
  color: #ccc;
}

/* line 298, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm .schedule-details table {
  margin-top: 0px;
}

/* line 300, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm .schedule-details table td {
  padding: 2px 0px;
  cursor: default;
}

/* line 304, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm .schedule-details table td.canceled-text {
  font-style: italic;
  color: #cc0000;
  opacity: 0.5;
}

/* line 309, app/assets/stylesheets/schedules.css.scss */
#recurring-confirm .schedule-details table td.new-date {
  font-style: italic;
  color: #00C56D;
}

/* line 317, app/assets/stylesheets/schedules.css.scss */
.edit-recurring {
  color: #15c;
  padding: 0 4px;
  cursor: pointer;
}

/* line 321, app/assets/stylesheets/schedules.css.scss */
.edit-recurring i {
  color: #bbb;
}

/* line 326, app/assets/stylesheets/schedules.css.scss */
.edit-recurring:hover i {
  color: #0880ff;
}

/* line 331, app/assets/stylesheets/schedules.css.scss */
#erase-schedule i, #remove-schedule-container i {
  color: #bbb;
  font-size: 22px;
}

/* line 335, app/assets/stylesheets/schedules.css.scss */
#erase-schedule i:hover, #remove-schedule-container i:hover {
  color: #cc0000;
  cursor: pointer;
}

/* line 340, app/assets/stylesheets/schedules.css.scss */
.repeat-indicator {
  height: 16px;
  width: 16px;
  font-size: 16px;
  line-height: 16px;
  margin-left: 7px;
  cursor: default;
}

/* line 348, app/assets/stylesheets/schedules.css.scss */
.enrollment-indicator {
  height: 16px;
  width: 16px;
  font-size: 18px;
  line-height: 14px;
  margin-left: 7px;
  cursor: default;
}

/* line 358, app/assets/stylesheets/schedules.css.scss */
#time-slot-table .time-slot.row:first-child i.cancel, #locked-time-slot-table .time-slot.row:first-child i.cancel {
  display: none;
}

/* line 363, app/assets/stylesheets/schedules.css.scss */
#time-slot-table .time-slot.row .schedule-exception-summary, #locked-time-slot-table .time-slot.row .schedule-exception-summary {
  vertical-align: middle;
  line-height: 31px;
}

/* line 366, app/assets/stylesheets/schedules.css.scss */
#time-slot-table .time-slot.row .schedule-exception-summary i, #locked-time-slot-table .time-slot.row .schedule-exception-summary i {
  font-size: 18px;
  height: auto;
  width: auto;
  color: #bbb;
}

/* line 373, app/assets/stylesheets/schedules.css.scss */
#time-slot-table .time-slot.row .cancel-time-slot, #locked-time-slot-table .time-slot.row .cancel-time-slot {
  font-size: 18px;
  line-height: 18px;
  height: auto;
  width: auto;
  color: #bbb;
  vertical-align: top;
  margin: 5px;
  cursor: pointer;
}

/* line 383, app/assets/stylesheets/schedules.css.scss */
#time-slot-table .time-slot.row .time-slot-duration, #locked-time-slot-table .time-slot.row .time-slot-duration {
  width: 70px;
  text-align: center;
}

/* line 387, app/assets/stylesheets/schedules.css.scss */
#time-slot-table .time-slot.row .exception-info, #locked-time-slot-table .time-slot.row .exception-info {
  margin-left: 20px;
  cursor: pointer;
}

/* line 395, app/assets/stylesheets/schedules.css.scss */
#unlock-automatically-section {
  margin-left: 45px;
  margin-top: -20px;
  font-size: 14px;
}

/* line 399, app/assets/stylesheets/schedules.css.scss */
#unlock-automatically-section .time-slot-unlock-at-value {
  width: 50px;
  text-align: center;
}

/* line 403, app/assets/stylesheets/schedules.css.scss */
#unlock-automatically-section .time-slot-unlock-at-units {
  height: 37px;
}

/* line 409, app/assets/stylesheets/schedules.css.scss */
#full-schedule-exceptions .schedule-exception-summary {
  vertical-align: middle;
  line-height: 31px;
}

/* line 412, app/assets/stylesheets/schedules.css.scss */
#full-schedule-exceptions .schedule-exception-summary i {
  font-size: 18px;
  height: auto;
  width: auto;
  color: #bbb;
}

/* line 419, app/assets/stylesheets/schedules.css.scss */
#full-schedule-exceptions .exception-info {
  cursor: pointer;
}

/* line 421, app/assets/stylesheets/schedules.css.scss */
#full-schedule-exceptions .exception-info.advanced {
  font-style: italic;
  font-size: 14px;
}

/* line 430, app/assets/stylesheets/schedules.css.scss */
#full-schedule-exceptions .time-slot-schedule-exceptions .schedule-exception-date.datepicker-input, #full-schedule-exceptions .schedule-exceptions .schedule-exception-date.datepicker-input, #time-slot-table .time-slot-schedule-exceptions .schedule-exception-date.datepicker-input, #time-slot-table .schedule-exceptions .schedule-exception-date.datepicker-input, #locked-time-slot-table .time-slot-schedule-exceptions .schedule-exception-date.datepicker-input, #locked-time-slot-table .schedule-exceptions .schedule-exception-date.datepicker-input {
  margin: 0;
  color: #444;
  line-height: 26px;
  width: 100px;
}

/* line 436, app/assets/stylesheets/schedules.css.scss */
#full-schedule-exceptions .time-slot-schedule-exceptions .cancel-schedule-exception, #full-schedule-exceptions .schedule-exceptions .cancel-schedule-exception, #time-slot-table .time-slot-schedule-exceptions .cancel-schedule-exception, #time-slot-table .schedule-exceptions .cancel-schedule-exception, #locked-time-slot-table .time-slot-schedule-exceptions .cancel-schedule-exception, #locked-time-slot-table .schedule-exceptions .cancel-schedule-exception {
  font-size: 18px;
  line-height: 18px;
  height: auto;
  width: auto;
  color: #bbb;
  vertical-align: top;
  padding: 5px 0px;
  cursor: pointer;
}

/* line 446, app/assets/stylesheets/schedules.css.scss */
#full-schedule-exceptions .days-not-applicable, #time-slot-table .days-not-applicable, #locked-time-slot-table .days-not-applicable {
  margin-left: 105px;
  margin-top: 7px;
}

/* line 450, app/assets/stylesheets/schedules.css.scss */
#full-schedule-exceptions .add-schedule-exception, #time-slot-table .add-schedule-exception, #locked-time-slot-table .add-schedule-exception {
  cursor: pointer;
}

/* line 453, app/assets/stylesheets/schedules.css.scss */
#full-schedule-exceptions .add-schedule-exception:hover .fa, #full-schedule-exceptions .add-schedule-exception:hover .add-another, #time-slot-table .add-schedule-exception:hover .fa, #time-slot-table .add-schedule-exception:hover .add-another, #locked-time-slot-table .add-schedule-exception:hover .fa, #locked-time-slot-table .add-schedule-exception:hover .add-another {
  color: #015AC8;
}

/* line 457, app/assets/stylesheets/schedules.css.scss */
#full-schedule-exceptions .add-schedule-exception .fa, #time-slot-table .add-schedule-exception .fa, #locked-time-slot-table .add-schedule-exception .fa {
  vertical-align: middle;
}

/* line 460, app/assets/stylesheets/schedules.css.scss */
#full-schedule-exceptions .add-schedule-exception .add-another, #time-slot-table .add-schedule-exception .add-another, #locked-time-slot-table .add-schedule-exception .add-another {
  margin-left: 5px;
}

/* line 466, app/assets/stylesheets/schedules.css.scss */
a.view-schedule-btn {
  border-color: transparent;
}

/* line 470, app/assets/stylesheets/schedules.css.scss */
a.view-schedule-btn:active, a.view-schedule-btn:hover, a.view-schedule-btn:visited {
  border-color: transparent;
}

/* line 475, app/assets/stylesheets/schedules.css.scss */
.repeat-block .pagination {
  margin: 0 auto 1em;
}
/* line 5, app/assets/stylesheets/schools.css.scss */
#new-school, #edit-school {
  padding-bottom: 60px;
}

/* line 9, app/assets/stylesheets/schools.css.scss */
.closings .separator {
  padding: 0 14px;
}

/* line 12, app/assets/stylesheets/schools.css.scss */
.closings .closing-dates:last-child {
  border: 0;
}
/**
 * selectize.css (v0.11.2)
 * Copyright (c) 2013 Brian Reavis &amp; contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis &lt;brian@thirdroute.com&gt;
 */
/* line 18, app/assets/stylesheets/selectize.css.scss */
.selectize-input, .selectize-input &gt; * {
  -webkit-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -ms-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

/* line 26, app/assets/stylesheets/selectize.css.scss */
.selectize-control.plugin-drag_drop.multi &gt; .selectize-input &gt; div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

/* line 34, app/assets/stylesheets/selectize.css.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 38, app/assets/stylesheets/selectize.css.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 42, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: .95em;
  font-weight: 500;
}

/* line 53, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #444;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 63, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown-header-close:hover {
  color: #444000;
}

/* line 66, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 74, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 77, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 80, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 83, app/assets/stylesheets/selectize.css.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 87, app/assets/stylesheets/selectize.css.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 19px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  height: 20px;
  margin: auto;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  border-left: 1px solid #dfe3e7;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 113, app/assets/stylesheets/selectize.css.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 116, app/assets/stylesheets/selectize.css.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: #cacaca;
}

/* line 119, app/assets/stylesheets/selectize.css.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 122, app/assets/stylesheets/selectize.css.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 125, app/assets/stylesheets/selectize.css.scss */
.selectize-control {
  position: relative;
}

/* line 128, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

/* line 137, app/assets/stylesheets/selectize.css.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  cursor: text;
  display: inline-block;
}

/* line 142, app/assets/stylesheets/selectize.css.scss */
.selectize-input {
  border: 1px solid #e7eaed;
  padding: 8px 6px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);*/
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 156, app/assets/stylesheets/selectize.css.scss */
.provider .selectize-input {
  border-radius: 7px;
  padding: 8px;
  border: 1px solid #e4e7ea;
}

/* line 161, app/assets/stylesheets/selectize.css.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 2px;
  border-color: #e7eaed;
  background: transparent;
}

/* line 166, app/assets/stylesheets/selectize.css.scss */
.provider .selectize-input:hover {
  border-color: #0880ff;
}

/* line 169, app/assets/stylesheets/selectize.css.scss */
.selectize-control.multi .selectize-input.has-items:hover {
  border-color: #e7eaed;
}

/* line 172, app/assets/stylesheets/selectize.css.scss */
.selectize-input.full {
  background: transparent;
  border-color: #e7eaed;
}

/* line 176, app/assets/stylesheets/selectize.css.scss */
.selectize-input.full:hover {
  border-color: #e7eaed;
}

/* line 179, app/assets/stylesheets/selectize.css.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 183, app/assets/stylesheets/selectize.css.scss */
.selectize-input.focus {
  /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);*/
}

/* line 187, app/assets/stylesheets/selectize.css.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}

/* line 192, app/assets/stylesheets/selectize.css.scss */
.selectize-input &gt; * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 199, app/assets/stylesheets/selectize.css.scss */
.selectize-control.multi .selectize-input &gt; div {
  cursor: pointer;
  margin: 0 3px;
  padding: 2px 6px;
  background: rgba(238, 241, 244, 0.5);
  color: #444;
  border: 0 solid #e7eaed;
}

/* line 207, app/assets/stylesheets/selectize.css.scss */
.selectize-control.multi .selectize-input &gt; div.active {
  background: #e8e8e8;
  color: #444;
  border: 0 solid #cacaca;
}

/* line 212, app/assets/stylesheets/selectize.css.scss */
.selectize-control.multi .selectize-input.disabled &gt; div,
.selectize-control.multi .selectize-input.disabled &gt; div.active {
  color: #7d7d7d;
  border: 0 solid #ffffff;
}

/* line 218, app/assets/stylesheets/selectize.css.scss */
.selectize-input &gt; input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: 20px;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

/* line 234, app/assets/stylesheets/selectize.css.scss */
.selectize-input &gt; input::-ms-clear {
  display: none;
}

/* line 237, app/assets/stylesheets/selectize.css.scss */
.selectize-input &gt; input:focus {
  outline: none !important;
}

/* line 240, app/assets/stylesheets/selectize.css.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 245, app/assets/stylesheets/selectize.css.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 255, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 1039;
  border: 1px solid #eee;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 271, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 281, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 6px 8px;
}

/* line 285, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 288, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown .optgroup-header {
  color: #aaa;
  background: #fafbfc;
  cursor: default;
}

/* line 293, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown .active {
  color: #ff4661;
}

/* line 296, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 299, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 302, app/assets/stylesheets/selectize.css.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: none;
}

/* line 307, app/assets/stylesheets/selectize.css.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 311, app/assets/stylesheets/selectize.css.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 315, app/assets/stylesheets/selectize.css.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: 10px;
  width: 0;
  height: 5px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 329, app/assets/stylesheets/selectize.css.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 333, app/assets/stylesheets/selectize.css.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 337, app/assets/stylesheets/selectize.css.scss */
.selectize-control.rtl .selectize-input &gt; input {
  margin: 0 4px 0 -2px !important;
}

/* line 340, app/assets/stylesheets/selectize.css.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* line 344, app/assets/stylesheets/selectize.css.scss */
#admin-search .selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #5f5f5f;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  /* line 350, app/assets/stylesheets/selectize.css.scss */
  .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 11px;
  }
}
/* line 4, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page {
  color: #1E1E1E;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

/* line 10, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .title-container {
  position: relative;
  background: #FFF1EB;
  padding: 32px 0 32px 80px;
}

/* line 16, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .senior-care-enrollment {
  margin-top: 50px;
}

/* line 19, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .senior-care-enrollment h3 {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .offerings-form {
  margin: 50px 0;
}

/* line 30, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .offerings-form .provider-row {
  display: flex;
  align-items: center;
  margin: 35px 0;
}

/* line 35, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .offerings-form .provider-row .provider-name {
  padding-right: 30px;
}

/* line 39, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .offerings-form .provider-row .currency-type {
  text-align: right;
  margin-right: 5px;
}

/* line 44, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .offerings-form .provider-row .time-span {
  color: #667483;
  font-size: 18px;
  margin-left: 5px;
}

/* line 51, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .offerings-form select {
  min-width: 100%;
  border-radius: 10px;
  padding: 10px 15px;
}

/* line 57, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .offerings-form .offer-row {
  display: flex;
  align-items: center;
}

@media all and (max-width: 992px) {
  /* line 63, app/assets/stylesheets/senior_care.scss */
  .ppl-sub-page .offerings-form .provider-row {
    flex-direction: column;
  }
  /* line 67, app/assets/stylesheets/senior_care.scss */
  .ppl-sub-page .offerings-form .offer-row {
    flex-direction: column;
    align-items: start;
    margin: 15px 0;
  }
}

/* line 76, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .about .example .content,
.ppl-sub-page .about .example-mobile .content {
  font-size: 16px;
}

/* line 81, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .about .example {
  max-width: 350px;
}

@media all and (max-width: 992px) {
  /* line 81, app/assets/stylesheets/senior_care.scss */
  .ppl-sub-page .about .example {
    display: none;
  }
}

/* line 88, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .about .example-mobile {
  margin: 20px 0;
  display: none;
}

/* line 92, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .about .example-mobile p {
  margin: 15px 0;
}

/* line 96, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .about .example-mobile .icon {
  position: relative;
  top: 5px;
}

/* line 101, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .about .example-mobile #example-modal .modal-body {
  padding: 25px;
}

/* line 105, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .about .example-mobile .close-modal-btn {
  padding: 10px;
  background-color: #1E1E1E;
  border-radius: 100px;
  border: none;
  min-width: 150px;
  margin-top: 15px;
}

@media all and (max-width: 992px) {
  /* line 88, app/assets/stylesheets/senior_care.scss */
  .ppl-sub-page .about .example-mobile {
    display: block;
  }
}

/* line 119, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .about .help-block.tiny {
  font-size: 12px;
}

/* line 123, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .about .organizaton-form {
  margin: 25px 0 50px;
}

/* line 128, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .enrollment-conformation-container {
  background: #FFF1EB;
  padding: 150px 0;
}

/* line 132, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .enrollment-conformation-container .confirmation-img {
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 992px) {
  /* line 132, app/assets/stylesheets/senior_care.scss */
  .ppl-sub-page .enrollment-conformation-container .confirmation-img {
    text-align: center;
  }
}

/* line 140, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .enrollment-conformation-container .senior-title-container {
  margin-top: 75px;
}

/* line 143, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .enrollment-conformation-container .senior-title-container h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
}

/* line 149, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .enrollment-conformation-container .senior-title-container p {
  margin: 15px 0;
}

/* line 153, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .enrollment-conformation-container .senior-title-container .ppl-btn {
  margin-top: 35px;
}

@media all and (max-width: 992px) {
  /* line 128, app/assets/stylesheets/senior_care.scss */
  .ppl-sub-page .enrollment-conformation-container {
    padding-top: 50px;
  }
}

/* line 163, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .senior-title-container-medium {
  max-width: 500px;
}

/* line 167, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .offerings-form .starting-at {
  padding-right: 25px;
  text-align: right;
}

@media all and (max-width: 992px) {
  /* line 167, app/assets/stylesheets/senior_care.scss */
  .ppl-sub-page .offerings-form .starting-at {
    padding-right: 5px;
    text-align: left;
  }
}

/* line 177, app/assets/stylesheets/senior_care.scss */
.ppl-sub-page .sales-btn {
  margin-top: 25px;
}

/* line 182, app/assets/stylesheets/senior_care.scss */
.category-title {
  font-size: 18px;
  font-weight: 600;
}

/* line 187, app/assets/stylesheets/senior_care.scss */
.category {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 14px;
}

/* line 193, app/assets/stylesheets/senior_care.scss */
.category .custom-checkbox-btn {
  border: 1.5px #CCD1D6 solid;
  border-radius: 16px;
  color: #1E1E1E;
  padding: 9px 16px;
  margin: 8px 6px;
  font-family: 'Oceanic Grotesk', Arial, sans-serif;
  font-size: 16px;
  text-transform: unset;
}

/* line 204, app/assets/stylesheets/senior_care.scss */
.category input[type="checkbox"]:checked + .custom-checkbox-btn {
  background-color: #1E1E1E;
  color: white;
}
/* line 5, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page {
  color: #172C42;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

/* line 11, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .title-container {
  position: relative;
  background: #FFF1EB;
  padding: 32px 0 32px 80px;
}

/* line 17, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .senior-care-enrollment {
  margin-top: 50px;
}

/* line 20, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .senior-care-enrollment h3 {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 28, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .offerings-form {
  margin: 50px 0;
}

/* line 31, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .offerings-form .provider-row {
  display: flex;
  align-items: center;
  margin: 35px 0;
}

/* line 36, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .offerings-form .provider-row .provider-name {
  padding-right: 30px;
}

/* line 40, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .offerings-form .provider-row .currency-type {
  text-align: right;
  margin-right: 5px;
}

/* line 45, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .offerings-form .provider-row .time-span {
  color: #667483;
  font-size: 18px;
  margin-left: 5px;
}

/* line 52, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .offerings-form select {
  min-width: 100%;
  border-radius: 10px;
  padding: 10px 15px;
}

/* line 58, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .offerings-form .offer-row {
  display: flex;
  align-items: center;
}

@media all and (max-width: 992px) {
  /* line 64, app/assets/stylesheets/senior_care_legacy.scss */
  html.legacy .ppl-sub-page .offerings-form .provider-row {
    flex-direction: column;
  }
  /* line 68, app/assets/stylesheets/senior_care_legacy.scss */
  html.legacy .ppl-sub-page .offerings-form .offer-row {
    flex-direction: column;
    align-items: start;
    margin: 15px 0;
  }
}

/* line 77, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .about .example .content,
html.legacy .ppl-sub-page .about .example-mobile .content {
  font-size: 16px;
}

/* line 82, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .about .example {
  max-width: 350px;
}

@media all and (max-width: 992px) {
  /* line 82, app/assets/stylesheets/senior_care_legacy.scss */
  html.legacy .ppl-sub-page .about .example {
    display: none;
  }
}

/* line 89, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .about .example-mobile {
  margin: 20px 0;
  display: none;
}

/* line 93, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .about .example-mobile p {
  margin: 15px 0;
}

/* line 97, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .about .example-mobile .icon {
  position: relative;
  top: 5px;
}

/* line 102, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .about .example-mobile #example-modal .modal-body {
  padding: 25px;
}

/* line 106, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .about .example-mobile .close-modal-btn {
  padding: 10px;
  background-color: #213F5F;
  border-radius: 100px;
  border: none;
  min-width: 150px;
  margin-top: 15px;
}

@media all and (max-width: 992px) {
  /* line 89, app/assets/stylesheets/senior_care_legacy.scss */
  html.legacy .ppl-sub-page .about .example-mobile {
    display: block;
  }
}

/* line 120, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .about .help-block.tiny {
  font-size: 12px;
}

/* line 124, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .about .organizaton-form {
  margin: 25px 0 50px;
}

/* line 129, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .enrollment-conformation-container {
  background: #FFF1EB;
  padding: 150px 0;
}

/* line 133, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .enrollment-conformation-container .confirmation-img {
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 992px) {
  /* line 133, app/assets/stylesheets/senior_care_legacy.scss */
  html.legacy .ppl-sub-page .enrollment-conformation-container .confirmation-img {
    text-align: center;
  }
}

/* line 141, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .enrollment-conformation-container .senior-title-container {
  margin-top: 75px;
}

/* line 144, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .enrollment-conformation-container .senior-title-container h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
}

/* line 150, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .enrollment-conformation-container .senior-title-container p {
  margin: 15px 0;
}

/* line 154, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .enrollment-conformation-container .senior-title-container .ppl-btn {
  margin-top: 35px;
}

@media all and (max-width: 992px) {
  /* line 129, app/assets/stylesheets/senior_care_legacy.scss */
  html.legacy .ppl-sub-page .enrollment-conformation-container {
    padding-top: 50px;
  }
}

/* line 164, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .senior-title-container-medium {
  max-width: 500px;
}

/* line 168, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .offerings-form .starting-at {
  padding-right: 25px;
  text-align: right;
}

@media all and (max-width: 992px) {
  /* line 168, app/assets/stylesheets/senior_care_legacy.scss */
  html.legacy .ppl-sub-page .offerings-form .starting-at {
    padding-right: 5px;
    text-align: left;
  }
}

/* line 178, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .ppl-sub-page .sales-btn {
  margin-top: 25px;
}

/* line 183, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .category-title {
  font-size: 18px;
  font-weight: 600;
}

/* line 188, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .category {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 14px;
}

/* line 194, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .category .custom-checkbox-btn {
  border: 1.5px #CCD1D6 solid;
  border-radius: 16px;
  color: #172C42;
  padding: 9px 16px;
  margin: 8px 6px;
  font-family: 'Proxima Nova', Arial, sans-serif;
  font-size: 16px;
  text-transform: unset;
}

/* line 205, app/assets/stylesheets/senior_care_legacy.scss */
html.legacy .category input[type="checkbox"]:checked + .custom-checkbox-btn {
  background-color: #213F5F;
  color: white;
}
/* line 6, app/assets/stylesheets/series.css.scss */
.series-report .available-spots.price, .series.container .available-spots.price {
  font-size: 1.1em;
}

/* line 9, app/assets/stylesheets/series.css.scss */
.series-report .series-dates-label, .series.container .series-dates-label {
  padding-bottom: 2.5%;
}

/* line 15, app/assets/stylesheets/series.css.scss */
#series-schedule-modal label.switch-container {
  margin-left: 8px;
}

/* line 19, app/assets/stylesheets/series.css.scss */
#series-schedule-modal .price-container {
  margin: 0px 10px;
}

/* line 22, app/assets/stylesheets/series.css.scss */
#series-schedule-modal #series_date_price, #series-schedule-modal #series_date_spots {
  width: 100px;
}

/* line 26, app/assets/stylesheets/series.css.scss */
#series-schedule-modal #series-schedule-exceptions h6 {
  line-height: 28px;
}

/* line 28, app/assets/stylesheets/series.css.scss */
#series-schedule-modal #series-schedule-exceptions h6 .fa {
  margin-right: 8px;
  font-size: 14px;
}

/* line 33, app/assets/stylesheets/series.css.scss */
#series-schedule-modal #series-schedule-exceptions #exception-section {
  margin: 5px 0px 0px 7px;
}

/* line 36, app/assets/stylesheets/series.css.scss */
#series-schedule-modal #series-schedule-exceptions #exception-section #exception-list .schedule-exception-date.datepicker-input {
  color: #444;
  line-height: 26px;
  width: 100px;
}

/* line 41, app/assets/stylesheets/series.css.scss */
#series-schedule-modal #series-schedule-exceptions #exception-section #exception-list .cancel-schedule-exception {
  font-size: 18px;
  line-height: 18px;
  height: auto;
  width: auto;
  color: #bbb;
  vertical-align: top;
  padding: 5px 0px;
  cursor: pointer;
}

/* line 51, app/assets/stylesheets/series.css.scss */
#series-schedule-modal #series-schedule-exceptions #exception-section #add-schedule-exception {
  line-height: 28px;
  vertical-align: middle;
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/series.css.scss */
#series-schedule-modal #series-schedule-exceptions #exception-section #add-schedule-exception:hover .fa, #series-schedule-modal #series-schedule-exceptions #exception-section #add-schedule-exception:hover .add-omission {
  color: #00c56f;
}

/* line 60, app/assets/stylesheets/series.css.scss */
#series-schedule-modal #series-schedule-exceptions #exception-section #add-schedule-exception .fa {
  font-size: 12px;
  height: auto;
  width: auto;
  color: #bbb;
  vertical-align: middle;
}

/* line 67, app/assets/stylesheets/series.css.scss */
#series-schedule-modal #series-schedule-exceptions #exception-section #add-schedule-exception .add-omission {
  font-size: 0.9em;
}

/* line 77, app/assets/stylesheets/series.css.scss */
#schedule-changes-modal #changes-section {
  max-height: 250px;
  overflow-y: scroll;
  margin-bottom: 50px;
}

/* line 82, app/assets/stylesheets/series.css.scss */
#schedule-changes-modal #changes-section table#series-schedule-changes {
  border: 1px solid #eee;
}

/* line 84, app/assets/stylesheets/series.css.scss */
#schedule-changes-modal #changes-section table#series-schedule-changes tr {
  height: 1em;
}

/* line 87, app/assets/stylesheets/series.css.scss */
#schedule-changes-modal #changes-section table#series-schedule-changes td {
  padding: 5px;
  cursor: default;
}

/* line 91, app/assets/stylesheets/series.css.scss */
#schedule-changes-modal #changes-section table#series-schedule-changes td.canceled-text {
  font-style: italic;
  color: #cc0000;
  opacity: 0.5;
}

/* line 96, app/assets/stylesheets/series.css.scss */
#schedule-changes-modal #changes-section table#series-schedule-changes td .reservation-warning {
  color: #cc0000;
}

/* line 100, app/assets/stylesheets/series.css.scss */
#schedule-changes-modal #changes-section table#series-schedule-changes .canceled-date {
  text-decoration: line-through;
  font-style: italic;
  color: #ccc;
}

/* line 105, app/assets/stylesheets/series.css.scss */
#schedule-changes-modal #changes-section table#series-schedule-changes .unaffected {
  font-style: italic;
  color: #ccc;
}

/* line 109, app/assets/stylesheets/series.css.scss */
#schedule-changes-modal #changes-section table#series-schedule-changes .new-date {
  color: #00C56D;
}

/* line 119, app/assets/stylesheets/series.css.scss */
#new_series .row.date .remove-date, .edit_series .row.date .remove-date {
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/series.css.scss */
.edit-series #date-select-container {
  width: 50%;
  min-width: 200px;
  max-width: 400px;
  margin: 0 auto;
  min-height: 42px;
  text-align: center;
}
/* line 1, app/assets/stylesheets/slick.css.scss */
.slick-slider {
  position: relative;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, app/assets/stylesheets/slick.css.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 25, app/assets/stylesheets/slick.css.scss */
.slick-list:focus {
  outline: none;
}

/* line 29, app/assets/stylesheets/slick.css.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, app/assets/stylesheets/slick.css.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, app/assets/stylesheets/slick.css.scss */
.slick-track {
  position: relative;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}

/* line 50, app/assets/stylesheets/slick.css.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, app/assets/stylesheets/slick.css.scss */
.slick-track:after {
  clear: both;
}

/* line 60, app/assets/stylesheets/slick.css.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, app/assets/stylesheets/slick.css.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 69, app/assets/stylesheets/slick.css.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 72, app/assets/stylesheets/slick.css.scss */
.slick-slide img {
  display: block;
}

/* line 75, app/assets/stylesheets/slick.css.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 79, app/assets/stylesheets/slick.css.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 83, app/assets/stylesheets/slick.css.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 87, app/assets/stylesheets/slick.css.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 91, app/assets/stylesheets/slick.css.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 96, app/assets/stylesheets/slick.css.scss */
.slick-slide &gt; div {
  height: 100%;
}

/* line 100, app/assets/stylesheets/slick.css.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 103, app/assets/stylesheets/slick.css.scss */
.slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 0;
  cursor: pointer;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  width: auto;
  height: auto;
  padding: 2%;
  opacity: 0;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

/* line 118, app/assets/stylesheets/slick.css.scss */
.slick-arrow:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

/* line 122, app/assets/stylesheets/slick.css.scss */
.slick-arrow.prev {
  left: 0;
  border-radius: 0 7px 0 0;
}

/* line 126, app/assets/stylesheets/slick.css.scss */
.slick-arrow.next {
  right: 0;
  border-radius: 7px 0 0 0;
}

/* line 130, app/assets/stylesheets/slick.css.scss */
.image-container #photo-holder {
  overflow: hidden;
}

/* line 134, app/assets/stylesheets/slick.css.scss */
.image-container #photo-holder:hover .slick-arrow {
  opacity: 1;
}

@media only screen and (max-device-width: 767px) {
  /* line 140, app/assets/stylesheets/slick.css.scss */
  .slick-slider {
    display: table;
    table-layout: fixed;
  }
}
/* line 5, app/assets/stylesheets/socials.css.scss */
.social {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  border-radius: 50%;
  margin: 3px;
}

/* line 13, app/assets/stylesheets/socials.css.scss */
.social i {
  color: #444;
  font-size: 1.2em;
  transition: all .14s ease;
  -o-transition: all .14s ease;
  -ms-transition: all .14s ease;
  -moz-transition: all .14s ease;
  -webkit-transition: all .14s ease;
}

/* line 22, app/assets/stylesheets/socials.css.scss */
.social i {
  color: #EB0450;
}

/* line 27, app/assets/stylesheets/socials.css.scss */
.socials .add_social {
  margin: 1em;
  color: inherit;
  display: inline-block;
}

/* line 33, app/assets/stylesheets/socials.css.scss */
.socials .add_social .fa span {
  padding-left: 4px;
}

/* line 39, app/assets/stylesheets/socials.css.scss */
.socials .cancel {
  font-size: 16px;
}
/* line 1, app/assets/stylesheets/svgs.css.scss */
.series-specifier *, .drop-in-specifier * {
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 9, app/assets/stylesheets/svgs.css.scss */
.series-specifier:hover .series-1, .series-specifier:hover .dropin-1, .drop-in-specifier:hover .series-1, .drop-in-specifier:hover .dropin-1 {
  fill: #FF4F78;
}

/* line 12, app/assets/stylesheets/svgs.css.scss */
.series-specifier:hover .series-2, .drop-in-specifier:hover .series-2 {
  fill: #FFC850;
}

/* line 15, app/assets/stylesheets/svgs.css.scss */
.series-specifier:hover .series-3, .drop-in-specifier:hover .series-3 {
  fill: #32DF72;
}
/* line 1, app/assets/stylesheets/sweetalert.css.scss */
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/sweetalert.css.scss */
body.remove-card-confirm-overlay .sweet-overlay {
  background-color: #282B30;
  opacity: 0.85 !important;
}

/* line 14, app/assets/stylesheets/sweetalert.css.scss */
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

/* line 29, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.no-buttons {
  padding: 23px;
}

/* line 31, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.no-buttons .sa-error-container, .sweet-alert.no-buttons .sa-button-container {
  display: none;
}

/* line 34, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.no-buttons p {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 39, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert {
  background-color: white;
  font-family: 'Proxima Nova', Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 6px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

/* line 55, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .faux-link {
  color: #015AC8;
  cursor: pointer;
  border: 1px solid #eee;
  font-size: 1em;
  width: 100%;
}

/* line 62, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .faux-link:hover {
  text-decoration: underline;
  border-color: #ddd;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
}

/* line 69, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.sold-out h2 {
  display: none;
}

/* line 72, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.sold-out p {
  text-align: center;
}

/* line 75, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.sold-out .sa-icon.sa-custom {
  height: 180px !important;
  width: 240px !important;
}

@media all and (max-width: 540px) {
  /* line 82, app/assets/stylesheets/sweetalert.css.scss */
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

/* line 90, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert h2 {
  color: #444;
  font-size: 1.3em;
  text-align: center;
  font-weight: 500;
  text-transform: none;
  position: relative;
  margin: 7px 0 0;
  padding: 0;
  display: block;
}

/* line 102, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert p {
  color: #444;
  font-size: 1em;
  font-weight: normal;
  position: relative;
  text-align: inherit;
  font-family: inherit;
  float: none;
  margin: 23px auto;
  padding: 0 0 30px 0;
  line-height: normal;
}

/* line 115, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.left-body p {
  text-align: left;
}

/* line 119, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert fieldset {
  border: none;
  position: relative;
}

/* line 124, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

/* line 135, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

/* line 142, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

/* line 154, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-error-container p {
  display: inline-block;
}

/* line 158, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 173, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

/* line 186, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 191, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 196, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 202, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 218, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

/* line 224, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 229, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 234, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 239, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

/* line 243, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

/* line 247, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

/* line 252, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.show-input fieldset {
  margin-bottom: 30px;
}

/* line 255, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.show-input input {
  display: block;
  color: #3a3a3a !important;
}

/* line 259, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.show-input .sa-error-container {
  margin-bottom: 10px;
}

/* line 264, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 270, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: absolute;
  width: 50%;
  left: 50%;
  bottom: 0;
}

/* line 278, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.no-cancel .sa-confirm-button-container {
  left: 0;
  width: 100%;
}

/* line 281, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.no-cancel .sa-confirm-button-container button.confirm {
  background-color: #EB0450 !important;
}

/* line 286, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert button.confirm {
  background-color: #dd6b55;
  box-shadow: none !important;
  border-radius: 0 0 6px 0;
  width: 100%;
}

/* line 293, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
  display: none;
}

/* line 304, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert button {
  color: white;
  border: none;
  box-shadow: none;
  border-radius: 2px;
  padding: 10px 32px 12px;
  width: 50%;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  font-family: inherit;
}

/* line 318, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert button:focus {
  outline: none;
}

/* line 321, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert button:hover {
  background-color: #a1d9f2;
  box-shadow: inset 0px -2px rgba(0, 0, 0, 0.25) !important;
}

/* line 325, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert button:active {
  background-color: #81ccee;
}

/* line 328, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert button.cancel {
  background-color: #fbfbfb;
  color: #222;
  border-radius: 0 0 0 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 500;
}

/* line 338, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert button.cancel:hover {
  background-color: #f1f1f1;
}

/* line 342, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert button.cancel:active {
  background-color: #ccc;
}

/* line 350, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert button::-moz-focus-inner {
  border: 0;
}

/* line 354, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

/* line 357, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}

/* line 362, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert button.confirm[disabled] {
  color: transparent;
}

/* line 366, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/* line 372, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert button::-moz-focus-inner {
  border: 0;
}

/* line 376, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

/* line 380, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

/* line 384, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon {
  width: 60px;
  height: 60px;
  border: 4px solid gray;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border-radius: 50%;
  margin: 0px auto;
  padding: 0;
  top: 0px;
  position: relative;
  box-sizing: content-box;
}

/* line 398, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

/* line 402, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

/* line 407, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 35px;
  background-color: #F27474;
  display: block;
  top: 28px;
  border-radius: 2px;
}

/* line 417, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 13px;
}

/* line 423, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 12px;
}

/* line 429, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

/* line 433, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 27px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

/* line 445, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

/* line 457, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

/* line 461, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

/* line 473, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

/* line 484, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
  width: 80px;
  height: 80px;
}

/* line 490, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 503, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

/* line 514, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

/* line 525, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

/* line 539, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 551, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

/* line 560, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 568, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 576, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 584, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.remove-card-confirm {
  border-radius: 24px;
  margin-left: -150px;
  width: 311px;
}

/* line 589, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.remove-card-confirm h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 5px 10px 40px;
}

/* line 596, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.remove-card-confirm .sa-button-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

/* line 603, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.remove-card-confirm .sa-confirm-button-container {
  position: initial;
}

/* line 607, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.remove-card-confirm button.cancel {
  position: initial;
  background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #015AC8;
  font-size: 16px;
  font-weight: 700;
}

/* line 617, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.remove-card-confirm button.cancel:active, .sweet-alert.remove-card-confirm button.cancel:hover {
  background-color: #ffffff;
  box-shadow: none !important;
}

/* line 622, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.remove-card-confirm button.confirm {
  border-radius: 20px;
  background-color: #EF5844 !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  width: 144px;
}

/* line 632, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.remove-card-confirm.reject-deletion {
  height: 250px;
  width: 310px;
}

/* line 636, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.remove-card-confirm.reject-deletion h2 {
  color: #172C42;
  padding-bottom: 0;
}

/* line 641, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.remove-card-confirm.reject-deletion p {
  color: #172C42;
}

/* line 645, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.remove-card-confirm.reject-deletion .sa-confirm-button-container {
  width: 100%;
}

/* line 649, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert.remove-card-confirm.reject-deletion button.confirm {
  background-color: #213F5F !important;
  padding: 8px 20px;
  width: 220px;
}

@media (max-width: 540px) {
  /* line 584, app/assets/stylesheets/sweetalert.css.scss */
  .sweet-alert.remove-card-confirm {
    margin: 0 auto;
  }
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

/* line 813, app/assets/stylesheets/sweetalert.css.scss */
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

/* line 818, app/assets/stylesheets/sweetalert.css.scss */
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

/* line 823, app/assets/stylesheets/sweetalert.css.scss */
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

/* line 828, app/assets/stylesheets/sweetalert.css.scss */
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

/* line 833, app/assets/stylesheets/sweetalert.css.scss */
.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

/* line 838, app/assets/stylesheets/sweetalert.css.scss */
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

/* line 843, app/assets/stylesheets/sweetalert.css.scss */
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

/* line 848, app/assets/stylesheets/sweetalert.css.scss */
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

/* line 1013, app/assets/stylesheets/sweetalert.css.scss */
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

/* line 1018, app/assets/stylesheets/sweetalert.css.scss */
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

/* line 1023, app/assets/stylesheets/sweetalert.css.scss */
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

/* line 1056, app/assets/stylesheets/sweetalert.css.scss */
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

/* line 1119, app/assets/stylesheets/sweetalert.css.scss */
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

/* line 1144, app/assets/stylesheets/sweetalert.css.scss */
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

/* line 1169, app/assets/stylesheets/sweetalert.css.scss */
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
/* line 1198, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9;
}

/* line 1202, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9;
}

/* Success icon */
/* line 1207, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9;
}

/* line 1211, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}

/* line 1215, app/assets/stylesheets/sweetalert.css.scss */
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso &lt;@DanielCardoso&gt;
 * Licensed under MIT
 */
/* line 1224, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall,
.la-ball-fall &gt; div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1232, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

/* line 1238, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall.la-dark {
  color: #333;
}

/* line 1242, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall &gt; div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

/* line 1249, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall {
  width: 54px;
  height: 18px;
}

/* line 1254, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall &gt; div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

/* line 1266, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall &gt; div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

/* line 1273, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall &gt; div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

/* line 1280, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall &gt; div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

/* line 1287, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

/* line 1292, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall.la-sm &gt; div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

/* line 1298, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

/* line 1303, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall.la-2x &gt; div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

/* line 1309, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

/* line 1314, app/assets/stylesheets/sweetalert.css.scss */
.la-ball-fall.la-3x &gt; div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  /* line 887, /Users/maxhaines-stiles/.rvm/gems/ruby-2.3.0/gems/rails-assets-sweetalert-1.1.3/app/assets/stylesheets/sweetalert/sweetalert.scss */
  10% {
    opacity: .5;
  }
  /* line 889, /Users/maxhaines-stiles/.rvm/gems/ruby-2.3.0/gems/rails-assets-sweetalert-1.1.3/app/assets/stylesheets/sweetalert/sweetalert.scss */
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 893, /Users/maxhaines-stiles/.rvm/gems/ruby-2.3.0/gems/rails-assets-sweetalert-1.1.3/app/assets/stylesheets/sweetalert/sweetalert.scss */
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 897, /Users/maxhaines-stiles/.rvm/gems/ruby-2.3.0/gems/rails-assets-sweetalert-1.1.3/app/assets/stylesheets/sweetalert/sweetalert.scss */
  90% {
    opacity: .5;
  }
  /* line 899, /Users/maxhaines-stiles/.rvm/gems/ruby-2.3.0/gems/rails-assets-sweetalert-1.1.3/app/assets/stylesheets/sweetalert/sweetalert.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@keyframes ball-fall {
  /* line 905, /Users/maxhaines-stiles/.rvm/gems/ruby-2.3.0/gems/rails-assets-sweetalert-1.1.3/app/assets/stylesheets/sweetalert/sweetalert.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  /* line 911, /Users/maxhaines-stiles/.rvm/gems/ruby-2.3.0/gems/rails-assets-sweetalert-1.1.3/app/assets/stylesheets/sweetalert/sweetalert.scss */
  10% {
    opacity: .5;
  }
  /* line 913, /Users/maxhaines-stiles/.rvm/gems/ruby-2.3.0/gems/rails-assets-sweetalert-1.1.3/app/assets/stylesheets/sweetalert/sweetalert.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 919, /Users/maxhaines-stiles/.rvm/gems/ruby-2.3.0/gems/rails-assets-sweetalert-1.1.3/app/assets/stylesheets/sweetalert/sweetalert.scss */
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 925, /Users/maxhaines-stiles/.rvm/gems/ruby-2.3.0/gems/rails-assets-sweetalert-1.1.3/app/assets/stylesheets/sweetalert/sweetalert.scss */
  90% {
    opacity: .5;
  }
  /* line 927, /Users/maxhaines-stiles/.rvm/gems/ruby-2.3.0/gems/rails-assets-sweetalert-1.1.3/app/assets/stylesheets/sweetalert/sweetalert.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
/* line 11, app/assets/stylesheets/tags.css.scss */
.tags.panel .inner .table-container #tags-table .tag.row p {
  margin: 0;
}

/* line 15, app/assets/stylesheets/tags.css.scss */
.tags.panel .inner .table-container #tags-table .tag.row .visibility-toggle label {
  float: right;
  margin: 0;
}

/* line 21, app/assets/stylesheets/tags.css.scss */
.tags.panel .inner .table-container #tags-table .tag.row:first-child {
  padding-top: 7px;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  /* line 34, app/assets/stylesheets/tags.css.scss */
  .tags.panel .table-container .provider-tag.row .visibility-toggle label {
    float: left;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 47, app/assets/stylesheets/tags.css.scss */
  .tags.panel .table-container .provider-tag.row .visible-xs {
    margin-top: 7px;
  }
  /* line 50, app/assets/stylesheets/tags.css.scss */
  .tags.panel .table-container .provider-tag.row .tag-count.center {
    text-align: left;
  }
}
/* line 7, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #tour-hours-container {
  margin-top: 5px;
}

/* line 11, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #days-of-week-toggles .dow-toggle {
  display: inline-block;
  text-transform: none;
  margin-bottom: 3px;
  letter-spacing: normal;
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1px;
}

/* line 24, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #days-of-week-toggles .dow-toggle .dow-label {
  display: block;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  border: 1px solid #B3BAC1;
  border-radius: 25%;
  width: 40px;
  display: block;
  text-align: center;
  padding: 9px 0;
}

/* line 39, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #days-of-week-toggles .dow-toggle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 46, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #days-of-week-toggles .dow-toggle input:checked ~ .dow-label {
  background-color: #1E1E1E;
  border-color: #1E1E1E;
  color: #fff;
}

/* line 53, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #days-of-week-toggles .dow-toggle:hover .dow-label {
  background-color: #ccc;
}

/* line 59, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #tour_hours_form .availability-errors {
  color: #cc0000;
}

/* line 62, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #tour_hours_form .availability-errors &gt; .parsley-errors-list.filled ~ .parsley-errors-list.filled {
  display: none;
}

/* line 69, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #hours-table {
  margin-top: 15px;
}

/* line 73, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #hours-table .fields-for-day .availability-errors {
  margin-left: 50px;
}

/* line 78, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #hours-table .day-of-week-row {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-top: 10px;
}

/* line 84, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #hours-table .day-of-week-row .day-label {
  width: 40px;
}

/* line 88, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #hours-table .day-of-week-row .day-times-container {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

/* line 93, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #hours-table .day-of-week-row .day-times-container .to {
  display: inline-block;
}

/* line 97, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #hours-table .day-of-week-row .day-times-container select {
  width: auto;
  min-width: min-content;
  max-width: max-content;
}

/* line 106, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #form-buttons {
  margin-top: 20px;
}

/* line 109, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #form-buttons &gt; * {
  display: inline-block;
  border-radius: 20px;
  width: 144px;
  margin-right: 10px;
}

/* line 115, app/assets/stylesheets/tour_availabilities.scss */
.location-manage-tour_hours #form-buttons &gt; *:last-child {
  margin-right: 0;
}
/* line 7, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #tour-hours-container {
  margin-top: 5px;
}

/* line 11, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #days-of-week-toggles .dow-toggle {
  display: inline-block;
  text-transform: none;
  margin-bottom: 3px;
  letter-spacing: normal;
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1px;
}

/* line 24, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #days-of-week-toggles .dow-toggle .dow-label {
  display: block;
  color: #172C42;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  border: 1px solid #B3BAC1;
  border-radius: 25%;
  width: 40px;
  display: block;
  text-align: center;
  padding: 9px 0;
}

/* line 39, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #days-of-week-toggles .dow-toggle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 46, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #days-of-week-toggles .dow-toggle input:checked ~ .dow-label {
  background-color: #3B71AA;
  border-color: #3B71AA;
  color: #fff;
}

/* line 53, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #days-of-week-toggles .dow-toggle:hover .dow-label {
  background-color: #ccc;
}

/* line 59, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #tour_hours_form .availability-errors {
  color: #cc0000;
}

/* line 62, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #tour_hours_form .availability-errors &gt; .parsley-errors-list.filled ~ .parsley-errors-list.filled {
  display: none;
}

/* line 69, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #hours-table {
  margin-top: 15px;
}

/* line 73, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #hours-table .fields-for-day .availability-errors {
  margin-left: 50px;
}

/* line 78, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #hours-table .day-of-week-row {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-top: 10px;
}

/* line 84, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #hours-table .day-of-week-row .day-label {
  width: 40px;
}

/* line 88, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #hours-table .day-of-week-row .day-times-container {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

/* line 93, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #hours-table .day-of-week-row .day-times-container .to {
  display: inline-block;
}

/* line 97, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #hours-table .day-of-week-row .day-times-container select {
  width: auto;
  min-width: min-content;
  max-width: max-content;
}

/* line 106, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #form-buttons {
  margin-top: 20px;
}

/* line 109, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #form-buttons &gt; * {
  display: inline-block;
  border-radius: 20px;
  width: 144px;
  margin-right: 10px;
}

/* line 115, app/assets/stylesheets/tour_availabilities_legacy.scss */
html.legacy .location-manage-tour_hours #form-buttons &gt; *:last-child {
  margin-right: 0;
}
/* line 7, app/assets/stylesheets/transactions.css.scss */
#main .provider.transactions .panel-search-container {
  width: calc(100% - 115px);
}

/* line 10, app/assets/stylesheets/transactions.css.scss */
#main .provider.transactions #transaction-count-container {
  margin: 10px 5px 5px;
}

/* line 15, app/assets/stylesheets/transactions.css.scss */
#main #transactions {
  padding-bottom: 5%;
}

/* line 18, app/assets/stylesheets/transactions.css.scss */
#main #transactions .no-account-prompt {
  margin: 1% auto 2%;
  width: 96%;
  font-weight: 500;
  font-size: 1em;
  line-height: 1em;
}

/* line 26, app/assets/stylesheets/transactions.css.scss */
#main #transactions .panel {
  background: transparent;
}

/* line 30, app/assets/stylesheets/transactions.css.scss */
#main #transactions .panel-search-container {
  width: calc(100% - 170px);
}

/* line 35, app/assets/stylesheets/transactions.css.scss */
#main #transaction-history-toggle {
  cursor: pointer;
  text-decoration: underline;
}

/* line 40, app/assets/stylesheets/transactions.css.scss */
#main .payment-destinations {
  margin-top: 0;
  padding-bottom: 0;
}

/* line 44, app/assets/stylesheets/transactions.css.scss */
#main .payment-destinations .accounts, #main .payment-destinations .cards {
  position: relative;
  padding-top: 0;
}

/* line 48, app/assets/stylesheets/transactions.css.scss */
#main .payment-destinations .accounts .panel-header, #main .payment-destinations .cards .panel-header {
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/transactions.css.scss */
#main .payment-destinations .accounts .inner, #main .payment-destinations .cards .inner {
  position: relative;
}

/* line 57, app/assets/stylesheets/transactions.css.scss */
#main #destinations-table {
  display: inline-block;
  width: 100%;
}

/* line 61, app/assets/stylesheets/transactions.css.scss */
#main #destinations-table div.card, #main #destinations-table div.bank-account {
  padding: 7px 1%;
  cursor: default;
  position: relative;
  display: inline-table;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #eee;
}

/* line 70, app/assets/stylesheets/transactions.css.scss */
#main #destinations-table div.card .btn-menu, #main #destinations-table div.bank-account .btn-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  border: 1px solid #eee;
  width: auto;
  margin: auto;
  border-radius: 6px;
}

/* line 82, app/assets/stylesheets/transactions.css.scss */
#main #destinations-table div.card .btn-menu .payout-btn, #main #destinations-table div.bank-account .btn-menu .payout-btn {
  padding: 0;
  width: 44px;
  height: 34px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 0;
  cursor: pointer;
}

/* line 92, app/assets/stylesheets/transactions.css.scss */
#main #destinations-table div.card .btn-menu .payout-btn i, #main #destinations-table div.bank-account .btn-menu .payout-btn i {
  line-height: 16px;
  font-size: 20px;
}

/* line 100, app/assets/stylesheets/transactions.css.scss */
#main #destinations-table div.card .remove.card:hover i, #main #destinations-table div.card .remove.bank_account:hover i, #main #destinations-table div.bank-account .remove.card:hover i, #main #destinations-table div.bank-account .remove.bank_account:hover i {
  color: #cc0000;
}

/* line 105, app/assets/stylesheets/transactions.css.scss */
#main #destinations-table div.card .update.bank_account:hover i, #main #destinations-table div.bank-account .update.bank_account:hover i {
  color: #00C56F;
}

/* line 110, app/assets/stylesheets/transactions.css.scss */
#main #destinations-table div.card .account-name, #main #destinations-table div.bank-account .account-name {
  font-weight: 600;
  display: block;
  width: 100%;
}

/* line 118, app/assets/stylesheets/transactions.css.scss */
#main #destinations-table .card:hover .btn-menu, #main #destinations-table .bank-account:hover .btn-menu {
  display: inline-block;
}

/* line 123, app/assets/stylesheets/transactions.css.scss */
#main #destinations-table .inner {
  clear: both;
  overflow: auto;
  position: relative;
  margin: 0;
  z-index: 2;
  background: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 138, app/assets/stylesheets/transactions.css.scss */
#main #destinations-table .inner .subtitle {
  font-size: .9em;
  font-weight: 500;
}

/* line 144, app/assets/stylesheets/transactions.css.scss */
#main #destinations-table .account {
  overflow: auto;
  width: 100%;
  padding: 7px 0;
}

/* line 151, app/assets/stylesheets/transactions.css.scss */
#main .add-account {
  width: 95%;
  max-width: 400px;
  display: block;
  margin: 20px 20px 0 0;
}

/* line 157, app/assets/stylesheets/transactions.css.scss */
#main a.add-account:hover {
  text-decoration: none;
  color: inherit;
}

/* line 162, app/assets/stylesheets/transactions.css.scss */
#main .panel-header.transactions {
  min-height: 34px;
}

/* line 165, app/assets/stylesheets/transactions.css.scss */
#main .panel-header.transactions .btn-group {
  left: 0;
  top: 0;
  position: relative;
}

/* line 174, app/assets/stylesheets/transactions.css.scss */
#main .panel.payout .payout-details #transactions-table {
  margin-top: 1em;
  margin-bottom: -10px;
  border-top: 1px solid #eee;
}

/* line 183, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .payouts-enabled, #main .panel.transactions .payouts-enabled, #main .panel.payout .payouts-enabled {
  position: absolute;
  right: 1%;
  top: 6px;
  display: inline-block;
}

/* line 188, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .payouts-enabled a, #main .panel.transactions .payouts-enabled a, #main .panel.payout .payouts-enabled a {
  display: inline-block;
}

/* line 192, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .inner, #main .panel.transactions .inner, #main .panel.payout .inner {
  position: relative;
}

/* line 196, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .export-transactions, #main .panel.transactions .export-transactions, #main .panel.payout .export-transactions {
  position: absolute;
  top: 13px;
  right: 50%;
  padding-right: 2%;
  color: #aaa;
  font-size: .95em;
  font-weight: 500;
}

/* line 206, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters, #main .panel.transactions .filters, #main .panel.payout .filters {
  margin: 10px auto 0;
  width: 100%;
  padding: 0 10px;
  display: inline-block;
}

/* line 212, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .locations, #main .panel.reservations .filters .providers, #main .panel.reservations .filters .transactions, #main .panel.reservations .filters .payouts, #main .panel.transactions .filters .locations, #main .panel.transactions .filters .providers, #main .panel.transactions .filters .transactions, #main .panel.transactions .filters .payouts, #main .panel.payout .filters .locations, #main .panel.payout .filters .providers, #main .panel.payout .filters .transactions, #main .panel.payout .filters .payouts {
  padding-left: 0.5%;
}

/* line 215, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .selectize-control .selectize-input:after, #main .panel.transactions .filters .selectize-control .selectize-input:after, #main .panel.payout .filters .selectize-control .selectize-input:after {
  right: 3px;
}

/* line 218, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .date, #main .panel.transactions .filters .date, #main .panel.payout .filters .date {
  margin-bottom: 4px;
}

/* line 220, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .date .date-pickers, #main .panel.transactions .filters .date .date-pickers, #main .panel.payout .filters .date .date-pickers {
  width: 100%;
  position: relative;
  top: 0;
  right: inherit;
}

/* line 227, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .platforms, #main .panel.transactions .filters .platforms, #main .panel.payout .filters .platforms {
  padding-left: 0.5%;
}

/* line 230, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .row, #main .panel.transactions .filters .row, #main .panel.payout .filters .row {
  border: 0;
}

/* line 233, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .row:hover, #main .panel.transactions .filters .row:hover, #main .panel.payout .filters .row:hover {
  background: transparent;
}

/* line 237, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .selectize-input, #main .panel.transactions .filters .selectize-input, #main .panel.payout .filters .selectize-input {
  border-radius: 7px;
  border: 1px solid transparent;
  background: rgba(238, 241, 244, 0.75);
  padding: 7px;
  cursor: pointer;
}

/* line 243, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .selectize-input input[disabled], #main .panel.transactions .filters .selectize-input input[disabled], #main .panel.payout .filters .selectize-input input[disabled] {
  cursor: pointer;
}

/* line 247, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .selectize-input.has-items, #main .panel.transactions .filters .selectize-input.has-items, #main .panel.payout .filters .selectize-input.has-items {
  padding: 7px 3px;
}

/* line 250, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .fees, #main .panel.transactions .filters .fees, #main .panel.payout .filters .fees {
  padding-left: 0.5%;
}

/* line 252, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .fees .selectize-input.has-items, #main .panel.transactions .filters .fees .selectize-input.has-items, #main .panel.payout .filters .fees .selectize-input.has-items {
  padding: 7px;
}

/* line 257, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .selectize-control.multi .selectize-input &gt; div, #main .panel.transactions .filters .selectize-control.multi .selectize-input &gt; div, #main .panel.payout .filters .selectize-control.multi .selectize-input &gt; div {
  padding: 0 6px;
  background: #fff;
}

/* line 262, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .btn-group, #main .panel.reservations .filters .btn-group-vertical, #main .panel.transactions .filters .btn-group, #main .panel.transactions .filters .btn-group-vertical, #main .panel.payout .filters .btn-group, #main .panel.payout .filters .btn-group-vertical {
  display: inline-block;
  margin: 0 auto;
}

/* line 266, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .btn-group .toggle-btn, #main .panel.reservations .filters .btn-group-vertical .toggle-btn, #main .panel.transactions .filters .btn-group .toggle-btn, #main .panel.transactions .filters .btn-group-vertical .toggle-btn, #main .panel.payout .filters .btn-group .toggle-btn, #main .panel.payout .filters .btn-group-vertical .toggle-btn {
  font-size: .9em;
  font-weight: 600;
  color: #343434;
}

/* line 271, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .btn-group .toggle-btn i, #main .panel.reservations .filters .btn-group-vertical .toggle-btn i, #main .panel.transactions .filters .btn-group .toggle-btn i, #main .panel.transactions .filters .btn-group-vertical .toggle-btn i, #main .panel.payout .filters .btn-group .toggle-btn i, #main .panel.payout .filters .btn-group-vertical .toggle-btn i {
  font-size: 18px;
  height: 18px;
  line-height: 20px;
  margin-right: 5px;
}

/* line 278, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .btn-group .toggle-btn.selected, #main .panel.reservations .filters .btn-group-vertical .toggle-btn.selected, #main .panel.transactions .filters .btn-group .toggle-btn.selected, #main .panel.transactions .filters .btn-group-vertical .toggle-btn.selected, #main .panel.payout .filters .btn-group .toggle-btn.selected, #main .panel.payout .filters .btn-group-vertical .toggle-btn.selected {
  font-weight: 600;
  color: #fff;
}

/* line 281, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .btn-group .toggle-btn.selected i, #main .panel.reservations .filters .btn-group-vertical .toggle-btn.selected i, #main .panel.transactions .filters .btn-group .toggle-btn.selected i, #main .panel.transactions .filters .btn-group-vertical .toggle-btn.selected i, #main .panel.payout .filters .btn-group .toggle-btn.selected i, #main .panel.payout .filters .btn-group-vertical .toggle-btn.selected i {
  color: #fff;
}

/* line 287, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .filters .platforms, #main .panel.transactions .filters .platforms, #main .panel.payout .filters .platforms {
  padding-left: 0.5%;
}

/* line 295, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .search, #main .panel.transactions .search, #main .panel.payout .search {
  position: absolute;
  top: 7px;
  right: 0;
  width: 50%;
}

/* line 302, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations #start, #main .panel.reservations #end, #main .panel.transactions #start, #main .panel.transactions #end, #main .panel.payout #start, #main .panel.payout #end {
  min-width: 100px;
  width: 50%;
  color: #EB0450;
  padding: 0px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  outline: 0;
  font-weight: 500;
  font-size: .95em;
  background: rgba(238, 241, 244, 0.75);
  border: 1px solid transparent;
  box-shadow: 0 0 0 0;
}

/* line 318, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations #start:hover, #main .panel.reservations #end:hover, #main .panel.transactions #start:hover, #main .panel.transactions #end:hover, #main .panel.payout #start:hover, #main .panel.payout #end:hover {
  background-color: rgba(238, 241, 244, 0.5);
  text-decoration: none;
}

/* line 323, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations #start.active, #main .panel.reservations #end.active, #main .panel.transactions #start.active, #main .panel.transactions #end.active, #main .panel.payout #start.active, #main .panel.payout #end.active {
  color: #EB0450;
  font-weight: 500;
}

/* line 328, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .panel-header.transactions, #main .panel.transactions .panel-header.transactions, #main .panel.payout .panel-header.transactions {
  margin-bottom: 0;
}

/* line 331, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .panel-header.transactions #transactions-dropdown-toggle, #main .panel.transactions .panel-header.transactions #transactions-dropdown-toggle, #main .panel.payout .panel-header.transactions #transactions-dropdown-toggle {
  cursor: pointer;
}

/* line 335, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .panel-header.transactions #transactions-dropdown-menu, #main .panel.transactions .panel-header.transactions #transactions-dropdown-menu, #main .panel.payout .panel-header.transactions #transactions-dropdown-menu {
  min-width: 140px;
  padding: 0;
  border-radius: 7px;
  border: 0;
}

/* line 341, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .panel-header.transactions #transactions-dropdown-menu a, #main .panel.transactions .panel-header.transactions #transactions-dropdown-menu a, #main .panel.payout .panel-header.transactions #transactions-dropdown-menu a {
  display: table;
  width: 100%;
  color: #444;
  font-size: 1em;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 8px 12px;
}

/* line 351, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .panel-header.transactions #transactions-dropdown-menu a i, #main .panel.transactions .panel-header.transactions #transactions-dropdown-menu a i, #main .panel.payout .panel-header.transactions #transactions-dropdown-menu a i {
  font-size: 18px;
  line-height: 22px;
  margin-right: 11px;
}

/* line 357, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .panel-header.transactions #transactions-dropdown-menu a:hover, #main .panel.transactions .panel-header.transactions #transactions-dropdown-menu a:hover, #main .panel.payout .panel-header.transactions #transactions-dropdown-menu a:hover {
  text-decoration: underline;
  color: #015AC8;
}

/* line 360, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .panel-header.transactions #transactions-dropdown-menu a:hover *, #main .panel.transactions .panel-header.transactions #transactions-dropdown-menu a:hover *, #main .panel.payout .panel-header.transactions #transactions-dropdown-menu a:hover * {
  color: #015AC8;
}

/* line 367, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .panel-header.transactions #transactions-dropdown-menu a:last-child, #main .panel.transactions .panel-header.transactions #transactions-dropdown-menu a:last-child, #main .panel.payout .panel-header.transactions #transactions-dropdown-menu a:last-child {
  border: 0 !important;
}

/* line 373, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations #reservations-table, #main .panel.reservations #transactions-table, #main .panel.transactions #reservations-table, #main .panel.transactions #transactions-table, #main .panel.payout #reservations-table, #main .panel.payout #transactions-table {
  padding: 0;
  margin: 0% auto;
  width: 100%;
  clear: both;
}

/* line 379, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations #reservations-table .inner, #main .panel.reservations #transactions-table .inner, #main .panel.transactions #reservations-table .inner, #main .panel.transactions #transactions-table .inner, #main .panel.payout #reservations-table .inner, #main .panel.payout #transactions-table .inner {
  clear: both;
  position: relative;
  z-index: 2;
  border: 1px solid #e1e1e1;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 0 0 transparent;
}

/* line 394, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .pages, #main .panel.transactions .pages, #main .panel.payout .pages {
  padding: 1%;
  font-size: .95em;
  font-weight: 500;
}

/* line 399, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .transaction.row, #main .panel.transactions .transaction.row, #main .panel.payout .transaction.row {
  border-bottom: 1px solid #eee;
  margin: 0;
  line-height: 1em;
  padding: 14px 1%;
}

/* line 405, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .transaction.row .unlinked, #main .panel.transactions .transaction.row .unlinked, #main .panel.payout .transaction.row .unlinked {
  cursor: default;
}

/* line 408, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .transaction.row .timestamp, #main .panel.transactions .transaction.row .timestamp, #main .panel.payout .transaction.row .timestamp {
  font-size: .9em;
  text-align: right;
}

/* line 412, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .transaction.row .amount, #main .panel.transactions .transaction.row .amount, #main .panel.payout .transaction.row .amount {
  padding-left: 11px;
  float: left;
  width: 80px;
  text-align: right;
  font-size: .95em;
  font-weight: 500;
}

/* line 420, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .transaction.row i, #main .panel.transactions .transaction.row i, #main .panel.payout .transaction.row i {
  font-size: 18px;
  line-height: 16px;
}

/* line 426, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .transaction.row .refund-amount *, #main .panel.transactions .transaction.row .refund-amount *, #main .panel.payout .transaction.row .refund-amount * {
  color: #cc0000;
}

/* line 431, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .transaction.row .credit-amount i, #main .panel.reservations .transaction.row .credit-amount .amount, #main .panel.transactions .transaction.row .credit-amount i, #main .panel.transactions .transaction.row .credit-amount .amount, #main .panel.payout .transaction.row .credit-amount i, #main .panel.payout .transaction.row .credit-amount .amount {
  color: #B388FF;
}

/* line 438, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .new-waitlist.removed *, #main .panel.transactions .new-waitlist.removed *, #main .panel.payout .new-waitlist.removed * {
  text-decoration: line-through;
}

/* line 442, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .row:last-child, #main .panel.transactions .row:last-child, #main .panel.payout .row:last-child {
  border: 0;
}

/* line 446, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .row.paid *, #main .panel.transactions .row.paid *, #main .panel.payout .row.paid * {
  color: #aaa;
}

/* line 448, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .row.paid * a, #main .panel.transactions .row.paid * a, #main .panel.payout .row.paid * a {
  color: #aaa;
}

/* line 453, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .transaction.row .canceled *, #main .panel.transactions .transaction.row .canceled *, #main .panel.payout .transaction.row .canceled * {
  color: #aaa;
  text-decoration: line-through;
}

/* line 458, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .row.canceled *, #main .panel.transactions .row.canceled *, #main .panel.payout .row.canceled * {
  color: #aaa;
  text-decoration: line-through;
}

/* line 464, app/assets/stylesheets/transactions.css.scss */
#main .panel.reservations .view-all a, #main .panel.transactions .view-all a, #main .panel.payout .view-all a {
  padding: 0;
}

/* line 473, app/assets/stylesheets/transactions.css.scss */
.popover .export-transactions #customize-csv, .popover .export-transactions #customize-excel {
  display: inline-block;
  cursor: pointer;
}

/* line 477, app/assets/stylesheets/transactions.css.scss */
.popover .export-transactions #customize-csv:hover, .popover .export-transactions #customize-excel:hover {
  text-decoration: underline;
}

/* line 484, app/assets/stylesheets/transactions.css.scss */
#edit-payment-account-link i {
  font-size: 18px;
  line-height: 18px;
}

/* line 488, app/assets/stylesheets/transactions.css.scss */
#edit-payment-account-link i:hover {
  text-decoration: none;
}

/* line 497, app/assets/stylesheets/transactions.css.scss */
#transaction-filter-toggle.active i {
  color: #EB0450;
}

/* line 503, app/assets/stylesheets/transactions.css.scss */
#export-toggle i {
  font-size: 20px;
}

/* line 507, app/assets/stylesheets/transactions.css.scss */
#export-toggle:hover {
  text-decoration: underline;
}

/* line 512, app/assets/stylesheets/transactions.css.scss */
html.provider .transaction-filters a.filter-btn, html.provider .transaction-filters a.filter-btn:focus, html.provider .transaction-filters a.filter-btn:active {
  text-align: left;
  border: 1px solid transparent;
  box-shadow: none;
  color: inherit;
  font-weight: 500;
  padding: 9px 11px;
}

/* line 520, app/assets/stylesheets/transactions.css.scss */
html.provider .transaction-filters a.filter-btn i, html.provider .transaction-filters a.filter-btn:focus i, html.provider .transaction-filters a.filter-btn:active i {
  margin-right: 11px;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}

/* line 527, app/assets/stylesheets/transactions.css.scss */
html.provider .transaction-filters .filter-btn.selected {
  color: #EB0450;
  font-weight: 600;
}

/* line 530, app/assets/stylesheets/transactions.css.scss */
html.provider .transaction-filters .filter-btn.selected i {
  color: #EB0450;
}

/* line 534, app/assets/stylesheets/transactions.css.scss */
html.provider .transaction-filters .filter-btn:hover {
  text-decoration: underline;
  background: transparent;
  font-weight: 600;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 544, app/assets/stylesheets/transactions.css.scss */
  #main .transactions.panel .panel-search-container {
    width: calc(100% - 50px);
  }
  /* line 548, app/assets/stylesheets/transactions.css.scss */
  #main .transactions.panel .filters .date, #main .transactions.panel .filters .type, #main .transactions.panel .filters .locations, #main .transactions.panel .filters .platforms, #main .transactions.panel .filters .transactions {
    padding: 0;
  }
  /* line 550, app/assets/stylesheets/transactions.css.scss */
  #main .transactions.panel .filters .date .date-pickers, #main .transactions.panel .filters .type .date-pickers, #main .transactions.panel .filters .locations .date-pickers, #main .transactions.panel .filters .platforms .date-pickers, #main .transactions.panel .filters .transactions .date-pickers {
    padding: 0;
  }
  /* line 557, app/assets/stylesheets/transactions.css.scss */
  #main .payment-destinations .half-panel {
    padding: 0;
  }
  /* line 560, app/assets/stylesheets/transactions.css.scss */
  #main .payment-destinations .half-panel.cards {
    padding-top: 1%;
  }
  /* line 564, app/assets/stylesheets/transactions.css.scss */
  #main .panel.transactions .inner {
    padding: 0;
    margin-bottom: 2.5%;
  }
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  /* line 578, app/assets/stylesheets/transactions.css.scss */
  #main #transactions .balance-table .col-sm-4 .header-label {
    padding: 10% 0 2.5%;
    opacity: 1;
  }
  /* line 587, app/assets/stylesheets/transactions.css.scss */
  #main .panel.transactions .filters .date, #main .panel.transactions .filters .locations, #main .panel.transactions .filters .type {
    text-align: center;
    padding: 1% 0%;
  }
}
/* line 2, app/assets/stylesheets/trials.css.scss */
#destroy-trial label {
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  font-size: .95em;
}

/* line 9, app/assets/stylesheets/trials.css.scss */
#destroy-trial .destroy-explanation {
  clear: both;
  margin-left: 28px;
  font-size: .95em;
}

/* line 16, app/assets/stylesheets/trials.css.scss */
#destroy-form .row:last-child {
  margin-top: 11px;
}
/* line 5, app/assets/stylesheets/users.css.scss */
.account.container, .profile.container, #user-settings.container, .user-profile.container, .cart.container {
  padding: 15px 0 0;
}

/* line 10, app/assets/stylesheets/users.css.scss */
#user-profile-panel .user-profile-inner, .user-account-container .user-profile-inner, .user-profile-container .user-profile-inner {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e9edf1;
}

/* line 16, app/assets/stylesheets/users.css.scss */
#user-profile-panel .profile-details, .user-account-container .profile-details, .user-profile-container .profile-details {
  display: inline-table;
  width: 100%;
  padding: 2.5%;
  background: #7C4DFF;
  border-radius: 4px 4px 0 0;
  color: #fff;
}

/* line 24, app/assets/stylesheets/users.css.scss */
#user-profile-panel .profile-details .avatar-section, .user-account-container .profile-details .avatar-section, .user-profile-container .profile-details .avatar-section {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
}

/* line 29, app/assets/stylesheets/users.css.scss */
#user-profile-panel .profile-details .avatar-placeholder, .user-account-container .profile-details .avatar-placeholder, .user-profile-container .profile-details .avatar-placeholder {
  width: 200px;
  height: 200px;
  background-color: transparent;
  border: 3px solid white;
}

/* line 35, app/assets/stylesheets/users.css.scss */
#user-profile-panel .profile-details .avatar, .user-account-container .profile-details .avatar, .user-profile-container .profile-details .avatar {
  border-radius: 50%;
}

/* line 38, app/assets/stylesheets/users.css.scss */
#user-profile-panel .profile-details .details-section, .user-account-container .profile-details .details-section, .user-profile-container .profile-details .details-section {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
}

/* line 42, app/assets/stylesheets/users.css.scss */
#user-profile-panel .profile-details .details-section .user-name, .user-account-container .profile-details .details-section .user-name, .user-profile-container .profile-details .details-section .user-name {
  padding-bottom: 3px;
}

/* line 46, app/assets/stylesheets/users.css.scss */
#user-profile-panel .profile-details a.view-profile-link, .user-account-container .profile-details a.view-profile-link, .user-profile-container .profile-details a.view-profile-link {
  color: #fff;
  display: block;
}

/* line 51, app/assets/stylesheets/users.css.scss */
#user-profile-panel .tab-content, .user-account-container .tab-content, .user-profile-container .tab-content {
  padding: 0;
}

/* line 56, app/assets/stylesheets/users.css.scss */
#user-account-panel, #user-settings-panel, #user-profile-panel, #user-cart-panel {
  margin: 0 auto 5%;
  width: 100%;
}

/* line 60, app/assets/stylesheets/users.css.scss */
#user-account-panel .type-picker, #user-settings-panel .type-picker, #user-profile-panel .type-picker, #user-cart-panel .type-picker {
  text-align: right;
}

/* line 62, app/assets/stylesheets/users.css.scss */
#user-account-panel .type-picker a, #user-settings-panel .type-picker a, #user-profile-panel .type-picker a, #user-cart-panel .type-picker a {
  display: block;
  font-size: .9em;
  font-weight: 600;
}

/* line 67, app/assets/stylesheets/users.css.scss */
#user-account-panel .type-picker a:first-child, #user-settings-panel .type-picker a:first-child, #user-profile-panel .type-picker a:first-child, #user-cart-panel .type-picker a:first-child {
  padding: 0 3px 3px;
  margin-bottom: 3px;
}

/* line 71, app/assets/stylesheets/users.css.scss */
#user-account-panel .type-picker a:last-child, #user-settings-panel .type-picker a:last-child, #user-profile-panel .type-picker a:last-child, #user-cart-panel .type-picker a:last-child {
  padding: 3px 3px 0;
  margin-top: 3px;
  border-top: 1px solid #f1f4f9;
}

/* line 78, app/assets/stylesheets/users.css.scss */
#user-account-panel .pagination.bottom, #user-settings-panel .pagination.bottom, #user-profile-panel .pagination.bottom, #user-cart-panel .pagination.bottom {
  margin-bottom: 0;
}

/* line 82, app/assets/stylesheets/users.css.scss */
#user-account-panel .avatar-placeholder, #user-settings-panel .avatar-placeholder, #user-profile-panel .avatar-placeholder, #user-cart-panel .avatar-placeholder {
  width: 200px;
  height: 200px;
}

/* line 87, app/assets/stylesheets/users.css.scss */
#user-account-panel .header.row, #user-settings-panel .header.row, #user-profile-panel .header.row, #user-cart-panel .header.row {
  margin-bottom: 7px;
  padding: 0 15px;
}

/* line 91, app/assets/stylesheets/users.css.scss */
#user-account-panel .user-account-inner, #user-settings-panel .user-account-inner, #user-profile-panel .user-account-inner, #user-cart-panel .user-account-inner {
  padding: 1%;
}

/* line 94, app/assets/stylesheets/users.css.scss */
#user-account-panel .user-account-inner .purchase-date, #user-settings-panel .user-account-inner .purchase-date, #user-profile-panel .user-account-inner .purchase-date, #user-cart-panel .user-account-inner .purchase-date {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 101, app/assets/stylesheets/users.css.scss */
#user-account-panel .tab-content, #user-settings-panel .tab-content, #user-profile-panel .tab-content, #user-cart-panel .tab-content {
  border-radius: 4px;
  background: #fff;
  padding: 0;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.03), 0 1px 0px rgba(50, 50, 93, 0.07);
}

/* line 107, app/assets/stylesheets/users.css.scss */
#user-account-panel .tab-content .tab-pane:not(#profile), #user-settings-panel .tab-content .tab-pane:not(#profile), #user-profile-panel .tab-content .tab-pane:not(#profile), #user-cart-panel .tab-content .tab-pane:not(#profile) {
  padding: 15px;
}

/* line 112, app/assets/stylesheets/users.css.scss */
#user-account-panel #user-credit-summary, #user-settings-panel #user-credit-summary, #user-profile-panel #user-credit-summary, #user-cart-panel #user-credit-summary {
  display: inline-block;
  width: 100%;
}

/* line 117, app/assets/stylesheets/users.css.scss */
#user-account-panel #user-credit-summary .credit-provider .inner-credit-summary, #user-account-panel #user-credit-summary .credit-anywhere .inner-credit-summary, #user-settings-panel #user-credit-summary .credit-provider .inner-credit-summary, #user-settings-panel #user-credit-summary .credit-anywhere .inner-credit-summary, #user-profile-panel #user-credit-summary .credit-provider .inner-credit-summary, #user-profile-panel #user-credit-summary .credit-anywhere .inner-credit-summary, #user-cart-panel #user-credit-summary .credit-provider .inner-credit-summary, #user-cart-panel #user-credit-summary .credit-anywhere .inner-credit-summary {
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid #eef1f4;
  display: inline-block;
  width: auto;
  margin-right: 1em;
}

/* line 140, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations #mobile-section-toggle,
#user-account-panel #user-purchases #mobile-section-toggle,
#user-account-panel #user-package-credits #mobile-section-toggle,
#user-account-panel #user-user-credits #mobile-section-toggle,
#user-account-panel #user-saves #mobile-section-toggle,
#user-account-panel #user-waitlists #mobile-section-toggle,
#user-account-panel #user-memberships #mobile-section-toggle,
#user-account-panel #user-reviews #mobile-section-toggle,
#user-account-panel #user-charges #mobile-section-toggle,
#user-account-panel #user-forms #mobile-section-toggle, #user-settings-panel .reservations #mobile-section-toggle,
#user-settings-panel #user-purchases #mobile-section-toggle,
#user-settings-panel #user-package-credits #mobile-section-toggle,
#user-settings-panel #user-user-credits #mobile-section-toggle,
#user-settings-panel #user-saves #mobile-section-toggle,
#user-settings-panel #user-waitlists #mobile-section-toggle,
#user-settings-panel #user-memberships #mobile-section-toggle,
#user-settings-panel #user-reviews #mobile-section-toggle,
#user-settings-panel #user-charges #mobile-section-toggle,
#user-settings-panel #user-forms #mobile-section-toggle, #user-profile-panel .reservations #mobile-section-toggle,
#user-profile-panel #user-purchases #mobile-section-toggle,
#user-profile-panel #user-package-credits #mobile-section-toggle,
#user-profile-panel #user-user-credits #mobile-section-toggle,
#user-profile-panel #user-saves #mobile-section-toggle,
#user-profile-panel #user-waitlists #mobile-section-toggle,
#user-profile-panel #user-memberships #mobile-section-toggle,
#user-profile-panel #user-reviews #mobile-section-toggle,
#user-profile-panel #user-charges #mobile-section-toggle,
#user-profile-panel #user-forms #mobile-section-toggle, #user-cart-panel .reservations #mobile-section-toggle,
#user-cart-panel #user-purchases #mobile-section-toggle,
#user-cart-panel #user-package-credits #mobile-section-toggle,
#user-cart-panel #user-user-credits #mobile-section-toggle,
#user-cart-panel #user-saves #mobile-section-toggle,
#user-cart-panel #user-waitlists #mobile-section-toggle,
#user-cart-panel #user-memberships #mobile-section-toggle,
#user-cart-panel #user-reviews #mobile-section-toggle,
#user-cart-panel #user-charges #mobile-section-toggle,
#user-cart-panel #user-forms #mobile-section-toggle {
  background: #ff4f78;
  border-color: #ff4f78;
}

/* line 145, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations ul#mobile-section-dropdown li,
#user-account-panel #user-purchases ul#mobile-section-dropdown li,
#user-account-panel #user-package-credits ul#mobile-section-dropdown li,
#user-account-panel #user-user-credits ul#mobile-section-dropdown li,
#user-account-panel #user-saves ul#mobile-section-dropdown li,
#user-account-panel #user-waitlists ul#mobile-section-dropdown li,
#user-account-panel #user-memberships ul#mobile-section-dropdown li,
#user-account-panel #user-reviews ul#mobile-section-dropdown li,
#user-account-panel #user-charges ul#mobile-section-dropdown li,
#user-account-panel #user-forms ul#mobile-section-dropdown li, #user-settings-panel .reservations ul#mobile-section-dropdown li,
#user-settings-panel #user-purchases ul#mobile-section-dropdown li,
#user-settings-panel #user-package-credits ul#mobile-section-dropdown li,
#user-settings-panel #user-user-credits ul#mobile-section-dropdown li,
#user-settings-panel #user-saves ul#mobile-section-dropdown li,
#user-settings-panel #user-waitlists ul#mobile-section-dropdown li,
#user-settings-panel #user-memberships ul#mobile-section-dropdown li,
#user-settings-panel #user-reviews ul#mobile-section-dropdown li,
#user-settings-panel #user-charges ul#mobile-section-dropdown li,
#user-settings-panel #user-forms ul#mobile-section-dropdown li, #user-profile-panel .reservations ul#mobile-section-dropdown li,
#user-profile-panel #user-purchases ul#mobile-section-dropdown li,
#user-profile-panel #user-package-credits ul#mobile-section-dropdown li,
#user-profile-panel #user-user-credits ul#mobile-section-dropdown li,
#user-profile-panel #user-saves ul#mobile-section-dropdown li,
#user-profile-panel #user-waitlists ul#mobile-section-dropdown li,
#user-profile-panel #user-memberships ul#mobile-section-dropdown li,
#user-profile-panel #user-reviews ul#mobile-section-dropdown li,
#user-profile-panel #user-charges ul#mobile-section-dropdown li,
#user-profile-panel #user-forms ul#mobile-section-dropdown li, #user-cart-panel .reservations ul#mobile-section-dropdown li,
#user-cart-panel #user-purchases ul#mobile-section-dropdown li,
#user-cart-panel #user-package-credits ul#mobile-section-dropdown li,
#user-cart-panel #user-user-credits ul#mobile-section-dropdown li,
#user-cart-panel #user-saves ul#mobile-section-dropdown li,
#user-cart-panel #user-waitlists ul#mobile-section-dropdown li,
#user-cart-panel #user-memberships ul#mobile-section-dropdown li,
#user-cart-panel #user-reviews ul#mobile-section-dropdown li,
#user-cart-panel #user-charges ul#mobile-section-dropdown li,
#user-cart-panel #user-forms ul#mobile-section-dropdown li {
  padding: 5px;
}

/* line 150, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item.row,
#user-account-panel #user-purchases .account-item.row,
#user-account-panel #user-package-credits .account-item.row,
#user-account-panel #user-user-credits .account-item.row,
#user-account-panel #user-saves .account-item.row,
#user-account-panel #user-waitlists .account-item.row,
#user-account-panel #user-memberships .account-item.row,
#user-account-panel #user-reviews .account-item.row,
#user-account-panel #user-charges .account-item.row,
#user-account-panel #user-forms .account-item.row, #user-settings-panel .reservations .account-item.row,
#user-settings-panel #user-purchases .account-item.row,
#user-settings-panel #user-package-credits .account-item.row,
#user-settings-panel #user-user-credits .account-item.row,
#user-settings-panel #user-saves .account-item.row,
#user-settings-panel #user-waitlists .account-item.row,
#user-settings-panel #user-memberships .account-item.row,
#user-settings-panel #user-reviews .account-item.row,
#user-settings-panel #user-charges .account-item.row,
#user-settings-panel #user-forms .account-item.row, #user-profile-panel .reservations .account-item.row,
#user-profile-panel #user-purchases .account-item.row,
#user-profile-panel #user-package-credits .account-item.row,
#user-profile-panel #user-user-credits .account-item.row,
#user-profile-panel #user-saves .account-item.row,
#user-profile-panel #user-waitlists .account-item.row,
#user-profile-panel #user-memberships .account-item.row,
#user-profile-panel #user-reviews .account-item.row,
#user-profile-panel #user-charges .account-item.row,
#user-profile-panel #user-forms .account-item.row, #user-cart-panel .reservations .account-item.row,
#user-cart-panel #user-purchases .account-item.row,
#user-cart-panel #user-package-credits .account-item.row,
#user-cart-panel #user-user-credits .account-item.row,
#user-cart-panel #user-saves .account-item.row,
#user-cart-panel #user-waitlists .account-item.row,
#user-cart-panel #user-memberships .account-item.row,
#user-cart-panel #user-reviews .account-item.row,
#user-cart-panel #user-charges .account-item.row,
#user-cart-panel #user-forms .account-item.row {
  padding: 7px 0;
  border-bottom: 1px solid #eee;
  min-height: 70px;
  position: relative;
}

/* line 156, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item.row .title,
#user-account-panel #user-purchases .account-item.row .title,
#user-account-panel #user-package-credits .account-item.row .title,
#user-account-panel #user-user-credits .account-item.row .title,
#user-account-panel #user-saves .account-item.row .title,
#user-account-panel #user-waitlists .account-item.row .title,
#user-account-panel #user-memberships .account-item.row .title,
#user-account-panel #user-reviews .account-item.row .title,
#user-account-panel #user-charges .account-item.row .title,
#user-account-panel #user-forms .account-item.row .title, #user-settings-panel .reservations .account-item.row .title,
#user-settings-panel #user-purchases .account-item.row .title,
#user-settings-panel #user-package-credits .account-item.row .title,
#user-settings-panel #user-user-credits .account-item.row .title,
#user-settings-panel #user-saves .account-item.row .title,
#user-settings-panel #user-waitlists .account-item.row .title,
#user-settings-panel #user-memberships .account-item.row .title,
#user-settings-panel #user-reviews .account-item.row .title,
#user-settings-panel #user-charges .account-item.row .title,
#user-settings-panel #user-forms .account-item.row .title, #user-profile-panel .reservations .account-item.row .title,
#user-profile-panel #user-purchases .account-item.row .title,
#user-profile-panel #user-package-credits .account-item.row .title,
#user-profile-panel #user-user-credits .account-item.row .title,
#user-profile-panel #user-saves .account-item.row .title,
#user-profile-panel #user-waitlists .account-item.row .title,
#user-profile-panel #user-memberships .account-item.row .title,
#user-profile-panel #user-reviews .account-item.row .title,
#user-profile-panel #user-charges .account-item.row .title,
#user-profile-panel #user-forms .account-item.row .title, #user-cart-panel .reservations .account-item.row .title,
#user-cart-panel #user-purchases .account-item.row .title,
#user-cart-panel #user-package-credits .account-item.row .title,
#user-cart-panel #user-user-credits .account-item.row .title,
#user-cart-panel #user-saves .account-item.row .title,
#user-cart-panel #user-waitlists .account-item.row .title,
#user-cart-panel #user-memberships .account-item.row .title,
#user-cart-panel #user-reviews .account-item.row .title,
#user-cart-panel #user-charges .account-item.row .title,
#user-cart-panel #user-forms .account-item.row .title {
  display: table-cell;
  padding-bottom: 2px;
}

/* line 159, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item.row .title h3,
#user-account-panel #user-purchases .account-item.row .title h3,
#user-account-panel #user-package-credits .account-item.row .title h3,
#user-account-panel #user-user-credits .account-item.row .title h3,
#user-account-panel #user-saves .account-item.row .title h3,
#user-account-panel #user-waitlists .account-item.row .title h3,
#user-account-panel #user-memberships .account-item.row .title h3,
#user-account-panel #user-reviews .account-item.row .title h3,
#user-account-panel #user-charges .account-item.row .title h3,
#user-account-panel #user-forms .account-item.row .title h3, #user-settings-panel .reservations .account-item.row .title h3,
#user-settings-panel #user-purchases .account-item.row .title h3,
#user-settings-panel #user-package-credits .account-item.row .title h3,
#user-settings-panel #user-user-credits .account-item.row .title h3,
#user-settings-panel #user-saves .account-item.row .title h3,
#user-settings-panel #user-waitlists .account-item.row .title h3,
#user-settings-panel #user-memberships .account-item.row .title h3,
#user-settings-panel #user-reviews .account-item.row .title h3,
#user-settings-panel #user-charges .account-item.row .title h3,
#user-settings-panel #user-forms .account-item.row .title h3, #user-profile-panel .reservations .account-item.row .title h3,
#user-profile-panel #user-purchases .account-item.row .title h3,
#user-profile-panel #user-package-credits .account-item.row .title h3,
#user-profile-panel #user-user-credits .account-item.row .title h3,
#user-profile-panel #user-saves .account-item.row .title h3,
#user-profile-panel #user-waitlists .account-item.row .title h3,
#user-profile-panel #user-memberships .account-item.row .title h3,
#user-profile-panel #user-reviews .account-item.row .title h3,
#user-profile-panel #user-charges .account-item.row .title h3,
#user-profile-panel #user-forms .account-item.row .title h3, #user-cart-panel .reservations .account-item.row .title h3,
#user-cart-panel #user-purchases .account-item.row .title h3,
#user-cart-panel #user-package-credits .account-item.row .title h3,
#user-cart-panel #user-user-credits .account-item.row .title h3,
#user-cart-panel #user-saves .account-item.row .title h3,
#user-cart-panel #user-waitlists .account-item.row .title h3,
#user-cart-panel #user-memberships .account-item.row .title h3,
#user-cart-panel #user-reviews .account-item.row .title h3,
#user-cart-panel #user-charges .account-item.row .title h3,
#user-cart-panel #user-forms .account-item.row .title h3 {
  line-height: 1em;
}

/* line 164, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item.row .title-container .purchase-title,
#user-account-panel #user-purchases .account-item.row .title-container .purchase-title,
#user-account-panel #user-package-credits .account-item.row .title-container .purchase-title,
#user-account-panel #user-user-credits .account-item.row .title-container .purchase-title,
#user-account-panel #user-saves .account-item.row .title-container .purchase-title,
#user-account-panel #user-waitlists .account-item.row .title-container .purchase-title,
#user-account-panel #user-memberships .account-item.row .title-container .purchase-title,
#user-account-panel #user-reviews .account-item.row .title-container .purchase-title,
#user-account-panel #user-charges .account-item.row .title-container .purchase-title,
#user-account-panel #user-forms .account-item.row .title-container .purchase-title, #user-settings-panel .reservations .account-item.row .title-container .purchase-title,
#user-settings-panel #user-purchases .account-item.row .title-container .purchase-title,
#user-settings-panel #user-package-credits .account-item.row .title-container .purchase-title,
#user-settings-panel #user-user-credits .account-item.row .title-container .purchase-title,
#user-settings-panel #user-saves .account-item.row .title-container .purchase-title,
#user-settings-panel #user-waitlists .account-item.row .title-container .purchase-title,
#user-settings-panel #user-memberships .account-item.row .title-container .purchase-title,
#user-settings-panel #user-reviews .account-item.row .title-container .purchase-title,
#user-settings-panel #user-charges .account-item.row .title-container .purchase-title,
#user-settings-panel #user-forms .account-item.row .title-container .purchase-title, #user-profile-panel .reservations .account-item.row .title-container .purchase-title,
#user-profile-panel #user-purchases .account-item.row .title-container .purchase-title,
#user-profile-panel #user-package-credits .account-item.row .title-container .purchase-title,
#user-profile-panel #user-user-credits .account-item.row .title-container .purchase-title,
#user-profile-panel #user-saves .account-item.row .title-container .purchase-title,
#user-profile-panel #user-waitlists .account-item.row .title-container .purchase-title,
#user-profile-panel #user-memberships .account-item.row .title-container .purchase-title,
#user-profile-panel #user-reviews .account-item.row .title-container .purchase-title,
#user-profile-panel #user-charges .account-item.row .title-container .purchase-title,
#user-profile-panel #user-forms .account-item.row .title-container .purchase-title, #user-cart-panel .reservations .account-item.row .title-container .purchase-title,
#user-cart-panel #user-purchases .account-item.row .title-container .purchase-title,
#user-cart-panel #user-package-credits .account-item.row .title-container .purchase-title,
#user-cart-panel #user-user-credits .account-item.row .title-container .purchase-title,
#user-cart-panel #user-saves .account-item.row .title-container .purchase-title,
#user-cart-panel #user-waitlists .account-item.row .title-container .purchase-title,
#user-cart-panel #user-memberships .account-item.row .title-container .purchase-title,
#user-cart-panel #user-reviews .account-item.row .title-container .purchase-title,
#user-cart-panel #user-charges .account-item.row .title-container .purchase-title,
#user-cart-panel #user-forms .account-item.row .title-container .purchase-title {
  font-size: 1.3em;
}

/* line 168, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item.row .credit-name,
#user-account-panel #user-purchases .account-item.row .credit-name,
#user-account-panel #user-package-credits .account-item.row .credit-name,
#user-account-panel #user-user-credits .account-item.row .credit-name,
#user-account-panel #user-saves .account-item.row .credit-name,
#user-account-panel #user-waitlists .account-item.row .credit-name,
#user-account-panel #user-memberships .account-item.row .credit-name,
#user-account-panel #user-reviews .account-item.row .credit-name,
#user-account-panel #user-charges .account-item.row .credit-name,
#user-account-panel #user-forms .account-item.row .credit-name, #user-settings-panel .reservations .account-item.row .credit-name,
#user-settings-panel #user-purchases .account-item.row .credit-name,
#user-settings-panel #user-package-credits .account-item.row .credit-name,
#user-settings-panel #user-user-credits .account-item.row .credit-name,
#user-settings-panel #user-saves .account-item.row .credit-name,
#user-settings-panel #user-waitlists .account-item.row .credit-name,
#user-settings-panel #user-memberships .account-item.row .credit-name,
#user-settings-panel #user-reviews .account-item.row .credit-name,
#user-settings-panel #user-charges .account-item.row .credit-name,
#user-settings-panel #user-forms .account-item.row .credit-name, #user-profile-panel .reservations .account-item.row .credit-name,
#user-profile-panel #user-purchases .account-item.row .credit-name,
#user-profile-panel #user-package-credits .account-item.row .credit-name,
#user-profile-panel #user-user-credits .account-item.row .credit-name,
#user-profile-panel #user-saves .account-item.row .credit-name,
#user-profile-panel #user-waitlists .account-item.row .credit-name,
#user-profile-panel #user-memberships .account-item.row .credit-name,
#user-profile-panel #user-reviews .account-item.row .credit-name,
#user-profile-panel #user-charges .account-item.row .credit-name,
#user-profile-panel #user-forms .account-item.row .credit-name, #user-cart-panel .reservations .account-item.row .credit-name,
#user-cart-panel #user-purchases .account-item.row .credit-name,
#user-cart-panel #user-package-credits .account-item.row .credit-name,
#user-cart-panel #user-user-credits .account-item.row .credit-name,
#user-cart-panel #user-saves .account-item.row .credit-name,
#user-cart-panel #user-waitlists .account-item.row .credit-name,
#user-cart-panel #user-memberships .account-item.row .credit-name,
#user-cart-panel #user-reviews .account-item.row .credit-name,
#user-cart-panel #user-charges .account-item.row .credit-name,
#user-cart-panel #user-forms .account-item.row .credit-name {
  font-size: 1.3em;
}

/* line 171, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item.row .material-icons.remove,
#user-account-panel #user-purchases .account-item.row .material-icons.remove,
#user-account-panel #user-package-credits .account-item.row .material-icons.remove,
#user-account-panel #user-user-credits .account-item.row .material-icons.remove,
#user-account-panel #user-saves .account-item.row .material-icons.remove,
#user-account-panel #user-waitlists .account-item.row .material-icons.remove,
#user-account-panel #user-memberships .account-item.row .material-icons.remove,
#user-account-panel #user-reviews .account-item.row .material-icons.remove,
#user-account-panel #user-charges .account-item.row .material-icons.remove,
#user-account-panel #user-forms .account-item.row .material-icons.remove, #user-settings-panel .reservations .account-item.row .material-icons.remove,
#user-settings-panel #user-purchases .account-item.row .material-icons.remove,
#user-settings-panel #user-package-credits .account-item.row .material-icons.remove,
#user-settings-panel #user-user-credits .account-item.row .material-icons.remove,
#user-settings-panel #user-saves .account-item.row .material-icons.remove,
#user-settings-panel #user-waitlists .account-item.row .material-icons.remove,
#user-settings-panel #user-memberships .account-item.row .material-icons.remove,
#user-settings-panel #user-reviews .account-item.row .material-icons.remove,
#user-settings-panel #user-charges .account-item.row .material-icons.remove,
#user-settings-panel #user-forms .account-item.row .material-icons.remove, #user-profile-panel .reservations .account-item.row .material-icons.remove,
#user-profile-panel #user-purchases .account-item.row .material-icons.remove,
#user-profile-panel #user-package-credits .account-item.row .material-icons.remove,
#user-profile-panel #user-user-credits .account-item.row .material-icons.remove,
#user-profile-panel #user-saves .account-item.row .material-icons.remove,
#user-profile-panel #user-waitlists .account-item.row .material-icons.remove,
#user-profile-panel #user-memberships .account-item.row .material-icons.remove,
#user-profile-panel #user-reviews .account-item.row .material-icons.remove,
#user-profile-panel #user-charges .account-item.row .material-icons.remove,
#user-profile-panel #user-forms .account-item.row .material-icons.remove, #user-cart-panel .reservations .account-item.row .material-icons.remove,
#user-cart-panel #user-purchases .account-item.row .material-icons.remove,
#user-cart-panel #user-package-credits .account-item.row .material-icons.remove,
#user-cart-panel #user-user-credits .account-item.row .material-icons.remove,
#user-cart-panel #user-saves .account-item.row .material-icons.remove,
#user-cart-panel #user-waitlists .account-item.row .material-icons.remove,
#user-cart-panel #user-memberships .account-item.row .material-icons.remove,
#user-cart-panel #user-reviews .account-item.row .material-icons.remove,
#user-cart-panel #user-charges .account-item.row .material-icons.remove,
#user-cart-panel #user-forms .account-item.row .material-icons.remove {
  font-size: 18px;
}

/* line 174, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item.row .formatted-time, #user-account-panel .reservations .account-item.row .where,
#user-account-panel #user-purchases .account-item.row .formatted-time,
#user-account-panel #user-purchases .account-item.row .where,
#user-account-panel #user-package-credits .account-item.row .formatted-time,
#user-account-panel #user-package-credits .account-item.row .where,
#user-account-panel #user-user-credits .account-item.row .formatted-time,
#user-account-panel #user-user-credits .account-item.row .where,
#user-account-panel #user-saves .account-item.row .formatted-time,
#user-account-panel #user-saves .account-item.row .where,
#user-account-panel #user-waitlists .account-item.row .formatted-time,
#user-account-panel #user-waitlists .account-item.row .where,
#user-account-panel #user-memberships .account-item.row .formatted-time,
#user-account-panel #user-memberships .account-item.row .where,
#user-account-panel #user-reviews .account-item.row .formatted-time,
#user-account-panel #user-reviews .account-item.row .where,
#user-account-panel #user-charges .account-item.row .formatted-time,
#user-account-panel #user-charges .account-item.row .where,
#user-account-panel #user-forms .account-item.row .formatted-time,
#user-account-panel #user-forms .account-item.row .where, #user-settings-panel .reservations .account-item.row .formatted-time, #user-settings-panel .reservations .account-item.row .where,
#user-settings-panel #user-purchases .account-item.row .formatted-time,
#user-settings-panel #user-purchases .account-item.row .where,
#user-settings-panel #user-package-credits .account-item.row .formatted-time,
#user-settings-panel #user-package-credits .account-item.row .where,
#user-settings-panel #user-user-credits .account-item.row .formatted-time,
#user-settings-panel #user-user-credits .account-item.row .where,
#user-settings-panel #user-saves .account-item.row .formatted-time,
#user-settings-panel #user-saves .account-item.row .where,
#user-settings-panel #user-waitlists .account-item.row .formatted-time,
#user-settings-panel #user-waitlists .account-item.row .where,
#user-settings-panel #user-memberships .account-item.row .formatted-time,
#user-settings-panel #user-memberships .account-item.row .where,
#user-settings-panel #user-reviews .account-item.row .formatted-time,
#user-settings-panel #user-reviews .account-item.row .where,
#user-settings-panel #user-charges .account-item.row .formatted-time,
#user-settings-panel #user-charges .account-item.row .where,
#user-settings-panel #user-forms .account-item.row .formatted-time,
#user-settings-panel #user-forms .account-item.row .where, #user-profile-panel .reservations .account-item.row .formatted-time, #user-profile-panel .reservations .account-item.row .where,
#user-profile-panel #user-purchases .account-item.row .formatted-time,
#user-profile-panel #user-purchases .account-item.row .where,
#user-profile-panel #user-package-credits .account-item.row .formatted-time,
#user-profile-panel #user-package-credits .account-item.row .where,
#user-profile-panel #user-user-credits .account-item.row .formatted-time,
#user-profile-panel #user-user-credits .account-item.row .where,
#user-profile-panel #user-saves .account-item.row .formatted-time,
#user-profile-panel #user-saves .account-item.row .where,
#user-profile-panel #user-waitlists .account-item.row .formatted-time,
#user-profile-panel #user-waitlists .account-item.row .where,
#user-profile-panel #user-memberships .account-item.row .formatted-time,
#user-profile-panel #user-memberships .account-item.row .where,
#user-profile-panel #user-reviews .account-item.row .formatted-time,
#user-profile-panel #user-reviews .account-item.row .where,
#user-profile-panel #user-charges .account-item.row .formatted-time,
#user-profile-panel #user-charges .account-item.row .where,
#user-profile-panel #user-forms .account-item.row .formatted-time,
#user-profile-panel #user-forms .account-item.row .where, #user-cart-panel .reservations .account-item.row .formatted-time, #user-cart-panel .reservations .account-item.row .where,
#user-cart-panel #user-purchases .account-item.row .formatted-time,
#user-cart-panel #user-purchases .account-item.row .where,
#user-cart-panel #user-package-credits .account-item.row .formatted-time,
#user-cart-panel #user-package-credits .account-item.row .where,
#user-cart-panel #user-user-credits .account-item.row .formatted-time,
#user-cart-panel #user-user-credits .account-item.row .where,
#user-cart-panel #user-saves .account-item.row .formatted-time,
#user-cart-panel #user-saves .account-item.row .where,
#user-cart-panel #user-waitlists .account-item.row .formatted-time,
#user-cart-panel #user-waitlists .account-item.row .where,
#user-cart-panel #user-memberships .account-item.row .formatted-time,
#user-cart-panel #user-memberships .account-item.row .where,
#user-cart-panel #user-reviews .account-item.row .formatted-time,
#user-cart-panel #user-reviews .account-item.row .where,
#user-cart-panel #user-charges .account-item.row .formatted-time,
#user-cart-panel #user-charges .account-item.row .where,
#user-cart-panel #user-forms .account-item.row .formatted-time,
#user-cart-panel #user-forms .account-item.row .where {
  font-size: .95em;
  font-weight: 500;
}

/* line 178, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item.row .membership-cancelation,
#user-account-panel #user-purchases .account-item.row .membership-cancelation,
#user-account-panel #user-package-credits .account-item.row .membership-cancelation,
#user-account-panel #user-user-credits .account-item.row .membership-cancelation,
#user-account-panel #user-saves .account-item.row .membership-cancelation,
#user-account-panel #user-waitlists .account-item.row .membership-cancelation,
#user-account-panel #user-memberships .account-item.row .membership-cancelation,
#user-account-panel #user-reviews .account-item.row .membership-cancelation,
#user-account-panel #user-charges .account-item.row .membership-cancelation,
#user-account-panel #user-forms .account-item.row .membership-cancelation, #user-settings-panel .reservations .account-item.row .membership-cancelation,
#user-settings-panel #user-purchases .account-item.row .membership-cancelation,
#user-settings-panel #user-package-credits .account-item.row .membership-cancelation,
#user-settings-panel #user-user-credits .account-item.row .membership-cancelation,
#user-settings-panel #user-saves .account-item.row .membership-cancelation,
#user-settings-panel #user-waitlists .account-item.row .membership-cancelation,
#user-settings-panel #user-memberships .account-item.row .membership-cancelation,
#user-settings-panel #user-reviews .account-item.row .membership-cancelation,
#user-settings-panel #user-charges .account-item.row .membership-cancelation,
#user-settings-panel #user-forms .account-item.row .membership-cancelation, #user-profile-panel .reservations .account-item.row .membership-cancelation,
#user-profile-panel #user-purchases .account-item.row .membership-cancelation,
#user-profile-panel #user-package-credits .account-item.row .membership-cancelation,
#user-profile-panel #user-user-credits .account-item.row .membership-cancelation,
#user-profile-panel #user-saves .account-item.row .membership-cancelation,
#user-profile-panel #user-waitlists .account-item.row .membership-cancelation,
#user-profile-panel #user-memberships .account-item.row .membership-cancelation,
#user-profile-panel #user-reviews .account-item.row .membership-cancelation,
#user-profile-panel #user-charges .account-item.row .membership-cancelation,
#user-profile-panel #user-forms .account-item.row .membership-cancelation, #user-cart-panel .reservations .account-item.row .membership-cancelation,
#user-cart-panel #user-purchases .account-item.row .membership-cancelation,
#user-cart-panel #user-package-credits .account-item.row .membership-cancelation,
#user-cart-panel #user-user-credits .account-item.row .membership-cancelation,
#user-cart-panel #user-saves .account-item.row .membership-cancelation,
#user-cart-panel #user-waitlists .account-item.row .membership-cancelation,
#user-cart-panel #user-memberships .account-item.row .membership-cancelation,
#user-cart-panel #user-reviews .account-item.row .membership-cancelation,
#user-cart-panel #user-charges .account-item.row .membership-cancelation,
#user-cart-panel #user-forms .account-item.row .membership-cancelation {
  margin: 1em auto 0;
}

/* line 181, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item.row .view-receipt,
#user-account-panel #user-purchases .account-item.row .view-receipt,
#user-account-panel #user-package-credits .account-item.row .view-receipt,
#user-account-panel #user-user-credits .account-item.row .view-receipt,
#user-account-panel #user-saves .account-item.row .view-receipt,
#user-account-panel #user-waitlists .account-item.row .view-receipt,
#user-account-panel #user-memberships .account-item.row .view-receipt,
#user-account-panel #user-reviews .account-item.row .view-receipt,
#user-account-panel #user-charges .account-item.row .view-receipt,
#user-account-panel #user-forms .account-item.row .view-receipt, #user-settings-panel .reservations .account-item.row .view-receipt,
#user-settings-panel #user-purchases .account-item.row .view-receipt,
#user-settings-panel #user-package-credits .account-item.row .view-receipt,
#user-settings-panel #user-user-credits .account-item.row .view-receipt,
#user-settings-panel #user-saves .account-item.row .view-receipt,
#user-settings-panel #user-waitlists .account-item.row .view-receipt,
#user-settings-panel #user-memberships .account-item.row .view-receipt,
#user-settings-panel #user-reviews .account-item.row .view-receipt,
#user-settings-panel #user-charges .account-item.row .view-receipt,
#user-settings-panel #user-forms .account-item.row .view-receipt, #user-profile-panel .reservations .account-item.row .view-receipt,
#user-profile-panel #user-purchases .account-item.row .view-receipt,
#user-profile-panel #user-package-credits .account-item.row .view-receipt,
#user-profile-panel #user-user-credits .account-item.row .view-receipt,
#user-profile-panel #user-saves .account-item.row .view-receipt,
#user-profile-panel #user-waitlists .account-item.row .view-receipt,
#user-profile-panel #user-memberships .account-item.row .view-receipt,
#user-profile-panel #user-reviews .account-item.row .view-receipt,
#user-profile-panel #user-charges .account-item.row .view-receipt,
#user-profile-panel #user-forms .account-item.row .view-receipt, #user-cart-panel .reservations .account-item.row .view-receipt,
#user-cart-panel #user-purchases .account-item.row .view-receipt,
#user-cart-panel #user-package-credits .account-item.row .view-receipt,
#user-cart-panel #user-user-credits .account-item.row .view-receipt,
#user-cart-panel #user-saves .account-item.row .view-receipt,
#user-cart-panel #user-waitlists .account-item.row .view-receipt,
#user-cart-panel #user-memberships .account-item.row .view-receipt,
#user-cart-panel #user-reviews .account-item.row .view-receipt,
#user-cart-panel #user-charges .account-item.row .view-receipt,
#user-cart-panel #user-forms .account-item.row .view-receipt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2.5em;
}

/* line 189, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item.row .timestamp,
#user-account-panel #user-purchases .account-item.row .timestamp,
#user-account-panel #user-package-credits .account-item.row .timestamp,
#user-account-panel #user-user-credits .account-item.row .timestamp,
#user-account-panel #user-saves .account-item.row .timestamp,
#user-account-panel #user-waitlists .account-item.row .timestamp,
#user-account-panel #user-memberships .account-item.row .timestamp,
#user-account-panel #user-reviews .account-item.row .timestamp,
#user-account-panel #user-charges .account-item.row .timestamp,
#user-account-panel #user-forms .account-item.row .timestamp, #user-settings-panel .reservations .account-item.row .timestamp,
#user-settings-panel #user-purchases .account-item.row .timestamp,
#user-settings-panel #user-package-credits .account-item.row .timestamp,
#user-settings-panel #user-user-credits .account-item.row .timestamp,
#user-settings-panel #user-saves .account-item.row .timestamp,
#user-settings-panel #user-waitlists .account-item.row .timestamp,
#user-settings-panel #user-memberships .account-item.row .timestamp,
#user-settings-panel #user-reviews .account-item.row .timestamp,
#user-settings-panel #user-charges .account-item.row .timestamp,
#user-settings-panel #user-forms .account-item.row .timestamp, #user-profile-panel .reservations .account-item.row .timestamp,
#user-profile-panel #user-purchases .account-item.row .timestamp,
#user-profile-panel #user-package-credits .account-item.row .timestamp,
#user-profile-panel #user-user-credits .account-item.row .timestamp,
#user-profile-panel #user-saves .account-item.row .timestamp,
#user-profile-panel #user-waitlists .account-item.row .timestamp,
#user-profile-panel #user-memberships .account-item.row .timestamp,
#user-profile-panel #user-reviews .account-item.row .timestamp,
#user-profile-panel #user-charges .account-item.row .timestamp,
#user-profile-panel #user-forms .account-item.row .timestamp, #user-cart-panel .reservations .account-item.row .timestamp,
#user-cart-panel #user-purchases .account-item.row .timestamp,
#user-cart-panel #user-package-credits .account-item.row .timestamp,
#user-cart-panel #user-user-credits .account-item.row .timestamp,
#user-cart-panel #user-saves .account-item.row .timestamp,
#user-cart-panel #user-waitlists .account-item.row .timestamp,
#user-cart-panel #user-memberships .account-item.row .timestamp,
#user-cart-panel #user-reviews .account-item.row .timestamp,
#user-cart-panel #user-charges .account-item.row .timestamp,
#user-cart-panel #user-forms .account-item.row .timestamp {
  position: absolute;
  right: 0;
  bottom: 5px;
}

/* line 195, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .charge-label,
#user-account-panel #user-purchases .charge-label,
#user-account-panel #user-package-credits .charge-label,
#user-account-panel #user-user-credits .charge-label,
#user-account-panel #user-saves .charge-label,
#user-account-panel #user-waitlists .charge-label,
#user-account-panel #user-memberships .charge-label,
#user-account-panel #user-reviews .charge-label,
#user-account-panel #user-charges .charge-label,
#user-account-panel #user-forms .charge-label, #user-settings-panel .reservations .charge-label,
#user-settings-panel #user-purchases .charge-label,
#user-settings-panel #user-package-credits .charge-label,
#user-settings-panel #user-user-credits .charge-label,
#user-settings-panel #user-saves .charge-label,
#user-settings-panel #user-waitlists .charge-label,
#user-settings-panel #user-memberships .charge-label,
#user-settings-panel #user-reviews .charge-label,
#user-settings-panel #user-charges .charge-label,
#user-settings-panel #user-forms .charge-label, #user-profile-panel .reservations .charge-label,
#user-profile-panel #user-purchases .charge-label,
#user-profile-panel #user-package-credits .charge-label,
#user-profile-panel #user-user-credits .charge-label,
#user-profile-panel #user-saves .charge-label,
#user-profile-panel #user-waitlists .charge-label,
#user-profile-panel #user-memberships .charge-label,
#user-profile-panel #user-reviews .charge-label,
#user-profile-panel #user-charges .charge-label,
#user-profile-panel #user-forms .charge-label, #user-cart-panel .reservations .charge-label,
#user-cart-panel #user-purchases .charge-label,
#user-cart-panel #user-package-credits .charge-label,
#user-cart-panel #user-user-credits .charge-label,
#user-cart-panel #user-saves .charge-label,
#user-cart-panel #user-waitlists .charge-label,
#user-cart-panel #user-memberships .charge-label,
#user-cart-panel #user-reviews .charge-label,
#user-cart-panel #user-charges .charge-label,
#user-cart-panel #user-forms .charge-label {
  line-height: 20px;
  padding-right: 7px;
  margin-right: 7px;
}

/* line 200, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item.row:last-child,
#user-account-panel #user-purchases .account-item.row:last-child,
#user-account-panel #user-package-credits .account-item.row:last-child,
#user-account-panel #user-user-credits .account-item.row:last-child,
#user-account-panel #user-saves .account-item.row:last-child,
#user-account-panel #user-waitlists .account-item.row:last-child,
#user-account-panel #user-memberships .account-item.row:last-child,
#user-account-panel #user-reviews .account-item.row:last-child,
#user-account-panel #user-charges .account-item.row:last-child,
#user-account-panel #user-forms .account-item.row:last-child, #user-settings-panel .reservations .account-item.row:last-child,
#user-settings-panel #user-purchases .account-item.row:last-child,
#user-settings-panel #user-package-credits .account-item.row:last-child,
#user-settings-panel #user-user-credits .account-item.row:last-child,
#user-settings-panel #user-saves .account-item.row:last-child,
#user-settings-panel #user-waitlists .account-item.row:last-child,
#user-settings-panel #user-memberships .account-item.row:last-child,
#user-settings-panel #user-reviews .account-item.row:last-child,
#user-settings-panel #user-charges .account-item.row:last-child,
#user-settings-panel #user-forms .account-item.row:last-child, #user-profile-panel .reservations .account-item.row:last-child,
#user-profile-panel #user-purchases .account-item.row:last-child,
#user-profile-panel #user-package-credits .account-item.row:last-child,
#user-profile-panel #user-user-credits .account-item.row:last-child,
#user-profile-panel #user-saves .account-item.row:last-child,
#user-profile-panel #user-waitlists .account-item.row:last-child,
#user-profile-panel #user-memberships .account-item.row:last-child,
#user-profile-panel #user-reviews .account-item.row:last-child,
#user-profile-panel #user-charges .account-item.row:last-child,
#user-profile-panel #user-forms .account-item.row:last-child, #user-cart-panel .reservations .account-item.row:last-child,
#user-cart-panel #user-purchases .account-item.row:last-child,
#user-cart-panel #user-package-credits .account-item.row:last-child,
#user-cart-panel #user-user-credits .account-item.row:last-child,
#user-cart-panel #user-saves .account-item.row:last-child,
#user-cart-panel #user-waitlists .account-item.row:last-child,
#user-cart-panel #user-memberships .account-item.row:last-child,
#user-cart-panel #user-reviews .account-item.row:last-child,
#user-cart-panel #user-charges .account-item.row:last-child,
#user-cart-panel #user-forms .account-item.row:last-child {
  border: 0;
  padding-bottom: 7px;
}

/* line 205, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item.used-credit .credit-name,
#user-account-panel #user-purchases .account-item.used-credit .credit-name,
#user-account-panel #user-package-credits .account-item.used-credit .credit-name,
#user-account-panel #user-user-credits .account-item.used-credit .credit-name,
#user-account-panel #user-saves .account-item.used-credit .credit-name,
#user-account-panel #user-waitlists .account-item.used-credit .credit-name,
#user-account-panel #user-memberships .account-item.used-credit .credit-name,
#user-account-panel #user-reviews .account-item.used-credit .credit-name,
#user-account-panel #user-charges .account-item.used-credit .credit-name,
#user-account-panel #user-forms .account-item.used-credit .credit-name, #user-settings-panel .reservations .account-item.used-credit .credit-name,
#user-settings-panel #user-purchases .account-item.used-credit .credit-name,
#user-settings-panel #user-package-credits .account-item.used-credit .credit-name,
#user-settings-panel #user-user-credits .account-item.used-credit .credit-name,
#user-settings-panel #user-saves .account-item.used-credit .credit-name,
#user-settings-panel #user-waitlists .account-item.used-credit .credit-name,
#user-settings-panel #user-memberships .account-item.used-credit .credit-name,
#user-settings-panel #user-reviews .account-item.used-credit .credit-name,
#user-settings-panel #user-charges .account-item.used-credit .credit-name,
#user-settings-panel #user-forms .account-item.used-credit .credit-name, #user-profile-panel .reservations .account-item.used-credit .credit-name,
#user-profile-panel #user-purchases .account-item.used-credit .credit-name,
#user-profile-panel #user-package-credits .account-item.used-credit .credit-name,
#user-profile-panel #user-user-credits .account-item.used-credit .credit-name,
#user-profile-panel #user-saves .account-item.used-credit .credit-name,
#user-profile-panel #user-waitlists .account-item.used-credit .credit-name,
#user-profile-panel #user-memberships .account-item.used-credit .credit-name,
#user-profile-panel #user-reviews .account-item.used-credit .credit-name,
#user-profile-panel #user-charges .account-item.used-credit .credit-name,
#user-profile-panel #user-forms .account-item.used-credit .credit-name, #user-cart-panel .reservations .account-item.used-credit .credit-name,
#user-cart-panel #user-purchases .account-item.used-credit .credit-name,
#user-cart-panel #user-package-credits .account-item.used-credit .credit-name,
#user-cart-panel #user-user-credits .account-item.used-credit .credit-name,
#user-cart-panel #user-saves .account-item.used-credit .credit-name,
#user-cart-panel #user-waitlists .account-item.used-credit .credit-name,
#user-cart-panel #user-memberships .account-item.used-credit .credit-name,
#user-cart-panel #user-reviews .account-item.used-credit .credit-name,
#user-cart-panel #user-charges .account-item.used-credit .credit-name,
#user-cart-panel #user-forms .account-item.used-credit .credit-name {
  color: #aaa;
}

/* line 210, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item.row.canceled *:not(i),
#user-account-panel #user-purchases .account-item.row.canceled *:not(i),
#user-account-panel #user-package-credits .account-item.row.canceled *:not(i),
#user-account-panel #user-user-credits .account-item.row.canceled *:not(i),
#user-account-panel #user-saves .account-item.row.canceled *:not(i),
#user-account-panel #user-waitlists .account-item.row.canceled *:not(i),
#user-account-panel #user-memberships .account-item.row.canceled *:not(i),
#user-account-panel #user-reviews .account-item.row.canceled *:not(i),
#user-account-panel #user-charges .account-item.row.canceled *:not(i),
#user-account-panel #user-forms .account-item.row.canceled *:not(i), #user-settings-panel .reservations .account-item.row.canceled *:not(i),
#user-settings-panel #user-purchases .account-item.row.canceled *:not(i),
#user-settings-panel #user-package-credits .account-item.row.canceled *:not(i),
#user-settings-panel #user-user-credits .account-item.row.canceled *:not(i),
#user-settings-panel #user-saves .account-item.row.canceled *:not(i),
#user-settings-panel #user-waitlists .account-item.row.canceled *:not(i),
#user-settings-panel #user-memberships .account-item.row.canceled *:not(i),
#user-settings-panel #user-reviews .account-item.row.canceled *:not(i),
#user-settings-panel #user-charges .account-item.row.canceled *:not(i),
#user-settings-panel #user-forms .account-item.row.canceled *:not(i), #user-profile-panel .reservations .account-item.row.canceled *:not(i),
#user-profile-panel #user-purchases .account-item.row.canceled *:not(i),
#user-profile-panel #user-package-credits .account-item.row.canceled *:not(i),
#user-profile-panel #user-user-credits .account-item.row.canceled *:not(i),
#user-profile-panel #user-saves .account-item.row.canceled *:not(i),
#user-profile-panel #user-waitlists .account-item.row.canceled *:not(i),
#user-profile-panel #user-memberships .account-item.row.canceled *:not(i),
#user-profile-panel #user-reviews .account-item.row.canceled *:not(i),
#user-profile-panel #user-charges .account-item.row.canceled *:not(i),
#user-profile-panel #user-forms .account-item.row.canceled *:not(i), #user-cart-panel .reservations .account-item.row.canceled *:not(i),
#user-cart-panel #user-purchases .account-item.row.canceled *:not(i),
#user-cart-panel #user-package-credits .account-item.row.canceled *:not(i),
#user-cart-panel #user-user-credits .account-item.row.canceled *:not(i),
#user-cart-panel #user-saves .account-item.row.canceled *:not(i),
#user-cart-panel #user-waitlists .account-item.row.canceled *:not(i),
#user-cart-panel #user-memberships .account-item.row.canceled *:not(i),
#user-cart-panel #user-reviews .account-item.row.canceled *:not(i),
#user-cart-panel #user-charges .account-item.row.canceled *:not(i),
#user-cart-panel #user-forms .account-item.row.canceled *:not(i) {
  text-decoration: line-through;
  color: #aaa;
  font-weight: normal;
}

/* line 216, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .detail-card,
#user-account-panel #user-purchases .detail-card,
#user-account-panel #user-package-credits .detail-card,
#user-account-panel #user-user-credits .detail-card,
#user-account-panel #user-saves .detail-card,
#user-account-panel #user-waitlists .detail-card,
#user-account-panel #user-memberships .detail-card,
#user-account-panel #user-reviews .detail-card,
#user-account-panel #user-charges .detail-card,
#user-account-panel #user-forms .detail-card, #user-settings-panel .reservations .detail-card,
#user-settings-panel #user-purchases .detail-card,
#user-settings-panel #user-package-credits .detail-card,
#user-settings-panel #user-user-credits .detail-card,
#user-settings-panel #user-saves .detail-card,
#user-settings-panel #user-waitlists .detail-card,
#user-settings-panel #user-memberships .detail-card,
#user-settings-panel #user-reviews .detail-card,
#user-settings-panel #user-charges .detail-card,
#user-settings-panel #user-forms .detail-card, #user-profile-panel .reservations .detail-card,
#user-profile-panel #user-purchases .detail-card,
#user-profile-panel #user-package-credits .detail-card,
#user-profile-panel #user-user-credits .detail-card,
#user-profile-panel #user-saves .detail-card,
#user-profile-panel #user-waitlists .detail-card,
#user-profile-panel #user-memberships .detail-card,
#user-profile-panel #user-reviews .detail-card,
#user-profile-panel #user-charges .detail-card,
#user-profile-panel #user-forms .detail-card, #user-cart-panel .reservations .detail-card,
#user-cart-panel #user-purchases .detail-card,
#user-cart-panel #user-package-credits .detail-card,
#user-cart-panel #user-user-credits .detail-card,
#user-cart-panel #user-saves .detail-card,
#user-cart-panel #user-waitlists .detail-card,
#user-cart-panel #user-memberships .detail-card,
#user-cart-panel #user-reviews .detail-card,
#user-cart-panel #user-charges .detail-card,
#user-cart-panel #user-forms .detail-card {
  display: inline-table;
  width: 66%;
  min-height: 100px;
}

/* line 220, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .detail-card .detail-card-inner,
#user-account-panel #user-purchases .detail-card .detail-card-inner,
#user-account-panel #user-package-credits .detail-card .detail-card-inner,
#user-account-panel #user-user-credits .detail-card .detail-card-inner,
#user-account-panel #user-saves .detail-card .detail-card-inner,
#user-account-panel #user-waitlists .detail-card .detail-card-inner,
#user-account-panel #user-memberships .detail-card .detail-card-inner,
#user-account-panel #user-reviews .detail-card .detail-card-inner,
#user-account-panel #user-charges .detail-card .detail-card-inner,
#user-account-panel #user-forms .detail-card .detail-card-inner, #user-settings-panel .reservations .detail-card .detail-card-inner,
#user-settings-panel #user-purchases .detail-card .detail-card-inner,
#user-settings-panel #user-package-credits .detail-card .detail-card-inner,
#user-settings-panel #user-user-credits .detail-card .detail-card-inner,
#user-settings-panel #user-saves .detail-card .detail-card-inner,
#user-settings-panel #user-waitlists .detail-card .detail-card-inner,
#user-settings-panel #user-memberships .detail-card .detail-card-inner,
#user-settings-panel #user-reviews .detail-card .detail-card-inner,
#user-settings-panel #user-charges .detail-card .detail-card-inner,
#user-settings-panel #user-forms .detail-card .detail-card-inner, #user-profile-panel .reservations .detail-card .detail-card-inner,
#user-profile-panel #user-purchases .detail-card .detail-card-inner,
#user-profile-panel #user-package-credits .detail-card .detail-card-inner,
#user-profile-panel #user-user-credits .detail-card .detail-card-inner,
#user-profile-panel #user-saves .detail-card .detail-card-inner,
#user-profile-panel #user-waitlists .detail-card .detail-card-inner,
#user-profile-panel #user-memberships .detail-card .detail-card-inner,
#user-profile-panel #user-reviews .detail-card .detail-card-inner,
#user-profile-panel #user-charges .detail-card .detail-card-inner,
#user-profile-panel #user-forms .detail-card .detail-card-inner, #user-cart-panel .reservations .detail-card .detail-card-inner,
#user-cart-panel #user-purchases .detail-card .detail-card-inner,
#user-cart-panel #user-package-credits .detail-card .detail-card-inner,
#user-cart-panel #user-user-credits .detail-card .detail-card-inner,
#user-cart-panel #user-saves .detail-card .detail-card-inner,
#user-cart-panel #user-waitlists .detail-card .detail-card-inner,
#user-cart-panel #user-memberships .detail-card .detail-card-inner,
#user-cart-panel #user-reviews .detail-card .detail-card-inner,
#user-cart-panel #user-charges .detail-card .detail-card-inner,
#user-cart-panel #user-forms .detail-card .detail-card-inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 225, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .view-details,
#user-account-panel #user-purchases .view-details,
#user-account-panel #user-package-credits .view-details,
#user-account-panel #user-user-credits .view-details,
#user-account-panel #user-saves .view-details,
#user-account-panel #user-waitlists .view-details,
#user-account-panel #user-memberships .view-details,
#user-account-panel #user-reviews .view-details,
#user-account-panel #user-charges .view-details,
#user-account-panel #user-forms .view-details, #user-settings-panel .reservations .view-details,
#user-settings-panel #user-purchases .view-details,
#user-settings-panel #user-package-credits .view-details,
#user-settings-panel #user-user-credits .view-details,
#user-settings-panel #user-saves .view-details,
#user-settings-panel #user-waitlists .view-details,
#user-settings-panel #user-memberships .view-details,
#user-settings-panel #user-reviews .view-details,
#user-settings-panel #user-charges .view-details,
#user-settings-panel #user-forms .view-details, #user-profile-panel .reservations .view-details,
#user-profile-panel #user-purchases .view-details,
#user-profile-panel #user-package-credits .view-details,
#user-profile-panel #user-user-credits .view-details,
#user-profile-panel #user-saves .view-details,
#user-profile-panel #user-waitlists .view-details,
#user-profile-panel #user-memberships .view-details,
#user-profile-panel #user-reviews .view-details,
#user-profile-panel #user-charges .view-details,
#user-profile-panel #user-forms .view-details, #user-cart-panel .reservations .view-details,
#user-cart-panel #user-purchases .view-details,
#user-cart-panel #user-package-credits .view-details,
#user-cart-panel #user-user-credits .view-details,
#user-cart-panel #user-saves .view-details,
#user-cart-panel #user-waitlists .view-details,
#user-cart-panel #user-memberships .view-details,
#user-cart-panel #user-reviews .view-details,
#user-cart-panel #user-charges .view-details,
#user-cart-panel #user-forms .view-details {
  display: inline-table;
  width: 18%;
  min-height: 100px;
  vertical-align: top;
}

/* line 231, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .view-details .view-details-inner,
#user-account-panel #user-purchases .view-details .view-details-inner,
#user-account-panel #user-package-credits .view-details .view-details-inner,
#user-account-panel #user-user-credits .view-details .view-details-inner,
#user-account-panel #user-saves .view-details .view-details-inner,
#user-account-panel #user-waitlists .view-details .view-details-inner,
#user-account-panel #user-memberships .view-details .view-details-inner,
#user-account-panel #user-reviews .view-details .view-details-inner,
#user-account-panel #user-charges .view-details .view-details-inner,
#user-account-panel #user-forms .view-details .view-details-inner, #user-settings-panel .reservations .view-details .view-details-inner,
#user-settings-panel #user-purchases .view-details .view-details-inner,
#user-settings-panel #user-package-credits .view-details .view-details-inner,
#user-settings-panel #user-user-credits .view-details .view-details-inner,
#user-settings-panel #user-saves .view-details .view-details-inner,
#user-settings-panel #user-waitlists .view-details .view-details-inner,
#user-settings-panel #user-memberships .view-details .view-details-inner,
#user-settings-panel #user-reviews .view-details .view-details-inner,
#user-settings-panel #user-charges .view-details .view-details-inner,
#user-settings-panel #user-forms .view-details .view-details-inner, #user-profile-panel .reservations .view-details .view-details-inner,
#user-profile-panel #user-purchases .view-details .view-details-inner,
#user-profile-panel #user-package-credits .view-details .view-details-inner,
#user-profile-panel #user-user-credits .view-details .view-details-inner,
#user-profile-panel #user-saves .view-details .view-details-inner,
#user-profile-panel #user-waitlists .view-details .view-details-inner,
#user-profile-panel #user-memberships .view-details .view-details-inner,
#user-profile-panel #user-reviews .view-details .view-details-inner,
#user-profile-panel #user-charges .view-details .view-details-inner,
#user-profile-panel #user-forms .view-details .view-details-inner, #user-cart-panel .reservations .view-details .view-details-inner,
#user-cart-panel #user-purchases .view-details .view-details-inner,
#user-cart-panel #user-package-credits .view-details .view-details-inner,
#user-cart-panel #user-user-credits .view-details .view-details-inner,
#user-cart-panel #user-saves .view-details .view-details-inner,
#user-cart-panel #user-waitlists .view-details .view-details-inner,
#user-cart-panel #user-memberships .view-details .view-details-inner,
#user-cart-panel #user-reviews .view-details .view-details-inner,
#user-cart-panel #user-charges .view-details .view-details-inner,
#user-cart-panel #user-forms .view-details .view-details-inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 235, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .view-details .view-details-inner .receipt-block,
#user-account-panel #user-purchases .view-details .view-details-inner .receipt-block,
#user-account-panel #user-package-credits .view-details .view-details-inner .receipt-block,
#user-account-panel #user-user-credits .view-details .view-details-inner .receipt-block,
#user-account-panel #user-saves .view-details .view-details-inner .receipt-block,
#user-account-panel #user-waitlists .view-details .view-details-inner .receipt-block,
#user-account-panel #user-memberships .view-details .view-details-inner .receipt-block,
#user-account-panel #user-reviews .view-details .view-details-inner .receipt-block,
#user-account-panel #user-charges .view-details .view-details-inner .receipt-block,
#user-account-panel #user-forms .view-details .view-details-inner .receipt-block, #user-settings-panel .reservations .view-details .view-details-inner .receipt-block,
#user-settings-panel #user-purchases .view-details .view-details-inner .receipt-block,
#user-settings-panel #user-package-credits .view-details .view-details-inner .receipt-block,
#user-settings-panel #user-user-credits .view-details .view-details-inner .receipt-block,
#user-settings-panel #user-saves .view-details .view-details-inner .receipt-block,
#user-settings-panel #user-waitlists .view-details .view-details-inner .receipt-block,
#user-settings-panel #user-memberships .view-details .view-details-inner .receipt-block,
#user-settings-panel #user-reviews .view-details .view-details-inner .receipt-block,
#user-settings-panel #user-charges .view-details .view-details-inner .receipt-block,
#user-settings-panel #user-forms .view-details .view-details-inner .receipt-block, #user-profile-panel .reservations .view-details .view-details-inner .receipt-block,
#user-profile-panel #user-purchases .view-details .view-details-inner .receipt-block,
#user-profile-panel #user-package-credits .view-details .view-details-inner .receipt-block,
#user-profile-panel #user-user-credits .view-details .view-details-inner .receipt-block,
#user-profile-panel #user-saves .view-details .view-details-inner .receipt-block,
#user-profile-panel #user-waitlists .view-details .view-details-inner .receipt-block,
#user-profile-panel #user-memberships .view-details .view-details-inner .receipt-block,
#user-profile-panel #user-reviews .view-details .view-details-inner .receipt-block,
#user-profile-panel #user-charges .view-details .view-details-inner .receipt-block,
#user-profile-panel #user-forms .view-details .view-details-inner .receipt-block, #user-cart-panel .reservations .view-details .view-details-inner .receipt-block,
#user-cart-panel #user-purchases .view-details .view-details-inner .receipt-block,
#user-cart-panel #user-package-credits .view-details .view-details-inner .receipt-block,
#user-cart-panel #user-user-credits .view-details .view-details-inner .receipt-block,
#user-cart-panel #user-saves .view-details .view-details-inner .receipt-block,
#user-cart-panel #user-waitlists .view-details .view-details-inner .receipt-block,
#user-cart-panel #user-memberships .view-details .view-details-inner .receipt-block,
#user-cart-panel #user-reviews .view-details .view-details-inner .receipt-block,
#user-cart-panel #user-charges .view-details .view-details-inner .receipt-block,
#user-cart-panel #user-forms .view-details .view-details-inner .receipt-block {
  padding-top: 3px;
  margin-top: 3px;
}

/* line 240, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .view-details .view-details-inner .receipt-block:first-child,
#user-account-panel #user-purchases .view-details .view-details-inner .receipt-block:first-child,
#user-account-panel #user-package-credits .view-details .view-details-inner .receipt-block:first-child,
#user-account-panel #user-user-credits .view-details .view-details-inner .receipt-block:first-child,
#user-account-panel #user-saves .view-details .view-details-inner .receipt-block:first-child,
#user-account-panel #user-waitlists .view-details .view-details-inner .receipt-block:first-child,
#user-account-panel #user-memberships .view-details .view-details-inner .receipt-block:first-child,
#user-account-panel #user-reviews .view-details .view-details-inner .receipt-block:first-child,
#user-account-panel #user-charges .view-details .view-details-inner .receipt-block:first-child,
#user-account-panel #user-forms .view-details .view-details-inner .receipt-block:first-child, #user-settings-panel .reservations .view-details .view-details-inner .receipt-block:first-child,
#user-settings-panel #user-purchases .view-details .view-details-inner .receipt-block:first-child,
#user-settings-panel #user-package-credits .view-details .view-details-inner .receipt-block:first-child,
#user-settings-panel #user-user-credits .view-details .view-details-inner .receipt-block:first-child,
#user-settings-panel #user-saves .view-details .view-details-inner .receipt-block:first-child,
#user-settings-panel #user-waitlists .view-details .view-details-inner .receipt-block:first-child,
#user-settings-panel #user-memberships .view-details .view-details-inner .receipt-block:first-child,
#user-settings-panel #user-reviews .view-details .view-details-inner .receipt-block:first-child,
#user-settings-panel #user-charges .view-details .view-details-inner .receipt-block:first-child,
#user-settings-panel #user-forms .view-details .view-details-inner .receipt-block:first-child, #user-profile-panel .reservations .view-details .view-details-inner .receipt-block:first-child,
#user-profile-panel #user-purchases .view-details .view-details-inner .receipt-block:first-child,
#user-profile-panel #user-package-credits .view-details .view-details-inner .receipt-block:first-child,
#user-profile-panel #user-user-credits .view-details .view-details-inner .receipt-block:first-child,
#user-profile-panel #user-saves .view-details .view-details-inner .receipt-block:first-child,
#user-profile-panel #user-waitlists .view-details .view-details-inner .receipt-block:first-child,
#user-profile-panel #user-memberships .view-details .view-details-inner .receipt-block:first-child,
#user-profile-panel #user-reviews .view-details .view-details-inner .receipt-block:first-child,
#user-profile-panel #user-charges .view-details .view-details-inner .receipt-block:first-child,
#user-profile-panel #user-forms .view-details .view-details-inner .receipt-block:first-child, #user-cart-panel .reservations .view-details .view-details-inner .receipt-block:first-child,
#user-cart-panel #user-purchases .view-details .view-details-inner .receipt-block:first-child,
#user-cart-panel #user-package-credits .view-details .view-details-inner .receipt-block:first-child,
#user-cart-panel #user-user-credits .view-details .view-details-inner .receipt-block:first-child,
#user-cart-panel #user-saves .view-details .view-details-inner .receipt-block:first-child,
#user-cart-panel #user-waitlists .view-details .view-details-inner .receipt-block:first-child,
#user-cart-panel #user-memberships .view-details .view-details-inner .receipt-block:first-child,
#user-cart-panel #user-reviews .view-details .view-details-inner .receipt-block:first-child,
#user-cart-panel #user-charges .view-details .view-details-inner .receipt-block:first-child,
#user-cart-panel #user-forms .view-details .view-details-inner .receipt-block:first-child {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 245, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .view-details .view-details-inner i,
#user-account-panel #user-purchases .view-details .view-details-inner i,
#user-account-panel #user-package-credits .view-details .view-details-inner i,
#user-account-panel #user-user-credits .view-details .view-details-inner i,
#user-account-panel #user-saves .view-details .view-details-inner i,
#user-account-panel #user-waitlists .view-details .view-details-inner i,
#user-account-panel #user-memberships .view-details .view-details-inner i,
#user-account-panel #user-reviews .view-details .view-details-inner i,
#user-account-panel #user-charges .view-details .view-details-inner i,
#user-account-panel #user-forms .view-details .view-details-inner i, #user-settings-panel .reservations .view-details .view-details-inner i,
#user-settings-panel #user-purchases .view-details .view-details-inner i,
#user-settings-panel #user-package-credits .view-details .view-details-inner i,
#user-settings-panel #user-user-credits .view-details .view-details-inner i,
#user-settings-panel #user-saves .view-details .view-details-inner i,
#user-settings-panel #user-waitlists .view-details .view-details-inner i,
#user-settings-panel #user-memberships .view-details .view-details-inner i,
#user-settings-panel #user-reviews .view-details .view-details-inner i,
#user-settings-panel #user-charges .view-details .view-details-inner i,
#user-settings-panel #user-forms .view-details .view-details-inner i, #user-profile-panel .reservations .view-details .view-details-inner i,
#user-profile-panel #user-purchases .view-details .view-details-inner i,
#user-profile-panel #user-package-credits .view-details .view-details-inner i,
#user-profile-panel #user-user-credits .view-details .view-details-inner i,
#user-profile-panel #user-saves .view-details .view-details-inner i,
#user-profile-panel #user-waitlists .view-details .view-details-inner i,
#user-profile-panel #user-memberships .view-details .view-details-inner i,
#user-profile-panel #user-reviews .view-details .view-details-inner i,
#user-profile-panel #user-charges .view-details .view-details-inner i,
#user-profile-panel #user-forms .view-details .view-details-inner i, #user-cart-panel .reservations .view-details .view-details-inner i,
#user-cart-panel #user-purchases .view-details .view-details-inner i,
#user-cart-panel #user-package-credits .view-details .view-details-inner i,
#user-cart-panel #user-user-credits .view-details .view-details-inner i,
#user-cart-panel #user-saves .view-details .view-details-inner i,
#user-cart-panel #user-waitlists .view-details .view-details-inner i,
#user-cart-panel #user-memberships .view-details .view-details-inner i,
#user-cart-panel #user-reviews .view-details .view-details-inner i,
#user-cart-panel #user-charges .view-details .view-details-inner i,
#user-cart-panel #user-forms .view-details .view-details-inner i {
  font-size: 20px;
  cursor: default;
}

/* line 251, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item-icon, #user-account-panel .reservations .time-card,
#user-account-panel #user-purchases .account-item-icon,
#user-account-panel #user-purchases .time-card,
#user-account-panel #user-package-credits .account-item-icon,
#user-account-panel #user-package-credits .time-card,
#user-account-panel #user-user-credits .account-item-icon,
#user-account-panel #user-user-credits .time-card,
#user-account-panel #user-saves .account-item-icon,
#user-account-panel #user-saves .time-card,
#user-account-panel #user-waitlists .account-item-icon,
#user-account-panel #user-waitlists .time-card,
#user-account-panel #user-memberships .account-item-icon,
#user-account-panel #user-memberships .time-card,
#user-account-panel #user-reviews .account-item-icon,
#user-account-panel #user-reviews .time-card,
#user-account-panel #user-charges .account-item-icon,
#user-account-panel #user-charges .time-card,
#user-account-panel #user-forms .account-item-icon,
#user-account-panel #user-forms .time-card, #user-settings-panel .reservations .account-item-icon, #user-settings-panel .reservations .time-card,
#user-settings-panel #user-purchases .account-item-icon,
#user-settings-panel #user-purchases .time-card,
#user-settings-panel #user-package-credits .account-item-icon,
#user-settings-panel #user-package-credits .time-card,
#user-settings-panel #user-user-credits .account-item-icon,
#user-settings-panel #user-user-credits .time-card,
#user-settings-panel #user-saves .account-item-icon,
#user-settings-panel #user-saves .time-card,
#user-settings-panel #user-waitlists .account-item-icon,
#user-settings-panel #user-waitlists .time-card,
#user-settings-panel #user-memberships .account-item-icon,
#user-settings-panel #user-memberships .time-card,
#user-settings-panel #user-reviews .account-item-icon,
#user-settings-panel #user-reviews .time-card,
#user-settings-panel #user-charges .account-item-icon,
#user-settings-panel #user-charges .time-card,
#user-settings-panel #user-forms .account-item-icon,
#user-settings-panel #user-forms .time-card, #user-profile-panel .reservations .account-item-icon, #user-profile-panel .reservations .time-card,
#user-profile-panel #user-purchases .account-item-icon,
#user-profile-panel #user-purchases .time-card,
#user-profile-panel #user-package-credits .account-item-icon,
#user-profile-panel #user-package-credits .time-card,
#user-profile-panel #user-user-credits .account-item-icon,
#user-profile-panel #user-user-credits .time-card,
#user-profile-panel #user-saves .account-item-icon,
#user-profile-panel #user-saves .time-card,
#user-profile-panel #user-waitlists .account-item-icon,
#user-profile-panel #user-waitlists .time-card,
#user-profile-panel #user-memberships .account-item-icon,
#user-profile-panel #user-memberships .time-card,
#user-profile-panel #user-reviews .account-item-icon,
#user-profile-panel #user-reviews .time-card,
#user-profile-panel #user-charges .account-item-icon,
#user-profile-panel #user-charges .time-card,
#user-profile-panel #user-forms .account-item-icon,
#user-profile-panel #user-forms .time-card, #user-cart-panel .reservations .account-item-icon, #user-cart-panel .reservations .time-card,
#user-cart-panel #user-purchases .account-item-icon,
#user-cart-panel #user-purchases .time-card,
#user-cart-panel #user-package-credits .account-item-icon,
#user-cart-panel #user-package-credits .time-card,
#user-cart-panel #user-user-credits .account-item-icon,
#user-cart-panel #user-user-credits .time-card,
#user-cart-panel #user-saves .account-item-icon,
#user-cart-panel #user-saves .time-card,
#user-cart-panel #user-waitlists .account-item-icon,
#user-cart-panel #user-waitlists .time-card,
#user-cart-panel #user-memberships .account-item-icon,
#user-cart-panel #user-memberships .time-card,
#user-cart-panel #user-reviews .account-item-icon,
#user-cart-panel #user-reviews .time-card,
#user-cart-panel #user-charges .account-item-icon,
#user-cart-panel #user-charges .time-card,
#user-cart-panel #user-forms .account-item-icon,
#user-cart-panel #user-forms .time-card {
  display: inline-table;
  vertical-align: middle;
  font-size: 1.5em;
  line-height: 1em;
  text-align: center;
  font-weight: 400;
  width: 15%;
  position: relative;
  height: 100%;
  min-height: 100px;
  padding: 0;
}

/* line 264, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item-icon .icon-inner, #user-account-panel .reservations .account-item-icon .time-card-inner, #user-account-panel .reservations .time-card .icon-inner, #user-account-panel .reservations .time-card .time-card-inner,
#user-account-panel #user-purchases .account-item-icon .icon-inner,
#user-account-panel #user-purchases .account-item-icon .time-card-inner,
#user-account-panel #user-purchases .time-card .icon-inner,
#user-account-panel #user-purchases .time-card .time-card-inner,
#user-account-panel #user-package-credits .account-item-icon .icon-inner,
#user-account-panel #user-package-credits .account-item-icon .time-card-inner,
#user-account-panel #user-package-credits .time-card .icon-inner,
#user-account-panel #user-package-credits .time-card .time-card-inner,
#user-account-panel #user-user-credits .account-item-icon .icon-inner,
#user-account-panel #user-user-credits .account-item-icon .time-card-inner,
#user-account-panel #user-user-credits .time-card .icon-inner,
#user-account-panel #user-user-credits .time-card .time-card-inner,
#user-account-panel #user-saves .account-item-icon .icon-inner,
#user-account-panel #user-saves .account-item-icon .time-card-inner,
#user-account-panel #user-saves .time-card .icon-inner,
#user-account-panel #user-saves .time-card .time-card-inner,
#user-account-panel #user-waitlists .account-item-icon .icon-inner,
#user-account-panel #user-waitlists .account-item-icon .time-card-inner,
#user-account-panel #user-waitlists .time-card .icon-inner,
#user-account-panel #user-waitlists .time-card .time-card-inner,
#user-account-panel #user-memberships .account-item-icon .icon-inner,
#user-account-panel #user-memberships .account-item-icon .time-card-inner,
#user-account-panel #user-memberships .time-card .icon-inner,
#user-account-panel #user-memberships .time-card .time-card-inner,
#user-account-panel #user-reviews .account-item-icon .icon-inner,
#user-account-panel #user-reviews .account-item-icon .time-card-inner,
#user-account-panel #user-reviews .time-card .icon-inner,
#user-account-panel #user-reviews .time-card .time-card-inner,
#user-account-panel #user-charges .account-item-icon .icon-inner,
#user-account-panel #user-charges .account-item-icon .time-card-inner,
#user-account-panel #user-charges .time-card .icon-inner,
#user-account-panel #user-charges .time-card .time-card-inner,
#user-account-panel #user-forms .account-item-icon .icon-inner,
#user-account-panel #user-forms .account-item-icon .time-card-inner,
#user-account-panel #user-forms .time-card .icon-inner,
#user-account-panel #user-forms .time-card .time-card-inner, #user-settings-panel .reservations .account-item-icon .icon-inner, #user-settings-panel .reservations .account-item-icon .time-card-inner, #user-settings-panel .reservations .time-card .icon-inner, #user-settings-panel .reservations .time-card .time-card-inner,
#user-settings-panel #user-purchases .account-item-icon .icon-inner,
#user-settings-panel #user-purchases .account-item-icon .time-card-inner,
#user-settings-panel #user-purchases .time-card .icon-inner,
#user-settings-panel #user-purchases .time-card .time-card-inner,
#user-settings-panel #user-package-credits .account-item-icon .icon-inner,
#user-settings-panel #user-package-credits .account-item-icon .time-card-inner,
#user-settings-panel #user-package-credits .time-card .icon-inner,
#user-settings-panel #user-package-credits .time-card .time-card-inner,
#user-settings-panel #user-user-credits .account-item-icon .icon-inner,
#user-settings-panel #user-user-credits .account-item-icon .time-card-inner,
#user-settings-panel #user-user-credits .time-card .icon-inner,
#user-settings-panel #user-user-credits .time-card .time-card-inner,
#user-settings-panel #user-saves .account-item-icon .icon-inner,
#user-settings-panel #user-saves .account-item-icon .time-card-inner,
#user-settings-panel #user-saves .time-card .icon-inner,
#user-settings-panel #user-saves .time-card .time-card-inner,
#user-settings-panel #user-waitlists .account-item-icon .icon-inner,
#user-settings-panel #user-waitlists .account-item-icon .time-card-inner,
#user-settings-panel #user-waitlists .time-card .icon-inner,
#user-settings-panel #user-waitlists .time-card .time-card-inner,
#user-settings-panel #user-memberships .account-item-icon .icon-inner,
#user-settings-panel #user-memberships .account-item-icon .time-card-inner,
#user-settings-panel #user-memberships .time-card .icon-inner,
#user-settings-panel #user-memberships .time-card .time-card-inner,
#user-settings-panel #user-reviews .account-item-icon .icon-inner,
#user-settings-panel #user-reviews .account-item-icon .time-card-inner,
#user-settings-panel #user-reviews .time-card .icon-inner,
#user-settings-panel #user-reviews .time-card .time-card-inner,
#user-settings-panel #user-charges .account-item-icon .icon-inner,
#user-settings-panel #user-charges .account-item-icon .time-card-inner,
#user-settings-panel #user-charges .time-card .icon-inner,
#user-settings-panel #user-charges .time-card .time-card-inner,
#user-settings-panel #user-forms .account-item-icon .icon-inner,
#user-settings-panel #user-forms .account-item-icon .time-card-inner,
#user-settings-panel #user-forms .time-card .icon-inner,
#user-settings-panel #user-forms .time-card .time-card-inner, #user-profile-panel .reservations .account-item-icon .icon-inner, #user-profile-panel .reservations .account-item-icon .time-card-inner, #user-profile-panel .reservations .time-card .icon-inner, #user-profile-panel .reservations .time-card .time-card-inner,
#user-profile-panel #user-purchases .account-item-icon .icon-inner,
#user-profile-panel #user-purchases .account-item-icon .time-card-inner,
#user-profile-panel #user-purchases .time-card .icon-inner,
#user-profile-panel #user-purchases .time-card .time-card-inner,
#user-profile-panel #user-package-credits .account-item-icon .icon-inner,
#user-profile-panel #user-package-credits .account-item-icon .time-card-inner,
#user-profile-panel #user-package-credits .time-card .icon-inner,
#user-profile-panel #user-package-credits .time-card .time-card-inner,
#user-profile-panel #user-user-credits .account-item-icon .icon-inner,
#user-profile-panel #user-user-credits .account-item-icon .time-card-inner,
#user-profile-panel #user-user-credits .time-card .icon-inner,
#user-profile-panel #user-user-credits .time-card .time-card-inner,
#user-profile-panel #user-saves .account-item-icon .icon-inner,
#user-profile-panel #user-saves .account-item-icon .time-card-inner,
#user-profile-panel #user-saves .time-card .icon-inner,
#user-profile-panel #user-saves .time-card .time-card-inner,
#user-profile-panel #user-waitlists .account-item-icon .icon-inner,
#user-profile-panel #user-waitlists .account-item-icon .time-card-inner,
#user-profile-panel #user-waitlists .time-card .icon-inner,
#user-profile-panel #user-waitlists .time-card .time-card-inner,
#user-profile-panel #user-memberships .account-item-icon .icon-inner,
#user-profile-panel #user-memberships .account-item-icon .time-card-inner,
#user-profile-panel #user-memberships .time-card .icon-inner,
#user-profile-panel #user-memberships .time-card .time-card-inner,
#user-profile-panel #user-reviews .account-item-icon .icon-inner,
#user-profile-panel #user-reviews .account-item-icon .time-card-inner,
#user-profile-panel #user-reviews .time-card .icon-inner,
#user-profile-panel #user-reviews .time-card .time-card-inner,
#user-profile-panel #user-charges .account-item-icon .icon-inner,
#user-profile-panel #user-charges .account-item-icon .time-card-inner,
#user-profile-panel #user-charges .time-card .icon-inner,
#user-profile-panel #user-charges .time-card .time-card-inner,
#user-profile-panel #user-forms .account-item-icon .icon-inner,
#user-profile-panel #user-forms .account-item-icon .time-card-inner,
#user-profile-panel #user-forms .time-card .icon-inner,
#user-profile-panel #user-forms .time-card .time-card-inner, #user-cart-panel .reservations .account-item-icon .icon-inner, #user-cart-panel .reservations .account-item-icon .time-card-inner, #user-cart-panel .reservations .time-card .icon-inner, #user-cart-panel .reservations .time-card .time-card-inner,
#user-cart-panel #user-purchases .account-item-icon .icon-inner,
#user-cart-panel #user-purchases .account-item-icon .time-card-inner,
#user-cart-panel #user-purchases .time-card .icon-inner,
#user-cart-panel #user-purchases .time-card .time-card-inner,
#user-cart-panel #user-package-credits .account-item-icon .icon-inner,
#user-cart-panel #user-package-credits .account-item-icon .time-card-inner,
#user-cart-panel #user-package-credits .time-card .icon-inner,
#user-cart-panel #user-package-credits .time-card .time-card-inner,
#user-cart-panel #user-user-credits .account-item-icon .icon-inner,
#user-cart-panel #user-user-credits .account-item-icon .time-card-inner,
#user-cart-panel #user-user-credits .time-card .icon-inner,
#user-cart-panel #user-user-credits .time-card .time-card-inner,
#user-cart-panel #user-saves .account-item-icon .icon-inner,
#user-cart-panel #user-saves .account-item-icon .time-card-inner,
#user-cart-panel #user-saves .time-card .icon-inner,
#user-cart-panel #user-saves .time-card .time-card-inner,
#user-cart-panel #user-waitlists .account-item-icon .icon-inner,
#user-cart-panel #user-waitlists .account-item-icon .time-card-inner,
#user-cart-panel #user-waitlists .time-card .icon-inner,
#user-cart-panel #user-waitlists .time-card .time-card-inner,
#user-cart-panel #user-memberships .account-item-icon .icon-inner,
#user-cart-panel #user-memberships .account-item-icon .time-card-inner,
#user-cart-panel #user-memberships .time-card .icon-inner,
#user-cart-panel #user-memberships .time-card .time-card-inner,
#user-cart-panel #user-reviews .account-item-icon .icon-inner,
#user-cart-panel #user-reviews .account-item-icon .time-card-inner,
#user-cart-panel #user-reviews .time-card .icon-inner,
#user-cart-panel #user-reviews .time-card .time-card-inner,
#user-cart-panel #user-charges .account-item-icon .icon-inner,
#user-cart-panel #user-charges .account-item-icon .time-card-inner,
#user-cart-panel #user-charges .time-card .icon-inner,
#user-cart-panel #user-charges .time-card .time-card-inner,
#user-cart-panel #user-forms .account-item-icon .icon-inner,
#user-cart-panel #user-forms .account-item-icon .time-card-inner,
#user-cart-panel #user-forms .time-card .icon-inner,
#user-cart-panel #user-forms .time-card .time-card-inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 267, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .account-item-icon .icon-inner i, #user-account-panel .reservations .account-item-icon .time-card-inner i, #user-account-panel .reservations .time-card .icon-inner i, #user-account-panel .reservations .time-card .time-card-inner i,
#user-account-panel #user-purchases .account-item-icon .icon-inner i,
#user-account-panel #user-purchases .account-item-icon .time-card-inner i,
#user-account-panel #user-purchases .time-card .icon-inner i,
#user-account-panel #user-purchases .time-card .time-card-inner i,
#user-account-panel #user-package-credits .account-item-icon .icon-inner i,
#user-account-panel #user-package-credits .account-item-icon .time-card-inner i,
#user-account-panel #user-package-credits .time-card .icon-inner i,
#user-account-panel #user-package-credits .time-card .time-card-inner i,
#user-account-panel #user-user-credits .account-item-icon .icon-inner i,
#user-account-panel #user-user-credits .account-item-icon .time-card-inner i,
#user-account-panel #user-user-credits .time-card .icon-inner i,
#user-account-panel #user-user-credits .time-card .time-card-inner i,
#user-account-panel #user-saves .account-item-icon .icon-inner i,
#user-account-panel #user-saves .account-item-icon .time-card-inner i,
#user-account-panel #user-saves .time-card .icon-inner i,
#user-account-panel #user-saves .time-card .time-card-inner i,
#user-account-panel #user-waitlists .account-item-icon .icon-inner i,
#user-account-panel #user-waitlists .account-item-icon .time-card-inner i,
#user-account-panel #user-waitlists .time-card .icon-inner i,
#user-account-panel #user-waitlists .time-card .time-card-inner i,
#user-account-panel #user-memberships .account-item-icon .icon-inner i,
#user-account-panel #user-memberships .account-item-icon .time-card-inner i,
#user-account-panel #user-memberships .time-card .icon-inner i,
#user-account-panel #user-memberships .time-card .time-card-inner i,
#user-account-panel #user-reviews .account-item-icon .icon-inner i,
#user-account-panel #user-reviews .account-item-icon .time-card-inner i,
#user-account-panel #user-reviews .time-card .icon-inner i,
#user-account-panel #user-reviews .time-card .time-card-inner i,
#user-account-panel #user-charges .account-item-icon .icon-inner i,
#user-account-panel #user-charges .account-item-icon .time-card-inner i,
#user-account-panel #user-charges .time-card .icon-inner i,
#user-account-panel #user-charges .time-card .time-card-inner i,
#user-account-panel #user-forms .account-item-icon .icon-inner i,
#user-account-panel #user-forms .account-item-icon .time-card-inner i,
#user-account-panel #user-forms .time-card .icon-inner i,
#user-account-panel #user-forms .time-card .time-card-inner i, #user-settings-panel .reservations .account-item-icon .icon-inner i, #user-settings-panel .reservations .account-item-icon .time-card-inner i, #user-settings-panel .reservations .time-card .icon-inner i, #user-settings-panel .reservations .time-card .time-card-inner i,
#user-settings-panel #user-purchases .account-item-icon .icon-inner i,
#user-settings-panel #user-purchases .account-item-icon .time-card-inner i,
#user-settings-panel #user-purchases .time-card .icon-inner i,
#user-settings-panel #user-purchases .time-card .time-card-inner i,
#user-settings-panel #user-package-credits .account-item-icon .icon-inner i,
#user-settings-panel #user-package-credits .account-item-icon .time-card-inner i,
#user-settings-panel #user-package-credits .time-card .icon-inner i,
#user-settings-panel #user-package-credits .time-card .time-card-inner i,
#user-settings-panel #user-user-credits .account-item-icon .icon-inner i,
#user-settings-panel #user-user-credits .account-item-icon .time-card-inner i,
#user-settings-panel #user-user-credits .time-card .icon-inner i,
#user-settings-panel #user-user-credits .time-card .time-card-inner i,
#user-settings-panel #user-saves .account-item-icon .icon-inner i,
#user-settings-panel #user-saves .account-item-icon .time-card-inner i,
#user-settings-panel #user-saves .time-card .icon-inner i,
#user-settings-panel #user-saves .time-card .time-card-inner i,
#user-settings-panel #user-waitlists .account-item-icon .icon-inner i,
#user-settings-panel #user-waitlists .account-item-icon .time-card-inner i,
#user-settings-panel #user-waitlists .time-card .icon-inner i,
#user-settings-panel #user-waitlists .time-card .time-card-inner i,
#user-settings-panel #user-memberships .account-item-icon .icon-inner i,
#user-settings-panel #user-memberships .account-item-icon .time-card-inner i,
#user-settings-panel #user-memberships .time-card .icon-inner i,
#user-settings-panel #user-memberships .time-card .time-card-inner i,
#user-settings-panel #user-reviews .account-item-icon .icon-inner i,
#user-settings-panel #user-reviews .account-item-icon .time-card-inner i,
#user-settings-panel #user-reviews .time-card .icon-inner i,
#user-settings-panel #user-reviews .time-card .time-card-inner i,
#user-settings-panel #user-charges .account-item-icon .icon-inner i,
#user-settings-panel #user-charges .account-item-icon .time-card-inner i,
#user-settings-panel #user-charges .time-card .icon-inner i,
#user-settings-panel #user-charges .time-card .time-card-inner i,
#user-settings-panel #user-forms .account-item-icon .icon-inner i,
#user-settings-panel #user-forms .account-item-icon .time-card-inner i,
#user-settings-panel #user-forms .time-card .icon-inner i,
#user-settings-panel #user-forms .time-card .time-card-inner i, #user-profile-panel .reservations .account-item-icon .icon-inner i, #user-profile-panel .reservations .account-item-icon .time-card-inner i, #user-profile-panel .reservations .time-card .icon-inner i, #user-profile-panel .reservations .time-card .time-card-inner i,
#user-profile-panel #user-purchases .account-item-icon .icon-inner i,
#user-profile-panel #user-purchases .account-item-icon .time-card-inner i,
#user-profile-panel #user-purchases .time-card .icon-inner i,
#user-profile-panel #user-purchases .time-card .time-card-inner i,
#user-profile-panel #user-package-credits .account-item-icon .icon-inner i,
#user-profile-panel #user-package-credits .account-item-icon .time-card-inner i,
#user-profile-panel #user-package-credits .time-card .icon-inner i,
#user-profile-panel #user-package-credits .time-card .time-card-inner i,
#user-profile-panel #user-user-credits .account-item-icon .icon-inner i,
#user-profile-panel #user-user-credits .account-item-icon .time-card-inner i,
#user-profile-panel #user-user-credits .time-card .icon-inner i,
#user-profile-panel #user-user-credits .time-card .time-card-inner i,
#user-profile-panel #user-saves .account-item-icon .icon-inner i,
#user-profile-panel #user-saves .account-item-icon .time-card-inner i,
#user-profile-panel #user-saves .time-card .icon-inner i,
#user-profile-panel #user-saves .time-card .time-card-inner i,
#user-profile-panel #user-waitlists .account-item-icon .icon-inner i,
#user-profile-panel #user-waitlists .account-item-icon .time-card-inner i,
#user-profile-panel #user-waitlists .time-card .icon-inner i,
#user-profile-panel #user-waitlists .time-card .time-card-inner i,
#user-profile-panel #user-memberships .account-item-icon .icon-inner i,
#user-profile-panel #user-memberships .account-item-icon .time-card-inner i,
#user-profile-panel #user-memberships .time-card .icon-inner i,
#user-profile-panel #user-memberships .time-card .time-card-inner i,
#user-profile-panel #user-reviews .account-item-icon .icon-inner i,
#user-profile-panel #user-reviews .account-item-icon .time-card-inner i,
#user-profile-panel #user-reviews .time-card .icon-inner i,
#user-profile-panel #user-reviews .time-card .time-card-inner i,
#user-profile-panel #user-charges .account-item-icon .icon-inner i,
#user-profile-panel #user-charges .account-item-icon .time-card-inner i,
#user-profile-panel #user-charges .time-card .icon-inner i,
#user-profile-panel #user-charges .time-card .time-card-inner i,
#user-profile-panel #user-forms .account-item-icon .icon-inner i,
#user-profile-panel #user-forms .account-item-icon .time-card-inner i,
#user-profile-panel #user-forms .time-card .icon-inner i,
#user-profile-panel #user-forms .time-card .time-card-inner i, #user-cart-panel .reservations .account-item-icon .icon-inner i, #user-cart-panel .reservations .account-item-icon .time-card-inner i, #user-cart-panel .reservations .time-card .icon-inner i, #user-cart-panel .reservations .time-card .time-card-inner i,
#user-cart-panel #user-purchases .account-item-icon .icon-inner i,
#user-cart-panel #user-purchases .account-item-icon .time-card-inner i,
#user-cart-panel #user-purchases .time-card .icon-inner i,
#user-cart-panel #user-purchases .time-card .time-card-inner i,
#user-cart-panel #user-package-credits .account-item-icon .icon-inner i,
#user-cart-panel #user-package-credits .account-item-icon .time-card-inner i,
#user-cart-panel #user-package-credits .time-card .icon-inner i,
#user-cart-panel #user-package-credits .time-card .time-card-inner i,
#user-cart-panel #user-user-credits .account-item-icon .icon-inner i,
#user-cart-panel #user-user-credits .account-item-icon .time-card-inner i,
#user-cart-panel #user-user-credits .time-card .icon-inner i,
#user-cart-panel #user-user-credits .time-card .time-card-inner i,
#user-cart-panel #user-saves .account-item-icon .icon-inner i,
#user-cart-panel #user-saves .account-item-icon .time-card-inner i,
#user-cart-panel #user-saves .time-card .icon-inner i,
#user-cart-panel #user-saves .time-card .time-card-inner i,
#user-cart-panel #user-waitlists .account-item-icon .icon-inner i,
#user-cart-panel #user-waitlists .account-item-icon .time-card-inner i,
#user-cart-panel #user-waitlists .time-card .icon-inner i,
#user-cart-panel #user-waitlists .time-card .time-card-inner i,
#user-cart-panel #user-memberships .account-item-icon .icon-inner i,
#user-cart-panel #user-memberships .account-item-icon .time-card-inner i,
#user-cart-panel #user-memberships .time-card .icon-inner i,
#user-cart-panel #user-memberships .time-card .time-card-inner i,
#user-cart-panel #user-reviews .account-item-icon .icon-inner i,
#user-cart-panel #user-reviews .account-item-icon .time-card-inner i,
#user-cart-panel #user-reviews .time-card .icon-inner i,
#user-cart-panel #user-reviews .time-card .time-card-inner i,
#user-cart-panel #user-charges .account-item-icon .icon-inner i,
#user-cart-panel #user-charges .account-item-icon .time-card-inner i,
#user-cart-panel #user-charges .time-card .icon-inner i,
#user-cart-panel #user-charges .time-card .time-card-inner i,
#user-cart-panel #user-forms .account-item-icon .icon-inner i,
#user-cart-panel #user-forms .account-item-icon .time-card-inner i,
#user-cart-panel #user-forms .time-card .icon-inner i,
#user-cart-panel #user-forms .time-card .time-card-inner i {
  color: #aaa;
}

/* line 271, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .who .material-icons, #user-account-panel .reservations .formatted-time .material-icons, #user-account-panel .reservations .where .material-icons, #user-account-panel .reservations .about .material-icons,
#user-account-panel #user-purchases .who .material-icons,
#user-account-panel #user-purchases .formatted-time .material-icons,
#user-account-panel #user-purchases .where .material-icons,
#user-account-panel #user-purchases .about .material-icons,
#user-account-panel #user-package-credits .who .material-icons,
#user-account-panel #user-package-credits .formatted-time .material-icons,
#user-account-panel #user-package-credits .where .material-icons,
#user-account-panel #user-package-credits .about .material-icons,
#user-account-panel #user-user-credits .who .material-icons,
#user-account-panel #user-user-credits .formatted-time .material-icons,
#user-account-panel #user-user-credits .where .material-icons,
#user-account-panel #user-user-credits .about .material-icons,
#user-account-panel #user-saves .who .material-icons,
#user-account-panel #user-saves .formatted-time .material-icons,
#user-account-panel #user-saves .where .material-icons,
#user-account-panel #user-saves .about .material-icons,
#user-account-panel #user-waitlists .who .material-icons,
#user-account-panel #user-waitlists .formatted-time .material-icons,
#user-account-panel #user-waitlists .where .material-icons,
#user-account-panel #user-waitlists .about .material-icons,
#user-account-panel #user-memberships .who .material-icons,
#user-account-panel #user-memberships .formatted-time .material-icons,
#user-account-panel #user-memberships .where .material-icons,
#user-account-panel #user-memberships .about .material-icons,
#user-account-panel #user-reviews .who .material-icons,
#user-account-panel #user-reviews .formatted-time .material-icons,
#user-account-panel #user-reviews .where .material-icons,
#user-account-panel #user-reviews .about .material-icons,
#user-account-panel #user-charges .who .material-icons,
#user-account-panel #user-charges .formatted-time .material-icons,
#user-account-panel #user-charges .where .material-icons,
#user-account-panel #user-charges .about .material-icons,
#user-account-panel #user-forms .who .material-icons,
#user-account-panel #user-forms .formatted-time .material-icons,
#user-account-panel #user-forms .where .material-icons,
#user-account-panel #user-forms .about .material-icons, #user-settings-panel .reservations .who .material-icons, #user-settings-panel .reservations .formatted-time .material-icons, #user-settings-panel .reservations .where .material-icons, #user-settings-panel .reservations .about .material-icons,
#user-settings-panel #user-purchases .who .material-icons,
#user-settings-panel #user-purchases .formatted-time .material-icons,
#user-settings-panel #user-purchases .where .material-icons,
#user-settings-panel #user-purchases .about .material-icons,
#user-settings-panel #user-package-credits .who .material-icons,
#user-settings-panel #user-package-credits .formatted-time .material-icons,
#user-settings-panel #user-package-credits .where .material-icons,
#user-settings-panel #user-package-credits .about .material-icons,
#user-settings-panel #user-user-credits .who .material-icons,
#user-settings-panel #user-user-credits .formatted-time .material-icons,
#user-settings-panel #user-user-credits .where .material-icons,
#user-settings-panel #user-user-credits .about .material-icons,
#user-settings-panel #user-saves .who .material-icons,
#user-settings-panel #user-saves .formatted-time .material-icons,
#user-settings-panel #user-saves .where .material-icons,
#user-settings-panel #user-saves .about .material-icons,
#user-settings-panel #user-waitlists .who .material-icons,
#user-settings-panel #user-waitlists .formatted-time .material-icons,
#user-settings-panel #user-waitlists .where .material-icons,
#user-settings-panel #user-waitlists .about .material-icons,
#user-settings-panel #user-memberships .who .material-icons,
#user-settings-panel #user-memberships .formatted-time .material-icons,
#user-settings-panel #user-memberships .where .material-icons,
#user-settings-panel #user-memberships .about .material-icons,
#user-settings-panel #user-reviews .who .material-icons,
#user-settings-panel #user-reviews .formatted-time .material-icons,
#user-settings-panel #user-reviews .where .material-icons,
#user-settings-panel #user-reviews .about .material-icons,
#user-settings-panel #user-charges .who .material-icons,
#user-settings-panel #user-charges .formatted-time .material-icons,
#user-settings-panel #user-charges .where .material-icons,
#user-settings-panel #user-charges .about .material-icons,
#user-settings-panel #user-forms .who .material-icons,
#user-settings-panel #user-forms .formatted-time .material-icons,
#user-settings-panel #user-forms .where .material-icons,
#user-settings-panel #user-forms .about .material-icons, #user-profile-panel .reservations .who .material-icons, #user-profile-panel .reservations .formatted-time .material-icons, #user-profile-panel .reservations .where .material-icons, #user-profile-panel .reservations .about .material-icons,
#user-profile-panel #user-purchases .who .material-icons,
#user-profile-panel #user-purchases .formatted-time .material-icons,
#user-profile-panel #user-purchases .where .material-icons,
#user-profile-panel #user-purchases .about .material-icons,
#user-profile-panel #user-package-credits .who .material-icons,
#user-profile-panel #user-package-credits .formatted-time .material-icons,
#user-profile-panel #user-package-credits .where .material-icons,
#user-profile-panel #user-package-credits .about .material-icons,
#user-profile-panel #user-user-credits .who .material-icons,
#user-profile-panel #user-user-credits .formatted-time .material-icons,
#user-profile-panel #user-user-credits .where .material-icons,
#user-profile-panel #user-user-credits .about .material-icons,
#user-profile-panel #user-saves .who .material-icons,
#user-profile-panel #user-saves .formatted-time .material-icons,
#user-profile-panel #user-saves .where .material-icons,
#user-profile-panel #user-saves .about .material-icons,
#user-profile-panel #user-waitlists .who .material-icons,
#user-profile-panel #user-waitlists .formatted-time .material-icons,
#user-profile-panel #user-waitlists .where .material-icons,
#user-profile-panel #user-waitlists .about .material-icons,
#user-profile-panel #user-memberships .who .material-icons,
#user-profile-panel #user-memberships .formatted-time .material-icons,
#user-profile-panel #user-memberships .where .material-icons,
#user-profile-panel #user-memberships .about .material-icons,
#user-profile-panel #user-reviews .who .material-icons,
#user-profile-panel #user-reviews .formatted-time .material-icons,
#user-profile-panel #user-reviews .where .material-icons,
#user-profile-panel #user-reviews .about .material-icons,
#user-profile-panel #user-charges .who .material-icons,
#user-profile-panel #user-charges .formatted-time .material-icons,
#user-profile-panel #user-charges .where .material-icons,
#user-profile-panel #user-charges .about .material-icons,
#user-profile-panel #user-forms .who .material-icons,
#user-profile-panel #user-forms .formatted-time .material-icons,
#user-profile-panel #user-forms .where .material-icons,
#user-profile-panel #user-forms .about .material-icons, #user-cart-panel .reservations .who .material-icons, #user-cart-panel .reservations .formatted-time .material-icons, #user-cart-panel .reservations .where .material-icons, #user-cart-panel .reservations .about .material-icons,
#user-cart-panel #user-purchases .who .material-icons,
#user-cart-panel #user-purchases .formatted-time .material-icons,
#user-cart-panel #user-purchases .where .material-icons,
#user-cart-panel #user-purchases .about .material-icons,
#user-cart-panel #user-package-credits .who .material-icons,
#user-cart-panel #user-package-credits .formatted-time .material-icons,
#user-cart-panel #user-package-credits .where .material-icons,
#user-cart-panel #user-package-credits .about .material-icons,
#user-cart-panel #user-user-credits .who .material-icons,
#user-cart-panel #user-user-credits .formatted-time .material-icons,
#user-cart-panel #user-user-credits .where .material-icons,
#user-cart-panel #user-user-credits .about .material-icons,
#user-cart-panel #user-saves .who .material-icons,
#user-cart-panel #user-saves .formatted-time .material-icons,
#user-cart-panel #user-saves .where .material-icons,
#user-cart-panel #user-saves .about .material-icons,
#user-cart-panel #user-waitlists .who .material-icons,
#user-cart-panel #user-waitlists .formatted-time .material-icons,
#user-cart-panel #user-waitlists .where .material-icons,
#user-cart-panel #user-waitlists .about .material-icons,
#user-cart-panel #user-memberships .who .material-icons,
#user-cart-panel #user-memberships .formatted-time .material-icons,
#user-cart-panel #user-memberships .where .material-icons,
#user-cart-panel #user-memberships .about .material-icons,
#user-cart-panel #user-reviews .who .material-icons,
#user-cart-panel #user-reviews .formatted-time .material-icons,
#user-cart-panel #user-reviews .where .material-icons,
#user-cart-panel #user-reviews .about .material-icons,
#user-cart-panel #user-charges .who .material-icons,
#user-cart-panel #user-charges .formatted-time .material-icons,
#user-cart-panel #user-charges .where .material-icons,
#user-cart-panel #user-charges .about .material-icons,
#user-cart-panel #user-forms .who .material-icons,
#user-cart-panel #user-forms .formatted-time .material-icons,
#user-cart-panel #user-forms .where .material-icons,
#user-cart-panel #user-forms .about .material-icons {
  color: #d3d9e0;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  width: 17px;
  height: 18px;
  cursor: default;
}

/* line 282, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .formatted-time .material-icons,
#user-account-panel #user-purchases .formatted-time .material-icons,
#user-account-panel #user-package-credits .formatted-time .material-icons,
#user-account-panel #user-user-credits .formatted-time .material-icons,
#user-account-panel #user-saves .formatted-time .material-icons,
#user-account-panel #user-waitlists .formatted-time .material-icons,
#user-account-panel #user-memberships .formatted-time .material-icons,
#user-account-panel #user-reviews .formatted-time .material-icons,
#user-account-panel #user-charges .formatted-time .material-icons,
#user-account-panel #user-forms .formatted-time .material-icons, #user-settings-panel .reservations .formatted-time .material-icons,
#user-settings-panel #user-purchases .formatted-time .material-icons,
#user-settings-panel #user-package-credits .formatted-time .material-icons,
#user-settings-panel #user-user-credits .formatted-time .material-icons,
#user-settings-panel #user-saves .formatted-time .material-icons,
#user-settings-panel #user-waitlists .formatted-time .material-icons,
#user-settings-panel #user-memberships .formatted-time .material-icons,
#user-settings-panel #user-reviews .formatted-time .material-icons,
#user-settings-panel #user-charges .formatted-time .material-icons,
#user-settings-panel #user-forms .formatted-time .material-icons, #user-profile-panel .reservations .formatted-time .material-icons,
#user-profile-panel #user-purchases .formatted-time .material-icons,
#user-profile-panel #user-package-credits .formatted-time .material-icons,
#user-profile-panel #user-user-credits .formatted-time .material-icons,
#user-profile-panel #user-saves .formatted-time .material-icons,
#user-profile-panel #user-waitlists .formatted-time .material-icons,
#user-profile-panel #user-memberships .formatted-time .material-icons,
#user-profile-panel #user-reviews .formatted-time .material-icons,
#user-profile-panel #user-charges .formatted-time .material-icons,
#user-profile-panel #user-forms .formatted-time .material-icons, #user-cart-panel .reservations .formatted-time .material-icons,
#user-cart-panel #user-purchases .formatted-time .material-icons,
#user-cart-panel #user-package-credits .formatted-time .material-icons,
#user-cart-panel #user-user-credits .formatted-time .material-icons,
#user-cart-panel #user-saves .formatted-time .material-icons,
#user-cart-panel #user-waitlists .formatted-time .material-icons,
#user-cart-panel #user-memberships .formatted-time .material-icons,
#user-cart-panel #user-reviews .formatted-time .material-icons,
#user-cart-panel #user-charges .formatted-time .material-icons,
#user-cart-panel #user-forms .formatted-time .material-icons {
  font-size: 14px;
}

/* line 287, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .user-charge .charge-item,
#user-account-panel #user-purchases .user-charge .charge-item,
#user-account-panel #user-package-credits .user-charge .charge-item,
#user-account-panel #user-user-credits .user-charge .charge-item,
#user-account-panel #user-saves .user-charge .charge-item,
#user-account-panel #user-waitlists .user-charge .charge-item,
#user-account-panel #user-memberships .user-charge .charge-item,
#user-account-panel #user-reviews .user-charge .charge-item,
#user-account-panel #user-charges .user-charge .charge-item,
#user-account-panel #user-forms .user-charge .charge-item, #user-settings-panel .reservations .user-charge .charge-item,
#user-settings-panel #user-purchases .user-charge .charge-item,
#user-settings-panel #user-package-credits .user-charge .charge-item,
#user-settings-panel #user-user-credits .user-charge .charge-item,
#user-settings-panel #user-saves .user-charge .charge-item,
#user-settings-panel #user-waitlists .user-charge .charge-item,
#user-settings-panel #user-memberships .user-charge .charge-item,
#user-settings-panel #user-reviews .user-charge .charge-item,
#user-settings-panel #user-charges .user-charge .charge-item,
#user-settings-panel #user-forms .user-charge .charge-item, #user-profile-panel .reservations .user-charge .charge-item,
#user-profile-panel #user-purchases .user-charge .charge-item,
#user-profile-panel #user-package-credits .user-charge .charge-item,
#user-profile-panel #user-user-credits .user-charge .charge-item,
#user-profile-panel #user-saves .user-charge .charge-item,
#user-profile-panel #user-waitlists .user-charge .charge-item,
#user-profile-panel #user-memberships .user-charge .charge-item,
#user-profile-panel #user-reviews .user-charge .charge-item,
#user-profile-panel #user-charges .user-charge .charge-item,
#user-profile-panel #user-forms .user-charge .charge-item, #user-cart-panel .reservations .user-charge .charge-item,
#user-cart-panel #user-purchases .user-charge .charge-item,
#user-cart-panel #user-package-credits .user-charge .charge-item,
#user-cart-panel #user-user-credits .user-charge .charge-item,
#user-cart-panel #user-saves .user-charge .charge-item,
#user-cart-panel #user-waitlists .user-charge .charge-item,
#user-cart-panel #user-memberships .user-charge .charge-item,
#user-cart-panel #user-reviews .user-charge .charge-item,
#user-cart-panel #user-charges .user-charge .charge-item,
#user-cart-panel #user-forms .user-charge .charge-item {
  margin: 10px 0px;
}

/* line 290, app/assets/stylesheets/users.css.scss */
#user-account-panel .reservations .user-charge .detail-card-inner a,
#user-account-panel #user-purchases .user-charge .detail-card-inner a,
#user-account-panel #user-package-credits .user-charge .detail-card-inner a,
#user-account-panel #user-user-credits .user-charge .detail-card-inner a,
#user-account-panel #user-saves .user-charge .detail-card-inner a,
#user-account-panel #user-waitlists .user-charge .detail-card-inner a,
#user-account-panel #user-memberships .user-charge .detail-card-inner a,
#user-account-panel #user-reviews .user-charge .detail-card-inner a,
#user-account-panel #user-charges .user-charge .detail-card-inner a,
#user-account-panel #user-forms .user-charge .detail-card-inner a, #user-settings-panel .reservations .user-charge .detail-card-inner a,
#user-settings-panel #user-purchases .user-charge .detail-card-inner a,
#user-settings-panel #user-package-credits .user-charge .detail-card-inner a,
#user-settings-panel #user-user-credits .user-charge .detail-card-inner a,
#user-settings-panel #user-saves .user-charge .detail-card-inner a,
#user-settings-panel #user-waitlists .user-charge .detail-card-inner a,
#user-settings-panel #user-memberships .user-charge .detail-card-inner a,
#user-settings-panel #user-reviews .user-charge .detail-card-inner a,
#user-settings-panel #user-charges .user-charge .detail-card-inner a,
#user-settings-panel #user-forms .user-charge .detail-card-inner a, #user-profile-panel .reservations .user-charge .detail-card-inner a,
#user-profile-panel #user-purchases .user-charge .detail-card-inner a,
#user-profile-panel #user-package-credits .user-charge .detail-card-inner a,
#user-profile-panel #user-user-credits .user-charge .detail-card-inner a,
#user-profile-panel #user-saves .user-charge .detail-card-inner a,
#user-profile-panel #user-waitlists .user-charge .detail-card-inner a,
#user-profile-panel #user-memberships .user-charge .detail-card-inner a,
#user-profile-panel #user-reviews .user-charge .detail-card-inner a,
#user-profile-panel #user-charges .user-charge .detail-card-inner a,
#user-profile-panel #user-forms .user-charge .detail-card-inner a, #user-cart-panel .reservations .user-charge .detail-card-inner a,
#user-cart-panel #user-purchases .user-charge .detail-card-inner a,
#user-cart-panel #user-package-credits .user-charge .detail-card-inner a,
#user-cart-panel #user-user-credits .user-charge .detail-card-inner a,
#user-cart-panel #user-saves .user-charge .detail-card-inner a,
#user-cart-panel #user-waitlists .user-charge .detail-card-inner a,
#user-cart-panel #user-memberships .user-charge .detail-card-inner a,
#user-cart-panel #user-reviews .user-charge .detail-card-inner a,
#user-cart-panel #user-charges .user-charge .detail-card-inner a,
#user-cart-panel #user-forms .user-charge .detail-card-inner a {
  color: black;
}

/* line 296, app/assets/stylesheets/users.css.scss */
#user-account-panel #user-forms .account-item.row, #user-settings-panel #user-forms .account-item.row, #user-profile-panel #user-forms .account-item.row, #user-cart-panel #user-forms .account-item.row {
  padding: 12px 0;
}

/* line 303, app/assets/stylesheets/users.css.scss */
#user-account-panel #preferences .switches .row:last-child .switch-container, #user-settings-panel #preferences .switches .row:last-child .switch-container, #user-profile-panel #preferences .switches .row:last-child .switch-container, #user-cart-panel #preferences .switches .row:last-child .switch-container {
  margin-bottom: 0;
}

/* line 308, app/assets/stylesheets/users.css.scss */
#user-account-panel #preferences #universal-unsubscribe, #user-account-panel #preferences #universal-resubscribe, #user-settings-panel #preferences #universal-unsubscribe, #user-settings-panel #preferences #universal-resubscribe, #user-profile-panel #preferences #universal-unsubscribe, #user-profile-panel #preferences #universal-resubscribe, #user-cart-panel #preferences #universal-unsubscribe, #user-cart-panel #preferences #universal-resubscribe {
  display: inline-block;
  margin-bottom: .5em;
}

/* line 313, app/assets/stylesheets/users.css.scss */
#user-account-panel #user-waitlists, #user-account-panel #user-reviews, #user-settings-panel #user-waitlists, #user-settings-panel #user-reviews, #user-profile-panel #user-waitlists, #user-profile-panel #user-reviews, #user-cart-panel #user-waitlists, #user-cart-panel #user-reviews {
  padding: 0;
}

/* line 316, app/assets/stylesheets/users.css.scss */
#user-account-panel ul.subsection, #user-settings-panel ul.subsection, #user-profile-panel ul.subsection, #user-cart-panel ul.subsection {
  left: 190px;
  right: inherit;
}

/* line 320, app/assets/stylesheets/users.css.scss */
#user-account-panel #user-purchases, #user-settings-panel #user-purchases, #user-profile-panel #user-purchases, #user-cart-panel #user-purchases {
  padding: 0;
}

/* line 323, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker, #user-settings-panel #purchase-type-picker, #user-profile-panel #purchase-type-picker, #user-cart-panel #purchase-type-picker {
  display: inline-block;
  position: absolute;
  left: 44px;
  right: inherit;
  top: 0px;
  background: #fff;
  border: 0;
  height: 40px;
  z-index: 6;
}

/* line 335, app/assets/stylesheets/users.css.scss */
#user-account-panel #upcoming-past-buttons li, #user-settings-panel #upcoming-past-buttons li, #user-profile-panel #upcoming-past-buttons li, #user-cart-panel #upcoming-past-buttons li {
  font-size: .9em;
}

/* line 340, app/assets/stylesheets/users.css.scss */
#user-account-panel #mobile-purchase-type-picker, #user-settings-panel #mobile-purchase-type-picker, #user-profile-panel #mobile-purchase-type-picker, #user-cart-panel #mobile-purchase-type-picker {
  margin-top: 8px;
}

/* line 345, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker select, #user-account-panel #mobile-purchase-type-picker select, #user-settings-panel #purchase-type-picker select, #user-settings-panel #mobile-purchase-type-picker select, #user-profile-panel #purchase-type-picker select, #user-profile-panel #mobile-purchase-type-picker select, #user-cart-panel #purchase-type-picker select, #user-cart-panel #mobile-purchase-type-picker select {
  margin-left: 1em;
}

/* line 350, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker .selectize-control .selectize-input, #user-account-panel #mobile-purchase-type-picker .selectize-control .selectize-input, #user-settings-panel #purchase-type-picker .selectize-control .selectize-input, #user-settings-panel #mobile-purchase-type-picker .selectize-control .selectize-input, #user-profile-panel #purchase-type-picker .selectize-control .selectize-input, #user-profile-panel #mobile-purchase-type-picker .selectize-control .selectize-input, #user-cart-panel #purchase-type-picker .selectize-control .selectize-input, #user-cart-panel #mobile-purchase-type-picker .selectize-control .selectize-input {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding: 0 9px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 4px;
  width: 140px;
  font-size: 1em;
}

/* line 361, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker .selectize-control .selectize-input:after, #user-account-panel #mobile-purchase-type-picker .selectize-control .selectize-input:after, #user-settings-panel #purchase-type-picker .selectize-control .selectize-input:after, #user-settings-panel #mobile-purchase-type-picker .selectize-control .selectize-input:after, #user-profile-panel #purchase-type-picker .selectize-control .selectize-input:after, #user-profile-panel #mobile-purchase-type-picker .selectize-control .selectize-input:after, #user-cart-panel #purchase-type-picker .selectize-control .selectize-input:after, #user-cart-panel #mobile-purchase-type-picker .selectize-control .selectize-input:after {
  border-color: #015AC8 transparent transparent transparent;
  right: 11px;
}

/* line 365, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker .selectize-control .selectize-input.dropdown-active:after, #user-account-panel #mobile-purchase-type-picker .selectize-control .selectize-input.dropdown-active:after, #user-settings-panel #purchase-type-picker .selectize-control .selectize-input.dropdown-active:after, #user-settings-panel #mobile-purchase-type-picker .selectize-control .selectize-input.dropdown-active:after, #user-profile-panel #purchase-type-picker .selectize-control .selectize-input.dropdown-active:after, #user-profile-panel #mobile-purchase-type-picker .selectize-control .selectize-input.dropdown-active:after, #user-cart-panel #purchase-type-picker .selectize-control .selectize-input.dropdown-active:after, #user-cart-panel #mobile-purchase-type-picker .selectize-control .selectize-input.dropdown-active:after {
  border-color: transparent transparent #015AC8 transparent;
  right: 11px;
}

/* line 369, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker .selectize-control .selectize-input.dropdown-active, #user-account-panel #mobile-purchase-type-picker .selectize-control .selectize-input.dropdown-active, #user-settings-panel #purchase-type-picker .selectize-control .selectize-input.dropdown-active, #user-settings-panel #mobile-purchase-type-picker .selectize-control .selectize-input.dropdown-active, #user-profile-panel #purchase-type-picker .selectize-control .selectize-input.dropdown-active, #user-profile-panel #mobile-purchase-type-picker .selectize-control .selectize-input.dropdown-active, #user-cart-panel #purchase-type-picker .selectize-control .selectize-input.dropdown-active, #user-cart-panel #mobile-purchase-type-picker .selectize-control .selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0;
}

/* line 372, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker .selectize-control .selectize-dropdown-content, #user-account-panel #mobile-purchase-type-picker .selectize-control .selectize-dropdown-content, #user-settings-panel #purchase-type-picker .selectize-control .selectize-dropdown-content, #user-settings-panel #mobile-purchase-type-picker .selectize-control .selectize-dropdown-content, #user-profile-panel #purchase-type-picker .selectize-control .selectize-dropdown-content, #user-profile-panel #mobile-purchase-type-picker .selectize-control .selectize-dropdown-content, #user-cart-panel #purchase-type-picker .selectize-control .selectize-dropdown-content, #user-cart-panel #mobile-purchase-type-picker .selectize-control .selectize-dropdown-content {
  padding-right: 10px;
}

/* line 375, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker .selectize-control .item, #user-account-panel #mobile-purchase-type-picker .selectize-control .item, #user-settings-panel #purchase-type-picker .selectize-control .item, #user-settings-panel #mobile-purchase-type-picker .selectize-control .item, #user-profile-panel #purchase-type-picker .selectize-control .item, #user-profile-panel #mobile-purchase-type-picker .selectize-control .item, #user-cart-panel #purchase-type-picker .selectize-control .item, #user-cart-panel #mobile-purchase-type-picker .selectize-control .item {
  font-size: 0.9em;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 10px;
  top: 0;
  bottom: 0;
}

/* line 385, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker .selectize-dropdown, #user-account-panel #mobile-purchase-type-picker .selectize-dropdown, #user-settings-panel #purchase-type-picker .selectize-dropdown, #user-settings-panel #mobile-purchase-type-picker .selectize-dropdown, #user-profile-panel #purchase-type-picker .selectize-dropdown, #user-profile-panel #mobile-purchase-type-picker .selectize-dropdown, #user-cart-panel #purchase-type-picker .selectize-dropdown, #user-cart-panel #mobile-purchase-type-picker .selectize-dropdown {
  border-radius: 0 0 4px 4px;
  border: 0;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.05), 1px 7px 23px rgba(0, 0, 0, 0.07);
}

/* line 391, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option, #user-account-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option, #user-settings-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option, #user-settings-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option, #user-profile-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option, #user-profile-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option, #user-cart-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option, #user-cart-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option {
  padding: 7px;
  font-size: 0.9em;
  font-weight: 600;
}

/* line 396, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.active, #user-account-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.active, #user-settings-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.active, #user-settings-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.active, #user-profile-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.active, #user-profile-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.active, #user-cart-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.active, #user-cart-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.active {
  color: inherit;
  background: transparent;
}

/* line 400, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option:hover, #user-account-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option:hover, #user-settings-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option:hover, #user-settings-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option:hover, #user-profile-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option:hover, #user-profile-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option:hover, #user-cart-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option:hover, #user-cart-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option:hover {
  color: #000;
  background: transparent;
  text-decoration: underline;
}

/* line 405, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.selected, #user-account-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.selected, #user-settings-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.selected, #user-settings-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.selected, #user-profile-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.selected, #user-profile-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.selected, #user-cart-panel #purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.selected, #user-cart-panel #mobile-purchase-type-picker .selectize-dropdown .selectize-dropdown-content .option.selected {
  color: #015AC8;
  background: transparent;
}

/* line 411, app/assets/stylesheets/users.css.scss */
#user-account-panel #purchase-type-picker .selectize-input.dropdown-active::before, #user-account-panel #mobile-purchase-type-picker .selectize-input.dropdown-active::before, #user-settings-panel #purchase-type-picker .selectize-input.dropdown-active::before, #user-settings-panel #mobile-purchase-type-picker .selectize-input.dropdown-active::before, #user-profile-panel #purchase-type-picker .selectize-input.dropdown-active::before, #user-profile-panel #mobile-purchase-type-picker .selectize-input.dropdown-active::before, #user-cart-panel #purchase-type-picker .selectize-input.dropdown-active::before, #user-cart-panel #mobile-purchase-type-picker .selectize-input.dropdown-active::before {
  background: transparent;
  display: none;
}

/* line 419, app/assets/stylesheets/users.css.scss */
#get-digits #confirmation-form-errors {
  margin-bottom: 10px;
}

/* line 425, app/assets/stylesheets/users.css.scss */
#confirmation-form #change-phone-number {
  color: #015AC8;
  cursor: pointer;
}

/* line 429, app/assets/stylesheets/users.css.scss */
#confirmation-form #change-phone-number:hover {
  text-decoration: underline;
}

/* line 436, app/assets/stylesheets/users.css.scss */
.user-management.panel .inner, #on-site.modal .inner {
  padding: 1% 1% 80px;
}

/* line 440, app/assets/stylesheets/users.css.scss */
.user-management.panel section, #on-site.modal section {
  border-bottom: 1px solid #eee;
  margin: 5% auto;
  padding: 0 0 2.5%;
  width: 100%;
  display: table;
}

/* line 449, app/assets/stylesheets/users.css.scss */
.user-management.panel .user-column .row, #on-site.modal .user-column .row {
  padding-top: 7px;
}

/* line 452, app/assets/stylesheets/users.css.scss */
.user-management.panel .user-column .notify-customer-container, #on-site.modal .user-column .notify-customer-container {
  position: relative;
  padding-top: 1em;
  margin-top: 2em;
  border-top: 1px solid #eee;
}

/* line 458, app/assets/stylesheets/users.css.scss */
.user-management.panel .user-column .notify-customer-label, #on-site.modal .user-column .notify-customer-label {
  padding-left: 11px;
  font-size: .95em;
  line-height: 1.1em;
  width: 80%;
  width: calc(100% - 30px);
  display: inline-block;
  margin: 0;
}

/* line 468, app/assets/stylesheets/users.css.scss */
.user-management.panel #user-errors.error-container, #on-site.modal #user-errors.error-container {
  margin-bottom: 1em;
}

/* line 471, app/assets/stylesheets/users.css.scss */
.user-management.panel .col-sm-6:first-child, .user-management.panel .col-md-6:first-child, #on-site.modal .col-sm-6:first-child, #on-site.modal .col-md-6:first-child {
  padding-right: 3px;
}

/* line 474, app/assets/stylesheets/users.css.scss */
.user-management.panel .col-sm-6:last-child, .user-management.panel .col-md-6:last-child, #on-site.modal .col-sm-6:last-child, #on-site.modal .col-md-6:last-child {
  padding-left: 3px;
}

/* line 478, app/assets/stylesheets/users.css.scss */
.user-management.panel #kids-table .fields, .user-management.panel #caregivers-table .fields, #on-site.modal #kids-table .fields, #on-site.modal #caregivers-table .fields {
  padding-top: 14px;
  border-top: 1px solid #eee;
  margin-top: 2em;
  padding: 7px 14px 11px;
  border: 1px solid #eee;
  border-radius: 3px;
  position: relative;
  background: rgba(241, 244, 249, 0.25);
}

/* line 488, app/assets/stylesheets/users.css.scss */
.user-management.panel #kids-table .fields .kid.remove, .user-management.panel #kids-table .fields .caregiver.remove, .user-management.panel #caregivers-table .fields .kid.remove, .user-management.panel #caregivers-table .fields .caregiver.remove, #on-site.modal #kids-table .fields .kid.remove, #on-site.modal #kids-table .fields .caregiver.remove, #on-site.modal #caregivers-table .fields .kid.remove, #on-site.modal #caregivers-table .fields .caregiver.remove {
  position: absolute;
  top: -12px;
  right: -12px;
  color: #444;
  background: #fff;
  border-radius: 50%;
  width: auto;
  height: auto;
  font-size: 20px;
  padding: 2px;
  border: 1px solid #f1f4f9;
}

/* line 501, app/assets/stylesheets/users.css.scss */
.user-management.panel #kids-table .fields .kid.remove:hover, .user-management.panel #kids-table .fields .caregiver.remove:hover, .user-management.panel #caregivers-table .fields .kid.remove:hover, .user-management.panel #caregivers-table .fields .caregiver.remove:hover, #on-site.modal #kids-table .fields .kid.remove:hover, #on-site.modal #kids-table .fields .caregiver.remove:hover, #on-site.modal #caregivers-table .fields .kid.remove:hover, #on-site.modal #caregivers-table .fields .caregiver.remove:hover {
  color: #cc0000;
}

/* line 505, app/assets/stylesheets/users.css.scss */
.user-management.panel #kids-table .fields .error-block .parsley-errors-list.filled, .user-management.panel #caregivers-table .fields .error-block .parsley-errors-list.filled, #on-site.modal #kids-table .fields .error-block .parsley-errors-list.filled, #on-site.modal #caregivers-table .fields .error-block .parsley-errors-list.filled {
  display: none;
}

/* line 508, app/assets/stylesheets/users.css.scss */
.user-management.panel #kids-table .fields .error-block .parsley-errors-list.filled:first-child, .user-management.panel #caregivers-table .fields .error-block .parsley-errors-list.filled:first-child, #on-site.modal #kids-table .fields .error-block .parsley-errors-list.filled:first-child, #on-site.modal #caregivers-table .fields .error-block .parsley-errors-list.filled:first-child {
  display: block;
}

/* line 513, app/assets/stylesheets/users.css.scss */
.user-management.panel #kids-table .fields:first-child, .user-management.panel #caregivers-table .fields:first-child, #on-site.modal #kids-table .fields:first-child, #on-site.modal #caregivers-table .fields:first-child {
  margin-top: 0;
}

/* line 517, app/assets/stylesheets/users.css.scss */
.user-management.panel #add-kid, #on-site.modal #add-kid {
  border-bottom: 1px solid #eee;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

/* line 522, app/assets/stylesheets/users.css.scss */
.user-management.panel #add-kid .empty-btn, #on-site.modal #add-kid .empty-btn {
  border-radius: 4px;
  font-weight: 500;
}

/* line 527, app/assets/stylesheets/users.css.scss */
.user-management.panel #add-caregiver, #on-site.modal #add-caregiver {
  margin-top: 1em;
}

/* line 529, app/assets/stylesheets/users.css.scss */
.user-management.panel #add-caregiver .empty-btn, #on-site.modal #add-caregiver .empty-btn {
  border-radius: 4px;
  font-weight: 500;
}

/* line 538, app/assets/stylesheets/users.css.scss */
#on-site.modal #kids-table .kid.fields {
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-top: 0;
  background: #fff;
}

/* line 545, app/assets/stylesheets/users.css.scss */
#on-site.modal #add-kid {
  border: 0;
}

/* line 550, app/assets/stylesheets/users.css.scss */
#user-settings, #customer-report {
  border-radius: 4px;
  position: relative;
}

/* line 554, app/assets/stylesheets/users.css.scss */
#user-settings .panel, #customer-report .panel {
  margin-bottom: 5%;
}

/* line 556, app/assets/stylesheets/users.css.scss */
#user-settings .panel .inner, #customer-report .panel .inner {
  padding: 2%;
}

/* line 559, app/assets/stylesheets/users.css.scss */
#user-settings .panel #info.tab-pane, #customer-report .panel #info.tab-pane {
  padding-bottom: 84px;
}

/* line 564, app/assets/stylesheets/users.css.scss */
#user-settings #password-toggle, #customer-report #password-toggle {
  margin: 1% auto;
  display: inline-block;
}

/* line 570, app/assets/stylesheets/users.css.scss */
#user-settings #payment .user-payment-source, #user-settings #payment .user-caregiver, #user-settings #payment .user-kid, #user-settings #edit .user-payment-source, #user-settings #edit .user-caregiver, #user-settings #edit .user-kid, #user-settings #kids .user-payment-source, #user-settings #kids .user-caregiver, #user-settings #kids .user-kid, #user-settings #caregivers .user-payment-source, #user-settings #caregivers .user-caregiver, #user-settings #caregivers .user-kid, #customer-report #payment .user-payment-source, #customer-report #payment .user-caregiver, #customer-report #payment .user-kid, #customer-report #edit .user-payment-source, #customer-report #edit .user-caregiver, #customer-report #edit .user-kid, #customer-report #kids .user-payment-source, #customer-report #kids .user-caregiver, #customer-report #kids .user-kid, #customer-report #caregivers .user-payment-source, #customer-report #caregivers .user-caregiver, #customer-report #caregivers .user-kid {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  border-top: 0;
  cursor: default;
}

/* line 576, app/assets/stylesheets/users.css.scss */
#user-settings #payment .user-payment-source .placeholder, #user-settings #payment .user-caregiver .placeholder, #user-settings #payment .user-kid .placeholder, #user-settings #edit .user-payment-source .placeholder, #user-settings #edit .user-caregiver .placeholder, #user-settings #edit .user-kid .placeholder, #user-settings #kids .user-payment-source .placeholder, #user-settings #kids .user-caregiver .placeholder, #user-settings #kids .user-kid .placeholder, #user-settings #caregivers .user-payment-source .placeholder, #user-settings #caregivers .user-caregiver .placeholder, #user-settings #caregivers .user-kid .placeholder, #customer-report #payment .user-payment-source .placeholder, #customer-report #payment .user-caregiver .placeholder, #customer-report #payment .user-kid .placeholder, #customer-report #edit .user-payment-source .placeholder, #customer-report #edit .user-caregiver .placeholder, #customer-report #edit .user-kid .placeholder, #customer-report #kids .user-payment-source .placeholder, #customer-report #kids .user-caregiver .placeholder, #customer-report #kids .user-kid .placeholder, #customer-report #caregivers .user-payment-source .placeholder, #customer-report #caregivers .user-caregiver .placeholder, #customer-report #caregivers .user-kid .placeholder {
  text-align: center;
  cursor: default;
}

/* line 581, app/assets/stylesheets/users.css.scss */
#user-settings #payment .user-payment-source .not-chargeable, #user-settings #payment .user-caregiver .not-chargeable, #user-settings #payment .user-kid .not-chargeable, #user-settings #edit .user-payment-source .not-chargeable, #user-settings #edit .user-caregiver .not-chargeable, #user-settings #edit .user-kid .not-chargeable, #user-settings #kids .user-payment-source .not-chargeable, #user-settings #kids .user-caregiver .not-chargeable, #user-settings #kids .user-kid .not-chargeable, #user-settings #caregivers .user-payment-source .not-chargeable, #user-settings #caregivers .user-caregiver .not-chargeable, #user-settings #caregivers .user-kid .not-chargeable, #customer-report #payment .user-payment-source .not-chargeable, #customer-report #payment .user-caregiver .not-chargeable, #customer-report #payment .user-kid .not-chargeable, #customer-report #edit .user-payment-source .not-chargeable, #customer-report #edit .user-caregiver .not-chargeable, #customer-report #edit .user-kid .not-chargeable, #customer-report #kids .user-payment-source .not-chargeable, #customer-report #kids .user-caregiver .not-chargeable, #customer-report #kids .user-kid .not-chargeable, #customer-report #caregivers .user-payment-source .not-chargeable, #customer-report #caregivers .user-caregiver .not-chargeable, #customer-report #caregivers .user-kid .not-chargeable {
  opacity: .5;
}

/* line 585, app/assets/stylesheets/users.css.scss */
#user-settings #payment .user-payment-source .timestamp, #user-settings #payment .user-caregiver .timestamp, #user-settings #payment .user-kid .timestamp, #user-settings #edit .user-payment-source .timestamp, #user-settings #edit .user-caregiver .timestamp, #user-settings #edit .user-kid .timestamp, #user-settings #kids .user-payment-source .timestamp, #user-settings #kids .user-caregiver .timestamp, #user-settings #kids .user-kid .timestamp, #user-settings #caregivers .user-payment-source .timestamp, #user-settings #caregivers .user-caregiver .timestamp, #user-settings #caregivers .user-kid .timestamp, #customer-report #payment .user-payment-source .timestamp, #customer-report #payment .user-caregiver .timestamp, #customer-report #payment .user-kid .timestamp, #customer-report #edit .user-payment-source .timestamp, #customer-report #edit .user-caregiver .timestamp, #customer-report #edit .user-kid .timestamp, #customer-report #kids .user-payment-source .timestamp, #customer-report #kids .user-caregiver .timestamp, #customer-report #kids .user-kid .timestamp, #customer-report #caregivers .user-payment-source .timestamp, #customer-report #caregivers .user-caregiver .timestamp, #customer-report #caregivers .user-kid .timestamp {
  font-size: .9em;
  font-weight: 500;
}

/* line 591, app/assets/stylesheets/users.css.scss */
#user-settings #payment .row:last-child, #user-settings #edit .row:last-child, #user-settings #kids .row:last-child, #user-settings #caregivers .row:last-child, #customer-report #payment .row:last-child, #customer-report #edit .row:last-child, #customer-report #kids .row:last-child, #customer-report #caregivers .row:last-child {
  border: 0;
}

/* line 594, app/assets/stylesheets/users.css.scss */
#user-settings #payment .user-payment-source.row, #user-settings #edit .user-payment-source.row, #user-settings #kids .user-payment-source.row, #user-settings #caregivers .user-payment-source.row, #customer-report #payment .user-payment-source.row, #customer-report #edit .user-payment-source.row, #customer-report #kids .user-payment-source.row, #customer-report #caregivers .user-payment-source.row {
  padding: 10px;
}

/* line 596, app/assets/stylesheets/users.css.scss */
#user-settings #payment .user-payment-source.row img.payment-method, #user-settings #edit .user-payment-source.row img.payment-method, #user-settings #kids .user-payment-source.row img.payment-method, #user-settings #caregivers .user-payment-source.row img.payment-method, #customer-report #payment .user-payment-source.row img.payment-method, #customer-report #edit .user-payment-source.row img.payment-method, #customer-report #kids .user-payment-source.row img.payment-method, #customer-report #caregivers .user-payment-source.row img.payment-method {
  width: 32px;
  vertical-align: middle;
}

/* line 601, app/assets/stylesheets/users.css.scss */
#user-settings #payment .user-payment-source.row a, #user-settings #payment .user-payment-source.row a:hover, #user-settings #payment .user-payment-source.row a:visited, #user-settings #payment .user-payment-source.row a:focus, #user-settings #edit .user-payment-source.row a, #user-settings #edit .user-payment-source.row a:hover, #user-settings #edit .user-payment-source.row a:visited, #user-settings #edit .user-payment-source.row a:focus, #user-settings #kids .user-payment-source.row a, #user-settings #kids .user-payment-source.row a:hover, #user-settings #kids .user-payment-source.row a:visited, #user-settings #kids .user-payment-source.row a:focus, #user-settings #caregivers .user-payment-source.row a, #user-settings #caregivers .user-payment-source.row a:hover, #user-settings #caregivers .user-payment-source.row a:visited, #user-settings #caregivers .user-payment-source.row a:focus, #customer-report #payment .user-payment-source.row a, #customer-report #payment .user-payment-source.row a:hover, #customer-report #payment .user-payment-source.row a:visited, #customer-report #payment .user-payment-source.row a:focus, #customer-report #edit .user-payment-source.row a, #customer-report #edit .user-payment-source.row a:hover, #customer-report #edit .user-payment-source.row a:visited, #customer-report #edit .user-payment-source.row a:focus, #customer-report #kids .user-payment-source.row a, #customer-report #kids .user-payment-source.row a:hover, #customer-report #kids .user-payment-source.row a:visited, #customer-report #kids .user-payment-source.row a:focus, #customer-report #caregivers .user-payment-source.row a, #customer-report #caregivers .user-payment-source.row a:hover, #customer-report #caregivers .user-payment-source.row a:visited, #customer-report #caregivers .user-payment-source.row a:focus {
  color: inherit;
}

/* line 608, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow {
  padding: 10px;
}

/* line 611, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row {
  border-bottom: 1px solid #eee;
  border-top: 0;
}

/* line 615, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row a {
  padding: 10px;
  display: table;
  width: 100%;
}

/* line 620, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row a, .modal-body.sources.purchase-flow .payment-source.row a:hover, .modal-body.sources.purchase-flow .payment-source.row a:visited, .modal-body.sources.purchase-flow .payment-source.row a:focus {
  color: inherit;
}

/* line 623, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row .payment-source-details {
  line-height: 24px;
}

/* line 627, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row img.payment-method {
  width: 32px;
  vertical-align: middle;
}

/* line 631, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row .error-status {
  color: #cc0000;
  font-style: italic;
  margin-left: 34px;
}

/* line 636, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row .error-text {
  padding-top: 7px;
}

/* line 640, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row:last-child {
  border-bottom: 0;
}

/* line 644, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row.selected i {
  color: #EB0450;
}

/* line 647, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row.selected .error-status {
  color: #cc0000;
  font-style: italic;
}

/* line 652, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row:hover {
  background: rgba(238, 241, 244, 0.5);
}

/* line 656, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row.disabled, .modal-body.sources.purchase-flow .payment-source.row.disabled:hover {
  background: transparent;
}

/* line 658, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row.disabled a, .modal-body.sources.purchase-flow .payment-source.row.disabled:hover a {
  cursor: not-allowed;
}

/* line 661, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row.disabled *, .modal-body.sources.purchase-flow .payment-source.row.disabled i, .modal-body.sources.purchase-flow .payment-source.row.disabled:hover *, .modal-body.sources.purchase-flow .payment-source.row.disabled:hover i {
  color: #aaa;
}

/* line 664, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row.disabled img, .modal-body.sources.purchase-flow .payment-source.row.disabled:hover img {
  opacity: .4;
}

/* line 667, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row.disabled .error-status, .modal-body.sources.purchase-flow .payment-source.row.disabled:hover .error-status {
  text-decoration: none;
  line-height: 24px;
}

/* line 672, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row.declined {
  cursor: default;
}

/* line 674, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row.declined .payment-source-details {
  color: #aaa;
}

/* line 677, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row.declined * {
  text-decoration: line-through;
}

/* line 680, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row.declined img {
  opacity: .4;
}

/* line 683, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row.declined .error-status {
  text-decoration: none;
  line-height: 24px;
}

/* line 688, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .payment-source.row.declined:hover {
  background: transparent;
}

/* line 691, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .new.payment-source {
  border: 0;
  font-weight: 500;
}

/* line 694, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .new.payment-source a {
  color: #444;
}

/* line 697, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .new.payment-source a:hover {
  text-decoration: none;
}

/* line 701, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow .new.payment-source:hover {
  background: transparent !important;
}

/* line 704, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow #customer-paid-offline {
  cursor: pointer;
  font-size: .95em;
  display: inline-block;
  width: 100%;
  height: 44px;
  line-height: 44px;
}

/* line 711, app/assets/stylesheets/users.css.scss */
.modal-body.sources.purchase-flow #customer-paid-offline i {
  line-height: 44px;
}

/* line 717, app/assets/stylesheets/users.css.scss */
.unsubscribe.container {
  padding: 5% 0;
}

/* line 719, app/assets/stylesheets/users.css.scss */
.unsubscribe.container p {
  margin: 14px auto 7px;
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 730, app/assets/stylesheets/users.css.scss */
  #user-account-panel .user-account-container .reservations .account-item.row .title h3 {
    margin: 0;
    line-height: 1em;
  }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 743, app/assets/stylesheets/users.css.scss */
  .account-item .inner-row.row {
    padding: 7px 0;
  }
  /* line 748, app/assets/stylesheets/users.css.scss */
  #kids #add-a-kid, #kids #add-a-caregiver, #caregivers #add-a-kid, #caregivers #add-a-caregiver {
    width: 100%;
  }
  /* line 757, app/assets/stylesheets/users.css.scss */
  #user-reservations .reservations .reservation.row .title h3 {
    margin: 0 0 7px;
    font-size: 1.7em;
  }
  /* line 762, app/assets/stylesheets/users.css.scss */
  #user-reservations .reservations .reservation.row .visible-xs-inline-block {
    padding-right: 5%;
    vertical-align: top;
  }
  /* line 766, app/assets/stylesheets/users.css.scss */
  #user-reservations .reservations .reservation.row .formatted-time, #user-reservations .reservations .reservation.row .where {
    display: inline-block;
    font-weight: normal;
    width: 100%;
    font-size: 1.1em;
  }
  /* line 772, app/assets/stylesheets/users.css.scss */
  #user-reservations .reservations .reservation.row .paid {
    font-size: 1.1em;
  }
  /* line 778, app/assets/stylesheets/users.css.scss */
  #mobile-section-toggle {
    background: #fff;
    border: 0;
    outline: 0;
    color: inherit;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.17);
    font-weight: 600;
    width: 140px;
    border-radius: 3px;
  }
  /* line 787, app/assets/stylesheets/users.css.scss */
  #mobile-section-toggle span.caret {
    position: absolute;
    right: 12px;
    top: 16px;
    color: #015AC8;
  }
  /* line 794, app/assets/stylesheets/users.css.scss */
  ul#mobile-section-dropdown {
    font-size: .9em;
    min-width: 100%;
    padding: 7px;
    border: 0;
    border-radius: 2px;
  }
  /* line 801, app/assets/stylesheets/users.css.scss */
  ul#mobile-section-dropdown li {
    font-weight: 600;
    padding: 7px;
    cursor: pointer;
    text-align: center;
  }
  /* line 807, app/assets/stylesheets/users.css.scss */
  ul#mobile-section-dropdown li:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 815, app/assets/stylesheets/users.css.scss */
  #user-account-panel #user-purchases .detail-card {
    width: 75%;
  }
  /* line 818, app/assets/stylesheets/users.css.scss */
  #user-account-panel #user-purchases .view-details {
    width: 24%;
  }
}
/* line 1, app/assets/stylesheets/waitlists.css.scss */
body {
  counter-reset: waitlist;
}

/* line 4, app/assets/stylesheets/waitlists.css.scss */
.waitlist.header.row {
  border: 0;
}

/* line 7, app/assets/stylesheets/waitlists.css.scss */
.waitlist.row {
  border-top: 1px solid #eee;
  padding: 7px 1%;
}

/* line 11, app/assets/stylesheets/waitlists.css.scss */
.waitlist.row .user-name:before {
  counter-increment: waitlist;
  content: counter(waitlist) ".";
  position: relative;
  padding-right: 6px;
}

/* line 18, app/assets/stylesheets/waitlists.css.scss */
.waitlist-notified-timestamp {
  font-size: .9em;
}

/* line 22, app/assets/stylesheets/waitlists.css.scss */
html.provider .waitlist-notify-link .email {
  margin: 1px auto;
}

/* line 25, app/assets/stylesheets/waitlists.css.scss */
html.provider .waitlist-notify-link a.bounced {
  color: #cc0000;
}

/* line 30, app/assets/stylesheets/waitlists.css.scss */
#waitlist-confirmation.modal .modal-body {
  padding-top: 20px;
  padding-bottom: 80px;
}

/* line 34, app/assets/stylesheets/waitlists.css.scss */
#waitlist-confirmation.modal .modal-body .attendance-link {
  font-weight: 500;
  padding: 0;
}

/* line 42, app/assets/stylesheets/waitlists.css.scss */
#edit-waitlist .reserve-btn.waitlist.remove {
  color: #cc0000;
}

/* line 45, app/assets/stylesheets/waitlists.css.scss */
#edit-waitlist .remove-icon {
  line-height: 20px;
  height: 18px;
  width: 18px;
  cursor: pointer;
  margin-left: 7px;
  color: #cc0000;
}

/* line 53, app/assets/stylesheets/waitlists.css.scss */
#edit-waitlist .reserve-btn.waitlist.remove:hover {
  text-decoration: underline;
}
/* line 1, app/assets/stylesheets/waivers.css.scss */
#custom-waiver-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}

/* line 8, app/assets/stylesheets/waivers.css.scss */
#clear-previous-waivers-section {
  text-align: center;
  padding: 10px 0;
}

/* line 13, app/assets/stylesheets/waivers.css.scss */
#provider-waiver-upload {
  margin: 0px auto;
  padding-left: 45px;
}

/* line 18, app/assets/stylesheets/waivers.css.scss */
.sign-waiver-button:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 23, app/assets/stylesheets/waivers.css.scss */
#sign-waiver-popover {
  padding: 0 10px 10px 10px;
}

/* line 27, app/assets/stylesheets/waivers.css.scss */
#sign-waiver-date {
  margin-bottom: 10px;
  text-align: center;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-9dab1725ee38e87989a48796505748157d0238ac72c25a072f5162aa61e2da06.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-6d81fc3fac3b17a25f4ef3eee1394642d38b1adba5c7442acef3b3c8b045cbe7.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-91e1ea5f253e72e2e9402cff2bb58fa98b5faa49f9ded999c760013b94ead7f8.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-6efc1db612130b63222e0f6bf54d37392c3f2bdb2c10ba50f5d0f1e14d63af61.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-943d9bc18134619d37406debd81636b63881363a019513c1d6e6cb13b5c5fb30.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Slider 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.minicolors {
  position: relative;
}

.minicolors-sprite {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA2YAAACWCAYAAAC1r5t6AAEL2klEQVR4AeSaBY8czxHFqw6SW3vvz4yiMDMnojB9pESsfI8wMzNzRGFmMhz6aGcq1btvck/PM31eec0tlYp6eqp2fOP+ba//7cm3x7K35jYbEWHd8BItieNQmmHubhGWmuLpN7ZkD/96w22B40c/+tES+y960Ys0b3PmW1vsCA385Cc/MR0veMEL7FrMe97znsd1tiQhdlPJIQ+7vk4bEYM5iA3EG/YrttZVrTEi6uvUbe3tkmqp3LthH+tBBq8zjWtN0P+/fxmIdfnAaMhvy4DBIyaTSds0TXt0dBQHBwft3t5eu7Oz0545cyZ+85vftO941zuP7LTZVE6Rhmhs7tya2d6S2W6aFyx1TAU2xDsfOmWn8z1t+Nspmyn/xjxz/evl2Chj96e+I2O3pb2OgljGFzcSKT7uYlgHdrM6K6gUtudFqGg0sZeCZhFPKXFuDLKVspFyDvXLWEq5CzKeSqS4Pq6USPH0A92kPYvBD30ktmwHKIKKTvG0A3FHEzGLI3+BNaR7OhuQ1qJp+fks/k3tV2mxevqaNHj9l4EL2ZzrKljQPHx9qefPVvyRxCVfja2ZHeifMOma3f0l6PvqP7Dr47aU+1Nuh72eMtb3FRXbozU2WaYGehvSmDaHZuBv4111Hv9ryXhCyn3oYJ0qHkuF9Igg9CjUx7pmh72Fw7/EJ7aj7ys0k+NjC/yDWyniZqsGKX5Ae7FFG2yDILfs1njYxCwl7am21AHtyEXalFfNc6DJX4H/8tRjzH196sdlTRJdn+9hf8jrvgx/O+3v4Z6Tidyb+qA1+tZ0xOqfRdiKeUrRZstm8FNDVi0y7tDpF5sfkkXRmVvU8HjyWpi1c7xhEfPOpZ1NuPlvD5ZsgeOHP/zh9Q5m7fUMZs95znOKmtSA5OQcNCTHfOvMb9dBReoR6Ik5ALECbXPDXeRQMJNa6j3BV1vhi/2geJFgG5rnRsJWaJ5BrOiUSCBrDw8Pi0QHZZubm+2//vWvKZi952PvPaiA2eAmJ4pWUZYZzzY6+4ArbP8JwGD7xf/d7gTykG2ssZHx/4B15FXGNop5QDY6WVyMM4+GAVwKZshTowxmKGgPRaB4Eo0zffazzNl+MFtOuTvlzpQxySnZpo0KeAHYBMgojhwe6RJtP6EhAmQCb5iPOAtvdMLapsGXfujNex/TAriA149UvmjUqdB/fWHOXwMuq3zg8y4APXexC3jWyHT5pTuWzcays6+9rxTYNKb+E3vArIICigA78LchWwCzDTtp3AUwYygbK5CJPZoXzNiWhirN8fvqPOBsIuXjzvcqVlYrhK7YAmaQPbFr5Mnzdo59p/eVN2YfuWXA7FTqO9J/Ter7Mvd2QNBL8x6jRkCpDmcKUFpf7Kb+IeZ8LOecyfW+lnor9YVbBMweuhjM3Dvogi2jLxc4Y/vNPxZVHW4TS5cJYlWQWsBormcwe/azn33JYMbwQLFQ6HH3yzsxq19jlJsXhtjmazCvfx29d70XzTGs9p+Yqa81IW4KYFofdLQ5kDOGL6wXsKfzoNrAaHIgV+xpCjZDWSSQNeWkbH9/P3Z3d9vt7e12Y2Oj/fe//x2///3v289/64v7Nu7fwETaPhJuga8SA5AWALMpl8TAPgG5oncCcZIdxLtvoP9bYnbC8FLUSd9An2LUkaYJ3JAjMBMgcyZMFmkGjaKhaRPn0z43L5hBA7QIytCJT+2RbnbkxCywjfSegkssKrs2PTErmo//YjKxwG7aHe1FcYqOqYKT4ZntEbN5lDMvcdqeT8NpZRAXpm7LvNny3ZTuelO2cPyfp2mHHZiK2oqFmJGNOrBAmJfgwH3dsRbsCNyBerfgK2HBdnwAYbO+l6j1DFLl0hdiuD0+n+NYaP+OgCHJa3QLc40e1F+aMfTJ0edEewwG6aBna4jjGdO/n7Dlu1fMTleBCzHRyjGa1xMzSI1fdjiu37mQPgMZHg6kuUfBDKINQxRnOA4wmxvI9qQZbWwTzRz2n/ndDY1K0h6sDnb9cPPkE7M9iWsjknM04kU28a3YxOzDNy2YraV+yuwUzJ+W9htTl9jtqQmK2FZYYl+hLOSeCmjwj+2N1AeZ/2zmf5H6S7n2LzN+eJOC2dPCvC1mjY4w2+uwZm7+61+u3GJgNrmeweyZz3xmHcwIHub7KWP9J35zQFbkqJ5SAQR1XiDGwNjgmlqvtfqrYAZ/8LOjWqRW8mEXcXeGLs71glkZWi9iHYCVHINYSwNgNh3BMFZ8/ukipMVPGKOclm1tbZUTsymY/fnPf26/+bPvXrAxwRU2OU4bmD4wc8znTY76xQaYMYBBa0y+5wzmGWxyYrb1/y84iPaKbMMfzU7MAmAm3z73fpfLjTg08lN/skKFQvYYzBTYYOvvNUGbIM3qidldALP14e/NCdA6cVQd0G5rFkWnBE7M9vknil0j5mkHGoNNIEYnacg5/YArshnvfuc0OTJjCAh5QDLcHFn5P0rnIH/SwN1q98IIvUjtoTy5MBCRjLSjw8kKC54PQBquR/MyieDJBkG12PhktchKubRm9dPvf/bk61PhEhBjWF25b3V4J6/wxT5rvUZOzA4ZuhQFqmAGITDbwlcV/61uWJZT7iOs4b/2cQXIRhIfDZ+Y7VUakTn9R4FCmnsXP/E7IeuQ09WqEav/UKNyYnYCoGlzDigDmM3sLbx8D8w+eFOB2Sj1q1K/JfXrMveUtsxNKRpzqxrrVICMbQW0GNJUb9rH8qvMfyHl05n/TsrezQNmT3lJ0NdnA+9Ll0CwEjD7weotBmZH1zOYPf3p/2PvLIDjSrKsnVllkNSy283cw8zMzDwTsPTvz7TMzMzMzBg4zMzMM83M3bZkC8uW6+Vmlu6JPX3m6qq0lrvLoVVsRuJ79VIa976vzr0nH65gpkAUggzNe9Ch148LbT7A+ffWe0XPVSLAC+7DCtRWwYzn9Dl4T1jP/cJgRWvBXARvBGbWZhDD9RjHM5gq1gHGWtNCFxnMRiDG4YuAs5WVlQZmTTEbgdmdd95Zbrrppu6TV3x+CaFB8g20WzBX3HGCNwK7VUrBGoBNmFtUbGrz2d4HrL1EoUF32Log/sk+/DwDs32tUAijgVaxvptnJvllub3o7MEDQwbEAztAVhDuyBvE2xw2FOeY2XfoBxzFzH1yLRTWOB2GMnoF0LUKAHNlQBRQJnLM8rFjwau4jE7cz6Q+13/+7L5gjx+OOO3DmQ9kvlKWZt1QRi1xNpOTZzZn4YzHwzf58w3MZgVtZjbMh1UY034DM4pEVgCTuUAWRH/RyiEbl38xZyM+QbFy/BRm3ZWCmUKYFAlxBJAxlGUizbxYy9z6tf9yyoPZnjr/lNr/+tp+RS33XYebXmLgQunsnp3AWKSaxaGMY8CZC2YY63CPa9dSecuwonItn6jza6c2mD30BUJZQmg8ljHsfO2M1uXv2bNDwAwwdGxSIMxbV8PQFMx8CBkTzEJ1zQcW1FtWzAQEixiEhKGMDoy5apqsC8EsaBf9DCcnTMGsjAFtfD2DWVEwYxMPVKyWURmaQla8nDJTyspgMACkJQazZv5x6623dp+7/qsLxeLbMpgFPOJAl9cvOjYtoYw9CErwy6i1Bp6UWvfAOcYvpJgtWgTgQssxs3H/SyjKMSvn1vaBWss30G4oEAMZ2k6OGR56NQPAQJ7BewLGCNRAm0imj8DMnhK7wK94VkIX10uv1aEoAMUsMXgFgObFOmXrF3vJyQlxTvPrKtnRow7qRH+wwqKPhTBaCF8PMgpWivKV7VrnthjnsEA8B4cPjsZLpmttptA9bIwW4U5esCNuPOr3LIQR86O5XqYQQ1xAQlcWZSoU8jhUE5/TQXqTkEX9DhefOXooCzEUNTBzRCLmOHBRRbuMEE/8cCilL8CpsoinoHz4PRfulTd3amuZdhU0f52TY7bqoUAwhrZnAHI7R/+5thkX2r/0fYAzDbdWAAuQRhQzvwSwhjEBM0iA87YpZhGo+4FaNiucjL48fQBmwV9F+yg9QBnDGVFmPrxe//MpC2b3q/Dy3bX90qaMVRAz6OoZdGlJBmaja60GqPlQNtQ5P3RRc80UxDBvBe1OxjsCtXJ5LTXkMf9uHbvxFAWzV5eUxaasYDZLP/h2EP9P8bI37N0h5h8ApKMTDGbtpVrALA5dRD+AK10bgVVy7hODmT5nBH0oWBurep0HRFCkMFf7BED+NXr/AMwKg5Xdu6Dd5hscoY05CXlErSGKAEkGs6JtVcysRviighkbfjS1rLUbpBWYf8zNzZXbbrut++LNVx1Rn4vc6mkAl4YtemFCPI+awYyEpeRF+jkIkCmckZwZjxSEMgZhVuzKqGCWZ6GC+cknCmmF5od7Nnq5kTjNxBSKeQlpVMWM5D8JZTwgLmeihiG/TAKZAGv+e2hOA+SRpey/pdn8qA8QE4jTV9EjoMyUB4PtF650IB7Rnv7E8wIwRcIUoxuhGf9wvlkMX/FzRyGYQksnLAQKRumU/K4yjZfN96Vg616x99KpUMmPVTJuS605ZhG3SIn8/xas3G73cH7sYc8TbVzwxgcz1D5lKphx1LIPanGa1qJ6/DBaQjHDDvTpFbjGjz4FmPlxl0HptQIoQyHFrLdkmzmS0j+WUw3MWs7Yf63jr+pS3t+ADAoZYCsAM+n7NdpjqmU+kEmtyhn6a1Y7gNbmWl7am+r839ax95xaYPawb0RQt2NXVfSrKLbLcvPQ8mX/PLXDwGwwyWBWc4MAZgIaMZjJOoaezVWxGKxiYItNSPQZ9blKFGoo9ylOntcIzPwcrxjMMB4pZnQfjHMo4kaKmQIYX8OqGO6ZmiTGilntAswajLXpguKBGRSzBmdVcW1zpUFaM/+opdRwxu5Lt187777kSGhinuF+oKRJKGPZ26L+JLqvcHpWYIAMQxAITMXsp+2aDQMEcjKwgnnzfpMCJRAQNOkrZxq3CTATIGMZkDeZTQZkcFOWAZhBHvHNP/RlJ/7eHKUE0V0AMw5T5A0hxyyMg8K1oEz6Or2k3urqOG571rQqb83gUPsyhl58nc7CkkKG4yeRz8K0rpOfcJkzLkPRvuLPnDBjf/mlhfecut+0QpcPWaqYhetRoJiJMoY6NgRx0rLIsCi0zD8dRvMCZYGf4ThWlACzVZ9pUAdFwq+twEm2o7+L2Zfs0y+RAjBTSENfix/KuCJtKhlKmYIZwhtbsb9Otv9m/X13qoDZi2v9A8OUX1QLQEwVMi0OrKUIzgA7IZBt7syokKbtqDCgFQBaa7+93uM3hym9+9QAs4f/3xKvUDUNY9RmMPvqn0/vMDBbnWQwqy/SADNRfuKcL4EeaceAJ2Cl53BFylqs3Pn9oUKahCT6UCXAZ0AGWOsAPb1erwFMq1tfjUjYhEOfRWELbXfOYAvQluQaMBbGkgdmGr7IqhmB2NDqVjCXAGUCZq00KBuNtXBGgNlXD950iIw+LJTR2mz2MaqlTIlihjVUt+sH4BKoZj0wi3yJS6YgMC9s461ebn16yVne1Ml8Rk7VmeX8svglpyioWd2Z+cdqAngBzLAJmcOmyZER9ZKNjb59rv3uaxWZHlwZU7YXndJqMfdoJatCBgv9zRUzqGGbxjcNaIzMP0xVQyhjsRyz/sqKE6AhaovxKPv4rff4C0UstNGcyDfRljgRIYU6CL/DBSXndjWC/Wje7jx6KPIVLPRMZPuPFboz3jM+D3/PQp/XAeWy3V0YJYv7olkgEjwKHGUCS7hc2qLRnju6OeGP3+TfBT10ybSIDFtKSRn7ENAKyBKmI7KGfrMCbDMPnIG16KZqGYq/TtV9ATMpopjFJu1gGeGY+dAq/1zFGh/M4gQ79FUxU37RfgxwyyiSZ3aMND94SnpPH+EjrZnaHMyCB7fxvGxK2SoBGgrCGFtNmmbLM/vb45MOZg3IfnSY8nNH6piCmCplUNDQFgjTEEbU22yXr7Ufyii5Zgpma9pfX9PA7Ffqte+ZbDB75PeUVIoXta1RAWNZT+Wv/O7MDgOzlUkGs/n5eYCZhDDG9u9ejpleH4QyYjwKX4wPTyboCaAPKlerNN8Mc0NTnwBgrd1pW3PMFL6o7yliuM9QVTMBMe4njNG9PJUM6/1wRRlCg0IWMeaCWVPKWruNOWAGV8Y23gCtVDBreWbdZXO3HIy+US7hi42nonFNoYxFo/5YcBK3Rg0PInf5BQWzvJGU0B7+XAQCUhjjZpYZ036OGdnlgyJlQxiPQxxVMYNtWyebsGyfs1LmA1u9s8qs5n4egZmqZAxtvXRMwhT9tzc8MMCMxii8EaB2JGWA2fJyLJDoaS3xDxbK9dSJQB0AKGudi8c6C020Han0gkBdc9d7K/w6eOLxz2FTuRJ3j+8bPLu/f2rK3mI5EA38DU97yGn635jwv0uqmukahTMGM81mcpglPj1L/okfrKXEVvnBscxuUlwQDCg5ZgN5+BjUYuKEmeGAND+xLnGePPRm8aNK/VBGXzUzGOsRnOXWX241wRltJBOY/fWxSQWzl1Rg+r5hBbMu9UQZ6xlkCXwRmNVrAqUsVM4EwBTUyibW+cW3zNe+FgfMHEhrcIa5t9XyW+1Q6wkFsx/VUMatxzYQuOUv//Jp22z+0d9m849h2t6f5Ul2Zbzvfe8LMCsRRAkY6RygJ4XhirEyVgAkTkhieL0AmPaH1C4+xPlQJblcbogl1nqwxSoYg6uqZAJe0SHQifps8IE+rgF8KZShz2DGillqQw3EGMzgwNjWMJi1AjBDvlnNMys1z6z76uHb7swzGmMioGXtzGGNuoZ4Rr/NXlVuKRhTh3lb4xw+zTlmB3Ob05c4radxYCvlmJH1fdkg5ZyBLHOfwYyhTCHMDRUi6oQMWGrJ9pIThzLul1DGaQMz3/eg4M/BKhqvgyuj5pepfslzWEtW+kKZraYcs/7SYsqmekHfYrWmkEV7LqpCAaTo7CyO6MiJ3vDZUoTIAg0ochypnwUMW50lv6vYVbglRZZk7AkPyvvgzyyFjzqjfYwWQo/Tc8TaOG1Tj7qxawikFGQAWiXr7wIqWkaXfgeGSxk6oVq14FrsDb8z2h9UNIZtKJH2vBn3wFl0DGwl2xYJCgt+p+v90x42y2/tPoxhzoe0GOQIzPx/GXFqFmoVmObtC6Wh+6/8PFPN9GDpMBc2UstarYqZ1rIpATbvHGd2NDlk69QqX5/eD2EMn17GFcxiKGulb+OAtLxqhRUzOs+sVDD7q9VJA7P7pX7+yS7n/wnoarWGLjKQoR+HMqJOAZyxioa5LeWXAbxCV8Y1zIeAhnUdwEyVs1a3z/jzkvq/WEHshskCs0f9vJwayTEX0deSMm9iSv7ST83uMDBbmmQwu/TSS8cFs3gutqJ3gChUw0qguAlIyfWBE6IXyuhAVhLg8uYU2Bia3FBGVuy88EVVzND2aoQ1RgYfViUCMVbMCtpsiQ9Y2wjMoJ41MLMzzHDANMCs1JzFUlXY7rKFO27nlxgwCMALY26YItpTNKbfUjfFLBOzkFJGsOa86IBjKM+MzD9WPMc4PsZx9CDn1P7pDcw0vwyEKQoaEWgHMKuFwWxV4UtyzDDOc14SHRLnjtQy3569OK9suYJZMTADjOFJgZoMYV2rnRefIqycUw85Zu5X6KsulOmbHNp0+qyVLu1aWAitOHyfja2aVMh9cR//o2Telkgn+HF3kwKvDf1gXazXyIPpClmota6O3Tbi540v9s8YQygjQSdAzLun/PZ0BV5fdPm+R+x38sgitSxq63pRzCId2cEDz2UeBiCHDcyOuY6M5ynWiIdhkIXlyoGUY6YPPwg25VKoKmZW5gzQmrCjxh/yxN5pLFFaoCLobgMzezDaBOWO9QXOMkIZsY7BjExAAGZ/sTQpYLanjn176qefTf3evtQjlSwCNBTpxwWujACvkxjKKO2oKJg5QCbjHfZyJKX+T1Yw++NaH58MMHv0b5SUe34emR/KwBAnFNWl/MUf2L/DzjFbmGQwu/jii0dgZmF7fmihk5NFdQkcD4uqWOx0qO6HtsZVxXSOnAzxbJz/5YUUJhwwzc+s+8P8vQVm0sY9uY/QS1cxQ23nkSWs4drMPxL6ADO2x8dZZoAxC2McGqQlBrMGZRXO0G6qWXfZ4p23phkRi1Qlm9r85aboOO5Xr13t1UKujJ7YxAoayrI6NGYDMxuP350NzNrrQt4HAAPOBAWbOQ1Uav0IzGQTuoYS7LAhwBlEJsoxEwtqgFliMJN8stEc/TlKnFpDoYwjOBMQi2KdUGcPzPAK2sDsyBH9o1BX7O8dj3h+Mc+4DpcFUEIXRraBPjMJ0aDOdD1fqp8JBRCfrztXCIqND6WrUEjdopexoqhYhNo5eIAUL6wkknWuk99peJp2Vqt83h/GcUv5JPr97nvs6e6bvar0KLouvhYHTHMA79bStHzrfDMtcp0Z7SB8DlgG2oRgFmONgplToy3jwQaXiDgPW+nWX2nPgbIvT+yWgIsdOHPAjB6+bzDWVyjzwKy1RTUrrZ5P6c+OTAKYvaT2f6MC2SMbkLVQxtpOXRYgQ9sBMVHMCN6SzZ1IKKOOlRMMZew2BbM17TOU0fVtn8X22+ilpP73pbTrPfc+mD3mjwv/1zr0q6JlCmzo589/6+k7DMyOTDKYXXTRRVDM/JwvHZfQRt9kA2vGD0VU6FG4Y4t6sqxPal+PtZxX1tpiuqEQhzmFqiivLG12/piAGtbovOaaMfABrDqGL4CZshimN8opE4v8Qm6MdzP/MCADnEExQ35Z67fxBmEjGDN3xjbX2qM8s8uWD97iv72bWIRauaWVKYdnuBjTDJRbOE2rkJ9GG/fgjBWzWg5pKKO2E+eY7ffCg6JvncXxRMFM8ssGTmwmwGzgHjgt+Rp1fD77OWZwZcTLDnLLXDhD3eaL/z5K+WctlBF/CVLE3FinLF+za2EPOryt7T48rwlT8qOJXyfPP1BzwnTmRD8v3EHR5Kpt2Exy7yn5WLZsa0/rvQ3g/LXwlULH0ND40ejaUtSP7GsXnf74AzFsTemcFB3T60UxiyP/QiMQ8SvF+YueVf75qjcpmI3v/a+hjA6Iaa306bT9cwAOrb9NTCFDjgPGQyjzzT58lpZQRmwkr5BKtoo2AxnareAabEYOmq6b+ZND9zaY/X5tf2vq9fsNxlBGcNbrKYixiibjcUjjhIQyomAc4Yi+2Udb02pbp6DWnrPY/lGG9VZ17A8qmH3vvQtmj/vrppiN/22cH75gdlFdBbP/eWCbzT/622z+sd2hjIcnGcwuuOCC/xiYSV4W1Kj2IwDlOi86Y7gGQOKdI5YAUwRWydqFwQ4/eC48k7Q9dU3nFBh1XOdwr2iucE6ewBfWMpd16sbI0MULxfyjjQ8ZvDBv/SHGyfyj/RQrGCtNLatlVDcAq+Op1sMKYjjTrJXS5kaK2crczZxeld2XFkAacYoVbmcdM7XtqB0wPWDTQn0/KL6HBiIEOb3hYBuP/AwQytheF7J9E11O09BF8QMDXQqQYV7BjFlFk+dWPSUtUXFEpqG8rdI5Zvvr+CycGQmyoJLVQrlkopwZqKkwkN2ALW0jr4zPPBskPdS11I3kNkZgtmd+LkHz4HwmwFiB0OIJPJk6tgoqTOYldi+EQaoeI7lkdCtwITs/4s6aqsUfT2ePyX4yLS4UjojwvowHw3OTIpXVGDllG9NDt1WB031RTh4rj8U9H4z2ICqXrSZnRFEq5R70vJ5CqVDp3Yc/H01snoXMM550xsZQ5Sr7KDLvr4NipgDmcg3WDBww8/LMDnovGekM0Ztmx8/OimuAWQxlOjcIk+gIzGxDx9ef7CwOxLQSqmSB0Cl9gJlAWYOxZvIxgFJmYDYQKINbI4r3FzqS0h/fdW+B2UPr+j+uEPbcWhqE1bFW58SAVjJgq5XMtYJYZJ+vMDZ2KOPWrfJjN0YeC8w/vLBFaSdWylB47D0p9b8lpV1X3ztg9vh/LRt/K8X/0Y0Mnqxu2/nsN5yxQ8AMMDQ/ya6MN998sw9mDqwAlAATpGh1DGUGV0MDCfRbYUt58ATu655dRuDFgFMc+3rkjg0dN0YAnueKiDmG0HFCFB0wE/WL1gLG5LPxg7UAJ1dNA4yJmjZs06yYydllSVUyTKHf1DCELgLaTBUbqWSYY1fGVrc1CGUEnNW5dmj58CurczcmZZEpYxgP0qbQlzw0yS9DKcgxS4FyFuRroL1stvmLHMoYhoXN4IVH3BhdMEMcJxGl85oAMNP8sYEztqo5Z61NdvnY1EImu/y7w0i/1mfCqw1wZsBF+WIEaSV85+Q/YU/ALLc6fhVF2COZgHBhyixpz6FDeMFnsCDSwZitYhOOgus4ulEPZm51YThrP4AtN1ULU20m240pS4rt3x044BslMS8pmBCYIszJtKJoPKLuj9Q2A8EsQINHw1BRsCmcdyfPRRCJ+xYFNTL5kN8RyBX/xxGPDIIM4BqGSn8DrANIitkI4NXMTM588tn2T7KkNF0EyIISruMcM8dmQgBM1bNIR2Ytec5Kl/CTTWs6Kw4E9M8CiJGGzT8GyfnvVNQO1LMlok1zZtxvuwBSoh5X31MFbToAM1PHKIRxwApZmweQtSJhjKKejcIYbTN/eNu9AWbfWiGshS7OpB6rZAC0nGjcAbGeC2KioMma5ENaGMqYt5RfpqGMCmNYD+gaxvb4vgEIroVaRnVnNYHaUh37ngphf3nPg9kT3mChjD0nqVaGXHiTHLPPvOasHWaXf2iSweymm27aEpjJeGj+0ca4L/eTvm8Mos/EfVGuvM9VGOu0ljn0vZoVKw1P5D7aOh7CmLotijqG51UrfAY0Hi88hD6DWa3VAKS0AoADmMH8w2CNwWx0DcCs1jAAaWDWfWUwfz1DVp5R+MIcxv05VctQoJghxWrghTMmGstYC56BOyMpZo1rNAJAf7KBWeHvcVHCU2fRplhOB8wGmWEMIBa+6IgUaBsSMMOPncpyBilmwEhVyNSNMUy7sfF+OgqHxQDKAGPo83pfG8A5ZnsPHvRt6ONQuNge/wSDDmMb+G2JpvTD9nT/8X7jR4n9++PoR70uXjn+D/hqm/5C2ufe2U+/0N7iAWZdrTv9H7it2QzW5BqEMvpRfqH4FDg0cpCvODP27fyyM9VoXr88ipQxfyxQzPyxQE1ziBOk2VuCI6MGi8eGH9r259j8Y60BGUIWKadsQGoZClwZ0SZQK4Azyjdrm/n9W+5JMJup9Q/V8tMKZD6gtXZOJfcCpUzHufSckMYUwRkOzA2hLMgvUzgLQhk76Qc5ZVIPoZaFJZGK1vvJkvq/UWFscM+B2ZPeZV+PZee/sa7Lk5uoi7X50y86e4cpZgcnGcxuvPFGH8zifLESHDa9JfgSwPMMPvg69znQZsVMlLHgnDFRypzaUc+idSF80RyriEXzyPQevE4OlfYArZB6NpR8soKxBlboU9hiZ3Wq9dBgrGAOYFZL19bUPs4zA5jllm/25cHha8OcjGkISugreEEx8xW2srcxDJhFvrRF+KIKTChsl2/9JjDNNaaJUoWgmGXLfCgIEZrG4dJ6QFvgu421ADPAF0qOXmwcAh0Vo00oZpIxaxvq4bt0IKXliPmvZ8X3NXDBrKR+M/9gpWzzNzheC8VMbPMXElwZ99x1F+dDUTtjyHDFD33LkFjEBIRs1clso5gqhXUFStPd1bFccANWmwjXsEYem1Ux/HXsGr5HYhdCPBeeI2MpFCw8P+7Exo00RnIUAjnz3X30WYmCoohxUu8ybOg1ZJA/jdRClu9sBo9CAyJL8ufZ5TbHz5+ygDJ+2BxaY0hNX3rW/VI6rasAVaCaGZhxnbZWpu6umK35oYwKaahdQFM4W7R/GXeMEEMdGQ/4ebCxVYYUZ92wpxuIwxfHUc+WqVQw27WwjpUHcn3iQmpZtqcosa435QEamLrUeza+qXXqrdUPMzDrE4wZkAmYUZs2lFHLXykvpvS7N91TYDZV599QoevFBF4GZP1asrWl9PJoXUcARmeUKaCh0HotuI7hy4M0lLzV/DL0pd5aCGPgyAjYEhBzFTPuvyWlXa8rqb92z4DZkz/EOWaaRavgpfHlGLdrupQ/9exzdohdPgDprkkGs+uuuw57Zlhwockx4SgABtzD1rRawMo3AsH9OJcMoY4CX655yDjKlzpHes6LHvQJgKl7o877OWaSV1boh0HMgzaEJWpfwhqLOuULoI0Wcz5Zex4+TNrADWPHzfgjQSWDUlb7qU5DMWv1aAyKGQxAajt96diRq/K0nD825YBWCGx8rR/KuOqHMooRiLVl3XKyYqoZFLPY2XtGUtLHzHooUwpmmmPmwJlsypn3RSZimSE2wnb5JZ2R2Pwj6wHSMYRJHzlnU+bKCNhC7liBGha9uUn+GZwd22YKgdneO9orqL70J3FcxKzGGsp3hxhXM2EOPRSgIULAfVFb5UMFoIpoAnAi0KLXZw6tpBwwwR7aKyCOc81SkAYuvzc+641giJQ5AzHPsj4nBj0GVO9ctyyiGs/xX5bglEY1l44BWPPbsoRryi8tnfu8B6Y0nQTE0B5aETgLlDMpCGWM+QV1wC/+ucxwZlRHxn3iyOgGAQYQJge3KZhB+luVdvRP3dugyIDNnHz3Iv4rOwZS4s8CcCsujMkODcx2HSMoI8UsDwBipJJRSZhDf9nakuz7OzfcE2D2xDr+KxW8XrAOXH0DLqtbv41HuWY9wJaYfkjtGoI4BapYHNIYqmUEYm4t7a2DGfdRK3gVag9HfdSJ+glr3lFS78dS2v3Zkw9mT/10QRjjCf0AzD7xpPN2GJjdMclgdu2117ZqGIQxen1XxWI4wu8RfVXDtI/7B/cVYNw8lFEPdvbCHGVtaOSBz5K8L1XEwj4aXk6ZhCsyoBUvzFHzytAHVGH50DqknHW4RizyU1vLxh+YM4UMh0yP+jaWWk05Zm0ufeHYkSvZvKOgZkgDr2wAZrnVzrfPUMyO9ohZGNKK9YuAGQrN4cDpBT7bVFmmiA01XhkyKWZF4cxBGgI0IlQCMwllHNDDYnzguZ+R8wns8hfzOssc11dymH+UtC9lU8vw0kMGH2LyMRVAGq4BmAHI/Ace+G0JZSwS35QBZrffzpqP4x4IECB2wohBU/E1FlpnOVikktH9cR+BLFLgsF6cE0sumNcwPdsTlmcNtgOQ0J79IEZdz1hklawjaCl4puybW+oa/UR8kvR4rxpZib4Co/4GFGjpAWl14C5Z0BDys8Z5L3y4QZiFM86UVq+PzQxru6tl2Nr+F0Y6pqHbe3ww038NGI/cGzGvfhmLCT8Nxs5DGKNAGYGWA11B31fMBgGgYY1XaD6bmSHqciSlKQtl5Kf3PSSJpzPG0HcgDYBmfJN6xwzGuBCUaUkOtGWhzExg9lvXnWwwe3Yde3OFr31QxKCQKZCJUtZqqGpmn+/mmrkKGkoMaJFalhnAFNI8tUzyyrQdFwUxtHkcgOWCmTOHkMchraljR0rqv6yC2cdOLpg97csGZqKAue1aEvoS6pgtx+xjjzx/hx0wffskuzIeOHBgLDAT447C8IIx/IRniWHOATMeU2XNvZ8DXLxWAUg+h5/fhShap9Coqhjur4Cl9wjaAmoEfgxm6AvAeXllMP6AYNbaBZ3Wr4X7DcIAa7DIxzlnrT0CMeSfNYUMYFb7DcoQyrgOZmsLV2ieWCLQyqJ+CZj5+Wey5mg2V0YwCbUJzkh4EiNDzjGr7XlrC8dI20IZyz6Yf9hmal1CewxJnqO547sYzKKQRi1CnplYpo4dzuTKmO4OZpR5MutZ3ztgxoqavHuiLXb5OMds4KpjGMsbxjpBOUMmTUl7b701dgcu8Rlf/tlXtCC6tf8ZwT089S12NfY/VYe0rfM6p32iJJmkCMf4wG5Wprb+o+eobeWCpA+ag/s4w+6aC17ymAZfeKun0hGgtfbx2jZQw//ofVXfBzOwizBNKCwFqhkUszk7tpAcGQM/w+mxgwBlkwAzhTAt8fcxEhmI6MEGZQCzvasWiFlsByPIcnaQ8SdTrc/WZ8CYFdwHOWb9NQpfPEqGHwMBMoO24uScJWqrO+NvXH0ywey5dexNFaxmGcJaG7AlJQpndOzz0VYFzcs1S7YmCagJjEFNo7FIKUNba9+VsVPzDwpXdHLKZByAVdyQxRDQMAe1sB1I/YqUdn/k5IHZM64xMJNwkOTBV95cMfvoAy7cYWB26ySD2f79+10w4z5UqiivLLi+qNok99T1stY9dDrpfTzFLVLPnBBFtF3IipQ07Rs06TUhmHEfUIVnCGAMih3UsDYRGX/wuWbFSgf44jHAGMYQzmhqGhQzrCuWZ4Ywx/T5tYXLRvxBYYmqgHnfMheEO+o892H+IeISA9ggNAnzHc7mrI5/2MRZjT9mvCBAPbiNCdUx/1A4EyMQzA08X22bgwTYwKwTMBvBUyFXRntqAzC4MRKEBaXYnyMzmJnaNSCDDyho+samfTUHwV/pSO0vjAJNpm+5ZXyc4qBHvSI+zzi+ebAmzrPGtD7X+B8T/2z/jfQiPDWz3Yk8i8+k4QHiY7OrP+CT9YUvfzy9wRctTS1r86aYDQnQHBALwUzZJRaa0FbHRrXNnzfFv0s9U/TV+GNGDpSO4cwFMzifDOUcM3I1kc1RHyxDwhSJUj3xzNhdaxyN7T45oCs5Kpn2i7crKGZr5Lw4sFrCFxMraAOEMQqUYZ2g869febLA7Dmpn99UgcqUMgGz0PRjY0ArAmcAMt/sA3OxWnYSQxlt7VbCGFtJG6plJQYxjEVghvkjBXB2csDs5pJ69YYlR9/cSVxC8e/WHvfDF120w84xu2WSwWx2djYGs83DGsFpIaQJRAlwhSGRCkce7GFNUviSfjdmjpnObQnMyFGR+nGOGX0G9zWsEf2CMVXLeI4t8QXOMD4kOCsGXTAJaUrY0OAs1YLDpaGSjfpNIQOoMZh9dm3xK5pXliM1jMGMlTVaU2h85HLWOIThrLQ6KpKLZorbspkYzlnb/2+bE8oIKMt0VpmXp1G82E3+BnoXfX2ea/GgDBvM8jYneWgsAR7ZWDE7g0IZ6w4ExBjSirxjClfbOlcxszoHiSjYOPez9Yu9eua2IYQy3nQzGUbAxCNToEZJhfObE+Ug0ct9QbN44AYEGVVk9mGzpZBig5VsGIKba5BkEbBRA5I65xzRReYbrYXPUBMP+3xlDzMKkX2VUvisMLKWF+MMiYZhQQ4707MHYEwiwpbDUGwcgrshT4xEOTVuwe9KQktHI4U0SlW8ixMamdf3f9GrnoT/zkgoI8CsIzCDclbL1FDf/NFmagCY+eJSHPXnn9WsB02bM+Pa6O39XDX+sCIwBtCKLX38UEb/nzJqmafzmo11ED2ojvOtlAZmq5QDG2TwTnGOGUrmcT/adJrBLK8wlEEtEzjDww4ExmRefTR/9fLtB7M9Dcpa+GJTygBbUMkYzFAk10xgTMZIGWNA881A4pDGCNAiy3zA1viKGQrG1lrbzSlDW3PL8hi5ZcmFs6HbBpz1RnC2/WD2rEPr5h8pCFcM3WlFMfvQWZfsMDC7aZLBbGZm5kTArKA4YDbMOSc5a8xXyeL8M1W0XMUsMgEJVC+FPoUqzG2orPkw5ithfB2DldZQwRjM1PCDgC48t6z9tLYcLg34gjqmB0yntraNq11+KzZeAGZt7mvAbLj0JQaqTLbRnG+mahgrZqi9d4QCMONovwJOoXcFzjMjQYmPAYO72Vxk/sGhjDhdJ9NrQ5GcDacwbUI9azXAjDbDfWuXIMyxsFoGOIsPmNZXNiqAstZmWJuCQqbF1re5bLoAACt4WxNVjZW1FYRBisXBME3dcKMmPmniEnAktLAvThqSvwAAAv5w1vp30OejW4768qy63H0e33sQY4HdPD8hMRnGDVYzwW1ra45YuE/O5SNwDn/BzhAq3R/mgzjjrR4VAGivay597TMAY+wWAaVMQhs7A7LjpJ51rmKGGq6MnjLm8w3W+tb5Gs4IMBukvS1jLpV0emBO5Kj6sZsJ5gFm8rBcBMjMU2OXiUl98M8GTvTZ/rnvqu19DGZZAEwRUlQyN/UP1yuY9ehh8TB5ICCGgg0qkKHIYdO//NXtBrPn1PKmClD7GMJEMfNdGd0Qx5xUWSs9CmWUcEZxZIxDGRXMMGf1pvll/qHSYSgj6vEt8juFMs0tc00/HBCzvipn6UgH5WxbwezZyyMwa0VtndDx48DFixhg9oGZS3cYmN04yWA2PT2dCKrcs8bGMOYIlS6nHeaOBW6LPMZzCmNs7pECs4/x4SuYs99fxhwfAE1r1RIf4An4Atwm9L0DpgFcuM5RzBjAWpWCUMbUmtaGfT6bgcAiH/NwaBzNAcwsH43BLH1muPxFgi7wiICW1ApnOm51ZjDLBGSblAELSyg2hnCgpTD0ikMZZ624eRtSOHzRSUwZ7hZ+yZqEYlBWOKQxcgcgMMuqU4zOMTuQCl584qdXEUCs9KcM2GasbmCm0JXTgCz0sbHVANgklNEUszwCsxv4ZZ2hByTSunR4Mqlk5Cic6YW9gDzUwAK/Ok2pyraq0ETXuu2zu1RKbzRcendfk7s29u8HX/8be2cBHEfSZeub1T1q2/N+eszMtMzMzMzMzMzMzBC8vDs/0w7Pz8zLzEwej1pWdz5nO4/8vbO3lLLGEat4ehVRkdjVVa2xpj+de88NKEMVEppnX7GSctFsKWAPKmC4vgoo8yF0BcBe7/C1KHJN1369jxWR1sV4q1Tm+Pnx9q14tytoEVYWoANfAKgK3tsNT6rlupfA6wGcrfNv3utNmZwkGGvjBmJUzgzO2gn1jP9YHMwcxgb+GWpHBfNpALLe/U76R6pSuNPDK6oTqj35v/js99XCIMz6gLBFV8cEZAtnIJ1gGYHZIz23rPVD4w5gtc+LpzF/cTb1D2BWrlIpU78/jPpYixTOrA/K/JpX3EowuwZl0zUoK4+4AV+9zUMZbQ/OyfeWG+20kBGImX8YpHmB6TaHdlxsOlPOamadnxeV1jzCEzcdzKSYqe+ARhMQgphawhdhrAouHc4EZklbo/zldqecLZ91y8Bs82aHdaJidvJYdQO1umPTxb3Lf3vO6pj95ll2ZXzFK14xBLMMiEaQls7ba1ozUszmcspsLX9/KzBt+8Yq2Ty0peGLmUtjO/x1BC5uJNBxvpuuCKwEc1o+NpSxK2WEMe2V8+LR2owzo1Syttagy8GMxaabbX6DtHjB9spL+H/BQqMPT5iHqlZpqc+wRu4zxWwf0JXqMokz4z69MgBmDx7/O66/+T80MJvLL3PFLA2qMcUs9GBQzKqrZyYL0mpS/v+12+X/7SyehYOZf0Xz/DLn5w5kUsq0dhyY4Wb7XL/x3q9dYasexMVqTe39duU9yBK3ppwxL8eBS0z568aT1LoGr3YXyZt4gME1bczJMvgQB7dsKhfZ8ZQ/g3lpU+0pjvkX/tv3ewt9o4dCFhp3EAtBmfLO+ri1VxHemPzBaW8ezLzvezC2v8Gg0l///XUQj9kp+g3KgmDWoWy7ay9iLgcxPID1XTGztkOYHOiXXTHLIgU9ZavgoaiYXTIbfNf45uHLWLtgb3OZLwCz3bmW8UcOY5rXmoMZxwKzr3rZrQKzN4hFeXosFn+PQAVAA3D1/qyCZmeiotXJQhlhkY/5QShjoH+rQxnZz86t96mSaV5q2NjkA+ONjz3HDC0A7a9rTG/dkOOWgNmD18BsUab+FyZzpirzv/D9qB3Mbr9v+e/OmV3+b5xlMHvZy15GMBvCV742r3g1oEA4owDFXRrV97pmBCBeyyEqdWT0PQNzD19jH+udobDG/W7+gTHfy8MVCXisVSZI27R+ppKxkLQYru3vsBUEtNbSoVHujACzXQvDj937dqWMJiACtgZnstRvBiCba+No88/fXnkxFS4ZgQRBy1udVMhWuVlI3csVs31yDFgGYAaTEHz1F5iV0bfZ5sr4D1hc2oCM7Yw8WP2LDsDMc8zUXxcnTlCpF2kDy2z+drKcwOyRPTcMNczsi47m5pUzh7Up1imM+Tc47/tYilnpf0KvPcfs4q/9WviRlyrzYzyfr1ui1Cmu6xPs38pj3p3w1r/LyZd8mYOZF/wdGJ38+w96W4UxWigjLPTb3KoKzlw562B20NpUMTvI/gVgzLmxy/xk1vllJ5AftCDldnYoCypmALPtrn+hjQFrM3jDeVPMaP5RukJ2W28X++ZATzgj91id5h2Y7Xs8gvqmkhW/Q85D9PQ9ATALEqOUsta6SoY9xGQ9SMVD6PyCF5eHr5SVi7Eo98Vieh1TyFIIy0MZx+YfXuNsW2D+YTDmDo122nzcslBGs8rH2E9BmPe3VNQsbPFEgJaCGefmAS2eVWP5FjUWB/Ewj/Jnb7rZKWbFf+dVdQYXKIpZuw5m/+D+5X84Z2D2a2cZzF760pcKzBJ1KwWxWcMPwpMBmvddEXOVai7ska/1NYclh69AKGM4mHnf5ghSKbT5Ps0bgG0Ci7qfDmPq6xox48goePMaZqljo9YFX4I4KWB9vs0JtrSv9v5uvfVZx0z9rpC117X5Nm798rz60AvSP1+uMBaoUVXTmHsAaBVjsso+xSViAM3D1AfDKN/scnS7/HoCV8by95tNvilmt6cm8nnsJmM1CWZ4kHVrHdaqhztmf0o3MAs/YhGqEeQomQczGXxhjcpZIMdMChhVsTzmyTROGydg9iu/khZHLl4gWhOlzx1toimEChQjrNHQZmrvSuojpPX5tqfSkOLobQtyvNzQQn2EYQIoZOrRX6Xno0W83lPX99QrmX7oJSDQjnC16HkR5uk29Gwt/NNgUMWto6Bum0IwNbfbh89Ha2YY5gDHbLNabtxn0YeJe9XN92sg7LHP4Bql7/0PH/KOhDLFwlFBM/WsA1o7V9veP+xQdrX1+7wUM4KZt/w9Rh1Zbel6MvqNX9A2MPvrHZg9Ksq1s1vlA8pMKQOQbXb9C0f92vsJnOWhjOumkDWYakoXVLL1DTArfS6SfumusmKf2kIZ1zT+8D93AcwwxxyzFX+Hcb72+aJQxgNIeGuEL2JceKN0XxS4Yd69Mz/vYYPZI2NZfjYWi7d2hYwtwWwcyjhXgLo4vA3cGfNC0x7KmPcDZ5m3yh/ml1lOWZ5bxjkrJj2hTQpIDxSyIZhhTw/3fEqN6X2RNXGqo/zum9xQzCpXOChcyAtJbtsHUbfxLx9Y/sdbDGbLWwxmh7cYzH71LIPZi1/84gzMTgVp6B/ryMg5h61kPguF9Puay0M7Tgnj2lzfwW0wZ2CWW+KHjb122Vytsg2AzEMZOXbr/JqBGRS0I+Dq6tim1zOTEiZXxqaUte0EM8GYDEHUL8+pDz0P/2fEaXMOY2KWHOI09lDGE3/t9/NBcMxftvHwL+8XPcdshDYgSoKbTnNlXLeb9QdjW3zOKtN22mx9FJjmsZRnWxbGaGjpYLbqDo4XLMfsouWY4eYFZh3W/KZtT+trDGfGEJj98i/fcjHF59nL5sdK0Kmc38fZAINaXacV4rLnG5cfGCtn3ueEz5OVT14fzT/M0x//6cPf1WAs0N8anNGp0dUzGYK00MaD3ZyHMu67GH5ke1MAYhPGUxDSCG0P7s5uxBrtPZrX6iOjdjA7yiuz0MWt9Tf9X7H6DdQEafhdBjDrXNJhrLkoLtY9jBEqWTupjol/iotQ8M2oV66D2aVqNvnFLfHxI8tArSQC6FyOmVSwCf1UJbM8s8K5pPr/Z7ywPKxfVFP59lhMn+YK2XwoI8FsbAbCecEZoa4SzqKc0j4/ZtvDoWo2r5htjgtfHOSXEbRy1ex0YDbfBl/7TTWmz42HcZRfuwZmJSZ6QbFMS2aCpNZKnF1XzP7DA8v/fM4Us18+i2DGfbNgduv7kYUbel+hgCmomVrm12Lr81lf1xwbfOTKmu5zUJ8sBFZc4zVgiZ+FMqZKmc2ntcuSWmaEt924n60fArV2fSpo7RSYyeyj9R3MuqV+eU7sP6fOhCjmypmPmXfG1wHMpiYiQVySZ0Ylwyj3zAxAEPXXxpdLD2XMCvbqqAIzuDLW+UR6wBceyBLlSi8wrZt1qlSspsaiUYJcZgByudcAOKzhD7E8+pt6NawsUsIGoYs5a9OVscSaOoApaP6glm9mpXZL/9pZ21fFX/zFKEHBKi1VrEWSDR0soPTIJCNyJa5SEUIdrzoomQxYSNOitOxQYqpfgcQnBY1jvBCW+/UYWKS9f1/yjTTjgJ6n6cwgpTV0ddRHxKcuXaWqQVvIyg88ez0UR9r521HQzd4DQqf6hMD/8lHvgb+ZMHTRwxgz9cxDGqWeXY1YrRu0UTGDGN7gawdhvT9JEevjtsf67YSWrP7lHs54NS51MDtyZIRqdgHq2S6MEX3B2qrD2RGkdVDDv/rDRcT+dQi7TSrZGlb4a4EZgIx9sg9SugJ5Zos165dl3pHs5206VwVxFspY9nkaMQLU0ALGMG9Bp5/0/NOD2RQfH8vFd8c0LSyEcdBmIOaghrGdBmnd/CMPaeRcZp/vLo2HEa1vQFZcIZurZTYbynjVAc3gzNSzm6pZtrH1TB0DeI3ArJ2H25g+PqL8yKnB7BVvfB3MEMzo8fh0/sVhU10x+5/PXP7Xc+bK+Itn1ZWxQ8AQzLR1BGClFClGae5XKSUIWHP291CefD0BqhzyEvOPQH++wLQ2IOzR+m72MZs7xr3WrwA1KmDc29YLgcsUtC0hTaC2uU5epc/v+lDIdAq23Axk21UzwZr6AjMPbWzzKZg9K/afBZBKwctPV89cISsUnhqYMYcsLPpPMOYCk0CNtcyinTL/GB2XlMNxPZyx8GsD+rrJCsQRjGGPzD/0AMgps0SUAgrVGPsdzlTcKA9l7OYfhbkbDmIcSxVDv7XF+tEVsX2YfKzNDGTdWs3plFrWH8KCTgFml171qvYuBgoJ6OBbeC0AEsVvVFjDw/GwEkyOanIBuCZ8+WeoZKec3Ryg0WquwYYeoXxtQXeCe90G1rSvH4I2gZJFrcj+HsBaAKAFf0DVNRTup0+E71Osohr2MZaUJv6AKBKgyXsaI8SSpIh7Kub8Qebm57RrGOrYf059B/gc16rxXz/+ffsffmCXv6KChnkBmbcOaCvlnF079zZx9QisFv2/+MUOutZ9Hn0AWqiPCn8lOr/EPsCsnYe7f8mPhB6OUEYEHauv+W2b6+cW43a91t/s+m1+FWWzOFLJbqNKJiCT+NROKWRXekveMUBrrVSzaS0oY12yUa4rlDP0VxXqWdV+gdkhbfBv3GzgZqmMed8fxH01P/a55ZRq2avFNL2EIYs7NWwMaEMQs3Wu2bxUNQeyOUA77gz2cyCzvhuA5IDm58giPy8m7acpZJz38fGKGUA0mf8fEeVVcYqjPP+NDmvDMv02K0Zms4et13IdzF7nmcv/dovBbHmLwewwbu3xC2cZzLpBxMYgizDG/nzumL3WwW0Qyuivd4WsCoJ023ZfgWLSQVgcKWG4BqGIUFdoid9hiPNU4Ahm3idMtjHBTKoX34NKmPaCyoaKWZp/Rot85JsF4Eyt+so105znnEUDtjaGGUh5Ruw/0yGMSlkyDwADoK2sFhrm1w5lLjjZ+IqPcV4+eSgjq4BlWIO+QMzzytgnmAHC/KHWRUTZ98xbTyL6z8Cs9FDGGo/2GmbARePpPu5gZoWl23ybQyhjBzAB15o5Z8Rnwps/DEkTgVqbuPjKV57K6eEUnh6Dd8kLU2N4cpMLynqcGqq3/gz+ovFH4wWhT28jMnhcu2Yq6fnrckVzbH2S/Vxtn8BU4P3fP/H9pZABxtDu8sU4JxVNYIZwxtW2g9nmhnK2dzUOjtSxRaxj8pDF1qIfCGVUP9CHaoZC05u4pPyyo/DFIJhBJQOkAcoutHXA2fV228HsMFYxNTBralmHsIUgrPUFYlDKJosGxFriOt8VswP8bupPcBqlzM8VrnWbMleQU4Ybsxs0IPP5LJC+PciHP6ecMoTxJbGYXi2WS4BZErI4ALIxmCHfDC2gDUYgiYW+5ZqdvtB03h85MRLOvKi0A5nWHcKScEX2B8YeiU0+ny9X0qQcPr9Ged3TWMyW+99wZ5ffwwM06+UdxzUda1fM3vRZy/9xzsDslWcZzJq1OcBsBFd1UJ8s0Odr2XLNoU3zx9rXzxSETvZZCKMpbOw7kLUuX+9wZ+tqZ/seyuhhkAxldIXMnRj7fGYA4nXMWpeqmCtmu60wAqEzI8FMsCZIk1OjwEz9IzC7P/YfEH+QTUJ9zGm+7vb3fm9LpqDt5sAxLjRVCErqV6/Z3DgH9YBaKGO91uY2fehfkvkHwMz/jksbSpcCNa8x6pgBuuy0B7Q5p80HO8T9df8/gP22XkbEo3qwExWzPPxnEIGK/l7UmOKAKtjRzVVCGtZGro2s1FTa18WXv5yRGlFBATkgZFlauXBTY5Q2RRjTHO9l7PHo7281vkx56+qa1RKzsd13wb3UjBEN5Mw5hXszKdL5be4zqRjohsZ+mNjr7s8FNd9494VROSjXBoGOA722P6CUx//xKR+C/8CrgRlkl53ZB8EsC2kEoMlCf+/wCMz2d4pZGJjFrr+mQkYQ85LtgDNGL7cQRBrNMyhZkFalezugAcR6HwqaQhxXUQ4XseiGH5MUs840E9hGypnGGZwFW4DZdNBDGYsBWTXFrCRpgXN/D7QaZ8ueY2Y3ZsDVT41rX/M5jb0i3Qc9q5wihPF7YrH4xBy8cvMP7mN/XNcsyzcriaJGMINNPvoGaCeCskOOHcZ8TBDzUMaBRX4HM0DX1FvULhu6MHKMdhTCmDwjctO+I6J8+k2D2dPfcNMVswy+PI9sDGZv9+zl/zpnoYwvP8tg1uzNHcyO63dLe4exNn8EHjPqmlviE+Lc/COOCzP0PDUHMYfIY1wZPfQw67thiM/p88ihbD6U0YtIp2CmOmN9uiQ5Zh7yKMhzs49ok+wLvNpEb6NDGUMaK8xBGM4Yvd9gTfOtbeNy/7S+L1bkEYOxlcYdvmytjQ3SDMzgcgabfIpLBmsKkEPqFjSZEvFX9Vo7r0y0fs8rewzVMrmV9PGKoYxmR0nFDDLg4VLA1WkTdLkOhDAWyITVoM3qAMznmHUwC4AZrPIRopiCGJ7Q2XovogdjAcBgn9/OyptWeCPnEl2gKlCr6QEvfVnUqGkc426KmVGVz14JciAPWPdZmB4uGKWa4UUhkGi68DrGPPU4KkTkZe2vyf/0WQhtUQ2eEJKYuxx61pjnzolmPYTT+Ir0g7BRAk9UFOI2RPVct9abgdFSDPtwT3RY3PVq7/NHFwVMaIYu+G/of3/GRwjE8MejDl+aU7HpVcV6G0dvUeNs1XPNlG9221EoY/9XMUEZmwRbBLMe1EtIczhr/arwxv4v5MJR9miJ271WGSGstw3UVn0NMNbmBGl9XHtYY2ymBmPt7DDW+zgnKmcOaLDXT0WnKwKzmT97VYQpArYuCOIofCKE0aMAlqUrZmUOxGA7iZvFHrQzRd3e54Fyk2rZO8eiFZF2RczHeevwNq5rZmuzlvolaiGU3UyuWczkmJWh8YeBGc5Z8w/PKcNanKhmWQ5iro45mOVrGh9ijL3qv31EeVrcxFEe9/o7xQzx31570hOa82RnFZh+t2cvX+1cmH/Akf4sg9n+/v5NgVkS2ugAxnmfY18Qkip0VMUIdoQjvm6mrlgOeDmYKUSS/d0CFTTmqnW+ZI0x7XNFTBC1xSKvvyXkaV9XtrRGlay6WgaVjCGO0SFKy66ehcxAtM9Vs76+g7B2ES82rTyz1qdidl9Z30uly0+ClocpEtr8Ndq7bXWBJhl9uHqGCEBP0xLT0MgQkX+X55SByhyzx8x5Gg4cTVZS0iAJXhSYSd7DzdcOY5mCRkCDDOjRf7kro4OZGWT7XXPMr3U8S6yomPEklHGMr6YW4gho6z8dhTK+5CVx5o5xxOD/P8ZWln+nn+2rffZHJ+GLyZjAtmKOGfqr6mGNHcwiB7M+BzDDvMZVe5JMprIbC8xKt8mPfirYuFrGaJ9Hu9I8IA1gpjmCGcIYC8Zklgn9OfYpZqM7rfvdC7rUF5TNBV5Um09PKmY7MLMbXHMub/13litois989/tvBswuxFR+NRaLf3FyMMv3nTCUkesDQCu7dlNyExB3ZczPuJWhjEPFzAHtJHlltwDMkHNWfc+cgvbbNUozRVzHCY/yE6/fc8wKKvqDyuxwR0aEX1wHs/d/zvLVz5ld/kvOsivjAw88cFIwqwMYi9Za39fdSl9jLeZ2+bkr4+z1Mzt8vh8Ba+Z1rooRjgRQuT0+9pkdvoBfY64RJrXWgIewpn47gtfX+lwoI9cEaXRhBIARzNineiYwI6Q1INu9XmB2d1nfncOYjU0Nq71fWp/7rC+7fIev1vdi07N1ztoJMGOOWf7NUIpZkqE19DBEEp3Dm+zy17hpD2tcc1ypqkEKtAfKzT/kythLz+Z37yLninXLen8VBaAGV0b8VAqostoYmqbhdH8gmIJXgdmLXjT4Adk43zsyxEdnkAuWX+GWEtz8247DJl14U02vYH2z/D2GyWO44LiMwDg3zz9Dfzy99pQId3xI5Wt8/sc5kDmMCdJ6H+eK+WYENJiB7G3jKpwYCWRrAhvmqZJJf1b/IQtv1NnADL+b3F+VMKZW8+h3d0bsaX21ZTPB2KNBVIcxU8mQsqVxLjo511zZhUYKxvAEZuSRwVcHtxWNPgB3K5iCdMUMahiUscCDVNBlHAdqei0e5J3uPTmYlfLFsZi+6v+Gq2Vru/p1WjDzcMWTm4E4oNVpLtfMAS2snlkOZ7ldPqHMrfK9flkMgUz763xOmYGXja3dzoGZKWNbzmM8o5p9Xo3yjXHCo/zI61mOGcPS1Zp9vo9VYLqh2Uc9d/ma5wzMXnSWwey+++4DmOUw1t0WCWPpXr/GXC4Z3BuDjo1trq0RgAY5Zu6wyDaOKRodPmfKWQZmOPK6ZVzzPvdxrre8Jg0/Shuaaqaj3BDVNnJh1CW1cOTKiHnmmLW+55jtYFVzAjKBWG8rIK31BWmtbfPlrrK+E4qZwhUNzLC2l+eRlZVUtAzMxCVgGbYJ5zyE/hU6NEbPMZutwaQ5KWYN0BxrHMb8BG0WPODhbf1BKuIuCx/AQx0pFVJkQtKcQhktHA6hjJZcnytloxN7qZgpCCt05kBm647M0gcu7+qZlTiMCy94wZBbOF/PorxFpvl/RNrzy57+gzj9dcmON3u11/qiT04UswCMca0C2Hooo6tlK40FZpWKmf6FUCkjmFE3Vqs5rrnq32EKYdZUygzEOCcY4xoNQaimhcBsB1umlq3JOD5nzNP7mev8dJDaKeGuBynLBmqtXRXtlWKmr3tGlWEUWdfzYBb2cFadLt727pOC2X+NaXplLBbTMWDWW44dtvI5B7XcTt8hrmCcG4G4UsZ5t83foH/UOpTNOjPO55ZtWK/MoEx9FpL24tEaz9Ypm2/nc8w4b2OecGw8vNZvxoi/Gic4yve+3qZGTA/7l7RElk987vK1zxmYveAsg9m99947ALP5MEWCVJIDVgVhbv4h8Oprcw6Qbgwilsugrx0jMON6IciJkbg2AjN732PBDNfmER2+CG6aFygKqnSvRdCmzwLhiwS6gEKWFZ+O1sKdkQWmt2qlrHX4akYx7doab1trYKZ8s7hrcfVO+3afhiRWAJfGrpa5olZMMUtVMz/nLCYQ+fdXJ3JlvF2BgL2Prw31YidJAzOjU2hQCmU0xcwfwoCM8yRPB7M8lNHAbPClB0oZAexiEsaYKWahPDOAWkVoIxQ07U8NQGQGfhG/v2mTzkgNgrUfzEsjrnKAzZaHpm22GWO+rNhudezusZBfHRPYadfXAjbV3in+geTONighELimBmqO+YBl31+4S/eQHumz1oI5flJVPZRywwvsx4s+7pfbcbz2l34qvtEjIWkP9cwAZwA06weUsopQxtpyzJBLVlQ4AqDGdQYAl2PBjHDWQg6lhXv1r5rDmc3pXHHuCMyomBWCGcZsC0HMmYdQxlM5ZgX5ZK6KKcesuMKfiJ3FAM1yzPJwxQTSgvMOad7vIY1vfmc5kd1HKT8Zy8V7uwpGACOoEbL8nDf78NcUgloHwGUCZNxb2hiQNTmIYXyKQtOD/DL2DcTc7AP2+MXUskC/tR2ODMwq4craahB2OAdkbpdveyy88cdrlA/uw2OP8s2vSzBjgq8nBI/+x1ij1m189vOWr3sOzD8ISM87y2B29913D8Gst97nXl1j1vzD87gcxjx0cRyuaBCHEEfr81nCHRcdsjyXzJSxyNQymn+gr3FmEiK3RAc9Wt/TWt8VM3dkrJlihr2EsupjU9Bo/iG4o3LG8Q7EBGbqNzD7+enq0+3/lAAyzSN0cYU+9vL17Ne9LMdMrTGMuzVqXgYgrZZZNzG8PA9lyDF7dETpOWY1U8pIkZjnHBW07dIgzFUygzaXA0Wo/i2NYIYHajbRj5Q1APPLnJ+1jo8e9vgYFyhm13UBqmYVXzNzbHa0djhratnl6wWmn/uc9hw3anBFIZQQd4xSer84nDi03YAUd0EsxQnFYYAQ4QBg+w20HMqwT0u4piDKn4H3TcCqqAcW8JdM6owVYFwf92aWxwhhRdfKaHIGEFlxrYAI9TJWReOPcR6muwEKt+gq+FmRPl/3Kz7zeozcqhLOAFwANaylcCYo24NbIxSzNf916GRxCfQ1n2VmsiS7SrFvY+9G9qiVi6/AF0KaUIUwFqaWEdrCwKydkwFYsX6wHUUCPgQwy/LDBFc09lCfObHG2QIzvXZZ4coYa7UOZxhzjvP+uwshkW/49JOA2fvGYvrJFLCWHDuYjUEtV8pG9vnjwtPbMsGFcdcmgMbz9KGMg9yyJMdsy/FN55XNuzDOW+L7nsOTg5kraO8eEY8bgtlXvu5hLapjdtoD9h9f+rzF658zMHvOWQazO++88+SK2Xx44qyyZmvavvG9nmNma6lCpm1Y23LMQ+tQrwhptMmvDm7YW2T24esy/yCE9rGULQttxGP3+wDoMa8sGijpebRG8MtAzV0aeSLHTIB4ZIcPt8bgPCGtz8mFUWAmda3142nT1acmQIW/RGNMaOPY1nMwywQmznmatrjHOEaK2ZyoYGA2b5W/8j4fDHaToNRNBmYCMihiazo1qu/RM318uQtNV8OPHZg9ooPZJUPK3Grawazwx+mhjAZj61whQ0u0zsEMZuDPfnaipeAw+ch3jNUg3xjjwy/q0+zllObLHPoom83VuFM8h2lyNg1EwvQIPuP0H6HvAJQnGzUFeuOia3eE4Tf42s+D4lVhNcrcMhh/7DmYsW0wFsw564qZ/4tAXpmHMqpva6mmjHpmm66YOZjR9MO18Aow0xzWBG8GZhaueCAVzGDM+qGxM4/9TWZxoDscmnkYmOFHWNSHaoZ9CGUETQKsqgPa2oDM9yZh2q/71BLHH7dFKc+PxeLVcjBzxczWx0DG1mqXLaGIEdIIYlDPdvcBIxALZTxMQxqDIY29n4UyFoOwyPPLPMcsDWGcN/wQWHHODT54jxXjDNDYz8cGbmM4e0GN8vojE8Ly+a9jYFawOgrsL9xTd2D29c9fvsE5q2P27LPsyvjnf/7nKZi1w10Ys3XPHxsBnZuEzNUxc7dGKmY+JvD4PbqidZxdPvc43PE+OYmxm4KMzEBCz0vY4phFpAmv/Si9L6gL5JLR5EPXoTtjQDnTHqlh7XR1jHPtKC2sEflm0cYEs6dOV5+SfKunt3pwnflkCGuEsob5DmZXi4MY+MUhbRAwd7l7ZTwYo+N2BgICztxikn2XCy3hbrtgCCOBy1ubc+v8PjbFLAUzPEGGlVDGBF2AsYK/o7tdPkIZpZhpjK+YnCu9Ty2gap4Vs1uO2bOe2fOd3TTC+gjh2zrkxLR7/eSvC6+nBXWJFu5Mi2p9qmawq6/uJKIe3waT/kxbRKccZy5S0KlHpQNkf88d1Qzzc18M5n6Rc9x8gzMF9wXVEXMOTse++cCURaO8whxfVUr1emZpitsbfMMX6neRwMuBzAxA1HJ+Czgz9ey2bVylBynBLLXKUV/ztdvqexVAnghltMwsjU33NhgzSCOcCcx6KKMrYhMYJWMcrlX1uc4TitmFSjt8AhcjT9EvVt0gkFtGQKMro4iyneE3neXC8qatHwZor/6UMlbLFj8J9asDExUxtvMKmlorSo21QTunplloo85aBF8OaAxpjN6eOpRRY0CbmX6kFvlbQZIVklYbs7XK5kGMLQHu5IBmQKbXm3HIWDUrn3oNzCKmo7oqpZxeL4u6je98wfKNzhmYPfMsg9mf/umfHgtm7rLoEJbszcBMLd9LALZxtczDFd35MVPlOJcoc3OhjKM6ZYQxX49snwNWUlA6hboEzNTXmGBG5Yv7aCji6hnhS2PLRet7O3C1QzXLeivlTLCmc9v2E8yePF19EpUxyCqJStb7mLfXYB8UM0b65fySOzY6mFExyw3vXDFzq3xCl06oY+oLe4xANwuDMUKahzJWz0Xr8l8fE8wuz4PZIx0reVIZgyMjc8nUX7EvMJuBsjL/U5rPBtSpHLPmIpsQWSle+4vUMl+6bL4m9GwFajCbf8EvrLGGtyb2saI0maTwxmC2VXGv/n69k2Oqcw/ughfkKwiX7DiKhUC1j4KohxpoBNvWrcn9EK78WTxSU6BFPtM9IXcQKiQhlC9yx8o3/uYv9RyzPq5q2dc+U9S2gDKAmsAMRaRTexwoZvm6m4JUgRvAbM9t8kWbFqaIP8FgTq3vZe7ZTjFzGFtTGfM5tg5jNAWB+cdVKPn6iAFoHkTBH5XWfJ9eu1ctxywSgsxuOjhvex3Mam//+5NLzB+LmOIFsVi8eh7CODhzYBNcWTtW0gbGIAmgEchOXmj6VKGMNP4Y1C/T2IHMTT+2nlfmQMbW88dG5h7cM1bKfL35UhyrmpWPeu0dmN1I6K3H2fl6zpkFEmy38SMvXL7JeTD/wPHAWQazP/7jPzYwG9Yiy8CM87N5aoCsDcYEPlezaB6iNK80/NEhzZ9jBF4KV+S432dp8wIxwCTnd2OrY1Y1BpSlBaYJe67ieVijhzIakHGdYLZB3+uYDcFMAMeQRappsNI/yjF70uLwCYSstN2z8EUAWrrfFLSDTECqCaRx3r/2d4VNZb8up18ITTErj4yoVMwca1wlM0LVQxa3yy8OY5ivgLHq+WU4CWZjxczCGAdw5k9RezsEM4OzMZgRqamYXbz//qjVVRhxRuvwyzgKT3eIqLu9WMfBwsa24AWcb6hP1UACElqCiQ5rmUJkmAKIYnK3i0d+FcCiXi8oJOTxfgpmq1FrgRqHAyBmBasrQkntZX2MItl6Lqp5vDd/JolfjpUG2XYRd/gHK8abfvtX4vdMZZ9jghfBzJWyvibzj0rzD/5r8FBGBQJjHlCGvitnV6CYFdjkW9VBjNWurFVfMKe+XBn3omwWEQKzgw5SAi7nmrUraBn7kHm6Xf6hG3q4SmZh1sXADOOV5aKtTDHjzaIvtQxrbXxAhcxDGXsfgPYfnzAPZiXeJxaLn7p5KJt8n6/Njx3Y8lBGhDseV+OseNHpzPxjEMpYTp5f5uGMcGV0xczDFXnmtcnYR+vqF+dPHsLoOWa4VqVxCM/3iIjHxsxRPuAamNWY7C9j/juQE3kkoxSzn3jh8s3OGZjdd5bB7I/+6I/Ccr5yMBsYg+iQ02L2uhmYIrPlxiCJAoeD83wWTW26A2Rpa60PVU5rhKOC+6AyVglLeR7afOiiAM7BDONNH5e21vcSyNq5AYy1aQ95lIJGJaxtZJiiA52bf7AVhFE9c7WMtvnR9jQwe+Li8PGueIVEI7IJ+9jnJODAhlBGYxlX0XyPu8y7YjY6LrmnoWdB4CHoZMI+H9DMP9a8+YL+vDRIOCPLDMGMUAZFTOGL/Dv6ytb2oJxpTzuLzD+EzdACKm6ekFYtxLFoz1HFpitHYLa6957jPf6gPrkhyK4VqBAyAAZcDrXqkI8MH3IWoKeG2uOoI3/ffI1dPGfqlNhnC54xdUDkPfKmw65sz95DJ/scPlZ3pezj4rlxqWGHWnuPwM/RPwN/cZ7vlpHfm33X1yBs0Yph7RHCOOcq2havp/lH7MDsUL97zABErZl9GLBxjYG+NdaJYsb8MurcbvZBpSwwJqwRzKCYCbTQd5WM84Cvno/G/Z5mKrt8gdWl1kLxytKX59byv/MRzGQPeZApYgZgAjOdeo0/XGuvRPzbx5fIj2WU8oKeW9YhCSGMuzHmND8EuLFBSNIKziz8sSQKmp/uzKjxfCgj+zmUxah+WVvvAIZaZejXbo2fGH3kBh8DpWzrtcocsE5u7oFn5LzmCnLN4vXmHBrLu7zWdcXMf7NxVGfceDWkK+MTXrh8i3MGZvecZTD7gz/4gxTMBFCcP5VK5q/HdQVOx5l/CJy6enY0b6YbXqS66lDfzT2wh+pXFWA5ZPEz6eOhXf5c6KIdLp8V5orpeVSPTNdg3phfA8pXWMFpwhghTaYfBDBZ5hPqdntRYLqth8BMr2tg9vjF4WOz2mNlLwtRxNiAjPNFfQOzOXZhabD9yjnnmJsFs0czjNHrk+Fh0ZJEnTS3t+EPspD3PFZz7WGOlAExL8VszvwDZv9JGWxrK/oIWxSQ4WtfDmZrgNlDNravp32uEJ11Cszuvsu0HaML/0IOoIFahgUd7nQojjA/CYWFEIMcktzF0W8k1OeL2erqgg+pSQQ2wBLBTMu8Rwe7yN6HVvd4D5EqUxkYHuiW/7X2H4e9f0p/fhDkeKP8CLULn0vJ3CF1s3SrhBuloexbfO/XmzIvVQxjqGOmngHGEMKo/oWumFku2QEUsyy8cY0x141hZP6xA7Zthy4vdCEwcxCr1uYhjXsaI8cM8NVZxeEsHMy0p+/HQ5m5IUIZ3WWxmKAZMNP0NeabaQ+ul4OZw5iT5YFJfBi74tbs8v/FY+fA7P1isfiJWHoeGYFrZAbiMDZ0arR5W59yMHNXRoe0OrlSxnFgPoEzjRO1bM4m33PMrlpLAPNz1nkxzyGzVufpwczXDUw9Z+09I+KOFMze8hqY1aIcMw9F0NhhKZurUeo27nnR8q3OWR2zu86yK+PjH//4mwYzG8dQTUvCGDW0fQ5YBl/z10df8yN1jXORF4rO93F+BGIAPY59jWAWiVW+j+nE6Bb70UGKr3GFzEMZtx3IArXLUkOQdmiNNc8U5tjG19p47PLw52LvmD9b7sG0cM/hjPvU7/vQPygOZANQY9+Us2aZ/zc9pHFs/vEI5pjxawMeCvIgSdOlw7Zvu8TN8qF4gigN0tJcs3EoozsyzqcCzs9bv3Ywoyp2EJXqmOZP/FPiw2xi9fM/HwUuhgZQc6BlmhIBYL7umMEfwvKQFVUYFilQICSVQCNIwXvCph4PorkSZB5cwNU/Xac1ukkQGFMROMbb21g32MYIT+z3VolepX9mTP4qN8CuFFjVF8IrgRWfj/LMUgUNP29+HlWvwbX8eWvPjdMajFLe6ge+WUlJPQSxOqihJaBVW99yrlvlt2u2L40lU8nQ11o1ILOwxkRVu9L729jrKtklAlYUV8janJt+AMQq1DWCnBSz4uoY4ezA58ksjBrkvOeY0YhIkAVD32KM3OYLHBoJYcVCsKsrZgQvu8HhWm+z/fXa+Y/vyMGsxP2xWLwJgYuAxnnODez0R+GPqFWGcQptWfFpAJupZ7XIlXHqihJyzQaFpk+UX4a+qWOwyHfDj4J6ZJyLIZhxjuN5+ErVtBQ+ff1w/pp3RsTbRHKU12lgRlfGU1f/vw5mz3/R8m3OgfkHAennzzKYPfaxjyWYGXDluWbqZ685gV3+1pWzE9rl++vnVLEUnDI1zccDMJsLa/R9vMgGfcFl6X2uEcx4P4Ss3WsBVSq6revpCEEiQE1QlYIZxwIzg7DMuZFg1tqWW6Zx3LE4/Bn/5k7li2uVoMaTPANIK41lumLGKJiD3lqQSf7V38GMOWZDMJu3zoBC5pW0e0ta7fs2S8AWbp6QBgHKZUGN6c5IMHNFYrkDsxq3RwFS0tSDOFl1l6aO5aw9AczU4uYt/8yVs/yraG11zK6dtYHZ0552w0wCIXKW6KxepD3t2ZojYmHIYzCEzyBuN3IwYM0vOARObQ1gxnsUsW1vgFmZOggihNDyB3T10u67uG5n1Ff7XgFQX7dDT82raC8lQKuLViNg7DFF4Bp4z9qfT+/VH7mNXcVivgSVN9IpcwPVnfpnrLDNfjMAM32+9mn1ubf50e8AUPWTNcu45nC2Z4pZkmfW5g8dugRkqWrW9k0K7uW69ijYF8WmpZjlmaNtrThs9fHudQQ3nFWv1y9ggtmB5Yv1sStmEpaYh1ZNiOrXgWJmcBbuvmjzrooFlLRiP0qZf9RD0CJu3CGMN6p1EqfWWD27gdljfi774vzfY9qFMV68AVjLY4DLoU3Kll43BDKceO0AzGAGwnGSa0b7/GlYaJoQdJhCitqKNjtdMauxzXPLMhBTH+M0h2w8tjMHtvl1f3acV2qU14iIXw47yn99zcMaTTHLa4akc5xmvHkDs1940fLtzhmYPe0sg9kdd9xxU2A2yENzIPP9GqfOiQ5pBnvVrfIzJc9DIHlkYY9YczXL7faHillyuJomcFI/BUHBj57dapRtLYctCFWCJ+uHwiP7SeATeFEx0801yOLrKh0aextwatyttfZnF4c/LbCieHRk+JGoaVVzhDIPaVQLMCMCuLi0b8DGuYdMk/nrE4cyPhKKGa3xJf8JxARmePCMVjeLJv8BwPoDaG6dnolhiB6mK2cOZhbKeAkFphuQudmHQhbV1x7OEdr2eoHp/8PeW0C5ciTruhFV0h57+zIzMzMzDjMzMzN7mD3owTse8DCeAR+PD148zMzMjONt75Yq35OVsfqbf4WyqjRafnq3j9aqXZmRmaVK9e7u+vqP/LNwVYw+zEjaosljaWE7Ek3drt+mMl533X4bjclLrzH/clP39BKoKge4z71fchMAS5GlZt53Edv6eCEy/+7G56xdZvZj8L++90rmw+VKWfxMYlqjwtg5SXEEmNVUxgTErEKYKYgJxJ2uMbsIGGP649rOmeNPLcXOm9s5TWGU+rlTY49NnH+OqfU4M5XRCGfKNApmEjcAm+zpDDBLdllpqPgpkGlfBTM74Y0AwEiTGtOJ8CyAd9lH3fS/uPv7rOvvo/B1Wm9DWjOu7R0UsrzOvozNNANxK9jbjMqZ7mk2N5VR15epYqaGH2nqYronGSGsaYef15twxrbSTl2U/tL+7mL2YJOX/8l/gFRGTWPctXAYZYKZlcF+9lsXtzpjYPa5YwazT3ziEwpmY4YfCmHa1rTdl3jUVe0yvUZz3zIBJY2hrOPUmVH659DEur7GQS13ZVR45ObSYaoS+4jpJtWimLE+msoY10tMPiz6SZnpiyUOWOhvzvaxfvURuyRXwgrKHnWkM5aIK7xFnYpZi1k0JjxzoUiyXD3aT4xIZZQdwPQxApNBOaHM9QIKWalnVc8M8XI6iYtwa5SdtPM1ZsWW5va7mYQJCMMDEGDMcOQxgFkKY7rejG2FscyTjmvMrr1Wp2NT6UiNI/SVjxdwaQ1i7VB4VUQlQ/pie6nW1N2cLQFTVnX+LOrv/nT9HF9x7zkXZiYmRRXQPaeaxKks3uoDbxOlrJYBXWiDSkaIGxgHxG2PE4DWReNKSweA8UCqo8KZCuc0/9CfScnaMkKX/omF/QpQKFPMDGAW5SaUcRnXRXFjjD4CZu30aXw50nZkxEt5YQJmSpVaVtUsVDHXiaD/uQ/rf70/aN79iC3637sbshYj8EWlDGdVxhI1rV1XEJN6vuaMhxh/0D4/NwFp2+XnNvkKZ1Ef6vvscmEsAl85mE1eU4b+uhcZ66OKmvZRMPvVwfwv1CXwFi//3f9wXdalw/rqxGVKXmyPV1cVs9/+1sVtzhiYfekxg9nHPvaxcTBrt9lIimNub896vql0U41T4EogLHvv/cEML1XSGG8Zg7CNY6PONWYxJ7HKD8WvcP8ypiiirG3RHGXLwEzhiwqetkWcR4DZR/vVh4y2+PwNSSBTCNMj+km7mn9c1ExAKmNo1+QTBbN5a8zE+MPg/a9AtrnhjmvMCGY9YUwm49t6LkCFswnKUM0CzEQKOWdlo5iFWqapQpGyKLEdhzBzZxfroya/AnikrO3q1siy2iCUmmzqdmLnrrnGAgK2bsGl1lPuEBMOpBHmr+RahQvEaihJpXRvmHLo+jWm67F3BOE4yNRJvb9IKZTbxTUTJ0mbCFm61TWxiRt46/uM8G2RPnFFXC+HNLk/rttLIBZ5k+kcFepv85F3QuGyOMSR0Wt7kb44R7soaGGXD+hCmYAm9fguQllBjW6NA7Vs9VvV/PAEwuixqmcqZlTLaAJSbqR1PmFMxajKNMI/pf5hqT+B1X1ii5+nUmuyRQPQCGZO0NoFZiBOweWIV0gDnG3qH1LXvHtZ13/A+t5lfdluSGNdjvltbXMQxhqpjGhzmoFU1cwV0NJDnQg1hbFlk78Si/xsM2nEUG6DWQ5iWtf+E9va68p2QWoZzO5q5p80vHxZFTOHXTCcquQlClqyxuzkWxe3O2OujJ89ZlfGH/mRH5kOZji3wEz6BHxl7cbrE9IINuHKGHG9rzEo0zaBKo1FeWhde2TjaF5DX2MbTFuAGeORfsh505FRlLGomoKZwJoxrmC2ORPatE0t9mEK4h/uVh/YBWa+S0nTGOps0zVmmT6jR+uh5gLAbEoqo4BZPWeL4ujIGEQqC+aomOmyrIvYv2znBNGnGoDUDdqqyKQLlMyWFS/P79y3rNSP3+Xv6vmB2QC8KpxFGdRZdL0Z4s5kLoCZ2+e3iVqf+cz+uYLsJaX2UNkDa86V87cA2iCi4h9K8g77pUfqTWlTvjGaDh9v0KC8ie4Xp135V1/HGjnsWb3XyxvDb/fx91AxO/VmX27OgLAoq5JGECO4BdQtzVaEryacsawo4M0N9ddbxQwgBj08cVnEpFAXOIv+8VNg6Mgj1gm7KGyRZ9QYhBxEcOtOYHwJONMURe5scI6M7NpfOJsbTGfglSyMk5XMoE7SpvRffUDAzD9pfX+nNH2R9Q7AtmivMZvn3NgAMakLiMlm1V6vh02na5/BA8gAaOmRQZnt3L/spLG+rBDIankczBS6PN+TrG2TP5qimANoE9bk8I8Us3t+IZj9EzX/0HT0VjYJCvXZffWNizucMTD79DGD2Q/90A/NSmXUPpmqNaKuDRmY6fqvCaYe+ftKu5p/aB+pD2QjxPX+Wy9Ne2RZ17EpWGVgFuMjzhjHxkHoNKY/ah+FstqHUGYBXGhj+qKmMkbdP9it3rdL/XKAWpSd7EIYoyvjEtcSV8aL43CmahqPPcHsvKQL6URVOSOV0i5/ETcYk0Kd5BltJYCstjP1kamMxWzl+RqzNJURlvia/hN9avs5whse+xyKGSYhroyiqAGtZX0aJlTB7FOfShWZXGXZa7mRujXOX8KU39z8lxq7S/mQr/wW9QPY9xWc1Xrv9oemEtf8WbXTWO/wqfdD9cJTPp7kBcBifzKMi7KmPw51HzMFMdYzwdxxlrVncnCNmWGHQVW+rAVm0JyiHP2Y8uiD173GEn4h37CuKhnj0R9c01+EGlaFSjH4QBl1g7hpumyQx5YlzNbJmrGL9WZjkrF/2Q7CZL1IquOF9/F/2x81777f+v73zVbJCGBtVQzwJjA3tll1F+fmnmdwZuzTjadLc28zTWUkuDRSGQFjksYYaYqSuqj1OE9RzPKYGpbMVctWo3HfEd+kM9pfNbNftvry/l9tzT80byB9FZRdswqKuQ+2+t+LO50xMPuSYwazH/iBH1Awy+FL4Gisv/YVOGqlPWrKo2X9GtfQchPMdBPpZHzbVr+hkrEfwrwvY13AjGDHa3CDaa4lY1tU8rKsMaPbIt+XClmUFcbirGD2/m71Xtu1luyc2VBjVNT8HDwyAtrgxGhRF/OPcSBTb8DcOn9GKmNVxc7TEp8wFtKg5HBGe6VMT1wZTxJzjxMjkAnLqI0+XBkBZvgzGsw/1GUx+5t6FxC28wA/bx8hKyZTJdP1ZBHTVMah2iBUIxDRNFd27pOf1HTFfG+vQzhGZKmC6s8v4KHrsooxru+tE8niu9BE8UyH5A0CXO191bScv9ThcDYN6h0kqZ/jhJfvlYaw/A+RS93pmg9DCYsD9XNUzvTM9ogR2IaqmAGskKJ4EeUEzkRIr5AW+6DFd4+AmQt4QTVDfEc5IEzjYQoyeK6MAdQiHoxDgaklSgX/dCeqeKlqpgqZpDLK2HMFilmN9aWCmU6m4EYrfcohypk60WLiv/Fe/q/cpDF+0JYb+FEoYz0AKSCNSlqjT9+hPOeYZhAiYIa6rjdzK97ZCvuZtV0ZFUjoxhiAFumLBkAbbK1ry1Qha20aDTCcZ32fQtSstWXaPh7zu5rZJ07B7D+vSymdfdGvyrTrr1zc5YyB2SeOGcy+7/u+L8BsXBUTyIk40g11XBOi6i1oumIhjMFdUV0aFaLSe9zRJwWzsZTF7JoKTy1wkzVm8b6xuTVhjGYfcf3YeBpAV/vjHOYdYaVf16INAC8Lq36AmRHcAGPxMgKYwtjmTGfHTSrj+/v1u2Pz6LIUMKNyxtg5PhdEGUIT+geYtX9taixPZ7wAMLvexlLVzofeBDCLlCHddE12zPZMNgSYqex3MZ9gEpP1Zg7zD8lvqOYfv8uKXUL/tgAzfYSDOqYwlsFZx0noDSMeAKf9mKhFl8YS5h8f/3g7k+3wdojtVMXDv9vBZyW5iiN9GvOUWh6bfvnDz5f95r3NXT73MYWyqoa5pihKuWgd/bG32SKS5lz/x0u5jChp3kzRHuCsSCVfVTJNUzSoYqbpi1GOMQQzTWG8GGe6NubZghrjEeYfhC1Nm25kvqdteq3eAGYmdGkaQ9w1lYExGfvL7+EGwJ+wRX9n6zV9cYZStphrEKKpjApd2fgur8eYfI8zBTRVzFqpjLla1jL9qPXdG0hbWzGbuH5smG3s0QYwjU8GNUlndL+tpjKq22Je5ouujOWaxd3OhPkH/DWOGcy+93u/l2BmY6pYvhl02ypfN5QWqEv7EcQAbfF2+2wqbYAwaUNdAqimAJcbfoy/YhznKrCXmoLEfUQ9PhdVx6JfhbEhbPBxHW5CHdAW0DWImsZ0RjUD4ZgAM796sX6XicrltW44R5ujn+WAxjEJmKGs9cY2YNRkZqYyAsiyzdooBarVZCXNgLfVQqDMpZ6VHWVOTo0MRU6oH+P5aqSNv6XLShOXB5sy+vCzjH3M8hsWGMOjKMoBY1k6Y9mYf3z0o20R7Phfe0hRh3/HvOFgV9Q2jR/F58ued/+KL6lQ5QlsWdTlG2AgqKHfIDINFDMm+saZB/VkqGLoj291mBvVa69p4EF/1RxlEGffc8leZsuAM4CZKGJRJnQp16i6hr6cXH+id6t33o4tx+CtmPVcYxY3ScWsi9xKtJmuK0OKQ4wlqP3su+I/4R+yrvtBW/S/XyFstC6Q1dyUmmPa4DYbzOQMWEscGrswApGNpgXOCD3r3PijQhqBLFIYrQFmBLL9wUyP+XuRtWDM58DZLw/mf9nMft3MzO1uq2ImqYztn7mNlPDB7GP9Pc6YK+NHjtmV8eqrrw4wu0lBcXeFnDJm/kGlqEIUzzGG1w/ICnVHr20ZVNXDVFlimXBDACQ8NVQ03assTUeUsVS/hkRFY13Lus9ZvD0/wxhj7M94XCtiUVdVjEpdgFWEmNoYEKcbVHNTaoBcHHGdm8Dsvf36KmTx1TNYBZDl+G1a+IxAhll+4XUGATP+XmdMuYbtutH0b1Exa6Yy/q66Z9ml2W7YnCCOOtGhthHeVsut7X3c2InzxsVKX+oXdd3ZRjUbzK6v6YzpPmZul9lQUxlNUxnF4cxtGbFQ0GK23PmIYKZUiUfQEgCGckMClGTTE1t++MNtW0ENja9p2n+/s/Fr6Ko3TbWbnz5Ie3m9TDstkUVtbt6x9k3HaFDrGtB0UO2j3Q7GrfmIe3z1Z09z35ZcS+b1zLRGAlxJ4EzALMw/kj9JUDE7gQ0+wawtmNOCv9jalvU7Um3xl5m5PL+DY3JRFnUNCcuDA6oAZNU2v5yIUkaAQzzKJVmy1a92gZmw8X4xKmZIR8wVMoUynVS6yjn6/+RVHv4y1nWfIXARtnITkHa71tuW+vs4No6DWXuPM0lllDKATGAkU8x0z7Iia8ss6gJc2bkEWEU97gOKmFcL/nF7+3Z7OzanfTC7pZndtC+y2/3rGjNJBm+uzWUf40rqwezqxb3OGJh96JjB7N3vfrfuLZanKzZgDeNMrzNlLVmFqnxTaYGqfO2YqGJ4EdxwPbbFfXMD6EHH8hVtunH0XMVMoE9NPqLO9EhdfxZwy/e1gN0KVwGbMTT6pxtPC4yZGoYw9bFuPu2bC2GT6c34/l3d6h1FfiM6QAyQJuAGSOM4toViBjZJICyN6UFN5vP1GE1lLJdtznBcvCTKmBTpEzCm8iA3mI4bPYnNprGmDGWZJPY0M6QyFihmHhPAGjP8XT2ATM7nCGrNv0hHe7FOHj+FLnnOVTO1zw8z8Apmiw9+cP+EPvbNPRF3+SDKSE30O9AtaUzfe+JLR+lM1YERXWclBkqoHcP2Bdpt7gTr74qD5o/e639ei//ImsJoCmbsCyhjOVHMRBG7mNcJbIli1l47O9hSdxtMtG6Na59zSRvqg1uHN/YTQNZGaMKEnF4agDKpI4Y1Zi5QVSKWiJkO48xgZozH2CgDzOSvYFlOpp550zwXmciPvDN+pLzG+v4phLG8rPUmpKHciGldnB1zSJu795nnClrnda3ZWCqjB4jpObXI37QVri2r41tglht7HF4pm5iamI9pg9vLzezZ2x93j1gVQypjBmN5TEGtOqq/bXGfMwZmHzhmMHvXu961F5iNgZrC14hjo44zvQ7G83rRL1XFWBbwau1jpnCn19ZXqhzOecW1mdqo6YuqjKFdrxGHxoeIA77i+jomP9QMRMpIeez+W7d6ewAYVbGyZFpj1AXgAGxxKB0MS1XM2kA2RZP5bYtNWhsvrDFLbPL177QEM55F/lvIRGJiO2FMYqKa0WqSG0wzlZGOjDx4Z4Q0xHnWsqQy6s3CTl/VMhqEsH4BYLayxfvff8jstt95HUEqYVveu3le9/marwBQaeqiwpjBRp8QhjJTIZelujIGXKlipvUsAZj1KBPaCGZUy3TtmMbPaV0TmKG2iWJ2URUzMfEA27DdRuAs1pidc/iteCJWigsjlgRyJuiHegkwW+nNQf5L/8DEG05oU9acff/b3cw6c/+f1vf/KgeurKwwpm3sPxXMoKC10xszBU1SJtt7nDE+eEe1jGmNoU41rfIVzNZW8vRFlnkWI4/9jT3aaYqje5JpfX7bVxez/2xmg9sToZjl6tjEjcwqmL1+cb8zYP5BQHrfMYPZVVddtReYMdWO5xZ4EaqYyujutmMfMzUWYYwgFXxhm7goYqPKWdx3o877HDStUa+5D5hxnzZ9D0KaGIgYrsFxFoCYwRevJaYhCmcaD2XMapzGIGH+sWnq3tGt3mYEM6pdUMVcYqKaQS2Lc41VMGvrMdKOQzegDsVsWirjZTWV8ZL2Fqe6EVtXz1hYF4pZAmY1xnTFaItYAZiFqtZhL7NdYOZ23opAGf3avH78Q1jj19k4HvMQx+xdUhn10/cKbkUVM6hlHfZCK3XrXAswu/rqQ1GWuMHr3xNLNUpU/8MmUkigqEqnnbVyeEv69r22XRDbTpB6Be2tfXAFbW+bVRbXJtnoWseOXKT+njDe6/2+4atVXgkAQ8wCtGAQQkUNRCCQFmAm6hjLbItyA9hyX9PBFro3GVIVz6Vg5iiXbEWptNnQpUBmCmPKMwJkMlbAjHdLuJI4ztpfWZplNf8QtUxkvrDLzWgSZ9rsR/t3vc3N7M+Zdz9ofb+cDWaNtv0t9tN1aRGLM2IKbh3G5ZtRi3IWUEYwi3ojlTEFM8IYjoCi1j5l6KPQJf3GLPGnm3octO3CYLZZZ/Yzbs9cFeuSVMbsVcZSHAazl/cPOGNg9t5jBrN3vOMdCmYlM90IGOJaKFWlZqprBBkFMAsYUtWtllMImlgmlE1Zd5aaf2i7xgSgsvVlqSIXIKTX5/ovmn1QJUN8YFlSIC3WlUU53jNrq/DlNbau92HrLYFZXVN2UxlGIN3b+/WbTVUvras6JupZWWoqYxxil1/kgcajrA70FKJUMVMwQ8HVlfGyur4sfP0BY6qG6aZs2YcySCojoUvXm+XMwyNSGSuYSSoaFLNLG8lOWm7cPTkaekB2s1IGjGm72LNUbeDEFu95j/ySOYIX7uUonRnZaTxtUfsc/q60WRsOO2xS1wd88//Up3msD0OdcsxyiL4KY3quYNaCL8YIbApyuulEQRypjLs08AAxtqXryyRWj9jHzABWLHvGN+inEEf/DLZ3q9H1YnWmO+CrKMyFAhfjoJjZRdxERopxKHFmbXKNb3urm9nfss6/S0GLkNUGrvnpjnl/vW4T2ujcyHN73VkXdUe8s+KR0si1ZprKqBb5FjCGdWZmxVwVMoGwBphJ+3Rb+8OvGUvfp10eitnfMLMfcHsRFbN9X1hj9vzFg86YXf67j9mV8Zu/+Zt3ghnLoqZpm44pOk7haORsgBVtz8bsVcacIqiqVeHeZa1+hLa49/mvNtQp2Ilixjjr0T6oiQiNPbg+DSDIMSXqFcain8UYgtnb+vWV5ZwoYnoAyFiPcREvqqDVFMhVmsooZezBfKKP/QFoALM8lTHYBmAWiYCx8RoBzHUyOZglqYw1P1NMPvD7PyfQEnVObGcq49KsKmaOLWTdluHRBjVsE+ej2i4oE/MPInF24zQDib7iWXfRSoAZFbN3vWvffY+h9xxIfVIjjlSJGh8/Hjy8iaJW29FWq85eBcP2p6Jflf1TGkXx03HaQ14P+vavUTATuNI6LfXZhjLNPxZbMJP/7fhOSMEMyn6MMYwTs6MUzM5lZ/2OlrqWl18IdkN3yh8nUMiUZU6Y1YcDfaUMMAvhMs5t9Usz4gFmaONYXWOmFEl5L7vh5Kbjw2DbN1zpZvYc6/uXEJYUjEbjUh5vm2MUspjn3CgqWg5oLnb6but0rZkCCuFMrfJp+GENMJuxpqxek+rZfDXMD6aQTYg/zcxe4/bqdQWzL/IVz+dPWzzkjIHZVccIZvw8RsBMwSY3/MjBLAJDZoOv40LpCR6S6xOgmsAmZX1/vSb7KVjl15aXjkmukcKWvrS/lFOoCqWsjk9TGYPL1Jkx+vH6tL1nSmXAm5YDzMRGv3tLv35T9lszuKVQMUO7HhzL8lDBDM8HLKtPlpYz23wFs3YqY1jll2ynbH0Q4sQTnWlYaApjAJfma0q718lKumNsOH1h0y5pZhXALgurfB4KXnBhXFrRL6XWI5URUJavN6MeUKSe+GwinfHEune+03wHDIDYkI64aY9wluKGJD4nZakbSKnX8KZjYJL4R8iLWIKMce1aLx5jZKPrgo2rlQrx3jD+sGjWQtH0F+mU0CdnYTG/2ggQk7G1v5t5zEXpOqp1DL9+o3Sr81XAlq8tP+34Ij7ke75RwSpATf76UKSfqmgEMqQ6bsBMvgOodokqhoMAB6UMB/XlDZiFDh4gBZ2okcKY4o5Y59drDJ7CVQhPaTbgibJL1HkNgpmgJEELdck8lVnIQZNNC7v8IXFZxCGg1ogD4mp9M/GvuQnMrrBF/+R2+mI9j8e13i6PgZm8Rz6m03MbzNQMpN+mNZZ8rVlmly8W+QFlsjcZyoAvlhOnxbZSRjhUmJtv1nEQEJM+fpMBiNuVDVdGm7HOzIvZMJg9bvGwM7aP2X87ZjD7hm/4BgWzqWmJzbVnWtf4rnPABGPhPOjuU2GMsXZ9vO9kMFO4mvsSNawVp4Mj2whyes6UMrY315qxTqt8thPMruzXbzD9k2bUBc6yo0Adc8RiaZaCGQ/VapRvdNnWDWWrqF0PMMv/sO7bFEa/rKpkl+4w9KgxY7whH9ZUxmQSiNGCMs0K1I2mdY0ZNpg2u4zb0OYGH6GcoT5+qF1+js2Szog1ZRZ1SWeMVMb+HW9PFQ9yAEGIcXKDNralM1PYkFGACbGxT7lGAUnpxNLdaaIkdQuIUwt9ZVVlTdbz20mUr1xJVHjkeweIyoWTeclJ3l+vC7jKBuoMR/S5h3/ft2QKmahj2r6JQdZRmON5EdoMVDKsyMz/fBF92ebSjxtSF6hb4qSYpCkA3lDG6lHC3HbybTA7yWFNyozJj4UczFKlTBFS2rWNZVHMAFSkyTyVkSmPkAxBn/Kz73+8YWnm32+L/i+GMpXCVROssriO5XgZN3kza/Rr73WWrzuLs4JaHJ0agZgoZ7p/mdEmX9aVBYTpmZC1v6viPPjyQypiY+XvL2Z/2+2deSqjAtp4vILZwxaPOGNg9vZjBrOv+7qvGwezA5/1+qKYxWtAnW2qulHpsnHw2r9N+u1tic86X1S+atXoyhjqF6CM5YI90GwkrbEJY+jDg3EFMT26N/br1xlAKgALXKKwFjGkMiZghvJJh9/zlVl2Wk8UilK5MyPBLH0V38KYXRZ+hqqY7d4PwPFooGDGVMZVPWMyBLL8cHFwDPMPN1vJ43dVwC5VQ21AGB9kIsUx6ipkLrEb0jLs8vUGc+KkHpA+nQWw0fyje9vbRE0J8QdP8PB7UNiA3JSbXlARKptuOzfnrNBQewPeABPKdwEqCjz1PXODfN+lyRXIZS6Alm1pJgpUdCzm+LwUMuWVglt9f95pqTNyjWXbl9V7EKhGGQInbgJB11v0repoAYYkT7PadjrTR/zQd8p/7hJlhTGWa1/El9Ie8YUkzQmYpQqZtJ2Y2ukXTQCG+Ue2fizHlpIgTRGsKVEOu3xhGG+KTXlbaQCbn+xwgdUZhBujqvesM6bmHz6IEwko01T6Q1l/ltGKkqmPX/4Gt85+1LrFn7flBlwWZsu2uYfCVhvA5q5JA2hl9Y59O9nEWq/XcG7kvmZQ0ErnNljH9WY5qIhapvuU0R5/BSAbWI8jT1Vkub35816KWLu82r/vD5rZX3V7/7qaf4zvNDli6bQFs/v2jzpjYPbWYwazr/mar1EwmwVoFpXxVEaFkLZipu3z15jRdl7vM8pqw1+YNnlgMMvXkUl3ghnSMDchBTMqi6KQ5TAWL6Q1ZqmMeP+41uyje0O/vsKCU7hWLIEyT9sa0AbFbBwBVLsRd0aCWT1G9zELs/lyCdMWiSpKl+JismQbUhkNm7MJnOlxEqmMhZtNwzIfoMYfzvVuw7pE9y3jY1nUN23LDNyiHLOmK2M9F3n8hBYA24OTWoceIFqARSrjm9+M1DU/BZtS4sG+noEVkUKHX1puASUB3LVPKic5NuFygZfTN2RLMUJFtFu08h4DIk7xzGu84PoWfQKCog+ADnuTxb2TXOMdYo4BOnjLuD+kgMa8Fe+db4WZxXxkQFQAa6XElSqwFle/Rcw/+jOFswB4eR8e709CDpjHl7OY1fKjfvx7zM55G8SWcS5Q0HgonMUZqYyyXqzCFr4jGDM9WmvUCGbx3YrvaqwRq2fRkRCLfkvY5aP/4BCXYkPpUMwaAlT0w0SjLcZn5h96jCpmUsfdRxvAbE3g4s0lsZikxipJUmUr9TfNta/9J9Z1/8P6/nwKWSzPWn+m48biqrzNNRLJlLIwCGlsSh1KGtacDR7rzZqpjPUYNnEBMyeI7b8X2WzDjv1BbC/VLI99fjD/926fgCvj3i8oZndZPObAYLY8MJidHNiV8c3H7Mr4hje8QcFs9NwCsznXIJzoNRPjD4pmA97PCFf7qGHaT2KZIjcQ5GbCWcsYxKILFTMFtSyVsQVkjEVcHBpp/rETzFDXdWZ6dK/r16/RBxpvqWWihlm2Bk0VM3ILFTHlF7YxjRHlTDFLltpUtey8GH5o+mLm90/5cKmKmdx0lOlYEvmYbE/lwcj+Qyojno4DzGoqo2Dl6PI+3jkhjooZIYsTStaeNQ8idKQy+pveFFATwAJ2EZ7S7ZVdNjn2AB4ZE2+AV/RX03cZHGMjUO+LIBmAAP5zQpa+3E47Yy4xDNxYwVMaZaUZwtIJap2pYgeIjVEBZuxHQMo+Q4fCRVDW9WrZVuCmkfoW2oqb4fu48er6dbPH/tQPQgELuEJ5ic2zlsPmnChm7Cepj2H+kSb3xgYR+q0d/fXPGLGO1qMt2iuYqfqV6UlsV/Us6wNtfPDdqthKUxSFYxTYkvYSYObCyI7yho3J0Z3ZuSHtm/OzpjLqV8YjdUFvXtOyAWNUz6yC2qevuIN13acjJdCWi6pQVYBiuWesxjmmZzkHLcbZt9k/lLwo9xgna81wDemjR7f73Dnt8xWm1B5fXRgVzPbfi6xd318Fa/bx2TCn52LlDm7X1lRG9/a2Jc0X1pjdevG4A5t/LA9s/nFoMHvTMYPZ6173uqmK2ahKNvGcXZ9pe1HPbPUnOy9m7or7QFqy+TTBpQl1hCABPRidzFtrpm0BpwFwqDdhLc4aQ1wt9gv3LtNrCLB1V3TrV3ETaY8zRaSlgpnAWe0f4wltZWF20vFBRtmFjvPo0zABub6YXXAFs5ZiJpb4qbsJJ0XaxOQSMMONB01Ku+s+ASi7gFlJ9jETGJOEJgWxaFtEGW1YkRJghv3KTtKkLFXPEu0A9RvqY+jK7I1vNA/1yEtAjzke0sOkA+ueUC4AuLgGoSaVzAByFpAVLZDp4nSaPlecEBapdfFWRDzcb4FS5UCUQgHPayDWfRUqc9izy82CF/U65oSpUAyrqlTwfoQfRz+AZcxdUaqwFimGCk5xu6cqnTAfQJdpoPX6sn4s0h23J3nvWqZKuOn5+J/9YSpi+iS/I+1aQY5jpa5gxv/5AVyN9WXpSk2Cm4BZCROQRB2Ls6pnhDKv7fVa4rzkxhv2EzH3UGaJcsQZI+/wmlDMIlVRgasFXkukOcY4cjPBTN+cE+CRq2UrMf+QyXz81f/Juu4rR9eSSXsDpqQ8di3GW+XWmCn7ouWbUuuZm04PCZipGyM3kxYgm27sobG2hT3KB1O+2uWZscHsP7l9tSpmecpivppY2spg9h/6J56xfcxef8xgdsUVV7TBTCCH9Zkqm4LRTgVN7PmzNWYt2EvrCpPaZ2J9F0uN7Y1G4w3bxwyEChrqBK9WSiPrloGYrjVL9lBTy33tz3L3mn79ioAvr+fCJ/sUzDQGsENapNrl579G07bcvB2G7G1XRq9OjJcFjAFlxKkER71x9GFuJ8BMoCxZOKf9NAUSuZk1nTEUM7zCp+0SXfJfy/FIRyfG5rJAQJsDxDCZ/MYrwCEhK0AOW+rCNn/T9rrXgywATayqGsT4/puNYQyLLGQdpcw0QraxwRAKsGFg/AXqEOWLSpX2T5RHE9Vx9oekVX3p1bX/9FGMqw44etkn/tJPEMzqWdwZ0S6AJmclhHITBaz1f74ZwEqhLYkTH1jGSs2i4EW4GlXGltJX6nEMrjBF0CLXkFXqGFlbtmvcCYEqUeshYMZHzxhnEDGel1xjxhtQsDIlSNYb4Fbq+UOvfJH1/fPzNEYtz4lNB71myqSqYH0znbJRj3J61M2maQYSqYzdjlTGWFvmu/YpGz1UoZoDXMOhQeugY/xFbl9T15g1bZ0aa8+KpDL+y8WTzxiYvfaYwew1r3lNG8zmg5iOi+vnIKaxJF0RphhTbfL3T2tkRfu3Y5PHtcekqpgClCnstVIaFcLETIRQlsId2xTu1MExwOxV3frlcwFM24suYFrEuW4wraKSiVNjQbojtvrKTNw3DHP9hmVyV0akqZ2vBiCXAsjqmcAVSlqal5m5MrZYJm48U84apBlr0Io1wYwJTu1MU01v1C9dqY+bJwQunRSPZkwms41fcYUd9KVf57xRoUG77PFmUNbGiUTt5GfNKQnsT6PtS2m7Pig0THUmgllu6qLvS31v0mfw5F/9GYJWPOmH62KNQb5ZhFOjQpuhPkQ7zD+S746Iq4YsUKaAFn0JcgNuhGYfXutQ0rByVL7La5tFG/qVCmZOuFpFWdUxAhjPAmoBd1iv5ivY45dMxY8UxmiXL5fwM9uj3iGVETcotKlSYBxKmPXmO8Q3E7v6FddZv7ilQtEsABsfs/c18+vvv29a7ta4qOcar8Ygpa41U9A64doyGH6wn5p7TFfEtH6s8NVsv87tW2sqY+dp6qIAW0NNq2D2DxZPPWNg9ppjBrNXvepVu8DM5ipkMWxCP15zYCqjvB9hTEUzpj2OAhg7jStrs6GsTF1zppDZAjAdquKbAhmyGXWPs13pihq3THGTmCpoloHZK7r1S4VFQu3K4WxBgw+kMS5IAQJmwSqALwhNeA4gvEm6I45xxayCmV1aFbNLcs8wlfnGqHRY5FDGlMUoc6Ka3xR17susa8wUzMTwIwWxBkcvkjVmMYFCXSDOOkFNCWI/Pn7GZF79al0+pYXpUpeqLpUPWuvMKCnpO47fCzmipfPIJZPLIQQDkRFlScdrr3CMLMk9aA0fVqQXxg2wTedtu7Q3wFbZvWSvMSuN6ofdfmR56m/8fONbtKAc9vcAt3MsB9hJHl4PMKuHqmOa0nhCkMv7sBzmH9j8InVRYhvOmzFcn7YUcFvmilnyLe3BMNLejon5xzp3Ulzqnatq5vKl03Fgae5jJsSoaplMNp1IDmxXvfzT1vd3IMy00w/bMYUjjbXb9ZrTr9W+b9bbVvtqDDI40xmNKYxUyHgmpOQgpsB2CNONAwDYAYHt027fi1RG37V5P8oaV/OPv7F4+hlzZXzVMbsyfsVXfMVOMJsCWO4elUOlMsarZKCm18jt8tP7wTWbtvq6Nk37KmC1+omByKhKlroyJipaTIj9FPBYT+ELsaycAVeinuVg9rJ+/WJjGmOUEzVMwCynA15jGa6M+uuRdZbHLfVvwLFupzJujzD/iH3MmjaSywTY4Iiy7jkBBbA202h+k5qAXJQn1ApRl3L7WX7c2FA6AzHhY41bF5PAGrN4/ORENFbQRt867mfmtrLyilfiCd7bfu4aUp2KNRV1WvtzNd4yymKoKO3JANSs3SW74FwVEFb0nKPulKb3i5du1jztzkZkMNG5NAOnNSNeZg8h8emf/5VQukT1qsdSAU1iADGMB5iVmsqYfCdIaqOcE/XsNNF3Jd/2p3C1NGcaYqQ21jaFM/ZRGCu2VDATqIpyPVpKmrKOfhChmAmYLU83kcYMRS2rMUKaAtwirlOq1lCG+oYn4kSygqSn1pJ60/gAisTe9tItmE2AqP3Xke3TvveYibb9GsuNQUoXKY1MZSxYR+apQtYCpptf+bo51bQAsx8VxWyq4YdLfajfBH+hf+YZA7NXHDOYfdmXfdlOMIuNoaVttN+mrioSQUzVsH0Us5YKl8Q1ZhrXlzpE5u8lANe2wWe/FIgIpFGl8sW6XksVs6hHYAeYGcfyftnGdEWCYwvMXtqtX5jAlSpkbCd4QWWr9aRvMEswTCY2sU44k3JsMt3YYDqki0hl3OFnWBRdsI9ZSemzpjLGZNK1ZpAH1RikYXSIDaY5oSX2MRNbgORxTs5xiFVAxLw+0GzOBTfoJEidpExCqBO7N61seNnLwsihTkkxoAA6wigCMBYmGbT7wNM8gEUDhBFxfSTIiOmfgy7CVCNDGdYEj+Id9eUNqOMG1U0i0bYigwpCEAQdFCRDEg4t2DdOYHjHvmulhNFHWNxHE9vtC68YgAnKDrXN8w2vY6Q988ZfJwVUWUUA65z+NaJgjNYJdrrGLFfNTiSdUcoCZ/qdQrv8c/JdDMjSGNvkBzWhzFEPMANcCXypiAS+kW9/30Gi3foUqG7h8rETtqKsShn7KT8TzGzgV0VvVq3wa/tKxrCPgNubXkwwO3QqYw56h1/PlrePx3Utm6Y5buHMuwAzMfwgiB1/OuKhga0NZj9TFTP3+et+NZVxPZj9qcWzzxiYveyYwey6667bCWb7rjljv0Y7WSP6DoAhTXNsOUSqXf5kaMuNQeanObZUMb2kxhW06K6ITaPlGnI7Aky8Btq1v+2Ix0FQ02s0FbMXd+sXyO95nPXPntpPVTZNadzWVx1/nXIJVqKeydZgWdLc9RXQBk/BbBsol1Y4415ldCbJ9ghQKmWdqYxxwMxjJTmZmOhO9YwGICealharTWj+4Xxka5/TxzaCWUxgJYoYAU1vvKV1cse5lZWXvjg3omJZAUE7thI/cqiYuaQKY/Rm9EVg0MVTjRVT0KoacNVQvNQNEcoZIukIl3kpNOn9ZB/hgVbACcJqnO8fBUvX+T179Vvpt6hAVjgsSll/dgnM1by5dcAWlLNVXW+GlEX0SZgl+sS1JLWx2EK+O1vf3aqQ5VBGcPMAM3IMy8xIVvBqQJzGfbVbrec6stavGB2rcNdbAmYZaRbClpwJcSXJ13zdiz5t/eIOs9eLKXAdCtpY1rH7gqOOn7xv2qkhCFMZ1eBjOogdHrSO83obMPuVVbG+gpnmerPMOs8KZn9w8dwzBmYvOWYwu/baawlm4/DVboumyamMaoWfqWKJK+NcxSyBnhTQ9DLaNg53+iJdtfvx+pPWmMXnlTo0CmAJQKapi1LfBWYyNgezF3Xr5xdVxpat35x6IOtvIf1r20oz/mSNWeOxH1pMlJHKuDMfq9vgTGzPDBfGMPmQfM3kHP1yMIsMGplMgJpMBmUBszruhuqGouYfVS27RZq4lJ/zv707v7yhmCl8NW5aYjQRl0nFOrThxS8yJyQYbeBhAi8bhYVS5lBjhCpEXSlc4yS28U5Vh5s/Q5kTgKjXxKbTeENRhQSSaP1uARi8L673inKVzJT1CCrQDrEFgdX5YB82cyiALTMSXgP9jJ+ThRJmxvet919qP4uYfC4qs2FnMzTjay2fn96L2fZ+n2sXMplF6hmYoW8obUvuY1brNZVRbPLrGVDWALMTjomt23Gtav6BZGRdISpQFuAG8Ip42OVT/adi5idi2MHUxWCUFMxEXOJ1oKL5Oj66/NeEljWFcaFQpuvRYP6R/EyCKqY3L3X2YXt8KK96wRbMpq4j2z9dkW37X2+xiPoBrpfEWIdyVroOdvCAEFXMzgB8TQOzz0Mx08W07XXO6A/zj8sWzz8L+5jh9aJjBrNrrrmGaXZfHJiNj8nt8aEOAc5ol28pbDVgaQ586bj97PKlQd5vzhgoiOkaM34mAl6tNWcpZDGua8gIX6NqmoDZ5f36uZGG2FLFMjXMl+QXWYdW+w5Ls3UHXwwjqDELcBOXmKQ/XnQBM5VQDGDmdX2Z3SJUM6Yq1vPIY4Q+NqwXopaBLLc3jzZOMoU17Jxd4Q6GFF5h7JK20Udy50XTFkMpo02AKGXi0FjrJdMGog1aQjzCEszWL7w8HswjTbACCvfWoqMEAY7Q5XVMXIvrwgpgLPl9h7Q5K3xv4EMU49qliIs93t+o5sR1YGIhsAIzDIGMuFmNM+WScBJzjqiYnoADI2DJnnG2KROW5d698H0DSmuqIt47IBA3FfOqX4t6/dqOj1sgD4CcfAYB2IxfvjzRn1OggnBWRDwDtSXLGB+pjPKd0f7zBdeQ5WCmKY+bGJWxfI0Y21przRDT/oMTqlQZQ5ztAmYp+0B4WundSl3iema7xgTM+MaJcpaDWFPyKyi/5PmqmLXVqjS2Z8piPnY/ZewASlvbzr9PVbLV/1ewdAAV7vD3TjC78cZQzGyvl9rln7vFC8+YK+Plx+zKePnllwcQkRVmQ1rSPjeVURWzsTVmk50XdW6tcdomzVMBbnJb+7L5Pma6wXTLLh9tO1MZFdJUWWuoZKlj4xbMhufs/A25UPUrYlhTJuM0H6UsAGYOODM1MZyYMId1Zm3zD4IZ0xiZZ6l/TtdJSH0gmPGgesazTEono3JgbpePv6W7Pr61715UM0Ka20oeLwlcK3jL8cb1aChmlz/frCCJzesasgCJUHcCPkJdkg2ak7Vhp9dyKm2i3gTSEYAK9DtwzXZsXKaO8VPVLspCSBU2VQuKeQQUYg7FCD7cMToUrE1bUCY+JyQzkk5dPOkLkC7uKT5aSQAtuoE2ZchCVq6KoxmoWNb/xfyoArriX/1sQ3XctRccoJUAGnN5wS2KAJnIMIs8p45yjMYJcVxjxkTfiwpfLEMRY3/tRzCLNWZjyFKYypi35RAnihluIuUVX0kdapp6bNDUkK6MiwzMaIIpx2iMdvk+cCK4KV1rJjccZaVR7f/C/xfMFos7CBjpee8Yzocbi9j+Y+dD4+CeQMhxqlhHAGa/nq8xY47HlHTGoWzNP879vhefMTB73jGD2fOe97x9wWyKe6Npf1XI0O+gihmt+zW45/ozBa25ylr+vm17fCpmakhiqoZRMSOc0fwjiWfAxvk1wYxxgtnzuuFZU8EsO8oC24JlfRZQyPKHG6plyjM5mNVjt11+l+8ARq2pLNSKMibAspBp35oI1plxIjzUbhrn1RQwawCYxlmWNWYLK9bZmiBWzw19ABPWRC+sxqmJW2tbP++5kR5HkKiwg9S/+BdtsOuo0KIsEufoWtujQRNBRCkyIgNhArJTpERGPYbJlQBASJOECoehQJmq9plhMlSikOJHv38Yo0C4I1BRZRNolM2c+Q6eMJK46TtAlPPBi1fMHz9opaLvpn1rJVoDzF50WR+piIQsVckQRx+2LxTMrIJZAZjxOyNVy1AvAWVo3wlzAmaSmoiY7YYx9JVDUxl5M4QwxlsK2mozhiwDMFtBqJS7ngxhHkyd9+0VzIIY4+a9xozxTCVbyfoyHJdf/mlb9HcYh5X9DTnmq18tWNrfMGS6Xf+yOjOexkvXYY8yARFH+cAK1wEhkOWbIZXxxp9HKiOT8ZNXtvcLx6zXZrf4Yy89Y2D2nGMGs+c85zmHAjOW56QyxiDeg6Fd15jteg+bn66Yx6VtvG8W2z9uY2vMxP3RZMyA2L5rzAhzEWtZ6asK1z+3G55edoKXyDFpGwEth7OV0axQsv2KPMhIv0hhpJvjhbons6wxEzCr68s8rKOplt0ip04hUtrohysjblbgiwYg2aGpjmKXfyLpXvUx7RIrYfwRe5FFeQqc1X5+2g/7mJVIV6yA1tUHnaHCGtWy0tALqlqGnZ5Wtn72s9puUxrVGiNuo+umNeYKIXldW/Vi7Uj7zfV3rb57VLjnmr60TS6eh1q//mUghpeRuQgNtz8HOYHw0n4C0o0N4l76+27BJ3lCFv7TO1IVCV+N+kLBLB7cBLYy4EI7vmsk3gKzpQIaJoYy2xs6eYm2usF0CRhTdpHJsI1l1gvALlPMcFdYe4Y42sjMenDGTGUMuEpTGJUe9aBaplD3/BdWMJtrU38I2/tG281vzS9W+4htoMxrGmOpAOJmw+H3FJvefpwQSDD7cSpm81/cdHIYzG7xZ19+Bsw/CEjPOmYwe/aznz0OZtKmatRYPNrcfW4qY0sxQzEHxqQfC4OscZsLbgGTNjGVkf2YnjgOZm1IMx1DcxAqaPqSGGFukHYT8LLotgvMnt0PT1NGiXp2FNa1H2IEtrWrWSFFpnpmG0HM4eIYy7K4xiz9832P/cuq6UfIekxfdNyk1bhLziYfFYYuU8KCPDGpmIguoGMsSWXEy3VL7DRTVB/fCGIFChkSnGrMVAHbwpeYfq9QzjUAlunKuHrWM0KAYhpebs7IdUVR8gJ1zCOlzkyZIZN38NI4u1vBe5mKY+zk5mKvrwO8ZOvVRiDGTVMo02aFk0jNpFW9Aiu5Z9jOkmvJoqZKIOeYQCbSNYsqnRzCcXrrgqdU5eLq+j8C417+B89jjZg8+afAhY2xhHeiDyEvUhnxP12AzLn6sqUxS5vH9ZjKaC4GHwnGoD1PZVCYi7oPzhuHeiYxOdLYSsSqFVwZXe8aH61HGf2knsSgoNUNpss63pi4KzmXI4fKfbzec19Eu/z5KYT7r0ubClK13O2OIS5gVfssecam0kuxyY8z1LKut7KBsq5CR9kexQFg3gazgQBzZuzyb/z+LZjFKwe0ZM8XWVFtVsHsr73yjIHZM44ZzJ75zGdOVszmm3801a2xVMYh4odQzNpxHTuuiLE4VU0T5SqFNR3bSG007ZupZSMpk9YAsNQwhEDZArNn9sNTGqAlcU1frOUFzUG0f8IwRpdGedzXWIWyGHODZP/lO+X2ZqdG87Lxmu5VVs8ebVTLhDRLr/IeASwml5NmKjLVfskaM4e2dw5HqoplgJb00TVmBTfqvLH0K6ZgJm1xBJg9/WnG17jo1ey9/0vXKcnuZqmA4ymdzNP6FKb0RfRI+x5CxctG59cwiaYX9zSVdFwhHL3ZvClwki2v/KO/F/+hSy69LAS6JFdOaAB9czDjCsyIR+yiokJup4OYgBlt83GDJdpSOFOFbWGeKW2DQ+FKxCZClsYiTjdGgFxcJ8BsoUv9BMSogC0Ia/rrwmu8hPAZqYxrM5MJxIRictaANMp8ViGP6tqzXzJ9g+n9TTwO294co/dG4GpsQN2hb9fF+ab42it8AcyGUMw8SW/0+RtL/1+itBHMvg2Kmf4Jy9WHF3FjDGD29199xuzyn3bMrowf+chHdoJZe43YPPOPKI8AWoRTGNO9zHJgbK4nYxOvpeP0ElrJ61Kd68rIeSqM6VBR7BT6WkqaCSxmIBZwnJqEEPhQ5/X7p/fDkxTAWkqYVzBTSAuOiTL7ZI/yetCBflXEIES2CLuhssx60hqzuodZaST8FU4ScBbxiA19vTHJxVzh3Jpo5uxMylQwg2qmCZh54iUOPLKpEBqKWe6+uKr1FVbO6M3rAfmv9l099Sncf2p8DyztoeHYlFjCzU2YNaTt4zfFOejA5lbT01/tm9QrqunH/ElpuzblS88ZLfW9ky2z809OI7w6Y/pK9l579Z/8A2aLVCkDfKE9g7CFi6qG8QFm+J+PA9oyUhelraGaxXcXIGyhe5ERYRTYAGDit8qJxNjBoYoJaNUyXBfTduMaMzUBWQHMJJM0TDABWwJp+mUSmEPfLvYxk4noTXNSmLgcpFSQ6DNfSrv8/dMID2pXPwpl7fvoWptJ65jk8Hruehs6t8GxjqyYnQwVxiqwDQFmtZwDWRLDmH3VqkNC3WGgLMDshq8lmOmfoVho/+AuFcwu+edXnDEwe8oxg9mHPvShXWBmU8w+ojJ1DMbRZZBVXleBbIi4gNwYjOm97VSepoLYqPGI1OeuNxP4CgjifesYy4CMZQWq3KKfgJW3yVjLwOxp/fAEBSxb5OvGfIGywJct9LmA5h8Qj8gwcdbsPy7fkpTGG73CWTFb5zlx218oJdwYLyFg5YvmOEnVnxgrADOR9uoZ7c4JxYfASY+DmdiWNJf6KXwxlVFcGcP8g4qZafqi1hXemJwV1wGYnTz5Se1HbzoiemdWSso8tFQv0Rhju/rkjnVayZ7RiTKDtggg7smNEi/jlAhjKNQ5OeIyjxiWum/QMBL1sXlp0zgw6ljSUC5Is8ts/qvhIZr1zpGWGi282BV/5o+cqmALKmENRSwogf2ZCqlgxv/9UYa5hzBOjRf210OxALAlh0AWJqB/bkmusaCyloOZKmcr7GsmN5+xjfbp1sgW5d0WATLOAm11LPoLXxPMLAczLH5TRZ9tsbYsJ9Gnv/xLbdHfJoel/c06xtv3h0Aps65xxLJj0QYz72zdSapiqGbDKZQVV5UsqY8Dm7ZNh6vjS4/8UrcbvqqCWZf9uTFLWpA2BbP/8Lozto/Zk44ZzD74wQ+Ogtl0BQ1j9k9lNEIAY6qYtVQ5aRuNTYex8X7SprHJABew1bLNFxDbhPXzU8iKeApieK9sjCWqWQpmT+mHx/M5gJAlgCXQJkzTs56DWRw51+SHwlmkNgbL5K8AswplLk6MhVBWb7KcQxnk6YC5dRdUycmgrmmNOmk5VA5sg5k+ommd8ahLe4k2c1tTGTNjamPEJYErYiVL5Ip6jZ088QkBSdN1pLZeJKDjUzmgKaohCuIgjul7NRSetmqnkXkCGN87SM2lOa5DHAOpSicZvBPD8nZs3D2uNcp8c01Oq2n8dX/+Tybrx1JFLGIoC4gtbATMNuV2ki/PetAIRJGhWI/VoKKIYf0Z2uCtulCFTcr1moObZ380EjOQlqpW4JFBVxSCWVuIzIALbE1Ik7Hxpe0KFDOBslqXNpZx6Jo05mY+9RXvsn7x4ICX/fcPOySU8Zotk47JdYyPNMVIYYx2lL27SXUbNlDWCWiV+okO1QjECWZVMYMKNqqgzU97PFY4Y/ldbjdcW8GsMN975DcVvXAVzG79hjMGZk84ZjB7//vfPxXM2NaEHLS3DEN0XRliiROjGIG0YGwPi3yT8XNTDnXcbEjTmKpmlBQjjlTDXSmNJYlZBl8Cb6Nqm6pmCmZP6ofH5vCFc6KoRZ3xEkAn/dbkmFxoGl/dpC7zbTATm/yW8yLBDFCWLawrfeOpzEmc2q5lnVQbzBrmmItYYcIYyqqgRZ0AFqDF5C0+Ssok2l+lALPHPS60oTCcoAU6nS22vaINfIR1RnWcn4pLGEOEMi+6ifE2rsAV9VDl4t0COGgBTzZwQTZsylw7QFVSYwwPUI25xlgxQcE9n9rwS1+v47mR9akVPy9BW5W4GXdsWID95OJePdJHCabYR60U3I0bNoIGynrcH3Y785h7vHe8X0wC8417rJ/Dpssb/sqfTeBKQcvDYZFQhjL7cmy4MkbyLv1IvdZNzwpiaRqkjhush12PpiG2v4NLourrT4EAM6pktsohDIoZYgJtmRniKhSzBLYAZfnHzxnqOACcgpn6/utXoaTxfFIFbU999a2s6z43X/3af61Y+1oab/TP1TONNQ6uJ6umH101/Oi6SGHcngkfJY5NHevN9MzDZ6pnjdTHw69dOyzIDWa3crvw8WKd2+bgS809ZDF0bpG1HswuveuVZ8Aun6/HHjOYXX311W0wa5t6NNW1Rp2coZb5qqilatlcQGMlm8+4ZX7evwVvY2WqUAjrdQhk6sqo68lY1vViqnDp+2lslyqm18gAr39iNzzaCFYUi2odzxCavtiEOassExtMr7JHfEesqJ+GpkBWKEP6Yy7+d2Yexh8VzFQZK5GbKZpTlqMZ5dLXiSh45ewia9EwYXJMObWnxEbCXbonGR/hXJb9u3wZCvoY2rdtHl+N5HGyJJMRWBOgU5uDld34mMfUh2uoQuY0SQzYAMAEEHCLZEBacdWrtmMBBIUbTXPzZA9gKjCvAAhhw+t4Y7xfxGBHEQTJ/dYS10PsWwYQQape0CH6FqpNm7O6PG7iwVlEJ9mOjbDpuFcr6EeQKuI6ybLr5nC4tmHOCmZ1enQN2QGKhUBtBrA/hdU3/bW/YKZP/QujggYgUxlm039QSsA1tmMHi//RDr2Yph/5ny1W6K99FNyK/hAdsbotCmFSLskP4RKKmQpEa7W/D85BHxmnnOPrsMtX9tW7YDvqm/IAcdOyM8DMB4UyrBETeqxaJ5xKhC6Tn29Pfs1treuumW1HPwpleo32OK3nINeEM9YzpayqYlIGjNXY1h6/izVkaSpjpDOGKlb7omyJOQjOhwC16WmPN1tqZKxMuK3bDe/bgpnJD9AseT43fxIwu99bztg+Zo8+ZlfGxz/+8SmYRYFxAtBMUGNdwUxBTEEtyhTQxt0YxyFM20cZy8Y7HboeQKaApkoabe5N4E/np+AVl1cQG11/JmvMGO8f3w2PMv4mVPjqEwOQRfRTtSx/1hhnl+AWrj0jkMlWYA67/JZiFg6Mdg5KGJ1KZOKMlQTURDGTCSHuY/Jgvkl1Meo0AWMw1U7XkBG4MkALMMNY08fJbR2wVcs1TgBbm0461ptxq92TRz+yPpC7mayT8sRoAkQAuDKRzwrXIAXaRVMAgsAE+4UyBIJRUwv2CWSTxVUxKgjIqSDB+p4AZSUHleKAnGjHe5YaoPJXnHxU8HFgBVv0KxGRDaph4FFCwSrZFgSGzBqqika45L7e0VU/YkIuwEsJDgplwedZvxpv/tt/lfluWVoiyokMQ2hjPPr1ZoIA0JOrxizmH/pjgP24Bo3gVhRBtKyQpTGkLHr0QdyomJFFViRGjasQlZ0Ba0hlTGcjUJb3SWYlfTzWmGV5lr5OVDGlSs3LTCb2hCv+i3Xddbbou12q1XRoa8Jc0qcdH4c06dMl19KjSxQzMfwo7rYimBldGaGawQik1L5FFTMFsxzIFNrGQa1dP3zq4/Trrati9g5VzMyK5ozrRiso6z5mlzz8bWfMLv+Rxwxmj33sY0fBjG3uzof9FOCyurtbqF4KX+io96LmIAou+wLaOKy1x2k5bWuMmwxohDAFNKYvEtJ0HZler1VWlY11hbYWmD22Hx5hi1z9kjhiBLMGlC0AZrOFJi3LfmYCZvjxBolPrTMWAmbZxEiaOZjJjdaJFYJZkg2YwRnODVfGRgKm3H0SQwqjgpkAGFQwoU7UszgpM8bf+IiHqw+9QlVd/wTVJrOyJ5MZ7ewRVIt1DkBfdsedydi4V8QAhO5IHaxzAMjIH0BlI+t8M2Wp4DriCdI0wI++RmWSn2c6yiC96WeL60GhFDgG12osABVpi0WnmnwuhFrD12Pb8ta//zcJYJobF3H20XZV2ZhLp2CmZ8CVI9UxVmqGGCXjCHa1XJiGoN+1ic5dWtCW4A3NPxTO5CZzOCPHIJ714zqyxS7mdamHQMm+aX8qZrtuNM/PTG4aE5NJPuG1l5p3P2B9/2faKYZaHlsvtj+YoW1yHePbR7fj7FtAK97H2jJRyxqqWTlVx4qnKY05kGlsoovjQY1EDq+0/Ugx+1tuF96wBTPftRO/AJu+on2on+6lj3/HGQOzhx8zmD360Y8OGLKm1b1A2oyURYUlhYsSsdi/rEKc6boyd6e5xU6A3AVV+6c2tsoH6JfX2U9dGS3a8bVjWxvGxORD4wJgKYxJWqMqa/2j++FhN/EHFbAoQz1zOjVCULJ+B8wxldGVY1BWaCu6ZzNdHMViYud2VwsoZefEdbGtiqUTifrQwRpfAYy5mSXOOx5oqKhBIhzg3hfWAKNbyxXccdgCyJcl4lih4titSSfhmtYo4KYTylbT3PCwhwr+pHuLNXBDAyxouTF6Fwy1R2ps9gsDj/8l30cosEN7OEssHuCzIr294x//nS/89uyRqkjY6qmW1RTGhQvMqVOjKmY5nKlKRtZhnF4ZigmD9fW7e/tdO9x0VsfFhYIZ/8xS4zAD0fjgZll6Im9W0htz9kkmBsVsgUzRPmzzI6PU84+a5aXrrw30FzCLI1lPhjInIbmXYu1iQaWPff3mbX/CFos/mQOQgljeZ3ysxlvAhnJW174dz5GeuJgIZpu+pymMQ+dbYOrMBmutMavlwexkU8beZoMHiOlZVTHE4uxRb8Da3LrfrErbj1uxv+R24RU7wKxll68xpDKef9Y7zxiYPfSYweyRj3ykglkOW+PgNRnW3D0ggoDWWnem/dL3SlU/vI+WcSm0NZWxPO1RDUGkPgZtMqa1V5l+FtGZbQpohCt932ZbVq7v44jH+7Otf1Q3PMQWIhItICihrO3eC6zV88AUR4KZgVkIZdZU07CsS7cxTl/bN3WoZeWc7IK9VKMPxKUck7BzFcziZow3KsCG2EWdYBHqHFXMxKct9MBcDev5iIY1ZtEvATNA10qMwiO2khj7BMQJmD3kwcYNlN1U5OLarOA0KiY1lshK9edSTl68hjZFi3BhU6Vy0/encqamHXgPtkg2JoQlVRBV28K1puxZLSb0RSE4WqCAxVq56KagpMoY76vFwlpgGqnBCIYGK1Dq4h3k4u/8Z/8gVK4df0MRKFtkVJDHItVxgPqFdWEwBRH1TOosE+J4LvxuFBjLvrMLIC3KxXpVzlQxI6sgDZHikYAX2iQmnBP90i/D9JgcqrIhlRE3zVTFWEuWQplAW518kCkn/+g3dub2XusX91O42rc83cxDy1lsXCnTsQJiUo8Dm0iL4ce6CyBrpTLGEXBGKCOQRVxcGmtcY1NTHMMR8lBr0g6W4uh2VTF7mNuF5wWY6QbSY5a+yRqzYnb+xe86Y2D24GMGs0c84hFjYNZ0aszGuPsYvKEJqhggZMSVcbJdflsF0xTL6evJDlxmKLPGT10ZtUmUL2upcFOgTQGO769jFMwe0Q0PDvYIRsmOFN7qmXEe6sq4Jphlf5VmXcDtonpmjLsyaiKgLpjTlMWog0j1Qac3vUnhm5gsZUAclTKjjxoeKpjV9WW57b2jzkNjAWpu7BOPiwFoBTfpMrFoJ5j5jpShaLvhQQ9MRJEjUJsa1858sBRs5t+m9mvAzOGmsv8HPh7Sct6yt1rXfr3rX/0TBTOuG+OBWNbfI05QCzAT2ML/fpQbQJY4O0YdroyiZ0edencLyHTSGIM1ZoAscE2a1rgWjtFlXCtm/8GVMV9PxiOHs1YdX6YuAbMgTBCk1FVJE4hTGfFRV7oVe5H1/fOy9WIEolzZWpr13fR9xZprxjTWNPQgdOkhRh9xztaUVXVNUxgVylQx25RjnVlR+3ykMtIQRNedoZwdqtTpMX0T68OZiUzo81w3e6nbhacEmI2/SuO3UKQzXnrFe86YK+MDj9mV8e1vf3sKZvFAXveTibKCldrga1ohx+p1TfcuW6/XUTZJW9R1ZjshS+P7pisK6Ol89wWxbP1W9t6ZYsbPc5e6tq7X9oZjo6qDahCioEoDEtdy7eubyzCV8WHd8CALLunzFEVfyJIrbZP+AXlRFj7JYQw8szaoatwaTLb9OkmTAaCYlXN5AiAJtLT/hsu2SGXEjaGeHrSZFNZBPPoNxeArKbsbaSJTyf8Cre2o40tUgayFx+sEvupeZzKWDo0Ru/CA+9ser/G9tKrtft6jfbl9rpPvwNV+qSPy+MhQ2g7xmr1r3PwuGtz3MvoJFE8vy/p7/92/EKAydVUk3zTArQDQGDMb9H+3fIckWnNS354JdryGVTArOVHGjYty1uofZQEzEZScsKXf9jUmzINDAC3ALEXKdnxyH37/YU0ZbhqTSm8Wk4dipgvoHn6lm9l/sL7/Sut7H19HNnPDZy1r+ziMjbkuIpWxZYffRd8EzHor3ExaUxkJN4SymsqYGIGISyNArQFm4wYh+1vva+xA1vwaX6/N/p2Z/R+36x9drJefZFDOVBnLX1TM3nr1GQOz+x8zmL3lLW9RMLNq8DEphbEBZ1SjFOgIHLqujHHdn4ttabqgzGEUoubBVq62tcojRiHWSG/U+dGdMjZhLerEuCOVkcA1qqLV91RFbbRMMHtoN9xfFS6CmjGbj2mM0qa/YVUxWxG6gmeQ1Uc1Lc7RN+ohQt2IeLoHrnEjaRyeKGSmyhhlQKFSBbOVgFlGlGvP8zeZ+hisMzjArNAWX9aJ4e/oKPdSFjCrcQWz/CGGG1BLcpb0Ez0gwOx+9x2XW1hhbPriIzX10CHT31+qEMnyVyMd8sBynoYlxdH2f8/8Mxm/Ff0Axj943PN8FbOgdPV//Nehbu0CtMahylkS68wGK4lunHEMoSvO2i8fWxIM2cTwXT1JXwp4UzBzgJkKTenfZAhinHSusmG9WnJXuotB48jasVZNwAwqV360J8ZJaP+Hv93N7M+b249uAagqYM11ZQSuqpotutP+HcFrEW0Y29XrRaxrwdl8Y4+svMPsw3wbG3qkL8qRAknRIyANJiABZQQzghdiqYIW9aLxPNWRY8bXqOl4xvdPgyxmf9rMftrt+gcU68ysm/CHx9Ja6VyvfP697z9jYHbfYwazN7/5zQpmzXVjEc7BrK08wcQjqqZrozZtNR5tsfZDr6/QMtnQQ8DJZrgv6ltMArjsGtKmwLtznnEW8xRVxcZSGXdCl4KZjJ0MZg/uhvshey89CGjWg2PALaqccdxKYGuVHJlz4xox8crY1vM/MsXNwi5fZT5Alz4eFJ1UH/01lRGT4QOL73iKCzL13fZtxRLFrOGyqAdgrNe0oACzCnZua0BXss6stmNiVjQOTUAfiC7c5972O68RJjqzd7P/+73/v/77eOoXiQWxNpRhbAkKEDCT5F3hlTWVMQU09GsBWuGfUTJNO86M8cAYr2naReFMwMz0UDGJfXXCJ9l1CGZypy5fptZM0K71JTeUj5u0E1G9atlx017PRQGNB/I1H3oTmJ0396+xvv974+vHFKDGoG1cbcsPhTyYe+QKGesKZWr2gaOzAWvL1j4/lZGK2YpGIN4EsxzQpK7gNW4QomPG0xrb9Vlt31TM/q2ZXXC7/i5bMHMBMs3jHvcCqa6Mn/jgGQOzex8zmF155ZUCZgJUAmsNeBtNc8yuQUAjgKlZhzoQCjTtev+mKyMhTfp/UWDGtE+BIE1H1OHpm0QdtvheY+vNFETp0vEKZqEk6v2wPH9tmoDZA324b/JHWAEvbW+kOyZK2grCUSo4UTmD0HRiaIOXBvZrzl6xGw7WjaVLz+leohOUvlTMKOVh5XHjkEnHBKv/Pz6cAeYMcQcpnHmeqoiypDfKY5ubK1GmgMb2tfQ9SU1BYvz197pnK31tfg4iYxqJc7iIaI8yKcVfr8bIzZBJyAozITXO7jdn2qOOkjqCGohSO21T4yVdgPbB2/znNnz1nq8pWzj6NKCtKzYIkI0fbiuuK9PvqhaYQS2T/EtFlBzK0LcEWcZ62gE/q8grOWlK2qNkCmJSjjG+FhCTu2+CmePLIW2M0fyDIIZJURHDDa+SMQJoMe7B7wh7ng9Y3997HMzG6+MbQSt8cd1Y17DCp/KWgRnaO4l5p+Yf2ExaUhgd8NNMZRS1DHCmUDbIPmfq1NgEM8RGQSyHtrzeivle0PYeM3vQ9rf5hVsW65K9yszUaoll9qlhr6mMX/bhM2D+wdc9jxnM3vjGN4oC1lbOFEiStWSjils9Qg1TxafoejIxIaSCpuCk98H2FJAUpvY38RhX3Rp9cvDJwZj3mq03K2Je2bbkz2MpsI0pb+jbP8CHewe3eC9CEdaJpQoZAS1hG7gySuZfBTAH21BcUgUt+tq2fCN+QZRE9Q/ff1hmiM2kTgaKmhBmbcOCORPC1JsWjmnBmlpSDpwG7QDUNNsBXwQzQyqjsQ/aCWY8FM7ElVH0gFLPhDKmP15/j7u3tRLWNcp+2qYxrauTYPul/Se/o8a1ptdsXpdAk89+bzHK49I13p6Htmvq5MS3P5QCh88wrvzh299yB1yZxIrGpG9GESUUs4AtOYtIXuPrWeBWNJWRN4VkZdGPKoQxrkdRDBp8yyOqglFAYlzlPuUelNm2dH6EhDSUPf3YIy790Vbq1rxlsJiM3rxQprRTTWM9QK72f+A741vlHtZ3H9Y1ZjmkNdqSWA5m0p7DWgPQAHEBXzwrvInZRyhng3vAWICZKmW64XMOZwOMQABnRVwai7fBTIAshzHE24dAVon6/sA20v/OZvYl259a1/+rqpiVRkI8AwpmEa6f5Pn/89Ez5sp492N2Zbzf/e43C8xQng5w+fo1Nf+gkkN4UxBUNUkBozUXNdNge5O3tLEFdlHX9jzts63qSVH3d4uy2umn4NQCLsZb4xlvpDgu7tsN94z1YkYgQ4xtITJRNStSVzAbXKErP9BOMBN/QKQ15oKK6kwBX4iLrOdxzhbUsW+Hm8XN6c3zptl2wjGYSApmYfZhyd/Vt/UeqY1Rjr569CwzlVETtDRtUVbP6Few0N2Ra8zudlcrv5OX2AbJm/9+2PT/y9dH73xbKGMKYIxHXcukBahpkdooYLY24/9wepgmyb4m8RgvkAcwU2Ush61FqkFpnKoZzT8UyjzhmDikDhaKMTE+zD/qncdHGICFek9czNeTNbLo4cpIylSC1Eno2jKdjMsHcP+r4rfJX7Ou+xbr+/NJ6uHEekM1a+9BlqtienQJmIn5B1Sxtj2+V3t8dWLsoFgF0DRTGXMTkNUAV0YoZamVPoGsueYMfQhvcmT33IQvl3jMzWdB228PZn/fzH64gtnfK9YNyBmIAqpFnmA05kDZ89/+8TMGZnc9ZjC7733vm6YbKgMRsRVCFFwknvVTUGC7RUHXmLHPlLRKjSl4oCkdG/XWeQwSp65BU7MSpHiu4bLIOfD9kvVmbcMRAaphB6TpvmhT1bPFfbrhHt4n68R4jqMX0SnGRd8e+551pyyz7mJ5Ff66FhutRgrjUM90nY8f+J0YIWJPZiuNVEY1afagyHp2EGe3jElJ/iapNcw/hBhTOCuENIE5upvgGgCzTky0GylCSapi2cZELVuin+tNx6MjJ5Wjs+KzmIVs45+/y50Pl1i3fz6h1rVpPOd//0nwqozvNbGC64QC5jq8PV+tamT2JDVzVCe97RCVrMP8T+Pjd7tDfCNsDpQTWSb9GZYAG+mgYwpUnqq43oED03lHwUxgTGKuMWmn7U+MZyqjN7ilrFU5A8NI3JPsAB8EE2VWvNP5dYJZ4Y3Ebw+uM2vkYEobUyED0O77boeI8X+sX/zLPAUR5XFQU1v7NqDxaEKZApj2UTBThQxt3EzaI1tfzD/y9VxpKuMa+5lRQUvWmrUdG9W1USHsi1TRVvu7Orbrbv+jmP37U+y68Oc3YLZnukDk4tv2GDqz8z/2yTMGZnc+ZjC7973vvTlN3TyaxbQfhrfamk6NOyAndWXMoKOxvq0JbtJnDpgN7u7YxyvOauChTpV6G3L/6abVm4rXa8WYzH6/CZooKrCiPK6k7YC9xb274W7Wg0mCW4JP5Deto2/+W7WOBcsMHZdk1bMp46gQtdu1kSxT0gfC2IL5nOZfioNJRqM6IaQ0DnQmcWUUYRcPkpR+Qp4noNXElVHXkeUPMQpn2mYCaSmYpX/3L0kf7tZEhS0eWzdjLtz5jlaKkvMeu15xI+KWBoQO46rQAe4rHcVb1gr7jidwjoR3j8XnZdyIu/2xTe6gSY3argEdpV1Gs0+l/yfveReCGXPnAF0CaCrLdCVkHko6CZgFjOXZfqzrPmebsZoAzHGDdc3VWHmMXqubcq99QjMHmCVckn+759CWThjXGhpgFTHyL+MsI31xybolqYyefaLJRGgAouvQTK5xn6v5N4EnW99f0d4QOgO08VTGfKzsN7aoZcBX0xZfz1hjhjVlKZiVgLJuB5gZzwIhBcsSqJwNiRGI5WDGeJbKOGoOklvtt/dAG3dz3N963+1xZnal1Zfb9b9/C2axzixLW8zdP9BGMPu1T50B8w8C0h2PGczuec97joEZztJvOrSNttE8QkEs2qJf+z2akGaApmGcu1BoX18Hsl/rGiw3AVLhVdtC/MpBjYHxNgVHWT82ZR+2xT264S4WIEVAEzYpAmUpvyTAFmvMlEtkx37JEBRfDbo1FvT19PE6yDDATFIZY6Lpg4+AXB9kCsWMhJltZAIpEDcKKkUMYyWVsVf7e1XN6MMmqY0BaT3bYMhdUxnhJ7cGiOGGGMPjpgKbc7VNVc6uv8Pt04fuubykbQoGWZ/5mYN7uvVrN421bms6fLUt81Gzm+q6LsuauKk9tJeypY7JX3qPh8un/NR977FL/UrOReqiknVJe18ilVGZplFWKItytJXoE/1kFWifKmauwLU57wA2jvWoD24FilkGX/kklV10vLgyuiClZI322CwakAaOTmKmYFZkXVguA+o5n1jS517v58PxX7LOv88Wi8Vh1ow1UxnTQ8AsPxTEtN53WFOmx7Zt3Vm+toww1tyYWVIZS81+KbKv2eaQtWZzwSzi6zaYaUwPVQDb/fKxeb/tVP+Kmf04wMzClVFf836ixmP2efvMGQOz2x8zmN397ndvglnDrXH2erMW+FFJUhv9xjXG3l/PzbYMFJN5j16fc9G2EUjTGEGJMTVR0c9O+uXK1hxgE0gba1vcvS93cn1wgVrGdWXWQXji8qtOxyNzsBNnI+GVdaFrI8EtZxe1ny6muVCuu+RIvuVSJD3cLOIoo18HBYzARbiKOCdGGu1Ox5wI4MGVsc/VLoCXrDELV0Z8SdAX1wrFbEieyAhda32sbCZxFdEGPn+724y47oFW2F7jxbW3jV1PfPy0gU6H49fSgVKXi2kLa4ff37ndoEaU+Sys5axYcqbTjbmze5BLINjepLvUqH6GWv7MA+/Dp/fYVFrhClTAtibM0ZUxAyt9UMuRQP7csQPURO0S2MJ3M7+D03TG6EeUCZBrglk9BllulfRFe9ImM1CbfPDvwoWVG4kXImLWPza0aFInITmZahyi4+/xATdjJrn/L+v7fykwJrA1E9A0nh9i6MG4AljEAVsaFzCjYja429AJkOkRANPYxwz7mSXW+YAz6D5MZWyBGdUyLadrzvZMbVRFsA1pzTTG/1hvB2DWz/9TXQPMrjljdvm3PWZXxle84hXTwazdNimtcco6sKSN8RaATVbnGml42qzjZoMfi4QqNSRJ54uXxC0AqYLgMKLI6Tyb8CWgNRvM7taXO3ovoNUTzlDeBWG9xAB0ZcGcbgUxnA1xU96pZVro4we0KAm42aXCFVwW02Q/TDqT/5w3iZXBKOtE07ShDN6KKGY09MjSFR2gle5k0IxTD5Cb07jGAsCQtCW7O23A7Da3av7eiYYAInOk9xU1qyoWIUN6JKsYjay+GhtqjDqOl3gjVXKYBpj+Oo1RcYsF7+9VrSpVLXKuB5NrDbVPrpBhDhjruLLfBEmhEmOOfMOYIbUrgaDCN69DOXMH6A0GsC11SNxrqZ+rxeUKLtyZ3kGnjyd4M6xZNt7eNQ+5fwOy2qpZykKRUdila8ySdMWCeACcwWJf/4yRw5wBtkbAK25Q4jImOw+akyVMwrahtlGUGhTIokzuSfh4wxRD/Wh9RNCs7XqNHkparDFry3icpJBn2EnStUQndfcPqinDk6zvXttWydrAJWvL5Fz7J205oHWM7TD/wIF6KGeimAHI6rmxsfSKaYEKZaZA1rDPt2y9WW4GwrrCU9u5EXFHO/pqm0JXrrKNAttjzO0thpcoZvukjOgG03btGQOzWx8zmL3sZS+bAmbaNDN1UcAK5aSPimZj12oqTny/FmCJoyLaxs8z2lI1Lk4j47WZXQSkckBu3aqkJ0Z5XzVtcdeu3D4DMkOM7c5Yt+vPnDwnWX+F9rWsy98+1T+jxjmmuOEVATgs2kJ3xM5vkmTqrKv5R9HcTKYtYiJCmzT+WLs4NNbYcPrQ3CH9MCBMUxglZZGPaogVjtVURrE4WFMt03q60sZtsEJXxgCzW91yPCeuvcZorjm9Qsb+6ZLTMiEJgwlUzU7wG1+yNf3vrfPTKnOlbNZLhrZnDSjN/4u4BaXzde0jHpw82SucEcg8+uZkoO2dWdn1ra1nWUs2JP12iVEDlC5vQpbGFqKoNfoUqmUUj3SdWI0HxyjftMBsAONyuR9hS/xZdHlgHo9fLxRbs6+CxjBRjdkKk5Ov7l0/Ev99kc7YfZf1/SUBSlj7NdFZkf2mOy426rkd/ojzIo8wARmSPctQ3zuVca1AhnqoZjmUtcGMMKZlrecK2riKloNbsw/jnx/c/qaZ/cQEMKv1slcq43VnbB+zWx4zmL3kJS8RMGsrWJJyyDrHsG/WR4EoS1+kgYaFt0b0F4CMPqX2UbiYlQIZgIHrtc7NMXwffF4RVjBrpX1qWqMqZyWbFq4bnyfX2EXdknVsMDOJvriOgKCC2Z27clsjhAWX0GWxC14RVtFyHMIzaeJJyVMcGadJSJpAl1s4MN9SvfuTuE6KcEYo66tiNmHzk4FyICdmmcKGcaePzF1ie98RsqiYRTl5bOvQL1XMkomoDsBELtUDqJzx/Pn/+l/s5nmpjpU0aZu2z3ibdvPxv1RRa0NoE55v/lcxu+6xD6dStutnUEgtgLMc3thGMBMAw8OYpCjGd0frOyJRzIp1suNgxz+l6MQUxvhTQcZgbHHN6ssBi+2DCkoCcoNmCNIMk3cNxUyMPBbZl88Bdkx3dMNLXBa9gQu42ZwoJXbnj7r+b9+6M/b/or3GjHVRxLok3hqrCprGtaxnglifA5l5ZwWbSQPQxCZfUhlb+5gZ0xj1EEiLlMaWSyPryZllApjWmyCmbV+8cvY/i9m/M3n5H7jeykln/Asy0wzaL69dSjUsGsx+9bx9+RkDs/9yzGD24he/OAezNrgoYI2mLuqZDJT1kWqqegn0te7bdt0rAVLGTDsLzIVrYpxlgKQy5mofXB45hi6PCnaqao4pcZPjKGu9CWZ37Mpt8gcblmO9WLYmI3iH4+nqKMyixoWEsVLjVMk0I9AFzPSp0lyMPWD8wZtSejROjjGMKV3chJBluuGJTKa0F6aoXX5ilN0LZKkypqqYzq6dyshD1pg1SJQxqm6//Z//k2yiHClqESuRsigM5eYe3zNVZXEFA0kVNLx0NxgGKAuVIn1QlvcSzad2rDUOVuUt3iqUH+vifTXZL0s5HN9uWyJ6K/r73Qmpuq4uIl47V3iL9EWvY1TJ0iRFfclaPFzP5J6j1DW3uP7yxz9KfzbBxIO5cA4449P/UMukAYBaV1dfAsKGZIWlWuUM8T+/glr2XcHMwIFgJitEo85JJsiDWLK+bNOnbNeYdSEgqaA0kFFaLAP3+SjXyXRMPdwcauqhdykfvSZvdqq48T+8nciNZrA1iDKmk67nbjAr+Bl2p094+sf6vvtc09SjrZTNN/fIHRe1jQDWTmUkrPn2vO4EyKKcpTKa/JobXWcGSONG02KjP5hZ6VQxy+3zCWFRVuUsBzP2zdIcJ25I3T7iWv/JzL7K5OV/83orAxWzPV9etv9nv/u8feUZA7P/dMxg9sIXvnAOmNk4AKX9FB7aY8evZ1qHulOo+mRAmdyXXivASFU/Pc9NqVSo5FnNPtQy3/Tamn6Z9N01v52frb4PxrA+CmZ36MqtmKpoXQJp2r6sZ2mPmIpR5Bj+tW0IyIoy+qDfzq3AVlnqmncgw6V6+IskyLzMaJc2708X1xHMBvH/Z8J63KDSqACaAB5SGc16AawlYoCtBNIwjjH58sZjJB9DmcJoaC9sq+WIRQKXpjz+9n/8j/FdHY//ksgWwCKZdH4KTUXXk3H9U8CP16sWAEPwXvTN0Evgy72iAYCNC9gKHCFj7VqAjmTe1euegkzxehfZYi7EYhxxzSvdxbe/C66ULJmS4HM6mXi7PJXS3bxwrl7LgcB8N5NIBT1JV633BTDH+j58vnLnsgYOIFuKfcWTH2fWZ2DGupEOtK/QA3/mlaqYOe3yqYQJbJmNM03ePvDPLNS1k798acoibjjGyPhaL7C8HxLQwgSEY3IwQ18PqBvkozUwsqYvRnvU5Ui/hDSloRKmN6eEWQakL2peZjLJO36J7xDCv8sW/d+cu99YHhfAyk0+cqdFbYuxjrgDxhasn5ZL51hXVn9tdTmQaTlNaFfzDxtfZ6YpjQXnClW1jn4CUmOAtm7tfVYU1rTeArD02+Pbzezvpzz1L6+3UrqwsNGFw7qWOkv5x7jB7GvO21efsX3M/sMxuzLe9ra3nQRmh2zXh/68X/NyDWhs7gGmcFiY3perUe3zGLDpmF3xJCSg1d5aoHWrstdaxAfOXcEL7SlgKphJv8XtvPxXC25B6qLDiFCz+yg4OetoZ9/B83RFXW8W8QGGhblFBRYSZ/IAUxcNhh+e5mBC8ut0UZ1OTGCrnlNJEO3NtWdmEVO7/C41+QjocolZxMWVURlaFbMBa8UixjVmunqGiVoCcQC23/73/14futVYIoMUoQoAnJHC5ZdaXDF+oQEGADrQ2XhxAQKBLDevQEhVSuAmvT/yRO3gAUdbVVB/9wpR6oVNCdXFZTJAlqMITUDL03vBZ4iB+BywF5p89ADNWnden5cUY5YKXfUzQCfCafqU/FVPfxKf8pkLF2ClIJa3LySdkWvMUp3YbWBqooDbqHObfFcFmDFBmd/FaX4m2qM/xxbV0AtugGwyQAETBS2Fs2wc1Db5EuAuyMUEteBjgbEU5Cgwn5h5BmWJKmYDbzT5AGT87QhmxtfzrF+8aNz8Q0w92sYeublHXh9PZXRJZZQj4qXrbVAgY/pixAFEq7mpjCYbTZsoZu1Np6UuChpBTM8CYk1zkAa86Xk9xSDE7Rlm9qoUzG5FV0Y6JjGl0bQtXqgM2+Nz5+1/nDG7/H93zGB261vfOgWzqS6MKOfjFKDSdWXSTdaNKZC03gOphFpnamGM9QQ4Bom3zjub2tdlPT9jXusQ8GJedGSkUwo/V107tgOInXb7cX+EVn7eegY0xvXjHvvbePkv+vt//hFW+gA2VcygiuW/71VQyllm9f+QdxZAriW5mpbSdd/OfcswzDzTOMyMy7yPmZmZmZmZmZmZmZmZsafpQVkbHTfl/uNbWZ2+rp6tiDoRjpOgPM60y67z+ZeU+PVqGyWYFRtH8zykDmXM9oHZ0P9UOBPMVqOGpa7p8vW3cs4I7RtGplSrwEMdsJq7sOWFEehueu6zjdxj1jZUoHQYmFmXaEQtFBJgoYXae+/g+G3BpWZfL7Wr513vDQCo1VHkPL7E7Tyal9GYZRKG3vwA7H07X2tO77vf7R0yUEkzKfJjrYDGVH9wfWSmiZifiq1Al6taJu3VRzvt+HOGas7b+RMKVC9Eh+7/9A5EnvIbYUwwc3DLFJJkUqEg1sFZJgmRtlTjToYKjnBVdPCvnAv8FPuMOUvFLECEW066+76SF0D8Mk0W9J+/1q0+/rWN8Ss2NvfiJtKrKlkBZuhrE3osgBldGQc2k9b0+AJkcGH8x6NdGRlnhtT5ALS8J+gArQezbMO5TQ5yfIp9JAb5ozB7jJm9zIrDX4np8l3T+PLLFq7uhu/UrdmXXbbvu2Bg9pzzDGb/4T/8h1UwO1o1o502AdJs1X3RldzW1LioAInui1JvAWr1XL0cWWadMWX7MjoigUrOOdtVwWu3MSjhq2nPPq1jqpf+w4gXUvkyUcx8mJmWYcd7B23PBInbIV9sobAlsWXNFyEyz8sXIzKeIysjNpLm3ZvSI/pEQYtCMdsaXRCbyS8BGhQz5+0aAEzaOHN5aJ/D+SkVMufk+t8Pi52dRDGTW9Obn/NsMwuGVO3OoVqOTx0rIYP/xMyFP2BvIWqMt3tzyQ+UVNH2/c8yd4UqbBBm4mYozem+zOvoml3XirYrKpgLUOX1dvalK0w4oseQ+8Rlvi6XcXGx0dcskCofG6UJnU3czCZ3ixAVzeeMdu8B5iETDfOc61y/i03Y977nu/B7R8FM2iLLIIOqbApmFogR2zLJh7ZnmdA2x2zNy7Fhg1BmJul6hDClvY4945jsj6D74WQTMI1wTvvwAuZ8WyNjh5VqS29TPlRraEGLbc53iESJL+7/+PVuew9/N9tsPpAp8JmNkZB1IKDpGe1IfT80OyMVMwLZ7JeEH3IGiOFhB7oyWgdmUM40EcjoFDPpk3lpG8GrA7RTptBfTw6y7/GO5vYRtufw18+sjIP/mfaUUXRRzDzMPuOy/cAFA7NnnWcwe+lLX1on11hP5gGYOzxtPpJnHBxjxmkQumSM1inRcd80Jgdpz3T54/wrm+684spJWylbM07n0fS37ovl66Vg9tIRz9+JRkMZpOCTYfVNUUcFmnpXwQxsE030AOPTtL7dm5VRXRUbP0z6X7I/ZMExrOIYAFdhI3FocGXUBSJdPpJpF15aCmyFoxPL+pY5J188xIFrntGPGLWQMS971jMSUJSQdr53yjj6ryn7IwS0IqatF/+4ZHxeu4ATt9DuCQoJI3SdzLJIQ0J34Y54L6xCn9NcGsCdZrLvl0N8EzBJOpr2EvM1oQigxZdptkHcQ4NycyBKDYOhv0UkTCm05XNHzkcgNsxDYu/Msj6Tvyhuu7639v3v8+5mo4Cr4VfOYBqAm4DYfgqI/uPMj7/YuZRj1kNsBMyKJxfI0nqDLM01JCtjhlsRrkiXqoi5tJu2YfwQV0YRMmU2UMrIzip+up4BZh6ykOad0T7fAsTwYuiGbf/hGwFmUM18/LJtNvcGcC1uDk0wa9p4TshTKKONN+nxHenx7zgXihmUM9lYGniLEIS1jaYJZFIOjTNbA7Nt78oo7QQ1ghltGmBjX6plbteY2d/uBbO3uk3S5ceh+7fI1/D2yuPjX9F+6IzBbHPGYHZ6xmD2jPMMZi9+8YsVzIwxUlpPm06VkjaCiya2MNrirODTPQfT5BNs6uesLtW4N8K+A56VMbUbZrM+1lVdTJWviY0LuizuUQL5nMU8+0QrCmYvGfFc/O+HaiZ80oAY6mIvmZWiu6nZ86VI10e0A8wKejwRujzBZDuiLBYWA9HDQfCqga1YNBaMxTS/PHPmPRuzXxUzRMpwwmu3pFrXBOF/+4ynJ4QAWUAmChbSZlapNnKlBDYTKBAQciUUiHAin82mBjTAIWAPwRgFUD4v52JSpkJYpJaEUij2gF+81gqoFCRl5Y5lCsgJGFNX5HshkBmeAxW69sCnWzifJyzESks/+P7vTSXMbBQEMIIEcGeZXwNaHmEhgFX+paMstogjM02fY1sBtQBImW5wQdBa+WRDHw8BMxMWqT/aspcZ+4o6lLZa8VLYYt4VfgOrvdHGBMzbL1bxucQ7F0V/gDZf+s1u/fFuNlI16+GshC5uCM1rEMT6vcqgkEE58wlosy987AEyiTUzaTeemXCYcWY4Z6zZNs+NS+OWQGYW83kDICYwVrswEswaxaxX0FqlTFW7dzCzj7Tm8He9bf5PGgubPkazoeT8YeJDXtF+5IyTf2zOOPnHqZ3t8bTznJXxnd/5nQXM+hSJWj8w5qyzZZv2tdegCyAhhHNRG3VhFDtP0KBt554oz0dYoa2Cb8bbOV0yuR9atcdZly5flk6gat9Xee7Otk2OkmD2ohHPsUGByMxVJas4RcqEN5f+GPqFOctB+NJ+dV+sf+lSb8Itv78ck0rFDMQp9FipY/ICYKGnNhewD8KQYjJql8VqsZrwYWOB2y6mB9Byj5cD502pmG1b6GKkTT5USdPHy572VMPRbDCNeLKw3qZJHw/Lon3twGRWjNlSZ0Bc2yMMilW/Ejatr7a3XAye60fBbGkGvILY/PAHvR//sEkDyiy0U7VNoM51nEXFIvwUSD1ha1tGbgbqdGXsQQsLgPvjsOjGhkCXqmXbhnG28Aic9XL87G9nzcehdgLxDQprXRbQESnaX/xtbv3xb66oZuNeOzXspAKwFsxmmny6I67HmHUbSGtdwWwHXwpkGS7N2DJ9EE64Dae2A8xOFcRmfaplAmhNIhBVyiY4UkE7PSNAOzxBSKOW4fD3u9VibMyiCK7VMw+2x/bK+Pe8bD96wdLlP/U8g9k7vuM7vlzATIpXBWYci3MFY45EIFSVGOu2rAYyeYZei9ch4GHOVO9cQ+cIZjqnTgGcjxawtEgXxS7z5SqYvcDjWU6VKx9DlLOxAGknOSZj0oRl+EtVsA5Iw5em8pCKU1v+eE8dKaA56WLVdbFsB7hth7U8I229S6NGD9eLUackuiTy12b9jV37u7fKdbJ6Rntr04Dby57yZKSBNwvd/6sCEmZt1JOWrTqQkZBZLzQfIxNNEMDc53PFtG12GXPsZ2a0rXnU5/xinXfaJCYuawhmNuwhT91MMXeX18CZ6hlp8o2vNdplxvK8+n6rOyYH5BV/9MM+eIIVIAv1LBffWTgjGwXiU4pPAeouurNCWWhZxriCGVL8DEnmAbdEOiNPmxxX6lBRL4AJCz24MCb6KOsKZgzd478DmTm8T6WvXIl8v9cyn1CkuDBKHBn6pKy32y/8dre7Pt7dxskHSFyZwFYNZmhX+FrLwuh0ZYRtCWTTzjcWwyXZR5Mefzm+jOVGNasf4soo6fPDLFwgrNjjrAOzqMFM5g5I4z0GQU1sipDMXi2Twz/qVgvPmyJu/0H4EnDT23eFs7e7bD9+wcDsyecZzN7+7d/e3F0z7GU91ZMWoNSOZ1yjTTihEIH2LCos6PycLn7q3ifXdR2qc1GIy7TyqXQ1GRSNbX1fCTKuNhGhIKZgSXdD0+chGHWxeZwvXs+yD+clMHv+iGfYaKQVqStw0Y4ef2lDxWxbqWRV3zxXXJO22UalgFkWdX8yLE76vfjdF+XtwI0OJMDalbHY/TL2LNryaARKzH7hd/bBW7xaMVukzNrxlP03PemJvV7UZTac8V/RKldsAxCgH+kEE1xohqTyakO4AfIsrEv3MgO0LRywbaQpNa4zY1KhYx2NS9KXbAGQptlWjHd1UzWCHCYjEPhjH/VhHWDNc/vhEZtpPxhjVn90+zZVznwPzAXBbOVTi1ysJergTDADszSgpbZ6VgGKDESPUc6snl3x/VVdQ2I9i8nhjAC5YJ8uHLLh87+jBTOJNfs+25xcV7guNmAGIKNNd6a74oDNPjDzEyb80HT4fYyZFTFm3mVkLFLlN/uZVanz/yE3nV7M0sjyoYoZbfjfDEDG8T8bbs8xs5usP8w/+TYLdzMfdtQR05XxTS/bT14wMHvieQezDrrY16lmfTp5Xr/vowLEMYsuj1p2TdQBQHQBykM2u17u04rMY+/eaMV4hTVtMwVKbD8g0CljpU9gzAQAeQ0CpPZVYHbyXI9n2MaM7oyqlIlbI3b+JCGkB6HYuX5hQiASD77TKr2t8s60JccAzETmgxoWADETcmwxR4lTfRp0MXOyIWX2956DjDFTpax1Whqdy2JjU8SUya1jM1Gc6bSV5Zc98Qn2cj5AKMePYPsRT02TIw4iYZ9N0vuZsMriGb8rsYcm15/3Jz7mI6GYVX/kkG4IXyyr0gYw03LDLbbtbdgPLbz9FEudfQA4jg/fAVfMs7ekCWGpswWY9ajYr6IHOWZlLBYSKvUVi40sN4t63ne7LR3+Ehubb53xYgsKWV9vgYzuigQzr2LLcsxUyzqlbG1jaShlx2w03ceanUatmIVDFSvizaRen6mQAcwWsjZq//PN1rYT88+9zWIMM2vcFfftZeJIl7/dmr32Zfvpi5D8Q47Hn2cwe9u3fdslMNvDZmyg3b5rtPZsJ8zUENTPRSuMBeM1GGfVqoHStk8RpD3npGf09WxcK1gtJGLetF+NTWOZdifPGfY02+yBr6GgRhqoz1TOzOEjboAxcV0EjKFPPP+ynu5xesRQMmTcWOGuiHKHMzFkklDKcnFLZ975wZVRnJxS6RoWBS5Kedqwf5+9txOTNvS7bZFnTsoKZo9/XJHogljR35i3DHE0v/D/IyeYmhmfj/nj+XzrT8xcIWcFcprcpMXO8JUXvDdlf+A1CKaBZFv/HrP9pz7hY/QjqlkmAGESQ8aPNYFM68MtLOiSKOdSZy5S6cBe6lDMxFURk5M2n+0h9tTCdWwQzBS6GGcmZTIMF2s5tgazBT1vDTkJZpD/ihSRIYk/5oPSYEelz/k+t7VjmPtX2Nj8j0PBDOcGyAhi6M96s29ZjJGxZKqMZVk2lpbzka6MUM2aJCCMNZO9zaiaUTk7BsxQPhDMsu9Lw+1VVwN4/csmmIVLlsVY/19FxeyVLtvPXrCsjDee56yMz3rWs45KwCGXWrHjmO55S1LDNZ3xYNnNxB2ElGoPNZ8EteCW2NsBhqiC7bMr5ufSx+ySy687YKwBVpSPALNnD3vK0n9HcVFU+4DS5morLCOiEsALKhjLlcdfqBsD/0pHnYkkGh1pnTQh87lmIRFgM0Jb/5M6FbMOwNaVMd7eyW5HgVvHkFvKU4tZd06Q9QbMbrrxhgUqYfXlq6YV0HAO1L1zOpLD/j+9Lj/zKZ9QfRAAWW7mUWW8kbaENk25f2eMWWiSD34qJNmH5DOdNj7HBPosxxDMdHLVwlJVk000JLJU++WTropZnJJpetkvx2Sb1p1jWsVs4ZsV9VUwq8t0WdRFw5bjn/X9buvH/c3Hb9jJ5h4TmJB1kWDGbIyIMcvzWHdlJJBxz7Lt8AQxPfcujNlvs6znTi2rszLWqfPVfVHL85wh2FHGmgHEWMe52+dM20oXxjoO7dZwe7iZ/YktHv71UMzWIor3Z2X8z5ft5y7YPmY3nGcwe+Yzn7kUP3ZoNkWMb5UaxKAR2nitZh5QkaTegxnm38Bf/9x9P6psk7LEmhHmCKP1/Bh3VwJkM+dmu4J6PMHsmcOe3P9nRGwZ2rnHmc9yiG35LxSCEyFtGwXDiK1ew/RwmWyIP2btr9ngjdeKmRLjVsFM6h148dyCGWZCZ8uqD3WmExhQzEJvL/sJzkcsKWwvu+F6KFJSYPp1TXOvmyBbWDiyLIabO1LUm2nKfa0wUYY8j8n85HldZzKTU7ibc86aKJ/KUboTYj82Sf0vcxDb7MdmYx4uyVHCdJNu3bzZpFxsM20hgeVqnzYRbmIio2a7vn9m3KNuFmP3esnF4MpokiYfIp/u1Tav4RJ79rOf/snzQxF7gAuq2cDGWuV3mOyDNl1AqXK1KLDwKeFZYWqX3l4ALFZRpijvwC08JwaFjLQI1SwBbWHRvuWshHfLt0HaQuyyXfsAZuqqKBOWB2U/LrR5t575g24HHf5ettm8r22adPh9Yo8m62Lnykggwxifalm6LyaQQTUrszEaynIGmC3EmRHQGrUMMWeLqlkdY1YDmYBZ3fePDaiJ7bua24fYAYd/xwQzH0U0sjd1HnHFlfGFl+0XLhiYXXeewezpT396q4Bpcw8gvQvkgosdy3uvv3gN2mZaetOyuisSPDD+YCiTsQRLqmgcyv69YMd2zK2bXgdlzaB6PMHsGcOeGBWQeVOnKuaMK1MbuRkRUSlCYWuWQ8tVPFmhvME/e9KjQJkjxkySfADiRPYTmBO7GDWERf2/v4eyDsxypg4HJ5xZbmzY5+UktvytX9qbstR9jn/Zddci25TzR0DUkbFK1Gbdp0u+JszTPjy7ZZNiQaeZTCIE2FyRcLYH5uqJJgSccJMp7dmGJrSqV8AYcmRIZQdM+bIILOa69DphnoamsCRzl9SH4umIALOY09CL87kUto3wOw0oSEox11Ve0yxc5+jzvQ/7hc/+DNzR8/cUpAd0TQyialkJdPlaFMk69vCMaMbRwBnHhnzCE6ZyIg6du1fWYCNQ5wZWifo7SMWlLLvyjTwKmKtnwjbC2p7+Efx3o8k/gvJfg8HFIrov6af/sNthxyXz8SO22TzhLmPKvIawemNpglgDa47kH/N5dtC1oQtjk5WxAbM61gyxZXvBTMoBCCOknc5zSFwZ9jfLtQXVNOsVNCY10b6Q9TWp9X803J55qKee/9DtFmOw1Xp/bv1nJ2bbrdkz7mG/dBH2MRNAuuY8g9lTn/rUg10TD3RP7Mv9tQhlTjc/hS4zM+4LNgHHq+dQd0RVlmSPMV6XYFfFpt0lhGmq/NI9kv0sYw1sos1Kmevobcs2LZ88ddjjlUts4EFWKZKBuKpqYpcZ5qP791n1+awHneUwdvbL9xv8LXVhMmH21TTKF0JoUChTXRm5sArgkkxrMSqPUumqI1DcvGrPFWXiELleKmaa6CPw7riFqGkAtgV17abHPlZvxHmjzn9GCiVtEJbU0CYQ49La7vfMgyqT63CUu/gwBTpSKCbAa8C8eTJodgQo2OsGzvocOobDeDSQtX4BBWIvptuND/vFz/tsfkeRXVQFm2f2oe4KZjvAEihDrJl+eupPBerTTuAtNF5slvtJ8qHp9KmN5/VUBWPsWANcKkiF5NcA3MV2vrzk44WVqGqWZZe3TK4xj6gnGPwPUtvUoCb1p/6o28GH/zvzza/YZvNvl2PKmMCjUtPYn2XneRjBbTuGuis2QCbtek6FjNkYl10ZGyBbdmmUf6nyCKpk+rAmSyP7dU20qTM4/lm4Pdrc/sYOPPynEswcqfIVuvyu3bhjewXMnnDZfuWCgdljzjOYPeUpT7lqyCKIFOV6HJNqYBxstEyQOBokWT4v45rYNTczBbk61o2wJ8DJMschE2M77z3K28lThj1uxygFn8gDbTIGD0BdeQ8QjZtiSLlCgECf6UG1yzzdGXVxtJNH0xYKWZT2EHcW2KMsOjUNYNY4VvazbNpx2+a4kQl5V9wi2wBwzV0cXRkf++iUdXR7FnWXS+AAjPhO/THZj4v/2LJ1T+p39SmcJzcb09UuB5hCSqR7YOZHNR+Snl73YJPxlolDthnf7aIiqVthsWmbSfZEVdkk5X2oj1+OETdG5h0Jy9dXlLZUErGjmSuU5Sy53hwbSFyfbpXm3OJMHE91WwAXcN6tE/A+55Q/lM2bdDPfPd8vfeHnIclH//1jblDYvB7rki6/+otHOXDewjl495CYs6wnmFn5k4qLaraDN7Fv9XDYqEQHWY/iEvuljwvX8tjq2zEfrt6m2o56+i/ELLt6ok5WifmcBLOxNQuRAgXARB7UukBZoWU+5SfdrurwV7ex+QIk/wCQTfjSPclOCFWVKyP6fF7LN3tdGRPGSiAbNZBRNbs6V8b6zMepbji9LQEt2yXGTM7rro2ozzU3ShmBLWxn/0rm9uV2FYf/8m0WY8MfHOdBTxJAGTek3p6aPfay/eoFS5f/6POclfGN3/iNezBrIALVo10SYVteM9sBbAsT0SrncPeVMZfWtoMd9mG8mq+7ey65OzYQ2YDZk4bd0N/U9IQQwjnZF65egeQYCEbR/O/3PV6CIXAGlziZMKS9PFP+y4m6SH6+TzGTb/UQklRS1EnrIr1YoNE2j8ajdBXCKAqwripYJIRxQg2AYTHov+nRj6IgAwFIXOti54KnmtW+mDABOt1ni/FhpnFRVNC0nobYpcxRo6qn63DTxQbjwyzMEfMGlUriquzOjZdd1x6GAVQCKQWqaZmBeQenspYdsHnlcsOnx/zDmflZwYyTtQgXY3mNmPpfNoL7lS/5Qko0PZRtBMxcXRrnazVADw6eaXRhPERJU3v2J6RlAg+NDcsJU0lzLogLXQIz14yKZJitCksNkG15TVG7iviwoXV9uZsx+RZ5VIoZJhl72rx7t4qFPOmn3K7ucLPxhbbZvGoCWKeGyblVyJq9yvhI5exKwg9C2GjS4+vDGkAzABqAbNWVcT3WTNLne7+3GbM09gpan7FxWwPa55nba9tVHv7bt1tshoSPeee2sX/T6ZiujA+9h/36BVDM9HjkeQazN3zDN1wHMy32cLZyzd4MsVZath6E9EJtrNZVAtox4lhmVzSqhFQUOf/apZHzX58LXqvF93gdzJ4w7DqyiGVZGcYbQNOyMo6bbYcITWSUyL7C+2975R9JRDLPDPHa5vh84FAq1Ak7Jh8AN5dF7Ma6jte8//ogy9Q3Mf2jVMx8P2iJS2JIv9vQejo6qTtjgp/8jO4WFpgIbjP7iRcvwsse+XC47zVVtDQH3BE5RsWqPSMDvCFF8Er3/GxYM2a9H9Q3H7/fWu+AqO3sbZxAtXTYShkEX7+Av/YVXyrfOT4BCy6M7lpP+yWYyyPdp40f4wPBTLM0hrg13hnr6kid75Jp0ZltsfiJpXvUYNW5L6SdCksKbxyb8OQdKjbcvMeNkXhZvBMBwuS7FPDjlEUqgabtE3rFrD+Gm2++1cbmxQCx5ryQdXGzAGSSHn87pgo2eiArlTPTrIxHuDI2G02fiirWuDSKapZzBKB1rozS34PZwqbUbt8UG/tPx2Sj9T+53WJ0G0zH+p4up6dm971sv3nB9jF7+HkGs9d//dc/GqI4ZgVm+ufrFaYVhW7CT45pAG+dZAgkACpt17Jn+FqWZYi6KJbP1yl8rWLWwHKvpi2qon0s2snjh10zBSPsTVrEkAHYmOTDPG2VbZAzwwTGZDsw5Rm2nbb3Fjh63ai9oYGaRkLFf4WQSYlKVroCoZ0L4WISqNqbmw7IvHVl9JyAps2ny2LTzkVWKtvLHv4wCxP3NmhQ0iIefvh3VSatkoIUpYXm0gdiQ/Y/zJLQVlwZbpWGBdN7sZq6PEl51XAhUeMsRJOqXx90oAkqXrMGmACftNK99rBDtX579QUM+/Wv/krwSdA3jnWJHysSgngBcHBP1E9AZFkiMHcffbHjgxGdZhsBLqs/6Qll0hbSnm3Z75ndUT7lTOZhgbT4yjdReALO/pA6U+tvfELV/P7ajDvKsiLnS4xvZIiZYGv549jRIBbG7yaVBkUOHLPdaB9mj/85t+OOa8w332Wbzb33xpq5KmodiAmoOROI7IktcxcXRmRizLM8Dk3+8Y9apwsj66HltVizfygUNFXN+OCm00EQq9LmA8QCdcSW/VEMe4HZcZ6D/jczxmx4HUesmZ8i9lwkwWxr9q/uYb91wcDsYecZzF7v9V6vgxBUbRlcmjKqBz/XMXMgwPnx1+7LfdeSe2d7gcbVkO1nvb6u7+TGYY813tC4AloTR+YCYVDXMluj6Q7+GpKldVXK0BbiLagYIHaIT3LJsui6n5kuEpP2Gn+42BA4i1CKFEArmGXbPWAjs/AF71LW+aiETbdQOEuXRo2AWZtw4+/0soc99Gp2r1LN5RzsoyXZsdyPuM7xM+GcjnkeWveXpBJ5d6++H/WbX/tV+CB08oy6MQrIufjRISAq9cGQPclU8VIFjElAUmfeJQuROtPnmChjvpsc4Uvrblp3OSecCcTNfuEWMoyyTcU00Xz08ZHfVC6LprAl3z0BsZNvFyBuKNmbZjAJuDGCKstJQ1HTRd94NJiZ+cn15iffZmNzn/9302jCVpsen+0CY2IzIS5kzzIAGdLjA8r4sOZMhYzl6OGsBzO6Myqc9bFmIWvadq6MssaAYlac/zA29uLY2C/bkYf/3R2ujBv5sQsHf33kly7T5b/CPex3LhiYPeQ8g9nrvM7rLNyk9wqaxnuxD3ZNTBNgRNqavcvWY8cOjG3jRbt6f43leRyxlnpu84SkH3cJilva0RAZLEswu37Yo41hDL4PwgS6hFUcZV5PgEvYRdo0lb7NMaahXGJHeHOTw0mSyOWvwOaIMcMCosCecBDmLNMnk+pYrDNOB2ZO/Y82HT9LBkeNMbMJaSHxZutQRlsBs4c8CJJRr7xQKUGlGdQ29U9q68+3bsMhLrKYvhy8ct/GCa8flBVXp52KnYxfvgBmjLn375OMK1S93/7Gr2MA011DmiPOjADHsmwoHbKhtLoiRv3xBqQZ4S3HtJ9WAS4BMxOFbfVT335UJeuiwBiYx6Nz3SaYybl6idnXeMSLjRykSkxsX7Bc0EdTvqBTMrz+V44Fszljf30bm89owWys7Fu2HlsmQCaZFwXIdN+yI+LLltLl052RZUn+IRBWKGaqpDWxZoSyDsxM+1pXxtcyt883t6MP/4ebEsyO+4EqJpid/HP73YsAZgJDDz7PWRmvvfbaVsliXw9tHWCs94nRIc/Jca3SU2SCRH0NzOiSyLqocrDFXGHLvoVYvGPfh0NcGmsQFzC7btgjjcqYK4vA088pNuVZ29JewKy6NyBwRYMBaisgJ29YgSp+mN7kTj9MKmYLfOJmodAGiU/6a/nPp6LlS8qYC3jV9m50dlIwc3XAQnmnC+xf7LQJOH2F3fTgB5nP3w5CEnQ4Er3bTBphNlO5EwFC7EyTfLjFrk/SdkjmRJfnNZcNk0NS4vu0Rt72mBJRPo8zgYhLYorZFTnPnLZmltT2Xc6SkdqMbDAdSibzhEyMu3bsUaZAlRFfcj03x9Y4IclX5vOL+6Qol/laJ2diU+rd6zM753u+TQrVhJuOhCz6D0A4VvO7yHx+91u+2cxDKIAfhkotCwKa1Dk+zDJNPmLGGHkZ0r7PJlPsG74KEr7KTy/6tqbfBo6NMCoazU+7KmTKL+rpB4/AYJlfyCpKpQLGmRXsu+dl9yo0EODmBZjh1azgLBfWvAByjWt/1e3MjpN3s3HygQJiALQsN66Mci4hzTeZ8ENiy4oYsuzLdtOzuO85sjBKFsMS0GJFNQOcbXlu9zYTOCsSgQwCGetXB2bbYe9oG/sIO6PD//HPjRtM987eDjuC2T3t9y9YuvwHnmcwu+aaa1Zc2fTo+tqxq31sQ/xWE7O2DmlN/dzYVmtx99hutzQ/7nnxXMe4MSaYXeP2CLolesEjxriygbgyqxW32ANmoXUVocg3NcwJmMnhphMuJL6SMqWMBdAnU8FsKypZ0JVRH6HtRb/IgrKYseKtBTCjY5OLo5SbabSKwhZgDBNdgbTiJunmBz7Agv9qVuKtpCRVun4UJryY1AvFxirPEoyrSu3B9WHk/hlVIV68GGYxIS3X7QlEYXxGuSZVrGgmqq8HrbGG4j3yYNzdqhqJdeP4vW//FrOBwCV8IBq1X/rRptfix5NxY3Oe/c8WwAj0dROVcmNHW/3ki8pWAVU14eiZR+1d2iJjzIyQBS529HGVFDW9VcywGGqX9cTbvmt++SzBzMxP3tX85IP2KGdUzBCHtlcdY9sVNayOLauzMprZP9ZAxjKVsj4BSBRnlgXQTueZqfMV0ghodayZghdjz5p4M4JZQtkl+wgTUjkezH4fYFa6y6O9+JbNdPknD7Q/uGBg9oDzDGaPecxjelBoYr/gmrjkujgNsg/1NVDo1CTWaVvtkyaggXkcC10AyqaO+R4Cr9oNUQD12ravN2vqwOwxbg/bey9AQEOSkDCpQ3WL3FIsf90SsQGuiMk40gd4QxgXeAbp5WTiXk2s6pM8/93NkboyRjTEiXprA9ADmNEji4DW3so1/b5/wuLSGAWYSQ7uZsEve8D9zMxFLUk1RfcpEwVNVRtJH68phDUtfLgkv4hCsWFqfd0/y+R5EqjmNc3cXK4vc2buQYExB8wIYADDErhc9mtzsQnXieccXeK7ZNLSduUl8hQEc4Wq6skEseG01I2AlCqkm1x7zjoM0Cc5HF23Dti14tZDtwjAZgX6Boji+Qff9e3FHzbS+rmpjfRJXf3rlAosTG/3gQPQlvmXz1gz1ZND488IWvxE40xb5mJ1Uc401ky8+QSo4spZ+iAkRcsy/MgXcWWipFXQpkk/qrdHbUyOlPKIzlUWk4giqE4mTzXtMb941mBmZq/wrjY2H8SEHu2+Zb4nTb6z7SRVMMaW0Y2x3reMDzt7V8YqK2MTZyZQJmWBs/yvo4pZQCFDEpAlMIuEshP7iLhkdrZg9uvMytjAmKO/UsweaX90wcDsfucZzB71qEc1AHA8nAE4VutXBV2r9SzStXEdxNbVviPmuLT+I0B1dTn7FLoWzB7l9pCdOESoIuNYHX7lDt5xtel5RX/vLFwbuRVPcS0ecpOTZAjE6XGmts9F7QWrgMQHqoS6JoF1VMxCwMxtY5prMgBnDqeomHYudpI6QMZTIeOtpVvUaQ30nRBYy3JG5bzsfvflP5vdjboflIqdB274m2QWUkbj0akqBNL6VWg7c4isZ9vn/25ei3XMqdmcABXUhTHXXzIa9OZsVSgvRvzh9323fCQBYlTua0ATGrBZR6aJToMp0uYwx6mOU0AzSRyyVwETR2Z+6l3sQ10ady6PY9ZyjDCJxo0pl5A823MpNtU/HjkZeM9q+daxT1OXeihFFsSZi0MAHWxKAn3Uz98dYHZHecIZYaxLh492AJn5sBiDQFZvKk3VzAFqBLKzSZffpM1n6nwp14AmcCbeNEuxZoAxhThpi1TKTszOHMxOf95ijO5bXq3779JtmG2usz++YGB23/MMZo94xCNWQKy0qfqpOi2pRRizChdHqVuon69r9GoX6q0KNsvOOlW1xfi11b+Vk0e6PSghyh3qmHCNa7sL74idC5BlEsTkEUPWRWt/jNU2EakQphVM/hHW+yyRIg0LjwGgw21DDCFIU9DSiaoEKMlBdCF0b0xwUzBzWYnAF+LFvLaVWYesVO3KOy84ZxX9cgs6sTnHCNCd2i33va+EZGXoDrIcSjSUHDIAm05LqYMlctjy/8AFWyo4vrjJGIr12NpKzpxfny2S1MbLHIirPeiC4BaOpfmw8Y9+4PvwERf/t05C1nI1PsnA6++guo4yIi7paKc/MrmqXtCHOpQJc2ZxlDG0X1TxuZgUm3SMClahTCMqVxHyZ+qWqAkx0SYrwVuq+8Pz5zxj0BsXsr7wR/7c3QBml/LxruabD2pcGRsgE7VNVDOBsQrIBMbQpzFmjoehvUyVj/ZgunwBsezrYs1mX+PGiHZxY5zr6QGtizETKLtkdveA2Y8TzJrv9k5Jm4rZ5sn2pxcsK+O9z3NWxld6pVdaB4vehlkU1YYug2U2x2pcNx+1p1mbHr+pHwNVnH9Xby6D+bZGzKZoWEOZVKRaNy4PcD747+LSw90eYAMJDb0Qi5i40OAhCLCTa6b6hX+HAC72zdVupZ5lCFT4LhP4gt5kPvt1YZVcWN7wuMIWIEwmaos3QLTT8Uv3lSGgBTsAGlMNJHi5WX+b2fTlWWHM5QW4+d73Mh6a7CMY6eQEIsQacX8vlHWIZbv7rIsVQpok9kpsZO+wfeM4Xb0C5+tiFbMOUyy5iXmTOcz+wO5nc15yPV5DrYt27CMXfE0Y1+dWuDUmv3KOiEWTBCI5e/UxZU7HP/mRH5ofTXFdNNMyXRyljgfb83tNMjISrqL6+YKfGIEz3RbZFCnw80qt1tsCZbruToh0P2bef4SLBcxXXdqpugm0ifiIWTkBC7MXMEv7jeSE2dgsC+BVE8Ai4brYLJpfxA//mbsTzMzi5AqcnTCmrMvGKGny/c4x4a6p8JH8Yz5WXBizv48vW0uXvx5n1j+2dbZGqmY599BzkwQkFMzmfGPYO/gl+8h8i+4eMPt+i6HRkgQxQ91xJpg92/7sgoHZvc4zmP2f//N/GuhahzU2M7Nh18b6WSpTfdv5v856G1WwZRuXqlLjMXO69DC3+5NH3CSGDFBmqpTNMtuVLOjKuP6vci/QoayH48k7Bay27e/YhkyqucFRt0UlSI4NBNhBMTMLRJG43FcGokukrHW9lpS9fVdEAUv4ShCb7w7HByjzlnvd88q6MkGFfGdo9j/dX7PdT0sQAjqaZAzUjwpimZhpUEPeVJsLNxdRD9MSWMPcdWW4Vg7L2DK1LH0y8VzhCihOYTFf41mWsfIqzU4AsQNOM7bO+SbMft8zv5w+Ywb1ncIKAm6ODgEwJGukQN+f/viPgE3o1th8nI3tlHVyTgJQUMAUvEQ/lr7G5VrKmGQHXq16ZvLpV7ALE45WDz+dSHLOIrjlNbTPAV8yW7wlgDQH1IGxRVWTDzIpUReji4z9C4yoF/zQn7q7weyO89va2Nzh2nhP2Z9MYsugkAmQZT18qmUKZl7Utc3PwpUREHa8K2MNZAJjVMq0nXubBUGs34D6T7duH2iX7OP9ktndC2bfbjG8VsXWHOCzcboyvtj+4ozBbJwxmG3tbI9/d57B7H/+z/9J5UrVrMZtDfFlsLNm4FI6+uPh5ojnOKfXb9quBsiyzja6RfJy3POsaPsnD3G7T/BeQN0SrUiLn2UD+0xbU29B5RTP75c9NzGaaZ79UTDRtIfsAhXMOfn1myLXhcxypXiZTKaEtJAFQgI0tJnvVmDl7VeYl26NJn2hCbPxW7yCzdb0bCjrYghpBhuOu/me/9YUOtxCYMcl1bpsXKycEiGZEyfgSAIOuYp8VyUMSRKQSDtNf8//jbMa2jBLkH8ijKKapLCX9PsEMGGZVORd1y1ZFomVeA0QZzYbNJFJzkAxLITA5Lks12iOrJkJkki6kvPIJ8x+XXvMM4j7zpdSNbxUNZG0BBiZQtqf/dSPXVkHgYvyi/rXeTRghjIRYKFsaCvtUdfYMU4Gk8XkNnVfGacGNsEk1hYgafWlT1PxDypgDq1PHgpf5aqDfXSf5YTzzMhAwpkBzLDgh/zkywPM7mi/znzzf9s7CyDJkeYKv9TA0jGfmZmZGYLM7AAzMzMzM2OA/ZuZmZmZme1jvmt1uuOuOubtF1WlVWzvrOZmFaGVKqtKymqNevV1pl79zGa9Ww5kMUj7jJBBFGQ4ipatBkTIAGiTkbOGKmM/lRG26VTGYm8BWjut8ale5GwrBOLAhTXVBLR/K5NH/5UOpCsOZusfVUZoB0uJmL2l7jllEbNblwxmb/M2b3NFQIE2QtsxAJmdCyl8/XnR4kpC0hWFsfm2K3XdD583dGdhEASHzBaerojtYG3YPoxnkgEi/rfKQJRxizGLv7KVeJivOkinCGys40pVxqQ8PqGr+/xg/b291TuQAbgsUobHN7SpQBphLuicl7k6kLHMuEFZH7n1Fs1f5s+jPH/y43muJEp1aX7VUxgvx6/+KWjse839diXr2KS/P39803Uw/t8f/6EUNYbJI2AL7NfYRZ0Js+xnhjkAxrZWxh2SkgaT+ZEpKXKlw23C5DeAE2ZKiorzhLf0lEUMOEmbAvOCgyNsFGm83IKxshXaWsTMFBjVjoBRglJswzxySc/3u8cFZtrsv9xm+zUa9l4HETJbUY495TBA6ANABjDrRs7kwNZOYWwCGfdT0ymNjKIhUtaPmNWFQHKopDDi3TPb/6Xc0wfFgf5is9XxgNn3EMymUxmlen2upeEdde9pEv+QdMuSweyt3/qtjxUQKGBB4Y9dn+809aed8HUM/jqY3ZEOZggSSZjyi1k4LPvKiFlnXTfKssmkVW3DpQtaqGc7wS6vJ0whzMeyzz9SaZ+CKkpi5qzwRzdCF99QKSvbel2UEaXV5dFjqM3O5E90WX8kLdjh2nNyhUY9csvNR5GckEVFisEl1UXdiDT9j4D8u6Tw0PI28uQS+KlQILIEyQ2b9JgC7mK0hsRS0vQ8npRmKyYFI3CZUpQ+fpa0d+aipQdiE2iHNbBzMBUvWJeBayGFpSPKo3UZFR8uVk1ETN/0WjxVVHXFRcq1ZJb2Ic6xLRvLPX/+J1Igdw7lyd9ZVGuX7mwTugR7rQ3r2G9tQIaQn0fFZnyH1dtmGZarx9OZNlXW2zCdMVS7FMDGMA+dmetljMSWYNguj4gz3VHmbLYGbAT6PL99nGBW6ve/U7H3Ln0gOwK39RAXR8GGFpBZmSuhbSqVEXA2VzJ/lbB1117kzKDM2qxjWqWx1H+7DvQeufcMjB0bmI3frhwGAthlRMzeXffvGMyGHYPZeseqjDctWZXxuZ/7uXcCADuDC6tegC+wL9GX/vFp7rTd5Wd++Nyh2xBgwj7EPGRlQexQzBi0iJcM0rIBbFlhHoukKWy/DmZwjNExd1DMhZoGutyu2Qct2hMKjIK0fsTFdQAvSVaWwgQ9PGJGCPO+wVRIi3Qx2iUlRMDlUTHI6ZcBw/7YzTcXOwX7VFdiLBWeFgdZ+lLnaXv2eWVYX0mOP3gfiwoajjPsJxHuADgGUiAVg6wjkAl/5y489B82UhG+lEqfvNnAzlITMxQOYMVpzlvGsXIcyXfyDEgzRJA6Oi6B0q5Zcp468fM02FZatM7nfUvd+5d/LgVy3nw1KT8LybAMLgLj9KNk/dV+4rAEYAKaxb25uhhIVqNk/DmmTZ8VqEKUTHKWcc5BBA0RNlvL2TAbAcEL3gXeJ1NcHD0T0iLr4T+RKPs43aPQ5/6t4wez3B822/fcrF+iYbihAmT2btmgcahHyCCPT1Cbn8qIiJmDWF/449JTGV0if6QqI8odQCty9913zu7PQR+R+/r2OJCOH8y+nu+YsUVfqZHqusP76YFTBmY3LhnM7r777vazNo3HCRaoRlvad39+2q/iOfpMt4jrRdvh3aFbGPmSTKAQ2YHP2AFv2z7bdmqnMhK+yC/M9PN30kLIIKwo+rlD/ZRG1aEs2v2aYCZZlMxEPNJJNJxASxuvK4N2j/CuWHQf5cL3t1sENtMAraYxRz06VeOTLKdSAqQ9duMN9Rufsn+Z7QYst2varawYZT/TDIkJo9V0eF4epkemUE85jKrPBuW18VKRki36io+0TQ+bpvbF6PWjoe5r73z3//VfSUGYqoKZ7XNFvfgwNhPIEEf2ffHOUWhUerzb/irMhp9V/I52u9e1wCySIOYrUhZl76Sp9EN7ZgbGNIyxDvtgaPnKZ1SmL/Yxum+z/nf/xrGCGSJnL7hZv0+x90rV1MbY0+jvlNXEP8LLUGkkgBHYNA1nhLH2e2bNra1m4ztmBLLaPgRBWtGyDP2O9vSO2tc/b1bpaoDZ+suVIVp76oxYCGYfrgdP2TxmNywZzO66667ph33MP8YOc+o4V9mEGEgT0FDnBR67KTsfEfI6r555fvbp101HqdjPyzEVUVwArB7eGbo5wjnGAkwENkIXA1CViJscuMTIl9lMed5V0cKzAlWFOyxRX6MW7uPWwIzQpqgMpEaYYBmZHQO3OkgZ4VGr2AaAVVjbgWxdTXIKT2WU+o+Ql7pWoe7RG27gr4CMlFm9gxqcZ9NgGbs87uT8ZwbNaofKEEvr++WpkkL/Mk4sJlyCaJYfvGpJBWxwnT23BYqUII3RjFbrJZ6keYm2ETU7dm8qbNEXU5184O//FvDl+3yyNwIQJPTrXxUMNBXvkNBr+5rGAOIDY9lccXcPSty5/dxM13Ttskh95VzO9cGZpL59rIQuSSIfi23gubUp58GzLCJmCYVGdzwEKcpsr3f++lUEs6f3b5T2P0bD3sdv1j0XAElLYUSErBIpQ3nbrzZ/mSkvXpJUfqCctt8DNKY1psGYRc/GJIwhkubKjQZoY5Yo2VHq4mpT/hzt60tiXw9pX7p6YPZ5/o5ZG8JY1wSzT9BDp0H8wwDp+iWD2R133NF74D7eugX0XVLdCR7n4e3SjYSxCIMthzWCGOoYrJLVMUqmduSMDz608RkDC4myvTJqhrUFZv0ByPYBZ1AygQgIyaAR8QK0CWWuatraT2UNO1MZIZMgOZg9dv318iXtAT6Eiaab7x9BYdDUC+VAQYVCgoFBIedarvpg8NCGJKt3+HP5ekMnjJlpK4RM9BXhrf4Z4TPEYimKODePBml/LJz/22xlbPCcUNr8rbhNuaVR6MF/+PtL+iNHPaiBt36aPeRzmcm0SIVEX7MxfbF+N3kdnGAsOxgHL22t3sGsIv3jkGXXDGuWoTfta/bllzM/2onLgnTFyfbdOCYdp3M+mOz3u+PXrjKYla32X0mx96kb+1tt3zkbB7XfLZuVwohVu0xltH0HsTmS+engZeUGkHHS6SIG8v25p8/Wvv5oexmuLph9ijIGWLuS+S2JpSL+8Vl65BTI5TsgXVgymN12223zIWCh9buHoEVA1Em8Poe3Sdfjf0JkASKdhABnwSgvy7P8BuMS8AwjarIImbL9I2//C8B0/rcd/UU4DjhswKjnwEs9nMkKmKnSxuoktEnxIXlQwAP+ds4URwKbzA5sZUwAZRMCsTo8nqKP2x+/7kLxoETjZYGYLDX2PpS2MGAy9xJT/YotTAQki3/hc6VlY9LorEzgXHaMV9IiO9DwVxRnMwy2w+CwtMtUIy3RjiVJSZAsY/aDbvsHxmPnd9DzY8bWFz8cEy8pSJKSKpN4R4R7aJNc1993k/Ji/HNxlNKZai6cKoDDffhf/rlDAAbZVTAzcZIwOlD2I2aELaYrlrp6vZR27R3ipCCAAbJwxwPU2If1ElMW+eVZilVuwXtm8npnHUIXII2XAKqLZenF/7C06bILbuzL8m2/sggwK32HTfldtZnzbB3xUgZkJUK2AzBTe59wNjmXWXK/JfwBe3ttR8waKY2j9GfrQZ8b+/qu3FdqT1oGmH10AbNkTd02lXAVX6RHT9k8ZueXrMr4pm/6pscJR/02xw8sKSl26HNCafJS1CiraZI7/fyO/zM+vEW6IGcSwBX/d2WETNV2Bm4MKJlNFeEPsZ3d6MX+dDm6XwDRWNXZ5xwBqtOq4JSyMsC0thxkuPP+oGSG8LdM8IgGr1BvNoyQ8cHkFUBcgGXflxLIzIE8ft6+TsFAShhh5kJAqFujBXK1c875T5LdW+jQlpr3PeP32YrycKDfmpw/+c4ZD8WLNu1r6z12y1LF8axj1o+Jcz/y7/8qRSDSFTZet2UlpbHygpPE2a0dgPGXnu1Hfo8dez2gbi1BJ1VMYTRwM/CyuqjCGePoTE9E9p8uhrYkwCHSlvV2li3Ky2H2IDejnAS0FpnZILRdG+FAcSAdYLvllxYCZl63d+eY8THjoPccQzePg4NXfR6z1ZQqowBsKtvWu2YEseB7ZdOpjG3Z/Eoqo8OXlU0YhKB2z2b/W8bQF+W+/m/70S0HzD5IGZNfsrB1noKHr9FjpwzMzi0ZzN7kTd5k8eDFdosHx2uf15mbpHMMFAVSEZtP+oSwWltGxLBt2sg5lfbtwUJiTe3BzNrP0LTjtXxNtg9G2jAYj4bRk5CaUbB2P8oIdBw32KFdSkbZ2K6sT5w712aGdKc8whMGg0CsGiaxlXnNY/ji6obZbML+cJ5NYK+TD8EM8vN4rM72a14dYRSey3fmECAhkAZ2w/U0Of6gSmX3c+2bHv3P/+RTfO+7iW1ADAFYc9/480TZNuPM1tb38Wn5pBRRiQ8RzvqDYZRNqGd0C5epEUgKF/1APzWgLlQBsKTX4OLWKO04fIaFU06VtrXBeR5ndr73bv7FJYKZxgytpOdehT58DL3vZr1hTUDju2ZcBwewqVTGplx+WwAkJ+GsrtA4Tz6fkbL7V6mvH1NfuZL+cwz/WJcEZu/Rn2B69jtm36bHT5Mqo6SzSwazN3qjN9r9Q/38tovzYfnnX46/lXZnbtiswf8ZCWrh6UjQSmDqYi0QZfWZdo6cYByWAW3VCAycaxMjSZSO98Gs69hkG9Y1QxfVVETxt3SkyzHhSYQ4vkmDT5sJWmnncTvr3Pbk2bN9BmB59lzDu5p6moGh6ZhYTNdyf/7C7v1I3HxfCWvkyPaxYJh/PS7n43j0f/7bYarPL2JIJiSGcVSJnPGv2e4IWSpiLYomRQXmsoBYAPYY4/b99sASNiY0i495iZRFBJ4cxIJ1E7+kRU553Lc1Ey/A5SjYOsPW297480sGs2064QuspA8cQ+/9dASNE0zLImcGbb3I2Xw1Rtra6owrzUllhPgH1BotknbPZvvNo/S1K+lftsdfLJjlO+N+nf7C7Co3xnfpiVMGZmeWDGZv8AZvcNlQsKw+186xgD5nrpcO0n4wJsOUuroWRiLzT0yDRATMGCRqYDaU+uyDWklnpH4CqbIUWa4TZBvURDCDUwjvyQcV7ffPJAxym98IgQz/TZyQVa1XHdjql1Brf3sGcYGymicObOzjMbbUU2fOqL3wwlHdr96+arU9CoCwsV/CssEYgn70PWAly/MWHmBHXaDEmNKESBhUG1k5/wq13YGx4gxbPH7P/+G29H0CmdkJYxa+8XJZEBsW7wxs2T4JadX+HEgakvTfJRN/nql+A0g1CGMwyWxWH62+RR6fX85DdC6FyNH1DFLWd5biiJiiOH+73b/+ZxcPZhaVep6nI2jSO42DnsejYoycTacy+vYy4Kw9yfR0KiMhDWBWQO1fR+k7V6mvWIX+k+daLpi9JVLwY/o/j+6vcj+qJ08ZmB0uGcxe//Vfv/uwvVQYWKKfvWkDdt5v92OTpF19JmcuSPvOLH2uQSBKUw9I7UCTsM+AE9twm92wR90xlvttaOdA5vy/Xx1Yu33LU8RKfEsIq7bxY/Qd5rb08v1+/6cODzHjVvDwrghwlIEUDgPbnq5G6H5ERd2dSyi1xoTJQazT9kAhqipa00jLx+N4UhnFc3MKCZYzeA5AVayDTeutKErgUQNbn8h6MHgOpl56f2HkooK+phQio7TPLHV11U0C0NbuipDbj9vB+8kH7qs/9WsCzISXnSo3SW1aAjWiYSER2BBdk0fYFLxzNNjIQ+LdAmkM8wEJyxgIvynsY1oLQ2eWn1AHppW1Cwd9Czqm5J7zkqCM9hAsDfJ6+B/jmhKhtTCfb3GctR08pQs/cyLADDBydiW9/Sh99Bh6eUjj10VAdImpjLZPQJsvmV/bB4Blc16zPxylL1pJPzCmnuBnsXwwe1Olcke5AyHFz+qpUzbB9MGSVRnPnz9/xaCJ/Y//OLsfy/LHsIixnDknDSKIkXOi9ZJ/G9DClRjdH+vTg7AuMgDiGmlaZRsTuDNNoSTMKngp6za+LCcMIKflLkIBj7ZWAdQCHif6uaSCX2U8eqJvVuuR2oj9pw4OdDKWXUa6rg2J05vtennywQe6tzIowCmi3Vb1VMb+d5BDGMEMcFw9BiNdVVLkPu58/4lh6F9tDmRX+znlsabr0SYrbfpOsJzzB37+p04imG2h5mAMvcIovfVKert16MXtfbICa8eUymg+IqURcNaNmP3l0yAm/eAq9UdjaPRxnywwe20l/9b6Uvk8Aoq/rtUpk8vfXzKYnT179liBYPfHXKC/1z4DSzirPLtEfd7fajCpAm7RytwLqHv7cRJpkXnxjT6pZQAJ9H5Yb0YdwAyD8f26yIe8bbjNfMw6RnH+sWp0jCqCBDFKaCTK4UlX1hPHtFYEP68Z9/YsgmTXrqJEH720Nzxke1PELo6k95U26nasanpSall6oxqhueSVqY5ZYfv1ub+g9CGEqTg5dW/GMwyl+E+JEX4A7nDaRQq7od1duqzgmGtxsbz4/hT79LN7nnrkYQKXlREZUw3Isl7XmtOtVsaY6hCGf/mXhrIIagQx3tP9fmZDsIn7c3inXtf/9mS7sHLUGZmXtk3+jJjNIUuUz/7ESQYzQtRrr6S3HqU3G0MvV0tpXAsRtONKZVQTxv54lH56Jf3wZv2Ni44b0skFs1dWKnd1NCl+X+MpA7O9JYPZ4eGhektEUMI9vTxnqaTr9Zqzkv14vPax559j/jE5xvnjm3/e+eOLmX3qkv/Txzo4pCV2XK7zzPzy3IuBR5u2s/36yxhIO0rW70PjLIxst6dt9lWAb1BGRPvVsKewecqiO7kmjo5UJwApwArJcMm0utK2+MBzpM9P5gxWfA+DlBBTFw00QoYeDjMGug52qrzHBfjKymM6/xYzahDo7TipM2GiCu82vRhJOpSmmQGWtLrSz+Z1C4WnM8ITSZVUcQFcV0881vnjTrNH/6bJif6VGDEPlhWQ97L35c8pgC5eBxzZcaz+g0P/JwYyOtpkhdFp876+rFsfNRfAVr9dv1GyEZ30UTfa0X74Y88WMPPtwUp6xVF6/dUzkPbCo/SCI1Ma56cymi8zJPMdzKR/2Gz/brP+3Bj6xVH6o1FarXiOEw9mL6Ws19h+zgCzP98t+KzX68HLv/d7vzcLzF7lVV6FD9a7BrNhyWB2cHCw1OjMyfXrml/7+62a6NujwhytJaNhn0/Cylmid4CvuYPsDwR1O7Irmg2CJQIW29vY+ejY7kdEIvwkW1R9XQ/DjGs0S90Qpba13eT4l7aWYjMEPF8ecf6YUb/8ZXzyidnfVxhnv712d4t3+/QdnlE3Q6gGjXYxkMj5o5hm5LlLXv7VOvjRZyGYAZJC58bUq4+hWzfltxlDt4zS65W+F1rpjO1oWV2RERGyR8r2l1ap+8fQ92+2942h39y+M+bne9aB2WMvphwuMZUxGc1P/Kca0rm/Ue4YzGLHYJY7BrNYMpjt7e1poYCgk7tc+7yG9rNZ3R79NnN5hu0ipTz2h+sZDraBoe5ozhtEX6EJ/ZCwN2e0aA/Um37Q4Ui4zYjdX0Ic4dqyK148OZ/zelzNH98VXnImFmXbMaak4ohxZd8lTM1eIuefPGYM4NgGs/fDpwHMNJatlW8v5TcfQzeUtm8yhl5g9GMEwawp/vEPY+gXRkkFwH6unPN/N2WeW892MPt/EVUthjBzfnYAAAAASUVORK5CYII=);
}

.minicolors-no-data-uris .minicolors-sprite {
  background-image: url(/jquery.minicolors.png);
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  border: solid 1px #ccc;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}

/* Panel */
.minicolors-panel {
  position: absolute;
  width: 173px;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  z-index: 99999;
  box-sizing: content-box;
  display: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

.minicolors .minicolors-grid {
  position: relative;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  background-position: -120px 0;
  cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

.minicolors-grid .minicolors-picker &gt; div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  box-sizing: content-box;
}

/* Swatches */
.minicolors-swatches,
.minicolors-swatches li {
  margin: 5px 0 3px 5px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.minicolors-swatches .minicolors-swatch {
  position: relative;
  float: left;
  cursor: pointer;
  margin:0 4px 0 0;
}

.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 7px;
}

.minicolors-swatch.selected {
  border-color: #000;
}

/* Inline controls */
.minicolors-inline {
  display: inline-block;
}

.minicolors-inline .minicolors-input {
  display: none !important;
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}

/* Default theme */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}

/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right &gt; .minicolors-swatch {
  left: auto;
  right: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 5px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}
.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
  width: 18px;
  height: 18px;
}
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Semantic Ui theme */
.minicolors-theme-semanticui .minicolors-swatch {
  top: 0;
  left: 0;
  padding: 18px;
}
.minicolors-theme-semanticui input {
  text-indent: 30px;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 140px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .drp-calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .drp-calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .drp-calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 8px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .drp-calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .drp-calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }
/*!
 * Cropper.js v1.5.11
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-02-17T11:53:21.992Z
 */
.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *







 */
/* Make clicks pass-through */
/* line 6, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress {
  pointer-events: none;
}

/* line 10, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
/* line 23, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
/* line 38, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px;
}

/* line 46, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/* line 60, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 65, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul &gt; li {
  position: relative;
}

/* line 57, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 26, app/assets/stylesheets/application.css.scss */
html {
  background: #f1f4f9;
}

/* line 31, app/assets/stylesheets/application.css.scss */
html.connect #wrap {
  background: transparent;
}

/* line 34, app/assets/stylesheets/application.css.scss */
html.connect #navigation {
  border-bottom: 1px solid #e9edf1;
}

/* line 40, app/assets/stylesheets/application.css.scss */
html.provider #nprogress .bar, html.connect #nprogress .bar, html #nprogress .bar {
  background: #EB0450;
  height: 2px;
}

/* line 44, app/assets/stylesheets/application.css.scss */
html.provider #nprogress .peg, html.connect #nprogress .peg, html #nprogress .peg {
  box-shadow: 1px 1px 7px rgba(235, 4, 80, 0.5);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
}

/* line 51, app/assets/stylesheets/application.css.scss */
html.provider #nprogress .spinner-icon, html.connect #nprogress .spinner-icon, html #nprogress .spinner-icon {
  border-top-color: #EB0450;
  border-left-color: #EB0450;
}

/* line 57, app/assets/stylesheets/application.css.scss */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 67, app/assets/stylesheets/application.css.scss */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2em;
  background: transparent;
  color: #313131;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Proxima Nova', Arial, sans-serif;
}

/* line 82, app/assets/stylesheets/application.css.scss */
html .body-text-color, html .body-text-color *, body .body-text-color, body .body-text-color * {
  font-weight: normal;
  color: #5A5B5E;
}

/* line 86, app/assets/stylesheets/application.css.scss */
html .common-text, html .common-text *, body .common-text, body .common-text * {
  color: #4d546b;
}

/* line 91, app/assets/stylesheets/application.css.scss */
.mobile-cta {
  display: none;
}

/* line 96, app/assets/stylesheets/application.css.scss */
body .mobile-callout {
  position: fixed;
  bottom: 0;
  padding: 0 140px;
  height: 64px;
  background: #fff;
  box-shadow: 0 2px 7px 0 #f1f4f9;
  width: 100%;
  left: 0;
  z-index: 11;
}

/* line 107, app/assets/stylesheets/application.css.scss */
body .mobile-callout #dismiss-mobile-callout {
  position: absolute;
  top: -14px;
  right: -14px;
  padding: 0px;
  width: auto;
  height: auto;
  cursor: pointer;
  opacity: 1;
  z-index: 13;
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.11);
}

/* line 123, app/assets/stylesheets/application.css.scss */
body .mobile-callout .callout-container {
  display: table;
  max-width: 992px;
  font-size: 1em;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

/* line 131, app/assets/stylesheets/application.css.scss */
body .mobile-callout .callout-container .galore.thumb {
  height: 50%;
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 142, app/assets/stylesheets/application.css.scss */
body .mobile-callout .callout-container .description {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  max-width: 480px;
  padding-left: 120px;
  padding-right: 20px;
  cursor: pointer;
}

/* line 151, app/assets/stylesheets/application.css.scss */
body .mobile-callout .callout-container .description .soft-bold, body .mobile-callout .callout-container .description .italics {
  color: #EB0450;
  transition: all .23s;
  -o-transition: all .23s;
  -ms-transition: all .23s;
  -moz-transition: all .23s;
  -webkit-transition: all .23s;
}

/* line 161, app/assets/stylesheets/application.css.scss */
body .mobile-callout .callout-container .description:hover .soft-bold, body .mobile-callout .callout-container .description:hover .italics {
  text-decoration: underline;
}

/* line 166, app/assets/stylesheets/application.css.scss */
body .mobile-callout .callout-container .soft-bold {
  font-weight: 500;
}

/* line 170, app/assets/stylesheets/application.css.scss */
body .mobile-callout .callout-container .action {
  display: table-cell;
  vertical-align: middle;
  min-width: 300px;
  padding-right: 25px;
  padding-top: 5px;
  text-align: right;
}

/* line 178, app/assets/stylesheets/application.css.scss */
body .mobile-callout .callout-container .action #ios-footer-download, body .mobile-callout .callout-container .action #android-footer-download {
  display: inline-block;
  cursor: pointer;
}

/* line 182, app/assets/stylesheets/application.css.scss */
body .mobile-callout .callout-container .action div:hover {
  text-decoration: none;
}

/* line 187, app/assets/stylesheets/application.css.scss */
body .mobile-callout #mobile-container {
  display: none;
}

/* line 189, app/assets/stylesheets/application.css.scss */
body .mobile-callout #mobile-container .vertical-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 198, app/assets/stylesheets/application.css.scss */
input {
  font-size: inherit;
  text-decoration: none;
  border: 0;
  outline: 0;
  transition: all .23s;
  -o-transition: all .23s;
  -ms-transition: all .23s;
  -moz-transition: all .23s;
  -webkit-transition: all .23s;
  font-family: inherit;
}

/* line 211, app/assets/stylesheets/application.css.scss */
.success {
  color: #468847;
}

/* line 215, app/assets/stylesheets/application.css.scss */
.underline-on-hover:hover {
  text-decoration: underline;
}

/* line 219, app/assets/stylesheets/application.css.scss */
.error-container {
  padding: 11px;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  background: #F2DEDE;
  color: #B94A48;
  font-weight: 500;
  display: none;
}

/* line 228, app/assets/stylesheets/application.css.scss */
.error-container a {
  text-decoration: underline;
  color: #B94A48;
}

/* line 234, app/assets/stylesheets/application.css.scss */
.success-container {
  padding: 11px;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  background: #dff0d8;
  color: #3c763d;
  display: none;
  border-color: #d6e9c6;
}

/* line 243, app/assets/stylesheets/application.css.scss */
.success-container a {
  text-decoration: underline;
  color: #B94A48;
}

/* line 249, app/assets/stylesheets/application.css.scss */
.info-text {
  margin: 20px 0;
}

/* line 252, app/assets/stylesheets/application.css.scss */
.info-text.-secondary {
  margin-top: 0;
}

/* line 257, app/assets/stylesheets/application.css.scss */
.info-container {
  padding: 11px;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 265, app/assets/stylesheets/application.css.scss */
.info-container a {
  text-decoration: underline;
  color: #245269;
}

/* line 271, app/assets/stylesheets/application.css.scss */
::-webkit-input-placeholder {
  color: #aaa;
}

/* line 274, app/assets/stylesheets/application.css.scss */
::-moz-placeholder {
  color: #aaa;
}

/* line 277, app/assets/stylesheets/application.css.scss */
::-ms-placeholder {
  color: #aaa;
}

/* line 280, app/assets/stylesheets/application.css.scss */
::placeholder {
  color: #aaa;
}

/* line 283, app/assets/stylesheets/application.css.scss */
:-ms-input-placeholder {
  color: #aaa;
}

/* line 286, app/assets/stylesheets/application.css.scss */
:-moz-placeholder {
  color: #aaa;
}

/* line 290, app/assets/stylesheets/application.css.scss */
.dark-placeholder::placeholder {
  color: #000;
}

/* line 294, app/assets/stylesheets/application.css.scss */
.error-text {
  color: #cc0000;
  font-style: italic;
  font-weight: 500;
}

/* line 300, app/assets/stylesheets/application.css.scss */
#uh-oh-container {
  width: 50%;
  margin: 2.5% auto;
}

/* line 304, app/assets/stylesheets/application.css.scss */
#uh-oh-container p {
  font-weight: 500;
}

/* line 308, app/assets/stylesheets/application.css.scss */
#uh-oh-container img.crying-error {
  width: 600px;
  display: block;
  margin: 2.5% auto;
  border-radius: 3px;
}

/* line 316, app/assets/stylesheets/application.css.scss */
input:disabled, input:disabled + span {
  color: #aaa;
}

/** Hide the HTML 5 arrows on number field **/
/* line 321, app/assets/stylesheets/application.css.scss */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 325, app/assets/stylesheets/application.css.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/** **/
/* line 330, app/assets/stylesheets/application.css.scss */
.default_easing {
  transition: all .23s;
  -o-transition: all .23s;
  -ms-transition: all .23s;
  -moz-transition: all .23s;
  -webkit-transition: all .23s;
}

/* line 338, app/assets/stylesheets/application.css.scss */
.quick-fade {
  transition: all .14s;
  -o-transition: all .14s;
  -ms-transition: all .14s;
  -moz-transition: all .14s;
  -webkit-transition: all .14s;
}

/* line 346, app/assets/stylesheets/application.css.scss */
select {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: 0;
  background: #fff;
  background-color: #fff;
  border: 1px solid #eee;
}

/* line 356, app/assets/stylesheets/application.css.scss */
select:focus {
  border: 1px solid #eee;
}

/* line 361, app/assets/stylesheets/application.css.scss */
.quantity {
  vertical-align: bottom;
  line-height: 1em;
  padding-right: 3px;
}

/* line 367, app/assets/stylesheets/application.css.scss */
.font-smoothing {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  font-weight: normal;
}

/* line 374, app/assets/stylesheets/application.css.scss */
a:hover, .current-page {
  color: #015AC8;
  text-decoration: underline;
}

/* line 378, app/assets/stylesheets/application.css.scss */
a.no-text-decoration:hover, .no-text-decoration:hover {
  text-decoration: none !important;
}

/* line 380, app/assets/stylesheets/application.css.scss */
a.no-text-decoration:hover *, .no-text-decoration:hover * {
  text-decoration: none !important;
}

/* line 385, app/assets/stylesheets/application.css.scss */
a, a:visited, a:focus {
  color: #015AC8;
  text-decoration: none;
  border-color: transparent;
  outline: 0;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 397, app/assets/stylesheets/application.css.scss */
.link-color, a.link-color, a.link-color:focus, a.link-color:visited {
  color: #015AC8;
}

/* line 401, app/assets/stylesheets/application.css.scss */
.link-color.hover {
  cursor: pointer;
}

/* line 404, app/assets/stylesheets/application.css.scss */
.link-color.link-btn:hover {
  text-decoration: underline;
}

/* line 409, app/assets/stylesheets/application.css.scss */
#chart-div circle {
  color: #EB0450;
  fill: #EB0450;
  stroke: #EB0450;
}

/* line 417, app/assets/stylesheets/application.css.scss */
.sweet-alert.navigation-prompt #stay-here {
  cursor: pointer;
  color: #015AC8;
}

/* line 421, app/assets/stylesheets/application.css.scss */
.sweet-alert.navigation-prompt #stay-here:hover {
  text-decoration: underline;
}

/* line 424, app/assets/stylesheets/application.css.scss */
.sweet-alert.navigation-prompt button.cancel {
  color: #fff;
  font-weight: 600;
  background-color: #cc0000;
}

/* line 429, app/assets/stylesheets/application.css.scss */
.sweet-alert.navigation-prompt button.confirm {
  color: inherit;
  font-weight: 500;
}

/* line 433, app/assets/stylesheets/application.css.scss */
.sweet-alert.navigation-prompt button.confirm:hover {
  text-decoration: underline;
}

/* line 437, app/assets/stylesheets/application.css.scss */
input[type="checkbox"], input[type="radio"] {
  margin: 10px 20px;
}

/* line 441, app/assets/stylesheets/application.css.scss */
input[type="text"], input[type="email"], input[type="number"], input[type="password"] {
  background: #fff;
}

/* line 445, app/assets/stylesheets/application.css.scss */
input[type="text"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, textarea:hover,
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus,
input[type="text"]:active, input[type="email"]:active, input[type="number"]:active, input[type="password"]:active, textarea:active {
  border-color: #0880ff;
}

/* line 450, app/assets/stylesheets/application.css.scss */
input:disabled:hover, input.disabled:hover, textarea.disabled:hover, textarea:disabled:hover {
  border-color: inherit;
}

/* line 454, app/assets/stylesheets/application.css.scss */
.start.timepicker-input, .end.timepicker-input, .purchasable-timepicker-input, .payout.timepicker-input {
  border: 1px solid #eee;
  border-radius: 7px;
  width: 110px;
  text-align: center;
}

/* line 460, app/assets/stylesheets/application.css.scss */
input.datepicker-input, .modal input.datepicker-input {
  border: 1px solid #eee;
  border-radius: 7px;
  width: 160px;
}

/* line 465, app/assets/stylesheets/application.css.scss */
.datepicker-dropdown:before {
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  border-bottom: 0;
  border-top: 0;
}

/* line 472, app/assets/stylesheets/application.css.scss */
a.lightbox-toggle.remote {
  height: 100%;
  width: 100%;
}

/* line 476, app/assets/stylesheets/application.css.scss */
.hidden {
  display: none;
}

/* line 480, app/assets/stylesheets/application.css.scss */
.light {
  font-weight: 100;
}

/* line 484, app/assets/stylesheets/application.css.scss */
.bold {
  font-weight: bold;
}

/* line 488, app/assets/stylesheets/application.css.scss */
.inline-block {
  display: inline-block;
}

/* line 492, app/assets/stylesheets/application.css.scss */
.no-outline, .no-outline:focus {
  box-shadow: 0 0 0 0;
}

/* line 496, app/assets/stylesheets/application.css.scss */
.saffron {
  color: #ffbb4e !important;
}

/* line 500, app/assets/stylesheets/application.css.scss */
.saffron_background {
  background: #ffbb4e !important;
}

/* line 504, app/assets/stylesheets/application.css.scss */
.galore-black {
  color: #444;
}

/* line 508, app/assets/stylesheets/application.css.scss */
.white {
  color: #ffffff;
}

/* line 512, app/assets/stylesheets/application.css.scss */
.red {
  color: #cc0000;
}

/* line 516, app/assets/stylesheets/application.css.scss */
.pink {
  color: #EB0450;
}

/* line 520, app/assets/stylesheets/application.css.scss */
.pink_background {
  background: #EB0450;
}

/* line 524, app/assets/stylesheets/application.css.scss */
.white_background {
  background: #fff;
}

/* line 528, app/assets/stylesheets/application.css.scss */
.danger, html.provider a.danger, html.provider a.danger-link.link-color {
  color: #cc0000;
}

/* line 532, app/assets/stylesheets/application.css.scss */
.reddish {
  color: #ec5f3c !important;
}

/* line 536, app/assets/stylesheets/application.css.scss */
.reddish_background_transparent {
  background: rgba(236, 95, 60, 0.23);
}

/* line 540, app/assets/stylesheets/application.css.scss */
.orangeish {
  color: #ff6e0a;
}

/* line 544, app/assets/stylesheets/application.css.scss */
.green {
  color: #76a295;
  /* rgba(118,162,149,1);*/
}

/* line 549, app/assets/stylesheets/application.css.scss */
.orange, .bottom-btn.orange {
  background: orange;
}

/* line 553, app/assets/stylesheets/application.css.scss */
.shiso {
  color: #00ab6b;
}

/* line 557, app/assets/stylesheets/application.css.scss */
.teal {
  color: #015AC8;
}

/* line 561, app/assets/stylesheets/application.css.scss */
.blue {
  color: #015AC8;
}

/* line 565, app/assets/stylesheets/application.css.scss */
.shiso_background {
  background-color: #00ab6b;
}

/* line 569, app/assets/stylesheets/application.css.scss */
.blue_background {
  background: #3aa3e3;
}

/* line 572, app/assets/stylesheets/application.css.scss */
.mint {
  color: #00B17B;
}

/* line 575, app/assets/stylesheets/application.css.scss */
.text_color {
  color: #32df72;
}

/* line 579, app/assets/stylesheets/application.css.scss */
.drop_in {
  color: #ffad17;
}

/* line 582, app/assets/stylesheets/application.css.scss */
.camp, .camp-text-color {
  color: #43cbcc;
}

/* line 585, app/assets/stylesheets/application.css.scss */
.camp-background-color {
  background-color: #43cbcc;
}

/* line 588, app/assets/stylesheets/application.css.scss */
.date_night, .date-night-text-color {
  color: #3f51b5;
}

/* line 591, app/assets/stylesheets/application.css.scss */
.class, .series-text-color {
  color: #3a99e3;
}

/* line 594, app/assets/stylesheets/application.css.scss */
.class_background, .series-background-color {
  background-color: #3a99e3;
}

/* line 597, app/assets/stylesheets/application.css.scss */
.text_background {
  background-color: #32df72;
}

/* line 601, app/assets/stylesheets/application.css.scss */
.underline {
  text-decoration: underline;
}

/* line 605, app/assets/stylesheets/application.css.scss */
.pointer {
  cursor: pointer;
}

/* line 609, app/assets/stylesheets/application.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Proxima Nova', Arial, sans-serif;
  font-weight: normal;
  margin: 0 auto;
  line-height: 1em;
  cursor: default;
}

/* line 617, app/assets/stylesheets/application.css.scss */
.bold-header {
  font-weight: 600;
}

/* line 621, app/assets/stylesheets/application.css.scss */
.danger {
  transition: all .17s ease;
  -o-transition: all .17s ease;
  -ms-transition: all .17s ease;
  -moz-transition: all .17s ease;
  -webkit-transition: all .17s ease;
}

/* line 628, app/assets/stylesheets/application.css.scss */
.danger:hover, .danger:focus, .danged:active, .red_asterisk {
  color: #cc0000 !important;
}

/* line 631, app/assets/stylesheets/application.css.scss */
.danger:hover .empty-btn, .danger:focus .empty-btn, .danged:active .empty-btn, .red_asterisk .empty-btn {
  color: #cc0000 !important;
}

/* line 636, app/assets/stylesheets/application.css.scss */
h1 {
  font-size: 2.3em;
  line-height: 1.2em;
  font-weight: 300;
}

/* line 642, app/assets/stylesheets/application.css.scss */
h2 {
  font-size: 2.1em;
  line-height: 1.2em;
  font-weight: 300;
}

/* line 648, app/assets/stylesheets/application.css.scss */
h3 {
  font-size: 1.6em;
}

/* line 652, app/assets/stylesheets/application.css.scss */
h4 {
  font-size: 1.3em;
}

/* line 656, app/assets/stylesheets/application.css.scss */
h5 {
  font-size: 1.1em;
  line-height: 1em;
}

/* line 661, app/assets/stylesheets/application.css.scss */
h6 {
  font-weight: 500;
  font-size: .9em;
  line-height: 1em;
  text-transform: uppercase;
}

/* line 668, app/assets/stylesheets/application.css.scss */
h6.form-label {
  font-size: .95em;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
}

/* line 674, app/assets/stylesheets/application.css.scss */
h6.form-label.bold-header {
  font-weight: 600;
}

/* line 677, app/assets/stylesheets/application.css.scss */
h6.form-label.form-header {
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 682, app/assets/stylesheets/application.css.scss */
.container {
  margin: 0 auto;
}

/* line 686, app/assets/stylesheets/application.css.scss */
iframe[name='google_conversion_frame'] {
  bottom: -13px;
  position: absolute;
}

/* line 691, app/assets/stylesheets/application.css.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 708, app/assets/stylesheets/application.css.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 713, app/assets/stylesheets/application.css.scss */
blockquote, q {
  quotes: none;
}

/* line 716, app/assets/stylesheets/application.css.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 721, app/assets/stylesheets/application.css.scss */
.linethrough, .line-through {
  text-decoration: line-through;
}

/* line 725, app/assets/stylesheets/application.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 729, app/assets/stylesheets/application.css.scss */
table th {
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
}

/* line 737, app/assets/stylesheets/application.css.scss */
form label {
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 1px;
  font-weight: normal;
}

/* line 743, app/assets/stylesheets/application.css.scss */
form h6 {
  margin: 6px auto;
}

/* line 749, app/assets/stylesheets/application.css.scss */
ul, ol {
  padding: 0;
  margin: 0;
}

/* line 754, app/assets/stylesheets/application.css.scss */
ul li {
  list-style: none;
}

/* line 758, app/assets/stylesheets/application.css.scss */
#alert {
  font-size: 1em;
  font-family: inherit;
  vertical-align: middle;
  background: rgba(255, 222, 222, 0.975);
  border-radius: 4px;
  color: #dd0000;
  width: 50%;
  left: 25%;
  top: 30px;
  text-align: center;
  position: fixed;
  z-index: 1041;
  font-weight: 500;
  display: none;
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.1);
  padding: 23px;
}

/* line 778, app/assets/stylesheets/application.css.scss */
#alert #dismiss-alert {
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 20px;
  padding: 2px;
  width: 26px;
  height: 26px;
  color: rgba(204, 0, 0, 0.8);
  background: rgba(255, 222, 222, 0.975);
  border-radius: 50%;
  border: 1px solid #fff;
}

/* line 792, app/assets/stylesheets/application.css.scss */
#alert #dismiss-alert:hover {
  color: #cc0000;
  background: #ffdede;
}

/* line 798, app/assets/stylesheets/application.css.scss */
#notice {
  line-height: 1.2em;
  font-size: 1.1em;
  vertical-align: middle;
  background: #fff;
  max-width: 33%;
  min-width: 300px;
  width: auto;
  left: 30px;
  position: fixed;
  bottom: 30px;
  z-index: 1051;
  font-weight: 600;
  display: none;
  border: 0;
  box-shadow: 0 0px 23px 0 rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 0px 23px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0px 23px 0 rgba(0, 0, 0, 0.17);
  padding: 23px 30px;
  cursor: default;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #EB0450;
  color: #fff;
}

/* line 825, app/assets/stylesheets/application.css.scss */
i, .icon-transition-timing, svg g {
  transition: all .17s;
  -o-transition: all .17s;
  -ms-transition: all .17s;
  -moz-transition: all .17s;
  -webkit-transition: all .17s;
}

/* line 833, app/assets/stylesheets/application.css.scss */
.fa-trash, .fa-trash-o, .fa-remove, .fa-check {
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  color: #444;
}

/* line 842, app/assets/stylesheets/application.css.scss */
#super-save .fa-spin {
  vertical-align: middle;
}

/* line 845, app/assets/stylesheets/application.css.scss */
.fa-cog.white {
  color: #fff;
}

/* line 848, app/assets/stylesheets/application.css.scss */
.fa-cog.fa-spin.processing {
  margin-right: 7px;
  vertical-align: middle;
}

/* line 852, app/assets/stylesheets/application.css.scss */
.trashcan {
  line-height: 20px;
  height: 20px;
  width: 20px;
}

/* line 857, app/assets/stylesheets/application.css.scss */
.trashcan:hover, .cancel:hover {
  color: #cc0000;
}

/* line 860, app/assets/stylesheets/application.css.scss */
.trashcan.disabled {
  color: inherit;
  opacity: .23;
}

/* line 864, app/assets/stylesheets/application.css.scss */
.fa-pencil-square-o, .fa-files-o, .fa-eye {
  font-size: 1.4em;
  color: #444;
}

/* line 869, app/assets/stylesheets/application.css.scss */
.fa-refresh {
  color: #444;
  font-size: 1.3em;
}

/* line 874, app/assets/stylesheets/application.css.scss */
.fa-pencil-square-o {
  position: relative;
  top: 2px;
}

/* line 879, app/assets/stylesheets/application.css.scss */
.fa-trash:hover, .fa-trash-o:hover, .fa-remove:hover {
  color: #cc0000;
}

/* line 883, app/assets/stylesheets/application.css.scss */
.fa-picture-o.dark:hover {
  color: #444;
}

/* line 887, app/assets/stylesheets/application.css.scss */
.material-icons.flip {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 894, app/assets/stylesheets/application.css.scss */
.material-icons.flip-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 902, app/assets/stylesheets/application.css.scss */
.material-icons.partial-flip {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 910, app/assets/stylesheets/application.css.scss */
.appstore, .playstore {
  width: 135px;
}

/* line 914, app/assets/stylesheets/application.css.scss */
nav#mobile-navigation {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 2.5% 5%;
  width: 100%;
  text-align: left;
  line-height: 2em;
  font-size: 1em;
}

/* line 926, app/assets/stylesheets/application.css.scss */
nav#mobile-navigation #dismiss-mobile {
  position: absolute;
  right: 5%;
}

/* line 931, app/assets/stylesheets/application.css.scss */
nav#mobile-navigation .phone-number {
  font-size: .5em;
  line-height: .5em;
  text-align: center;
}

/* line 938, app/assets/stylesheets/application.css.scss */
nav#navigation.light.gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.17)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0.17)', endColorstr='rgba(0,0,0,0)',GradientType=0 );
}

/* line 947, app/assets/stylesheets/application.css.scss */
nav#navigation.light {
  box-shadow: none;
  border: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  padding-bottom: 10%;
}

/* line 954, app/assets/stylesheets/application.css.scss */
nav#navigation.light #user-name {
  color: #fff;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.33);
}

/* line 958, app/assets/stylesheets/application.css.scss */
nav#navigation.light #user-name #user-name-toggle {
  color: #fff;
}

/* line 964, app/assets/stylesheets/application.css.scss */
nav#navigation.light #links #logo-container {
  height: inherit;
  line-height: inherit;
}

/* line 968, app/assets/stylesheets/application.css.scss */
nav#navigation.light #links #logo-container .small-message {
  text-align: left;
  font-size: 1.1em;
  line-height: 80px;
  vertical-align: middle;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
}

/* line 977, app/assets/stylesheets/application.css.scss */
nav#navigation.light #links #logo-container .small-message a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

/* line 984, app/assets/stylesheets/application.css.scss */
nav#navigation.light #links .link {
  font-weight: 600;
}

/* line 989, app/assets/stylesheets/application.css.scss */
nav#navigation.light #links #open-dashboard a {
  color: #fff;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 5px 20px;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.23);
}

/* line 997, app/assets/stylesheets/application.css.scss */
nav#navigation.light #links #open-dashboard a:hover {
  text-decoration: underline;
  color: #fff;
}

/* line 1005, app/assets/stylesheets/application.css.scss */
#more-filters-toggle {
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  font-size: .9rem;
  font-weight: 600;
}

/* line 1012, app/assets/stylesheets/application.css.scss */
#more-filters-toggle:hover {
  text-decoration: underline;
}

/* line 1015, app/assets/stylesheets/application.css.scss */
#filter-toggle, #tab-toggle {
  cursor: pointer;
  z-index: 9;
  width: 100%;
  height: 88px;
  line-height: 88px;
  font-size: 38px;
  text-align: center;
  cursor: pointer;
}

/* line 1026, app/assets/stylesheets/application.css.scss */
#tab-toggle {
  font-size: 30px;
}

/* line 1030, app/assets/stylesheets/application.css.scss */
nav#navigation.provider {
  background: #fff;
}

/* line 1032, app/assets/stylesheets/application.css.scss */
nav#navigation.provider .provider-name {
  line-height: inherit;
  font-size: 21px;
  color: #313131;
  font-weight: normal;
}

/* line 1038, app/assets/stylesheets/application.css.scss */
nav#navigation.provider .provider-name:hover {
  color: #313131;
  text-decoration: underline;
}

/* line 1043, app/assets/stylesheets/application.css.scss */
nav#navigation.provider #links .link {
  color: inherit;
  text-shadow: none;
  font-weight: 600;
}

/* line 1049, app/assets/stylesheets/application.css.scss */
nav#navigation.provider #links .logo-link img.logo {
  position: relative;
  float: left;
  top: 0;
  bottom: 0;
  max-height: 80px;
  padding: 1px;
  margin: 0 10px;
}

/* line 1059, app/assets/stylesheets/application.css.scss */
nav#navigation.provider #links #logo.galore {
  height: inherit;
}

/* line 1062, app/assets/stylesheets/application.css.scss */
nav#navigation.provider #links .support-phone {
  line-height: inherit;
}

/* line 1067, app/assets/stylesheets/application.css.scss */
nav#navigation.fixed {
  position: fixed;
}

/* line 1071, app/assets/stylesheets/application.css.scss */
nav#navigation {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  z-index: 11;
  width: 100%;
  font-family: inherit;
}

/* line 1082, app/assets/stylesheets/application.css.scss */
nav#navigation #links {
  height: inherit;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}

/* line 1088, app/assets/stylesheets/application.css.scss */
nav#navigation #links a:not(.connect-view-toggle) {
  height: inherit;
  line-height: inherit;
  color: inherit;
}

/* line 1093, app/assets/stylesheets/application.css.scss */
nav#navigation #links #logo {
  height: 100%;
  float: left;
  height: inherit;
  line-height: inherit;
  vertical-align: middle;
  margin: 0;
  padding-bottom: 1px;
}

/* line 1102, app/assets/stylesheets/application.css.scss */
nav#navigation #links #logo img {
  height: 100%;
  padding: 8px 8px 8px 0;
}

/* line 1109, app/assets/stylesheets/application.css.scss */
nav#navigation #links .location-container a {
  font-weight: 600;
}

/* line 1114, app/assets/stylesheets/application.css.scss */
nav#navigation #links #logo.stock {
  padding: 0;
  height: inherit;
  min-width: 64px;
  padding: 22px 14px;
}

/* line 1121, app/assets/stylesheets/application.css.scss */
nav#navigation #links #download-mobile, nav#navigation #links #open-dashboard {
  padding: 0 2%;
  height: inherit;
  line-height: inherit;
  vertical-align: middle;
  font-size: 0.95rem;
  font-weight: 500;
}

/* line 1129, app/assets/stylesheets/application.css.scss */
nav#navigation #links #download-mobile a, nav#navigation #links #open-dashboard a {
  color: inherit;
  cursor: pointer;
}

/* line 1133, app/assets/stylesheets/application.css.scss */
nav#navigation #links #download-mobile a:hover, nav#navigation #links #open-dashboard a:hover {
  text-decoration: none;
  color: #015AC8;
}

/* line 1138, app/assets/stylesheets/application.css.scss */
nav#navigation #links #download-mobile {
  color: inherit;
  display: table;
  cursor: pointer;
}

/* line 1142, app/assets/stylesheets/application.css.scss */
nav#navigation #links #download-mobile i {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 1150, app/assets/stylesheets/application.css.scss */
nav#navigation #links #download-mobile:hover {
  color: #015AC8;
}

/* line 1152, app/assets/stylesheets/application.css.scss */
nav#navigation #links #download-mobile:hover i {
  color: #015AC8;
}

/* line 1157, app/assets/stylesheets/application.css.scss */
nav#navigation #links .link {
  padding: 0 10px;
  border: 0;
  margin: 0;
  height: inherit;
  line-height: inherit;
  float: right;
  vertical-align: middle;
  cursor: pointer;
  color: inherit;
  text-shadow: none;
  font-size: 0.9rem;
  font-weight: 600;
}

/* line 1171, app/assets/stylesheets/application.css.scss */
nav#navigation #links .link #referrals-link {
  color: #EB0450;
  padding: 6px 20px;
  border: 1px solid #EB0450;
  border-radius: 16px;
}

/* line 1179, app/assets/stylesheets/application.css.scss */
nav#navigation #links #connect-nav-link {
  padding-right: 40px;
}

/* line 1183, app/assets/stylesheets/application.css.scss */
nav#navigation #links .link.support:hover {
  text-decoration: underline;
}

/* line 1187, app/assets/stylesheets/application.css.scss */
nav#navigation #links #phone-link.link {
  cursor: pointer;
  padding-right: 1.5%;
}

/* line 1192, app/assets/stylesheets/application.css.scss */
nav#navigation #links #phone-link.link:hover i {
  color: #EB0450;
}

/* line 1199, app/assets/stylesheets/application.css.scss */
nav#navigation #links #credentials.link #user-menu, nav#navigation #links #credentials.link #admin-menu {
  display: none;
  position: absolute;
  top: 90px;
  right: 40px;
  color: #444;
  text-shadow: none;
  text-align: center;
}

/* line 1209, app/assets/stylesheets/application.css.scss */
nav#navigation #links #credentials.link #dashboards-menu {
  display: none;
}

/* line 1213, app/assets/stylesheets/application.css.scss */
nav#navigation #links #credentials.link .open-dashboard-menu {
  display: none;
  position: absolute;
  text-align: center;
  top: 74px;
  right: 100px;
  max-width: 230px;
  color: #444;
  text-shadow: none;
}

/* line 1225, app/assets/stylesheets/application.css.scss */
nav#navigation #links .cart.link {
  padding-left: 1em;
  padding-right: 1em;
}

/* line 1228, app/assets/stylesheets/application.css.scss */
nav#navigation #links .cart.link a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}

/* line 1234, app/assets/stylesheets/application.css.scss */
nav#navigation #links .cart.link a:hover {
  text-decoration: none;
}

/* line 1239, app/assets/stylesheets/application.css.scss */
nav#navigation #links span.link.phone-number {
  text-align: right;
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
}

/* line 1247, app/assets/stylesheets/application.css.scss */
nav#navigation #links .admin.link #admin-link {
  cursor: pointer;
}

/* line 1251, app/assets/stylesheets/application.css.scss */
nav#navigation #links .admin.link #admin-link:hover {
  text-decoration: underline;
}

/* line 1255, app/assets/stylesheets/application.css.scss */
nav#navigation #links .admin.link #admin-menu {
  position: absolute;
  padding: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  min-width: 230px;
  top: 100%;
  background: #fff;
  display: none;
  font-weight: normal;
  text-transform: none;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.23);
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

/* line 1272, app/assets/stylesheets/application.css.scss */
nav#navigation #links .admin.link #admin-menu ul {
  line-height: 1em;
}

/* line 1275, app/assets/stylesheets/application.css.scss */
nav#navigation #links .admin.link #admin-menu ul li {
  border-bottom: 1px solid #eee;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

/* line 1281, app/assets/stylesheets/application.css.scss */
nav#navigation #links .admin.link #admin-menu ul li a {
  display: block;
  padding: 15px 17px;
  width: 100%;
  height: 100%;
  font-weight: 500;
}

/* line 1290, app/assets/stylesheets/application.css.scss */
nav#navigation #links .admin.link #admin-menu ul li:hover {
  background: #f3f3f3;
}

/* line 1292, app/assets/stylesheets/application.css.scss */
nav#navigation #links .admin.link #admin-menu ul li:hover a {
  color: #444;
  text-decoration: underline;
}

/* line 1298, app/assets/stylesheets/application.css.scss */
nav#navigation #links .admin.link #admin-menu ul li:first-child {
  border-radius: 7px 7px 0 0;
}

/* line 1302, app/assets/stylesheets/application.css.scss */
nav#navigation #links .admin.link #admin-menu ul li:last-child {
  border: 0;
  border-radius: 0 0 7px 7px;
}

/* line 1312, app/assets/stylesheets/application.css.scss */
#credentials.link, #sidebar-credentials, #provider-sidebar, #admin-sidebar {
  z-index: 7;
}

/* line 1315, app/assets/stylesheets/application.css.scss */
#credentials.link #user-name, #credentials.link #admin-name, #sidebar-credentials #user-name, #sidebar-credentials #admin-name, #provider-sidebar #user-name, #provider-sidebar #admin-name, #admin-sidebar #user-name, #admin-sidebar #admin-name {
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 1320, app/assets/stylesheets/application.css.scss */
#credentials.link #user-name i, #credentials.link #admin-name i, #sidebar-credentials #user-name i, #sidebar-credentials #admin-name i, #provider-sidebar #user-name i, #provider-sidebar #admin-name i, #admin-sidebar #user-name i, #admin-sidebar #admin-name i {
  margin-left: 3px;
  font-size: 18px;
  font-weight: 600;
}

/* line 1326, app/assets/stylesheets/application.css.scss */
#credentials.link #user-name, #sidebar-credentials #user-name, #provider-sidebar #user-name, #admin-sidebar #user-name {
  padding: 0 22px;
  display: inline-block;
}

/* line 1331, app/assets/stylesheets/application.css.scss */
#credentials.link #user-name:hover, #credentials.link #user-name-admin:hover, #credentials.link #user-name-provider:hover, #sidebar-credentials #user-name:hover, #sidebar-credentials #user-name-admin:hover, #sidebar-credentials #user-name-provider:hover, #provider-sidebar #user-name:hover, #provider-sidebar #user-name-admin:hover, #provider-sidebar #user-name-provider:hover, #admin-sidebar #user-name:hover, #admin-sidebar #user-name-admin:hover, #admin-sidebar #user-name-provider:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 1336, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu, #credentials.link .open-dashboard-menu, #sidebar-credentials #user-menu, #sidebar-credentials .open-dashboard-menu, #provider-sidebar #user-menu, #provider-sidebar .open-dashboard-menu, #admin-sidebar #user-menu, #admin-sidebar .open-dashboard-menu {
  min-width: 170px;
}

/* line 1339, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu span#dashboards-item.borderlined, #credentials.link .open-dashboard-menu span#dashboards-item.borderlined, #sidebar-credentials #user-menu span#dashboards-item.borderlined, #sidebar-credentials .open-dashboard-menu span#dashboards-item.borderlined, #provider-sidebar #user-menu span#dashboards-item.borderlined, #provider-sidebar .open-dashboard-menu span#dashboards-item.borderlined, #admin-sidebar #user-menu span#dashboards-item.borderlined, #admin-sidebar .open-dashboard-menu span#dashboards-item.borderlined {
  border-bottom: 0px;
}

/* line 1344, app/assets/stylesheets/application.css.scss */
#credentials.link #dashboards-item:hover, #credentials.link #dashboards-item:hover, #sidebar-credentials #dashboards-item:hover, #sidebar-credentials #dashboards-item:hover, #provider-sidebar #dashboards-item:hover, #provider-sidebar #dashboards-item:hover, #admin-sidebar #dashboards-item:hover, #admin-sidebar #dashboards-item:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 1349, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu, #credentials.link #user-menu-admin, #credentials.link .open-dashboard-menu, #sidebar-credentials #user-menu, #sidebar-credentials #user-menu-admin, #sidebar-credentials .open-dashboard-menu, #provider-sidebar #user-menu, #provider-sidebar #user-menu-admin, #provider-sidebar .open-dashboard-menu, #admin-sidebar #user-menu, #admin-sidebar #user-menu-admin, #admin-sidebar .open-dashboard-menu {
  display: none;
  position: fixed;
  background: #fff;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.17);
  transition: all .23s ease;
  -o-transition: all .23s ease;
  -ms-transition: all .23s ease;
  -moz-transition: all .23s ease;
  -webkit-transition: all .23s ease;
  z-index: 230;
  line-height: 44px;
}

/* line 1367, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu .credential-item, #credentials.link #user-menu-admin .credential-item, #credentials.link .open-dashboard-menu .credential-item, #sidebar-credentials #user-menu .credential-item, #sidebar-credentials #user-menu-admin .credential-item, #sidebar-credentials .open-dashboard-menu .credential-item, #provider-sidebar #user-menu .credential-item, #provider-sidebar #user-menu-admin .credential-item, #provider-sidebar .open-dashboard-menu .credential-item, #admin-sidebar #user-menu .credential-item, #admin-sidebar #user-menu-admin .credential-item, #admin-sidebar .open-dashboard-menu .credential-item {
  height: 44px;
  line-height: 44px;
  padding: 0 2rem;
  width: 100%;
  border-bottom: 1px solid #f1f4f9;
  color: inherit;
  display: block;
  font-weight: 500;
  position: relative;
}

/* line 1378, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu .credential-item #dashboards-toggle, #credentials.link #user-menu-admin .credential-item #dashboards-toggle, #credentials.link .open-dashboard-menu .credential-item #dashboards-toggle, #sidebar-credentials #user-menu .credential-item #dashboards-toggle, #sidebar-credentials #user-menu-admin .credential-item #dashboards-toggle, #sidebar-credentials .open-dashboard-menu .credential-item #dashboards-toggle, #provider-sidebar #user-menu .credential-item #dashboards-toggle, #provider-sidebar #user-menu-admin .credential-item #dashboards-toggle, #provider-sidebar .open-dashboard-menu .credential-item #dashboards-toggle, #admin-sidebar #user-menu .credential-item #dashboards-toggle, #admin-sidebar #user-menu-admin .credential-item #dashboards-toggle, #admin-sidebar .open-dashboard-menu .credential-item #dashboards-toggle {
  position: absolute;
  right: 5px;
  top: 2px;
  bottom: 0;
  font-size: 20px;
  margin: auto;
}

/* line 1388, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu .credential-item:hover, #credentials.link #user-menu-admin .credential-item:hover, #credentials.link .open-dashboard-menu .credential-item:hover, #sidebar-credentials #user-menu .credential-item:hover, #sidebar-credentials #user-menu-admin .credential-item:hover, #sidebar-credentials .open-dashboard-menu .credential-item:hover, #provider-sidebar #user-menu .credential-item:hover, #provider-sidebar #user-menu-admin .credential-item:hover, #provider-sidebar .open-dashboard-menu .credential-item:hover, #admin-sidebar #user-menu .credential-item:hover, #admin-sidebar #user-menu-admin .credential-item:hover, #admin-sidebar .open-dashboard-menu .credential-item:hover {
  background: #f1f4f9;
  color: inherit;
}

/* line 1393, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu .credential-item:first-child, #credentials.link #user-menu .credential-item:first-child:hover, #credentials.link #user-menu-admin .credential-item:first-child, #credentials.link #user-menu-admin .credential-item:first-child:hover, #credentials.link .open-dashboard-menu .credential-item:first-child, #credentials.link .open-dashboard-menu .credential-item:first-child:hover, #sidebar-credentials #user-menu .credential-item:first-child, #sidebar-credentials #user-menu .credential-item:first-child:hover, #sidebar-credentials #user-menu-admin .credential-item:first-child, #sidebar-credentials #user-menu-admin .credential-item:first-child:hover, #sidebar-credentials .open-dashboard-menu .credential-item:first-child, #sidebar-credentials .open-dashboard-menu .credential-item:first-child:hover, #provider-sidebar #user-menu .credential-item:first-child, #provider-sidebar #user-menu .credential-item:first-child:hover, #provider-sidebar #user-menu-admin .credential-item:first-child, #provider-sidebar #user-menu-admin .credential-item:first-child:hover, #provider-sidebar .open-dashboard-menu .credential-item:first-child, #provider-sidebar .open-dashboard-menu .credential-item:first-child:hover, #admin-sidebar #user-menu .credential-item:first-child, #admin-sidebar #user-menu .credential-item:first-child:hover, #admin-sidebar #user-menu-admin .credential-item:first-child, #admin-sidebar #user-menu-admin .credential-item:first-child:hover, #admin-sidebar .open-dashboard-menu .credential-item:first-child, #admin-sidebar .open-dashboard-menu .credential-item:first-child:hover {
  border-radius: 7px 7px 0 0;
}

/* line 1397, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu .credential-item:last-child, #credentials.link #user-menu .credential-item:last-child:hover, #credentials.link #user-menu-admin .credential-item:last-child, #credentials.link #user-menu-admin .credential-item:last-child:hover, #credentials.link .open-dashboard-menu .credential-item:last-child, #credentials.link .open-dashboard-menu .credential-item:last-child:hover, #sidebar-credentials #user-menu .credential-item:last-child, #sidebar-credentials #user-menu .credential-item:last-child:hover, #sidebar-credentials #user-menu-admin .credential-item:last-child, #sidebar-credentials #user-menu-admin .credential-item:last-child:hover, #sidebar-credentials .open-dashboard-menu .credential-item:last-child, #sidebar-credentials .open-dashboard-menu .credential-item:last-child:hover, #provider-sidebar #user-menu .credential-item:last-child, #provider-sidebar #user-menu .credential-item:last-child:hover, #provider-sidebar #user-menu-admin .credential-item:last-child, #provider-sidebar #user-menu-admin .credential-item:last-child:hover, #provider-sidebar .open-dashboard-menu .credential-item:last-child, #provider-sidebar .open-dashboard-menu .credential-item:last-child:hover, #admin-sidebar #user-menu .credential-item:last-child, #admin-sidebar #user-menu .credential-item:last-child:hover, #admin-sidebar #user-menu-admin .credential-item:last-child, #admin-sidebar #user-menu-admin .credential-item:last-child:hover, #admin-sidebar .open-dashboard-menu .credential-item:last-child, #admin-sidebar .open-dashboard-menu .credential-item:last-child:hover {
  border: 0;
  border-radius: 0 0 7px 7px;
}

/* line 1402, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu .credential-item.submenu-item, #credentials.link #user-menu-admin .credential-item.submenu-item, #credentials.link .open-dashboard-menu .credential-item.submenu-item, #sidebar-credentials #user-menu .credential-item.submenu-item, #sidebar-credentials #user-menu-admin .credential-item.submenu-item, #sidebar-credentials .open-dashboard-menu .credential-item.submenu-item, #provider-sidebar #user-menu .credential-item.submenu-item, #provider-sidebar #user-menu-admin .credential-item.submenu-item, #provider-sidebar .open-dashboard-menu .credential-item.submenu-item, #admin-sidebar #user-menu .credential-item.submenu-item, #admin-sidebar #user-menu-admin .credential-item.submenu-item, #admin-sidebar .open-dashboard-menu .credential-item.submenu-item {
  line-height: 33px;
  height: 33px;
  font-size: 0.95em;
  padding-left: 27.5%;
  padding-right: 6%;
  text-align: start;
  background: #f6f9fe;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
}

/* line 1416, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu .credential-item.submenu-item:hover, #credentials.link #user-menu-admin .credential-item.submenu-item:hover, #credentials.link .open-dashboard-menu .credential-item.submenu-item:hover, #sidebar-credentials #user-menu .credential-item.submenu-item:hover, #sidebar-credentials #user-menu-admin .credential-item.submenu-item:hover, #sidebar-credentials .open-dashboard-menu .credential-item.submenu-item:hover, #provider-sidebar #user-menu .credential-item.submenu-item:hover, #provider-sidebar #user-menu-admin .credential-item.submenu-item:hover, #provider-sidebar .open-dashboard-menu .credential-item.submenu-item:hover, #admin-sidebar #user-menu .credential-item.submenu-item:hover, #admin-sidebar #user-menu-admin .credential-item.submenu-item:hover, #admin-sidebar .open-dashboard-menu .credential-item.submenu-item:hover {
  border-radius: 0px;
  background: #e6e9ee;
}

/* line 1421, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu #care-logo.credential-item svg, #credentials.link #user-menu-admin #care-logo.credential-item svg, #credentials.link .open-dashboard-menu #care-logo.credential-item svg, #sidebar-credentials #user-menu #care-logo.credential-item svg, #sidebar-credentials #user-menu-admin #care-logo.credential-item svg, #sidebar-credentials .open-dashboard-menu #care-logo.credential-item svg, #provider-sidebar #user-menu #care-logo.credential-item svg, #provider-sidebar #user-menu-admin #care-logo.credential-item svg, #provider-sidebar .open-dashboard-menu #care-logo.credential-item svg, #admin-sidebar #user-menu #care-logo.credential-item svg, #admin-sidebar #user-menu-admin #care-logo.credential-item svg, #admin-sidebar .open-dashboard-menu #care-logo.credential-item svg {
  padding-top: 9px;
  width: 90px;
}

/* line 1426, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu .open-dashboard-submenu-item, #credentials.link #user-menu-admin .open-dashboard-submenu-item, #credentials.link .open-dashboard-menu .open-dashboard-submenu-item, #sidebar-credentials #user-menu .open-dashboard-submenu-item, #sidebar-credentials #user-menu-admin .open-dashboard-submenu-item, #sidebar-credentials .open-dashboard-menu .open-dashboard-submenu-item, #provider-sidebar #user-menu .open-dashboard-submenu-item, #provider-sidebar #user-menu-admin .open-dashboard-submenu-item, #provider-sidebar .open-dashboard-menu .open-dashboard-submenu-item, #admin-sidebar #user-menu .open-dashboard-submenu-item, #admin-sidebar #user-menu-admin .open-dashboard-submenu-item, #admin-sidebar .open-dashboard-menu .open-dashboard-submenu-item {
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 1431, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu .dashboard-nav, #credentials.link #user-menu-admin .dashboard-nav, #credentials.link .open-dashboard-menu .dashboard-nav, #sidebar-credentials #user-menu .dashboard-nav, #sidebar-credentials #user-menu-admin .dashboard-nav, #sidebar-credentials .open-dashboard-menu .dashboard-nav, #provider-sidebar #user-menu .dashboard-nav, #provider-sidebar #user-menu-admin .dashboard-nav, #provider-sidebar .open-dashboard-menu .dashboard-nav, #admin-sidebar #user-menu .dashboard-nav, #admin-sidebar #user-menu-admin .dashboard-nav, #admin-sidebar .open-dashboard-menu .dashboard-nav {
  position: relative;
}

/* line 1435, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu #open-dashboards-item.dashboard-nav, #credentials.link #user-menu-admin #open-dashboards-item.dashboard-nav, #credentials.link .open-dashboard-menu #open-dashboards-item.dashboard-nav, #sidebar-credentials #user-menu #open-dashboards-item.dashboard-nav, #sidebar-credentials #user-menu-admin #open-dashboards-item.dashboard-nav, #sidebar-credentials .open-dashboard-menu #open-dashboards-item.dashboard-nav, #provider-sidebar #user-menu #open-dashboards-item.dashboard-nav, #provider-sidebar #user-menu-admin #open-dashboards-item.dashboard-nav, #provider-sidebar .open-dashboard-menu #open-dashboards-item.dashboard-nav, #admin-sidebar #user-menu #open-dashboards-item.dashboard-nav, #admin-sidebar #user-menu-admin #open-dashboards-item.dashboard-nav, #admin-sidebar .open-dashboard-menu #open-dashboards-item.dashboard-nav {
  position: absolute;
  right: 0px;
}

/* line 1440, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu .current-item, #credentials.link #user-menu-admin .current-item, #credentials.link .open-dashboard-menu .current-item, #sidebar-credentials #user-menu .current-item, #sidebar-credentials #user-menu-admin .current-item, #sidebar-credentials .open-dashboard-menu .current-item, #provider-sidebar #user-menu .current-item, #provider-sidebar #user-menu-admin .current-item, #provider-sidebar .open-dashboard-menu .current-item, #admin-sidebar #user-menu .current-item, #admin-sidebar #user-menu-admin .current-item, #admin-sidebar .open-dashboard-menu .current-item {
  text-decoration: underline;
  background: #f3f3f3;
}

/* line 1446, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu-admin, #sidebar-credentials #user-menu-admin, #provider-sidebar #user-menu-admin, #admin-sidebar #user-menu-admin {
  background: #1b1b1b;
  box-shadow: 0 0 21px 0 rgba(255, 255, 255, 0.14);
  -moz-box-shadow: 0 0 21px 0 rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: 0 0 21px 0 rgba(255, 255, 255, 0.14);
}

/* line 1452, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu-admin .credential-item, #sidebar-credentials #user-menu-admin .credential-item, #provider-sidebar #user-menu-admin .credential-item, #admin-sidebar #user-menu-admin .credential-item {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 1457, app/assets/stylesheets/application.css.scss */
#credentials.link #user-menu-admin .credential-item:hover, #sidebar-credentials #user-menu-admin .credential-item:hover, #provider-sidebar #user-menu-admin .credential-item:hover, #admin-sidebar #user-menu-admin .credential-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  text-decoration: underline;
  border-color: transparent;
}

/* line 1466, app/assets/stylesheets/application.css.scss */
.colors {
  height: 3px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

/* line 1474, app/assets/stylesheets/application.css.scss */
.colors .color {
  display: inline-block;
  width: 20%;
  height: 100%;
  float: left;
}

/* line 1481, app/assets/stylesheets/application.css.scss */
.colors #first {
  background: #ff6262;
}

/* line 1484, app/assets/stylesheets/application.css.scss */
.colors #second {
  background: #ff8cfe;
}

/* line 1487, app/assets/stylesheets/application.css.scss */
.colors #third {
  background: #1ea9e1;
}

/* line 1490, app/assets/stylesheets/application.css.scss */
.colors #fourth {
  background: #4ce5a3;
}

/* line 1493, app/assets/stylesheets/application.css.scss */
.colors #fifth {
  background: #ffa72a;
}

/* line 1498, app/assets/stylesheets/application.css.scss */
#launch.callout {
  min-height: 100px;
  width: 100%;
  display: table;
  position: relative;
  z-index: 1;
  top: 0;
}

/* line 1506, app/assets/stylesheets/application.css.scss */
#launch.callout .inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

/* line 1511, app/assets/stylesheets/application.css.scss */
#launch.callout .inner h2, #launch.callout .inner h3, #launch.callout .inner h4, #launch.callout .inner h5 {
  text-transform: none;
  width: 90%;
}

/* line 1516, app/assets/stylesheets/application.css.scss */
#launch.callout .inner h4 {
  padding-bottom: 1%;
  display: inline-block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  /*border-bottom:2px solid #1ea9e1;*/
}

/* line 1525, app/assets/stylesheets/application.css.scss */
#launch.callout .inner h2 {
  display: inline-block;
  padding-top: 1%;
  text-rendering: optimizeLegibility;
  margin-bottom: 5px;
  /*border-top:2px solid #1ea9e1;*/
}

/* line 1533, app/assets/stylesheets/application.css.scss */
#launch.callout .inner .fa-remove {
  font-size: 1.5em;
  position: relative;
  right: 1%;
}

/* line 1539, app/assets/stylesheets/application.css.scss */
#launch.callout .inner .fa-remove:hover {
  cursor: pointer;
}

/* line 1545, app/assets/stylesheets/application.css.scss */
.right {
  float: right;
}

/* line 1549, app/assets/stylesheets/application.css.scss */
.left {
  float: left;
}

/* line 1553, app/assets/stylesheets/application.css.scss */
.text-left {
  text-align: left;
}

/* line 1557, app/assets/stylesheets/application.css.scss */
.text-right {
  text-align: right;
}

/* line 1561, app/assets/stylesheets/application.css.scss */
.margin-left {
  margin-left: 10px;
}

/* line 1565, app/assets/stylesheets/application.css.scss */
.center {
  text-align: center;
}

/* line 1569, app/assets/stylesheets/application.css.scss */
#wrap {
  height: auto;
  width: 100%;
  background: #fff;
}

/* line 1574, app/assets/stylesheets/application.css.scss */
#wrap #main-push.fixed {
  height: 80px;
}

/* line 1577, app/assets/stylesheets/application.css.scss */
#wrap #main-push {
  height: 0;
}

/* line 1580, app/assets/stylesheets/application.css.scss */
#wrap #main-push.splash {
  height: 0;
}

/* line 1585, app/assets/stylesheets/application.css.scss */
[data-sr] {
  visibility: hidden;
}

/** custom checkbox switches **/
/* line 1591, app/assets/stylesheets/application.css.scss */
input.switch[type="checkbox"] {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

/* line 1597, app/assets/stylesheets/application.css.scss */
.switch-label {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  top: 5px;
  float: left;
  width: auto;
  width: calc(100% - 60px);
  margin-bottom: 7px;
  font-size: .9em;
  font-weight: 500;
}

/* line 1609, app/assets/stylesheets/application.css.scss */
.switch-label h6 {
  margin: 0;
}

/* line 1614, app/assets/stylesheets/application.css.scss */
.switch-label.mini {
  top: 0px;
}

/* line 1618, app/assets/stylesheets/application.css.scss */
.switch + .switch-container {
  display: inline-block;
  position: relative;
  float: left;
  clear: both;
  margin-bottom: 11px;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1632, app/assets/stylesheets/application.css.scss */
input.switch-round + .switch-container {
  padding: 1px;
  width: 48px;
  height: 30px;
  background-color: transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* line 1643, app/assets/stylesheets/application.css.scss */
input.switch-round.mini + .switch-container {
  padding: 1px;
  width: 34px;
  height: 24px;
  margin: 3px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

/* line 1654, app/assets/stylesheets/application.css.scss */
input.switch-round + .switch-container:before, input.switch-round + .switch-container:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

/* line 1662, app/assets/stylesheets/application.css.scss */
input.switch-round + .switch-container:before {
  right: 1px;
  background-color: #f1f1f1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background 0.23s ease-in-out;
  -moz-transition: background 0.23s ease-in-out;
  -ms-transition: background 0.23s ease-in-out;
  -o-transition: background 0.23s ease-in-out;
  transition: background 0.23s ease-in-out;
}

/* line 1676, app/assets/stylesheets/application.css.scss */
input.switch-round + .switch-container:after {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}

/* line 1694, app/assets/stylesheets/application.css.scss */
input.switch-round.mini + .switch-container:after {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

/* line 1699, app/assets/stylesheets/application.css.scss */
input.switch-round:checked + .switch-container:before {
  background-color: #EB0450;
}

/* line 1703, app/assets/stylesheets/application.css.scss */
input.switch-round:checked + .switch-container.blue:before {
  background-color: #1E88E5;
}

/* line 1706, app/assets/stylesheets/application.css.scss */
input.switch-round:checked + .switch-container:after {
  margin-left: 20px;
}

/* line 1709, app/assets/stylesheets/application.css.scss */
input.switch-round.mini:checked + .switch-container:after {
  margin-left: 12px;
}

/* line 1713, app/assets/stylesheets/application.css.scss */
input.switch-round[disabled] + .switch-container, input.switch-round[disabled] ~ .switch-label {
  opacity: .5;
}

/** custom radio buttons **/
/* line 1719, app/assets/stylesheets/application.css.scss */
.radio-label {
  width: auto;
  padding-right: 11px;
  text-transform: none;
  letter-spacing: 0;
  color: #444;
  font-weight: 500;
  font-size: .9em;
  padding: 0;
  line-height: 22px;
  margin-bottom: 7px;
}

/* hide input */
/* line 1733, app/assets/stylesheets/application.css.scss */
.custom-radio:empty {
  margin-left: -9999px;
  visibility: hidden;
  margin: 0;
  width: 0;
}

/* style label */
/* line 1741, app/assets/stylesheets/application.css.scss */
.custom-radio:empty ~ .radio-label {
  position: relative;
  float: left;
  text-indent: 28px;
  cursor: pointer;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #aaa;
}

/* line 1754, app/assets/stylesheets/application.css.scss */
.custom-radio:empty ~ .radio-label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  font-size: 20px;
  width: 22px;
  height: 22px;
  background: #e3e3e3;
  border-radius: 50%;
  border: 7px solid #e3e3e3;
}

/* toggle hover */
/* line 1770, app/assets/stylesheets/application.css.scss */
.custom-radio:hover:not(:checked) ~ .radio-label:before {
  content: '';
  text-indent: 5px;
  line-height: 24px;
  background-color: #eee;
  color: #fff;
}

/* toggle on */
/* line 1779, app/assets/stylesheets/application.css.scss */
.custom-radio:checked ~ .radio-label:before {
  content: '';
  line-height: 24px;
  text-indent: 5px;
  color: #fff;
  background-color: #fff;
  border-color: #EB0450;
}

/* line 1788, app/assets/stylesheets/application.css.scss */
.custom-radio:hover:not(:checked) ~ .radio-label {
  color: #444;
}

/* line 1792, app/assets/stylesheets/application.css.scss */
.custom-radio:checked ~ .radio-label {
  color: #444;
}

/** custom checkboxes **/
/* line 1798, app/assets/stylesheets/application.css.scss */
.custom-checkbox-container {
  position: relative;
  display: inline-block;
}

/* line 1803, app/assets/stylesheets/application.css.scss */
.custom-checkbox ~ .checkbox-label {
  text-transform: none;
  letter-spacing: 0;
  color: #444;
  background: #eef1f4;
  width: 21px;
  height: 21px;
  padding: 0;
  border-radius: 3px;
  cursor: pointer;
}

/* line 1814, app/assets/stylesheets/application.css.scss */
.custom-checkbox.blue ~ .checkbox-label {
  background: rgba(241, 244, 247, 0.75);
}

/* line 1817, app/assets/stylesheets/application.css.scss */
.custom-checkbox.mini ~ .checkbox-label {
  background: rgba(241, 244, 247, 0.75);
  width: 18px;
  height: 18px;
}

/* line 1822, app/assets/stylesheets/application.css.scss */
.admin .custom-checkbox.blue ~ .checkbox-label, .admin .custom-checkbox.mini ~ .checkbox-label {
  background: rgba(241, 244, 247, 0.1);
}

/* hide input */
/* line 1827, app/assets/stylesheets/application.css.scss */
input.custom-checkbox[type="checkbox"] {
  visibility: visible;
  position: absolute;
  opacity: 0;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

/* style label */
/* line 1841, app/assets/stylesheets/application.css.scss */
.custom-checkbox:empty ~ .checkbox-label {
  position: relative;
  margin-right: 5px;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1855, app/assets/stylesheets/application.css.scss */
.custom-checkbox ~ .checkbox-label:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 8px;
  background: transparent;
  bottom: 7px;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

/* line 1869, app/assets/stylesheets/application.css.scss */
.custom-checkbox.mini ~ .checkbox-label:before {
  width: 12px;
  height: 7px;
  bottom: 6px;
  border-width: 2px;
}

/* line 1876, app/assets/stylesheets/application.css.scss */
.custom-checkbox:checked ~ .checkbox-label {
  background: #444;
}

/* line 1880, app/assets/stylesheets/application.css.scss */
.custom-checkbox.pink:checked ~ .checkbox-label {
  background: rgba(235, 4, 80, 0.9);
  border-color: rgba(235, 4, 80, 0.9);
}

/* line 1885, app/assets/stylesheets/application.css.scss */
.custom-checkbox.pink:checked:hover ~ .checkbox-label {
  background: #eb0450;
}

/* line 1889, app/assets/stylesheets/application.css.scss */
.custom-checkbox.blue:checked ~ .checkbox-label {
  background: #3aa3e3;
  border-color: #3aa3e3;
}

/* line 1894, app/assets/stylesheets/application.css.scss */
.custom-checkbox.black:checked ~ .checkbox-label {
  background: #1E1E1E;
  border-color: #1E1E1E;
}

/* line 1899, app/assets/stylesheets/application.css.scss */
.custom-checkbox:checked ~ .checkbox-label:before {
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
}

/* line 1905, app/assets/stylesheets/application.css.scss */
.custom-checkbox:hover:not(:checked) ~ .checkbox-label:before {
  border: 3px solid #d5d9df;
  border-top: none;
  border-right: none;
}

/* line 1911, app/assets/stylesheets/application.css.scss */
.custom-checkbox.blue:hover:not(:checked) ~ .checkbox-label:before {
  background: #f1f4f7;
  border-width: 2px;
}

/* line 1916, app/assets/stylesheets/application.css.scss */
.custom-checkbox.mini:hover:not(:checked) ~ .checkbox-label:before {
  border-width: 2px;
}

/* line 1920, app/assets/stylesheets/application.css.scss */
.custom-checkbox.mini:checked ~ .checkbox-label:before {
  border-width: 2px;
}

/* line 1924, app/assets/stylesheets/application.css.scss */
.custom-checkbox.blue:checked:hover ~ .checkbox-label {
  background: #268fcf;
}

/* line 1928, app/assets/stylesheets/application.css.scss */
.custom-checkbox.black:checked:hover ~ .checkbox-label {
  background: #1E1E1E;
}

/* line 1932, app/assets/stylesheets/application.css.scss */
.custom-checkbox-label {
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
  width: auto;
  font-size: .95em;
  vertical-align: top;
}

/* line 1941, app/assets/stylesheets/application.css.scss */
.custom-checkbox-label.full-size {
  top: 1px;
  vertical-align: baseline;
}

/* line 1946, app/assets/stylesheets/application.css.scss */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="url"], input[type="tel"], textarea {
  border-bottom: 1px solid #CCD1D6;
  border-radius: 0;
  outline: 0;
  margin: 0px auto;
  padding: 8px;
  width: 100%;
}

/* line 1954, app/assets/stylesheets/application.css.scss */
input[type="number"] {
  border: 1px solid #eee;
  border-radius: 7px;
  outline: 0;
  margin: 0px auto;
  padding: 8px;
  width: 100%;
}

/* line 1963, app/assets/stylesheets/application.css.scss */
.currency-symbol-container {
  position: relative;
}

/* line 1965, app/assets/stylesheets/application.css.scss */
.currency-symbol-container .currency-symbol {
  position: absolute;
  left: 5px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

/* line 1972, app/assets/stylesheets/application.css.scss */
.currency-symbol-container input[type="number"] {
  padding-left: 27px;
  padding-right: 6px;
  max-width: 140px;
}

/* line 1979, app/assets/stylesheets/application.css.scss */
.percent-symbol-container {
  position: relative;
  margin-right: 0.5em;
}

/* line 1982, app/assets/stylesheets/application.css.scss */
.percent-symbol-container .percent-symbol {
  position: absolute;
  right: 5px;
  top: 1px;
  bottom: 0px;
  margin: auto;
}

/* line 1989, app/assets/stylesheets/application.css.scss */
.percent-symbol-container input[type="number"] {
  padding-left: 11px;
  padding-right: 19px;
}

/* line 1994, app/assets/stylesheets/application.css.scss */
.percent-container {
  display: inline-block;
}

/* line 1998, app/assets/stylesheets/application.css.scss */
textarea {
  border: 1px solid #CCD1D6;
  max-width: 100%;
  font-size: inherit;
  text-decoration: none;
  font-family: inherit;
  padding: 7px;
  border-radius: 6px;
}

/* line 2008, app/assets/stylesheets/application.css.scss */
input.form-field {
  border: 1px solid #CCD1D6;
  border-color: #CCD1D6;
  border-radius: 4px;
  padding: 8px 7px;
}

/* line 2014, app/assets/stylesheets/application.css.scss */
input.form-field:hover {
  background: transparent;
}

/* line 2017, app/assets/stylesheets/application.css.scss */
input.form-field.rounded {
  border-color: #CCD1D6;
  border-radius: 7px;
}

/* line 2022, app/assets/stylesheets/application.css.scss */
.form-column.half:first-child {
  padding-right: 3px;
}

/* line 2025, app/assets/stylesheets/application.css.scss */
.form-column.half:last-child {
  padding-left: 3px;
}

/* line 2028, app/assets/stylesheets/application.css.scss */
.form-column:not(:first-child):not(:last-child) {
  padding-left: 3px;
  padding-right: 3px;
}

/* line 2032, app/assets/stylesheets/application.css.scss */
.back-btn, .next-btn, .back-btn-text, .next-btn-text {
  position: absolute;
  width: auto;
  height: auto;
  cursor: pointer;
  padding: 10px 0;
  top: 0px;
  left: 0px;
  z-index: 5;
  color: #313131;
  opacity: .23;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* line 2049, app/assets/stylesheets/application.css.scss */
.next-btn {
  right: 0;
  left: unset;
}

/* line 2053, app/assets/stylesheets/application.css.scss */
.back-btn-text {
  left: 28px;
  top: 2px;
  font-weight: 600;
  font-size: .9em;
}

/* line 2059, app/assets/stylesheets/application.css.scss */
.next-btn-text {
  right: 28px;
  left: unset;
  top: 2px;
  font-weight: 600;
  font-size: .9em;
}

/* line 2066, app/assets/stylesheets/application.css.scss */
.back-btn:hover, .next-btn:hover, .back-btn-text:hover, .next-btn-text:hover {
  opacity: 1;
}

/* line 2071, app/assets/stylesheets/application.css.scss */
.prev-link:hover *, .next-link:hover * {
  opacity: 1;
}

/* line 2076, app/assets/stylesheets/application.css.scss */
.bottom-btn {
  color: #fff;
  background: #EB0450;
  text-align: center;
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 600;
  position: absolute;
  padding: 11px 11px 14px;
  border: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  border-radius: 0 0 6px 6px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.23);
}

/* line 2096, app/assets/stylesheets/application.css.scss */
.bottom-btn:hover {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
  box-shadow: inset 0px -2px rgba(0, 0, 0, 0.25);
}

/* line 2101, app/assets/stylesheets/application.css.scss */
.bottom-btn:focus, .bottom-btn:visited {
  color: #fff;
}

/* line 2105, app/assets/stylesheets/application.css.scss */
.bottom-btn.danger, .bottom-btn.danger:hover {
  background: #cc0000;
}

/* line 2109, app/assets/stylesheets/application.css.scss */
.bottom-btn.empty {
  background: #fff;
  color: #444;
  font-weight: normal;
  font-weight: 600;
  text-shadow: none;
  font-size: 1em;
}

/* line 2117, app/assets/stylesheets/application.css.scss */
.bottom-btn.empty:hover {
  background: #f7f7f7;
  color: #444;
}

/* line 2121, app/assets/stylesheets/application.css.scss */
.bottom-btn.left {
  left: 0;
  width: 50%;
  border-radius: 0 0 0 6px;
}

/* line 2126, app/assets/stylesheets/application.css.scss */
.bottom-btn.right {
  left: 50%;
  width: 50%;
  border-radius: 0 0 6px 0;
}

/* line 2131, app/assets/stylesheets/application.css.scss */
.bottom-btn.disabled, .bottom-btn:disabled {
  color: #fff;
}

/* line 2135, app/assets/stylesheets/application.css.scss */
.simple-btn {
  border-color: #ff456e;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.17);
}

/* line 2140, app/assets/stylesheets/application.css.scss */
.simple-btn:hover {
  color: #fff !important;
  background: #EB0450;
  border-color: #ff456e;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.33);
}

/* line 2146, app/assets/stylesheets/application.css.scss */
.simple-btn.disabled:hover {
  border-color: transparent !important;
}

/* line 2150, app/assets/stylesheets/application.css.scss */
.simple-btn, a.simple-btn:focus, a.simple-btn:visited, .empty-btn, .rounded-btn, .btn.rounded-btn:focus, .danger-btn, .gray-btn, .green-btn, .pink-btn, .care-btn {
  border: 1px solid transparent;
  outline: 0 !important;
  padding: 7px 17px;
  cursor: pointer;
  word-spacing: 1px;
  color: #fff;
  background: #EB0450;
  text-align: center;
  font-size: .9rem;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-weight: 600;
}

/* line 2165, app/assets/stylesheets/application.css.scss */
.simple-btn span, a.simple-btn:focus span, a.simple-btn:visited span, .empty-btn span, .rounded-btn span, .btn.rounded-btn:focus span, .danger-btn span, .gray-btn span, .green-btn span, .pink-btn span, .care-btn span {
  text-decoration: uppercase;
  padding: 0 11px;
  font-weight: 600;
  font-size: .9rem;
  font-family: inherit;
}

/* line 2173, app/assets/stylesheets/application.css.scss */
.simple-btn .material-icons, a.simple-btn:focus .material-icons, a.simple-btn:visited .material-icons, .empty-btn .material-icons, .rounded-btn .material-icons, .btn.rounded-btn:focus .material-icons, .danger-btn .material-icons, .gray-btn .material-icons, .green-btn .material-icons, .pink-btn .material-icons, .care-btn .material-icons {
  font-size: 20px;
  line-height: 18px;
}

/* line 2177, app/assets/stylesheets/application.css.scss */
.simple-btn.btn-sm, a.simple-btn.btn-sm:focus, a.simple-btn.btn-sm:visited, .empty-btn.btn-sm, .rounded-btn.btn-sm, .btn.rounded-btn.btn-sm:focus, .danger-btn.btn-sm, .gray-btn.btn-sm, .green-btn.btn-sm, .pink-btn.btn-sm, .care-btn.btn-sm {
  padding: 5px 15px;
}

/* line 2182, app/assets/stylesheets/application.css.scss */
.material-trash, .material-cancel {
  opacity: .3;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 2191, app/assets/stylesheets/application.css.scss */
.material-trash:hover, .material-cancel:hover {
  opacity: 1;
}

/* line 2195, app/assets/stylesheets/application.css.scss */
.green-btn {
  background: #26cf6a !important;
  border-color: #26c56a !important;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.27);
}

/* line 2201, app/assets/stylesheets/application.css.scss */
.green-btn:hover {
  color: #fff !important;
  background: #26e36a;
  border-color: #26e36a;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.43);
}

/* line 2208, app/assets/stylesheets/application.css.scss */
.gray-btn, a.gray-btn {
  background: #555;
  color: #fff;
  letter-spacing: 1px;
  padding: 8px 24px 7px;
  display: inline-block;
  color: #333;
  transition: all .23s ease-in-out;
  -o-transition: all .23s ease-in-out;
  -ms-transition: all .23s ease-in-out;
  -moz-transition: all .23s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
}

/* line 2221, app/assets/stylesheets/application.css.scss */
.gray-btn .fa-picture-o, .gray-btn .fa-picture-o:hover, a.gray-btn .fa-picture-o, a.gray-btn .fa-picture-o:hover {
  color: #fff;
  padding: 0;
  font-size: 1.1em;
}

/* line 2228, app/assets/stylesheets/application.css.scss */
.pink-btn, .pink-btn:focus, .pink-btn:visited, .pink-btn:active {
  background: #EB0450;
  color: #fff;
  padding: 9px 21px 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  border: 0;
  text-transform: uppercase;
}

/* line 2242, app/assets/stylesheets/application.css.scss */
.pink-btn .material-icons, .pink-btn:focus .material-icons, .pink-btn:visited .material-icons, .pink-btn:active .material-icons {
  color: #EB0450;
}

/* line 2245, app/assets/stylesheets/application.css.scss */
.pink-btn.btn-sm, .pink-btn.btn-sm:focus, .pink-btn.btn-sm:visited, .pink-btn.btn-sm:active {
  padding: 5px 10px;
}

/* line 2250, app/assets/stylesheets/application.css.scss */
.pink-btn:hover {
  text-decoration: underline;
  color: #fff;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.25);
}

/* line 2255, app/assets/stylesheets/application.css.scss */
.pink-btn:active {
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.25);
}

/* line 2258, app/assets/stylesheets/application.css.scss */
.pink-btn.disabled, .pink-btn[disabled] {
  color: #fff;
  text-decoration: none;
}

/* line 2263, app/assets/stylesheets/application.css.scss */
.care-btn {
  background: #EF5844;
  border-radius: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  min-width: 140px;
}

/* line 2272, app/assets/stylesheets/application.css.scss */
.gray-btn {
  border-color: transparent;
  color: #fff !important;
  border-radius: 4px;
}

/* line 2278, app/assets/stylesheets/application.css.scss */
.gray-btn:hover {
  background: #444;
}

/* line 2282, app/assets/stylesheets/application.css.scss */
.empty-btn, a.empty-btn, a.empty-btn:visited, html.provider a.empty-btn, html.provider a.empty-btn:visited {
  color: #444;
  border: 0;
  border-top: 1px solid #eef1f4;
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.2);
  background: #f1f4f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9fbfd 0%, #f1f4f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9fbfd 0%, #f1f4f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9fbfd 0%, #f1f4f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbfd', endColorstr='#f1f4f7',GradientType=0 );
  /* IE6-9 */
  letter-spacing: 0;
  transition: none;
  font-weight: 600;
}

/* line 2296, app/assets/stylesheets/application.css.scss */
.empty-btn .fa-picture-o, .empty-btn .fa-picture-o:hover, a.empty-btn .fa-picture-o, a.empty-btn .fa-picture-o:hover, a.empty-btn:visited .fa-picture-o, a.empty-btn:visited .fa-picture-o:hover, html.provider a.empty-btn .fa-picture-o, html.provider a.empty-btn .fa-picture-o:hover, html.provider a.empty-btn:visited .fa-picture-o, html.provider a.empty-btn:visited .fa-picture-o:hover {
  color: #444;
  padding: 0;
  font-size: 1.2em;
}

/* line 2301, app/assets/stylesheets/application.css.scss */
.empty-btn .plus, a.empty-btn .plus, a.empty-btn:visited .plus, html.provider a.empty-btn .plus, html.provider a.empty-btn:visited .plus {
  padding: 0;
  font-size: 14px;
}

/* line 2305, app/assets/stylesheets/application.css.scss */
.empty-btn i, a.empty-btn i, a.empty-btn:visited i, html.provider a.empty-btn i, html.provider a.empty-btn:visited i {
  text-decoration: none !important;
  margin-left: -6px;
  margin-right: 4px;
}

/* line 2312, app/assets/stylesheets/application.css.scss */
.empty-btn:hover, a.empty-btn:hover, html.provider a.empty-btn:hover {
  background: #f7f7f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #eaeaea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #eaeaea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7f9fb 0%, #e9edf1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eaeaea',GradientType=0 );
  /* IE6-9 */
  text-decoration: underline;
  color: inherit;
}

/* line 2321, app/assets/stylesheets/application.css.scss */
.empty-btn:hover i, a.empty-btn:hover i, html.provider a.empty-btn:hover i {
  text-decoration: none !important;
}

/* line 2326, app/assets/stylesheets/application.css.scss */
.empty-btn.provider_image, .empty-btn.instructor_photo, .empty-btn.organization_photo {
  width: 95%;
}

/* line 2330, app/assets/stylesheets/application.css.scss */
.empty-btn:active, html.provider .empty-btn:active, .simple-btn:active, #super-save:active {
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.23);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.23);
}

/* line 2335, app/assets/stylesheets/application.css.scss */
.empty-btn.clear, a.empty-btn.clear, html.provider a.empty-btn.clear {
  border-color: transparent;
  background: transparent;
  border-radius: 4px;
}

/* line 2340, app/assets/stylesheets/application.css.scss */
.empty-btn.clear:hover, a.empty-btn.clear:hover, html.provider a.empty-btn.clear:hover {
  border-color: transparent;
  background: transparent;
  text-decoration: underline;
}

/* line 2345, app/assets/stylesheets/application.css.scss */
.normal-font-weight {
  font-weight: normal;
}

/* line 2348, app/assets/stylesheets/application.css.scss */
.danger-btn {
  color: #444;
  border-radius: 0;
  background: transparent;
}

/* line 2354, app/assets/stylesheets/application.css.scss */
.danger-btn:hover {
  text-decoration: underline;
  color: #cc0000 !important;
}

/* line 2357, app/assets/stylesheets/application.css.scss */
.danger-btn:hover i {
  color: #cc0000;
}

/* line 2362, app/assets/stylesheets/application.css.scss */
a.danger-btn {
  color: inherit;
}

/* line 2366, app/assets/stylesheets/application.css.scss */
.no-btn {
  border: 0;
  background: 0;
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
  cursor: pointer;
}

/* line 2374, app/assets/stylesheets/application.css.scss */
.rounded-btn {
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all .15s ease-in-out;
  white-space: nowrap;
  font-style: normal;
  text-transform: uppercase;
}

/* line 2382, app/assets/stylesheets/application.css.scss */
a.rounded-btn, html.provider a.rounded-btn.clear {
  transition: transform .15s ease-in-out;
  display: inline-block;
}

/* line 2386, app/assets/stylesheets/application.css.scss */
.rounded-btn.clear, html.provider a.rounded-btn.clear {
  color: inherit;
  background: transparent;
  font-weight: 500;
}

/* line 2391, app/assets/stylesheets/application.css.scss */
.rounded-btn.clear.small-text, html.provider a.rounded-btn.clear.small-text {
  font-weight: 600;
  text-transform: none;
}

/* line 2395, app/assets/stylesheets/application.css.scss */
.rounded-btn.clear:hover {
  color: inherit;
}

/* line 2399, app/assets/stylesheets/application.css.scss */
.rounded-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  color: #fff;
}

/* line 2404, app/assets/stylesheets/application.css.scss */
.rounded-btn:active {
  transform: translateY(1px);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 2408, app/assets/stylesheets/application.css.scss */
a.rounded-btn:hover {
  color: inherit;
  text-decoration: none;
}

/* line 2411, app/assets/stylesheets/application.css.scss */
a.rounded-btn.pink-btn:hover {
  color: #fff;
}

/* line 2416, app/assets/stylesheets/application.css.scss */
input:disabled {
  opacity: .5;
  cursor: default;
}

/* line 2421, app/assets/stylesheets/application.css.scss */
.disabled, .simple-btn:disabled {
  color: #fff;
  border-color: transparent;
  cursor: not-allowed !important;
  opacity: .77;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2430, app/assets/stylesheets/application.css.scss */
.disabled *, .simple-btn:disabled * {
  cursor: not-allowed;
}

/* line 2434, app/assets/stylesheets/application.css.scss */
.disabled .fa, .simple-btn:disabled .fa {
  color: #fff;
}

/* line 2437, app/assets/stylesheets/application.css.scss */
.disabled h3, .disabled h4, .disabled h5, .disabled .placeholder, .simple-btn:disabled h3, .simple-btn:disabled h4, .simple-btn:disabled h5, .simple-btn:disabled .placeholder {
  color: rgba(0, 0, 0, 0.23);
}

/* line 2442, app/assets/stylesheets/application.css.scss */
input.disabled, textarea.disabled {
  color: #ccc;
  background: transparent;
}

/* line 2447, app/assets/stylesheets/application.css.scss */
a.disabled {
  color: #aaa;
  pointer-events: none;
}

/* line 2452, app/assets/stylesheets/application.css.scss */
.segmented-control {
  margin: 0 auto;
  text-align: center;
}

/* line 2456, app/assets/stylesheets/application.css.scss */
.segmented-control .segment {
  max-width: 130px;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  box-shadow: 0 0 11px 0 rgba(255, 70, 100, 0.23);
  background: #fff;
  color: #EB0450;
  word-spacing: 1px;
  padding: 7px 21px;
  text-align: center;
  font-size: 0.95em;
  outline: 0;
  cursor: pointer;
}

/* line 2472, app/assets/stylesheets/application.css.scss */
.segmented-control .segment:hover {
  color: #ff4f78;
  border-color: #EB0450;
  text-decoration: underline;
}

/* line 2478, app/assets/stylesheets/application.css.scss */
.segmented-control .segment.selected {
  background: rgba(255, 70, 100, 0.9);
  color: #fff;
  font-weight: 600;
}

/* line 2484, app/assets/stylesheets/application.css.scss */
.segmented-control .segment.selected:hover {
  background: #ff4f78;
}

/* line 2488, app/assets/stylesheets/application.css.scss */
.segmented-control .segment, .segmented-control .segment:active {
  border: 2px solid rgba(255, 70, 100, 0.9);
}

/* line 2492, app/assets/stylesheets/application.css.scss */
.segmented-control .segment:first-child {
  border-radius: 7px 0 0 7px;
  margin-right: -1px;
}

/* line 2497, app/assets/stylesheets/application.css.scss */
.segmented-control .segment:last-child {
  border-radius: 0px 7px 7px 0px;
  margin-left: -2px;
}

/* line 2501, app/assets/stylesheets/application.css.scss */
.segmented-control .segment:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 2508, app/assets/stylesheets/application.css.scss */
.segmented-control.mini {
  margin: 0 auto;
  text-align: center;
}

/* line 2512, app/assets/stylesheets/application.css.scss */
.segmented-control.mini .segment {
  max-width: 86px;
  box-shadow: none;
  font-weight: 600;
  word-spacing: 1px;
  padding: 4px 11px;
  text-align: center;
  font-size: 0.85em;
}

/* line 2522, app/assets/stylesheets/application.css.scss */
.segmented-control.mini .segment, .segmented-control.mini .segment:active {
  border: 0;
}

/* line 2526, app/assets/stylesheets/application.css.scss */
.segmented-control.mini .segment:first-child {
  border-radius: 7px 0 0 7px;
  margin-right: -2px;
}

/* line 2531, app/assets/stylesheets/application.css.scss */
.segmented-control.mini .segment:last-child {
  border-radius: 0px 7px 7px 0px;
  margin-left: -2px;
}

/* line 2535, app/assets/stylesheets/application.css.scss */
.segmented-control.mini .segment:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -3px;
  margin-right: -3px;
}

/* line 2542, app/assets/stylesheets/application.css.scss */
.avatar, .cover.photo {
  width: 200px;
  height: 200px;
}

/* line 2547, app/assets/stylesheets/application.css.scss */
.avatar-placeholder, .image-placeholder, .photo-placeholder {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 7px;
  background: #f1f4f9 url("https://d19tb5uaenw7es.cloudfront.net/crcm-gray-placeholder.jpg") no-repeat center center;
  background-size: 160px;
}

/* line 2555, app/assets/stylesheets/application.css.scss */
.avatar-placeholder, .provider .avatar-placeholder {
  background: transparent url("https://d19tb5uaenw7es.cloudfront.net/crcm-avatar-placeholder.png") no-repeat center center;
  background-size: 240px;
}

/* line 2560, app/assets/stylesheets/application.css.scss */
.provider .avatar-placeholder, .provider .image-placeholder, .provider .photo-placeholder {
  background-color: #eef1f4;
}

/* line 2565, app/assets/stylesheets/application.css.scss */
.avatar, .photo, .image, .cover.photo {
  position: relative;
  display: inline-block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 2575, app/assets/stylesheets/application.css.scss */
.avatar .remove-avatar, .avatar .remove-photo, .avatar .remove-image, .photo .remove-avatar, .photo .remove-photo, .photo .remove-image, .image .remove-avatar, .image .remove-photo, .image .remove-image, .cover.photo .remove-avatar, .cover.photo .remove-photo, .cover.photo .remove-image {
  position: absolute;
  right: -10px;
  top: -10px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  cursor: pointer;
}

/* line 2584, app/assets/stylesheets/application.css.scss */
.avatar .remove-avatar .material-icons, .avatar .remove-photo .material-icons, .avatar .remove-image .material-icons, .photo .remove-avatar .material-icons, .photo .remove-photo .material-icons, .photo .remove-image .material-icons, .image .remove-avatar .material-icons, .image .remove-photo .material-icons, .image .remove-image .material-icons, .cover.photo .remove-avatar .material-icons, .cover.photo .remove-photo .material-icons, .cover.photo .remove-image .material-icons {
  color: #aaa;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 18px;
  padding: 1px;
  height: 20px;
  width: 20px;
}

/* line 2597, app/assets/stylesheets/application.css.scss */
.avatar .remove-avatar:hover .material-icons, .avatar .remove-photo:hover .material-icons, .photo .remove-avatar:hover .material-icons, .photo .remove-photo:hover .material-icons, .image .remove-avatar:hover .material-icons, .image .remove-photo:hover .material-icons, .cover.photo .remove-avatar:hover .material-icons, .cover.photo .remove-photo:hover .material-icons {
  background: #cc0000;
  color: #fff;
}

/* line 2604, app/assets/stylesheets/application.css.scss */
.fa.disabled {
  color: #444 !important;
  opacity: .23;
}

/* line 2609, app/assets/stylesheets/application.css.scss */
.btn-container {
  clear: both;
  width: 100%;
  display: inline-block;
  margin: 15px auto;
}

/* line 2616, app/assets/stylesheets/application.css.scss */
.circular {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* line 2622, app/assets/stylesheets/application.css.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 2626, app/assets/stylesheets/application.css.scss */
.half-width {
  width: 50%;
  margin: 0 auto;
}

/* line 2631, app/assets/stylesheets/application.css.scss */
.full-width {
  width: 100%;
  margin: 0 auto;
}

/* line 2636, app/assets/stylesheets/application.css.scss */
.no-content.placeholder, .no-content.success {
  font-style: italic;
  text-align: center;
  font-size: 1em;
  line-height: 1.2em;
  padding: 5% 0;
  font-weight: 500;
}

/* line 2645, app/assets/stylesheets/application.css.scss */
.loading.placeholder {
  font-style: italic;
  text-align: center;
  font-size: .9em;
  padding: 5% 0;
  font-weight: 600;
}

/* line 2651, app/assets/stylesheets/application.css.scss */
.loading.placeholder i {
  margin-right: 7px;
  color: #bbb;
}

/* line 2657, app/assets/stylesheets/application.css.scss */
.placeholder {
  color: #aaa;
}

/* line 2661, app/assets/stylesheets/application.css.scss */
.text-secondary {
  color: #505D6D;
}

/* line 2664, app/assets/stylesheets/application.css.scss */
.text-tertiary {
  color: #667483;
}

/* line 2668, app/assets/stylesheets/application.css.scss */
.italics {
  font-style: italic;
}

/* line 2672, app/assets/stylesheets/application.css.scss */
.placeholder.italics {
  font-weight: 500;
}

/* line 2676, app/assets/stylesheets/application.css.scss */
.bold {
  font-weight: bold;
}

/* line 2681, app/assets/stylesheets/application.css.scss */
.modal.sessions .modal-header {
  padding: 0;
  min-height: 0;
}

/* line 2685, app/assets/stylesheets/application.css.scss */
.modal.sessions .modal-body {
  padding: 10px 0 0;
}

/* line 2688, app/assets/stylesheets/application.css.scss */
.modal.sessions .session-container {
  width: 100%;
  max-width: none;
  padding-top: 0;
  border: 0;
}

/* line 2694, app/assets/stylesheets/application.css.scss */
.modal.sessions .session-container .error-container {
  padding: 20px;
  margin-bottom: 5px;
}

/* line 2701, app/assets/stylesheets/application.css.scss */
.session-container {
  width: 580px;
  border-radius: 7px;
  background: #fff;
  display: table;
  padding: 5px 30px 66px;
  position: relative;
}

/* line 2709, app/assets/stylesheets/application.css.scss */
.session-container #login-btn, .session-container #signup-btn, .session-container #password-btn {
  background-color: #EF5844;
  border-radius: 28px;
  font-weight: initial;
  font-size: 18px;
  padding: 12px;
  position: initial;
}

/* line 2718, app/assets/stylesheets/application.css.scss */
.session-container #login-btn.disabled, .session-container #signup-btn.disabled, .session-container #password-btn.disabled {
  opacity: .7;
}

/* line 2722, app/assets/stylesheets/application.css.scss */
.session-container .terms-agreement {
  margin: 20px auto;
  width: 75%;
  text-align: center;
  font-weight: initial;
  line-height: 20px;
}

/* line 2730, app/assets/stylesheets/application.css.scss */
.session-container .custom-waiver-agreement {
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
}

/* line 2736, app/assets/stylesheets/application.css.scss */
.session-container #powered-by {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  font-size: 1em;
  margin-top: 1em;
}

/* line 2744, app/assets/stylesheets/application.css.scss */
.session-container #powered-by #powered-link {
  color: inherit;
}

/* line 2746, app/assets/stylesheets/application.css.scss */
.session-container #powered-by #powered-link svg {
  width: 90px;
}

/* line 2750, app/assets/stylesheets/application.css.scss */
.session-container #powered-by #powered-link:hover {
  text-decoration: none;
}

/* line 2753, app/assets/stylesheets/application.css.scss */
.session-container #powered-by .powered-by-text {
  display: inline-block;
  margin: 0;
  padding: 7px 5px 0 0;
  vertical-align: top;
  font-size: .75rem;
  color: #000;
}

/* line 2763, app/assets/stylesheets/application.css.scss */
.session-container #powered-by:hover {
  text-decoration: none;
}

/* line 2765, app/assets/stylesheets/application.css.scss */
.session-container #powered-by:hover .underline {
  color: #EB0450;
}

/* line 2770, app/assets/stylesheets/application.css.scss */
.session-container .inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 2774, app/assets/stylesheets/application.css.scss */
.session-container .inner .login-form-input {
  border-radius: 12px;
  padding: 10px;
}

/* line 2779, app/assets/stylesheets/application.css.scss */
.session-container .inner .form-column.half:first-child {
  padding-right: 10px;
}

/* line 2783, app/assets/stylesheets/application.css.scss */
.session-container .inner .form-column.half:last-child {
  padding-left: 10px;
}

/* line 2787, app/assets/stylesheets/application.css.scss */
.session-container .inner .logo-container {
  margin: 0 auto;
  width: 100%;
  height: auto;
  line-height: 80px;
}

/* line 2793, app/assets/stylesheets/application.css.scss */
.session-container .inner .logo-container img {
  max-height: 80px;
  max-width: 140px;
  line-height: inherit;
  vertical-align: middle;
}

/* line 2800, app/assets/stylesheets/application.css.scss */
.session-container .inner .logo-container span {
  line-height: 80px;
  vertical-align: middle;
  display: inline-block;
  float: right;
  text-align: center;
  width: 70%;
  width: calc(100% - 140px);
  font-size: 1.5em;
  font-weight: 600;
}

/* line 2811, app/assets/stylesheets/application.css.scss */
.session-container .inner .logo-container .powered-by {
  line-height: 1em;
  font-size: .9em;
  font-weight: 600;
  margin: 3px auto;
}

/* line 2820, app/assets/stylesheets/application.css.scss */
.session-container .inner .row h6.form-label.form-header {
  margin: 13px auto 3px;
}

/* line 2826, app/assets/stylesheets/application.css.scss */
.session-container .inner form .fa {
  text-align: center;
}

/* line 2829, app/assets/stylesheets/application.css.scss */
.session-container .inner form input[type="email"], .session-container .inner form input[type="password"], .session-container .inner form input[type="text"], .session-container .inner form textarea {
  width: 100%;
  margin: 0 auto;
  border-color: #CCD1D6;
}

/* line 2834, app/assets/stylesheets/application.css.scss */
.session-container .inner form input[type="checkbox"] {
  margin: 10px;
}

/* line 2840, app/assets/stylesheets/application.css.scss */
.session-container .remember-me {
  margin: 0 auto;
}

/* line 2844, app/assets/stylesheets/application.css.scss */
.session-container #error_explanation {
  padding: 15px;
  background: #f2dede;
  color: #cc0000;
  border-radius: 7px;
}

/* line 2849, app/assets/stylesheets/application.css.scss */
.session-container #error_explanation h2 {
  display: none;
}

/* line 2855, app/assets/stylesheets/application.css.scss */
#wrap.free-floating {
  background: #f1f4f9;
  position: relative;
  min-height: 100%;
}

/* line 2859, app/assets/stylesheets/application.css.scss */
#wrap.free-floating .session-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  box-shadow: 0px 7px 57px -7px rgba(0, 0, 0, 0.23);
}

/* line 2869, app/assets/stylesheets/application.css.scss */
#on-site-return-home-link {
  position: fixed;
  padding: 1em;
}

/* line 2875, app/assets/stylesheets/application.css.scss */
#on-site-return-home-link:hover i {
  color: #015AC8;
}

/* line 2880, app/assets/stylesheets/application.css.scss */
#wrap.print {
  background: #fff;
}

/* line 2884, app/assets/stylesheets/application.css.scss */
.shared {
  margin: 2em auto 0;
}

/* line 2889, app/assets/stylesheets/application.css.scss */
.shared a:hover {
  text-decoration: underline;
}

/* line 2892, app/assets/stylesheets/application.css.scss */
.shared * {
  margin: 7px 0;
}

/* line 2895, app/assets/stylesheets/application.css.scss */
.shared #all-sign-in-options {
  cursor: pointer;
}

/* line 2898, app/assets/stylesheets/application.css.scss */
.shared #all-sign-in-options:hover {
  color: #015AC8;
}

/* line 2903, app/assets/stylesheets/application.css.scss */
.terms-agreement {
  margin-top: 3px;
  font-size: 0.9em;
}

/* line 2907, app/assets/stylesheets/application.css.scss */
.terms-agreement a {
  color: inherit;
  text-decoration: underline;
}

/* line 2911, app/assets/stylesheets/application.css.scss */
.terms-agreement a:hover {
  color: #015AC8;
}

/* line 2916, app/assets/stylesheets/application.css.scss */
.session-container.forgot-password, .session-container.password-reset {
  padding-bottom: 20px;
}

/* line 2920, app/assets/stylesheets/application.css.scss */
.session-container:not(.on-site):not(.forgot-password):not(.password-reset) {
  padding-bottom: 20px;
}

/* line 2923, app/assets/stylesheets/application.css.scss */
.session-container:not(.on-site):not(.forgot-password):not(.password-reset) .email-options, .session-container:not(.on-site):not(.forgot-password):not(.password-reset) .login-headline, .session-container:not(.on-site):not(.forgot-password):not(.password-reset) #login-btn, .session-container:not(.on-site):not(.forgot-password):not(.password-reset) #signup-btn, .session-container:not(.on-site):not(.forgot-password):not(.password-reset) .terms-middle {
  display: none;
}

/* line 2928, app/assets/stylesheets/application.css.scss */
.login-org-logo {
  text-align: center;
}

/* line 2932, app/assets/stylesheets/application.css.scss */
.session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) {
  padding-bottom: 20px;
}

/* line 2935, app/assets/stylesheets/application.css.scss */
.session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) .login-org-logo {
  text-align: left;
}

/* line 2938, app/assets/stylesheets/application.css.scss */
.session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) .email-options, .session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) .login-headline, .session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) #login-btn, .session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) #signup-btn, .session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) .shared, .session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) .terms-middle {
  display: block;
}

/* line 2941, app/assets/stylesheets/application.css.scss */
.session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) .email-options {
  margin-bottom: 20px;
}

/* line 2944, app/assets/stylesheets/application.css.scss */
.session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) .email-btn-container, .session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) .facebook-btn-container, .session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) .or-line-container, .session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) .login-logo-block, .session-container.email:not(.on-site):not(.forgot-password):not(.password-reset) .terms-bottom {
  display: none;
}

/* line 2950, app/assets/stylesheets/application.css.scss */
.session-container.facebook .email-options {
  display: none;
}

/* line 2955, app/assets/stylesheets/application.css.scss */
.email-btn-container {
  margin-top: 1.5em;
}

/* line 2958, app/assets/stylesheets/application.css.scss */
.email-btn-container #email-btn {
  background-color: #EF5844;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  font-size: 18px;
  text-transform: none;
  padding: 10px;
  width: 100%;
  min-width: 210px;
  cursor: pointer;
}

/* line 2970, app/assets/stylesheets/application.css.scss */
.email-btn-container #email-btn i {
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  margin-right: 7px;
}

/* line 2977, app/assets/stylesheets/application.css.scss */
.email-btn-container #email-button:hover {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.23);
}

/* line 2982, app/assets/stylesheets/application.css.scss */
.facebook-btn-container {
  margin: 7px auto;
}

/* line 2985, app/assets/stylesheets/application.css.scss */
.facebook-btn-container form.button_to {
  width: 100%;
}

/* line 2989, app/assets/stylesheets/application.css.scss */
.facebook-btn-container .facebook-btn {
  display: inline-block;
  font-size: 18px;
  text-transform: none;
  padding: 10px;
  background-color: #1873DD;
  border-radius: 28px;
  color: #fff;
  min-width: 210px;
  cursor: pointer;
  border: 0;
  width: 100%;
}

/* line 3002, app/assets/stylesheets/application.css.scss */
.facebook-btn-container .facebook-btn .fa-facebook-official {
  color: #fff;
  margin-right: 7px;
  font-size: 16px;
  text-align: center;
}

/* line 3010, app/assets/stylesheets/application.css.scss */
.caredotcom-btn-container {
  margin-top: 1.5em;
}

/* line 3013, app/assets/stylesheets/application.css.scss */
.caredotcom-btn-container #caredotcom-btn {
  background-color: #EF5844;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  font-size: 18px;
  text-transform: none;
  padding: 10px;
  width: 100%;
  min-width: 210px;
  cursor: pointer;
}

/* line 3025, app/assets/stylesheets/application.css.scss */
.caredotcom-btn-container #caredotcom-btn i {
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  margin-right: 7px;
}

/* line 3033, app/assets/stylesheets/application.css.scss */
.caredotcom-btn-container #caredotcom-button:hover {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.23);
}

/* line 3038, app/assets/stylesheets/application.css.scss */
.facebook-blue {
  background: #3b5998;
}

/* line 3041, app/assets/stylesheets/application.css.scss */
.twitter-blue {
  background: #55acee;
}

/* line 3045, app/assets/stylesheets/application.css.scss */
footer {
  overflow: auto;
  clear: both;
}

/* line 3049, app/assets/stylesheets/application.css.scss */
footer .container {
  padding: 40px 0 0;
  font-size: .9em;
  letter-spacing: 0px;
  height: 100%;
  width: 75%;
}

/* line 3056, app/assets/stylesheets/application.css.scss */
footer .container #powered-by {
  font-size: 1em;
  padding: 3px 0;
}

/* line 3060, app/assets/stylesheets/application.css.scss */
footer .container #powered-by #powered-link {
  color: inherit;
}

/* line 3062, app/assets/stylesheets/application.css.scss */
footer .container #powered-by #powered-link svg {
  width: 90px;
}

/* line 3066, app/assets/stylesheets/application.css.scss */
footer .container #powered-by #powered-link:hover {
  text-decoration: none;
}

/* line 3069, app/assets/stylesheets/application.css.scss */
footer .container #powered-by .powered-by-text {
  display: inline-block;
  margin: 0;
  padding: 7px 5px 0 0;
  vertical-align: top;
  font-size: .7rem;
  color: #333;
}

/* line 3078, app/assets/stylesheets/application.css.scss */
footer .container #powered-by:hover {
  text-decoration: none;
}

/* line 3080, app/assets/stylesheets/application.css.scss */
footer .container #powered-by:hover .underline {
  color: #EB0450;
}

/* line 3085, app/assets/stylesheets/application.css.scss */
footer .container #terms-privacy {
  font-weight: 500;
  font-size: .9em;
}

/* line 3089, app/assets/stylesheets/application.css.scss */
footer .container #terms-privacy a {
  padding: 0 14px;
  color: inherit;
  display: inline-block;
}

/* line 3094, app/assets/stylesheets/application.css.scss */
footer .container #terms-privacy a:hover {
  text-decoration: underline;
}

/* line 3097, app/assets/stylesheets/application.css.scss */
footer .container #terms-privacy .bullet {
  color: #444;
}

/* line 3102, app/assets/stylesheets/application.css.scss */
footer .container .footer-download.provider {
  margin: 0;
}

/* line 3107, app/assets/stylesheets/application.css.scss */
footer .container .footer-section h6 {
  padding-bottom: 2%;
  text-transform: capitalize;
}

/* line 3112, app/assets/stylesheets/application.css.scss */
footer .container .footer-section li {
  padding: 1% 0;
}

/* line 3116, app/assets/stylesheets/application.css.scss */
footer .container .footer-section a, footer .container .footer-section a:visited {
  color: #333;
}

/* line 3120, app/assets/stylesheets/application.css.scss */
footer .container .footer-section a:hover {
  text-decoration: underline;
}

/* line 3125, app/assets/stylesheets/application.css.scss */
footer .container .fa {
  font-size: 20px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #888;
  text-align: center;
  vertical-align: middle;
}

/* line 3137, app/assets/stylesheets/application.css.scss */
footer .container .fa-facebook {
  font-size: 22px;
  padding-right: 2px;
}

/* line 3141, app/assets/stylesheets/application.css.scss */
footer .container .fa-facebook:hover {
  background: #3b5998;
}

/* line 3144, app/assets/stylesheets/application.css.scss */
footer .container .fa-instagram:hover {
  background: #EB0450;
}

/* line 3147, app/assets/stylesheets/application.css.scss */
footer .container .fa-twitter:hover {
  background: #1DA1F2;
}

/* line 3151, app/assets/stylesheets/application.css.scss */
footer .container #copyright {
  color: #aaa;
  cursor: default;
  padding: 3.5rem 0 .5rem;
  display: block;
  width: 100%;
  font-size: .9em;
  font-weight: 500;
  margin: 0 auto;
  clear: both;
}

/* line 3162, app/assets/stylesheets/application.css.scss */
footer .container #copyright .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 3167, app/assets/stylesheets/application.css.scss */
footer .container #copyright span, footer .container #copyright a {
  display: inline-block;
  vertical-align: middle;
}

/* line 3171, app/assets/stylesheets/application.css.scss */
footer .container #copyright a.facebook-link, footer .container #copyright a.twitter-link, footer .container #copyright a.instagram-link {
  margin: 0 4px 2em;
}

/* line 3174, app/assets/stylesheets/application.css.scss */
footer .container #copyright a.footer-download {
  margin: 0 7px;
}

/* line 3177, app/assets/stylesheets/application.css.scss */
footer .container #copyright span {
  margin-left: 5px;
  margin-bottom: 3px;
}

/* line 3182, app/assets/stylesheets/application.css.scss */
footer .container #copyright.provider {
  padding-top: 3px;
  padding-bottom: 0;
}

/* line 3185, app/assets/stylesheets/application.css.scss */
footer .container #copyright.provider a {
  margin: 0;
  padding: 0 2px;
}

/* line 3190, app/assets/stylesheets/application.css.scss */
footer .container #company, footer .container #contact {
  text-align: left;
}

/* line 3194, app/assets/stylesheets/application.css.scss */
footer #new-company {
  padding: 0 .5rem;
  display: block;
  font-size: 1em;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  clear: both;
  text-align: center;
}

/* line 3203, app/assets/stylesheets/application.css.scss */
footer #new-company h6 {
  padding: 0.4em 0;
}

/* line 3206, app/assets/stylesheets/application.css.scss */
footer #new-company li {
  padding: 0.25em 0;
}

/* line 3212, app/assets/stylesheets/application.css.scss */
footer.provider, footer.admin {
  margin-left: 220px;
  margin-top: 5%;
  padding-top: 0;
  height: auto;
}

/* line 3219, app/assets/stylesheets/application.css.scss */
footer.connect {
  padding-top: 0;
  height: auto;
  background: transparent;
}

/* line 3223, app/assets/stylesheets/application.css.scss */
footer.connect .container {
  padding-top: 55px;
}

/* line 3230, app/assets/stylesheets/application.css.scss */
.search.link #general-search #search-filter-toggle {
  right: 0;
  position: relative;
  float: right;
  display: inline-block;
  margin-left: 10px;
}

/* line 3238, app/assets/stylesheets/application.css.scss */
.search.link #general-search #submit-search {
  border-radius: 0 3px 3px 0;
}

/* line 3243, app/assets/stylesheets/application.css.scss */
#general-search, #admin-search, #search-filters, #event-filters {
  position: relative;
}

/* line 3246, app/assets/stylesheets/application.css.scss */
#general-search #submit-search, #admin-search #submit-search, #search-filters #submit-search, #event-filters #submit-search {
  position: absolute;
  top: 10px;
  padding: 0;
  text-align: center;
  color: #bbb;
  right: 0px;
  line-height: 40px;
  width: 40px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 2;
}

/* line 3260, app/assets/stylesheets/application.css.scss */
#general-search #submit-search:hover, #admin-search #submit-search:hover, #search-filters #submit-search:hover, #event-filters #submit-search:hover {
  background: #EB0450;
  color: #fff;
}

/* line 3265, app/assets/stylesheets/application.css.scss */
#general-search #search-filter-toggle, #admin-search #search-filter-toggle, #search-filters #search-filter-toggle, #event-filters #search-filter-toggle {
  position: absolute;
}

/* line 3267, app/assets/stylesheets/application.css.scss */
#general-search #search-filter-toggle i, #admin-search #search-filter-toggle i, #search-filters #search-filter-toggle i, #event-filters #search-filter-toggle i {
  color: #aaa;
}

/* line 3272, app/assets/stylesheets/application.css.scss */
#general-search #search-filter-toggle i:hover, #general-search #search-filter-toggle i.active, #admin-search #search-filter-toggle i:hover, #admin-search #search-filter-toggle i.active, #search-filters #search-filter-toggle i:hover, #search-filters #search-filter-toggle i.active, #event-filters #search-filter-toggle i:hover, #event-filters #search-filter-toggle i.active {
  opacity: 1;
  color: #EB0450;
}

/* line 3277, app/assets/stylesheets/application.css.scss */
#general-search #search-form, #admin-search #search-form, #search-filters #search-form, #event-filters #search-form {
  position: relative;
  font-weight: 500;
  border: 0;
  transition: all .23s;
  -o-transition: all .23s;
  -ms-transition: all .23s;
  -moz-transition: all .23s;
  -webkit-transition: all .23s;
}

/* line 3288, app/assets/stylesheets/application.css.scss */
#general-search .date-filters, #admin-search .date-filters, #search-filters .date-filters, #event-filters .date-filters {
  float: left;
}

/* line 3292, app/assets/stylesheets/application.css.scss */
#general-search #start, #general-search #start_date, #general-search #end, #general-search #end_date, #general-search #age-filter, #admin-search #start, #admin-search #start_date, #admin-search #end, #admin-search #end_date, #admin-search #age-filter, #search-filters #start, #search-filters #start_date, #search-filters #end, #search-filters #end_date, #search-filters #age-filter, #event-filters #start, #event-filters #start_date, #event-filters #end, #event-filters #end_date, #event-filters #age-filter {
  width: 150px;
  color: #EB0450;
  padding: 0px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  border-radius: 7px;
  margin: 0 7px 0 auto;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 3305, app/assets/stylesheets/application.css.scss */
#general-search #start:hover, #general-search #end:hover, #general-search #start_date:hover, #general-search #end_date:hover, #admin-search #start:hover, #admin-search #end:hover, #admin-search #start_date:hover, #admin-search #end_date:hover, #search-filters #start:hover, #search-filters #end:hover, #search-filters #start_date:hover, #search-filters #end_date:hover, #event-filters #start:hover, #event-filters #end:hover, #event-filters #start_date:hover, #event-filters #end_date:hover {
  border-color: #ccc;
}

/* line 3309, app/assets/stylesheets/application.css.scss */
#general-search #start.active, #general-search #end.active, #general-search #start_date.active, #general-search #end_date.active, #admin-search #start.active, #admin-search #end.active, #admin-search #start_date.active, #admin-search #end_date.active, #search-filters #start.active, #search-filters #end.active, #search-filters #start_date.active, #search-filters #end_date.active, #event-filters #start.active, #event-filters #end.active, #event-filters #start_date.active, #event-filters #end_date.active {
  color: #EB0450;
}

/* line 3313, app/assets/stylesheets/application.css.scss */
#general-search .search-filters, #admin-search .search-filters, #search-filters .search-filters, #event-filters .search-filters {
  line-height: initial;
  display: none;
  padding: 1%;
  border-radius: 7px;
  margin: 2% auto;
  background: #fff;
  position: absolute;
  top: 90%;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

/* line 3324, app/assets/stylesheets/application.css.scss */
#general-search .search-filters #dismiss-filters, #admin-search .search-filters #dismiss-filters, #search-filters .search-filters #dismiss-filters, #event-filters .search-filters #dismiss-filters {
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}

/* line 3338, app/assets/stylesheets/application.css.scss */
#general-search .search-filters h6, #admin-search .search-filters h6, #search-filters .search-filters h6, #event-filters .search-filters h6 {
  clear: both;
  margin: 0 auto;
  padding: 7px 0;
}

/* line 3344, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .segmented-control, #admin-search .search-filters .segmented-control, #search-filters .search-filters .segmented-control, #event-filters .search-filters .segmented-control {
  float: left;
}

/* line 3347, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .segmented-control .segment, #admin-search .search-filters .segmented-control .segment, #search-filters .search-filters .segmented-control .segment, #event-filters .search-filters .segmented-control .segment {
  max-width: none;
  width: 50%;
}

/* line 3353, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .switch-container, #admin-search .search-filters .switch-container, #search-filters .search-filters .switch-container, #event-filters .search-filters .switch-container {
  margin-bottom: 0;
}

/* line 3357, app/assets/stylesheets/application.css.scss */
#general-search .search-filters input[type="text"], #admin-search .search-filters input[type="text"], #search-filters .search-filters input[type="text"], #event-filters .search-filters input[type="text"] {
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 3360, app/assets/stylesheets/application.css.scss */
#general-search .search-filters input[type="text"]:hover, #admin-search .search-filters input[type="text"]:hover, #search-filters .search-filters input[type="text"]:hover, #event-filters .search-filters input[type="text"]:hover {
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.3);
}

/* line 3363, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages, #admin-search .search-filters .ages, #search-filters .search-filters .ages, #event-filters .search-filters .ages {
  float: left;
}

/* line 3366, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages select#months, #admin-search .search-filters .ages select#months, #search-filters .search-filters .ages select#months, #event-filters .search-filters .ages select#months {
  cursor: pointer;
}

/* line 3370, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages .option, #admin-search .search-filters .ages .option, #search-filters .search-filters .ages .option, #event-filters .search-filters .ages .option {
  padding-right: 8px !important;
}

/* line 3374, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages .selectize-control, #admin-search .search-filters .ages .selectize-control, #search-filters .search-filters .ages .selectize-control, #event-filters .search-filters .ages .selectize-control {
  min-width: 150px;
  display: inline-block;
}

/* line 3379, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages .all_ages, #admin-search .search-filters .ages .all_ages, #search-filters .search-filters .ages .all_ages, #event-filters .search-filters .ages .all_ages {
  margin: 0 auto 0 10px;
  float: right;
  padding: 3px;
}

/* line 3384, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages .all_ages .switch-label, #admin-search .search-filters .ages .all_ages .switch-label, #search-filters .search-filters .ages .all_ages .switch-label, #event-filters .search-filters .ages .all_ages .switch-label {
  top: 8px;
  font-size: .9em;
  font-weight: 500;
}

/* line 3391, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages .age-section, #admin-search .search-filters .ages .age-section, #search-filters .search-filters .ages .age-section, #event-filters .search-filters .ages .age-section {
  padding-top: 2.5%;
  clear: both;
}

/* line 3395, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages .age-section h6, #admin-search .search-filters .ages .age-section h6, #search-filters .search-filters .ages .age-section h6, #event-filters .search-filters .ages .age-section h6 {
  margin: 0 0 7px 0;
}

/* line 3399, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages .age-button, #admin-search .search-filters .ages .age-button, #search-filters .search-filters .ages .age-button, #event-filters .search-filters .ages .age-button {
  float: left;
  margin: 0 5px 5px 0;
  width: 48px;
  height: 48px;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
  background-color: #fff;
  color: #444;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
  cursor: pointer;
}

/* line 3414, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages .age-button input[type="checkbox"], #admin-search .search-filters .ages .age-button input[type="checkbox"], #search-filters .search-filters .ages .age-button input[type="checkbox"], #event-filters .search-filters .ages .age-button input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

/* line 3419, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages .age-button label, #admin-search .search-filters .ages .age-button label, #search-filters .search-filters .ages .age-button label, #event-filters .search-filters .ages .age-button label {
  margin: 0;
}

/* line 3422, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages .age-button label span, #admin-search .search-filters .ages .age-button label span, #search-filters .search-filters .ages .age-button label span, #event-filters .search-filters .ages .age-button label span {
  text-transform: none;
  vertical-align: middle;
  text-align: center;
  width: 47px;
  line-height: 46px;
  display: block;
  cursor: pointer;
}

/* line 3432, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages .age-button label span:hover, #admin-search .search-filters .ages .age-button label span:hover, #search-filters .search-filters .ages .age-button label span:hover, #event-filters .search-filters .ages .age-button label span:hover {
  color: #EB0450;
}

/* line 3437, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages .age-button input:checked + span, #admin-search .search-filters .ages .age-button input:checked + span, #search-filters .search-filters .ages .age-button input:checked + span, #event-filters .search-filters .ages .age-button input:checked + span {
  background-color: #EB0450;
  color: #fff;
}

/* line 3443, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .ages .age-button:hover, #admin-search .search-filters .ages .age-button:hover, #search-filters .search-filters .ages .age-button:hover, #event-filters .search-filters .ages .age-button:hover {
  border-color: #EB0450;
  color: #EB0450;
}

/* line 3449, app/assets/stylesheets/application.css.scss */
#general-search .search-filters .filter.row, #admin-search .search-filters .filter.row, #search-filters .search-filters .filter.row, #event-filters .search-filters .filter.row {
  padding: 0;
}

/* line 3454, app/assets/stylesheets/application.css.scss */
#general-search .attributes, #admin-search .attributes, #search-filters .attributes, #event-filters .attributes {
  clear: both;
}

/* line 3457, app/assets/stylesheets/application.css.scss */
#general-search .attributes .filter-button, #admin-search .attributes .filter-button, #search-filters .attributes .filter-button, #event-filters .attributes .filter-button {
  float: left;
  text-align: center;
  font-size: .95em;
  vertical-align: middle;
  color: #444;
  overflow: auto;
  cursor: pointer;
  margin: 5px 5px 0 0;
}

/* line 3467, app/assets/stylesheets/application.css.scss */
#general-search .attributes .filter-button input[type="checkbox"], #admin-search .attributes .filter-button input[type="checkbox"], #search-filters .attributes .filter-button input[type="checkbox"], #event-filters .attributes .filter-button input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

/* line 3472, app/assets/stylesheets/application.css.scss */
#general-search .attributes .filter-button label, #admin-search .attributes .filter-button label, #search-filters .attributes .filter-button label, #event-filters .attributes .filter-button label {
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}

/* line 3478, app/assets/stylesheets/application.css.scss */
#general-search .attributes .filter-button span, #admin-search .attributes .filter-button span, #search-filters .attributes .filter-button span, #event-filters .attributes .filter-button span {
  letter-spacing: 0;
  font-weight: 600;
  font-size: .95em;
  vertical-align: middle;
  text-align: center;
  display: block;
  cursor: pointer;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 7px;
}

/* line 3490, app/assets/stylesheets/application.css.scss */
#general-search .attributes .filter-button span i, #admin-search .attributes .filter-button span i, #search-filters .attributes .filter-button span i, #event-filters .attributes .filter-button span i {
  font-size: 18px;
  color: #eee;
  vertical-align: top;
  line-height: 18px;
}

/* line 3499, app/assets/stylesheets/application.css.scss */
#general-search .attributes .filter-button span:hover i, #admin-search .attributes .filter-button span:hover i, #search-filters .attributes .filter-button span:hover i, #event-filters .attributes .filter-button span:hover i {
  color: #EB0450;
}

/* line 3504, app/assets/stylesheets/application.css.scss */
#general-search .attributes .filter-button input:checked + span, #admin-search .attributes .filter-button input:checked + span, #search-filters .attributes .filter-button input:checked + span, #event-filters .attributes .filter-button input:checked + span {
  background: #EB0450;
  color: #fff;
}

/* line 3507, app/assets/stylesheets/application.css.scss */
#general-search .attributes .filter-button input:checked + span i, #admin-search .attributes .filter-button input:checked + span i, #search-filters .attributes .filter-button input:checked + span i, #event-filters .attributes .filter-button input:checked + span i {
  color: inherit;
}

/* line 3511, app/assets/stylesheets/application.css.scss */
#general-search .attributes .filter-button input:checked + span:hover, #admin-search .attributes .filter-button input:checked + span:hover, #search-filters .attributes .filter-button input:checked + span:hover, #event-filters .attributes .filter-button input:checked + span:hover {
  box-shadow: inset 1px -1px 0px 0px rgba(255, 79, 120, 0.03);
  text-decoration: underline;
}

/* line 3517, app/assets/stylesheets/application.css.scss */
#general-search .attributes .filter-button:hover, #admin-search .attributes .filter-button:hover, #search-filters .attributes .filter-button:hover, #event-filters .attributes .filter-button:hover {
  border-color: #EB0450;
  color: #EB0450;
}

/* line 3523, app/assets/stylesheets/application.css.scss */
#general-search .switch-label, #admin-search .switch-label, #search-filters .switch-label, #event-filters .switch-label {
  margin-right: 20px;
  margin-bottom: 0;
  text-align: left;
  cursor: default;
}

/* line 3531, app/assets/stylesheets/application.css.scss */
#general-search .tag-section .tag, #admin-search .tag-section .tag, #search-filters .tag-section .tag, #event-filters .tag-section .tag {
  padding: 3px 0;
  width: 170px;
  float: left;
}

/* line 3538, app/assets/stylesheets/application.css.scss */
#general-search .btn-container, #admin-search .btn-container, #search-filters .btn-container, #event-filters .btn-container {
  margin: 0% auto;
  padding: 1% 0 0.5% 0;
}

/* line 3542, app/assets/stylesheets/application.css.scss */
#general-search .btn-container #clear-filters-btn, #admin-search .btn-container #clear-filters-btn, #search-filters .btn-container #clear-filters-btn, #event-filters .btn-container #clear-filters-btn {
  vertical-align: middle;
  cursor: pointer;
}

/* line 3550, app/assets/stylesheets/application.css.scss */
body.android #navigation {
  display: none;
}

/* line 3554, app/assets/stylesheets/application.css.scss */
body.android #wrap #main-push.fixed {
  height: 0;
}

/*** ORGANIZE THE MEDIA QUERIES ***/
@media screen and (min-width: 992px) {
  /* line 3563, app/assets/stylesheets/application.css.scss */
  .modal-dialog {
    width: 600px;
  }
  /* line 3566, app/assets/stylesheets/application.css.scss */
  .modal-dialog.wide {
    width: 90%;
    max-width: 992px;
    margin: 2.5% auto;
  }
  /* line 3571, app/assets/stylesheets/application.css.scss */
  .modal-dialog.ex-wide {
    width: 90%;
    max-width: 1200px;
    margin: 2.5% auto;
  }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  /* line 3581, app/assets/stylesheets/application.css.scss */
  body #more-filters-toggle {
    display: none;
  }
  /* line 3584, app/assets/stylesheets/application.css.scss */
  body .mobile-callout.container {
    width: 100%;
    padding: 0 130px 0 0;
  }
  /* line 3588, app/assets/stylesheets/application.css.scss */
  body .mobile-callout.container .callout-container {
    width: 100%;
    max-width: 100%;
    padding-right: 5%;
  }
  /* line 3592, app/assets/stylesheets/application.css.scss */
  body .mobile-callout.container .callout-container .galore.thumb {
    padding: 10px;
  }
  /* line 3595, app/assets/stylesheets/application.css.scss */
  body .mobile-callout.container .callout-container .description {
    padding-left: 70px;
  }
  /* line 3601, app/assets/stylesheets/application.css.scss */
  body h1, body h2, body h3, body h4, body h5, body h6 {
    line-height: 1.23em;
  }
  /* line 3605, app/assets/stylesheets/application.css.scss */
  body h7 {
    font-size: 12px;
  }
  /* line 3609, app/assets/stylesheets/application.css.scss */
  body input[type="checkbox"] {
    left: 0px;
    position: relative;
    top: 0px;
  }
  /* line 3615, app/assets/stylesheets/application.css.scss */
  body #alert {
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 2.5%;
    height: auto;
    left: 2%;
    top: 1%;
    width: 96%;
  }
  /* line 3626, app/assets/stylesheets/application.css.scss */
  body #notice {
    font-weight: 500;
    font-size: 1.4em;
    width: 90%;
    max-width: 90%;
    left: 5%;
    top: 20px;
    bottom: initial;
    height: auto;
  }
  /* line 3637, app/assets/stylesheets/application.css.scss */
  body .container {
    width: 95%;
    margin: 0 auto;
  }
  /* line 3643, app/assets/stylesheets/application.css.scss */
  body #wrap input.age-month-range[type="number"] {
    width: 45%;
  }
  /* line 3646, app/assets/stylesheets/application.css.scss */
  body #wrap .session-container {
    max-width: 600px;
  }
  /* line 3651, app/assets/stylesheets/application.css.scss */
  body nav#navigation {
    width: 100%;
    z-index: 11;
  }
  /* line 3655, app/assets/stylesheets/application.css.scss */
  body nav#navigation .mobile-menu {
    margin: 0 auto;
    float: none;
    right: 0;
    top: 0;
    width: 100%;
  }
  /* line 3662, app/assets/stylesheets/application.css.scss */
  body nav#navigation .mobile-menu #user-name, body nav#navigation .mobile-menu #admin-name, body nav#navigation .mobile-menu #credentials {
    display: none;
  }
  /* line 3666, app/assets/stylesheets/application.css.scss */
  body nav#navigation .mobile-menu .search.link {
    display: none;
  }
  /* line 3670, app/assets/stylesheets/application.css.scss */
  body nav#navigation .mobile-menu .link {
    vertical-align: middle;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 2em;
    font-weight: normal;
    text-align: left;
    padding: 5%;
  }
  /* line 3682, app/assets/stylesheets/application.css.scss */
  body nav#navigation .mobile-menu .link a {
    display: table;
    width: 100%;
    padding: 5%;
  }
  /* line 3689, app/assets/stylesheets/application.css.scss */
  body nav#navigation .mobile-menu .phone-number.link {
    display: none;
  }
  /* line 3695, app/assets/stylesheets/application.css.scss */
  body nav#navigation .mobile-menu .admin.link #admin-menu li {
    padding: 15% 0;
  }
  /* line 3702, app/assets/stylesheets/application.css.scss */
  body nav#navigation .mobile-menu #credentials.link #user-menu {
    top: 0;
  }
  /* line 3705, app/assets/stylesheets/application.css.scss */
  body nav#navigation .mobile-menu #credentials.link #user-menu .credential-item {
    border: 0;
    padding: 15%;
    height: auto;
    line-height: auto;
    display: block;
  }
  /* line 3717, app/assets/stylesheets/application.css.scss */
  body footer {
    bottom: 0 !important;
    height: auto;
    padding: 0 2.5%;
  }
  /* line 3723, app/assets/stylesheets/application.css.scss */
  body footer .container .footer-sections {
    font-size: .9em;
  }
  /* line 3726, app/assets/stylesheets/application.css.scss */
  body footer .container .footer-sections li {
    padding: 5% 0;
  }
  /* line 3730, app/assets/stylesheets/application.css.scss */
  body footer .container #company, body footer .container #contact {
    text-align: center;
    margin-bottom: 1rem;
  }
  /* line 3736, app/assets/stylesheets/application.css.scss */
  body footer #copy {
    display: none;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 3746, app/assets/stylesheets/application.css.scss */
  #wrap #main-push.fixed {
    height: 98px;
  }
  /* line 3752, app/assets/stylesheets/application.css.scss */
  .session-container .inner {
    display: inherit;
    width: 100%;
  }
  /* line 3760, app/assets/stylesheets/application.css.scss */
  .session-container .inner .logo-container .pink {
    line-height: 1em;
    padding-top: 10px;
  }
  /* line 3766, app/assets/stylesheets/application.css.scss */
  .session-container .inner .terms-agreement {
    position: relative;
    top: inherit;
    width: 100%;
  }
  /* line 3772, app/assets/stylesheets/application.css.scss */
  .session-container .inner .form-column.half:first-child {
    padding-right: 0;
  }
  /* line 3776, app/assets/stylesheets/application.css.scss */
  .session-container .inner .form-column.half:last-child {
    padding-top: 20px;
    padding-left: 0;
  }
  /* line 3784, app/assets/stylesheets/application.css.scss */
  #wrap.free-floating .session-container {
    display: inline-block;
    height: 96%;
    height: calc(100% - 85px);
    width: 96%;
    width: calc(100% - 30px);
    max-width: none;
    margin-bottom: 70px;
    overflow: auto;
    position: relative;
    top: 15px;
    left: 15px;
    right: 15px;
    transform: none;
  }
  /* line 3801, app/assets/stylesheets/application.css.scss */
  .form-column.half:first-child, .form-column.half:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 3806, app/assets/stylesheets/application.css.scss */
  nav#navigation {
    height: 98px;
    border: 0;
    background: #EB0450;
  }
  /* line 3813, app/assets/stylesheets/application.css.scss */
  nav#navigation #links #credentials.link #user-menu {
    top: 78px;
  }
  /* line 3817, app/assets/stylesheets/application.css.scss */
  nav#navigation #links .cart.link {
    width: 40%;
    float: none;
    margin: auto;
    text-align: center;
    color: #fff;
    line-height: 88px;
  }
  /* line 3825, app/assets/stylesheets/application.css.scss */
  nav#navigation #links .cart.link i.cart-icon {
    color: #fff;
    font-size: 2rem;
  }
  /* line 3829, app/assets/stylesheets/application.css.scss */
  nav#navigation #links .cart.link .cart-text {
    display: none;
  }
  /* line 3834, app/assets/stylesheets/application.css.scss */
  nav#navigation #open-in-app-btn {
    position: absolute;
    font-size: 36px;
    width: 15%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
  }
  /* line 3846, app/assets/stylesheets/application.css.scss */
  nav#navigation .search-field-container {
    width: 100%;
    float: none;
    top: 3px;
    box-shadow: none;
    border: 0;
  }
  /* line 3853, app/assets/stylesheets/application.css.scss */
  nav#navigation .search-field-container .search-container {
    width: 40%;
    left: 15%;
    height: 38px;
  }
  /* line 3858, app/assets/stylesheets/application.css.scss */
  nav#navigation .search-field-container .search-container #search-field {
    border-radius: 7px 0 0 0;
    height: 38px;
    line-height: 38px;
    padding-left: 28px;
    padding-right: 0;
    border-right: 1px solid #eee;
  }
  /* line 3867, app/assets/stylesheets/application.css.scss */
  nav#navigation .search-field-container #event-category-picker {
    left: 55%;
    width: 30%;
    background: #fff;
    border-radius: 0 7px 0 0;
    border: 0;
  }
  /* line 3874, app/assets/stylesheets/application.css.scss */
  nav#navigation .search-field-container .location-container {
    left: 15%;
    width: 70%;
    top: 38px;
    height: 38px;
  }
  /* line 3879, app/assets/stylesheets/application.css.scss */
  nav#navigation .search-field-container .location-container #location-search {
    border-top: 1px solid #eef1f4;
    border-radius: 0 0 7px 7px;
    height: 38px;
    line-height: 38px;
    border-left: 0;
    padding-left: 28px;
    padding-right: 30px;
  }
  /* line 3888, app/assets/stylesheets/application.css.scss */
  nav#navigation .search-field-container .location-container #current-location {
    right: 0px;
    line-height: 38px;
  }
  /* line 3893, app/assets/stylesheets/application.css.scss */
  nav#navigation .search-field-container #explicit-search {
    right: 10%;
  }
  /* line 3897, app/assets/stylesheets/application.css.scss */
  nav#navigation .search-field-container.connect {
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 44px;
    margin: auto;
  }
  /* line 3906, app/assets/stylesheets/application.css.scss */
  nav#navigation .search-field-container.connect .search-container #search-field {
    border-radius: 7px;
    border: 0;
    height: 44px;
    line-height: 44px;
  }
  /* line 3912, app/assets/stylesheets/application.css.scss */
  nav#navigation .search-field-container.connect .search-container #search-field-icon {
    top: 5px;
  }
  /* line 3917, app/assets/stylesheets/application.css.scss */
  nav#navigation #mobile-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 88px;
    line-height: 88px;
    width: 15%;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
  }
  /* line 3929, app/assets/stylesheets/application.css.scss */
  nav#navigation.provider {
    background: #EB0450;
  }
  /* line 3932, app/assets/stylesheets/application.css.scss */
  nav#navigation.light, nav#navigation.for-sales {
    height: 80px;
  }
  /* line 3937, app/assets/stylesheets/application.css.scss */
  body.android .mobile-callout.container, .body.ios .mobile-callout.container, body .mobile-callout.container {
    display: none !important;
    position: relative;
    top: 0;
    border: 0;
    height: 70px;
    line-height: 70px;
    padding: 0 130px 0 0;
    width: 100%;
    box-shadow: none;
    background: #EB0450;
    background: -moz-linear-gradient(67deg, #EB0450 0%, #ef4873 60%, #ffa739 100%);
    background-image: url("https://s3.amazonaws.com/galore-assets/outlines.png"), -webkit-linear-gradient(67deg, #EB0450 0%, #ef4873 60%, #ffa739 100%);
    background-image: url("https://s3.amazonaws.com/galore-assets/outlines.png"), linear-gradient(67deg, #EB0450 0%, #ef4873 60%, #ffa739 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EB0450', endColorstr='#ffa739',GradientType=1 );
  }
  /* line 3953, app/assets/stylesheets/application.css.scss */
  body.android .mobile-callout.container .callout-container, .body.ios .mobile-callout.container .callout-container, body .mobile-callout.container .callout-container {
    display: none;
  }
  /* line 3956, app/assets/stylesheets/application.css.scss */
  body.android .mobile-callout.container .footer-download, .body.ios .mobile-callout.container .footer-download, body .mobile-callout.container .footer-download {
    display: none;
  }
  /* line 3960, app/assets/stylesheets/application.css.scss */
  body.android .mobile-callout.container #mobile-container, .body.ios .mobile-callout.container #mobile-container, body .mobile-callout.container #mobile-container {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  /* line 3966, app/assets/stylesheets/application.css.scss */
  body.android .mobile-callout.container #mobile-container .open-cta, .body.ios .mobile-callout.container #mobile-container .open-cta, body .mobile-callout.container #mobile-container .open-cta {
    display: inline-block;
  }
  /* line 3969, app/assets/stylesheets/application.css.scss */
  body.android .mobile-callout.container #mobile-container .open-cta:hover, .body.ios .mobile-callout.container #mobile-container .open-cta:hover, body .mobile-callout.container #mobile-container .open-cta:hover {
    text-decoration: underline;
  }
  /* line 3973, app/assets/stylesheets/application.css.scss */
  body.android .mobile-callout.container #mobile-container #mobile-btn, .body.ios .mobile-callout.container #mobile-container #mobile-btn, body .mobile-callout.container #mobile-container #mobile-btn {
    padding: 0;
    line-height: 64px;
    height: 64px;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    display: inline-block;
  }
  /* line 3982, app/assets/stylesheets/application.css.scss */
  body.android .mobile-callout.container #mobile-container #mobile-btn i, .body.ios .mobile-callout.container #mobile-container #mobile-btn i, body .mobile-callout.container #mobile-container #mobile-btn i {
    font-size: 1.7em;
    color: #fff;
    margin: 0 7px;
    line-height: 60px;
    height: 100%;
  }
  /* line 3991, app/assets/stylesheets/application.css.scss */
  body.android .mobile-callout.container #mobile-container .mini-thumb-container, .body.ios .mobile-callout.container #mobile-container .mini-thumb-container, body .mobile-callout.container #mobile-container .mini-thumb-container {
    margin: 0 auto;
    float: right;
    max-height: 64px;
    padding-left: 1em;
  }
  /* line 3997, app/assets/stylesheets/application.css.scss */
  body.android .mobile-callout.container #mobile-container .mini-thumb-container img.galore.mini-thumb, .body.ios .mobile-callout.container #mobile-container .mini-thumb-container img.galore.mini-thumb, body .mobile-callout.container #mobile-container .mini-thumb-container img.galore.mini-thumb {
    width: 64px;
  }
  /* line 4001, app/assets/stylesheets/application.css.scss */
  body.android .mobile-callout.container #mobile-container #filter-toggle, body.android .mobile-callout.container #mobile-container #tab-toggle, .body.ios .mobile-callout.container #mobile-container #filter-toggle, .body.ios .mobile-callout.container #mobile-container #tab-toggle, body .mobile-callout.container #mobile-container #filter-toggle, body .mobile-callout.container #mobile-container #tab-toggle {
    font-size: 1.1em;
    font-weight: 600;
    padding: 0 1em;
    color: #fff;
  }
  /* line 4007, app/assets/stylesheets/application.css.scss */
  body.android .mobile-callout.container #mobile-container #mobile-menu-toggle, .body.ios .mobile-callout.container #mobile-container #mobile-menu-toggle, body .mobile-callout.container #mobile-container #mobile-menu-toggle {
    cursor: pointer;
    color: #fff;
  }
  /* line 4011, app/assets/stylesheets/application.css.scss */
  body.android .mobile-callout.container #mobile-container #mobile-menu-toggle i, .body.ios .mobile-callout.container #mobile-container #mobile-menu-toggle i, body .mobile-callout.container #mobile-container #mobile-menu-toggle i {
    font-size: 32px;
    margin-right: 3px;
  }
  /* line 4021, app/assets/stylesheets/application.css.scss */
  #wrap .activity-detail, #wrap .series-detail {
    margin-top: 5px;
  }
  /* line 4025, app/assets/stylesheets/application.css.scss */
  .simple-btn, .empty-btn {
    padding: 2%;
    display: inline-block;
    font-size: 1em;
  }
  /* line 4030, app/assets/stylesheets/application.css.scss */
  .simple-btn span, .empty-btn span {
    font-size: 1em;
  }
  /* line 4035, app/assets/stylesheets/application.css.scss */
  .custom-radio:checked ~ .radio-label:before, .custom-radio:hover:not(:checked) ~ .radio-label:before {
    content: '' !important;
  }
}

/* line 4040, app/assets/stylesheets/application.css.scss */
.hr-text {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: #aaa;
  font-size: 12px;
  margin: 8px 0px;
}

/* line 4048, app/assets/stylesheets/application.css.scss */
.hr-text::before,
.hr-text::after {
  content: "";
  flex-grow: 1;
  background: #eef1f4;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

/* line 4057, app/assets/stylesheets/application.css.scss */
.hr-text::before {
  margin: 0px 16px 0 0;
}

/* line 4060, app/assets/stylesheets/application.css.scss */
.hr-text::after {
  margin: 0px 0 0 16px;
}

/* line 4063, app/assets/stylesheets/application.css.scss */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.77s infinite;
  -moz-animation: blink 0.77s infinite;
  animation: blink 0.77s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 4085, app/assets/stylesheets/application.css.scss */
.centered-flex-container {
  display: flex;
  align-items: center;
}

/* line 4092, app/assets/stylesheets/application.css.scss */
.parsely-single-error .filled ~ .filled {
  display: none;
}

/* line 4096, app/assets/stylesheets/application.css.scss */
.link-btn {
  border: 0;
  background: transparent;
}

/* line 4102, app/assets/stylesheets/application.css.scss */
#customize-export .radio-group {
  width: 70px;
  float: left;
}

/* line 4106, app/assets/stylesheets/application.css.scss */
#customize-export .export-option {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0 0 5px 0;
}

/* line 4113, app/assets/stylesheets/application.css.scss */
#customize-export .export-option .transaction-types .transaction-type {
  font-size: 18px;
  line-height: 22px;
  width: 22px;
  height: auto;
  color: #aaa;
  cursor: default;
  float: left;
}

/* line 4122, app/assets/stylesheets/application.css.scss */
#customize-export .export-option .transaction-types .form-label.placeholder {
  line-height: 22px;
  height: 0;
  margin: 0;
}

/* line 4127, app/assets/stylesheets/application.css.scss */
#customize-export .export-option .transaction-types .custom-checkbox-label {
  top: -1px;
}

/* line 4134, app/assets/stylesheets/application.css.scss */
.login-headline {
  margin: 20px 0;
  line-height: initial;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 4134, app/assets/stylesheets/application.css.scss */
  .login-headline {
    font-size: 32px;
  }
}

/* line 4147, app/assets/stylesheets/application.css.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 4151, app/assets/stylesheets/application.css.scss */
.mt-2 {
  margin-top: 2px;
}

/* line 4155, app/assets/stylesheets/application.css.scss */
.mt-15 {
  margin-top: 15px;
}

/* line 4159, app/assets/stylesheets/application.css.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 4163, app/assets/stylesheets/application.css.scss */
.mr-5 {
  margin-right: 5px;
}

/* line 4167, app/assets/stylesheets/application.css.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 4171, app/assets/stylesheets/application.css.scss */
.mr-15 {
  margin-right: 15px;
}

/* line 4175, app/assets/stylesheets/application.css.scss */
.mr-20 {
  margin-right: 20px;
}

/* line 4179, app/assets/stylesheets/application.css.scss */
.mb-2 {
  margin-bottom: 2px;
}

/* line 4183, app/assets/stylesheets/application.css.scss */
.mb-5 {
  margin-bottom: 5px;
}

/* line 4187, app/assets/stylesheets/application.css.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 4191, app/assets/stylesheets/application.css.scss */
.mb-15 {
  margin-bottom: 15px;
}

/* line 4195, app/assets/stylesheets/application.css.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 4199, app/assets/stylesheets/application.css.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 4203, app/assets/stylesheets/application.css.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 4207, app/assets/stylesheets/application.css.scss */
.ml-20 {
  margin-left: 20px;
}

/* line 4211, app/assets/stylesheets/application.css.scss */
.ml-a {
  margin-left: auto;
}

/* line 4215, app/assets/stylesheets/application.css.scss */
.pt-10 {
  padding-top: 10px;
}

/* line 4219, app/assets/stylesheets/application.css.scss */
.pb-10 {
  padding-bottom: 10px;
}

/* line 4223, app/assets/stylesheets/application.css.scss */
.pt-20 {
  padding-top: 20px;
}

/* line 4227, app/assets/stylesheets/application.css.scss */
.pb-20 {
  padding-bottom: 20px;
}

/* line 4231, app/assets/stylesheets/application.css.scss */
.pt-15 {
  padding-top: 15px;
}

/* line 4235, app/assets/stylesheets/application.css.scss */
.pb-15 {
  padding-bottom: 15px;
}

/* line 4239, app/assets/stylesheets/application.css.scss */
.pl-10 {
  padding-left: 10px;
}

/* line 4243, app/assets/stylesheets/application.css.scss */
.or-line-container {
  padding: 20px 0;
}

/* line 4246, app/assets/stylesheets/application.css.scss */
.or-line-container .or-word-block {
  background-color: #fff;
  color: #B3BAC1;
  text-align: center;
  position: relative;
  left: calc(50% - 35px);
  width: 70px;
  margin-bottom: -9px;
}

/* line 4256, app/assets/stylesheets/application.css.scss */
.or-line-container hr {
  margin: 0;
  border-top: 1px solid #B3BAC1;
}

/* line 4262, app/assets/stylesheets/application.css.scss */
.login-subline {
  font-size: 18px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 4262, app/assets/stylesheets/application.css.scss */
  .login-subline {
    font-size: 16px;
  }
}

/* line 4274, app/assets/stylesheets/application.css.scss */
.ppl-btn {
  background-color: #EF5844;
  border: 1px solid #EF5844;
  color: #FFFFFF;
}

/* line 4279, app/assets/stylesheets/application.css.scss */
.ppl-btn:visited {
  color: #FFFFFF;
  border-color: #EF5844;
}

/* line 4283, app/assets/stylesheets/application.css.scss */
.ppl-btn:hover {
  color: #FFFFFF;
  background-color: #F38172;
  text-decoration: none;
  border: 1px solid #F38172;
}

/* line 4289, app/assets/stylesheets/application.css.scss */
.ppl-btn:active {
  color: #FFFFFF;
  background-color: #CF230C;
  border: 1px solid #CF230C;
}

/* line 4294, app/assets/stylesheets/application.css.scss */
.ppl-btn:focus {
  color: #FFFFFF;
  border: 1px solid #083093;
}

/* line 4298, app/assets/stylesheets/application.css.scss */
.ppl-btn:disabled, .ppl-btn.disabled {
  border: 1px solid #E6E8EA;
  background-color: #E6E8EA;
  color: #808B98;
}

/* line 4305, app/assets/stylesheets/application.css.scss */
.ppl-btn-outline {
  background-color: #FFFFFF;
  border: 1px solid #EF5844;
  color: #CF230C;
}

/* line 4310, app/assets/stylesheets/application.css.scss */
.ppl-btn-outline:visited {
  color: #CF230C;
}

/* line 4313, app/assets/stylesheets/application.css.scss */
.ppl-btn-outline:hover {
  background-color: #FCE9E7;
  color: #CF230C;
  text-decoration: none;
}

/* line 4318, app/assets/stylesheets/application.css.scss */
.ppl-btn-outline:active {
  background-color: #FBD4D0;
  color: #CF230C;
}

/* line 4322, app/assets/stylesheets/application.css.scss */
.ppl-btn-outline:focus {
  border: 1px solid #083093;
  color: #CF230C;
}

/* line 4326, app/assets/stylesheets/application.css.scss */
.ppl-btn-outline:disabled {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #808B98;
}

/* line 4333, app/assets/stylesheets/application.css.scss */
.buc-btn {
  padding: 12px 34px;
  border-radius: 26px;
}

/* line 4338, app/assets/stylesheets/application.css.scss */
.ppl-btn-blue {
  background-color: #213F5F;
  border: 1px solid #213F5F;
  color: #FFFFFF;
}

/* line 4343, app/assets/stylesheets/application.css.scss */
.ppl-btn-blue:visited {
  color: #FFFFFF;
}

/* line 4346, app/assets/stylesheets/application.css.scss */
.ppl-btn-blue:hover {
  color: #FFFFFF;
  background-color: #2E5884;
  text-decoration: none;
  border: 1px solid #2E5884;
}

/* line 4352, app/assets/stylesheets/application.css.scss */
.ppl-btn-blue:active {
  color: #FFFFFF;
  background-color: #172C42;
}

/* line 4356, app/assets/stylesheets/application.css.scss */
.ppl-btn-blue:focus {
  color: #FFFFFF;
  border: 1px solid #083093;
}

/* line 4360, app/assets/stylesheets/application.css.scss */
.ppl-btn-blue:disabled {
  border: 1px solid #E6E8EA;
  background-color: #E6E8EA;
  color: #808B98;
}

/* line 4367, app/assets/stylesheets/application.css.scss */
.ppl-btn-blue-outline {
  background-color: #FFFFFF;
  border: 1px solid #213F5F;
  color: #172C42;
}

/* line 4372, app/assets/stylesheets/application.css.scss */
.ppl-btn-blue-outline:visited {
  color: #172C42;
}

/* line 4375, app/assets/stylesheets/application.css.scss */
.ppl-btn-blue-outline:hover {
  background-color: #E7F0FB;
  color: #172C42;
  text-decoration: none;
}

/* line 4380, app/assets/stylesheets/application.css.scss */
.ppl-btn-blue-outline:active {
  background-color: #CEE0F3;
  color: #172C42;
}

/* line 4384, app/assets/stylesheets/application.css.scss */
.ppl-btn-blue-outline:focus {
  border: 1px solid #083093;
  color: #172C42;
}

/* line 4388, app/assets/stylesheets/application.css.scss */
.ppl-btn-blue-outline:disabled {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #808B98;
}

/* line 4395, app/assets/stylesheets/application.css.scss */
.rounded {
  border-radius: 100px;
}

/* line 4399, app/assets/stylesheets/application.css.scss */
.flex {
  display: flex;
}

/* line 4403, app/assets/stylesheets/application.css.scss */
.flex-1 {
  flex: 1;
}

/* line 4407, app/assets/stylesheets/application.css.scss */
.align-items-start {
  align-items: flex-start;
}

/* line 4411, app/assets/stylesheets/application.css.scss */
.align-items-center {
  align-items: center;
}

/* line 4415, app/assets/stylesheets/application.css.scss */
.justify-content-center {
  justify-content: center;
}

/* line 4419, app/assets/stylesheets/application.css.scss */
.justify-content-between {
  justify-content: space-between;
}

/* line 4423, app/assets/stylesheets/application.css.scss */
.justify-content-end {
  justify-content: end;
}
</pre></body></html>