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

table.booked-calendar tr th,
table.booked-calendar tr td {
  border-width: 1px !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;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

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 table.booked-calendar td .date .number {
  line-height: 46px;
}

body table.booked-calendar {
  border-width: 0 !important;
  border-spacing: 10px;
  border-collapse: separate;
}
body table.booked-calendar tr, body table.booked-calendar td, body table.booked-calendar th, body table.booked-calendar thead, body table.booked-calendar tbody, body table.booked-calendar tfoot {
  border-width: 0 !important;
}
body table.booked-calendar thead tr:first-child th {
  padding-bottom: 3rem !important;
}
body table.booked-calendar th .monthName {
  font-size: 1.875rem;
  font-weight: 600;
}
body table.booked-calendar th .monthName .backToMonth {
  display: none;
}
body table.booked-calendar .page-left,
body table.booked-calendar .page-right {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50% !important;
  top: 16px !important;
}
body table.booked-calendar .page-left i,
body table.booked-calendar .page-right i {
  line-height: 2.2rem;
}
body table.booked-calendar .booked-icon-arrow-left:before {
  content: "\e96f";
  font-family: "fontello";
  padding-left: 0.9em;
  font-size: 1rem;
}
body table.booked-calendar .booked-icon-arrow-right:before {
  content: "\e956";
  font-family: "fontello";
  font-size: 1rem;
  right: 1.3em;
  position: relative;
}
body table.booked-calendar tr.days th {
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1.7em 1em !important;
}
body table.booked-calendar tbody tr td span span.number {
  font-size: 14px;
  font-weight: 600;
}
body table.booked-calendar tr td.today span {
  border-width: 0 !important;
}
body table.booked-calendar tbody tr.entryBlock .booked-appt-list {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 5px;
  padding-right: 5px;
}
body table.booked-calendar tbody tr.entryBlock .booked-appt-list h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
body table.booked-calendar tbody tr.entryBlock .booked-appt-list .timeslot .timeslot-time .timeslot-range {
  font-size: 1.125rem;
  font-weight: 600;
}
body table.booked-calendar tbody tr.entryBlock .booked-appt-list .timeslot .timeslot-time .timeslot-range .booked-icon-clock:before {
  content: "\e963";
  font-family: "fontello";
}
body table.booked-calendar tbody tr.entryBlock .booked-appt-list .timeslot .timeslot-time .spots-available {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
}
body table.booked-calendar tbody tr.entryBlock .booked-appt-list .timeslot .timeslot-people {
  height: auto;
}

body.ua_edge table.booked-calendar tbody tr.entryBlock .booked-appt-list .timeslot .timeslot-people,
body.ua_ie table.booked-calendar tbody tr.entryBlock .booked-appt-list .timeslot .timeslot-people {
  padding-bottom: 16px;
}

.booked-modal input[type=submit].button-primary,
.booked-modal button.cancel.button {
  margin-bottom: 10px;
}

body table.booked-calendar th .page-right:hover {
  right: 20px;
}

body table.booked-calendar th .page-left:hover {
  left: 20px;
}

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

body .booked-form .field .checkbox-radio-block label:before {
  line-height: 0.6em;
}

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 {
  border-radius: 50%;
}

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

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

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

body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
  font-size: 0.9rem;
}

body .booked-modal .booked-form button,
body .booked-modal button.cancel,
.booked-form input[type=submit].button-primary {
  font-size: 15px;
}

body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
  height: 71px !important;
}

body div.booked-calendar-wrap div.booked-calendar {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head {
  background-color: transparent !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col {
  text-align: center;
  padding: 1.4rem 0 3rem 0;
  background-color: transparent !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col .monthName {
  font-size: 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col .monthName a {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  padding-left: 0;
  margin-top: 15px;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days {
  background-color: transparent !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
  padding: 1.7em 1em;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: none;
  border-width: 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col {
  border: 0;
  margin: 5px;
}
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 {
  top: 1.8rem;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right:after,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left:after {
  content: "";
  position: absolute;
  top: calc(-50% + 2px);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right i,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left i {
  position: relative;
  font-weight: 400;
  z-index: 1;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right i:before,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left i:before {
  font-family: "fontello";
  font-size: 1rem;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right:hover {
  right: 20px;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right:after {
  right: -10px;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right i:before {
  content: "\e956";
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left:hover {
  left: 20px;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left:after {
  left: -10px;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left i:before {
  content: "\e96f";
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
  margin: 5px !important;
  border-width: 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date {
  background-color: transparent;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date span.number {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock {
  background-color: transparent;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock .bc-col {
  padding: 5px;
}
body div.booked-calendar-wrap div.booked-calendar .booked-appt-list {
  border-radius: 0;
}

body .booked-appt-list .timeslot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .booked-appt-list .timeslot .timeslot-people {
  padding: 18px 16px 0 0;
}

.booked-calendar-shortcode-wrap .booked-appt-list .timeslot .timeslot-people {
  margin-bottom: 18px !important;
}

.booked-modal .bm-window .close i {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

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

.booked-modal .bm-window .button,
.booked-modal .bm-window input[type=submit] {
  padding: 1em 1.5em;
}

.booked-calendar-shortcode-wrap .booked-appt-list .timeslot .timeslot-people button.new-appt.button:disabled,
.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button.new-appt.button:disabled {
  pointer-events: none;
}

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