@charset "utf-8";
/* CSS Document */
.ui-datepicker{
  padding: 0;  
}
.ui-datepicker th {
    font-weight: normal;
    color: #9e9e9e;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: .6em .2em 0.6em .2em;
    text-align: center;
    border-radius: 75px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button{
    border: 1px solid #ffffff;
    background: #ffffff;
    font-weight: normal;
    color: #454545;
}
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    border: 1px solid #ffffff;
    background: #f24c4e !important;
    font-weight: normal;
    color: #454545;
}
ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #f24c4e;
    background: #f24c4e !important;
    font-weight: normal;
    color: #ffffff;
}