/* datepicker */
button.xdsoft_today_button {
    display: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
    color: #000;
    background: #ffffec;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
    color: #bbb;
    background: #f5f5f5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background: #3af;
}
