﻿table {
    border-collapse: separate !important;
}

.calendar-day, .calendar-day:hover {
    border-radius: 15px !important;
    border: 1px solid #5cb85c !important;
    padding: 0 !important;
}

.datepicker table tr td, .datepicker table tr th {
    border-radius: 15px !important;
}

.popover {
    color: #000000;
    text-shadow: none;
}

.popover i {
    margin-left: 5px;
}

.popover .divider {
    list-style: none;
    height: 5px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.calendar i {
    margin-left: 5px;
}

.calendar tfoot, .calendar thead {
    font-size: 12px;
    color: #036;
}
.calendar th {
    vertical-align: baseline;
    font-size: 12px;
    font-weight: bold;
}

label.error {
    display: block; 
    float: none; 
    color: #d9534f;
    vertical-align: top;
}

label.error i {
    margin-right: 5px;
}