/*
    Created on : 19 Aug 2020, 19:18:40
    Author     : wayne
*/
/* Gamma booking tweaks */
/* line 12, ../scss/neway_gamma.scss */
div.node-gamma-booking-display div.zeroCostPage td.views-field-commerce-price, div.node-gamma-booking-display div.zeroCostPage p#basketTotal {
  display: none;
}
/* line 16, ../scss/neway_gamma.scss */
div.node-gamma-booking-display input#gammaDatePick {
  width: 190px;
  text-align: center;
  font-size: 1.2em;
  border-radius: 10px;
  cursor: pointer;
}
/* line 22, ../scss/neway_gamma.scss */
div.node-gamma-booking-display input#gammaDatePick::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
/* line 26, ../scss/neway_gamma.scss */
div.node-gamma-booking-display input#gammaDatePick:placeholder-shown {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}
/* line 32, ../scss/neway_gamma.scss */
div.node-gamma-booking-display select#resourceList {
  font-size: 1.2em;
  width: 210px;
}
/* line 36, ../scss/neway_gamma.scss */
div.node-gamma-booking-display textarea {
  min-height: 90px;
}
/* line 40, ../scss/neway_gamma.scss */
div.node-gamma-booking-display div.ticks label {
  display: inline-block;
}
/* line 44, ../scss/neway_gamma.scss */
div.node-gamma-booking-display div.view-gamma-bookings-buy-view {
  /* multi section accordians */
}
/* line 45, ../scss/neway_gamma.scss */
div.node-gamma-booking-display div.view-gamma-bookings-buy-view table {
  width: 100%;
}
/* line 47, ../scss/neway_gamma.scss */
div.node-gamma-booking-display div.view-gamma-bookings-buy-view table td.views-field-commerce-price {
  white-space: nowrap;
}
/* line 50, ../scss/neway_gamma.scss */
div.node-gamma-booking-display div.view-gamma-bookings-buy-view table td.views-field-add-to-cart-form {
  position: relative;
}
/* line 53, ../scss/neway_gamma.scss */
div.node-gamma-booking-display div.view-gamma-bookings-buy-view table td.views-field-add-to-cart-form div.form-item-quantity {
  width: 45px;
}
/* line 55, ../scss/neway_gamma.scss */
div.node-gamma-booking-display div.view-gamma-bookings-buy-view table td.views-field-add-to-cart-form div.form-item-quantity select {
  margin-bottom: 0px;
}
/* line 59, ../scss/neway_gamma.scss */
div.node-gamma-booking-display div.view-gamma-bookings-buy-view table td.views-field-add-to-cart-form div.ajax-progress {
  position: absolute;
  top: 34px;
  width: 100px;
  left: -42px;
}
/* line 66, ../scss/neway_gamma.scss */
div.node-gamma-booking-display div.view-gamma-bookings-buy-view table td.views-field-field-children {
  display: none;
}
/* line 71, ../scss/neway_gamma.scss */
div.node-gamma-booking-display div.view-gamma-bookings-buy-view table > caption {
  text-align: left;
  font-weight: bold;
  border: 1px solid #dadada;
  padding: 0.5em;
  cursor: pointer;
}
/* line 77, ../scss/neway_gamma.scss */
div.node-gamma-booking-display div.view-gamma-bookings-buy-view table > caption:before {
  content: "\25bc";
  float: right;
  color: black;
}
/* line 82, ../scss/neway_gamma.scss */
div.node-gamma-booking-display div.view-gamma-bookings-buy-view table > caption + tbody {
  display: none;
}
/* line 90, ../scss/neway_gamma.scss */
div.node-gamma-booking-display label {
  margin-bottom: 6px;
}

/* line 96, ../scss/neway_gamma.scss */
div.view-commerce-cart-summary table > caption {
  text-align: left;
  font-weight: bold;
  border: 1px solid #abc8eb;
  padding: 0.5em;
  border-bottom: none;
}

/* only apply this drop down disabler to the afternoon tea page, and also the category free sub section */
/* line 108, ../scss/neway_gamma.scss */
div.lock-res select[readonly], div.timewrap select[readonly], div.afternoontea tr.cat- select[readonly] {
  background: #eee;
  pointer-events: none;
  touch-action: none;
}

/* hide the tick box from everywhere to start with */
/* line 116, ../scss/neway_gamma.scss */
form.commerce-add-to-cart {
  margin: 0.5em 0px;
}
/* line 118, ../scss/neway_gamma.scss */
form.commerce-add-to-cart div.form-item-tick-box {
  display: none;
}

/* line 125, ../scss/neway_gamma.scss */
tr.cat-Celebrations div.form-item-tick-box {
  display: block;
}
/* line 127, ../scss/neway_gamma.scss */
tr.cat-Celebrations div.form-item-tick-box input {
  margin-bottom: 0px;
}
/* line 131, ../scss/neway_gamma.scss */
tr.cat-Celebrations div.form-item-quantity {
  display: none;
}

/* line 136, ../scss/neway_gamma.scss */
div#timer > div {
  border: 1px solid #dadada;
  margin-bottom: 1em;
  text-align: center;
  padding: 8px;
  font-weight: bold;
}

/* line 146, ../scss/neway_gamma.scss */
div.voucherRedeem form.commerce-add-to-cart div.form-item-tick-box {
  display: block;
}
/* line 149, ../scss/neway_gamma.scss */
div.voucherRedeem div.form-item-quantity {
  display: none;
}
/* line 152, ../scss/neway_gamma.scss */
div.voucherRedeem div.redeem-wrapper {
  margin-bottom: 1rem;
}
/* line 154, ../scss/neway_gamma.scss */
div.voucherRedeem div.redeem-wrapper > div {
  display: none;
}
/* line 157, ../scss/neway_gamma.scss */
div.voucherRedeem div.redeem-wrapper ul {
  list-style-position: inside;
  font-size: 1em;
}
