@charset "UTF-8";
.app {
  min-height: 100%;
  margin-left: 10px;
  margin-top: 8px;
  padding-right: 15px;
  padding-bottom: 20px;
  /**
  *表格样式
  */
  /**
   * 内容样式
   */
}
.app.signinpanel {
  margin: 10% auto 0 auto !important;
}
.app .initCss {
  padding: 0px;
  margin: 0px;
}
.app .col-sm-12 {
  padding-left: 0px;
}
.app .pages {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.app .pages .el-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}
.app .pages .el-pagination .el-pager .number {
  margin: 0px 2px;
}
.app .ibox-content .condition {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /**
    element自定义
   */
}
.app .ibox-content .condition .cont-col {
  margin-top: 6px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 225px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #d6e2ed;
  border-radius: 4px;
  margin-left: 10px;
}
.app .ibox-content .condition .cont-col:nth-child(1) {
  margin-left: 0px;
}
.app .ibox-content .condition .cont-col:hover, .app .ibox-content .condition .cont-col:focus {
  border: 1px solid #2594ff;
  color: #2594ff;
}
.app .ibox-content .condition .cont-col:hover .con-babel .span-title, .app .ibox-content .condition .cont-col:focus .con-babel .span-title {
  color: #2594ff;
}
.app .ibox-content .condition .cont-col .con-babel {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-weight: normal;
}
.app .ibox-content .condition .cont-col .con-babel .span-title {
  display: block;
  font-family: "微软雅黑";
  color: #000;
  font-size: 12px;
  padding-left: 6px;
  padding-right: 3px;
}
.app .ibox-content .condition .cont-col .el-date-editor .el-input__inner {
  width: 100%;
  padding-left: 10px;
  border: none;
}
.app .ibox-content .condition .cont-col .el-input {
  border: none;
  height: 30px;
}
.app .ibox-content .condition .cont-col .el-input input {
  height: 27px;
  border: none;
  width: 118px;
  font-size: 12px;
}
.app .ibox-content .condition .cont-col .con-input {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 118px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  outline: none;
  padding-left: 6px;
  box-sizing: border-box;
}
.app .ibox-content .condition .cont-col .con-input:focus {
  color: #999;
}
.app .ibox-content .condition .cont-col .con-input .el-input .el-input__inner {
  font-size: 12px;
  height: 26px;
}
.app .ibox-content .condition .cont-col .con-input .el-input .el-input__suffix {
  display: flex;
  align-items: center;
}
.app .ibox-content .condition .cont-col .icon {
  line-height: initial;
  margin-right: 3px;
  float: right;
  font-size: 14px;
}
.app .ibox-content .condition .auto {
  margin-left: 10px;
}
.app .ibox-content .condition .auto .el-input {
  height: 30px;
  line-height: 30px;
}
.app .ibox-content .condition .auto .el-input .el-input__inner {
  height: 30px;
  line-height: 30px;
}
.app .ibox-content .condition .auto .el-input .el-input__prefix {
  line-height: 30px;
}
.app .ibox-content .condition .auto .el-input .el-input__prefix .el-input__icon {
  line-height: 30px;
}
.app .ibox-content .condition .con-btn {
  width: 60px;
  height: 30px;
  margin-left: 10px;
}
.app .ibox-content .condition .con-btn .query {
  text-align: center;
  border: 0px;
  background-color: #f09937;
}
.app .classify {
  border: 1px solid #dee1e6;
  width: 105%;
  margin-left: 10px;
  margin-top: 10px;
  min-height: 300px;
}
.app .classify .classify-header {
  height: 40px;
  background-color: #f1f1f1;
  color: #333333;
  font-size: 12px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #dee1e6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.app .classify .classify-header .header-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
}
.app .classify .classify-header .header-right .icon {
  font-size: 14px;
  font-weight: 600;
}
.app .classify .classify-header .header-right .el-icon-minus {
  margin-left: 10px;
}
.app .classify .classify-content {
  padding-top: 8px;
  padding-bottom: 20px;
}
.app .classify .classify-content .el-icon-folder-opened {
  color: #e9cb70;
}
.app .classify .classify-content .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: #fdeed8;
}
.app .classify .classify-content .el-tree-node__content {
  height: 30px;
}
.app .el-table .el-table__header-wrapper .el-table__header tr > * {
  color: #1a1a1a;
  background-color: #e8ecf1;
  border-right: 1px solid #fff;
}
.app .el-table .el-table__header-wrapper .el-table__header tr > * th {
  border-right: 1px solid red;
}
.app .el-table .el-table__fixed .el-table__fixed-header-wrapper tr th {
  color: #1a1a1a;
  background-color: #e8ecf1;
  border-right: 1px solid #fff;
}
.app .el-table--mini td, .app .el-table--mini th {
  padding: 2px 0px;
  height: 32px;
}
.app .el-card:nth-child(1) {
  box-shadow: none;
}

/**
  element-plus css-style
 */
.el-dialog__body {
  padding: 0px 20px;
}

.el-form {
  margin-top: 10px;
}
.el-form .el-form-item {
  margin-bottom: 10px;
}

/**
  表格
 */
.el-table td, .el-table th {
  padding: 6px 0;
}

/**
  列表
 */
.app-nav {
  width: 100%;
  height: 36px;
  border-top-left-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #6e9bda;
}
.app-nav .nav-block {
  min-width: 76px;
  height: 30px;
  margin-top: 7px;
  font-size: 14px;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.app-nav .nav-block.active {
  background-color: #fff;
  color: #639bdf !important;
  text-indent: initial;
}

.oBtn {
  border-bottom: 3px solid #d6e2ed;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  padding: 3px 0px 4px 10px;
  /*border-left: 1px solid #EBEEF5;
  border-right: 1px solid #EBEEF5;*/
  font-size: 13px;
}
.oBtn .icon {
  font-size: 14px;
}
.oBtn .btn-left .add {
  background-color: #fd9500;
  border: 0px;
  display: flex;
  align-items: center;
}
.oBtn .btn-right {
  margin-right: 10px;
}

/**
 element树形样式
 */
.el-tree-node__content {
  height: 35px;
}

.mini-navbar.pace-done {
  height: initial;
}

/*# sourceMappingURL=base.css.map */
