.lightpick--inlined {
  position: static;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
  box-sizing: border-box;

}

.lightpick.is-hidden {
  display: none;
}

.lightpick__months {
  display: grid;
  background-color: #eee;
  grid-template-columns: auto;
  grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
  grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
  grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
  grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
  grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
  padding: 4px;
  width: 288px;
  background-color: #fff;
}

.lightpick__month-title-bar {
  margin-bottom: 4px;
  color: black;
  text-align: center;
}

.lightpick__month-title {
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #323232;
  cursor: default;
  padding: 0 4px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-top: 3px;
}

.lightpick__month .lightpick__month-title:hover {
  background-color: #ffffff;
}

.lightpick__month-title-accent {
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #323232;
  pointer-events: none;
}

.lightpick__toolbar {
  position: absolute;
  width: 100%;
}

.lightpick__next-action {
  position: absolute;
  right: 25px;
  ;
}

button.lightpick__next-action:after {
  position: absolute;
  top: -8px;
  right: -11px;
  content: '';
  background: url(/TE/image/down_arrow.jpg) no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  transform: rotate(270deg);
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
  margin-left: 0px;
  width: 32px;
  height: 32px;
  outline: none;
  border: none;
  justify-content: center;
  background: none;
  color: #ffffff;
}

button.lightpick__previous-action:before {
  content: '';
  background: url('/TE/image/down_arrow.jpg') no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: -12px;
  top: 10px;
  transform: rotate(90deg);
}

.lightpick__previous-action,
.lightpick__next-action {
  font-size: 5px;
}

.lightpick__close-action {
  font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
  color: inherit;
}

.lightpick__days-of-the-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
  display: flex;
  font-size: 11px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.lightpick__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}


.lightpick__day:not(.is-disabled):hover {
  background-size: contain;
  background-color:  #236eaf;
  border-radius: 4px 4px;
  color: #ffffff;
  cursor: pointer;
}

.lightpick__day.is-available.is-next-month:hover {
  background: none;
  border-radius: 0px 0px;
  color: #323232;
}

.lightpick__day.is-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.lightpick__day.disabled-tooltip {
  pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
  opacity: 1;
}

.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
  background-color: rgba(38, 139, 210, 0.1);
  background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
  opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
  opacity: 1;
}

.lightpick__day.is-in-range {
  border-radius: 0;
  background-color: lightgrey;
  background-image: none;
}

.lightpick__day.is-in-range:hover {
  background-color:  #236eaf;
  border-radius: 4px 4px;
  color: #ffffff;
  cursor: pointer;
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #236eaf;
  background-image: none;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #236eaf;
  background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
  font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background-color:  #236eaf;
}

.lightpick__tooltip {
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 11px;
  pointer-events: none;
}

.lightpick__tooltip::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}

.lightpick__tooltip::after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.lightpick__months-of-the-year {
  padding: 4px;
  background-color: #fff;
}

.lightpick__months-of-the-year-list {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 8px;
}

.lightpick__month-of-the-year {
  padding: 0 10px;
  text-align: center;
  border-radius: 3px;
  box-shadow: inset -1px -1px 1px 1px #e0e0e0;
  cursor: default;
  display: flex;
  flex-direction: column;
}

.lightpick__month-of-the-year>div:first-child {
  padding: 10px 0 2px 0;
  font-size: 0.9em;
  pointer-events: none;
}

.lightpick__month-of-the-year>div:last-child {
  font-size: 0.7em;
  color: #bbb;
  padding: 2px 0 10px 0;
  pointer-events: none;
}

.lightpick__month-of-the-year:hover {
  background-color: #e0e0e0;
  background-image: none;
}

.lightpick__footer {
  display: flex;
  justify-content: space-between;
}

.lightpick__reset-action,
.lightpick__apply-action {
  border-radius: 5px;
  font-size: 12px;
  border: none;
}

.lightpick__reset-action {
  color: #fff;
  background-color: #aeacad;
}

.lightpick__apply-action {
  color: #fff;
  background-color: #2495f3;
}