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

body #booked-profile-page input[type='submit'],
body #booked-profile-page button,
body .booked-list-view input[type='submit'],
body .booked-list-view button,
body .booked-calendar input[type='submit'],
body .booked-calendar button,
body .booked-modal input[type='submit'],
body .booked-modal button {
  border-radius: 0;
  cursor: pointer;
}

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

body table.booked-calendar {
  border-collapse: inherit;
  border-bottom: none !important;
}

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

table.booked-calendar tr th,
table.booked-calendar tr td {
  border-width: 5px !important;
  border-style: solid !important;
  background-color: transparent !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date,
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.next-month .date,
table.booked-calendar tr td.next-month .date span,
table.booked-calendar tr td .booked-appt-list {
  color: inherit !important;
  background-color: transparent !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName,
body table.booked-calendar th .monthName {
  font-size: 46px;
  line-height: 49px;
  font-weight: 800;
  text-transform: capitalize;
  position: relative;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName:after,
body table.booked-calendar th .monthName:after {
  content: '\e960';
  font-family: "fontello";
  color: blue;
  display: block;
  text-align: center;
  font-size: 6px;
  line-height: 14px;
  margin-top: 14px;
}

body table.booked-calendar td .date {
  line-height: 28px !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number,
body table.booked-calendar td .date .number {
  height: 34px;
  line-height: 38px;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  padding-left: 18px;
  font-size: 18px;
}

body .booked-calendar-wrap {
  margin: 0;
}

.booked-calendar-wrap .booked-appt-list .timeslot {
  padding: 10px 0;
}

body .booked-appt-list .timeslot .timeslot-people {
  height: auto;
  min-height: 71px;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
  padding: 10px;
}

.booked-modal input[type=submit].button-primary,
body .booked-modal button.cancel {
  padding-left: 2.38em;
  padding-right: 2.38em;
}

body .booked-modal button.cancel {
  margin-right: 0;
}

body .booked-form #condition-new .field {
  margin: -2px 0 5px;
}

body div.booked-calendar-wrap .bc-col .page-right i:before,
.booked-icon-arrow-right:before {
  content: '\e969';
  font-family: "fontello";
}

body div.booked-calendar-wrap .bc-col .page-left i:before,
.booked-icon-arrow-left:before {
  content: '\e967';
  font-family: "fontello";
}

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,
body table.booked-calendar th .page-left,
body table.booked-calendar th .page-right {
  text-align: center;
  width: 53px;
  height: 53px;
  line-height: 48px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid rgba(34, 27, 64, 0.2);
  font-size: 20px;
  top: 0;
  margin-top: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col,
body table.booked-calendar thead th {
  padding-top: 0 !important;
}

body table.booked-calendar th .page-left {
  left: 0 !important;
}
body table.booked-calendar th .page-left .booked-icon {
  padding-right: 3px;
  padding-left: 0;
}

body table.booked-calendar th .page-right {
  right: 0 !important;
}
body table.booked-calendar th .page-right .booked-icon {
  padding-right: 0;
  padding-left: 3px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col,
body table.booked-calendar tr.days th {
  font-size: 14px;
  line-height: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1.1rem 0 0.4rem !important;
}

/* Booked form */
body .booked-form .booked-appointments,
body .booked-modal .bm-window p.booked-title-bar,
body .booked-modal .bm-window .booked-scrollable {
  border-radius: 0;
}

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;
}

#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-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
  padding-top: 12px;
}

body div.booked-calendar-wrap div.booked-calendar {
  border-radius: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
body div.booked-calendar-wrap div.booked-calendar i {
  font-style: normal;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left {
  left: 0 !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .fa-spin {
  display: inline-block;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .fa-spin:before {
  content: '\e82e';
  font-family: 'fontello';
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
  height: auto;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right {
  right: 0 !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
  border: 5px solid;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date span {
  background-color: transparent !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock {
  border-width: 5px 0 5px 5px;
  border-style: solid;
}
body div.booked-calendar-wrap div.booked-calendar .booked-appt-list {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
body div.booked-calendar-wrap div.booked-calendar .booked-appt-list .fa-clock:before {
  content: '\e811';
  font-family: 'fontello';
  font-weight: 300;
}
body div.booked-calendar-wrap div.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
  border: 0;
}

.booked-appt-list.shown h2 + p {
  text-align: center;
}

body .booked-modal .bm-window .field:last-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
body .booked-modal .bm-window .field:last-child::after {
  display: none;
}
body .booked-modal .bm-window .field:last-child > * {
  margin: 0;
  flex-grow: 1;
}

body .booked-appt-list .timeslot:hover,
body div.booked-calendar-wrap .booked-appt-list .timeslot:hover {
  background-color: transparent;
}

body .booked-modal .bm-window a.close * {
  color: inherit !important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 0;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

/* Shortcodes */
body #profile-edit #booked-page-form p.form-submit {
  margin: 0.5em 0;
}
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-profile-page .booked-upload-wrap span {
  line-height: 1.9em;
}
body #booked-profile-page .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,
body #booked-profile-page input[type=submit] {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding: 13px 39px;
  border: 0;
  transition: all 0.3s;
  text-align: center;
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button.addeventatc {
  line-height: 16px !important;
}
body #booked-profile-page .booked-tabs {
  border-top: 1px solid !important;
}
body #booked-profile-page .booked-tabs li i {
  color: inherit !important;
}
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: 42px;
  width: 42px;
  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%);
}
body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  body #booked-profile-page .booked-tabs {
    flex-direction: column;
  }
}
@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: 767px) {
  body #booked-profile-page .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,
  body #booked-profile-page input[type=submit] {
    padding: 13px 20px !important;
  }
}
@media (max-width: 479px) {
  body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons {
    flex-direction: column;
    align-items: baseline;
  }
  body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons > div,
  body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons > a {
    margin-bottom: 0.5em;
  }
  body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons {
    float: none;
    margin-bottom: 0.5em;
  }
}

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