.datepicker--cell.-selected-:not(.-disabled-),
.datepicker--cell.-selected-.-current-:not(.-disabled-),
.datepicker--cell.-current-:not(.-disabled-) {
	background: #F7F7F7;
    font-weight: 500;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell:not(.-disabled-).-focus- {
    background: #f0f0f0; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
	cursor: no-drop;
    color: #dedede; }
    .datepicker--cell.-disabled-.-focus- {
      color: #dedede; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #dedede; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0px 0px 3px 0px; }

.datepicker--day-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  
text-transform: lowercase;
letter-spacing: 0.3px;

font-size: 12px;
line-height: 22px;
color: #AAAAAA;
font-weight: 300;
}

.datepicker--cell-day {
    margin-left: -1px;
    margin-top: -1px;
	/*
    border: 1px solid rgb(228, 231, 231);
	*/
	height: 33px;
    width: calc(14.28571% + 1px);
}

.datepicker--cell.-disabled-:hover{
	background: transparent;
}

.datepicker--cell.-other-month-{
	visibility: hidden !important;
}

.datepicker--cells-months {
width: calc(100% + 8px);
margin-left: -4px;
  height: 170px; }

.datepicker--cell-month {
width: calc(33.33% - 8px);
height: calc(25% - 8px);
margin: 4px;
background: #FFFFFF;
border: 1px solid #FFFFFF;
border: 0.5px solid #FFFFFF;}
.datepicker--cell-month:not(.-disabled-) {
    font-weight: 500;
    font-size: 13px;
	background: #F7F7F7;
    border: 1px solid #F7F7F7;
    border: 0.5px solid #F7F7F7;
}
.datepicker--cell-month:not(.-disabled-):hover{
	background: #EEEEEE;
    border: 1px solid #EEEEEE;
    border: 0.5px solid #EEEEEE;
}
.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
width: calc(100% + 8px);
margin-left: -4px;
  height: 170px; }

.datepicker--cell-year {
    width: calc(25% - 8px);
    height: calc(25% - 8px);
    margin: 4px;
	background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border: 0.5px solid #FFFFFF;}
.datepicker--cell-year:not(.-disabled-) {
    font-weight: 500;
    font-size: 13px;
	background: #F7F7F7;
    border: 1px solid #F7F7F7;
    border: 0.5px solid #F7F7F7;
}
.datepicker--cell-year:not(.-disabled-):hover{
	background: #EEEEEE;
    border: 1px solid #EEEEEE;
    border: 0.5px solid #EEEEEE;
}
 /*
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
*/
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }
	
.datepicker--cell.-other-month-{
	visibility: hidden !important;
}

.datepicker--cell-day:not(.-disabled-).active,
.datepicker--cell-day:not(.-disabled-).active:hover,
.datepicker--cell-day:not(.-disabled-).-selected-.-current- {
	font-weight: 500;
	z-index: 9;
	background: #e5fbf1;
	border: 2px solid #FFFFFF; /*#b9f5d9;*/
	color: #00d775;
}

/*
.datepicker--cell-day:not(.-disabled-).active:hover{
    color: #FFFFFF;
    background: #00d775;
    border: 1px solid #00d775;
    border: 0.5px solid #00d775;
	border: 2px solid #FFFFFF;
	z-index: 999;
}
*/

.datepicker--cell-day:not(.-disabled-).active.target{
    color: #FFFFFF;
    background: #00d775;
    border: 1px solid #00d775;
    border: 0.5px solid #00d775;
	border: 2px solid #FFFFFF;
	z-index: 999;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
outline: none;
-webkit-user-select: none;  
-moz-user-select: none;    
-ms-user-select: none;      
user-select: none;
/*
padding: 15px;
*/
width: 100%;
max-width: 329px;
height: 258px;

font-size: 13px;
-webkit-tap-highlight-color: rgba(256,256,256,0);
  background: #fff;
  border-radius: 4px;
  box-sizing: content-box;

  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  position: static;
display: inline-block;
vertical-align: top;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }


/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 32px;
  padding: 0px 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
.datepicker--nav-title{
    font-weight: 700;
    font-size: 15px;
	padding: 2px 12px;
}
.datepicker--nav-action {
border: 2px solid #FFFFFF;
width: calc(14.28571% - 3px);
border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.datepicker--nav-action:not(.-disabled-):hover{
    background: #F7F7F7;
}
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #333333;
    stroke-width: 1px; }
.datepicker--nav-action:hover path {
    stroke: #333333;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 20px;
height: 32px;
margin: 2px 0px;
  text-align: center; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
.datepicker--nav-title:not(.-disabled-):hover {
	background: #F7F7F7;
}
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 5px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-current-,
.datepicker--cell-day.-current-:hover,
.datepicker--cell.-disabled-.-current-.-focus- {
	color: #007cff;
	font-weight: 700;
}
/* -------------------------------------------------
    Validity
   ------------------------------------------------- */
.validity-schedule-times{
	position: absolute;
	bottom: calc(100% + 7px);
    left: 50%;
    transform: translate(-50%, 0px);
    background: #333333;
    border-radius: 4px;
    white-space: nowrap;
    padding: 5px 4px;
    padding-bottom: 3px;
    text-align: center;
	cursor: default;
	visibility: hidden;
}

.datepicker--cell-day.target .validity-schedule-times{
	visibility: visible;
}

.validity-schedule-times p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.3px;
    padding: 0px 2px;
	margin: 0px;
    color: #FFF;
}

/* -------------------------------------------------
    Validity CHECK PRICE
   ------------------------------------------------- */
.validity-check-price{
	position: absolute;
	top: calc(100% + 7px);
    left: 50%;
    transform: translate(-50%, 0px);
    background: #007CFF;
    border-radius: 4px;
    white-space: nowrap;
    padding: 6px 14px;
    text-align: center;
	cursor: default;
	visibility: hidden;
	overflow: hidden;
}

.datepicker--cell-day.target .validity-check-price{
	visibility: visible;
}

.validity-check-price p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0px;
	margin: 0px;
    color: #FFFFFF;
}

.validity-check-price-desktop{
	display: none;
}

/* -------------------------------------------------
    Validity CHECK PRICE if mobile-false
   ------------------------------------------------- */
  
.mobile-false .validity-check-price{
	border-radius: 3px;
	padding: 2px 7px;
	top: calc(100% + 13px);
	background: #333333;
	overflow: visible;
}
	
.mobile-false .validity-check-price p{
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
}

.mobile-false .validity-check-price-mobile{
	display: none;
}
.mobile-false .validity-check-price-desktop{
	display: inline;
}

.mobile-false .validity-check-price::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-left: -4px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent transparent #333333 transparent;
}

/*	
@media screen and (min-width: 1025px){
	.validity-check-price{
		border-radius: 3px;
		padding: 2px 7px;
		top: calc(100% + 13px);
		background: #333333;
		overflow: visible;
	}
	
	.validity-check-price p{
		font-size: 11px;
		line-height: 17px;
		font-weight: 400;
	}

	.validity-check-price span{
		display: inline;
	}

	.validity-check-price::after{
		content: "";
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -4px;
		border-width: 4px;
		border-style: solid;
		border-color: transparent transparent #333333 transparent;
	}
}
*/

/**************
ANIMATION
**************/
/*
.validity-check-price:before {
    transform: scale(1);
    -webkit-animation: pulseblob 1s infinite linear;
    -moz-animation: pulseblob 1s infinite linear;
    -ms-animation: pulseblob 1s infinite linear;
    -o-animation: pulseblob 1s infinite linear;
    animation: pulseblob 1s infinite linear;
}

.validity-check-price:after {
    -webkit-animation: pulseblob 1.5s 1s infinite linear;
    -moz-animation: pulseblob 1.5s 1s infinite linear;
    -ms-animation: pulseblob 1.5s 1s infinite linear;
    -o-animation: pulseblob 1.5s 1s infinite linear;
    animation: pulseblob 1.5s 1s infinite linear;
}

.validity-check-price:after, .validity-check-price:before {
	content: '';
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    background: rgba(255,255,255,.4);
    border-radius: 100px;
    opacity: 0;
    width: 44px;
    height: 44px;
    z-index: 100;
}

.validity-check-price:after, .validity-check-price:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes pulseblob {
    0% {
        transform: scale(.2);
        opacity: 0
    }

    33% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(3);
        opacity: 0
    }
}
*/

