.pnb-booking-form {
  position: relative;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
}
.pnb-booking-form.loading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../../images/loading.gif), rgba(0, 0, 0, 0.7);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px 50px;
}
.pnb-booking-form__header {
  background: #04BFBF;
  color: #ffffff;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
}
.pnb-booking-form__steps {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .pnb-booking-form__steps {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 399px) {
  .pnb-booking-form__steps {
    display: block;
  }
}
.pnb-booking-form__steps__selector {
  width: 20%;
  padding: 8px 4px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  color: #292929;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .pnb-booking-form__steps__selector {
    width: 50%;
  }
}
@media screen and (max-width: 399px) {
  .pnb-booking-form__steps__selector {
    width: 100%;
    padding: 4px 8px;
  }
}
@media screen and (max-width: 767px) {
  .pnb-booking-form__steps__selector:nth-child(odd):last-of-type {
    width: 100%;
  }
}
.pnb-booking-form__steps__selector img {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 479px) {
  .pnb-booking-form__steps__selector img {
    width: 24px;
  }
}
.pnb-booking-form__steps__selector:hover, .pnb-booking-form__steps__selector.active {
  background: #001839;
  border-color: #001839;
  color: #ffffff;
}
.pnb-booking-form__steps__selector:hover img, .pnb-booking-form__steps__selector.active img {
  filter: invert(100%) sepia(83%) saturate(0%) hue-rotate(84deg) brightness(102%) contrast(102%);
}
.pnb-booking-form__steps__selector.active {
  cursor: default;
}
.pnb-booking-form__steps__selector.disabled {
  background: #f1f1f1;
  border-color: #e1e1e1;
  color: #696969;
  cursor: default;
}
.pnb-booking-form__steps__selector.disabled img {
  filter: invert(39%) sepia(7%) saturate(0%) hue-rotate(172deg) brightness(102%) contrast(87%);
}
.pnb-booking-form__steps__selector__title {
  font-size: 13px;
  font-weight: 600;
}
.pnb-booking-form__step-body {
  padding: 16px;
  margin: -1px 0 0 0;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  color: #292929;
  display: flex;
  flex-wrap: wrap;
}
.pnb-booking-form__step-body__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pnb-booking-form__step-body__wrapper.inverted-boat-selection {
  flex-direction: column-reverse;
}
.pnb-booking-form__nav-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 16px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  margin: -1px 0 0 0;
}
.pnb-booking-form__button {
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  border-radius: 100px;
  background-color: #04BFBF;
  border: 1px solid #04BFBF;
  color: #ffffff;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2em;
  text-align: center;
  max-width: 100%;
  transition: all 0.4s;
}
.pnb-booking-form__button img {
  width: 12px;
  height: 12px;
  filter: invert(100%) sepia(13%) saturate(7447%) hue-rotate(194deg) brightness(113%) contrast(112%);
}
.pnb-booking-form__button:hover {
  background-color: #2fd7b2;
  border-color: #2fd7b2;
}
.pnb-booking-form__button:disabled {
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: default;
}
.pnb-booking-form__button.danger {
  background-color: #a10000;
  border: 1px solid #a10000;
}
.pnb-booking-form__button.danger:hover {
  background-color: #880000;
  border-color: #880000;
}
.pnb-booking-form__button.danger:disabled {
  background-color: #9d3030;
  border-color: #9d3030;
  cursor: default;
}
.pnb-booking-form__button__submit {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.pnb-booking-form__heading {
  margin-bottom: 12px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.pnb-booking-form__heading.border {
  text-align: left;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
  border-left: none !important;
}
.pnb-booking-form__form-group {
  width: 100%;
  box-sizing: border-box;
}
.pnb-booking-form__form-group:not(:last-of-type) {
  margin-bottom: 12px;
}
.pnb-booking-form__form-group__half-column {
  width: 50%;
  padding-right: 4px;
}
.pnb-booking-form__form-group__half-column + .pnb-booking-form__form-group__half-column {
  padding-right: 0;
  padding-left: 4px;
}
@media screen and (max-width: 479px) {
  .pnb-booking-form__form-group__half-column {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.pnb-booking-form__form-group.submit-group {
  display: flex;
  justify-content: center;
}
.pnb-booking-form__check-container {
  display: flex;
  align-items: center;
}
.pnb-booking-form__input, .pnb-booking-form__inputnojs {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #292929;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  appearance: none;
  border-radius: 0.375rem;
  font-size: 15px;
  box-sizing: border-box;
}
.pnb-booking-form__input__select, .pnb-booking-form__inputnojs__select {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background: url(../../images/select-arrow.png) no-repeat right 0.75rem center;
  background-size: 16px 16px;
  cursor: pointer;
}
.pnb-booking-form__input__select__phone, .pnb-booking-form__inputnojs__select__phone {
  max-width: 96px;
}
.pnb-booking-form__input__check, .pnb-booking-form__inputnojs__check {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin: 0;
}
.pnb-booking-form__input__check + label, .pnb-booking-form__inputnojs__check + label {
  cursor: pointer;
  margin: 0 0 0 12px;
}
.pnb-booking-form__input:disabled, .pnb-booking-form__inputnojs:disabled {
  background-color: #e9ecef;
  cursor: default;
}
.pnb-booking-form__input__label, .pnb-booking-form__inputnojs__label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}
.pnb-booking-form__input__helper, .pnb-booking-form__inputnojs__helper {
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  margin: 2px 0 0 0;
}
.pnb-booking-form__image {
  position: relative;
  cursor: zoom-in;
  margin-bottom: 12px;
}
.pnb-booking-form__image img {
  display: block;
  width: 100%;
  height: auto;
}
.pnb-booking-form__image__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.pnb-booking-form__gallery {
  margin: 0 -4px;
  display: flex;
  flex-wrap: wrap;
}
.pnb-booking-form__gallery__image {
  position: relative;
  max-width: 20%;
  padding: 0 4px;
  box-sizing: border-box;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 479px) {
  .pnb-booking-form__gallery__image {
    max-width: 25%;
  }
}
@media screen and (max-width: 379px) {
  .pnb-booking-form__gallery__image {
    max-width: 33.333%;
  }
}
.pnb-booking-form__gallery__image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 4px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.3s;
}
.pnb-booking-form__gallery__image:not(.active):after {
  opacity: 1;
}
.pnb-booking-form__gallery__image:not(.active):hover:after {
  opacity: 0;
}
.pnb-booking-form__gallery__image img {
  width: 100%;
  height: auto;
}
.pnb-booking-form__boat-description {
  font-size: 13px;
  color: #5d5d5d;
}
.pnb-booking-form__form-info__title {
  font-size: 15px;
  font-weight: 500;
}
.pnb-booking-form__form-info__title.big {
  font-size: 18px;
}
.pnb-booking-form__form-info__content {
  font-size: 14px;
}
.pnb-booking-form__form-info__button-container {
  display: flex;
}
.pnb-booking-form__form-info__button-container.text-center {
  justify-content: center;
}
.pnb-booking-form .inverted-boat-selection .pnb-booking-form__boat-info {
  margin-bottom: 12px;
}
.pnb-booking-form video {
  max-width: 100%;
}
@media screen and (max-width: 679px) {
  .pnb-booking-form__table-inputs tbody tr {
    display: grid;
  }
}
@media screen and (max-width: 679px) {
  .pnb-booking-form__table-inputs tbody tr th {
    padding-bottom: 0 !important;
  }
}
.pnb-booking-form__accessory-item {
  box-sizing: content-box;
  display: flex;
  margin: 20px -12px 0;
}
.pnb-booking-form__accessory-item:not(:last-of-type) {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 20px;
}
@media screen and (max-width: 575px) {
  .pnb-booking-form__accessory-item {
    flex-direction: column;
    align-items: center;
  }
}
.pnb-booking-form__accessory-item * {
  box-sizing: content-box;
}
.pnb-booking-form__accessory-item-images {
  width: 150px;
  padding: 0 12px;
}
@media screen and (max-width: 575px) {
  .pnb-booking-form__accessory-item-images {
    margin: 0 0 16px;
  }
}
.pnb-booking-form__accessory-item-images-container {
  position: relative;
  display: flex;
  width: 150px;
  height: 150px;
  overflow-x: hidden;
}
.pnb-booking-form__accessory-item-images .images-dots {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 8px -4px 0;
}
.pnb-booking-form__accessory-item-images .images-dots > .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c4c4c4;
  margin: 0 4px;
  cursor: pointer;
}
.pnb-booking-form__accessory-item-images .images-dots > .dot.active {
  background: #04BFBF;
}
.pnb-booking-form__accessory-item-image {
  position: absolute;
  top: 0;
  width: 150px;
  height: auto;
  margin-right: 8px;
  transition: left 0.4s;
}
.pnb-booking-form__accessory-item-image.active {
  left: 0;
}
.pnb-booking-form__accessory-item-content {
  width: calc(100% - 150px);
  padding: 0 12px;
}
@media screen and (max-width: 575px) {
  .pnb-booking-form__accessory-item-content {
    width: 100%;
  }
}
.pnb-booking-form__accessory-item-name {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 4px;
}
@media screen and (max-width: 575px) {
  .pnb-booking-form__accessory-item-name {
    text-align: center;
  }
}
.pnb-booking-form__accessory-item-description {
  font-size: 14px;
  margin: 0 0 8px;
}
@media screen and (max-width: 575px) {
  .pnb-booking-form__accessory-item-description {
    text-align: center;
  }
}
.pnb-booking-form__accessory-item-description > p {
  margin: 0 0 4px;
}
.pnb-booking-form__accessory-item-description > p:last-of-type {
  margin: 0;
}
.pnb-booking-form__accessory-item-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 399px) {
  .pnb-booking-form__accessory-item-footer {
    flex-direction: column;
  }
}
.pnb-booking-form__accessory-item-price {
  font-size: 15px;
  font-weight: 500;
  color: #292929;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .pnb-booking-form__accessory-item-price {
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 399px) {
  .pnb-booking-form__accessory-item-price {
    margin: 0 0 8px;
  }
}
.pnb-booking-form__accessory-item-select > span:last-child {
  display: none;
}
.pnb-booking-form__accessory-item-select.selected {
  background-color: #a10000;
  border: 1px solid #a10000;
}
.pnb-booking-form__accessory-item-select.selected:hover {
  background-color: #880000;
  border-color: #880000;
}
.pnb-booking-form__accessory-item-select.selected:disabled {
  background-color: #9d3030;
  border-color: #9d3030;
  cursor: default;
}
.pnb-booking-form__accessory-item-select.selected > span:first-child {
  display: none;
}
.pnb-booking-form__accessory-item-select.selected > span:last-child {
  display: inline;
}

.air-datepicker-cell {
  position: relative;
  /*&[class*="-partial-lock"]{
      color: #000000 !important;

      &:before{
          background: #ffcf78;
      }
  }*/
}
.air-datepicker-cell:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #dfdfdf;
  z-index: -1;
}
.air-datepicker-cell.past {
  background: transparent;
  color: #4a4a4a;
}
.air-datepicker-cell.past:before {
  background: #f3f3f3;
}
.air-datepicker-cell.locked-morning:not(.locked-afternoon), .air-datepicker-cell.locked-afternoon:not(.locked-morning), .air-datepicker-cell.booked-morning, .air-datepicker-cell.booked-afternoon {
  color: #ffffff !important;
}
.air-datepicker-cell.locked-morning:not(.locked-afternoon):before, .air-datepicker-cell.locked-afternoon:not(.locked-morning):before, .air-datepicker-cell.booked-morning:before, .air-datepicker-cell.booked-afternoon:before {
  background: orange;
}
.air-datepicker-cell.locked-fullday {
  color: #ffffff !important;
}
.air-datepicker-cell.locked-fullday:before {
  background: #777777;
}
.air-datepicker-cell.booked-fullday, .air-datepicker-cell.booked-morning.booked-afternoon {
  color: #ffffff !important;
}
.air-datepicker-cell.booked-fullday:before, .air-datepicker-cell.booked-morning.booked-afternoon:before {
  background: red;
}
.air-datepicker-cell.-selected- {
  color: #ffffff !important;
}
.air-datepicker-cell.-selected-:before {
  background: #04BFBF;
}
.air-datepicker-cell.-other-month-:before {
  opacity: 0.5;
}

.select2-container .selection {
  display: block;
  height: 36.5px;
}
.select2-container .selection .select2-selection {
  height: 100%;
  border-color: #e1e1e1;
}
.select2-container .selection .select2-selection > * {
  height: 100%;
}
.select2-container .selection .select2-selection > *.select2-selection__rendered {
  line-height: 34px;
}

#select2-pnb-bk-phone-code-container {
  padding-right: 8px;
  font-size: 13px;
}

.pnb-youtube-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.pnb-youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.calendar-legend {
  margin: 12px 0;
}
.calendar-legend .calendar-legend-square {
  width: 25px;
  height: 25px;
  /*&.partial-lock{
      background: #ffcf78;
  }*/
}
.calendar-legend .calendar-legend-square.available {
  background: #dfdfdf;
}
.calendar-legend .calendar-legend-square.single-lock-rental {
  background: orange;
}
.calendar-legend .calendar-legend-square.full-lock {
  background: #777777;
}
.calendar-legend .calendar-legend-square.full-rental {
  background: red;
}
.calendar-legend .calendar-legend-square.selected {
  background: #04BFBF;
}
.calendar-legend.smaller {
  font-size: 13px;
}
.calendar-legend.smaller .calendar-legend-square {
  width: 20px;
  height: 20px;
}

#pnb-insurance-details-container .description > *:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
