/*
* Main style
*/
/*
* datepick-nav
*/
/*
* datepick-cmd
*/
/*
* datepick-ctrl
*/
/*
* datepick-month-header
*/
/*
* datepick-month
*/
/*
* highlight
*/
/*
* today
*/
/*
* available date
*/
/*
* not available date
*/
/*
* check in date
*/
/*
* selectable date
*/
.mphb-calendar .mphb-datepicker-dark-blue.datepick,
.datepick-popup .mphb-datepicker-dark-blue.datepick {
  font-size: 90%;
  border: 0px solid;
  border-radius: 0;
  width: 31.429em;
  max-width: 100%;
  font-family: inherit;
  background-color: #5787b3;
}

.mphb-calendar .mphb-datepicker-dark-blue a,
.datepick-popup .mphb-datepicker-dark-blue a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mphb-calendar .mphb-datepicker-dark-blue *,
.datepick-popup .mphb-datepicker-dark-blue * {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-nav, .mphb-calendar .mphb-datepicker-dark-blue .datepick-ctrl,
.datepick-popup .mphb-datepicker-dark-blue .datepick-nav,
.datepick-popup .mphb-datepicker-dark-blue .datepick-ctrl {
  font-size: inherit;
  font-weight: normal;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-nav,
.datepick-popup .mphb-datepicker-dark-blue .datepick-nav {
  background-color: #5787b3;
  border-top: 1px solid #6593be;
  border-left: 1px solid #6593be;
  border-right: 1px solid #6593be;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-nav a,
.datepick-popup .mphb-datepicker-dark-blue .datepick-nav a {
  color: #fff;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-nav a:hover,
.datepick-popup .mphb-datepicker-dark-blue .datepick-nav a:hover {
  background-color: #70a0cb;
  color: #fff;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-nav a.datepick-disabled,
.datepick-popup .mphb-datepicker-dark-blue .datepick-nav a.datepick-disabled {
  cursor: not-allowed;
  color: #8bb2d6;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-nav a.datepick-disabled:hover,
.datepick-popup .mphb-datepicker-dark-blue .datepick-nav a.datepick-disabled:hover {
  background-color: #5787b3;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-ctrl,
.datepick-popup .mphb-datepicker-dark-blue .datepick-ctrl {
  border-left: 1px solid #6593be;
  border-right: 1px solid #6593be;
  border-bottom: 1px solid #6593be;
  background-color: #5787b3;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-ctrl a,
.datepick-popup .mphb-datepicker-dark-blue .datepick-ctrl a {
  color: #dfe8f3;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-ctrl .datepick-cmd:hover,
.datepick-popup .mphb-datepicker-dark-blue .datepick-ctrl .datepick-cmd:hover {
  background-color: #70a0cb;
  color: #dfe8f3;
}

.mphb-calendar .mphb-datepicker-dark-blue a.datepick-cmd,
.datepick-popup .mphb-datepicker-dark-blue a.datepick-cmd {
  height: auto;
  line-height: 2.1em;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month-header,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month-header {
  border-bottom: 0px solid;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month-header, .mphb-calendar .mphb-datepicker-dark-blue .datepick-month-header select, .mphb-calendar .mphb-datepicker-dark-blue .datepick-month-header input,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month-header,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month-header select,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month-header input {
  height: auto;
  background-color: #5787b3;
  color: #fff;
  font-weight: normal;
  line-height: 2.1em;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month {
  width: 100%;
  border: 1px solid #6593be;
  border-bottom: 0px solid #6593be;
  padding-right: 1px;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month.last,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month.last {
  border-top: 0px solid #6593be;
}

@media screen and (min-width: 48em) {
  .mphb-calendar .mphb-datepicker-dark-blue .datepick-month,
  .datepick-popup .mphb-datepicker-dark-blue .datepick-month {
    width: 50%;
  }
  .mphb-calendar .mphb-datepicker-dark-blue .datepick-month.last,
  .datepick-popup .mphb-datepicker-dark-blue .datepick-month.last {
    border-top: 1px solid #6593be;
  }
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month:first-child,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month:first-child {
  border-right: 0px solid;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month + .datepick-month,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month + .datepick-month {
  border-left: 0px solid;
  padding-right: 0;
  padding-left: 1px;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month table,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month table {
  margin: 0 auto;
  width: 100%;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month tbody,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month tbody {
  line-height: 2.1em;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month th,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month th {
  border: 1px solid #6593be;
  font-size: 80%;
  font-weight: bold;
  padding: 0.5em 0;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month th,
.mphb-calendar .mphb-datepicker-dark-blue .datepick-month th a,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month th,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month th a {
  background-color: #5787b3;
  color: #9ebfdc;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month td,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month td {
  background-color: #5787b3;
  border: 1px solid #6593be;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month td .datepick-other-month,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month td .datepick-other-month {
  background-color: #5787b3;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month a,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month a {
  padding: 0;
  background-color: #5787b3;
  color: #fff;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month span,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month span {
  padding: 0;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month td span,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month td span {
  color: #8bb2d6;
}

.mphb-calendar .mphb-datepicker-dark-blue .datepick-month td .datepick-weekend,
.datepick-popup .mphb-datepicker-dark-blue .datepick-month td .datepick-weekend {
  background-color: #5787b3;
}

.mphb-calendar .mphb-datepicker-dark-blue a,
.datepick-popup .mphb-datepicker-dark-blue a {
  -webkit-transition: 0.3s background, 0.3s color;
  transition: 0.3s background, 0.3s color;
}

.mphb-calendar.mphb-datepick .mphb-datepicker-dark-blue .datepick-month td .mphb-available-date {
  background-color: #77afa1;
  color: #fff;
}

.mphb-calendar.mphb-datepick .mphb-datepicker-dark-blue .datepick-month td .mphb-available-date.mphb-date-check-out {
  background: -webkit-gradient(linear, left top, right bottom, from(#de9f9f), color-stop(50%, #de9f9f), color-stop(50%, #77afa1), to(#77afa1));
  background: linear-gradient(to bottom right, #de9f9f 0%, #de9f9f 50%, #77afa1 50%, #77afa1 100%);
}

.mphb-calendar.mphb-datepick .mphb-datepicker-dark-blue .datepick-month td .mphb-not-stay-in-date:not(.mphb-past-date),
.mphb-calendar.mphb-datepick .mphb-datepicker-dark-blue .datepick-month td .mphb-not-available-date,
.datepick-popup .mphb-datepicker-dark-blue.mphb-datepick-popup .datepick-month td .mphb-not-stay-in-date:not(.mphb-past-date),
.datepick-popup .mphb-datepicker-dark-blue.mphb-datepick-popup .datepick-month td .mphb-not-available-date {
  background-color: #5787b3;
  color: #8bb2d6;
  text-decoration: line-through;
}

.mphb-calendar.mphb-datepick .mphb-datepicker-dark-blue .datepick-month td .mphb-past-date,
.datepick-popup .mphb-datepicker-dark-blue.mphb-datepick-popup .datepick-month td .mphb-past-date {
  opacity: 1;
  background-color: #5787b3;
  color: #8bb2d6;
}

.mphb-calendar.mphb-datepick .mphb-datepicker-dark-blue .datepick-month td .mphb-earlier-min-date,
.mphb-calendar.mphb-datepick .mphb-datepicker-dark-blue .datepick-month td .mphb-later-max-date,
.datepick-popup .mphb-datepicker-dark-blue.mphb-datepick-popup .datepick-month td .mphb-earlier-min-date,
.datepick-popup .mphb-datepicker-dark-blue.mphb-datepick-popup .datepick-month td .mphb-later-max-date {
  background-color: #5787b3;
  color: #8bb2d6;
  text-decoration: line-through;
  opacity: 1;
}

.mphb-calendar.mphb-datepick .mphb-datepicker-dark-blue .datepick-month td .datepick-selected,
.datepick-popup .mphb-datepicker-dark-blue.mphb-datepick-popup .datepick-month td .datepick-selected {
  background-color: #dfe8f3;
  color: #5787b3;
}

.mphb-calendar.mphb-datepick .mphb-datepicker-dark-blue .datepick-month td .mphb-booked-date,
.datepick-popup .mphb-datepicker-dark-blue.mphb-datepick-popup .datepick-month td .mphb-booked-date {
  opacity: 1;
}

.datepick-popup .mphb-datepicker-dark-blue.mphb-datepick-popup .datepick-month td .datepick-today {
  background-color: #6593be;
  font-weight: bold;
  color: #fff;
}

.datepick-popup .mphb-datepicker-dark-blue.mphb-datepick-popup .datepick-month td .mphb-booked-date:not(.mphb-selectable-date) {
  background-color: #5787b3;
  color: #8bb2d6;
  text-decoration: line-through;
}

.datepick-popup .mphb-datepicker-dark-blue.mphb-datepick-popup .datepick-month td a.datepick-highlight {
  background-color: #dfe8f3;
  color: #5787b3;
}

.datepick-popup .mphb-datepicker-dark-blue.mphb-datepick-popup.mphb-check-in-datepick .datepick-month td .mphb-not-check-in-date:not(.mphb-past-date) {
  background-color: #5787b3;
  color: #8bb2d6;
  text-decoration: line-through;
}

.datepick-popup .mphb-datepicker-dark-blue.mphb-datepick-popup.mphb-check-out-datepick .datepick-month td .mphb-not-check-out-date:not(.mphb-past-date) {
  background-color: #5787b3;
  color: #8bb2d6;
  text-decoration: line-through;
}

.datepick-popup .mphb-datepicker-dark-blue.mphb-datepick-popup.mphb-check-out-datepick .datepick-month td span.mphb-check-in-date:not(.mphb-past-date) {
  background-color: #9ebfdc;
  color: #5787b3;
  text-decoration: none;
}

.mphb-calendar.mphb-datepick .mphb-datepicker-dark-blue .datepick-month td .mphb-booked-date {
  background-color: #de9f9f;
  color: #fff;
  text-decoration: none;
}

.mphb-calendar.mphb-datepick .mphb-datepicker-dark-blue .datepick-month td .mphb-booked-date.mphb-date-check-in {
  background: -webkit-gradient(linear, left top, right bottom, from(#77afa1), color-stop(50%, #77afa1), color-stop(50%, #de9f9f), to(#de9f9f));
  background: linear-gradient(to bottom right, #77afa1 0%, #77afa1 50%, #de9f9f 50%, #de9f9f 100%);
}

.mphb-calendar.mphb-datepick .mphb-datepicker-dark-blue .datepick-month td .mphb-booked-date.mphb-date-check-in.mphb-date-check-out {
  background: #de9f9f;
}

.datepick-popup {
  max-width: 100%;
  padding: 0 1em;
}

@media screen and (min-width: 48em) {
  .datepick-popup {
    padding: 0;
  }
}
