div.date-field-picker {
  background-color: white;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
}

.date-picker-input {
  background-color: white !important;
  cursor: default;
}

.date-time-field-timepicker {
  position: relative !important;
  width: 100%;
}

.date-time-edit-input {
  width: 25px;
  margin: 0;
  text-align: center;
  outline: 0 !important;
  border: 0;
}