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

body table.booked-calendar {
    border-bottom: 0 none;
    background-color: transparent;
}

body table.booked-calendar thead tr:first-of-type th {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

body table.booked-calendar tr:last-of-type td:first-of-type {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

body table.booked-calendar tr:last-of-type td:last-of-type {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

body .page-left i,
body .page-right i,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:before,
body .booked-calendarSwitcher p i {
    font-family: 'rt-icons-2';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .page-left i:hover:before,
body .page-right i:hover:before {
    color: #fff;
}

body .booked-calendarSwitcher.calendar {
    padding: 0 23px 0 28px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

body .booked-calendarSwitcher.calendar select {
    min-width: 0;
    width: 162px;
    height: 40px;
    padding-left: 6px;
    padding-top: 2px;
    line-height: 40px;

    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;

    color: #3c3c3c;
}

body .booked-calendarSwitcher.calendar p i {
    margin-right: 0 !important;
}

body .booked-calendarSwitcher.calendar p i:before {
    content: '\e751';
    position: relative;
    left: -8px;
    top: 4px;
    color: #0eb2e7;
    font-size: 22px;
}

body table.booked-calendar th {
    padding-top: 26px;
    padding-bottom: 27px;
}

body .monthName {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500;
    text-transform: none;
}

body table.booked-calendar thead th {
    color:#fff !important;
}

body table.booked-calendar tr.days th {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: none;
    padding-top: 12px;
    padding-bottom: 11px;
}

body table.booked-calendar tr:not(.entryBlock) td {
    height: 80px !important;
}

body table.booked-calendar tr:not(.entryBlock) td > span,
body table.booked-calendar tr:not(.entryBlock) td > span > span {
    line-height: 80px !important;
}

body table.booked-calendar td { border-color: #f0f0f0; }
body table.booked-calendar td:first-child { border-color: #f0f0f0; }
body table.booked-calendar td:last-child { border-color: #f0f0f0; }
body table.booked-calendar .week:first-child td { border-top:1px solid #f0f0f0; }

body table.booked-calendar td.blur .date {
    background: #ecedef;
}

body table.booked-calendar td > span {
    line-height: 79px !important;
}

body table.booked-calendar td .date span {
    color: #787878;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
}

body table.booked-calendar td.blur .date span,
body table.booked-calendar td.prev-date .date span {
    color: #787878;
    font-weight: 300;
}

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: #fff !important;
}

body table.booked-calendar td:hover .date,
body table.booked-calendar td.today .date,
body table.booked-calendar td.today:hover .date,
body table.booked-calendar tr.week td.active,
body table.booked-calendar tr.week td.active .date,
body table.booked-calendar tr.week td.active:hover .date {
    background: #0eb2e7 !important;
}

body table.booked-calendar td:hover .date span {
    background: none;
}

body table.booked-calendar td.today .date span {
    border: 0 none;
    color: #787878 !important;
}

body table.booked-calendar td.today .date span,
body table.booked-calendar td.today:hover .date span,
body table.booked-calendar tr.week td.active .date .number {
    background: none !important;
    color: #fff !important;
}

body .page-left i:before,
body .page-right i:before {
    position: relative;
}

body .page-left i:before,
body .page-right i:before {
    color: #fff;
    font-size: 26px;
    top: 6px;
}

body .page-left i:before {
    content: "\f104";
    left: 10px;
}

body .page-right i:before {
    content: "\f105";
    right: 10px;
}

body table.booked-calendar th a.backToMonth {
    color: #3c3c3c;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    padding-left: 13px;
    position: relative;
    top: -1px;
}

body table.booked-calendar th .monthName a:hover {
    color: #fff;
}


body table.booked-calendar tr.entryBlock {
    background-color: #3c3c3c;
}

body table.booked-calendar tr.entryBlock td {
    border-color: #3c3c3c;
    padding: 1.1% 1.7% 1.7%;
}

body table.booked-calendar .booked-appt-list {
    color:#b2b2b2;
    background-color: #3c3c3c;
    padding: 10px;
    font-size:14px;
    font-size:1.4rem;
    font-weight: 300;
    box-shadow: none;
}

body table.booked-calendar .booked-appt-list h2 {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight:500;
    margin: 0 0 21px;
    text-align: left;
}

body table.booked-calendar .booked-appt-list h2 strong {
    font-weight:500;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
    width: 71.5%;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
    position: relative;
    width: 28.5%;
    padding: 5px 0 0 0;
}

body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-time,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
    padding: 19px 0;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-time,
.booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
    color:#fefefe;
    font-size:18px !important;
    font-size:1.8rem !important;
    font-weight: 300 !important;
    text-transform: none !important;
    line-height: 25px;
}

.booked-calendar-wrap .booked-appt-list .timeslot {
    position: relative;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time,
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people,
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time,
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
    height: 63px;
}

body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
    padding-top: 19px;
}

.booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
    color: #0eb2e7 !important;
    display: inline-block !important;
    position: absolute !important;
    left: 32%;
    top: 7px;
}
.booked-calendar-wrap .booked-appt-list .timeslot.timeslot-unavailable .spots-available {
    color: #b2b2b2 !important;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-count .spots-available.empty {
    color: #b2b2b2;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-time i:before {
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);

    content: '\f017';
    position: relative;
    top: 1px;
    color: #0eb2e7;
    margin-right: 20px;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
    position: relative;
    width: 100%;
    height: 53px;
    background: #fff;
    color: #0eb2e7;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    border: 0 none;
    text-align: left;
    padding-left: 40px;
    padding-right: 55px;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button * {
    font-family: 'Quicksand', sans-serif;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled]:before {
    content: "";
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover {
    background: #0eb2e7 !important;
    color: #fff !important;
    border: 2px solid #0eb2e7 !important;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled] {
    background: transparent !important;
    color: #787878 !important;
    opacity: 1;
    border: 2px solid #787878 !important;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled]:hover {
    background: transparent !important;
    color: #787878 !important;
    border: 2px solid #787878 !important;
}

body table.booked-calendar .booked-appt-list .timeslot:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
    border-left: 0 none;
}

body table.booked-calendar .booked-appt-list .timeslot {
    border-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
}

body table.booked-calendar .booked-appt-list .timeslot:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
}


#booked-profile-page .booked-profile-appt-list h4,
#booked-profile-page .booked-profile-appt-list .appt-block > * {
    color: #292a2e !important;
}

#booked-profile-page .booked-profile-appt-list h4 {
    font-weight: 500;
}

#booked-profile-page .booked-profile-appt-list .booked-cal-buttons > * {
    margin-bottom: 10px;
}

#booked-profile-page .booked-profile-appt-list .booked-cal-buttons a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}


/**
 *  Media Queries -> 240px ( 15em )
 */

@media screen and (min-width: 15em) {

    body table.booked-calendar tr:not(.entryBlock) td {
        height: 50px !important;
    }

    body table.booked-calendar td.today:before {
        display: none;
    }

    body table.booked-calendar tr:not(.entryBlock) td > span,
    body table.booked-calendar tr:not(.entryBlock) td > span > span {
        line-height: 50px !important;
    }

    body table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
        width: 100%;
    }

    body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

}

/**
 *  Media Queries -> 620px ( 38.75em )
 */

@media screen and (min-width: 38.75em) {

    body table.booked-calendar tr:not(.entryBlock) td {
        height: 80px !important;
    }

    body table.booked-calendar td.today:before {
        display: block;
    }

    body table.booked-calendar tr:not(.entryBlock) td > span,
    body table.booked-calendar tr:not(.entryBlock) td > span > span {
        line-height: 80px !important;
    }

    body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
        /*background-color: transparent;
        border: 2px solid #0eb2e7;*/
    }

    #booked-profile-page .booked-profile-appt-list .appt-block {
        float: left;
        width: 50%;
        padding: 30px 50px !important;
    }

    #booked-profile-page .booked-profile-appt-list .calendar-name {
        padding-bottom: 15px !important;
    }

    #booked-profile-page .booked-profile-appt-list .booked-cal-buttons {
        padding-top: 21px !important;
    }

}

/**
 *  Media Queries -> 740px ( 46.25em )
 */

@media screen and (min-width: 46.25em) {

    body table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
        width: 56.5%;
    }

    body table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
        width: 42.5%;
    }

}

/**
 *  Media Queries -> 992px
 */

@media screen and (min-width: 992px) {

    body table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
        width: 78.2%;
    }

    body table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
        width: 21.8%;
    }

    #booked-profile-page .booked-profile-appt-list .appt-block {
        float: left;
        width: 33%;
        padding: 30px 50px 0 !important;
    }

    #booked-profile-page .booked-profile-appt-list .calendar-name {
        padding-bottom: 15px !important;
    }

    #booked-profile-page .booked-profile-appt-list .booked-cal-buttons {
        padding-top: 21px !important;
    }

}


/* Rtl */

body.rtl table.booked-calendar thead tr:first-of-type th {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

body.rtl table.booked-calendar tr:last-of-type td:first-of-type {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

body.rtl table.booked-calendar tr:last-of-type td:last-of-type {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

body.rtl .booked-calendarSwitcher.calendar {
    padding: 0 28px 0 23px;
}

body.rtl .booked-calendarSwitcher.calendar select {
    padding-right: 6px;
    padding-left: 0;
}

body.rtl .booked-calendarSwitcher.calendar p i {
    margin-left: 0 !important;
    margin-right: auto;
}

body.rtl .booked-calendarSwitcher.calendar p i:before {
    right: -8px;
    left: auto;
}

body.rtl .page-right i:before {
    right: 10px;
    left: auto;
}

body.rtl .page-left i:before {
    left: 10px;
    right: auto;
}

body.rtl table.booked-calendar th a.backToMonth {
    padding-right: 13px;
    padding-left: 0;
}

body.rtl table.booked-calendar .booked-appt-list h2 {
    text-align: right;
}

body.rtl .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
    padding-left: 0;
    padding-right: 0;
}

body.rtl .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
    right: 32%;
    left: auto;
}

body.rtl table.booked-calendar .booked-appt-list .timeslot .timeslot-time i:before {
    margin-left: 20px;
    margin-right: auto;
}

body.rtl table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
    border-right: 0 none;
    border-left: none;
}

@media screen and (min-width: 38.75em) {

    body.rtl #booked-profile-page .booked-profile-appt-list .appt-block {
        float: right;
    }

}

@media screen and (min-width: 992px) {

    body.rtl #booked-profile-page .booked-profile-appt-list .appt-block {
        float: right;
    }

}