﻿/* 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-wrapper {
  /*display: inline-block;
    vertical-align: top;*/
}
.l-text-group {
  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-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  /*color: @text-color;*/
  color: #707070;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: table !important;
  border-collapse: separate;
  border-spacing: 0;
}
.l-text-group-addon,
.l-text-group-wrap,
.l-text-group > .l-text {
  display: table-cell;
}
.l-text-group-addon:not(:first-child):not(:last-child),
.l-text-group-wrap:not(:first-child):not(:last-child),
.l-text-group > .l-text:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.l-text-group-addon,
.l-text-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.l-text-group-wrap > * {
  display: block !important;
}
.l-text-group .l-text {
  /*float: left;*/
  margin-bottom: 0;
}
.l-text-group .l-text:focus {
  z-index: 1;
  border-right-width: 1px;
}
.l-text-group .l-text:hover {
  z-index: 1;
  border-right-width: 1px;
}
.l-text-group-addon {
  padding: 0 11px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #0B1723;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s;
}
.l-text-group > .l-text:first-child,
.l-text-group-addon.left {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.l-text-group-addon.left {
  border-right: 0;
}
.l-text-group-addon.right {
  border-left: 0;
}
.l-text-group > .l-text-affix-wrapper:not(:first-child) .l-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.l-text-group > .l-text-affix-wrapper:not(:last-child) .l-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.l-text-group > .l-text:last-child,
.l-text-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.l-text-group-lg .l-text,
.l-text-group-lg > .l-text-group-addon {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.l-text-group-sm .l-text,
.l-text-group-sm > .l-text-group-addon {
  padding: 1px 7px;
  height: 24px;
}
.l-text-group .l-text-affix-wrapper {
  display: table-cell;
  width: 100%;
  float: left;
}
.l-text-group .panel-li {
  margin: 0 !important;
  float: left;
}
.l-text-group .panel-li .l-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.l-text-group .panel-li .l-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.l-text-affix-wrapper {
  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-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  /*color: @text-color;*/
  color: #707070;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
}
.l-text-affix-wrapper:hover .l-text:not(.l-text-disabled) {
  border-color: #4884F2;
  border-right-width: 1px !important;
}
.l-text-affix-wrapper .l-text {
  position: static;
}
.l-text-affix-wrapper .l-text-prefix,
.l-text-affix-wrapper .l-text-suffix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  color: #0B1723;
}
.l-text-affix-wrapper .l-text-prefix :not(.anticon),
.l-text-affix-wrapper .l-text-suffix :not(.anticon) {
  line-height: 1.5;
}
.l-text-affix-wrapper .l-text-prefix {
  left: 12px;
}
.l-text-affix-wrapper .l-text-suffix {
  right: 12px;
}
.l-text-affix-wrapper .l-text:not(:first-child) {
  padding-left: 30px;
}
.l-text-affix-wrapper .l-text .l-text-field {
  padding-left: 2px;
}
.l-text-affix-wrapper .l-text:not(:last-child) {
  padding-right: 30px;
}
.l-text-affix-wrapper .l-text {
  min-height: 100%;
}
/* 文本框、下来框、日期框、调整器都使用到这个 */
.l-text {
  position: relative;
  height: 24px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #D9D9D9;
  /*默认宽度*/
  width: 100px;
  /*边框圆角像素*/
  border-radius: 4px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: inline-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  box-sizing: border-box;
  transition: all 0.3s;
}
.l-text:not(.l-text-disabled):hover {
  border-color: #4884F2;
  border-right-width: 1px !important;
}
.l-text-lg {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.l-text-sm {
  padding: 1px 7px;
  height: 24px;
}
/* 文本框、下来框、日期框、调整器都使用到这个 控件input多包一层实现内部宽度自适应 */
.l-text-flex {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  height: 100%;
}
.l-text-focus {
  border-color: #4884F2;
  outline: 0;
  /*box-shadow: @textedit-outline-offset @outline-blur-size @outline-width fade(@color, 20%);*/
  border-right-width: 1px !important;
  /*z-index: 1;*/
}
/* 文本框 验证不通过 */
.l-text-invalid {
  border-color: #f96868;
}
.l-text-invalid .l-text-field {
  background: none;
}
.l-text-invalid.l-text-focus {
  border-color: #4884F2;
  outline: 0;
  /*box-shadow: @textedit-outline-offset @outline-blur-size @outline-width fade(@color, 20%);*/
  border-right-width: 1px !important;
  /*z-index: 1;*/
}
/*禁用时文本框*/
.l-text-disabled {
  background-color: #EFEFEF;
  opacity: 1;
  cursor: not-allowed;
  color: #CCCED3;
  border-color: #E2E2E2;
  /*&:hover {
        .hover(@textedit-border-color);
    }*/
  /*输入框带图标禁用时状态*/
}
.l-text-disabled .l-trigger {
  cursor: not-allowed;
}
.l-text-disabled .l-text-field {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
  cursor: inherit;
}
/* 编辑状态 */
/* 只读状态*/
.l-text-readonly {
  background: #faf9f9;
}
.l-text-readonly input {
  background: inherit;
  border: 0;
}
.l-text-readonly .l-trigger-cancel {
  display: none;
  cursor: auto;
}
/*.@{text}-readonly .l-trigger,.@{text}-readonly .l-trigger-icon {
	display:none;// by:zcren 2016-12-06 解决输入控件为只读时，按钮图标被隐藏的问题
}*/
/* 表单文本框 input:text */
.l-text-field {
  cursor: auto;
  position: relative;
  display: inline-block;
  width: 100%;
  border: 0;
  margin: 0;
  outline: none;
  height: 100%;
  background-color: #fff;
  /*padding: @textedit-padding-vertical-base @textedit-padding-horizontal-base;*/
  padding: 4px;
  color: #0B1723;
  /*һ��Ҫ����������Ȼ�߿�Բ�ǵ�ʱ�򣬿����а׿�*/
  border-radius: 4px;
  background-image: none;
  font-size: 12px;
}
.l-text-field::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.l-text-field:-ms-input-placeholder {
  color: #bfbfbf;
}
.l-text-field::-webkit-input-placeholder {
  color: #bfbfbf;
}
.l-text-field::-webkit-input-placeholder {
  color: #DDDDDD;
}
.l-text-field-number {
  text-align: left;
  -ms-ime-mode: disabled;
  ime-mode: disabled;
}