﻿.ui-datepicker {
    padding:0px;
}

.ui-datepicker-header {
    color: whitesmoke;
    background-color: rgba(250, 246, 247, 1);
    border:0pc;
}

.ui-datepicker-title {
    text-align: center;
    font-weight: bold;
    color: #73477E;
    background-color: rgba(250, 246, 247, 1);
}

.ui-datepicker-calendar thead tr th {
    color: rgba(75, 74, 81, 1);
}

.ui-datepicker-week-col {
    color: rgba(75, 74, 81, 1);
}

.ui-datepicker-calendar td .ui-state-active {
    background-color: #00e000;
    border-color: darkgreen;
    font-size:14px;
}

.ui-datepicker-calendar td .ui-state-default {
    background-color: #00e000;
    font-size: 14px;
}
