﻿.showDate
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B4B5B8;
    float: left;
}

.showDateMonth
{
    background: none repeat scroll 0 0 #4B4B4B;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px 22px;
}

.showDateDay
{
    color: #CACACA;
    font-size: 44px;
    font-weight: bold;
}

.showEventDetails
{
    /*margin-left: 75px;
    max-width: 150px;*/
}

.clientAppointments
{
    margin-bottom: 40px;
    line-height: 1;
}

.clientAppointmentsScroll
{
    height: 216px;
    overflow: auto;
    margin-top: 10px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 10px;
    height: 10px;
    margin-left: 40%;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
