/*Availability & Rates*/
.table {
  width: 100%;
}

.table .table_header, .table .table_row {
  display: flex;
}

.width_7_27 {
  width: 7.27%;
}

.width_10 {
  width: 10%;
}

.width_20 {
  width: 20%;
}

.width_60 {
  width: 60%;
}

.bp_yacht_api_content h4 {
  margin-top: 30px;
}

/*.table h4, .table .table_row > div {*/
/*margin: 0;*/
/*border-top: 1px solid #000;*/
/*border-left: 1px solid #000;*/
/*}*/
/*.table .table_row .details, .table h4:last-of-type,.table .pax:last-of-type {*/
/*border-right: 1px solid #000;*/
/*}*/
/*Rates table*/
.rates table td, .rates table th {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}
.rates table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #2d8dcc;
  color: white;
}
.rates table tbody:nth-child(even) tr {
  background-color: #f2f2f2;
}

.rates table tbody:nth-child(even) tr {
  background-color: #f2f2f2;
}

@media (max-width: 1024px) {
  .rates tbody tr {
    width: 31.1%;
    float: left;
    margin: 1.1% !important;
  }
  .rates table, .rates thead, .rates tbody, .rates th, .rates td, .rates tr {
    display: block;
  }
  .rates thead tr {
    display: none;
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .rates tr {
    margin: 0 0 1rem 0;
  }
  .rates tr:nth-child(odd) {
    background: #f2f2f2;
  }
  .rates td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }
  .rates td:before {
    /* Now like a table header */
    position: absolute;
    top: 0;
    background: #2d8dcc;
    color: #fff;
    left: 0;
    width: 45%;
    white-space: nowrap;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rates td:nth-of-type(1) {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 17px;
  }
  .rates td:nth-of-type(1):before {
    content: "SEASON";
  }
  .rates td:nth-of-type(2):before {
    content: "2 PAX";
  }
  .rates td:nth-of-type(3):before {
    content: "3 PAX";
  }
  .rates td:nth-of-type(4):before {
    content: "4 PAX	";
  }
  .rates td:nth-of-type(5):before {
    content: "5 PAX";
  }
  .rates td:nth-of-type(6):before {
    content: "6 PAX";
  }
  .rates td:nth-of-type(7):before {
    content: "7 PAX";
  }
  .rates td:nth-of-type(8):before {
    content: "8 PAX";
  }
  .rates td:nth-of-type(9):before {
    content: "9 PAX";
  }
  .rates td:nth-of-type(10):before {
    content: "10 PAX";
  }
  .rates td:nth-of-type(11):before {
    content: "11 PAX";
  }
  .rates td:nth-of-type(12):before {
    content: "12 PAX";
  }

  /* Force table to not be like tables anymore */
  /* Hide table headers (but not display: none;, for accessibility) */
}
@media (max-width: 720px) {
  .rates tbody tr {
    width: 47.8%;
  }
}
@media (max-width: 510px) {
  .rates tbody tr {
    width: 100%;
    margin: 2% 0 !important;
  }
}
/*Rates table END*/
/*Datepicker style*/
#datepicker.ll-skin-vigo {
  margin-bottom: 25px;
  font-size: 90%;
  font: normal 13px "Lato-Regular", sans-serif;
}
#datepicker.ll-skin-vigo .ui-widget {
  font-family: "Lato-Regular", sans-serif;
  background: #f8f8f8;
}
#datepicker.ll-skin-vigo .ui-datepicker {
  padding: 0;
  width: 100% !important;
  border-radius: 0;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 990px) {
  #datepicker.ll-skin-vigo .ui-datepicker {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 678px) {
  #datepicker.ll-skin-vigo .ui-datepicker {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #datepicker.ll-skin-vigo .ui-datepicker {
    grid-template-columns: repeat(1, 1fr);
  }
}
#datepicker.ll-skin-vigo .ui-datepicker::before {
  content: none;
  display: none !important;
}
#datepicker.ll-skin-vigo .ui-datepicker .ui-datepicker-next span {
  background-image: url(images/ui-icons_ffffff_256x240.png);
  background-position: -32px -16px;
}
#datepicker.ll-skin-vigo .ui-datepicker .ui-datepicker-prev span {
  background-image: url(images/ui-icons_ffffff_256x240.png);
  background-position: -96px -16px;
}
#datepicker.ll-skin-vigo .ui-datepicker .ui-datepicker-group {
  margin: 2px;
  border: solid 1px #d8d8d8;
}
#datepicker.ll-skin-vigo .ui-datepicker .ui-datepicker-group table {
  border: none;
  margin: 0;
  width: 100% !important;
}
#datepicker.ll-skin-vigo .ui-datepicker .ui-datepicker-group table th {
  padding: 0.5em 0.3em;
  color: #707586;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #d5d9e2;
  background: #f2f6fe;
}
#datepicker.ll-skin-vigo .ui-datepicker .ui-datepicker-group table td {
  border: none;
  padding: 0;
}
#datepicker.ll-skin-vigo .ui-datepicker .ui-datepicker-group table td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 1.1em 0;
  margin: 0;
  font-weight: normal;
  color: #4d4d4d;
  font-size: 11px;
}
#datepicker.ll-skin-vigo .ui-datepicker .ui-datepicker-group table td .ui-state-active, #datepicker.ll-skin-vigo .ui-datepicker .ui-datepicker-group table td .ui-state-hover {
  font-weight: bold;
  background: #2d8dcc;
  color: #fff;
}
#datepicker.ll-skin-vigo .ui-datepicker-header {
  padding: 0.3em 0;
  color: #fff;
  font: normal 13px "Lato-Regular", sans-serif;
  border: none;
  border-radius: 0;
  background-color: #45a3e8;
}
#datepicker.ll-skin-vigo .ui-datepicker-header .ui-state-hover {
  /*background: transparent;*/
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #2d8dcc;
}
#datepicker.ll-skin-vigo .booked_yacht_date {
  opacity: 0.75;
  background-color: #999;
}
#datepicker.ll-skin-vigo .booked_yacht_date span {
  color: #fff !important;
}
#datepicker.ll-skin-vigo .booked_yacht_date.booked {
  background: #dd9933;
}
#datepicker.ll-skin-vigo .booked_yacht_date.hold {
  background: #2d8dcc;
}
#datepicker.ll-skin-vigo .booked_yacht_date.unavailable {
  background: #999;
}
#datepicker.ll-skin-vigo .booked_yacht_date.transit {
  background: #000;
}

.color_key .booked {
  color: #dd9933;
}
.color_key .hold {
  color: #2d8dcc;
}
.color_key .unavailable {
  color: #999;
}
.color_key .transit {
  color: #000;
}

/*Datepicker style END*/
#sync-progress-bar {
  margin: 20px 0;
  width: 100%;
  background-color: #ddd;
}
#sync-progress-bar #sync-progress-bar-status {
  height: 20px;
  background-color: green;
  text-align: center;
  line-height: 20px;
  color: white;
}

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