.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: #e91e63 #e91e63 transparent transparent;
}
.t-datepicker-day {
    border-color: #ededed;
    background: #fff;
}
.t-day,
.t-disabled,
.t-end,
.t-range,
.t-start {
    /*background: #fafafa;*/
    border-color: #fff;
}
.t-disabled {
    background: 0 0;
}
.t-disabled.t-disabled { background: rgb(212, 212, 212); }
.t-arrow.t-disabled { background: transparent!important; }

/*.t-highlighted {*/
/*    color: #59caf5;*/
/*}*/
.t-highlighted.t-disabled {
    background: #fafafa;
}
.t-end,
.t-end-limit,
.t-start {
    color: #fff;
    background: #11b3f1;
}
.t-range,
.t-range-limit {
    color: #59caf5;
}
.t-range {
    background: #e9f8fe;
}
.t-range-limit {
    background: #d1f0fc;
}
.t-range-limit.t-end,
.t-range-limit.t-start {
    color: #fff;
    background: #89d9f8;
}
.t-check-in .t-end,
.t-check-out .t-start,
.t-check-out tr ~ .t-end {
    color: #fff;
    background: #11b3f1;
}
.t-hover-day,
.t-hover-day-content,
.t-hover-day:hover {
    color: #fff;
    background: #59caf5;
}
.t-hover-day::after {
    border-color: #59caf5 transparent transparent;
}
.t-today, .t-today .t-hover-day-content {
    background: #157f7f;
}
.t-today { background: #157f7f!important; border-radius: 100%; }


.t-today::after {
    border-top-color: #157f7f;
}
.t-today:hover,
.t-today:hover .t-hover-day-content {
    background: #157f7f;
}
.t-today:hover::after {
    border-top-color: #59caf5;
}
.t-end.t-today,
.t-start.t-today {
    color: #fff;
}
.t-end.t-today,
.t-end.t-today .t-hover-day-content,
.t-start.t-today,
.t-start.t-today .t-hover-day-content {
    background: #11b3f1;
}
.t-end.t-today::after,
.t-start.t-today::after {
    border-top-color: #11b3f1;
}
