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

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 table.booked-calendar tr:not(.days) th {
  border-width: 0 !important; }

body table.booked-calendar th .monthName {
  font-size: 48px;
  font-weight: 700; }

.booked-icon-arrow-right:before {
  content: '\e911';
  font-family: "fontello"; }

.booked-icon-arrow-left:before {
  content: '\e910';
  font-family: "fontello"; }

body table.booked-calendar tr.days th {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 1.45rem 0 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

body table.booked-calendar th .page-right {
  right: 0;
  margin-top: -2.5rem; }
  body table.booked-calendar th .page-right:hover {
    right: 0; }

body table.booked-calendar th {
  padding: 1.4rem 0 4.2rem !important; }

body table.booked-calendar th .page-left {
  left: 0;
  margin-top: -2.5rem; }
  body table.booked-calendar th .page-left:hover {
    left: 0; }

body table.booked-calendar .booked-appt-list {
  box-shadow: none !important;
  padding: 20px 28px 10px; }

body .booked-calendar-wrap .booked-appt-list h2 {
  font-size: 30px;
  margin-bottom: 25px; }

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
  font-size: 24px;
  text-transform: uppercase; }

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

body table.booked-calendar td {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600; }

body table.booked-calendar td .date .number {
  width: 100%;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid red; }

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

body table.booked-calendar td.today .date span {
  border-width: 0;
  border-bottom: 1px solid red; }

table.booked-calendar tbody tr:not(.entryBlock) td {
  position: relative; }
  table.booked-calendar tbody tr:not(.entryBlock) td:before {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0 solid red;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  table.booked-calendar tbody tr:not(.entryBlock) td:hover:before, table.booked-calendar tbody tr:not(.entryBlock) td.active:before {
    border-width: 5px; }

body table.booked-calendar tr.week td.active .date .number {
  border-bottom: 1px solid red; }

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time, body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
  padding: 31px 0 20px 0;
  height: auto; }

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people, body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
  padding: 31px 0 20px 0;
  height: auto; }

body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
  height: auto; }

body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
  font-size: 14px;
  text-transform: lowercase; }

body .booked-calendar-wrap .booked-appt-list .timeslot:last-child .timeslot-people, body .booked-calendar-wrap .booked-appt-list .timeslot:last-child .timeslot-time {
  padding-bottom: 0; }

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

.condition-block #newAppointmentForm .field input.button-primary {
  padding: 1.1em; }

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button[disabled], body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button[disabled]:hover {
  pointer-events: none; }

/* 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 {
  -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 table.booked-calendar th .monthName a {
  font-size: 1rem; }

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

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
  padding: 15px 0.75rem 15px;
  line-height: 22px !important;
  border: none; }

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a {
  padding: 15px 0.75rem; }

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

body #booked-profile-page .booked-profile-appt-list .appt-block .cancel {
  border: none; }

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