/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 
命名规则, 三部分 className
.flex-侧轴
.flex-主轴
.flex-侧轴-主轴
*/
.depot-dquerypanel {
  width: 100%;
  background: #fafafa;
  padding: 8px 16px;
  font-size: 14px;
}
.depot-dquerypanel .ant-divider-horizontal {
  margin: 8px 0px;
}
.depot-dquerypanel-dataView .ant-tag {
  font-size: 14px;
  padding: 4px 8px;
}
.depot-dquerypanel-dataView-itemArea {
  padding: 0px 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.depot-dquerypanel-dataView-itemArea .ant-col {
  margin-bottom: 8px;
  margin-right: 8px;
}
.depot-dquerypanel .depot-tools-second .ant-btn {
  margin-right: 8px;
}
.depot-dquerypanel-modelVitem {
  height: 27px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  line-height: 26px;
  padding: 0px 12px;
}
.depot-dquerypanel-hide {
  display: none;
}
.depot-dquerypanel .query-panel-moreBtn {
  border-radius: 32px;
}
.depot-dqcondition {
  width: 420px;
  height: 32px;
  margin-right: 16px;
  margin-bottom: 8px;
}
.depot-dqcondition-label {
  font-size: 14px;
  width: 76px;
  line-height: 32px;
  text-align: end;
}
.depot-dqcondition-middle {
  width: 100px;
  margin-left: 8px;
  line-height: 32px;
}
.depot-dqcondition-control {
  width: 220px;
  margin-left: 8px;
  line-height: 32px;
}
.depot-dqcondition .ant-calendar-picker {
  width: 100%;
}
.depot-dquerypanel-viewItem {
  padding: 4px 12px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  font-size: 14px;
  border-radius: 2px;
}
.depot-dquerypanel-viewItem-select {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #003785;
  border-radius: 2px;
  font-size: 14px;
  color: #005bac;
}
.depot-dquerypanel-viewItem-selectIcon {
  position: absolute;
  height: 0px;
  width: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -17px;
  top: -17px;
  border: 17px solid;
  border-color: transparent transparent #005bac transparent;
}
.depot-dquerypanel-viewItem-selectIcon-hidden {
  display: none;
}
.depot-dquerypanel-toptools-qrItem {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 2px 12px;
}
.depot-dquerypanel-toptools-rightIcon {
  margin: 0 8px;
  height: 27px;
  line-height: 26px;
}
.depot-dquerypanel-toptools .ant-tag {
  height: 100%;
  font-size: 14px;
  padding: 2px 12px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: #003785;
  border-radius: 2px;
}
.depot-dquerypanel-toptools .ant-tag .anticon-close {
  color: #003785;
}
.depot-dquerypanel-toptools-allbtn {
  padding: 4px 12px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  font-size: 14px;
}
.bquerypanel-badgeDiv {
  width: 16px;
  height: 16px;
  background-color: #d9d9d9;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
}
