@charset "UTF-8";
.zk-month-table,
.zk-year-table {
  margin: -1px;
  font-size: 12px
}

.zk-date-table {
  font-size: 12px;
  min-width: 224px;
  user-select: none;
  td {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    &.next-month,
    &.prev-month {
      color: #ddd;
    }
    &.today {
      color: $color-primary
    }
    &.available:hover {
      background-color: #e5e9f2;
    }
    &.in-range {
      background-color: #D3ECFF;
      &:hover {
        background-color: #AFDCFF
      }
    }
  }
}

.zk-month-table td .cell,
.zk-year-table td .cell {
  width: 48px;
  height: 32px;
  display: block;
  line-height: 32px
}

.zk-date-table td.current,
.zk-date-table td.end-date,
.zk-date-table td.start-date {
  background-color: $color-primary!important;
  color: #fff
}

.zk-date-table td.disabled {
  background-color: #f4f4f4;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc
}


.zk-date-table td.week {
  font-size: 80%;
  color: #8492a6
}

.zk-date-table th {
  padding: 5px;
  color: #8492a6;
  font-weight: 400
}

.zk-date-table.is-week-mode .zk-date-table__row:hover {
  background-color: #e5e9f2
}

.zk-date-table.is-week-mode .zk-date-table__row.current {
  background-color: #D3ECFF
}

.zk-month-table {
  border-collapse: collapse
}

.zk-month-table td {
  text-align: center;
  padding: 20px 3px;
  cursor: pointer
}

.zk-month-table td .cell {
  color: #475669
}

.zk-month-table td .cell:hover {
  background-color: #e5e9f2
}

.zk-month-table td.disabled .cell {
  background-color: #f4f4f4;
  cursor: not-allowed;
  color: #ccc
}

.zk-month-table td.current .cell {
  background-color: $color-primary!important;
  color: #fff
}

.zk-year-table .zk-icon {
  color: #99a9bf
}

.zk-year-table td {
  text-align: center;
  padding: 20px 3px;
  cursor: pointer
}

.zk-year-table td .cell {
  color: #475669
}

.zk-year-table td .cell:hover {
  background-color: #e5e9f2
}

.zk-year-table td.disabled .cell {
  background-color: #f4f4f4;
  cursor: not-allowed;
  color: #ccc
}

.zk-year-table td.current .cell {
  background-color: $color-primary!important;
  color: #fff
}

.zk-date-editor__editor,
.zk-date-picker__editor {
  -webkit-transition: border .3s;
  box-sizing: border-box
}


.zk-date-editor {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 36px;
  width: 182px
}

.zk-date-editor .zk-picker-panel {
  position: absolute;
  min-width: 180px;
  box-sizing: border-box;
  box-shadow: 0 2px 6px #ccc;
  background: #fff;
  z-index: 10;
  top: 41px
}

.zk-date-editor.lg .zk-date-editor__editor {
  padding: 6px 4px
}

.zk-date-editor.sm .zk-date-editor__editor {
  padding: 1px
}

.zk-date-editor.is-have-trigger .zk-date-editor__editor {
  padding-right: 20px
}

.zk-date-editor.is-have-trigger .zk-date-editor__clear {
  right: 22px
}

.zk-date-editor__editor {
  border: 1px solid #c0ccda;
  border-radius: 4px;
  line-height: 18px;
  height: 36px;
  padding: 3px 10px;
  width: 100%;
  transition: border .3s;
  color: #666;
  font-size: 14px
}

.zk-date-editor__editor::-webkit-input-placeholder {
  color: #99a9bf;
  font-size: 14px
}

.zk-date-editor__editor::-moz-placeholder {
  color: #bbb;
  font-size: 14px
}

.zk-date-editor__editor:-ms-input-placeholder {
  color: #bbb;
  font-size: 14px
}

.zk-date-editor__editor::placeholder {
  color: #bbb;
  font-size: 14px
}

.zk-date-editor__trigger.zk-icon {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 16px;
  right: 10px;
  top: 0;
  bottom: 0;
  color: #c0ccda;
  font-size: 16px;
  line-height: 38px
}

.zk-date-editor__clear {
  cursor: pointer;
  position: absolute;
  width: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 36px;
  color: #99a9bf
}

.zk-date-editor__clear:hover {
  color: $color-primary
}

.zk-date-editor.is-active>.zk-date-editor__editor,
.zk-date-editor:hover>.zk-date-editor__editor,
.zk-date-editor__editor:focus {
  outline: 0;
  border-color: $color-primary
}

.zk-date-editor .zk-date-editor__clear {
  display: none
}

.zk-date-editor.is-filled.is-active>.zk-date-editor__clear,
.zk-date-editor.is-filled:hover .zk-date-editor__clear {
  display: inline-block
}

.zk-picker-panel {
  color: #475669;
  border: 1px solid #d3dce6;
  box-shadow: 0 2px 6px #ccc;
  background: #fff;
  border-radius: 2px;
  line-height: 20px;
  margin: 5px 0
}

.zk-picker-panel__body-wrapper::after,
.zk-picker-panel__body::after {
  content: "";
  display: table;
  clear: both
}

.zk-picker-panel__content {
  position: relative;
  margin: 15px
}

.zk-picker-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  text-align: right;
  background-color: #fff;
  position: relative
}

.zk-picker-panel__shortcut {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  line-height: 28px;
  font-size: 14px;
  color: #475669;
  padding-left: 12px;
  text-align: left;
  outline: 0;
  cursor: pointer
}

.zk-picker-panel__shortcut:hover {
  background-color: #e5e9f2
}

.zk-picker-panel__shortcut.active {
  background-color: #e6f1fe;
  color: $color-primary
}

.zk-picker-panel__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px
}

.zk-picker-panel__btn[disabled] {
  color: #ccc;
  cursor: not-allowed
}

.zk-picker-panel__icon-btn {
  font-size: 12px;
  color: #99a9bf;
  border: 0;
  background: 0 0;
  cursor: pointer;
  outline: 0;
  margin-top: 3px
}

.zk-picker-panel__icon-btn:hover {
  color: $color-primary
}

.zk-picker-panel__link-btn {
  cursor: pointer;
  color: #55a4ff;
  text-decoration: none;
  padding: 15px;
  font-size: 12px
}

.zk-picker-panel [slot=sidebar],
.zk-picker-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-right: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding-top: 6px;
  background-color: #f9fafc
}

.zk-picker-panel [slot=sidebar]+.zk-picker-panel__body,
.zk-picker-panel__sidebar+.zk-picker-panel__body {
  margin-left: 110px
}

.zk-date-picker {
  min-width: 254px
}

.zk-date-picker .zk-picker-panel__content {
  min-width: 224px
}

.zk-date-picker table {
  table-layout: fixed;
  width: 100%
}

.zk-date-picker.has-sidebar.has-time {
  min-width: 434px
}

.zk-date-picker.has-sidebar {
  min-width: 370px
}

.zk-date-picker.has-time {
  min-width: 324px
}

.zk-date-picker__editor-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px
}

.zk-date-picker__editor {
  position: relative;
  border: 1px solid #c0ccda;
  border-radius: 4px;
  padding: 5px 10px;
  height: 28px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border .3s;
  width: 100%
}

.zk-date-picker__editor:hover {
  border-color: $color-primary
}

.zk-date-picker__time-header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px 5px 5px;
  display: table;
  width: 100%;
  box-sizing: border-box
}

.zk-date-picker__header {
  margin: 12px;
  text-align: center
}

.zk-date-picker__header-label {
  font-size: 14px;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  cursor: pointer
}

.zk-date-picker__header-label.active,
.zk-date-picker__header-label:hover {
  color: $color-primary
}

.zk-date-picker__prev-btn {
  float: left
}

.zk-date-picker__next-btn {
  float: right
}

.zk-date-picker__time-wrap {
  padding: 10px;
  text-align: center
}

.zk-date-picker__time-label {
  float: left;
  cursor: pointer;
  line-height: 30px;
  margin-left: 10px
}

.zk-date-range-picker {
  min-width: 520px
}

.zk-date-range-picker table {
  table-layout: fixed;
  width: 100%
}

.zk-date-range-picker .zk-picker-panel__body {
  min-width: 513px
}

.zk-date-range-picker .zk-picker-panel__content {
  margin: 0
}

.zk-date-range-picker.has-sidebar.has-time {
  min-width: 766px
}

.zk-date-range-picker.has-sidebar {
  min-width: 620px
}

.zk-date-range-picker.has-time {
  min-width: 660px
}

.zk-date-range-picker__editor {
  position: relative;
  border: 1px solid #c0ccda;
  border-radius: 4px;
  padding: 5px 10px;
  box-sizing: border-box;
  height: 28px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border .3s;
  transition: border .3s;
  width: 100%
}

.zk-date-range-picker__editor:hover {
  border-color: $color-primary
}

.zk-date-range-picker__header {
  position: relative;
  text-align: center;
  height: 28px
}

.zk-date-range-picker__header button {
  float: left
}

.zk-date-range-picker__header div {
  font-size: 14px;
  margin-right: 50px
}

.zk-date-range-picker__content {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 16px
}

.zk-date-range-picker__content.is-right .zk-date-range-picker__header button {
  float: right
}

.zk-date-range-picker__content.is-right .zk-date-range-picker__header div {
  margin-left: 50px;
  margin-right: 50px
}

.zk-date-range-picker__content.is-left {
  border-right: 1px solid #e4e4e4
}

.zk-date-range-picker__editors-wrap {
  box-sizing: border-box;
  display: table-cell
}

.zk-date-range-picker__editors-wrap.is-right {
  text-align: right
}

.zk-date-range-picker__time-header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px 5px 5px;
  display: table;
  width: 100%;
  box-sizing: border-box
}

.zk-date-range-picker__time-header>.zk-icon-arrow-right {
  font-size: 20px;
  vertical-align: middle;
  display: table-cell;
  color: #99a9bf
}

.zk-date-range-picker__time-picker-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px
}

.zk-date-range-picker__time-picker-wrap .zk-picker-panel {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 1;
  background: #fff
}

.zk-time-range-picker {
  min-width: 354px;
  overflow: visible
}

.zk-time-range-picker__content {
  position: relative;
  text-align: center;
  padding: 10px;
  display: flex
}

.zk-time-range-picker__cell {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 7px 7px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.zk-time-range-picker__header {
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px
}

.zk-time-range-picker__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  border: 1px solid #d3dce6
}
