.date-input {
  width: 100%;
  height: 29px;
  background-color: #FFF;
  border: none;
  cursor: pointer;
  margin-top: 1px; }

.date-input .date-icon-container {
  width: 15%;
  display: inline-block;
  color: #979797;
  position: relative; }

.date-input .date-icon-container .date-icon {
  position: absolute;
  font-size: 18px;
  left: 8px;
  top: -15px; }

.date-input .dates {
  width: 85%;
  display: inline-block;
  line-height: 28px;
  padding-left: 10px; }

.date-input .dates span:nth-child(2) {
  padding: 0 5px 0 5px; }

.date-input:focus {
  outline: none; }

.date-range.hidden {
  display: none; }

.date-range.active {
  display: block; }

.date-range .clear-row {
  position: absolute;
  width: 560px;
  right: 0;
  z-index: 10;
  top: 50px;
  height: 27px;
  background-color: white;
  text-align: center;
  padding: 5px 0 0 0; }

.date-range .clear-row .clear-button {
  border: 0;
  background: transparent;
  color: blue; }

.date-range .rdr-DateRange {
  position: absolute;
  width: 560px;
  right: 0;
  z-index: 10;
  top: 75px; }

