/*
* 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-hover-today{
	color: #59caf5;
}
.t-hover-today:hover{
	color: #fff !important; 
}
.t-today{
	background: #333;
}

.t-day, .t-range, .t-start, .t-end, .t-disabled {
  background: #fafafa;
  border-color: #fff;
}

.t-disabled {
  background: transparent;
}

.t-highlighted {
  color: #59caf5;
}
.t-highlighted.t-disabled {
  background: #fafafa;
}

.t-start,
.t-end,
.t-end-limit {
  color: #fff;
  background: #11b3f1 !important;
}

.t-range, .t-range-limit {
  color: #59caf5;
}

.t-range {
  background: #e9f8fe !important;
}

.t-range-limit {
  background: #d1f0fc !important;
}
.t-range-limit.t-start, .t-range-limit.t-end {
  color: #fff;
  background: #89d9f8 !important;
}

.t-check-in .t-end,
.t-check-out .t-start,
.t-check-out tr ~ .t-end {
  color: #fff;
  background: #11b3f1 !important;
}


.t-hover-day, .t-hover-day-content, .t-hover-day:hover {
  color: #fff;
  background: #59caf5 !important;
}
.t-hover-day::after {
  border-color: transparent;
  border-top-color: #59caf5;
}

.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: #59caf5;
}
.t-today:hover::after {
  border-top-color: #59caf5;
}

.t-start.t-today,
.t-end.t-today {
  color: #fff;
}
.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: #11b3f1;
}
.t-start.t-today::after,
.t-end.t-today::after {
  border-top-color: #11b3f1;
}

/*# sourceMappingURL=t-datepicker-blue.css.map */
