/* overrides for react-dates */

.DateRangePickerInput {
  height: 36px;
  border: 1px solid #ddd !important;
}

.DateRangePickerInput__disabled {
  background: #fafafa;
  opacity: 0.6;
  border-color: #ccc !important;
  cursor: inherit;
}

.DateRangePickerInput__disabled > * {
  cursor: inherit;
}

.DateInput {
  height: 34px;
  overflow: hidden;
  width: 90px;
}

.DateInput .DateInput_input {
  border: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 10px;
}

.DateInput__disabled {
  background: none;
}

.DateInput .DateInput_input__disabled {
  background: none;
  cursor: inherit;
}

.DateInput .DateInput_input__focused {
  border: 0 none !important;
  box-shadow: none !important;
  outline: none !important;
}

.CalendarMonth_caption {
  padding-bottom: 50px;
}

.DateRangePickerInput_calendarIcon {
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  top: -1px;
}

.DateRangePickerInput_calendarIcon:focus {
  outline: none;
}
