﻿.e-schedule .e-appointment.e-appointment-block, .e-schedule .e-monthappointment.e-appointment-block {
    border: 1px solid #999 !important;
    background: #999;
}

.e-schedule .e-appointment.e-appointment-selections, .e-schedule .e-monthappointment.e-appointment-selections {
    border: 1px solid #4b91cc !important;
    background: #4b91cc;
    color: #fff;
}

.e-schedule .e-appointment.e-appointment-selections.e-appointment-available, .e-schedule .e-monthappointment.e-appointment-selections.e-appointment-available {
    border: 1px dashed #4b91cc !important;
    background: #fff;
    color: #4b91cc;
}

.e-schedule .e-appointment.e-appointment-browse, .e-schedule .e-monthappointment.e-appointment-browse {
    border: 1px solid #77c66e !important;
    background: #77c66e;
    color: #fff;
}

.e-schedule .e-appointment.e-appointment-browse.e-appointment-available, .e-schedule .e-monthappointment.e-appointment-browse.e-appointment-available {
    border: 1px dashed #77c66e !important;
    background: #fff;
    color: #77c66e;
}
