/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

span[ng-click] {
    cursor: pointer;
}

body.ngdialog-open { overflow: initial !important; }

    /**
 * TODO: remove this, just an override from bootstrap
 */
body, html {
    font-size: 16px;
    font-size: 1rem;
}


/*alex colours*/
.widget_manifest_widget {
  float: right;
  background: url(../img/cartheader.png) no-repeat 7px 5px #17181c;
  border-left: 1px solid #767a8b;
  border-top: 1px solid #767a8b;
  border-bottom: 1px solid #767a8b;
  border-right: 1px solid #767a8b;
  padding: 7px 7px 7px 30px;
  line-height: 1em;
  color: #17181c;
  text-align: right;
  font-style: italic;
  font-size: 12px;
  display: inline-block;
  text-transform: none;
  margin-top: 6px;
}
.widget_manifest_widget a {
  color: #767a8b;
}
.widget_manifest_widget a:hover {
  color: #f47721;
  text-decoration: none;
}
.widget_manifest_widget .manifest-cart {
  display: inline-block;
}
.widget_manifest_widget .manifest-cart .manifest-cart-items .manifest-cart-cost {
  color: #fff;
}
.affix-nav.affix .widget_manifest_widget {
  position: absolute;
  right: 15px;
  top: 0;
}
.bookingarea {
  padding: 30px 0;
}
.bookingarea th,
.bookingarea label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.bookingarea td,
.bookingarea select,
.bookingarea .form-control,
.bookingarea .btn {
  font-size: 14px;
}
.bookingarea .notavailble {
  opacity: 0.5;
}
.bookingarea .notavailble td.price {
  color: #999;
}
.bookingarea td.product {
  font-weight: 700;
  text-transform: uppercase;
}
.bookingarea td.description {
  font-style: italic;
}
.bookingarea td.description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bookingarea td.description ul li {
  margin: 0;
  padding: 0 0 0 20px;
  background: url(../img/check.png) no-repeat 0px 5px;
}
.bookingarea td.price {
  font-weight: 700;
  text-transform: uppercase;
  color: #f47721;
}
.bookingarea td.price .pax {
  width: 140px;
  float: left;
  display: inline-block;
}
.bookingarea td.price .pax .fare {
  clear: both;
  display: inline-block;
  line-height: 1em;
}
.bookingarea td.price .pax .fare .farename {
  color: #333333;
  clear: both;
  display: block;
  font-size: 10px;
}
.bookingarea td.price .pax .fare .fareprice {
  clear: both;
  display: block;
  font-size: 14px;
}
.bookingarea td.price input[type=number] {
  clear: both;
  text-transform: none;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  border: 2px solid #dfdfdf;
  background: #efefef;
  width: 60px;
  display: block;
}
.bookingarea .noavailability {
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 23px;
}
.bookingarea .booking .btn {
  background: url(../img/cart.png) no-repeat 10px 8px #f47721;
  padding-left: 35px;
}
.bookingarea .booking .btn:hover,
.bookingarea .booking .btn:focus {
  background: url(../img/cart.png) no-repeat 10px 8px #252731;
}
.bookingarea .booking .btn.disabled {
  background: url(../img/cart.png) no-repeat 10px 8px #999 !important;
  border: 1px solid #999;
}
.bookingarea form.futureavailability > div {
  width:100%;
}
.bookingarea form.futureavailability ul.availabledates {
  list-style: none;
  overflow: auto;
  max-height: 200px;
}
.bookingarea h4 {
  font-weight: bold;
}
.bookingarea table.table {
  background: #fff;
  border: 1px solid #252731;
}
.bookingarea table.table > thead > tr > th {
  background: #252731;
  color: #9b9ca0;
  vertical-align: bottom;
  border-bottom: 0;
}
.initialfields {
  padding: 8px;
  background: #fff;
  border: 1px solid #252731;
}
.initialfields > h4 {
  display: inline-block;
}
.initialfields .form-group {
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.initialfields .form-group .btn {
  margin-top: 31px;
  outline: none;
}
.initialfields .form-group .form-control {
  border: 2px solid #dfdfdf;
  background: #efefef;
}
.initialfields .form-group .form-control:focus,
.initialfields .form-group .form-control.picker__input--active {
  border-color: #f47721;
  background: #fff;
}

.select2-container--default .select2-selection--single {
  background-color: #efefef;
  border: 1px solid #ddd;
  border-radius: 0;
}

.select2-container .select2-selection--single {
  height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #555;
  line-height: 37px;
  font-size: 16px;
}

#cart .help-block {
  font-style : italic;
}

#cart form.voucherEntry ul {
  list-style: none;
  margin-bottom: 0;
}

#cart form.voucherEntry .valid {
  color: #20cd20;
}

#cart form.voucherEntry .invalid {
  color: #a94442;
}

#cart form.voucherEntry .form-control-feedback {
  right: 15px;
  top: 4px;
  opacity: 0.5;
}

#cart .form-control {
  background-color: #efefef;
  border: 1px solid #ddd;
}

#cart div.promotion-codes {
  margin-top: 5px;
}

#checkout .form-control {
  background-color: #efefef;
  border: 1px solid #ddd;
}

#checkout .form-group {
  margin-bottom: 0;
}

#checkout .help-block {
  font-style: italic;
}

.checkout-validation ul {
  list-style: none;
}

.checkout-validation li {
  display: inline;
  font-style: italic;
}

.checkout-validation li:after {
  content: ", ";
}

.checkout-validation li:last-child:after, .checkout-validation li.ng-hide:after {
  content: "";
}

.checkout-validation .alert {
  overflow: auto;
}

.checkout-validation span {
  top: 5px;
}

.paynow {
  line-height: 1;
}

.paynow span {
  font-size: small;
  font-style: italic;
}