/*
* Tuds tDatepicker
* Copyright 2018 tuds - crazychicken
* Licensed under: LICENSE
* Version: v1.0.4
*/
.t-check-in,
.t-check-out {
  border-color: #ededed;
}

.t-check-in {
  border-right-color: #e8e8e8;
}

.t-date-title {
  color: #e91e63;
}

.t-special-day:before {
  border-color: transparent;
  border-top-color: #e91e63;
  border-right-color: #e91e63;
}

.t-datepicker-day {
  border-color: #ededed;
  background: #fff;
}

.t-day,
.t-range,
.t-start,
.t-end,
.t-disabled {
  background: #fafafa;
  border-color: #fff;
}

.t-disabled {
  background: transparent;
}

.t-highlighted {
  color: #bf840d;
}
.t-highlighted.t-disabled {
  background: #fafafa;
}

.t-start,
.t-end,
.t-end-limit {
  color: #fff;
  background: #bf840d;
}

.t-range,
.t-range-limit {
  color: #bf840d;
}

.t-range {
  color: #bf840d;
  background: #f6e8c9;
}

.t-range-limit {
  background: #f0e4a1;
}
.t-range-limit.t-start,
.t-range-limit.t-end {
  color: #fff;
  background: #e0ac3c;
}

.t-check-in .t-end,
.t-check-out .t-start,
.t-check-out tr ~ .t-end {
  color: #fff;
  background: #bf840d;
}

.t-hover-day,
.t-hover-day-content,
.t-hover-day:hover {
  /* color: #bf840d; */
  background: #f0e4a1;
}

.t-hover-day::after {
  border-color: transparent;
  border-top-color: #f0e4a1;
}

.t-today,
.t-today .t-hover-day-content {
  background: #aeaeae;
}

.t-today::after {
  border-top-color: #aeaeae;
}

.t-today:hover,
.t-today:hover .t-hover-day-content {
  background: #bf840d;
}

.t-today:hover::after {
  border-top-color: #bf840d;
}

.t-start.t-today,
.t-end.t-today {
  color: #ffffff;
}
.t-start.t-today,
.t-start.t-today .t-hover-day-content,
.t-end.t-today,
.t-end.t-today .t-hover-day-content {
  background: #bf840d;
}
.t-start.t-today::after,
.t-end.t-today::after {
  border-top-color: #bf840d;
}
