.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #a7a8ab; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #333; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #333; }
  .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
  .-selected-.datepicker--cell-day.-other-month- {
    color: #fff; }
  .-selected-.datepicker--cell-day.-other-month-::before {
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-::before {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(157, 196, 255, 0.5);
    color: #333; }
  .-in-range-.datepicker--cell-day.-other-month- {
    color: #333; }
  .-in-range-.datepicker--cell-day.-other-month-::before {
    background-color: rgba(157, 196, 255, 0.5); }
    .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(157, 196, 255, 0.5);
    color: #333; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month- {
    color: #333; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-::before {
      background-color: rgba(157, 196, 255, 0.5); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

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

.datepicker--cell {
  border-radius: 50%;
  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: 36px;
  font-size: 14px; line-height:36px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #9dc4ff; }
  .datepicker--cell.-focus-.datepicker--cell-day {
    background: none; }
  .datepicker--cell.-focus-.datepicker--cell-day::before {
    background: #9dc4ff; }
  .datepicker--cell.-current- {
    color: #3368c3;
background: #fff;
border:1px solid #D9D9DE;    }
  .datepicker--cell.-current-.datepicker--cell-day {
    color: #3368c3;
background: none;
border:none;    }
  .datepicker--cell.-current-.datepicker--cell-day::before {
    color: #3368c3;
background: #fff;
border:1px solid #D9D9DE;    }
    .datepicker--cell.-current-.-focus- {
      background: #9dc4ff; }
    .datepicker--cell.-current-.-focus-.datepicker--cell-day {
      background: none; }
    .datepicker--cell.-current-.-focus-.datepicker--cell-day::before {
      background: #9dc4ff; }
    .datepicker--cell.-current-.-in-range- {
      background: rgba(157, 196, 255, 0.5) }
    .datepicker--cell.-current-.-in-range-.datepicker--cell-day {
      background: none }
    .datepicker--cell.-current-.-in-range-.datepicker--cell-day::before {
      background: rgba(157, 196, 255, 0.5) }
  .datepicker--cell.-in-range- {
    background: rgba(157, 196, 255, 0.5);
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(157, 196, 255, 0.5); }
    .datepicker--cell.-in-range-.-focus-.datepicker--cell-day {
      background-color: none; }
    .datepicker--cell.-in-range-.-focus-.datepicker--cell-day::before {
      background-color: rgba(157, 196, 255, 0.5); }
    .datepicker--cell.-range-from-.datepicker--cell-day::before {
       right:0 }
    /*.datepicker--cell.-range-to-.datepicker--cell-day::before {
       margin:-18px 0 0; }*/

.datepicker--cell.-range-to-.datepicker--cell-day::after,
.datepicker--cell.-range-from-.datepicker--cell-day::after {
    content: '';
    display: block;
    width: 50%;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(157, 196, 255, 0.5);
}
.datepicker--cell.-range-from-.datepicker--cell-day::after {
  left: initial;
  right: 0;
}

  .datepicker--cell.-disabled- {
    cursor: default;
    color: #a7a8ab; }
    .datepicker--cell.-disabled-.-focus- {
      color: #a7a8ab; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a7a8ab; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #a7a8ab; }
  .datepicker--cell.-range-from- {
    /*background-color: #3368c3;*/
    color: #fff;
    border-radius: 50% 0 0 50%; }
  .datepicker--cell.-range-from-.datepicker--cell-day {
    background-color: none; }
  .datepicker--cell.-range-from-.datepicker--cell-day::before {
    background-color: #3368c3;
    border-radius: 50%; }
  .datepicker--cell.-range-to- {
    /*background-color: #3368c3;*/
    color: #fff;
    border-radius: 0 50% 50% 0; }
  .datepicker--cell.-range-to-.datepicker--cell-day {
    background-color: none; }
  .datepicker--cell.-range-to-.datepicker--cell-day::before {
    background-color: #3368c3;
    border-radius: 50%; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 50%; }
  .datepicker--cell.-range-from-.-range-to-.datepicker--cell-day::before {
    border-radius: 50%; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #3368c3; }
  .datepicker--cell.-selected-.datepicker--cell-day {
    background: none; }
  .datepicker--cell.-selected-.datepicker--cell-day::before {
    background: #3368c3; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #3368c3; }
    .datepicker--cell.-selected-.-current-.datepicker--cell-day {
      background: none; }
    .datepicker--cell.-selected-.-current-.datepicker--cell-day::before {
      background: #3368c3; }
    .datepicker--cell.-selected-.-focus- {
      background: #9DC4FF; }
    .datepicker--cell.-selected-.-focus-.datepicker--cell-day {
      background: none; }
    .datepicker--cell.-selected-.-focus-.datepicker--cell-day::before {
      background: #9DC4FF; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  border-top: 1px solid #d9d9de;
  border-bottom: 1px solid #d9d9de;
  padding: 11px 0 15px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 14px 0 0 0; }

.datepicker--day-name {
  color: #000;
  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;
  font-size: 14px;
  line-height: 22px; }

.datepicker--cell-day {
  position: relative;
  width: 14.28571%; }

.datepicker--cell-day::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: -18px 0 0 -18px;
  z-index: 10;
}

.datepicker--cell-day span {
  position: relative;
  z-index: 12;
}

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  border-radius: 0 !important;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  border-radius: 0 !important;
  height: 33.33%; }

.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-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
  .-selected-.datepicker--cell-day.-other-month- {
    color: #fff; }
  .-selected-.datepicker--cell-day.-other-month-::before {
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
    .-selected-.-focus-.datepicker--cell-day.-other-month- {
      background: none; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-::before {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
  .-in-range-.datepicker--cell-day.-other-month- {
    background-color: none;
    color: #cccccc; }
  .-in-range-.datepicker--cell-day.-other-month-::before {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
    .-in-range-.-focus-.datepicker--cell-day.-other-month- {
      background-color: none; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-::before {
      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
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1), 0px 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #F5F5F7;
  border-radius: 4px;
  box-sizing: content-box;
  width: 252px;
  padding:17px 22px;
  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 {
  border: none;
  background: none;
  box-shadow: none;
  position: static;
  padding: 0;
  width: auto;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

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

.datepicker--content {
  box-sizing: content-box;
   }
  .-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; }

.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-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
  .-selected-.datepicker--cell-day.-other-month- {
    color: #fff;
    background: none; }
  .-selected-.datepicker--cell-day.-other-month-::before {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
    .-selected-.-focus-.datepicker--cell-day.-other-month- {
      background: none; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-::before {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
  .-in-range-.datepicker--cell-day.-other-month- {
    background-color: none;
    color: #cccccc; }
  .-in-range-.datepicker--cell-day.-other-month-::before {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
    .-in-range-.-focus-.datepicker--cell-day.-other-month- {
      background-color: none; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-::before {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  position: relative;
  height: 32px;
  padding: 0; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-action {
  position: absolute; right:8px; top:50%; margin-top:-12px;
  width: 24px;
  height: 24px;
  cursor:pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
          .datepicker--nav-action:first-child {
              right: 44px;
          }
  .datepicker--nav-action::before {
      content:""; display:block; position:absolute; left:0; top:0; right:0; bottom:0; background:#e5e5eb; border-radius:50%; opacity:0; transition:all 0.2s;
  }
  .datepicker--nav-action:hover::before {
      opacity:1; left:-6px; top:-6px; right:-6px; bottom:-6px;
  }
  .datepicker--nav-action:active::before {
      background: #E5E5EB;
  }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    position: relative;
    width: 24px;
    height: 24px; }
  .datepicker--nav-action path {
    transition: stroke 0.2s;
    fill: none;
    stroke: #333; }
  .datepicker--nav-action:hover path {
    stroke: #0061d9; }
  .datepicker--nav-action:active path {
    stroke: #0a7a3a; }

.datepicker--nav-title {
  font-size: 22px; line-height: 32px; color: #000;
  cursor:pointer;
  padding: 0; }
  .datepicker--nav-title:hover {
      color: #3368c3
  }
  .datepicker--nav-title i {
    font-style: normal;
    margin-left: 5px; }
  .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: 4px;
  -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.-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-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
  .-selected-.datepicker--cell-day.-other-month- {
    color: #fff;
    background: none; }
  .-selected-.datepicker--cell-day.-other-month-::before {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
    .-selected-.-focus-.datepicker--cell-day.-other-month- {
      background: none; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-::before {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
  .-in-range-.datepicker--cell-day.-other-month- {
    background-color: none;
    color: #cccccc; }
  .-in-range-.datepicker--cell-day.-other-month-::before {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
    .-in-range-.-focus-.datepicker--cell-day.-other-month- {
      background-color: none; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-::before {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #a7a8ab; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #333; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #333; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #9dc4ff; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: rgba(157, 196, 255, 0.5); }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(157, 196, 255, 0.5);
    color: #333; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(157, 196, 255, 0.5); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }