/* SAVING STATES, ETC */
body .calendarSavingState,
body #data-ajax-url { display:none; }

#wp-admin-bar-booked .ab-icon:before { content: "\f508"; top:1px; }
body.booked-noScroll { overflow:hidden; position:relative; width:100%; }

/* GENERAL STYLES */
body .bookedClearFix:after { clear: both; content: ""; display: table; }
body table.booked-calendar th,
body table.booked-calendar td { font-weight:400; }

/* BUTTON STYLES */
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 table.booked-calendar input[type=submit],
body table.booked-calendar button,
body .booked-modal input[type=submit],
body .booked-modal button
{ -moz-box-shadow: none; -webkit-appearance:none; -webkit-box-shadow: none; background:#eee; border:1px solid #ccc; box-shadow: none; color:#333; display:inline-block; font-size:12px; height:auto; line-height: 30px; padding:0 12px; text-shadow: none;; }

body #booked-profile-page input[type=submit].bb-small,
body #booked-profile-page button.bb-small,
body .booked-list-view input[type=submit].bb-small,
body .booked-list-view button.bb-small,
body table.booked-calendar input[type=submit].bb-small,
body table.booked-calendar button.bb-small,
body .booked-modal input[type=submit].bb-small,
body .booked-modal button.bb-small
{ line-height:24px; padding:0 8px; }

body #booked-profile-page input[type=submit].button-primary,
body table.booked-calendar input[type=submit].button-primary,
body .booked-list-view input[type=submit].button-primary,
body .booked-modal input[type=submit].button-primary
{ -webkit-appearance:none; border-style:solid; border-width:1px; color:#fff; height:auto; }

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
{ -moz-box-shadow: none; -webkit-box-shadow: none; background:#ddd; border:1px solid #ccc; box-shadow: none; color:#000; height:auto; text-shadow: none }

body .booked-modal button.cancel { background:#eee !important; color:#333 !important; }
body .booked-modal button.cancel:hover { background:#ddd !important; color:#000 !important; }

body #booked-profile-page input[type=submit].button-primary:hover,
body table.booked-calendar input[type=submit].button-primary:hover,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:hover
{ border:1px solid; color:#fff; height:auto }

/* Some required table color resets */
body table.booked-calendar { box-shadow:none !important; box-sizing:border-box; text-shadow:none !important; }
body table.booked-calendar thead th .page-right,
body table.booked-calendar thead th .page-left { color:#fff !important; }
body table.booked-calendar thead th { color:#fff !important; text-align:center !important; }
body table.booked-calendar thead th .monthName { display:inline-block; }
body table.booked-calendar tbody td { padding:0; text-align:center; }

/* CALENDAR STYLES */
body .booked-calendar-wrap { margin:0 0 30px; }
body .widget_booked_calendar .booked-calendar-wrap { margin:0; }
body table.booked-calendar { background:#F1F1F1; border:none; border-bottom:1px solid #ddd; border-spacing:0; margin:0; padding:0; width:100%; }
body table.booked-calendar thead { color:#fff; text-transform:uppercase; }
body table.booked-calendar thead tr:first-child th { height:1.12rem; }
body table.booked-calendar thead .calendarSavingState { font-size:1rem; }
body table.booked-calendar th { border-style:solid; border-width:1px; line-height:1; padding:1.4rem 0 !important; position:relative; text-align:center; width:14.285%; }
body table.booked-calendar tr.days { color:#fff; text-transform:uppercase; }
body table.booked-calendar tr.days th { border-style:solid; border-width:1px; font-size:0.8rem; letter-spacing:0.03rem; padding:0.8rem 0 !important; }
body table.booked-calendar th .monthName { font-size:1.05rem; height:1.05rem; letter-spacing:0.03rem; line-height:1rem; }
body table.booked-calendar th .monthName a { color:#fff; color:rgba(255,255,255,0.25); font-size:0.8rem; padding-left:10px; position:relative; text-decoration:none; text-transform:none; top:-0.05rem; }
body table.booked-calendar th .monthName a:hover { color:rgba(255,255,255,0.50); }
body table.booked-calendar th .page-left { color:#fff; font-size:1.3rem; left:20px; margin-top:-0.65rem; position:absolute; top:50%; }
body table.booked-calendar th .page-right { color:#fff; font-size:1.3rem; margin-top:-0.65rem; position:absolute; right:20px; top:50%; }
body table.booked-calendar th .page-left:hover { left:19px; }
body table.booked-calendar th .page-right:hover { right:19px; }
body table.booked-calendar td { border-right:1px solid #e5e5e5; color:#333; font-size:20px; margin:0 !important; overflow:hidden; padding:0 !important; position:relative; text-align:center; }
body table.booked-calendar td:first-child { border-left:1px solid #ddd; }
body table.booked-calendar td:last-child { border-right:1px solid #ddd; }
body table.booked-calendar td .date { background:#fff; display:block; height:100%; width:100%; }
body table.booked-calendar td .date .number { -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px; display:inline-block; height: 50px; line-height:49px; width: 50px; }

body table.booked-calendar td:hover .date { background:#fafafa; cursor:pointer; }
body table.booked-calendar td:hover .date span { color:#fff; }
body table.booked-calendar tr.week td.active { border-bottom-color:#ddd; }
body table.booked-calendar tr.week td.active .date { background:#ddd; color:#555; }
body table.booked-calendar tr.week td.active .date .number { background:#fff; border:none; color:#000; }
body table.booked-calendar tr.week td.active { background:#ddd; }
body table.booked-calendar tr.entryBlock { color:#fff; }
body table.booked-calendar tr.entryBlock td { border-bottom-color:#ddd; color:#fff; padding:2% !important; text-align:left; }
body table.booked-calendar tr.entryBlock.booked-loading td { height:132px; }

body table.booked-calendar td.prev-date .date,
body table.booked-calendar td.prev-date:hover .date,
body table.booked-calendar td.prev-date:hover .date span { background:#f5f5f5 !important; color:#ccc !important; cursor:not-allowed; }
body table.booked-calendar td.blur .date,
body table.booked-calendar td.blur:hover .date,
body table.booked-calendar td.blur:hover .date span { background:#f5f5f5 !important; color:#ccc !important; cursor:not-allowed; }
body table.booked-calendar td.next-month .date span,
body table.booked-calendar td.prev-month .date span { color:#ccc; }
body table.booked-calendar td.next-month:hover .date span,
body table.booked-calendar td.prev-month:hover .date span { color:#fff; }
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:#FFF9F8 !important; color:#FFA790 !important; cursor:not-allowed; }
body table.booked-calendar td.active:hover .date span { background:#fff; }

body table.booked-calendar.booked-pa-active td.booked .date,
body table.booked-calendar.booked-pa-active td.booked:hover .date,
body table.booked-calendar.booked-pa-active td.booked .date span,
body table.booked-calendar.booked-pa-active td.booked:hover .date span { cursor:pointer; }
body table.booked-calendar.booked-pa-active td.booked:hover .date span { background:#E35656 !important; color:#fff !important; }
body table.booked-calendar.booked-pa-active tr.week td.booked.active .date,
body table.booked-calendar.booked-pa-active tr.week td.booked.active .date:hover { background:#ddd !important; color:#555 !important; }
body table.booked-calendar.booked-pa-active tr.week td.booked.active .date span,
body table.booked-calendar.booked-pa-active tr.week td.booked.active .date span:hover { background:#fff !important; color:#555 !important; }

body table.booked-calendar td.next-month .date,
body table.booked-calendar td.prev-month .date { background:#fafafa }

body table.booked-calendar td.today .date { color:#000; }
body table.booked-calendar td.today .date span { border:2px solid #31afea; color:#000 !important; }
body table.booked-calendar td.today.prev-date .date span { color:#ccc !important; }
body table.booked-calendar td.today:hover .date { color:#000 !important; }
body table.booked-calendar td.today:hover .date span { background:#31afea !important; color:#fff !important; }
body table.booked-calendar td.today.active:hover .date span { background:#fff !important; color:#000 !important }
body table.booked-calendar td.today.prev-date:hover .date span { background:none !important; color:#ccc !important; }

body table.booked-calendar tr.week td.active .date, body table.booked-calendar tr.week td.active:hover .date, body table.booked-calendar tr.entryBlock { background:#ddd; }

body .booked-calendar-wrap .booked-appt-list { font-size:15px; line-height:1.7; }
body table.booked-calendar .booked-appt-list { -moz-border-radius:3px; -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.20); -webkit-border-radius:3px; -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.20); background:#fff; border-radius:3px; box-shadow: 0 1px 5px rgba(0,0,0,0.20); color:#000; display:none; padding:30px 35px 10px; transform:scale(0.95); }
body .booked-calendar-wrap .booked-appt-list.shown { transform:scale(1); }
body .booked-calendar-wrap .booked-appt-list h2 { color:#555; font-size:20px; line-height:1.4; margin:0 0 30px; text-align:center; }
body .booked-list-view .booked-appt-list h2.booked-no-prev { text-align:left; }
body .booked-calendar-wrap .booked-appt-list p { color:#888; font-weight:400; margin:0 0 20px; }
body .booked-calendar-wrap .booked-appt-list .timeslot { border-top:1px solid #ddd; box-sizing:border-box; color:#888; line-height:1.8; }
body .booked-calendar-wrap .booked-appt-list .timeslot.faded { opacity:0.25; }
body .booked-calendar-wrap .booked-appt-list .timeslot:hover { background:#f9f9f9; }
body .booked-list-view .booked-appt-list .timeslot:hover { background:none; }
body .booked-calendar-wrap .booked-appt-list .timeslot:last-child { margin:0 0 10px; }
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title { color: #4DC574; display: block; margin: 0 0 10px 0; }
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time { box-sizing:border-box; float:left; height:71px; padding:17px 0 0 0; }
body .booked-calendar-wrap .booked-appt-list .timeslot.has-title .timeslot-time { height: auto; min-height:71px; }
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time i.booked-icon { color:#555; }
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people { box-sizing:border-box; float:right; height:71px; padding:18px 0 0 0; }
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time { color: #555; font-size: 16px; font-weight: 600; line-height:1; width:60%; }
body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available { color:#aaa; display:block; font-size:0.7rem; font-weight:400; line-height:2.7; padding-bottom:8px; text-transform:uppercase; }
body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available.empty { color:#aaa; }
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people { width:40%; }
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button { float:right; margin:0 0 0 10px }
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button .button-timeslot { display:none; }
body .booked-calendar-wrap .booked-appt-list .timeslot a { font-weight:600; text-decoration:none; }

body table.booked-calendar .booked-appt-list .timeslot button .spots-available,
body .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available { display:none; }

body table.booked-calendar .booked-appt-list .timeslot button .spots-available,
body .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available { color:#fff; color:rgba(255,255,255,0.75); line-height:1em; padding:5px 0 3px; }

body .booked-calendar-wrap .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time { min-height:auto; }
body .booked-calendar-wrap .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-title { margin:0; }
body .booked-calendar-wrap .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-range { display:none; }

body table.booked-calendar .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time { min-height:auto; }
body table.booked-calendar .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-title { margin:0; }
body table.booked-calendar .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-range { display:none; }

body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time { height:60px; }
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people { height:60px; padding-right:13px; padding-top:13px; }
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time { padding-top:22px; }

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time { padding-left:15px; }
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people { padding-right:16px; }

body .booked-list-view .booked-appt-list .timeslot .timeslot-time { padding-left:0; }
body .booked-list-view .booked-appt-list .timeslot .timeslot-people,
body .booked-list-view .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people { padding-right:0; }

body .booked-calendar-wrap.small table.booked-calendar .booked-appt-list .timeslot:hover .timeslot-people { padding-right:0; }

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button { border-style:solid; border-width:1px; color:#fff; white-space:nowrap; }
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover { border-style:solid; border-width:1px; }
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 { background:#eee !important; border-color:#ddd !important; color:#aaa !important; cursor:default !important; }

body .booked-list-view { position:relative; }
body .booked-list-view .booked-appt-list .timeslot .timeslot-time { width:50%; }
body .booked-list-view .booked-appt-list .timeslot .timeslot-people { width:50%; }

body .booked-list-view.small .booked-appt-list h2,
body .booked-list-view.booked-tight .booked-appt-list h2 { font-size:15px; letter-spacing:0.03em; margin:5px 0 20px; text-align:center; }
body .booked-list-view.small .booked-list-view-nav,
body .booked-list-view.booked-tight .booked-list-view-nav { display:block; margin:-5px 0 30px; position:relative; text-align:center; }
body .booked-list-view.small .booked-list-view-nav .booked-list-view-date-next,
body .booked-list-view.small .booked-list-view-nav .booked-list-view-date-prev,
body .booked-list-view.booked-tight .booked-list-view-nav .booked-list-view-date-next,
body .booked-list-view.booked-tight .booked-list-view-nav .booked-list-view-date-prev { display:inline-block; margin:0 3px 5px; position:relative; top:0; }

body table.booked-calendar .timeslot-count strong { display:block; margin:20px 0 10px; text-transform:uppercase; }
body table.booked-calendar .appt-block { border-top:1px solid #ddd; display:block; padding:10px 0; width:80%; }
body table.booked-calendar .timeslot-count button { float:right; margin:0 0 0 10px; }
body table.booked-calendar .timeslot-count a.delete { color:#F59E9E; float:left; font-size:20px; line-height:1.3; margin:0 10px 0 0; }
body table.booked-calendar .timeslot-count a.delete:hover { color:#E35656; }
body table.booked-calendar tr.week td.active:hover .count { top:-40px; }
body table.booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title,
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title { display: none; }

body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title { display:block; }

body .booked-calendarSwitcher.calendar { -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; box-sizing:border-box; color:#fff; display:inline-block; margin:0; padding:8px 10px 9px 12px; }
body .booked-calendarSwitcher.calendar p { line-height:1rem !important; margin:0 !important; padding:0 !important; position:relative; }
body .booked-calendarSwitcher.calendar p i.booked-icon { color:#fff; font-size:14px; margin:0 10px 0 0; position:relative; }
body .booked-calendarSwitcher.calendar select { -webkit-appearance:none; background:transparent; border:none; color:#fff; cursor:pointer; font-size:14px; min-width:200px; position:relative; }
body .booked-calendarSwitcher.calendar select:active, body .booked-calendarSwitcher.calendar select:focus { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; outline:none; }
body .booked-calendarSwitcher.calendar p:before { color:#fff; content:"\f01b"; font-family:"BookedIcons"; position:absolute; right:3px; top:1px; }

body .booked-calendarSwitcher.list { box-sizing:border-box; display:inline-block; margin:0 0 20px; padding:0; }
body .booked-calendarSwitcher.list p { line-height:1; margin:0; }
body .booked-calendarSwitcher.list p i.booked-icon { display:none; }
body .booked-calendarSwitcher.list select { background:#f9f9f9; border:1px solid #ddd; font-size:14px; height:30px; min-width:200px; }
body .booked-calendarSwitcher.list select:active, body .booked-calendarSwitcher.list select:focus { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; outline:none; }

/* SMALL CALENDAR */
body .booked-calendar-wrap.small table.booked-calendar thead th { font-size:1rem; height:1rem; padding:1.15rem 0 !important; }
body .booked-calendar-wrap.small table.booked-calendar thead tr.days th { font-size:0.7rem; height:auto; padding:0.5rem 0 !important; }
body .booked-calendar-wrap.small table.booked-calendar td { font-size:13px; }
body .booked-calendar-wrap.small table.booked-calendar thead th .page-left { font-size:1rem; left:20px; margin-top:-0.5rem; top:50%; }
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right { font-size:1rem; margin-top:-0.5rem; right:20px; top:50%; }
body .booked-calendar-wrap.small table.booked-calendar thead th .page-left:hover { left:19px; }
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right:hover { right:19px; }
body .booked-calendar-wrap.small table.booked-calendar th .monthName { display:inline-block; font-size:1rem; height:auto; }
body .booked-calendar-wrap.small table.booked-calendar th .monthName a { font-size:10px; top:-2px; }

body .booked-calendar-wrap.small table.booked-calendar td .count { display:none; }
body .booked-calendar-wrap.small table.booked-calendar td .date { height:100%; }

body .booked-calendar-wrap.small table.booked-calendar td .date .number { -moz-border-radius:0; -webkit-border-radius:0; border:none; border-radius:0; display:block; height:100%; transform:scale(1); vertical-align: middle; width:100%; }
body .booked-calendar-wrap.small table.booked-calendar td.blur .date,
body .booked-calendar-wrap.small table.booked-calendar td.blur:hover .date { background:#EEEEEE; color:#ccc; cursor:default; }
body .booked-calendar-wrap.small table.booked-calendar td.booked .date,
body .booked-calendar-wrap.small table.booked-calendar td.booked:hover .date { background:#FFE4DF; color:#F15934; cursor:default; }
body .booked-calendar-wrap.small table.booked-calendar td.today .date { background:#e3f2f9; color:#555; }
body .booked-calendar-wrap.small table.booked-calendar td.today:hover .date { background:#eff7fb; color:#555; }
body .booked-calendar-wrap.small table.booked-calendar td:hover .date { background:#f9f9f9; color:#000; cursor:pointer; }
body .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date .number { background:none; border:none; color:#000; transform:scale(1.5); }

body .booked-calendar-wrap.small table.booked-calendar tr.entryBlock td { padding:5%; }
body .booked-calendar-wrap.small .booked-appt-list { max-height:300px; overflow-x:hidden; overflow-y:auto; padding:15px 20px 10px; }
body .booked-calendar-wrap.small .booked-appt-list h2 { font-size:15px; letter-spacing:0.03em; margin:5px 0 20px; text-align:center; }
body .booked-calendar-wrap.small .booked-appt-list h2 span { display:none; }
body .booked-calendar-wrap.small .booked-appt-list .timeslot { border-top:0; margin:0 0 10px;  }
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time,
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-count { display:none; }
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people { height:auto; padding:0; width:100%; }
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button { float:none; height:auto; line-height:1.5; margin:0; padding:7px 0; text-align:center; white-space:normal; width:100%; }

body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .button-timeslot { display:block; font-size:0.8rem; font-weight:600; letter-spacing:0.01rem; }
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .button-text { display:none; }
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .spots-available { display:block; }

body .booked-calendar-wrap.small .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-people button .button-timeslot { display:none; }

body .booked-calendar-wrap.small table.booked-calendar td.prev-date .date,
body .booked-calendar-wrap.small table.booked-calendar td.prev-date:hover .date { background:#f9f9f9; color:#bbb; cursor:default; }
body .booked-calendar-wrap.small table.booked-calendar td.blur .date,
body .booked-calendar-wrap.small table.booked-calendar td.blur:hover .date { background:#eee; color:#ddd; cursor:default; }
body .booked-calendar-wrap.small table.booked-calendar td.booked .date,
body .booked-calendar-wrap.small table.booked-calendar td.booked:hover .date { background:#ffeae7; color:#f0b1a1; cursor:default; }
body .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date,
body .booked-calendar-wrap.small table.booked-calendar td.today.active:hover .date span { background:#ddd !important; }

/* List View Styles */
body .booked-list-view.small .booked-appt-list h2 { color:#555; font-size:20px; margin:0 0 30px; }
body .booked-list-view.small .booked-appt-list { max-height:none; padding:0; }
body .booked-list-view .booked-appt-list { opacity:1; position:relative; }
body .booked-list-view.booked-loading .booked-appt-list { opacity:0.15; }
body .booked-list-view.booked-loading .booked-appt-list > h2 { opacity:0; }
body .booked-list-view.booked-loading .booked_list_date_picker_trigger { /* opacity:0.15; */ }
body .booked-list-view .booked-list-view-nav { left:0; position:absolute; top:0; width:100%; }
body .booked-list-view .booked-list-view-nav .booked-list-view-date-next { font-weight:400; position:absolute; right:35px; top:1px; }
body .booked-list-view .booked-list-view-nav .booked-list-view-date-prev { font-weight:400; left:0; position:absolute; top:1px; }

body .booked-list-view span.booked-datepicker-wrap { position:absolute; right:0; top:2px; }
body .booked-list-view a.booked_list_date_picker_trigger { -moz-border-radius:3px; -webkit-border-radius:3px; background:#eee; border:1px solid #ccc; border-radius:3px; box-sizing:content-box; color:#333; display:inline-block; font-size:13px; height:24px; line-height:23px; margin:0; position:relative; text-align:center; top:-2px; transform:scale(1); width:24px; }
body .booked-list-view a.booked_list_date_picker_trigger:hover { background:#ddd; border-color:#ccc; color:#000; }
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover { color:#fff; transform:scale(1.23); }

.booked-appt-list .booked-public-appointment-title { display:block; font-size:15px; font-weight:600; padding:0 0 5px; }
.booked-appt-list ul.booked-public-appointment-list, .booked-appt-list ul.booked-public-appointment-list li { display:block; font-weight:400; list-style:none; margin:0 0 14px; padding:0; }
.booked-appt-list ul.booked-public-appointment-list li { margin:0; padding:0; }
.booked-appt-list .booked-public-pending { color:#aaa; }
.timeslot-time.booked-public-appointments { height:auto !important; }

/* MODAL FORM */
body .booked-form { padding-top:5px; }
body .booked-form .field { margin:5px 0 7px; }
body .booked-form .field.booked-text-content { margin-bottom:0; margin-top:20px; }
body .booked-form .field.booked-text-content *:last-child { margin-bottom:0; }
body .booked-form .field:after { clear: both; content: ""; display: table; }
body .booked-form input[type=radio],
body .booked-form input[type=checkbox] { position:relative; top:2px; }
body .booked-form .field select,
body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea { background:#fff; border:1px solid #ccc; box-sizing:border-box; float:left; margin:0 1.5% 0 0; width:49.2%; }
body .booked-form .field input:last-child { margin-right:0; }
body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; color:#aaa; font-size:13px; padding:7px 10px; }
body .booked-form .field textarea,
body .booked-form .field input.hasContent { color:#555; }
body .booked-form .field input.large,
body .booked-form .field select.large { margin-right:1px; width:100%; width:99.8%; }
body .booked-form .spacer { display:block; margin:0; padding:5px 0 0 0; }
body .booked-form .spacer.big { padding:25px 0 0; }
body .booked-form hr { border:none; border-top:1px solid #ddd; margin:20px 0 0 0; padding:10px 0 0 0; }
body .booked-form .condition-block { display:none; }
body .booked-form .condition-block.default { display:block; }
body .booked-form input[type=submit],
body .booked-form button { float:left; margin:0 10px 0 0; }
body .booked-form .field label { cursor:pointer; }
body .booked-form .field label.field-label { cursor:default; display:block; font-weight:bold; margin:0; padding:10px 0 8px; }
body .booked-form .field textarea { box-sizing:border-box; height:100px; line-height:1.6; width:100%; }
body .booked-form .field .checkbox-radio-block { display:block; padding:0 0 3px 10px; }
body .booked-form .field .checkbox-radio-block label { display:inline-block; font-size:13px; margin:0; padding-left:7px; position:relative; top:3px; }
body .booked-form .cf-block { margin: 0 0 25px; }
body .booked-form .cf-block select { float:none; font-size:13px; height:33px; margin-right:0; padding:0 10px; width:100%; }
body .booked-form .cf-block ul, body .booked-form .cf-block ol { margin-left:30px; }
body .booked-form .required-asterisk { color:#E35656; margin:-1px 0 0 7px; }
body .booked-form #ajaxlogin { width:100%; }
body .booked-form #ajaxlogin p.status { color:#888; display:none; font-size:15px; margin:0; padding:15px 0 0; }
body .booked-form #newAppointmentForm p.status { color:#888; display:none; font-size:15px; margin:0; padding:0 0 20px; }
body img.captcha-image { left:5px; position:relative; top:5px; }
body #booked-page-form p.captcha, body .booked-modal .bm-window p.captcha { margin:-5px 0 15px; }
body .booked-form .field p.field-small-p { font-size:14px; margin:-5px 0 5px; }
body .booked-form input[type=submit].button:disabled { background:#ddd !important; border-color:#ddd !important; color:#aaa !important; cursor:not-allowed; }
body .booked-form .booked-appointments { -moz-border-radius:3px; -webkit-border-radius:3px; background:#fff; border-radius:3px; box-shadow:0 1px 3px rgba(0,0,0,0.15); margin:0 0 15px; padding:10px 16px 13px; }
body .booked-form .booked-appointment-details { border-bottom:1px solid #ddd; margin:0 0 10px; padding:0 0 7px; }
body .booked-form .booked-appointment-details:last-child { border:none; margin:0; padding:0; }
body .booked-form .booked-appointment-details.has-error { color: #e35656; }


#customerChoices { background:#fff; border-bottom:1px solid #ddd; display:block; margin:-26px -36px 15px; padding:20px 0 23px; text-align:left; text-align:center; }
#customerChoices .field { display:inline-block; }
#customerChoices .field .checkbox-radio-block { padding-left:0; }
#customerChoices .field { margin:0 20px 0 0; }
#customerChoices .field:last-child { margin:0; }
#customerChoices .field .checkbox-radio-block label { font-size:15px; font-weight:400; }

#ajaxforgot { display:none; }


/* MODAL WINDOWS */
body .booked-modal { bottom: 0; left: 0; margin-top:-84px; min-height:168px; position: fixed; right: 0; top:50%; z-index:9999999; }
body .booked-modal hr { background:none; border-top:1px solid #ddd; }
body .booked-modal .bm-overlay { -moz-animation: booked-fadein 0.2s; -ms-animation: booked-fadein 0.2s; -o-animation: booked-fadein 0.2s; -webkit-animation: booked-fadein 0.2s; -webkit-backface-visibility: hidden; animation: booked-fadein 0.2s; background:#000; background: rgba(0, 0, 0, 0.65); bottom: 0; left: 0; position: fixed; right: 0; top: 0; }
body .booked-modal .bm-window { -moz-animation: booked-flyin 0.2s; -moz-border-radius:5px; -moz-box-shadow:1px 1px 60px rgba(0,0,0,0.5); -ms-animation: booked-flyin 0.2s; -o-animation: booked-flyin 0.2s; -webkit-animation: booked-flyin 0.2s; -webkit-backface-visibility: hidden; -webkit-border-radius:5px; -webkit-box-shadow:1px 1px 60px rgba(0,0,0,0.5); animation: booked-flyin 0.2s; background:#fff; border-radius:5px; box-shadow:1px 1px 60px rgba(0,0,0,0.5); margin:0 auto; padding:43px 0 25px; position:relative; width:450px; }
body .booked-modal.bm-loading .bm-window { -moz-box-shadow:none; -webkit-box-shadow:none; background:none; box-shadow:none; }
body .booked-modal.bm-closing .bm-overlay { -moz-animation: booked-fadeout 0.2s; -ms-animation: booked-fadeout 0.2s; -o-animation: booked-fadeout 0.2s; -webkit-animation: booked-fadeout 0.2s; -webkit-backface-visibility: hidden; animation: booked-fadeout 0.2s; }
body .booked-modal.bm-closing .bm-window { -moz-animation: booked-flyout 0.2s; -ms-animation: booked-flyout 0.2s; -o-animation: booked-flyout 0.2s; -webkit-animation: booked-flyout 0.2s; -webkit-backface-visibility: hidden; animation: booked-flyout 0.2s; }
body .booked-modal .bm-window { background:#f5f5f5; max-height:100px; z-index:2000000000; }
body .booked-modal .bm-window p { font-size:15px; margin:0 0 15px; }
body .booked-modal .bm-window p small { display:block; font-size:13px; font-weight:600; margin:0 0 15px; text-transform:uppercase; }
body .booked-modal .bm-window p.appointment-title { font-weight:600; margin-bottom:0; }
body .booked-modal .bm-window p.calendar-name { font-weight:600; margin-bottom:0; }
body .booked-modal .bm-window p.appointment-info { font-size:15px; line-height:1.7; margin:0; }
body .booked-modal .bm-window p strong { display:inline-block; font-size:13px; font-weight:600; padding-right:3px; text-transform:uppercase; }
body .booked-modal .bm-window a { text-decoration:none; }
body .booked-modal .bm-window .close { color:#fff; color:rgba(255,255,255,0.5); font-size:20px; line-height:1; position:absolute; right:14px; top:11px; }
body .booked-modal .bm-window .close:hover { color:#fff; }
body .booked-modal .bm-window p i.booked-icon.booked-icon-clock { font-size: 18px; position: relative; top: 1px; }
body .booked-modal .bm-window p.booked-calendar-name { font-size:15px; font-weight:600; }

body .booked-modal .bm-window .booked-scrollable { -moz-border-radius:3px; -webkit-border-radius:3px; background:#f5f5f5; border-radius:3px; box-sizing:content-box; max-height:100px; overflow-x:hidden; overflow-y:auto; padding:25px 30px; }
body .booked-modal .bm-window p.booked-title-bar { border-radius: 4px 4px 0 0; box-sizing: border-box; color: #fff; font-size: 13px; left: 0; line-height:1; padding: 15px 30px 15px 15px; position: absolute; top: 0; width: 100%; }
body .booked-modal .bm-window p.booked-title-bar small { margin:0; }

/* Scrolling Fixes */
body .booked-modal .bm-window .booked-scrollable { -webkit-overflow-scrolling:touch; }
body .booked-modal .bm-window .booked-scrollable > * { -webkit-transform: translateZ(0px); -webkit-transform: translate3d(0,0,0); }

/* PROFILE PAGE */
body #booked-profile-page { margin:0 0 30px; position:relative; }
body #booked-profile-page .booked-profile-header { -moz-border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0; border:1px solid #ddd; border-radius:3px 3px 0 0; padding:15px; position:relative; }
body #booked-profile-page .booked-profile-header .booked-logout-button { color:rgba(255,255,255,0.5); font-size:0.9rem; position:relative; text-decoration:none; top:-1px; }
body #booked-profile-page .booked-profile-header .booked-logout-button:hover { color:#fff; }
body #booked-profile-page .booked-user-avatar { display:inline-block; float:left; height:35px; left:0; position:relative; top:0; width:35px; }
body #booked-profile-page .booked-user-avatar img { -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; display:block; height:auto; margin:0; width:100%; }
body #booked-profile-page .booked-info { width:100%; }
body #booked-profile-page .booked-user * { line-height:1.6; margin:0; padding:0; }
body #booked-profile-page .booked-user h3 { color:#fff; display:inline-block; float:left; font-size:1.25rem !important; letter-spacing:0.03rem !important; margin:0; padding:4px 0 4px 12px; }
body #booked-profile-page .booked-counts { float:right; margin-left:5%; width:25%; }
body #booked-profile-page .booked-counts span { display:block; font-size:12px; line-height:2.1; text-align:right; }
body #booked-profile-page .booked-counts i.booked-icon { display:inline-block; padding-right:7px; }
body #booked-profile-page .booked-tabs { border-bottom:0; border-style:solid; border-top:0; border-width:1px; list-style:none; margin:0 !important; padding:0 !important; }
body #booked-profile-page .booked-tabs li { display:inline-block; float:left; margin:0 !important; padding:0 !important; }
body #booked-profile-page .booked-tabs li a { border-right-style:solid; border-right-width:1px; display:block; font-size:14px; height:auto !important; line-height:40px; padding:0 15px; text-decoration:none; }
body #booked-profile-page .booked-tabs li a i.booked-icon { display:inline-block; padding-right:7px; }
body #booked-profile-page .booked-tab-content { -moz-border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; border-radius:0 0 3px 3px; border-style:solid; border-top:none; border-width:1px; display:none; padding:30px 35px 30px 35px; }
body #booked-profile-page .booked-tabs.login { border-top-style:solid; border-top-width:1px; }

/* Profile Colors */
body #booked-profile-page .booked-tabs li a { background:rgba(0,0,0,0.15); }
body #booked-profile-page .booked-tabs li a:hover { background:rgba(0,0,0,0.25); }
body #booked-profile-page .booked-tabs li a { color: #fff; }
body #booked-profile-page .booked-tabs li a:hover { color: #fff; }
body #booked-profile-page .booked-tab-content { background:#fff; border-color:#ddd; }
body #booked-profile-page .booked-counts,
body #booked-profile-page .booked-tabs li.active a,
body #booked-profile-page .booked-tabs li.active a:hover { color: #fff; }
body #booked-profile-page .booked-tabs li a { border:none; }

body #booked-profile-page p.booked-no-margin { color:#888; margin:0; }

body #booked-profile-page .booked-show-cf { font-weight:600; outline:none; }
body #booked-profile-page .booked-show-cf.booked-cf-active { color:#000; }

body #booked-profile-page .cf-meta-values-hidden { -moz-animation: booked-popdown 0.2s; -ms-animation: booked-popdown 0.2s; -o-animation: booked-popdown 0.2s; -webkit-animation: booked-popdown 0.2s; animation: booked-popdown 0.2s; border-left: 3px solid #ddd; display:none; margin: 10px 0 0 0px; padding: 0 0 0 20px; }
body #booked-profile-page .cf-meta-values-hidden p { font-size:14px; font-weight:300; line-height: 1.5; margin:0 0 10px; }
body #booked-profile-page .cf-meta-values-hidden p:last-child { margin-bottom:0; }
body #booked-profile-page .cf-meta-values-hidden p strong { font-weight:600; }

body #booked-profile-page .result-section.table-layout { margin:0; }
body #booked-profile-page .result-section.table-layout .table-box { border:none; }
body #booked-profile-page .result-section.table-layout .table-box .table-body .table-row { min-height:115px; }
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title { font-size:15px; font-weight:normal; line-height:1.6 }
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title p { font-size:12px; margin:0; padding:10px 0 0 0; }
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title small { display:block; padding-top:5px; }
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title a { font-weight:600; }
body #booked-profile-page .result-section.table-layout .table-box .table-head-row { background:none !important; }
body #booked-profile-page .result-section.table-layout .table-box .table-cell { padding:20px 0; }
body #booked-profile-page .result-section.table-layout .table-box .cell-title { padding-right:25px; position:relative; width:55%; }
body #booked-profile-page .result-section.table-layout .table-box .cell-title .compact-img img { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; height:auto; left:0; position:absolute; top:26px; width:65px; }
body #booked-profile-page .result-section.table-layout .table-box .cell-title .cell-title-wrap { padding-left:85px; }
body #booked-profile-page .result-section.table-layout .table-box .cell-rating { width:20%; }
body #booked-profile-page .result-section.table-layout .table-box .cell-time { width:25%; }
body #booked-profile-page .result-section.table-layout .table-box .cell-title.reviews { padding-right:0; width:100%; }
body #booked-profile-page .result-section.table-layout .table-box .cell-title.reviews .rating { margin-top:10px; }
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title .booked-review p { font-size:14px; line-height:1.7; }

/* BOOKED LOGIN */
body #booked-page-form .booked-form-wrap { padding:10px 0; }
body #booked-page-form input[type=submit] { margin:0; }
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 { -moz-box-sizing:border-box; border-style:solid; border-width:1px; box-sizing:border-box; margin:7px 0 0 0; padding:10px 12px; width:100%; }
body #booked-page-form input:disabled,
body #booked-page-form textarea:disabled { background:#f9f9f9; border:1px dotted #ccc; color:#bbb; }
body #booked-page-form input[type=file]:disabled { background:#fff; border:none; }
body #booked-page-form label .not-bold { color:#ccc; font-weight:400; padding:0 0 0 5px; }
body #booked-page-form p { margin:0 0 15px; }
body #booked-page-form .login-remember { float:left; margin:2px 0 0 0; }
body #booked-page-form .login-remember input { margin: 0 4px 0 0; position: relative; top: -1px; }
body #booked-page-form .login-submit { float:right; margin:0; }
body #booked-page-form .login-submit input { margin:0; }

body #profile-edit #booked-page-form { border-top:1px solid #ddd; padding-top:20px; }
body #profile-edit #booked-page-form input[type=file] { display:inline-block; padding:0; }
body #profile-edit #booked-page-form label { font-weight:600; }
body #profile-edit #booked-page-form p.form-nickname,
body #profile-edit #booked-page-form p.form-email,
body #profile-edit #booked-page-form p.form-url { float:left; margin:0 0 25px; width:100%; }
body #profile-edit #booked-page-form p.form-password { float:left; margin:0 4% 25px 0; width:48%; }
body #profile-edit #booked-page-form p.form-password.last { margin:0 0 25px; }
body #profile-edit #booked-page-form p.form-textarea,
body #profile-edit #booked-page-form p.form-avatar,
body #profile-edit #booked-page-form p.form-submit { float:none; margin:0 0 25px; width:100%; }
body #profile-edit #booked-page-form p.form-submit { margin:0 0 5px; }
body #profile-edit #booked-page-form .hint-p { color: #aaa; display: block; font-size: 12px; font-style: italic; padding-top: 5px; }
body #profile-login label, #profile-register label, #profile-forgot label { font-weight:600; }

body .booked-upload-wrap,
body .booked-upload-wrap input { -moz-border-radius:3px; -webkit-border-radius:3px; background: #f5f5f5; border:1px solid #ddd; border-radius:3px; cursor:pointer; display:block; height: 35px; position:relative; width:100%; }
body .booked-upload-wrap { margin:10px 0 4px; width: 100%; }
body #booked-submit-recipe-form .booked-upload-wrap { margin:0; width:100%; }

body .booked-upload-wrap:hover { background:#eee; }
body .booked-upload-wrap span { color:#888; display:block; font-size:13px; height:24px; left:0; margin-top:-12px; position:absolute; text-align:center; top:50%; width:100%; z-index:1; }
body .booked-upload-wrap input { opacity:0; z-index:2; }

body .booked-upload-wrap.hasFile { background:#f9f9f9; border:1px solid #ccc; color:#666; }
body #booked-submit-recipe-form .booked-upload-wrap.hasFile { width:100%; }

body .booked-upload-wrap.hasFile span { color:#000; }

body .booked-custom-error { -moz-border-radius:3px; -webkit-border-radius:3px; background:#fff0f0; border:1px solid #e3c3c3; border-radius:3px; display:none; margin:0 0 20px; padding:5px 10px; }
body .booked-custom-error.not-hidden { display:block; }

body #booked-plugin-page p.booked-form-notice,
body #booked-profile-page p.booked-form-notice { background-color: #FFFBCC; border:1px solid #E6DB55; border-radius:3px; margin:0 0 35px; padding: 10px 15px; }

body #booked-profile-page .booked-profile-appt-list,
body #booked-profile-page #profile-edit { box-sizing:border-box; }

body #booked-profile-page h4 { font-size:19px; font-weight:600; margin:0 0 20px; padding:0; }
body #booked-profile-page .booked-tabs li.edit-button { float:right; }

body #booked-profile-page .booked-profile-appt-list .appt-block { border-top:1px solid #ddd; color:#888; display:block; line-height:23px; padding:20px 0 25px; }
body #booked-profile-page .booked-profile-appt-list .appt-block > i.booked-icon { color:#333; width:23px; }
body #booked-profile-page .booked-profile-appt-list .appt-block:last-child { padding-bottom:0; }
body #booked-profile-page .booked-profile-appt-list .appt-block .status-block { -moz-border-radius:3px; -webkit-border-radius:3px; background:#ccc; border-radius:3px; color:#fff; float:right; font-size:12px; font-weight:bold; line-height:33px; margin:6px 0 0 0; padding:0 12px 1px; text-transform:uppercase; }
body #booked-profile-page .booked-profile-appt-list .appt-block.approved { color:#000; }
body #booked-profile-page .booked-profile-appt-list .appt-block button { float:right; margin:6px 0 0 0; }
body #booked-profile-page .booked-profile-appt-list .appt-block .cancel { color:#aaa; font-size:12px; padding-left:10px; }
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons { display:block; padding:15px 0 0 0; }
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; display:inline-block; font-size:0.9rem; font-weight:400; line-height:1rem; margin:0 7px 0 0; padding:0.5rem 0.75rem; text-decoration:none; }
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a:hover { text-decoration:none; }
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button { font-size:0.9rem; font-weight:400; letter-spacing:0.03rem; line-height:1rem; padding:0.5rem 0.65rem 0.5rem 40px; }
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_dropdown { padding:0; }
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .copyx { display:none; }
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon { top:0.35rem; }
body #booked-profile-page .appt-block .booked-cal-buttons a,
body #booked-profile-page .appt-block .booked-cal-buttons > span,
body #booked-profile-page .appt-block .booked-cal-buttons > div { display:inline-block; float:left; margin:0 0.5rem 0 0; }
body #booked-profile-page .booked-profile-appt-list .appt-block .cancel { background:#f5f5f5; border:1px solid #ddd; color:#aaa; }
body #booked-profile-page .booked-profile-appt-list .appt-block .cancel:hover { background:#eee; border-color:#ccc; color:#888; }
body #booked-profile-page .booked-profile-appt-list .calendar-name { padding:0 0 5px; }

/* CUSTOM DATE PICKER STYLING */
.booked-list-date-picker-wrap { left:0; position:absolute; text-align:center; top:30px; width:100%; }
#ui-datepicker-div.booked_custom_date_picker { -moz-animation: booked-popflyin 0.15s; -moz-border-radius:3px; -ms-animation: booked-popflyin 0.15s; -o-animation: booked-popflyin 0.15s; -webkit-animation: booked-popflyin 0.15s; -webkit-border-radius:3px; animation: booked-popflyin 0.15s; background:#fff; border:1px solid #d5d5d5; border-radius:3px; box-shadow:0 1px 4px rgba(0,0,0,0.15); margin-left:-107px; margin-top:37px; padding:8px; width:230px; z-index:9999 !important; }
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header { color:#fff; position:relative; }
#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 { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; color:#fff; cursor:pointer; display: inline-block; font-family:"BookedIcons"; font-size:16px; position:absolute; text-rendering: auto; top:9px; transform: translate(0, 0); }
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next .ui-icon { display:none; }
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev { left:9px; }
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next { right:9px; }
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-title { padding:9px 0 10px; text-align:center; text-transform:uppercase; }
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev:hover,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next:hover { opacity:0.7; }
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev:before { content: "\f017"; }
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next:before { content: "\f018"; }
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar { border-collapse: collapse; width:100%; }
#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 { color:#fff; font-size:11px; font-weight:normal; }
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead th { padding:5px 0; text-align:center; width:14.285%; }
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody { border-top:8px solid #fff; }
#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 { background:#fff; color:#888; font-size:12px; font-weight:normal; }
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td { padding:0px; text-align:center; }
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; color:#333; display:block; line-height:33px; text-decoration:none; }
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a:hover { background:#eee; }
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td span { display:block; line-height:33px;  }
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-unselectable span { color:#ddd; }
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-week-end a { color:#888; }
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a { color:#fff; }
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a:hover { color:#fff; }
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active, #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover { color:#ffffff; }
/* END CUSTOM DATE PICKER STYLING */

/* Page Form Colors */
body #booked-page-form input[type=email],
body #booked-page-form input[type=text],
body #booked-page-form input[type=password],
body #booked-page-form textarea,
body #booked-page-form { border-color: #ccc; color: #888; font-size: 13px; line-height: 1.5; }

/* ANIMATION */
body .booked-calendar-wrap {
	-moz-transition: height .15s ease-out;
	-o-transition: height .15s ease-out;
	-webkit-transition: height .15s ease-out;
	transition: height .15s ease-out;
}

body table.booked-calendar td .count,
body table.booked-calendar thead th a,
body .booked-appt-list .timeslot .timeslot-time,
body .booked-appt-list .timeslot .timeslot-people,
body .booked-appt-list .timeslot,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .booked-show-cf,
body .booked-list-view a.booked_list_date_picker_trigger {
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

body table.booked-calendar td .date,
body table.booked-calendar td .date span {
	-moz-transition: background .15s ease-out, color .15s ease-out;
	-o-transition: background .15s ease-out, color .15s ease-out;
	-webkit-transition: background .15s ease-out, color .15s ease-out;
	transition: background .15s ease-out, color .15s ease-out;
}

body .booked-list-view .booked-appt-list {
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

body .booked-appt-list {
	-moz-transition: transform .4s ease-in-out;
	-o-transition: transform .4s ease-in-out;
	-webkit-transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
}

/*Tabbed Interface*/
.booked-tabs { overflow: hidden; }
.booked-tabs .booked-tabs-nav { margin-bottom: 20px; }
.booked-tabs .booked-tabs-nav span { background: #eee; border: 1px solid #ccc; box-sizing: border-box; color: #000; cursor: pointer; display: inline-block; font-size: 12px; line-height: 30px; padding: 0 5px; text-transform: uppercase; }
.booked-tabs .booked-tabs-nav span:hover,
.booked-tabs .booked-tabs-nav span.active { background: #ddd; color: #fff; }
.booked-tabs .booked-tabs-cnt {}
.booked-tabs .booked-tabs-cnt > div { display: none; }
.booked-tabs .booked-tabs-cnt > div.active { display: block; }
