@import url("messinasansweb.css");
.visual-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.box-sizing-border {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.display-x-large, .display-large, .display-medium, .display-small, .display-x-small, .display-medium-up, .display-small-down {
  display: none;
}

@media (min-width: 1200px) {
  .display-x-large,
  .display-medium-up {
    display: block;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .display-x-large {
    display: none;
  }

  .display-large,
  .display-medium-up {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .display-x-large, .display-large {
    display: none;
  }

  .display-medium,
  .display-medium-up {
    display: block;
  }
}
@media (max-width: 767px) {
  .display-x-large, .display-large, .display-medium, .display-medium-up {
    display: none;
  }

  .display-small,
  .display-small-down {
    display: block;
  }
}
@media (max-width: 480px) {
  .display-x-large, .display-large, .display-medium, .display-small, .display-medium-up {
    display: none;
  }

  .display-x-small,
  .display-small-down {
    display: block;
  }
}
/* rebrand colours - Aug 2021 */
.datepicker {
  direction: ltr;
}
.no-touch .datepicker .next:hover, .no-touch
.datepicker .prev:hover {
  background: #008ec8 !important;
  cursor: pointer;
}
.no-touch .datepicker .switch:hover {
  background: #008ec8 !important;
}
.datepicker .icon-arrow-left,
.datepicker .icon-arrow-right {
  color: #fff;
  vertical-align: baseline;
}
.datepicker .icon-arrow-left {
  background: url("https://healthengine.imgix.net/public/images/m/icon-left-arrow.svg?auto=compress&amp;or=0") center center no-repeat;
  background-size: 14px 15px;
}
.datepicker .icon-arrow-right {
  background: url("https://healthengine.imgix.net/public/images/m/icon-right-arrow.svg?auto=compress&amp;or=0") center bottom no-repeat;
  background-size: 14px 15px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table {
  width: 100%;
}
.datepicker table thead tr th {
  color: #313436;
}
.datepicker table tfoot tr th.today {
  font-size: 14px;
  font-weight: 400;
  color: #04838C;
  padding: 3px 0;
}
.no-touch .datepicker table tfoot tr th.today:hover {
  color: #fff;
}
.datepicker table tr th {
  padding: 2px 2px 5px;
}
.datepicker table tr th.dow {
  color: #313436;
  font-size: 14px;
}
.datepicker table tr th.today {
  color: #04838C;
  margin-top: 5px;
}
.no-touch .datepicker table tr th.today:hover {
  color: #04838C;
  cursor: pointer;
}
.datepicker table tr td {
  padding: 2px;
}
.datepicker table tr td.day {
  color: #313436;
  font-weight: 400;
  font-size: 14px;
}
.no-touch .datepicker table tr td.day:hover {
  color: #666;
  cursor: pointer;
}
.datepicker table tr td.day.disabled {
  color: #777;
}
.no-touch .datepicker table tr td.day.disabled:hover {
  color: #777;
}
.datepicker table tr td.old {
  background: none;
  color: #777;
}
.no-touch .datepicker table tr td.old:hover {
  background: none;
}
.no-touch .datepicker table tr td.old.disabled:hover {
  background: none;
}
.datepicker table tr td.new {
  background: none;
}
.no-touch .datepicker table tr td.new.disabled:hover {
  background: none;
}
.datepicker table tr td.disabled {
  cursor: default;
}
.no-touch .datepicker table tr td.disabled:hover {
  cursor: default;
}
.datepicker table tr td.expired {
  color: #999;
  background: #3a3a3a;
}
.no-touch .datepicker table tr td.expired:hover {
  cursor: default;
  background: #3a3a3a;
  color: #999;
}
.datepicker table tr td.no-bookings {
  color: #777;
}
.no-touch .datepicker table tr td.no-bookings:hover {
  color: #999;
}
.datepicker table tr td.active, .no-touch .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .no-touch .datepicker table tr td.active.disabled:hover {
  color: #fff;
  background: #D73D00;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.no-touch .datepicker table tr td span:hover {
  background: #eff3f3;
}
.datepicker table tr td span.disabled, .no-touch .datepicker table tr td span.disabled:hover {
  background: none;
  color: #eff3f3;
  cursor: default;
}
.datepicker table tr td span.active, .no-touch .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .no-touch .datepicker table tr td span.active.disabled:hover {
  color: #333;
}
.datepicker table tr td span.prev-mth {
  color: #eff3f3;
}
.datepicker th.switch {
  width: 145px;
  color: #fff;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.has-scripts {
  padding-bottom: 125px !important;
}

#represcription-panel,
#represcription-panel-appt {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: row;
  background-color: #88BF58;
}
@media (max-width: 600px) {
  #represcription-panel,
  #represcription-panel-appt {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
  }
}
#represcription-panel .represcription-panel-lb,
#represcription-panel-appt .represcription-panel-lb {
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  flex-direction: revert;
  gap: 13px;
  margin-left: 260px;
}
@media (max-width: 600px) {
  #represcription-panel .represcription-panel-lb,
  #represcription-panel-appt .represcription-panel-lb {
    margin: 0 auto;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  body.has-prescriptions {
    padding-bottom: 90px !important;
  }
}

#represcription-panel .represcription-panel-head,
#represcription-panel-appt .represcription-panel-head {
  font-size: 14px;
}

#represcription-panel .represcription-header,
#represcription-panel-appt .represcription-header {
  display: flex;
  flex-direction: column;
}
#represcription-panel .represcription-panel-head,
#represcription-panel-appt .represcription-panel-head {
  font-family: "Source Sans Pro Bold", "Open Sans", sans-serif;
  background: transparent;
  color: #072326;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}
#represcription-panel .represcription-icon img,
#represcription-panel-appt .represcription-icon img {
  color: #06454E;
  width: 30px;
  margin-right: 10px;
}
#represcription-panel .represcription-button,
#represcription-panel-appt .represcription-button {
  font-family: "Source Sans Pro Bold", "Open Sans", sans-serif;
  text-align: center;
  padding: 3px 10px;
  font-size: 13px;
  border: 0.1em solid #CDD3D4;
  border-radius: 24px !important;
  display: block;
  color: #04838C;
  background-color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 0;
}
#represcription-panel .represcription-additional-text,
#represcription-panel-appt .represcription-additional-text {
  font-family: "Source Sans Pro Bold", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 9px;
  line-height: 1;
}
