/*
* 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: #ffff9f;
}

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

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

.t-start,
.t-end,
.t-end-limit {
  color: #fff;
  background: #FFCF00 !important;
}

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

.t-range {
  background: #ffffc1 !important;
}

.t-range-limit {
  background: #ffffc1 !important;
}

.t-range-limit.t-start, .t-range-limit.t-end {
  color: #fff;
  background: #ffff9f !important;
}

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

.t-hover-day, .t-hover-day-content, .t-hover-day:hover {
  color: #fff;
  background: #ffff9f !important;
}

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

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

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

#codefinn_rcs > div:nth-child(2) > div:nth-child(1) label[style],
#codefinn_rcs > div:nth-child(2) > div:nth-child(2) label[style]{
	position: relative;
}
#codefinn_rcs > div:nth-child(2) > div:nth-child(1) label[style] svg,
#codefinn_rcs > div:nth-child(2) > div:nth-child(2) label[style] svg{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translatey(-50%);
	z-index: 2;
}
#codefinn_rcs .codefinn-picker > .codefinn-frame:first-child{
	padding: 0;
	padding-right: 5px;
}
#codefinn_rcs .codefinn-picker > .codefinn-frame:nth-child(2){
	padding: 0;
	padding-left: 5px;
}

#codefinn_rcs .codefinn-picker .t-dates{
	font-size: 0 !important;
	padding-left: 35px;
}
#codefinn_rcs .codefinn-picker #rezerwacja-do-godzina,
#codefinn_rcs .codefinn-picker #rezerwacja-od-godzina{
	padding-left: 35px;
}
#codefinn_rcs .codefinn-picker .t-dates * {
	font-size: 14px;
}

#codefinn_rcs .codefinn-picker > .codefinn-frame > div{
	position: relative;
}
#codefinn_rcs .codefinn-picker > .codefinn-frame > div svg{
	position: absolute;
	top: 50%;
	left: calc(8px + 111px);
	transform: translatey(-50%);
}
#codefinn_rcs .codefinn-picker > .codefinn-frame > div svg:first-of-type{
	left: 8px;
}

#codefinn_rcs > div:nth-child(2) > div:nth-child(1) label[style] .ss-single,
#codefinn_rcs > div:nth-child(2) > div:nth-child(2) label[style] .ss-single{
	padding-left: 40px;
	width: 100%;
	max-width: 100%;
}
#codefinn_rcs > div:nth-child(2) > div:nth-child(1) label[style] .ss-arrow,
#codefinn_rcs > div:nth-child(2) > div:nth-child(2) label[style] .ss-arrow{
	display: none;
}

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

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

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

.t-start.t-today::after,
.t-end.t-today::after {
  border-top-color: #FFCF00;
}