﻿/* 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;*/
.l-text-dropdownedit.l-text-lg,
.l-text-dropdownedit.l-text-sm {
  padding: 0 !important;
}
.l-text-dropdownedit.l-text-lg .l-trigger {
  line-height: 40px;
}
.l-text-dropdownedit.l-text-sm .l-trigger {
  line-height: 24px;
}
.l-text-dropdownedit .l-trigger-icon {
  background: none;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.l-text-dropdownedit.open .l-trigger-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.l-box-select {
  font-family: "Microsoft YaHei", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-variant: tabular-nums;
  line-height: 1.5;
  /*color: @text-color;*/
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none;
  font-variant: initial;
  width: 112px;
  background-color: #fff;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 1050;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
  font-size: 12px;
}
.l-box-select td {
  position: relative;
  display: block;
  padding: 5px 12px;
  line-height: 14px;
  font-weight: normal;
  color: #707070;
  white-space: nowrap;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.3s ease;
}
.l-box-select td:hover {
  /*background-color: @item-hover-bg;*/
  background-color: #E4F5FF;
}
.l-box-select td.l-text-dropdownedit-item-enabled {
  color: #C9C9C9;
  cursor: not-allowed;
}
.l-box-select td.l-text-dropdownedit-item-enabled:hover {
  color: #C9C9C9 !important;
  background-color: #fff !important;
  cursor: not-allowed !important;
}
.l-box-select td.l-text-dropdownedit-item-selected {
  background: #4884F2;
  color: #fff;
}
.l-box-select td.l-text-dropdownedit-item-selected:hover {
  background-color: #E4F5FF;
  font-weight: 400;
  color: #707070;
}
.l-box-select td.l-text-dropdownedit-item-active {
  background-color: #E4F5FF;
}
.l-box-select .l-box-select-inner {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow: auto;
}
.l-box-select .l-box-select-inner .l-box-select-table {
  margin: 0;
  padding: 0;
  width: 100%;
}
.l-table-checkbox td {
  display: table-cell !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent ;
}
.l-table-checkbox td:hover {
  background-color: transparent !important;
}
.l-table-checkbox .l-chckbox-tr-disabled:hover {
  background-color: #fff !important;
}
.l-table-checkbox .l-checkbox-tr-selected {
  background: #4884F2;
  color: #fff;
}
.l-table-checkbox .l-checkbox-tr-selected:hover {
  background-color: #E4F5FF;
  font-weight: 400;
  color: #707070;
}
.l-table-checkbox tr {
  background-color: #fff;
  transition: background 0.3s ease;
}
.l-table-checkbox tr:hover {
  background-color: #D8ECFF;
}
.l-box-group td:not(.l-text-dropdownedit-item-group) {
  padding-left: 20px;
}
.l-box-select-table .l-text-dropdownedit-item-group {
  color: rgba(0, 0, 0, 0.45);
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.l-box-select-table td.l-text-dropdownedit-item-group:hover {
  background-color: inherit !important;
  border-color: inherit !important;
  color: rgba(0, 0, 0, 0.45) !important;
  cursor: default;
}