/* ----------------------------------------------------------------------------- */

/* 表格头部 */

.el-table th.gutter {
  display: table-cell !important;
}

.el-table tr {
  background-color: #ffffff;
}

.el-table--mini .el-table__cell {
  padding: 0 !important;
}

.el-table--mini .el-table__cell .cell {
  line-height: 34px !important;
}

/* 表格自定义背景颜色 */

.el-table .warning-row {
  background-color: oldlace !important;
}

.el-table .success-row {
  background-color: #f0f9eb !important;
}

.el-table .error-row {
  background-color: #f7e7e7 !important;
}

/* ----------------------------------------------------------------------------- */

/* 抽屉标题底线 */
.el-drawer__header {
  border-bottom: 1px solid #dadada !important;
  padding-bottom: 15px !important;
  margin-bottom: 0 !important;
  height: 50px !important;
  line-height: 50px !important;
  font-size: 14px !important;
  color: #606266 !important;

  :focus {
    outline: 0 !important;
  }
}

/* 抽屉内容 */

.el-drawer__body {
  padding: 15px 5px !important;
  margin-bottom: 50px !important;
  overflow: auto !important;
}

/* ----------------------------------------------------------------------------- */

/* 弹出框标题底线 */

.el-dialog__header {
  border-bottom: 1px solid #d9d9d9 !important;
  padding: 12px !important;
}

/* 弹出框内容 */

.el-dialog__body {
  padding: 30px 20px !important;
  color: #606266 !important;
  font-size: 14px !important;
  word-break: break-all !important;
}
/* ----------------------------------------------------------------------------- */

/* 弹出框底部按钮 */

.el-dialog__footer {
  padding-top: 36px !important;
}
.dialog-footer {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #d9d9d9;
  width: 100%;
  left: 0;
  line-height: 55px;
  text-align: right;
  padding-right: 20px;
  background-color: white;
  z-index: 3;
}

/* ----------------------------------------------------------------------------- */

/* 卡片 */

.el-card__body {
  padding: 15px !important;
}

.cs-table {
  .el-card__body {
    height: calc(100% - 55px);
  }
}

/* ----------------------------------------------------------------------------- */

/* 头像 */

.el-avatar {
  img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* ----------------------------------------------------------------------------- */

/* flex-grid 字体调小 */

.wj-cell {
  font-size: 12px;
}

/* ----------------------------------------------------------------------------- */

/* 筛选标题 */

.filter-title {
  font-size: 14px;
}

/* ----------------------------------------------------------------------------- */

/* 下划线 */

.item-bottom {
  border-bottom: 1px solid #d9d9d9;
}

/* ----------------------------------------------------------------------------- */

/* 底部按钮 */

.row-button {
  text-align: right;
  border-top: 1px solid #d9d9d9;
  padding-right: 10px;
  padding-top: 10px;
  margin-top: 10px;
}

/* ----------------------------------------------------------------------------- */

/* 上传图片 */

.el-upload {
  width: 100%;
}

/* ----------------------------------------------------------------------------- */

/* 页面顶部标题 */

.top-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;

  .left {
    float: left;
  }

  .right {
    float: right;
    margin-right: 100px;
  }
}

/* ----------------------------------------------------------------------------- */

/* 列表上边的操作栏 */

.action-bar {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------- */

/* 里面的div撑开外面的div让高度自适应 在最后加上一个div的这个样式 */

.clearfloat {
  clear: both;
  height: 0;
  line-height: 0px;
}

/* ----------------------------------------------------------------------------- */

/* 超出便签宽度不换行 以省略号结尾 */

.nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* ----------------------------------------------------------------------------- */

/* 背景颜色 */

.background-success {
  background-color: #67c23a;
}

.background-warning {
  background-color: #e6a23c;
}

.background-danger {
  background-color: #f56c6c;
}

.background-info {
  background-color: #909399;
}

/* ----------------------------------------------------------------------------- */

/* 字体颜色 */

.color-success {
  color: #67c23a;
}

.color-warning {
  color: #e6a23c;
}

.color-danger {
  color: #f56c6c;
}

.color-info {
  color: #909399;
}

/* ----------------------------------------------------------------------------- */

/* form表单标题 */

.Form-Section {
  .el-form-item.Form-Section-Title {
    border-bottom: 1px solid #f1f1f1;

    .el-form-item__label {
      font-size: 18px;
      font-weight: 700;
      text-align: left;
    }

    .el-form-item__label::before {
      border-left: 5px solid #1f8fff;
      margin-right: 5px;
      content: "";
    }
  }
}

/* ----------------------------------------------------------------------------- */

/* 男女样式图标 */

.icon-boy {
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  background-color: dodgerblue;
  display: inline-block;
  color: white;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.icon-boy:before {
  content: "\f222";
}

.icon-girl {
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  background-color: lightcoral;
  color: white;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.icon-girl:before {
  content: "\f221";
}

/* ----------------------------------------------------------------------------- */

/* flexGrid表格隐藏缴费提示 */
body > div[style*="z-index: 10000;"] {
  left: 10000px;
  top: 10000px;
  margin-top: 10000px;
  display: none;
}

body > div[style*="z-index: 10000;"] > a {
  display: none;
}

/* flexGrid分组样式 */
.wj-grouppanel {
  display: block;
  font-size: 14px;
}
/* ----------------------------------------------------------------------------- */
