/*loading screen*/

svg {
  display: block;
  width: 258px;
  height: 258px;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
}

.tree {
  fill: #004990;
}

.circle-mask {
  transform-origin: 50% 50%;
  animation: scale 3s infinite ease-out;
}

@keyframes scale {
  0%,
  100% {
    transform: scale(0);
  }
  7%,
  90% {
    transform: scale(0.4);
  }
  50% {
    transform: scale(1);
  }
}

/*loading screen*/

/*main screen*/
body {
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica Neue, sans-serif;
}



.span12,
.content {
  margin-bottom: 0px;
}



.page-header.clearfix a {
  background-color: #4982bd;
}

/*navbar start*/
#nav .navbar-fixed-top {
  background-color: white;
  border-bottom: 10px solid #084a8e;
  opacity: 1;
}

.navbar .btn,
.navbar .btn-group {
  color: white;
}
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a.btn {
  color: white;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: black;
}

#navbarCartControl > .dropdown-toggle {
  color: black;
}

.navbar .nav > li > a {
  color: #084a8e;
  font-weight: 500;
}

.navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  opacity: 1;
  background-color: white;
}

.footer-copyright p,
.footer-terms a {
  color: #084a8e;
}

.existing-member .btn,
.upcoming-reservation .btn {
  background-color: #084a8e;
}

.nav.navbar-fixed-top.navbar-outter.navbar-login-option.disabled .existing-member .btn:hover,
.upcoming-reservation .btn:hover {
  background: #027498;
}

/*navbar end*/

/*middle part start*/

p.intro {
  background-color: transparent;
  /*opacity: 1;*/
  word-spacing: 0;
  resize: none;
  letter-spacing: normal;
}
#header > div.row > div.span4.message.split-screen > p {
  font-weight: 700;
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(-45deg, rgb(8 74 142 / 25%) 0%, rgb(8 74 142 / 40%) 25%, rgb(8 74 142 / 60%) 51%, rgb(8 74 142 / 81%) 100%);
  /* animation: AnimateBG 10s ease infinite; */
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#header > div.row > div.span4.message.split-screen > p {
  border-bottom: 4px solid;
  padding: 20px;
  margin-top: 40px;
}

#serviceList .nav-list > li > a {
  color: white;
  background: #084a8e;
  font-weight: 600;
  font-size: 12px !important;
}

#serviceList ul {
  padding: 0px 0px !important;
}

.existing-btn:hover {
  color: #fff;
  background-color: #027498;
}

/*middle part end*/

/*logout button in cust profile*/
.btn.btn-danger {
  background-color: #b24845;
}
/*logout button in cust profile*/

/*PMS*/

/*venue select screen*/
.breadcrumb {
  background-color: #084a8e;
}

.breadcrumb li {
  color: white;
}

.breadcrumb a {
  color: white;
}
.accordion-heading .accordion-toggle {
  background-color: #084a8e;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  border: none;
  outline-color: #f4d03f;
  outline-width: medium;
}

#content > p {
  color: black;
}


.accordion-heading .accordion-toggle {
  color: #fff;
  outline-color: white;
}

.accordion-group {
  border: 1px solid white;
}

.accordion-inner {
  background-color: white;
  color: black;
}

.accordion-body > .accordion-inner p,
.spaServiceType p {
  color: #00000087;
  font-size: 14px;
  font-weight: 600;
}

.vue-classes-app-container .accordion-body > .accordion-inner p {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.vue-classes-app-container .mobile-classes .accordion-body > .accordion-inner p{
   font-size: 14px !important;
   /* font-weight: 500 !important; */
}

.btn.btn-primary {
  background-color: #084a8e;
  color: white;
}

/*venue select screen*/

/*calendar*/

h2 {
  font-weight: bold;
}

.content-pmsDatesForm h2 small {
  padding-top: 10px;
}

.ui-widget-content .ui-datepicker-header {
  background-color: #2d659f;
  color: white;
}

.ui-widget-content td > .ui-state-default:hover {
  background-color: #7896bd !important;
}

.ui-widget-content td > .ui-state-active,
.datepicker-legend .ui-state-active,
.ui-widget-content td > .ui-state-active.min-los {
  background-color: #2d659f !important;
}

.ui-widget-content td > .ui-state-selected,
.datepicker-legend .ui-state-selected,
.ui-widget-content td > .min-los.ui-state-selected {
  background-color: #7896bd;
}

.ui-widget-content td > .ui-state-low,
.datepicker-legend .ui-state-low {
  background-color: #cfc974;
}

.control-label,
.controls {
  color: black;
}

.visible-link {
  color: black;
  font-weight: bold;
}

#pmsDatesForm #pmsFormSubmit {
  background-color: #084a8e;
  color: white;
}

/*calendar*/

/*confirm res, booking summary*/

.content-pmsBookConfirm .control-label p {
  font-weight: bold;
}

.alert-success {
  background-color: #084a8e;
}

.summaryV2 .greyText {
  color: black;
}

h2#deposit {
  line-height: 1.5;
  color: black;
}

.summaryV2 .addMore h4 {
  color: #084a8e;
}

.btn {
  color: white;
  background: #084a8e;
}

#cartClear b {
  color: #084a8e;
}

.btn.disabled,
.btn[disabled] {
  /* background-color: #084a8e !important; */
  opacity: 0.3;
}

/*confirm res, booking summary*/

/*SPA*/

/*header line*/
.yellowHeader {
  background: #084a8e !important;
  color: white !important;
}

.fc-toolbar {
  background: #084a8e !important;
}

a {
  color: black;
}

.yellowHeader.breakcrumbs a {
  color: white;
}

/*header line*/

/*select services*/

h2 small {
  display: none;
}

@media screen and (max-width: 768px) and (min-width: 100px) {
  /* #categoryTabs li a {
        padding: 5px !important;
        margin-top: 14px;
    } */
  .navbar .btn-navbar .icon-bar {
    background-color: #084a8e !important;
  }
  .nav-collapse .nav li .dropdown-menu li a {
    border: 1px solid #084a8e;
    margin-top: 1px;
  }

  #eventcalendar .fc-toolbar .fc-center {
    margin-top: 10px;
  }
  .nav-collapse .nav li .dropdown-menu li a[href='#/summary'] {
    margin-left: -13px;
    width: calc(100% - -5px);
  }
  .serviceType.spaBooking,
  .serviceType.ski,
  #navbarServiceTypeList .dropdown-menu li:last-child {
    width: 100% !important;
    z-index: 999999 !important;
  }
  #nav .navbar-fixed-top {
    height: 100px;
    border-bottom: 0px !important;
  }
  .login-text,
  .reservation-text {
    margin-top: -1px;
  }
  .tg-list-item {
    padding: 2px !important;
  }
  .tgl + .tgl-btn {
    width: 6em !important;
  }
  .tgl-light + .tgl-btn {
    margin-top: 7px !important;
  }
  .controls.input-append.folioBtn.span12 {
    width: 100% !important;
  }
  .folioIdBtn {
    padding: 10px;
  }
  .folioLogin {
    width: 100% !important;
  }
}
.packageSelectionContainerMobile .serviceSelectionHeader {
  background: #084a8e;
  color: white;
}

.content-spaPackageTpl #app .stepper #stepper-categories .componentItem.active {
  background-color: #084a8e;
  color: white;
  border-color: #084a8e;
}

.content-spaPackageTpl #app .stepper .serviceItem.active {
  background-color: #084a8e;
}

.content-spaPackageTpl #app .stepper .service-for .service-for-button {
  background-color: #084a8e;
  border: 1px solid #084a8e;
  color: white;
}

#vue-cart .component-popup .customBlueButton {
  background: #084a8e;
  color: white;
}

.content-spaPackageTpl .componentHeader .header strong,
.content-spaPackageTpl .componentHeader .sidebar_switch {
  display: none;
}

/*select services*/

/*class-book*/

.accordion-section-title.active {
  background-color: #084a8e;
}

.spaEventButton,
.AddToWaitList {
  background: #ff5700 !important;
  color: white !important;
}
/*class-book*/

/*calendar*/
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover {
  border: 1.5px solid #084a8e !important;
}
.side-cart-button .user-info-reserve-button,
.side-cart-button .user-info-cancel-button {
  border: 1px solid #084a8e;
}

.time_picker_selected_date {
  background-color: #042a51 !important;
}

/*calendar*/

/*review*/
.content-spaPackageTpl .btn {
  background-color: #084a8e;
  color: white;
}

.package-review-screen-review-btn-span-1 {
  color: white;
}

.mainContent #content.spaClassConfirmTpl #pmsFormSubmit {
  background: #ff5700;
  border: navajowhite;
}
/*review*/

/*SPA*/

/*SKI*/

.skiLiftTicketListTpl .nav-tabs > p {
  font-weight: 600;
  font-size: 1em;
  color: black;
  background-color: #6e6a6a8a;
}

.tabs-left-desktop > .nav-tabs > li > a {
  color: black;
  background-color: #f6f7f9;
}

/*SKI*/

/*LE BUGS*/
a[href='#/roomsBooking'] {
  display: none;
}

a[href='#/golfBooking'] {
  display: none;
}

a[href='#/giftCertificates'] {
  display: none;
}

/*LE BUGS*/

/* HIDE NEWSLETTER*/
.newsletter {
  display: none;
}

/*#skiItem991800080 .wptNumber {
	display: none;
}*/

#skiItem991800090 .wptNumber {
  display: none;
}

#skiItem991596160 .wptNumber {
  display: none;
}

#skiItem991800090 .wptNumber {
  display: none;
}

.Adult-Tickets {
  display: none;
}

.BB-Adult-Tickets {
  display: none;
}

.BB-Youth-Tickets {
  display: none;
}

.Youth-Tickets {
  display: none;
}

.Senior-Tickets {
  display: none;
}

.Tickets.categoryLabel {
  display: none;
}

/* begin hiding spec local products*/

/* this will hide the programs section and the mw accordian group */
/*.Programs{
/*  display: none;
/*}
/*.Multi-Week-Lesson-Programs{
/*  display: none;
/*}
/*.Multi-Week-Lesson---Add-Ons{
/*  display: none;
/*}




/* Hide special Mitey mites, mini mites, freerider product inside the accordian group */
#skiItemAccGrp991900250,
#skiItemAccGrp991900256,
#skiItemAccGrp991900260,
#skiItemAccGrp991900262,
#skiItemAccGrp991900263,
#skiItemAccGrp991900265,
#skiItemAccGrp991900266,
#skiItemAccGrp991900268,
#skiItemAccGrp991900270,
#skiItemAccGrp991900277,
#skiItemAccGrp991900271,
#skiItemAccGrp991900278,
#skiItemAccGrp991900292,
#skiItemAccGrp991900293,
#skiItemAccGrp991900294,
#skiItemAccGrp991900297,
#skiItemAccGrp991900299,
#skiItemAccGrp991900307,
#skiItemAccGrp991900308,
#skiItemAccGrp991900321,
#skiItemAccGrp991900322,
#skiItemAccGrp991900333,
#skiItemAccGrp991900334,
#skiItemAccGrp991900335,
#skiItemAccGrp991900336,
#skiItemAccGrp991900337,
#skiItemAccGrp991900381,
#skiItemAccGrp991900382,
#skiItemAccGrp991900383,
#skiItemAccGrp991900384,
#skiItemAccGrp991900385,
#skiItemAccGrp991900386 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#skiItemAccGrp991400000 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Hide corporate items */
#skiItemAccGrp991801110,
#skiItemAccGrp991800119,
#skiItemAccGrp991801190,
#skiItemAccGrp991801210,
#skiItemAccGrp991801270,
#skiItemAccGrp991801192,
#skiItemAccGrp991801211,
#skiItemAccGrp991801212,
#skiItemAccGrp991800082,
#skiItemAccGrp991800115,
#skiItemAccGrp991801130,
#skiItemAccGrp991801170,
#skiItemAccGrp991801230,
#skiItemAccGrp991801231,
#skiItemAccGrp991801150 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Hide uvm */
#skiItemAccGrp991800086 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Hide Full Owner Items */
#skiItemAccGrp991800198,
#skiItemAccGrp991800197 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Hide Share Owner Items */
#skiItemAccGrp991800205,
#skiItemAccGrp991800200 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* end*/

#navbarServiceTypeList .dropdown-menu li {
  width: 100%;
}

.bookingHistory .well.well-small.span9.offset1 [data-webfolioid] {
  border-bottom: 5px solid #084a8e;
}

.DurationDays {
  display: none;
}

.itemFor {
  margin-top: 10px !important;
}
.userSkiSize,
.userSnowboardSize,
.userDinNumber,
.userCustomerType {
  display: none;
}
#userProfileForm {
  background: #f3f3f3e8;
}
#userProfileForm .newsletter-parent {
  display: none;
}
.spaLocationList .span2 .btn.btn-primary {
  width: 100%;
}
.content-spaPackageTpl #app .stepper #stepper-categories .componentItem:hover,
.content-spaPackageTpl #app .stepper #stepper-services .serviceItem:hover {
  border-color: #084a8e;
}
#navbarServiceTypeList .dropdown-menu .divider {
  display: none;
}
.existing-btn:hover,
.fc-event.future,
.c_view_service_link .crossTypeLink {
  background-color: #084a8e !important;
}
#userChangeCancel {
  margin-left: 0px;
}
#userResetPasswordForm .well.span6 p strong {
  display: none;
}
#userResetPasswordForm .well.span6 .control-group,
#userResetCancel,
#userChangePasswordForm .control-group {
  margin-left: 0px;
}
#userChangePasswordForm .well.span6 p {
  font-size: 15px !important;
  margin-bottom: 11px !important;
}

.tg-list,
.tg-list-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tg-list {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: -21px;
}

.tg-list-item {
  margin-top: 20px;
  display: flex !important;
  border-bottom: 1px solid black;
  border: 1px solid black;
  padding: 10px;
}

.login-text {
    position: relative;
    margin-top: 4px;
    margin-right: 10px;
    bottom: 0px;
    font-size: 13px;
    font-weight: 600;
}
.reservation-text {
  position: relative;
  margin-top: 4px;
  margin-left: 10px;
  font-weight: bold;
}
.tgl {
  display: none;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: '';
  width: 46%;
  height: 99%;
  margin-left: 1px;
}
.login-options .upcoming-btn {
  display: none !important;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.reset-password-quick {
  text-decoration: underline;
  display: none;
  font-style: italic;
}

.userEmail1 .arrow-right .reset-password-quick {
  display: block;
  text-align: right;
  width: 80%;
}
.forgot .btn {
  color: black;
}
.tgl-light + .tgl-btn {
  background: #084a8e;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #084a8e;
}
.popover.fade.top.in.hide {
  display: none !important;
}
#userCreateUserForm.span8 {
  padding: 11px;
  padding-left: 0px;
}
.arrow-right input#userEmail1 {
  height: 43px;
  margin-top: 9px;
}
.arrow-right .form-float.control-group .control-label.has-append {
  top: 10px;
}
.form-float.control-group .control-label.has-append {
  margin-left: 5px;
}
.row-fluid.passwords {
  margin-top: 12px;
}
/*.userLoginForm p strong{
    display: none;
}*/
.userLoginForm > p:first-child {
  display: none;
}
.row-fluid.emails {
  margin-top: 11px;
}
.popover.top .arrow {
  bottom: 9px;
}
.popover-content {
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #ddd;
  background: white important;
}
.LoaderBalls {
  width: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin: 0 auto;
}
.LoaderBalls__item {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #084974;
}
.LoaderBalls__item:nth-child(1) {
  animation: bouncing 0.4s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95);
}
.LoaderBalls__item:nth-child(2) {
  animation: bouncing 0.4s 0.1s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
}
.LoaderBalls__item:nth-child(3) {
  animation: bouncing 0.4s 0.2s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
}
@keyframes bouncing {
  0% {
    transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
  }
  100% {
    transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
  }
}
.content-spaClassCalendarTpl #progressIndicator.modal {
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: hidden;
}
.content-spaClassCalendarTpl #progressIndicator {
  margin-top: 20px;
}
.loading-text-eventscalendar {
  position: absolute;
  margin-top: 59px;
  font-size: 17px;
  margin-left: -101px;
  color: #ac1f2d;
}
.summaryV2 .right {
  padding-right: 44px;
}
.skiRentalProfile #userProfileForm .well:nth-child(2),
.skiRentalProfile #userProfileForm .well:nth-child(3),
.skiRentalProfile #userProfileForm .well:nth-child(4),
.skiRentalProfile #userProfileForm .newsletter-parent {
  display: none;
}
.skiRentalProfile #userProfileForm .well:nth-child(1) .userEmail1,
.skiRentalProfile #userProfileForm .well:nth-child(1) .userGender,
.skiRentalProfile #userProfileForm .well:nth-child(1) .userSalutation,
.skiRentalProfile #userProfileForm .well:nth-child(1) .userFirstName,
.skiRentalProfile #userProfileForm .well:nth-child(1) .userLastName {
  display: none;
}
.skiRentalProfile #userProfileForm .well:nth-child(1) {
  height: 128px;
  flex-grow: 1;
  width: 100%;
}
.skiRentalProfile #userProfileForm .well:nth-child(5) {
  width: 100% !important;
}
.skiRentalProfile #userProfileForm label[for='userDOB'] {
  width: 200px !important;
}
.userSkiBootSize label,
label[for='userSkiBootSize'] {
  width: auto !important;
}
#userProfileForm label.control-label {
  font-weight: 700;
}
.userCreateUserFormLoggedIn #userCreateUserForm .newsletter-parent {
  display: none;
}
.content-skiLiftTicketListTpl .packageItems .itemName li {
  border: none;
  padding-bottom: 0px !important;
}
.navbar .existing-member,
.navbar .upcoming-reservation {
  display: none !important;
}
#golfTeeInfoSubmit {
  display: none;
}
.golfTeeInfo .span7.offset1.alert.alert-no-autoclose .btn {
  position: relative;
  left: 4px;
  background-color: #e8e8e8;
  color: black;
}
.login-options {
  padding: 0px;
  background: transparent;
  margin: 0px;
  /* margin-top: -40px; */
  border: 0px;
  width: -webkit-fill-available;
}
@media (min-width: 979px) {
  .intro {
    margin-top: 45px;
  }

  #header .span4.message.split-screen {
    /* width: 65%; */
    margin-left: 0px;
  }
  #serviceList .nav-list > li > a {
    width: 100%;
  }

  #serviceList .nav-list li {
    width: 270px;
    margin: 15px;
  }

  #golfResults .span7.alert {
    float: right;
    margin-top: -120px;
  }
  .teesheet .btn-group.book a:hover {
    color: #333;
  }
  form#golfTeeInfo p {
    padding: 0px !important;
  }
  .teetimeContainer .btn-group.book {
    margin-left: 350px;
  }
  .teetimeContainer .slots.badge {
    margin-left: 335px;
  }
  #navbarServiceTypeList .dropdown-menu {
    min-width: 265px;
  }
  #serviceList ul {
    background-color: rgba(255, 255, 255, 0.75);
  }
}

@media screen and (min-width: 325px) and (max-width: 979px) {
  #golfResults .span7.alert {
    margin-top: -5px;
    margin-bottom: 0px;
  }
  .intro {
    margin-top: 125px;
  }
  form#golfTeeInfo p {
    padding: 0px !important;
  }
  #golfResults .alert {
    padding: 10px;
  }
  #content .row {
    margin-bottom: 0px;
  }
  #ui-datepicker-div {
    top: 185px;
    width: 29em;
    left: -5px;
  }

  .teetimeContainer .slots.badge {
    margin-left: 140px;
  }
  .teetimeContainer .btn-group.book {
    margin-left: 150px;
  }
}

@media (min-width: 979px) {
  .custom-categories {
    display: none;
  }
}

@media (max-width: 979px) {
  #navbarLoginControl > a.hide-small-screens {
    display: none !important;
  }
  #spaServiceForm {
    max-width: 100% !important;
  }
  #categoryTabs > li,
  #categoryTabs > p {
    display: none;
  }
  .custom-categories .tab-content {
    display: flex;
    align-items: center;
    max-width: 100%;
    justify-content: space-between;
  }
  #tab1 a,
  #tab2 a,
  #tab3 a {
    white-space: nowrap;
    margin: 2px;
    padding: 10px;
    border-radius: 50px;
    background: #f5f5f5;
    line-height: 40px;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  #tab1::-webkit-scrollbar,
  #tab2::-webkit-scrollbar,
  #tab3::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  #tab1.active,
  #tab2.active,
  #tab3.active {
    display: flex !important;
    justify-content: flex-start;
    margin: 10px;
    overflow: scroll !important;
  }
  .custom-categories .nav-tabs > li > a {
    padding: 11px 16px;
    line-height: 18px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  #categoryTabs > div > ul {
    margin-bottom: 5px;
  }
  #main .container .mainContent .row #content {
    margin: 0px;
    padding: 10px;
    margin-bottom: 240px;
  }
  #footer .navbar .navbar-text {
    line-height: 20px;
    font-weight: 100;
  }
  #footer > div > div > div {
    display: flex;
    align-items: center;
  }
  #footer .navbar-inner {
    min-height: 20px;
  }
  .cat-active a {
    background: #084a8e !important;
    color: #fff;
    text-decoration: none;
  }

  .accordion-heading .accordion-toggle {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
  }

  /* red span after earliest date, not sure what this is*/
  .label.label-red {
    display: none;
  }
  .wptNumber {
    margin-left: 0px;
  }

  .skiLiftTicketListTpl .skiServiceButton.btn.btn-primary {
    margin-left: 20px;
    width: 150px;
  }
  .content-skiLiftTicketListTpl #ui-datepicker-div {
    width: 70% !important;
    flex-direction: column;
  }
  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100%;
  }
  .content-skiLiftTicketListTpl #breadcrumbs {
    font-size: 17px;
    font-weight: 600;
  }

  #right-chev > i,
  #left-chev > i {
    padding: 10px;
    cursor: pointer;
  }

  dd.wptNumber input {
    max-height: 17px;
    min-width: 209px;
  }
}

@media (max-width: 767px) {
  .skiItem .ski-Date-picker {
    display: flex !important;
    align-items: center;
  }
  .skiRecipients_parent {
    margin-left: 0px !important;
    display: flex;
    flex-direction: column;
  }
  .skiItem .ski-Date-picker .datepicker {
    min-width: 192px;
  }
}
@media (max-width: 345px) {
  .skiItemToggle {
    /* width: 100%; */
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .skiItemToggle .pull-left-ie7 {
    min-width: 200px;
  }
}

#categoryTabs > p:nth-child(2) {
  margin-top: 2px;
}

.uncancellable a {
  pointer-events: none;
  visibility: hidden;
}

#serviceList .nav-list li a,
#header > div.row > div.login-options > a.btn.existing-btn {
  background: #084a8e;
  /* border: 0 !important; */
  color: #fff !important;
  border-radius: 0px;
  width: 250px !important;
  /* position: relative; */
  top: 40%;
  /* height: 100% !important; */
  vertical-align: middle !important;
  line-height: 60px;
  padding: 4px;
  margin: auto !important;
  /* height: 83px; */
  transition: all 0.1s;
}

#serviceList .nav-list li a:hover,
#header > div.row > div.login-options > a.btn.existing-btn:hover {
  /* font-size: 22px; */
  color: #fff !important;
  text-shadow: none;
  border-color: transparent !important;
  background: #022b56 !important;
  transition: all 0.3s;
  scale: 1.01;
}
#serviceList ul {
  background-color: transparent;
  /* padding: 0px; */
  display: flex;
  align-items: center;
  /* flex-direction: row; */
  width: 100%;
  /* min-height: 101px; */
  /* margin: auto; */
  padding: 70px 0px;
  /* overflow: hidden; */
  flex-wrap: wrap;
  justify-content: center;
}

#serviceList .nav-list li {
  background: transparent !important;
  /* letter-spacing: 2px; */
  /* margin-right: 30px; */
  margin-left: 0px;
  min-width: 260px;
  margin-top: 20px;
}

@media (min-width: 978px) {
  #header .span4.message {
    /* margin-top: 300px !important;
    margin-left: 0; */
    margin-left: 0px;
  }
  .row .message {
    width: 100% !important;
  }
}

#header > div.row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header > div.row > div.login-options > a.btn.existing-btn {
  padding: 0px;
  line-height: 55px;
  height: 55px;
  min-width: 210px;
  margin: auto;
}

#header > div.row > div.span4.message.split-screen > p > span.sitename {
  display: none;
}
#content > div > div.left > div.body > div.item > div > div.mainContent.border-left.paddingLeft > div.accordion-heading.verticalMargin > a.summary-package-includes {
  color: #000;
  padding: 5px;
  font-size: 12px;
  background: transparent !important;
}

@media (max-width: 769px) {
  .summary-package-items-container {
    border-top: unset;
    background: #fff !important;
    padding: 10px;
    padding-bottom: 0px;
  }
  .time-details {
    margin-top: 10px;
  }
}



.content-classes [type='radio'].season + label:before,
.content-classes [type='radio'].season + label:after {
  display: none;
}

.form-check [type='radio'].season + label {
  padding: 0px;
  margin: 2px;
  min-width: 48px;
  border-radius: 40px;
  box-shadow: rgb(0 0 0 / 30%) 0px 0px 5px, rgb(0 0 0 / 22%) 0px 7px 9px;
  opacity: 0.2;
}
.form-check [type='radio'].season:checked + label {
  opacity: 1;
  /* outline: 1px solid #004890; */
}
.form-check {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0px;
  padding-bottom: 0px;
  align-items: center;
}
.class-tabs {
  display: flex;
}

#myTab {
  display: flex;
  flex-direction: column;
  border-bottom: 0px solid #ddd;
}
.vue-classes-app-container .nav-tabs > li > a {
  border-radius: 0px;
  font-weight: 600;
  color: #000;
  border: 0px;
  background: whitesmoke;
  margin-bottom: 10px;
  padding: 15px;
  transition: all 0.3s;
  box-shadow: rgb(33 35 38 / 10%) 0px 10px 10px -14px;
  /* box-shadow: rgb(0 0 0 / 20%) 0px 4px 2px; */
  /* box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; */
}

.vue-classes-app-container .nav-tabs > li > a:hover {
  /* border-radius: 0px; */
  /* border: 0px; */
  color: #fff;
  background: #084a8e;
  /* margin-bottom: 10px; */
}
#subcategories h5 > button {
  margin: 0px 0px;
  margin-top: 0px !important;
  width: 100%;
  text-align: left;
  max-width: unset;
}

#subcategories h5 {
  margin-top: 0px;
}
.date-picker-div {
  max-width: 250px;
}

#myTabContent {
  width: 100%;
  padding: 0px 5px;
  /* background: whitesmoke; */
}

.disabled {
  /* border-color: #f5f5f5 !important; */
  pointer-events: none;
  /* background-color: #f5f5f5 !important; */
}

.nested-enter-active .inner,
.nested-leave-active .inner {
  transition: all 0.3s ease-in-out;
}

.nested-enter-from .inner,
.nested-leave-to .inner {
  transform: translateX(30px);
  opacity: 0;
}

.nested-enter-active .inner {
  transition-delay: 0.25s;
}

.selection-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* flex: 1 1 0px; */
}

.selection-content > div {
  /* flex: 1 1 0px; */
  /* width: 0; */
  min-width: 300px;
  /* max-height: 150px; */
  flex-basis: 100%;
  /* text-align: center; */
}
.login-continue{
  max-height: 150px;
}

.availabilites {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 3px;
  min-height: 270px;
  padding: 10px;
  padding-top: 0px;
  /* background: #f5f5f5; */
  margin-left: 0px;
  margin-bottom: 50px;
  align-items: center;
}

.item-desc {
  border-radius: 3px;
  background: #f5f5f5;
  padding: 10px 0px;
  /* padding-left: 0px; */
  /* padding-top: 0px; */
  margin-bottom: 20px;
}


.outer {
  margin-top: 35px;
}

.content-classes .vdp-datepicker .vdp-datepicker__calendar {
  /* background: whitesmoke; */
  padding: 10px;
  padding-top: 15px;
  /* min-width: 295px; */
  border: 1px solid #000 !important;
}
.content-classes .vdp-datepicker .vdp-datepicker__calendar::before {
  content: 'Pick a date';
  /* text-align: center; */
  position: absolute;
  top: -18px;
  z-index: 4010;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  left: 107px;
  color: #000;
  padding: 8px;
}
.vdp-datepicker__calendar header span {
  /* background: #e8e8e8 !important; */
  z-index: 4010;
}

div.add-guest > div > label > select {
  width: 100%;
  font-size: 14px;
  outline: none;
  border-radius: 3px;
  /* background: whitesmoke; */
  /* border: 0px; */
}

*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
}

*::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 5px;
}

.vdp-datepicker__calendar .cell.selected,
.vdp-datepicker__calendar .cell.selected:hover {
  background: #084a8e !important;
  color: white;
}

div.outer > div > div.availabilites.inner > button {
  margin: 5px;
  background: #fff;
  color: #084a89;
  border: 2px solid #084a89;
  border-radius: 0px;
  min-width: 200px;
  outline: none;
}

div.availabilites.inner > button.btn.btn-primary.active {
  background: #084a89;
  color: #fff;
}

.guest-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: #f5f5f557; */
  padding: 3px 10px;
  margin: 5px 0px;
  color: #000;
  max-width: 295px;
  border: 1px solid #084a8e;
  border-radius: 3px;
  font-weight: 500;
}

div.purchased-for > div > div > button {
  background: none;
  outline: none;
  border: none;
  color: #084a8e;
  /* opacity: 0.5; */
}

div.purchased-for > div > div > button:hover {
  opacity: 1;
}
div.outer > button {
  float: right;
}

.vue-classes-app-container .accordion-heading .accordion-toggle {
  background-color: #004890;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  border: none;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  outline: none;
  padding: 9px;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.vue-classes-app-container .accordion-heading .accordion-toggle:hover {
  background-color: #084a8e;
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* border: 1px solid #004890 !important; */
}

#myTab > li.active a {
  background: #004890;
  color: #fff;
}

#myTab > li {
  min-width: 200px;
  margin-right: 6px;
}

.labels {
  display: flex;
  /* background: whitesmoke; */
  margin-bottom: 8px;
  border-radius: 3px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  flex-wrap: wrap;
}

div.labels > label {
  padding: 0px 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
  padding-top: 0px;
  display: flex;
  color: #000;
  flex-direction: column;
}

@media screen and (max-width: 768px) and (min-width: 100px) {
  .content-classes #main .accordion-inner {
    padding-left: 10px;
    border: 0px;
    overflow: scroll;
  }
  .content-classes .vdp-datepicker .vdp-datepicker__calendar::before {
  content: 'Pick a date';
  /* text-align: center; */
  position: absolute;
  top: -18px;
  z-index: 4010;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  left: 92px;
  color: #000;
  padding: 8px;
}
  .labels {
    display: flex;
    /* background: whitesmoke; */
    flex-direction: column;
  }
  .selection-content {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* flex: 1 1 0px; */
    /* min-height: 308px; */
    align-items: center;
  }
}

.login-continue {
  background: whitesmoke;
  margin-right: 35px;
}

.content-classes #main {
  max-width: 1450px;
  margin: auto;
  padding: 0px !important;
  /* overflow: scroll; */
  /* background: #fff; */
  /* padding-bottom: 0px !important; */
  /* padding-left: 20px !important; */
  margin-top: 150px;
}

.content-classes #main .vue-classes-app-container {
  padding: 15px;
  padding-top: 0px;
  padding-right: 0px;
  min-height: 400px;
  overflow: scroll;
}

.content-classes #main .accordion-inner {
  padding-left: 20px;
  border: 0px;
  overflow: auto;
}

.content-classes #breadcrumbs > li:nth-child(1) {
  margin-right: 10px;
}

.content-classes #breadcrumbs {
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /* max-width: 1449px; */
}
.content-classes .divider {
  color: #fff;
}

.content-classes .well.well-small.loginPrompt {
  border: 0px solid #a9a8a8;
  max-width: 350px;
  /* margin: 10px; */
  /* padding: 15px !important; */
  /* padding-bottom: 0px !important; */
  background: #f5f5f540;
  /* float: left; */
  margin-top: 7px;
  /* margin: 20px; */
  /* margin-left: 0px; */
  /* margin-top: 0px; */
}

.content-classes .well.well-small.loginPrompt > a {
  float: right;
  /* margin: 0px !important; */
  margin-top: 25px !important;
  padding-left: 32px;
  /* margin-bottom: auto; */
  margin-right: 0px;
  padding-right: 32px;
  background-color: #084a8e;
  color: white;
}

[for*='Fall'] {
  background: url(../img/icon-fall.png) no-repeat center center;
  text-decoration: none;
  min-height: 48px;
  background-size: 48px;
}
[for*='Summer'] {
  background: url(../img/icon-summer.png) no-repeat center center;
  text-decoration: none;
  min-height: 48px;
  background-size: 48px;
}
[for*='Winter'] {
  background: url(../img/icon-winter.png) no-repeat center center;
  text-decoration: none;
  min-height: 48px;
  background-size: 48px;
}
[for*='Spring'] {
  background: url(../img/icon-spring.png) no-repeat center center;
  text-decoration: none;
  min-height: 48px;
  background-size: 48px;
}

.no-avails {
  margin: auto;
}

div.availabilites.inner > div > button {
  margin: 5px;
  background: #fff;
  color: #084a8e;
  font-size: 12px;
  padding: 8px;
  min-width: 225px !important;
  /* white-space: nowrap; */
  font-weight: bold;
  border: 1px solid;
  border-radius: 0px;
}

@media screen and (max-width: 768px) and (min-width: 100px) {
  .availabilites {
    margin-top: 20px;
    min-width: 100%;
    padding: 0px;
    padding-bottom: 12px;
    margin: 15px auto;
    margin-bottom: 20px;
  }
  .item-desc {

    margin-bottom: 0px !important;
}
.content-classes #main .vue-classes-app-container {
    padding: 10px;
    padding-top: 0px;
    padding-right: 10px;
    min-height: 400px;
    overflow: auto;
    margin-bottom: 100px;
}
  .selection-content > div {
    /* flex: 1 1 0px; */
    /* width: 0; */
    min-width: 270px;
    max-height: 5000px;
    overflow: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    flex-basis: 100%;
    padding-top: 15px;
    /* text-align: center; */
  }
  .content-classes #main .accordion-inner {
    /* padding-right: 0px !important; */
    /* padding: 10px !important; */
    padding: 3px;
    /* padding-left: 12px; */
    margin-top: 10px;
    border: 0px;
    overflow: auto;
    /* overflow: scroll; */
  }
  .content-classes .well.well-small.loginPrompt {
    width: auto;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mobile-classes .accordion-body div.accordion-heading > a > p {
    font-size: 15px !important;
    /* color: #000 !important; */
    font-weight: bold !important;
  }
  div.accordion-heading > a.active > p {
    color: #fff !important;
  }
}
div.range-picker label {
  transition: all 0.3s;
}
div.range-picker label:hover {
  opacity: 1 !important;
}
/* .vue-classes-app-container .accordion-heading .accordion-toggle */
.vue-classes-app-container .accordion-heading .accordion-toggle,
div.availabilites.inner > div > button,
.slide-fade {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-size: 300% 100%;
  moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.vue-classes-app-container{
  background: #fff;
}
.vue-classes-app-container .accordion-heading .accordion-toggle:hover,
div.availabilites.inner > div > button:hover,
.slide-fade:hover {
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
div.availabilites.inner > div > button:hover,
.slide-fade:hover {
  color: #fff;
  border: 2px solid transparent;
}

.vue-classes-app-container .accordion-heading .accordion-toggle:focus,
div.availabilites.inner > div > button:focus,
.slide-fade:focus {
  outline: none;
}

.vue-classes-app-container .accordion-heading .accordion-toggle {
  /* background-image: linear-gradient(to left, #fff, #ffffff, #084a8e75, #084a8e); */
  background: whitesmoke;
  margin-bottom: 2px;
  /* border: 0px solid #084a8e; */
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 0px;
  padding: 12px;
  justify-content: space-between;
}
.slide-fade {
  /* background-image: linear-gradient(to left, #fff, #ffffff, #084a8e75, #084a8e); */
  background: #ffffff;
  border: 2px solid #084a8e;
  color: #084a8e;
}
div.availabilites.inner > div > button,
.slide-fade {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-radius: 0px !important;
  background-image: linear-gradient(to right, #fff, #fff, #084a8e, #084a8e);
}

div.availabilites.inner > div > button.active {
  background: #05498f !important;
  color: #fff;
  border: 2px solid transparent;
}
#myTab > li.active a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 211px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #07498e;
  clear: both;
}

.vue-classes-app-container .accordion-heading {
  background-color: transparent !important;
  border: none;
  /* display: flex; */
  /* flex-direction: row; */
  /* align-items: center; */
}
.add-guest-form-parent {
  background: #f5f5f573;
  padding: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 10px;
}

.error-messages {
  font-weight: bold;
  background: #f9f9f9;
  margin: 6px 0px;
  padding: 6px;
  padding-left: 0px;
  width: -webkit-fill-available;
  float: left;
  color: #cc0000;
  /* border-radius: 15px; */
}

div.add-guest-form-parent > div > div > button {
  float: right;
  margin: 10px !important;
}

.blur-body {
  filter: blur(1px);
  pointer-events: none;
}
.blur-body-avail {
  pointer-events: none;
}

.vue-classes-app-container div.accordion-heading > a.disabled {
  background: whitesmoke;
  color: #0000004a;
}

.stay-date {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.season-div {
  display: flex;
}

div.availabilites.inner > div.avails {
  max-width: 235px;
  /* margin-top: 4px; */
}

.block-selection,
div.item-desc > div.continue-err {
  font-weight: bold;
  background: #ededed52;
  margin-bottom: 8px;
  padding: 6px;
  /* font-size: 16px; */
  margin-left: 15px;
  color: #cc000094;
  border-radius: 0px;
  margin-right: 20px;
}

.selected-date {
  /* font-weight: bold; */
  /* background: #ededed3d; */
  margin: 0px 0px;
  /* padding: 11px; */
  font-weight: bold !important;
  font-size: 15px;
  max-width: -webkit-fill-available !important;
  width: 100% !important;
  color: #000;
  text-align: center;
  /* border-bottom: 1px solid; */
  position: absolute;
  /* border-radius: 15px; */
}

div.outer > div > div.availabilites.inner > div:nth-child(2) {
  margin-top: 30px;
  max-width: 260px !important;
}

.vue-classes-app-container div.labels > label > select {
  border-radius: 5px;
  margin-right: 15px;
  margin-top: 5px;
}

.range-picker {
  display: flex;
  padding-top: 5px;
  /* margin: 5px 0px; */
  flex-direction: column;
  align-items: flex-end;
}
.vue-classes-app-container div.mainContent > div:nth-child(2) > h1,
.vue-classes-app-container div.mainContent > div:nth-child(2) > h4 {
  margin-left: 0px;
  /* margin-bottom: 4px; */
  padding: 2px 0px;
}

.vue-classes-app-container div.mainContent > div:nth-child(2) > h4 {
  margin-bottom: 15px;
}

.vue-classes-app-container div.mainContent > div:nth-child(2) > h1 {
  font-weight: bold;
  color: #084a8e;
  font-size: 30px;
  margin-left: 0px;
}

div.item-desc.inner p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 13px;
}

.vue-classes-app-container .accordion-heading .accordion-toggle.active {
  background: #084a8e;
  color: #fff;
}

.proceed-div {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.proceed-div.logged-in {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}

@media (max-width: 768px) {
  .vue-classes-app-container div.accordion-heading > a.disabled p {
    color: #0000004a !important;
  }

  .availabilites {
    min-height: 0px;
  }
  .stay-date {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-right: 0px !important;
  }

  .form-check {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .proceed-div {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  div.proceed-div > button {
    margin-top: 20px !important;
  }
  div.availabilites.inner > div {
    max-width: 200px;
    /* margin-top: 4px; */
  }
  .vue-classes-app-container div.accordion-heading > a {
    padding: 10px !important;
  }
  .vue-classes-app-container .mobile-classes .accordion-body > .accordion-inner p{
   /* font-size: 15px !important; */
   /* font-weight: 600 !important; */
   /* color: #000 !important; */
}
  div.accordion-heading > a > p {
    margin: 0px !important;
  }
  .vue-classes-app-container .accordion-heading .accordion-toggle:hover {
    background-color: #084a8e;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* border: 1px solid #004890 !important; */
  }
  .vue-classes-app-container .accordion-heading .accordion-toggle:hover p {
    color: #fff !important;
  }
  div.proceed-div > div > div > a {
    margin-right: 0px !important;
  }
}

div > div.outer > button:hover {
  transform: scale(1.05);
}

.no-avails {
  color: #084a8e;
  margin-top: 40px !important;
}

.well.well-small.loginPrompt > strong:first-child {
  color: #084a8e;
}

div.proceed-div > button {
  margin-bottom: 0px !important;
}
.vue-classes-app-container label > select {
  border-radius: 5px;
  outline: none !important;
}

div.purchased-for p {
  font-weight: 500;
  margin: 2px 0px !important;
}

div.add-guest-form-parent input {
  border-radius: 3px;
}

div.stay-date label {
  color: #084a8e !important;
}

[type='radio']:checked + label:after,
[type='radio']:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #084a8e;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.date-range {
  color: #084a8e;
  padding: 10px 0px;
  padding-top: 0px;
  font-size: 14px;
}

.optionalClassProgram .optional-class-user-accordion > .accordion-heading a {
  background: #e0e0e0;
  color: #084a8e;
  font-weight: 500;
  padding: 17px;
  font-size: 15px;
  /* margin-left: 10px; */
}

.optionalClassProgram .optionalclass-accordion-header-text {
  margin-left: 10px;
}

.content-spaPackageTpl .btn.btn-warning,
.content-eRegTpl .btn.btn-warning {
  background-color: #084a8e;
  border: 0px solid #fff;
}

.client-instructions * {
  color: #cc000094 !important;
}

.desc-wimg {
  display: flex;
  /* background: #f5f5f5; */
  padding: 0px 20px;
}

.desc-wimg > div {
  min-width: 250px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .desc-wimg {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
  }
  .date-range {
    color: #084a8e;
    padding: 10px 0px;
    font-size: 14px;
  }
  .desc-wimg > div {
    max-width: 290px;
    margin: 10px;
    margin-right: 0px;
  }
  .desc-wimg > div.text-div {
    max-width: 100%;
    margin: 10px;
    margin-right: 0px;
  }
}

.client-instructions {
  margin-top: 10px;
}

/* Modal styles */

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.vue-classes-app-container .modal-container {
  /* border-top-left-radius: 4px !important; */
  /* border-top-right-radius: 4px; */
  width: 300px;
  margin: 0px auto;
  padding: 0px 0px;
  background-color: #fff;
  /* border-radius: 0px; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  /* font-family: Helvetica, Arial, sans-serif; */
}

.vue-classes-app-container .modal-body {
  margin: 10px 0px;
  /* box-shadow: rgb(0 0 0 / 25%) 0px 25px 24px -20px; */
  /* border-bottom: 1px solid #eee; */
  /* box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; */
  padding: 10px;
  /* padding-right: 0px; */
}

.modal-default-button {
  float: right;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.guest-card h4,
.guest-card h3,
.guest-card-fail h4,
.guest-card-fail h3 {
  padding: 8px;
  font-weight: 500;
  margin-left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.guest-card h3 {
  font-size: 15px;
  background: #084a8e;
  /* border-bottom: 1px solid #084a8e; */
  padding: 6px;
  color: #fff;
  font-weight: 500;
  margin-right: 0px;
}

.guest-card-fail h3 {
  font-size: 15px;
  background: #a30606a6;
  /* border-bottom: 1px solid #084a8e; */
  padding: 6px;
  color: #fff;
  font-weight: 500;
  margin-right: 0px;
}
.vue-classes-app-container .modal-header {
  background: #084a8e;
  color: #fff;
  font-size: 15px;
  /* padding: 5px; */
  font-weight: 600;
}
.vue-classes-app-container .modal-header.fail {
  /* background: #cc0000a6; */
}

.vue-classes-app-container .modal-footer {
  background: #fff;
  min-height: 34px;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.summary-div {
  /* max-width: 650px; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}

.inc,
div.selection-content.inner span.cell.day.selected {
  animation: inc 2s linear infinite;
}

@keyframes inc {
  0%,
  7% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.03);
  }
  20% {
    transform: scale(1.05);
  }
  25% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1.005);
  }
  35% {
    transform: scale(1.03);
  }
  40%,
  100% {
    transform: scale(1);
  }
}

.wiggle {
  animation: wiggle 2s linear infinite;
}

@keyframes wiggle {
  0%,
  7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-10deg);
  }
  20% {
    transform: rotateZ(7deg);
  }
  25% {
    transform: rotateZ(-7deg);
  }
  30% {
    transform: rotateZ(5deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  40%,
  100% {
    transform: rotateZ(0);
  }
}
.guest-card {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  margin-bottom: 12px;
}
.guest-card-fail {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  margin-bottom: 12px;
  /* opacity: 0.95; */
}

#vue-app > div.modal-mask div.modal-body h3 {
  font-size: 14px !important;
}

div.modal-mask > div > div > div.modal-body > div > h3 {
  font-size: 15px !important;
  margin-left: 0px;
  font-weight: 600;
  color: #a30606a6;
}

div.modal-mask > div > div > div.modal-header > h3 {
  font-weight: 600;
}

.item-desc.inner label {
  display: flex;
  padding: 0px 20px;
  flex-direction: column;
  align-items: flex-start;
}

.item-desc.inner label span {
  font-size: 15px;
  /* margin-top: 3px; */
  font-weight: bold;
}

.item-desc.inner select {
  margin-bottom: 0px;
  /* margin-left: 5px; */
  margin-top: 6px;
  width: -webkit-fill-available;
}

.selected-date span {
  font-weight: 400;
  color: #000;
}

.add-guest {
  max-width: 320px;
}

.add-guests-div > div > div > label > p {
  margin-top: 0px !important;
  font-size: 15px !important;
  color: #000 !important;
  font-weight: 600 !important;
}

.add-guest-form {
  display: flex;
  width: -webkit-fill-available;
  flex-direction: column;
  align-items: flex-end;
}

.add-guest-form label {
  display: flex;
  width: -webkit-fill-available;
  flex-direction: column;
  align-items: flex-start;
}
.purchased-for {
  max-width: 350px;
  font-size: 15px !important;
}

.class-description {
  margin-top: 10px;
}

.purchase-for {
  max-width: 320px;
}

.guest-success-div {
  /* padding: 5px; */
  /* padding-bottom: 1px; */
  background: whitesmoke;
  border-radius: 3px;
  margin-bottom: 7px;
  /* box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; */
}

.outer > div.selection-content.inner > div.add-guests-div > div.purchase-for > div > div > p {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 5px 10px;
  /* margin-bottom: 0; */
  justify-content: space-between;
}

.outer > div.selection-content.inner > div.add-guests-div > div.purchase-for > div > div > p:first-of-type {
  background: #084a8e;
  color: #fff;
    border-top-right-radius: 3px;
   border-top-left-radius: 3px;
}

.purchase-for > p{
    font-size: 15px !important;
    font-weight: bold !important;
    color: #000 !important;
}

.btn.btn-primary.slide-fade.has-guests{
  background-color: #fff !important;
  color: #084a8e;
  border: 1px solid;
  font-weight: bold;
}

.btn.btn-primary.slide-fade.has-guests:hover{
  background-color: #084a8e !important;
  color: #fff;
  border: 1px solid;
  font-weight: bold;
}

div.purchased-for > p{
  font-size: 15px !important;

  color: #000 !important;
  font-weight: bold !important;
}

.accordion-inner .messages-container{
  position: unset;
}

#navbarCartControl > a > i{
  color: #084a8e;
}

.labels-accordion {
  /* max-width: 400px; */
  font-family: Lato;
  margin-bottom: 6px;
  /* background-color: #ec5366; */
  border-radius: 6px;
}

.labels-accordion .header, .clear-filter .header{
  height: 40px;
  line-height: 40px;
  /* padding: 0 40px 0 8px; */
  position: relative;
  color: #000;
  text-align: end;
  font-size: 15px;
  font-weight: bold;
  /* float: right; */
  cursor: pointer;
}

.labels-accordion .header-icon {
  position: absolute;
  top: 5px;
  right: 8px;
  transform: rotate(0deg);
  transition-duration: 0.3s;
}

.labels-accordion .body {/*   display: none; */overflow: hidden;background-color: #f5f5f5;/* border: 10px solid #ec5366; */border-top: 0;/* border-top-left-radius: 6px; *//* border-top-right-radius: 6px; */transition: 150ms ease-out;}

.labels-accordion .body-inner {
  padding: 0px 10px;
  /* padding-top: 0px; */
  overflow-wrap: break-word;
  /*   white-space: pre-wrap; */
}

.labels-accordion .header-icon.rotate {
  transform: rotate(180deg);
  transition-duration: 0.3s;
}


 div.labels-accordion > div.header > i, div.clear-filter > div > i {
   margin-left: 10px;
   transition: all 0.3s;
 }

 div.labels-accordion > div.header:hover, div.clear-filter > div span:hover {
   color: #084a8e;
   transform: scale(1.05);
   text-decoration: underline;
 }

div.add-guests-div > div.purchased-for > div > p{
  font-weight: 700 !important;
  font-size: 14px !important;
}

@media screen and (max-width: 768px) and (min-width: 100px){
  .nameAndPriceContainer >.greyText {
    position: unset;
}
  .content-cartSummary .summaryV2 .mainContent .nameAndPrice {
    margin-left: 0px;
}
}

.nameAndPriceContainer > div > span.price::before{
  content:'$';
}


div.block-selection.inner.inc > a{
  text-decoration: underline;
  color: #cc000094;
  cursor: pointer;
}

.userResetPasswordForm#content > p:nth-child(2){
	padding-left: 0px;
	padding-top: 0px;
}

#userResetCancel{
	margin-left: 0px !important;
	margin-top: 5px;
}

#userResetSubmit{
	margin-top: 5px;
	padding: 10px;
}

.tab-content > div > div{
	display:flex !important;
	flex-direction:column;
}
