/*
* 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: #D9B08C; }
  .t-highlighted.t-disabled {
    background: #fafafa; }

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

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

.t-range {
  background: #E6D1BF; }

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

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

.t-hover-day, .t-hover-day-content, .t-hover-day:hover {
  color: #fff;
  background: #CA9B71; }

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

.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: #D9B08C; }

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

.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: #D9B08C; }
  .t-start.t-today::after,
  .t-end.t-today::after {
    border-top-color: #D9B08C; }
