@font-face {
  font-family: jedatefont;
  src: url(jedatefont.eot?t=1510763148800);
  src: url(jedatefont.eot?t=1510763148800#iefix) format("embedded-opentype"),
    /* url(jedatefont.woff?t=1510763148800) format("woff"),
    url(jedatefont.ttf?t=1510763148800) format("truetype"), */
      url(jedatefont.svg?t=1510763148800#jedatefont) format("svg");
}
.jedatefont {
  font-family: jedatefont !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jedate-content {
  display: block !important;
}
.jedate {
  height: auto;
  font-family: PingFangSC-Light, PingFang SC, Segoe UI, Lucida Grande,
    NotoSansHans-Light, Microsoft YaHei, \5fae\8f6f\96c5\9ed1, STHeiti,
    WenQuanYi Micro Hei, SimSun, sans-serif;
  font-size: 12px;
  cursor: default;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #e2e2e2;
  box-shadow: 0 1px 6px #00000026;
  background-color: #fff;
}
.jedate * {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-family: PingFangSC-Light, PingFang SC, Segoe UI, Lucida Grande,
    NotoSansHans-Light, Microsoft YaHei, \5fae\8f6f\96c5\9ed1, STHeiti,
    WenQuanYi Micro Hei, SimSun, sans-serif;
}
.jedate table thead,
.jedate table td {
  border: 1px #fff solid;
}
.jedate ul,
.jedate ol,
.jedate li,
.jedate dl {
  list-style-type: none;
  font-style: normal;
  font-weight: 300;
}
.jedate .yearprev {
  left: 0;
  font-size: 14px;
}
.jedate .monthprev {
  left: 25px;
  font-size: 14px;
}
.jedate .yearnext {
  right: 0;
  font-size: 14px;
}
.jedate .monthnext {
  right: 25px;
  font-size: 14px;
}
.jedate .jedate-tips {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 800;
  width: 200px;
  margin-left: -100px;
  line-height: 20px;
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: red;
  background-color: #fffef4;
  border: 1px rgb(247, 206, 57) solid;
  display: none;
}
.jedate .timecontent ul::-webkit-scrollbar,
.jedate-menu::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  margin-right: 5px;
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.jedate .timecontent ul::-webkit-scrollbar-track,
.jedate-menu::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0;
}
.jedate .timecontent ul::-webkit-scrollbar-thumb,
.jedate-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.5);
}
.jedate .timecontent ul::-webkit-scrollbar-thumb:hover,
.jedate-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}
.jedate .timecontent ul::-webkit-scrollbar-thumb:active,
.jedate-menu::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.8);
}
.jedate .timecontent ul::-webkit-scrollbar-thumb:window-inactive,
.jedate-menu::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4);
}
.jedate .jedate-hmsmask {
  width: 100%;
  display: block;
  background-color: #000000b3;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 36px;
  z-index: 100;
}
.jedatetipscon {
  color: #333;
  float: left;
  overflow: hidden;
  background-color: #fffef4;
  line-height: 22px;
  padding: 6px;
  border: 1px rgb(247, 206, 57) solid;
  font-style: normal;
  font-family: Arial, \5b8b\4f53, "sans-serif";
  font-size: 12px;
  font-weight: 300;
}
.jedatetipscon p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.jedatetipscon p.red {
  color: red;
}
.jedate.leftmenu {
  padding-left: 90px;
}
.jedate .jedate-menu {
  width: 90px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: #f2f2f2;
  border-right: 1px solid #efefef;
  border-radius: 4px 0 0 4px;
  overflow: auto;
  display: block;
  padding: 4px 0;
}
.jedate .jedate-menu p {
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  overflow: hidden;
  font-size: 12px;
  cursor: pointer;
}
.jedate .jedate-menu p:hover {
  background-color: #00a680;
  color: #fff;
}
.jedate .jedate-wrap {
  min-width: 230px;
  background: #fff;
  overflow: hidden;
}
.jedate .jedate-pane {
  width: 230px;
  float: left;
  overflow: hidden;
}
.jedate .jedate-header {
  width: 100%;
  height: 36px;
  line-height: 36px;
  float: left;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 14px;
  padding: 0 50px;
  position: relative;
}
.jedate .jedate-header em {
  width: 25px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  color: #666;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.jedate .jedate-header .ymbtn {
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.jedate .jedate-content {
  width: 100%;
  height: 220px;
  float: left;
  padding: 5px;
  overflow: hidden;
}
.jedate .jedate-content.bordge {
  border-left: 1px #e9e9e9 solid;
}
.jedate .jedate-content .yeartable,
.jedate .jedate-content .monthtable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #fff;
}
.jedate .jedate-content .yeartable td,
.jedate .jedate-content .monthtable td {
  width: 73px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 14px;
}
.jedate .jedate-content .yeartable td span,
.jedate .jedate-content .monthtable td span {
  padding: 8px 10px;
  border: 1px solid #fff;
}
.jedate .jedate-content .yeartable td.action span,
.jedate .jedate-content .monthtable td.action span,
.jedate .jedate-content .yeartable td.action span:hover,
.jedate .jedate-content .monthtable td.action span:hover {
  background-color: #00a680;
  border: 1px #00a680 solid;
  color: #fff;
}
.jedate .jedate-content .yeartable td span:hover,
.jedate .jedate-content .monthtable td span:hover {
  background-color: #f2f2f2;
  border: 1px #f2f2f2 solid;
}
.jedate .jedate-content .yeartable td.disabled span,
.jedate .jedate-content .monthtable td.disabled span,
.jedate .jedate-content .yeartable td.disabled span:hover,
.jedate .jedate-content .monthtable td.disabled span:hover {
  color: #bbb;
  background-color: #fff;
  border: 1px solid #fff;
}
.jedate .jedate-content .yeartable td.contain span,
.jedate .jedate-content .monthtable td.contain span,
.jedate .jedate-content .yeartable td.contain span:hover,
.jedate .jedate-content .monthtable td.contain span:hover {
  background-color: #d0f0e3;
  border: 1px #d0f0e3 solid;
}
.jedate.grid .daystable thead,
.jedate.grid .daystable td {
  border: 1px #f2f2f2 solid;
}
.jedate .jedate-content .daystable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #fff;
}
.jedate .jedate-content .daystable thead {
  background-color: #fff;
}
.jedate .jedate-content .daystable th {
  width: 31px;
  height: 27px;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
}
.jedate .jedate-content .daystable td {
  width: 31px;
  height: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-family: Arial, \5b8b\4f53, "sans-serif";
}
.jedate .jedate-content .daystable td .nolunar {
  line-height: 29px;
  font-size: 14px;
  font-family: Arial, \5b8b\4f53, "sans-serif";
}
.jedate .jedate-content .daystable td .solar {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  padding-top: 2px;
  display: block;
  font-family: Arial, \5b8b\4f53, "sans-serif";
}
.jedate .jedate-content .daystable td .lunar {
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  overflow: hidden;
  display: block;
  font-family: Arial, \5b8b\4f53, "sans-serif";
  color: #888;
  transform: scale(0.95);
}
.jedate .jedate-content .daystable td.action,
.jedate .jedate-content .daystable td.action:hover,
.jedate .jedate-content .daystable td.action .lunar {
  background-color: #00a680;
  color: #fff;
}
.jedate .jedate-content .daystable td.other,
.jedate .jedate-content .daystable td.other .nolunar,
.jedate .jedate-content .daystable td.other .lunar {
  color: #0da;
}
.jedate .jedate-content .daystable td.disabled,
.jedate .jedate-content .daystable td.disabled .nolunar,
.jedate .jedate-content .daystable td.disabled .lunar {
  color: #bbb;
}
.jedate .jedate-content .daystable td.contain,
.jedate .jedate-content .daystable td.contain:hover {
  background-color: #0da;
  color: #fff;
}
.jedate .jedate-content .daystable td.disabled:hover {
  background-color: #fff;
}
.jedate .jedate-content .daystable td:hover {
  background-color: #f2f2f2;
}
.jedate .jedate-content .daystable td.red {
  color: red;
}
.jedate .jedate-content .daystable td .marks {
  width: 5px;
  height: 5px;
  background-color: red;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 4px;
}
.jedate .jedate-content .daystable td.action .marks {
  width: 5px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 4px;
}
.jedate .jedate-time {
  overflow: hidden;
  padding-bottom: 4px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 150;
}
.jedate .jedate-time .timepane {
  width: 230px;
  float: left;
}
.jedate .jedate-time .timeheader {
  width: 100%;
  float: left;
  height: 36px;
  line-height: 36px;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.jedate .jedate-time .timecontent {
  width: 100%;
  float: left;
}
.jedate .jedate-time .hmstitle {
  width: 211px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 4px;
  text-align: center;
}
.jedate .jedate-time .hmstitle p {
  width: 33.33%;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.jedate .jedate-time .hmslist {
  width: 211px;
  margin: 0 auto 6px;
  border: 1px solid #ddd;
  border-right: none;
  overflow: hidden;
}
.jedate .jedate-time .hmslist .hmsauto {
  height: 100%;
  margin: 0;
  text-align: center;
}
.jedate .jedate-time .hmslist ul {
  width: 70px;
  height: 174px;
  float: left;
  border-right: 1px solid #ddd;
  overflow: hidden;
}
.jedate .jedate-time .hmslist .hmsauto:hover ul {
  overflow-y: auto;
}
.jedate .jedate-time .hmslist ul li {
  width: 130%;
  padding-left: 26px;
  text-align: left;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-family: Arial, \5b8b\4f53, "sans-serif";
}
.jedate .jedate-time .hmslist ul li:hover {
  background-color: #f2f2f2;
}
.jedate .jedate-time .hmslist ul li.action,
.jedate-time .hmslist ul li.action:hover {
  background-color: #00a680;
  color: #fff;
}
.jedate .jedate-time .hmslist ul li.disabled {
  background-color: #fbfbfb;
  color: #ccc;
}
.jedate .jedate-time .hmslist ul li.disabled.action {
  background-color: #00a680;
  color: #fff;
  filter: Alpha(opacity=30);
  opacity: 0.3;
}
.jedate .jedate-footbtn {
  height: 36px;
  padding: 0 6px;
  border-top: 1px #e9e9e9 solid;
  overflow: hidden;
}
.jedate .jedate-footbtn .timecon {
  line-height: 28px;
  padding: 0 5px;
  background-color: #00a680;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  margin-top: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.jedate .jedate-footbtn .btnscon {
  line-height: 28px;
  margin-top: 4px;
  display: block;
  float: right;
  font-size: 12px;
  border-radius: 4px;
  overflow: hidden;
}
.jedate .jedate-footbtn .btnscon span {
  float: left;
  padding: 0 5px;
  border-right: 1px #fff solid;
  background-color: #00a680;
  color: #fff;
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  overflow: hidden;
}
.jedate .jedate-footbtn .btnscon span:last-child {
  border-right: none;
}
.monthprev.mprev.jedatefont {
  background-image: url("data:image/svg+xml,%3Csvg t='1613548410934' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='7772' width='16' height='16'%3E%3Cpath d='M675.84 865.28c-6.656 0-13.312-2.56-17.92-7.68L311.808 512l345.6-345.6c10.24-10.24 26.112-10.24 36.352 0s10.24 26.112 0 36.352L384.512 512l309.76 309.76c10.24 10.24 10.24 26.112 0 36.352-5.12 4.608-11.776 7.168-18.432 7.168z' p-id='7773'%3E%3C/path%3E%3C/svg%3E");
}
.monthnext.mnext.jedatefont {
  background-image: url("data:image/svg+xml,%3Csvg t='1613530423870' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='2286' width='16' height='16'%3E%3Cpath d='M541.44 840.3456L245.76 541.44l285.44-295.0144a32.9216 32.9216 0 0 0 0-45.4656 30.208 30.208 0 0 0-44.1344 0l-309.76 320a32.768 32.768 0 0 0 0 45.4144c2.56 2.56 5.12 3.84 8.3456 5.7856L496.64 886.4256c12.8 12.8 32.6144 12.8 45.4144 0a34.2528 34.2528 0 0 0-0.6144-46.08z' fill='' p-id='2287'%3E%3C/path%3E%3Cpath d='M807.0144 840.3456l-295.68-298.9056 285.44-295.0144a32.9216 32.9216 0 0 0 0-45.4656 30.208 30.208 0 0 0-44.1344 0l-309.76 320a32.8704 32.8704 0 0 0 0 45.4144c2.56 2.56 5.12 3.84 8.3456 5.7856l311.04 314.2656c12.8 12.8 32.6144 12.8 45.4144 0a34.304 34.304 0 0 0-0.6656-46.08z' fill='' p-id='2288'%3E%3C/path%3E%3C/svg%3E");
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg t='1613548410934' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='7772' width='16' height='16'%3E%3Cpath d='M675.84 865.28c-6.656 0-13.312-2.56-17.92-7.68L311.808 512l345.6-345.6c10.24-10.24 26.112-10.24 36.352 0s10.24 26.112 0 36.352L384.512 512l309.76 309.76c10.24 10.24 10.24 26.112 0 36.352-5.12 4.608-11.776 7.168-18.432 7.168z' p-id='7773'%3E%3C/path%3E%3C/svg%3E");
}
.yearprev.yprev.jedatefont {
  background-image: url("data:image/svg+xml,%3Csvg t='1613530423870' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='2286' width='16' height='16'%3E%3Cpath d='M541.44 840.3456L245.76 541.44l285.44-295.0144a32.9216 32.9216 0 0 0 0-45.4656 30.208 30.208 0 0 0-44.1344 0l-309.76 320a32.768 32.768 0 0 0 0 45.4144c2.56 2.56 5.12 3.84 8.3456 5.7856L496.64 886.4256c12.8 12.8 32.6144 12.8 45.4144 0a34.2528 34.2528 0 0 0-0.6144-46.08z' fill='' p-id='2287'%3E%3C/path%3E%3Cpath d='M807.0144 840.3456l-295.68-298.9056 285.44-295.0144a32.9216 32.9216 0 0 0 0-45.4656 30.208 30.208 0 0 0-44.1344 0l-309.76 320a32.8704 32.8704 0 0 0 0 45.4144c2.56 2.56 5.12 3.84 8.3456 5.7856l311.04 314.2656c12.8 12.8 32.6144 12.8 45.4144 0a34.304 34.304 0 0 0-0.6656-46.08z' fill='' p-id='2288'%3E%3C/path%3E%3C/svg%3E");
}
.yearnext.ynext.jedatefont {
  background-image: url("data:image/svg+xml,%3Csvg t='1613530423870' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='2286' width='16' height='16'%3E%3Cpath d='M541.44 840.3456L245.76 541.44l285.44-295.0144a32.9216 32.9216 0 0 0 0-45.4656 30.208 30.208 0 0 0-44.1344 0l-309.76 320a32.768 32.768 0 0 0 0 45.4144c2.56 2.56 5.12 3.84 8.3456 5.7856L496.64 886.4256c12.8 12.8 32.6144 12.8 45.4144 0a34.2528 34.2528 0 0 0-0.6144-46.08z' fill='' p-id='2287'%3E%3C/path%3E%3Cpath d='M807.0144 840.3456l-295.68-298.9056 285.44-295.0144a32.9216 32.9216 0 0 0 0-45.4656 30.208 30.208 0 0 0-44.1344 0l-309.76 320a32.8704 32.8704 0 0 0 0 45.4144c2.56 2.56 5.12 3.84 8.3456 5.7856l311.04 314.2656c12.8 12.8 32.6144 12.8 45.4144 0a34.304 34.304 0 0 0-0.6656-46.08z' fill='' p-id='2288'%3E%3C/path%3E%3C/svg%3E");
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.jedate {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px #00000026;
  border-radius: 8px;
  padding: 5px 15px;
}
.jedate .jedate-header,
.jedate .jedate-time .timeheader {
  background-color: transparent !important;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #4a4a4a !important;
}
.jedate .jedate-footbtn,
.jedate .jedate-time .hmslist,
.jedate .jedate-time .hmslist ul {
  border: none;
}
.jedate .jedate-footbtn .timecon,
.jedate .jedate-footbtn .btnscon span {
  background-color: transparent !important;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #4a4a4a !important;
  cursor: pointer;
}
.jedate .jedate-content .daystable td {
  cursor: pointer;
  border-radius: 4px;
  width: 32px;
  height: 32px;
}
.jedate .jedate-header .ymbtn:hover,
.jedate .jedate-footbtn .timecon:hover,
.jedate .jedate-footbtn .btnscon span:hover,
.jedate .jedate-header em:hover {
  background-color: #f0f0f0 !important;
  border-radius: 4px;
}
.jedate .jedate-time {
  padding-bottom: 7px;
  width: 100%;
}
.jedate .jedate-time .timepane {
  width: 240px;
  float: left;
}
.ymq-date {
  background-image: url("data:image/svg+xml,%3Csvg t='1613967765350' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='2145' width='20' height='20'%3E%3Cpath d='M831.97 64.09H704.03V32.045a32.045 32.045 0 0 0-64.09 0V64.09H384.06V32.045a32.045 32.045 0 0 0-64.09 0V64.09H191.312A191.312 191.312 0 0 0 0 250.14v586.851a191.312 191.312 0 0 0 191.312 186.051H831.97a191.312 191.312 0 0 0 191.313-191.312V255.88A191.312 191.312 0 0 0 831.97 64.09z m127.94 767.88a128.18 128.18 0 0 1-127.94 127.94H191.312a127.94 127.94 0 0 1-127.94-127.94V415.865H959.91z m0-479.955H64.09v-95.656A127.94 127.94 0 0 1 191.312 127.94h127.94v63.372a32.045 32.045 0 0 0 64.09 0V127.94h255.88v63.372a32.045 32.045 0 0 0 64.09 0V127.94h127.94a128.18 128.18 0 0 1 127.94 127.94z' p-id='2146'%3E%3C/path%3E%3Cpath d='M296.295 621.766H186.53a36.589 36.589 0 0 1 0-73.177h109.765a36.589 36.589 0 1 1 0 73.177z m292.47 0H442.41a36.589 36.589 0 0 1 0-73.177h146.354a36.589 36.589 0 0 1 0 73.177z m255.88 0H735.118a36.589 36.589 0 1 1 0-73.177h109.527a36.589 36.589 0 1 1 0 73.177z m-548.35 219.291H186.53a36.589 36.589 0 1 1 0-73.177h109.765a36.589 36.589 0 0 1 0 73.177z m292.47 0H442.41a36.589 36.589 0 0 1 0-73.177h146.354a36.589 36.589 0 0 1 0 73.177z m255.88 0H735.118a36.589 36.589 0 1 1 0-73.177h109.527a36.589 36.589 0 1 1 0 73.177z' p-id='2147'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 97% center;
}
.jedate .jedate-time .hmslist ul::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.jedate .jedate-time .hmslist ul::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #c4c1c1;
}
.jedate .jedate-time .hmslist ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background: #f9f9f9;
}
.jedate .jedate-header em {
  height: 25px;
  margin-top: 5px;
}
.jedate .jedate-content .daystable th,
.jedate .jedate-content .daystable th {
  border: none;
}
.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: 4px;
  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.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  font-weight: 600;
}
.datepicker--cell.-current-.-focus-,
.datepicker--cell.-current-.-in-range- {
  color: #4a4a4a;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  padding: 0;
  background-clip: content-box;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: #5cc4ef33;
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  background-color: #5cc4ef1a;
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  background-color: #5cc4ef1a;
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: rgb(44 110 203);
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  border: none;
}
.datepicker--cell.-selected-.-focus- {
  background: rgb(31 81 153);
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #4a4a4a;
  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: uppercase;
  font-size: 0.8em;
}
.datepicker--body,
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--cells-years,
.datepicker--years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
.datepicker {
  padding: 8px;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px #00000026;
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  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: translate(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translate(-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-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(50% - 5px);
}
.-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% - 5px);
}
.datepicker--body.active {
  display: block;
}
.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: 4px;
}
.datepicker--nav-action,
.datepicker--nav-title {
  font-size: 12px;
  font-weight: 600;
  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-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 25px;
  height: auto;
}
.datepicker--nav-action path {
  fill: #4a4a4a;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}
.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-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: rgb(44 110 203);
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: rgb(31 81 153);
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: #5cc4ef1a;
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: #5cc4ef33;
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
@media (max-width: 768px) {
  .jedate .jedate-pane,
  .jedate .jedate-time .timepane {
    width: 50%;
  }
  .jedate .jedate-time .hmstitle,
  .jedate .jedate-time .hmslist {
    width: 100%;
  }
  .jedate .jedate-time .hmslist ul {
    width: 33.333%;
  }
  .jedate-pane:nth-last-child(1):first-child,
  .timepane:nth-last-child(1):first-child {
    width: 231px;
  }
}
