/* Booked Appointments
------------------------------------------------------------------------------------ */
body table.booked-calendar th .monthName a {
	color: rgba(255,255,255,0.75);
}
body table.booked-calendar th .monthName a:hover {
 	color: #ffffff;
 }
body table.booked-calendar th, body table.booked-calendar td {
    font-family: Roboto;
    text-transform: none;
}
body table.booked-calendar, body table.booked-calendar thead{
    background-color: transparent !important;
}
body table.booked-calendar thead th{
    border: 0;
    background-color: transparent !important;
}
body table.booked-calendar thead th .monthName {
    font-family: Roboto;
    text-transform: none;
    font-size: 2.25em;
    font-weight: 300;
    color: #201b19 !important;
}
body table.booked-calendar th .monthName a {
    display: block;
    top: 0;
    padding-top: 0.5em;
    color: #c4c4c6;
}
body table.booked-calendar th .monthName a:hover {
    color: #17b4db;
}
body table.booked-calendar thead th .page-right, body table.booked-calendar thead th .page-left {
    width: 2.5em;
    height: 2.5em;
    font-size: 0.8em;
    background: #f7f7f7;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5em;
}
body table.booked-calendar thead th .page-right:hover, body table.booked-calendar thead th .page-left:hover {
    background: #17b4db;
}
body table.booked-calendar thead th .page-right i, body table.booked-calendar thead th .page-left i{
}
.booked-calendar .fa-arrow-right:before{
    font-family: Fontello;
    content: "\e836";
    color: #c4c4c6;
}
.booked-calendar .fa-arrow-left:before {
    font-family: Fontello;
    content: "\e837";
    color: #c4c4c6;
}
.booked-calendar .backToMonth {
}
body table.booked-calendar th .page-right:hover{
    right: 20px;
}
body table.booked-calendar th .page-left:hover {
    left: 20px;
}
body .calendarSavingState{
    /*display: inline-block;*/
    min-height: 5em;
    color: #c4c4c6;
}
body table.booked-calendar tr.days th {
    border: 0;
    color: #201b19 !important;
    background: #ffffff !important;
}
body table.booked-calendar td.today .date {
    background: #ecc329;
    color: #ffffff;
}
body table.booked-calendar td.today:hover .date,
body table.booked-calendar td:hover .date {
    background: #17b4db;
    color: #ffffff;
}