.datepicker-input {
  padding: 0 3px;
}
.datepicker-input input {
  border: none;
  outline: none;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  text-align: center;
}
.datepicker-input .dpi-year {
  width: 35px;
  cursor: default;
}
.datepicker-input .dpi-day {
  width: 23px;
  cursor: default;
}
.datepicker-input .dpi-month {
  width: 25px;
  cursor: default;
}
.datepicker-input .fa-close:hover {
  color: #aaa;
}
.datepicker-input .fa-close {
  line-height: 23px;
  cursor: pointer;
}
.datepicker-input-disabled {
  background-color: #ddd;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
