/* patch to hide the datepicker */
.wp-admin > .ui-helper-clearfix{
    display: none;
}
