/* Booked Appointments styles
----------------------------------------------------------------- */
/* Icons fix */
.booked-icon {
  padding-left: 1px;
}

/* Calendar */
body table.booked-calendar,
body table.booked-calendar thead,
body table.booked-calendar body {
  background-color: transparent !important;
}

table.booked-calendar,
table.booked-calendar tr {
  border-width: 0 !important;
}

body div.booked-calendar-wrap div.booked-calendar {
  box-shadow: none;
  background: transparent;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col {
  border-width: 0 !important;
}

table.booked-calendar tr th,
table.booked-calendar tr td {
  border-width: 4px !important;
  border-style: solid !important;
  background-color: transparent !important;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -ms-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock .bc-col {
  border-width: 4px !important;
  border-style: solid !important;
  background-color: transparent !important;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -ms-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

table.booked-calendar tr:first-child th {
  border-width: 0 !important;
}

table.booked-calendar tr td .date,
table.booked-calendar tr td:hover .date,
table.booked-calendar tr td:hover .date span,
table.booked-calendar tr td.prev-date .date,
table.booked-calendar tr td.prev-date:hover .date,
table.booked-calendar tr td.prev-date:hover .date span,
table.booked-calendar tr td.today .date,
table.booked-calendar tr td.today .date span,
table.booked-calendar tr td.prev-month .date,
table.booked-calendar tr td.prev-month .date span,
table.booked-calendar tr td.next-month .date,
table.booked-calendar tr td.next-month .date span,
table.booked-calendar tr td .booked-appt-list {
  color: inherit !important;
  background: transparent !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date span.number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date span.number {
  color: inherit !important;
  background: transparent !important;
}

/* Booked form */
body .booked-form .field .checkbox-radio-block label {
  padding-left: 1.4em;
}

body .booked-form .cf-block select {
  visibility: visible;
}

body .booked-modal .bm-window {
  background: none;
}

/* Login form */
#booked-page-form .login-remember input {
  display: inline;
  vertical-align: middle;
}

#booked-profile-page i.fa {
  color: inherit;
}

/* User profile header */
#booked-profile-page div.booked-profile-header {
  padding: 0 0 2em;
}

#booked-profile-page div.booked-user-avatar {
  width: 50px;
  height: 50px;
}

#booked-profile-page div.booked-user-avatar img {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#booked-profile-page .booked-user h3 strong {
  font-weight: 400;
}

/* User profile content */
#booked-profile-page div.booked-tab-content {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#profile-edit #booked-page-form .form-table {
  margin-bottom: 2em;
}

body #booked-page-form input[type=text], body #booked-page-form input[type=password], body #booked-page-form input[type=email], body #booked-page-form textarea {
  border-width: 2px;
}

body table.booked-calendar {
  border: 0 !important;
}

table.booked-calendar {
  border-collapse: separate;
}

table.booked-calendar tbody tr td,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
  height: 103px !important;
}

table.booked-calendar tbody tr td > span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col > span {
  line-height: 1em !important;
}

body table.booked-calendar td,
body div.booked-calendar .bc-body .bc-row.week .bc-col > span {
  font-size: 15px;
  font-weight: 500;
}

body table.booked-calendar td.today .date span {
  border: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span {
  box-shadow: none;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
  top: 0;
  margin-top: 0;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
  height: auto !important;
  padding: 20px 15px 20px 0 !important;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
  height: auto !important;
  padding: 22px 0 20px 15px !important;
}

.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body .booked-modal input[type="submit"].button-primary {
  border-radius: 7px;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover {
  transition: background 0.3s ease !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col {
  min-height: 1.12rem;
  padding: 1.4rem 0 !important;
}

body table.booked-calendar thead th .monthName,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
  font-size: 1.875em;
  font-weight: 700;
  text-transform: capitalize;
}

body table.booked-calendar tr.days th,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
  padding: 0.8rem 0 !important;
  height: 3.6875rem;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.03rem;
  text-transform: capitalize;
  vertical-align: middle;
}

body table.booked-calendar thead th .page-right i:before,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right i:before {
  content: '\e93a';
  font-family: "fontello";
  font-weight: 300;
}

body table.booked-calendar thead th .page-left i:before,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left i:before {
  content: '\e939';
  font-family: "fontello";
  font-weight: 300;
}

body table.booked-calendar thead th .page-left,
body table.booked-calendar thead th .page-right,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left {
  font-size: 2rem;
  transform: translateY(-15%);
}

body .booked-modal .bm-window .booked-scrollable {
  border-radius: 0 0 7px 7px;
}

body .booked-modal .bm-window p.booked-title-bar {
  border-radius: 7px 7px 0 0;
}

@media screen and (min-width: 721px) {
  body .booked-calendar .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title {
    display: none;
  }
}
body .booked-list-view {
  padding: 30px 30px 10px;
}

body .booked-appt-list {
  transform: none;
}

body .booked-appt-list .timeslot .spots-available {
  font-size: .7em;
}

body div.booked-calendar-wrap.booked-list-view .booked-appt-list {
  margin: 0;
}
body div.booked-calendar-wrap.booked-list-view .booked-appt-list .booked-appt-list-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
body div.booked-calendar-wrap.booked-list-view .booked-appt-list .booked-appt-list-header .booked-list-view-nav {
  margin: 0;
  height: auto;
  display: flex;
  gap: 10px;
}
body div.booked-calendar-wrap.booked-list-view .booked-appt-list .booked-appt-list-header .booked-list-view-nav .booked-list-view-date-next {
  float: none;
}
body div.booked-calendar-wrap.booked-list-view .booked-appt-list .booked-appt-list-header .booked-list-view-nav > * {
  margin: 0;
}

/* Shortcodes */
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
  background: none;
}

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon {
  display: none;
}

body .booked-upload-wrap,
body #booked-profile-page .booked-profile-appt-list button.button-primary,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding: 1.4em 2.8em;
  border: 0;
  line-height: normal;
  transition: all 0.3s;
  text-align: center;
}

body .booked-upload-wrap span {
  font-size: 13px;
  line-height: 25px;
}

body #booked-profile-page .booked-tabs {
  border-top: 1px solid !important;
}

body #booked-profile-page .booked-tabs li a {
  font-size: 12px;
}

body #booked-profile-page .booked-tabs li a {
  min-height: 40px;
  line-height: 1.2em;
}

body #booked-profile-page .booked-tabs li a .counter {
  font-size: 10px;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete {
  position: relative;
  font-size: 14px;
  border: 0 !important;
  height: 55.6px;
  width: 55.6px;
  box-sizing: border-box;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete i,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete i {
  position: absolute;
  top: 51%;
  left: 51%;
  transform: translate(-50%, -50%);
}

@media (min-width: 720px) {
  .timeslot-mobile-title {
    display: none;
  }
}
@media (max-width: 720px) {
  .booked-calendar-wrap .booked-appt-list .timeslot:hover {
    background-color: transparent !important;
  }

  body .booked-calendar .booked-appt-list .timeslot .timeslot-time, body .booked-calendar .booked-appt-list .timeslot .timeslot-count {
    display: none;
  }

  body .booked-calendar .booked-appt-list .timeslot .timeslot-people, body .booked-calendar .booked-appt-list .timeslot .timeslot-people:hover, body .booked-calendar .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people, body .booked-calendar .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people:hover {
    width: 100%;
    padding: 0;
    height: auto;
  }

  body .booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title, body .booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title {
    padding: 0 10px;
  }
}
@media (max-width: 860px) {
  body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
    float: none;
    display: inline-block;
    margin-top: 0;
    margin-right: 15px;
  }
}
@media (max-width: 479px) {
  body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete {
    margin-left: 0;
    height: 43.6px;
    width: 43.6px;
  }
}
body #booked-profile-page input[type=submit].button-primary {
  transition: 0.3s all !important;
}

body .booked-modal .bm-window {
  box-shadow: none;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
  display: flex;
}

form[name="loginform"] .login-remember label {
  font-size: 18px;
  font-weight: 400 !important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
  padding: 2px 12px 0;
}

body #booked-page-form p.login-username label,
body #booked-page-form p.login-password label {
  padding-left: 0;
}

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