﻿/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/*@iconfont-css-prefix    : iconfont;*/
/*@button-padding-sm: 3px @padding-xs - 1px;*/
/*@button-group-border: @primary-5;*/
/*@label-height: 24px;
@label-line-height: 24px;*/
/*@vgmenu-item-highlight-color: #fff;*/
/*.button-group(@btnClassName: btn) {
  .button-group-base(@btnClassName);
  .@{btnClassName} + .@{btnClassName},
  .@{btnClassName} + &,
  span + .@{btnClassName},
  .@{btnClassName} + span,
  > span + span,
  & + .@{btnClassName},
  & + & {
    margin-left: -1px;
  }
  .@{btnClassName}-primary + .@{btnClassName}:not(.@{btnClassName}-primary):not([disabled]) {
    border-left-color: transparent;
  }
  .@{btnClassName} {
    border-radius: 0;
  }
  > .@{btnClassName}:first-child,
  > span:first-child > .@{btnClassName} {
    margin-left: 0;
  }
  > .@{btnClassName}:only-child {
    border-radius: @button-border-radius-base;
  }
  > span:only-child > .@{btnClassName} {
    border-radius: @button-border-radius-base;
  }
  > .@{btnClassName}:first-child:not(:last-child),
  > span:first-child:not(:last-child) > .@{btnClassName} {
    border-top-left-radius: @button-border-radius-base;
    border-bottom-left-radius: @button-border-radius-base;
  }
  > .@{btnClassName}:last-child:not(:first-child),
  > span:last-child:not(:first-child) > .@{btnClassName} {
    border-top-right-radius: @button-border-radius-base;
    border-bottom-right-radius: @button-border-radius-base;
  }
  &-small {
    > .@{btnClassName}:only-child {
      border-radius: @button-border-radius-sm;
    }
    > span:only-child > .@{btnClassName} {
      border-radius: @button-border-radius-sm;
    }
    > .@{btnClassName}:first-child:not(:last-child),
    > span:first-child:not(:last-child) > .@{btnClassName} {
      border-top-left-radius: @button-border-radius-sm;
      border-bottom-left-radius: @button-border-radius-sm;
    }
    > .@{btnClassName}:last-child:not(:first-child),
    > span:last-child:not(:first-child) > .@{btnClassName} {
      border-top-right-radius: @button-border-radius-sm;
      border-bottom-right-radius: @button-border-radius-sm;
    }
  }
  & > & {
    float: left;
  }
  & > &:not(:first-child):not(:last-child) > .@{btnClassName} {
    border-radius: 0;
  }
  & > &:first-child:not(:last-child) {
    > .@{btnClassName}:last-child {
      padding-right: 8px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  & > &:last-child:not(:first-child) > .@{btnClassName}:first-child {
    padding-left: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}*/
.l-text-dateedit.l-text-lg,
.l-text-dateedit.l-text-sm {
  padding: 0 !important;
}
.l-text-dateedit.l-text-lg .l-trigger {
  line-height: 40px;
}
.l-text-dateedit.l-text-sm .l-trigger {
  line-height: 24px;
}
.layui-laydate-main {
  /*width: 278px;*/
}
.layui-laydate-header {
  transition: color 0.3s ease;
  /*padding: 5px 70px 5px;*/
  padding: 0px;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  height: 48px;
  border: none;
  line-height: 48px;
}
.layui-laydate-header i {
  font-size: 12px;
  top: 2px;
  padding: 0;
  color: #9F9F9F;
}
.layui-laydate-header i:hover {
  color: #75aaff;
}
.layui-laydate-header i.icon-doubleleft {
  left: 65px;
}
.layui-laydate-header i.icon-left {
  left: 85px;
}
.layui-laydate-header i.icon-right {
  right: 85px;
}
.layui-laydate-header i.icon-doubleright {
  right: 65px;
}
.layui-laydate-header .laydate-set-ym {
  line-height: 50px;
}
.layui-laydate-header .laydate-set-ym span {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  padding: 0;
}
.layui-laydate-header .laydate-set-ym span:hover {
  color: #75aaff;
}
.layui-laydate-header-left {
  margin-left: 8px;
  display: flex;
  width: 72px;
  color: #242424;
  font-family: Microsoft YaHei;
}
.layui-laydate-header-left span:nth-child(1) {
  font-size: 24px;
  font-family: Google Sans;
  font-weight: 500;
  color: #262626;
  opacity: 1;
  margin-right: 2px;
}
.layui-laydate-header-left span:nth-child(2) {
  line-height: 55px;
  /*position: absolute;
            left: 44px;
            bottom: 6px;*/
}
.layui-laydate-header-left span:nth-child(2):hover {
  color: #242424;
}
.layui-laydate-header-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-right: 8px;
  width: 72px;
}
.layui-laydate-header-right .laydate-btns-now {
  width: 35px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #1890FF;
  opacity: 1;
  border-radius: 14px;
  color: #fff;
  padding: 0;
  /*left: -118px;
        position: absolute;*/
  border: none;
  cursor: pointer;
}
.layui-laydate-content {
  flex: 1;
  padding: 0 12px;
  margin-bottom: 7px;
}
.layui-laydate-content.laydate-day-next,
.layui-laydate-content.laydate-day-prev,
.layui-laydate-content .laydate-day-date {
  color: #D8D8D8;
}
.layui-laydate-content table {
  border-collapse: separate;
  border-spacing: 8px 7px;
  width: 254px;
}
.layui-laydate-content table td {
  /*width: 26px;
            height: 28px;*/
  color: #333;
  font-family: Google Sans;
  padding: 0;
  /*&.laydate-day-prev.laydate-selected{
                &:before {
                    background: #D8ECFF;
                }
            }*/
}
.layui-laydate-content table td:before {
  position: absolute;
  top: 50%;
  right: -8px;
  left: 0;
  z-index: -1;
  height: 27px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}
.layui-laydate-content table td.laydate-selected {
  background: #D8ECFF;
}
.layui-laydate-content table td.laydate-selected:before {
  background: #D8ECFF;
}
.layui-laydate-content table th {
  padding: 0;
  height: 27px;
}
.layui-laydate-footer {
  height: 48px;
  display: flex;
  align-items: center;
  border: none;
}
.layui-laydate-footer span {
  color: #4884F2;
}
.layui-laydate-footer span[lay-type=date] {
  color: #4884F2;
}
.layui-laydate-footer span:hover {
  color: #75aaff;
}
.layui-laydate-footer .laydate-footer-btns {
  right: 20px;
  top: 12px;
}
.layui-laydate-content td:hover,
.layui-laydate-list li:hover {
  /*background: @item-hover-bg;*/
  background: #D8ECFF;
  border-radius: 13.5px;
}
.laydate-time-list > li:hover {
  background: 0 0;
}
.layui-laydate .layui-this {
  background-color: #1890FF;
  /*font-weight: bold;*/
  border-radius: 13.5px;
}
.layui-laydate .layui-this-start {
  background-color: #1890FF;
  /*font-weight: bold;*/
  border-radius: 13.5px;
  color: #fff;
}
.layui-laydate .layui-this-start:before {
  background: #D8ECFF;
  left: 65%;
}
.layui-laydate .layui-this-start:hover {
  color: #fff;
}
.layui-laydate .layui-this-end {
  background-color: #1890FF;
  /*font-weight: bold;*/
  border-radius: 17px;
  color: #fff;
}
.layui-laydate .layui-this-end:before {
  background: #D8ECFF;
  right: 65%;
}
.layui-laydate .layui-this-end:hover {
  color: #fff;
}
.laydate-footer-btns span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  touch-action: manipulation;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 400;
  border: 1px solid #D9D9D9;
  padding: 8px 16px 7px;
  height: 28px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  /*&:not(&-disabled):hover {
        text-decoration: none;
    }

    &:not(&-disabled):active {
        outline: 0;
        transition: none;
    }*/
  color: #fff;
  background-color: #4884F2;
  border-color: #4884F2;
  padding: 3px 16px;
  font-size: 14px;
  border-radius: 4px;
  height: 24px;
  line-height: 22px;
  /*margin-left: 8px;*/
  border-radius: 2px;
  font-size: 12px;
}
.laydate-footer-btns span,
.laydate-footer-btns span:active,
.laydate-footer-btns span:focus {
  outline: 0;
}
.laydate-footer-btns span-disabled {
  cursor: not-allowed;
}
.laydate-footer-btns span-disabled > * {
  pointer-events: none;
}
.laydate-footer-btns span-large {
  padding: 8px 16px 7px;
  font-size: 16px;
  border-radius: 4px;
  height: 32px;
}
.laydate-footer-btns span-small {
  padding: 3px 16px;
  font-size: 12px;
  border-radius: 4px;
  height: 24px;
}
.laydate-footer-btns span:hover,
.laydate-footer-btns span:focus {
  color: #fff;
  background-color: #669CFF;
  border-color: #669CFF;
}
.laydate-footer-btns span:active,
.laydate-footer-btns span.active {
  color: #fff;
  background-color: #669CFF;
  border-color: #669CFF;
}
.laydate-footer-btns span.laydate-btns-now {
  width: 24px;
  height: 24px;
  background: #D8D8D8;
  opacity: 1;
  border-radius: 14px;
  color: #fff;
  padding: 0;
  left: -118px;
  position: absolute;
  border: none;
}
.laydate-footer-btns span.laydate-btns-clear {
  background: #fff;
  width: 56px;
  height: 24px;
  border: 1px solid #DFDFDF;
  opacity: 1;
  border-radius: 2px;
  margin-right: 8px;
  color: #757575;
}
.laydate-footer-btns span.laydate-disabled {
  border-color: #D9D9D9;
}
.laydate-footer-btns span.laydate-disabled-disabled,
.laydate-footer-btns span.laydate-disabled-disabled:hover,
.laydate-footer-btns span.laydate-disabled-disabled:focus,
.laydate-footer-btns span.laydate-disabled-disabled:active,
.laydate-footer-btns span.laydate-disabled-disabled.active {
  color: #CCCED3;
  background-color: #EFEFEF;
  border-color: #E2E2E2;
  text-shadow: none;
  box-shadow: none;
}
.layui-laydate,
.layui-laydate-hint {
  background-color: #fff;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.16);
  background-clip: padding-box;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 12px;
  border: none;
  /*width: 278px;*/
  /*border:@border-width-base @border-style-base #fff;*/
}