/* 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: 15px !important;
  border-style: solid !important;
  border-color: transparent !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;
}

table.booked-calendar thead tr:first-child th {
  padding-top: 0 !important;
  padding-bottom: 2.2em !important;
}
table.booked-calendar th {
  background-color: transparent !important;
}
table.booked-calendar th .monthName {
  font-size: 3.125rem !important;
  line-height: 1.1em !important;
  letter-spacing: 0.025em !important;
}
table.booked-calendar th .monthName a {
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em;
}
table.booked-calendar th .page-left,
table.booked-calendar th .page-right {
  font-size: 5rem !important;
  line-height: 1em !important;
  margin-top: -3.6rem !important;
}
table.booked-calendar th .page-left i,
table.booked-calendar th .page-right i {
  font-family: "fontello" !important;
}
table.booked-calendar th .page-left i:before,
table.booked-calendar th .page-right i:before {
  content: "\e96e" !important;
}
table.booked-calendar th .page-right {
  right: 0 !important;
}
table.booked-calendar th .page-left {
  left: 0 !important;
}
table.booked-calendar th .page-left i:before {
  content: "\e95a" !important;
}
table.booked-calendar tr.days th {
  font-size: 1.56rem !important;
  line-height: 1.2em !important;
  letter-spacing: 0.025em !important;
}
table.booked-calendar td .date .number {
  position: absolute;
  top: 25px;
  left: 13px;
}
table.booked-calendar td.today .date .number {
  border: none !important;
  background-color: transparent !important;
}
table.booked-calendar td.today:hover .date .number {
  border: none !important;
  background-color: transparent !important;
}

body table.booked-calendar tr.days th {
  padding-bottom: 1em !important;
  background-color: transparent !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
  border-width: 5px !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
  height: 7.1rem;
}
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].button-primary,
body #booked-profile-page button.button-primary,
body .booked-list-view input[type=submit].button-primary,
body .booked-list-view button.button-primary,
body .booked-calendar input[type=submit].button-primary,
body .booked-calendar button.button-primary,
body .booked-modal input[type=submit].button-primary,
body .booked-modal button.button-primary {
  border-width: 5px !important;
}
body #booked-profile-page input[type=submit]:hover,
body #booked-profile-page button:hover,
body .booked-list-view input[type=submit]:hover,
body .booked-list-view button:hover,
body table.booked-calendar input[type=submit]:hover,
body table.booked-calendar button:hover,
body .booked-modal input[type=submit]:hover,
body .booked-modal button:hover {
  border: 5px solid #eee !important;
}
body .booked-modal .field .button-primary {
  margin-right: 0 !important;
  margin-bottom: 20px !important;
  width: 100%;
}
body .booked-modal .field .cancel {
  width: 100% !important;
}
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 .booked-profile-appt-list button.button-primary {
  padding: 8px 20px;
  font-size: 12px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .user {
  font-size: 1.1rem;
  font-weight: 700;
}
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 {
  border-width: 5px !important;
  border-radius: 0;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon {
  display: none;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
  border-radius: 0;
}
body .booked-upload-wrap,
body .booked-upload-wrap input {
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .booked-upload-wrap span {
  white-space: nowrap;
  overflow: hidden;
}
body #booked-page-form .login-remember label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #booked-page-form .login-remember input {
  margin-right: 5px !important;
}

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

body .booked-calendar-wrap.small table.booked-calendar th .monthName a {
  font-size: 13px !important;
  top: 0;
}

body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row.top .bc-col {
  padding: 1.15rem 0;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row.top .bc-col .monthName {
  font-size: 1rem !important;
  font-weight: 500;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .page-right, body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .page-left {
  font-size: 2rem !important;
  margin-top: 0.7rem !important;
  top: 0;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .page-right {
  right: 5px !important;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .page-left {
  left: 5px !important;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
  margin: 0;
}
body div.booked-calendar-wrap.small div.booked-calendar .booked-appt-list h2 {
  font-size: 15px;
}
body div.booked-calendar-wrap.small div.booked-calendar .booked-appt-list .timeslot {
  padding: 0;
}
body div.booked-calendar-wrap.small div.booked-calendar .booked-appt-list .timeslot + .timeslot {
  margin-top: 5px;
}
body div.booked-calendar-wrap.small div.booked-calendar .booked-appt-list .timeslot .timeslot-people {
  padding: 0;
}
body div.booked-calendar-wrap.small div.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
  padding: 7px 0;
}

/* 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: 1em 1em 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 table.booked-calendar td.booked .date,
body table.booked-calendar td.booked:hover .date,
body table.booked-calendar td.booked .date span,
body table.booked-calendar td.booked:hover .date span {
  background: none !important;
}

body table.booked-calendar td {
  position: unset;
}
body table.booked-calendar td > span {
  position: relative;
  z-index: 1;
}

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

body div.booked-calendar-wrap div.booked-calendar {
  border-radius: 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col {
  text-align: center;
  padding: 0 0 2.2em 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col .monthName {
  font-size: 3.125rem;
  line-height: 1.1em;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  height: auto;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col .monthName a {
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
  font-size: 1.56rem !important;
  line-height: 1.2em !important;
  letter-spacing: 0.025em !important;
  padding: 0.8rem 0 1em;
  font-weight: 500;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col {
  border: 0;
}
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: 5rem !important;
  line-height: 1em !important;
  margin-top: -3.6rem !important;
}
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 {
  font-family: "fontello" !important;
  font-weight: 400;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
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-head .bc-row .bc-col .page-right i:before {
  content: "\e96e" !important;
}
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 .page-left i:before {
  content: "\e95a" !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row:not(:last-child) {
  border-bottom: 15px solid #252525;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:not(:last-child) {
  border-right: 15px solid #252525;
}
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 span.number {
  position: absolute;
  top: 25px;
  left: 13px;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock .bc-col {
  padding: 0;
}
body div.booked-calendar-wrap div.booked-calendar .booked-appt-list {
  border-radius: 0;
}
body div.booked-calendar-wrap div.booked-calendar .booked-appt-list .timeslot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body div.booked-calendar-wrap div.booked-calendar .booked-appt-list .timeslot .timeslot-people {
  padding: 5px 0;
}

body div.booked-calendar-wrap.booked-list-view .booked-appt-list {
  border-radius: 0;
}
body div.booked-calendar-wrap.booked-list-view .booked-appt-list .booked-appt-list-header {
  padding: 20px 20px 0;
}
body div.booked-calendar-wrap.booked-list-view .booked-appt-list .booked-appt-list-header h2 {
  position: relative;
  top: 2px;
}
body div.booked-calendar-wrap.booked-list-view .booked-appt-list .booked-appt-list-header .booked-list-view-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  height: auto;
}
body div.booked-calendar-wrap.booked-list-view .booked-appt-list .timeslot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

body .booked-appt-list p {
  text-align: center;
}

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

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
}

body div.booked-calendar-wrap.booked-list-view .booked-appt-list .booked-appt-list-header .booked-list-view-nav > button {
  font-size: 12px;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead th {
  font-size: 14px;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td {
  font-size: 19px;
}

#ui-datepicker-div.booked_custom_date_picker,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a {
  border-radius: 0;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}