.el-dialog {
  .el-dialog__body {
    padding: 10px 20px;
  }
}

.el-loading-mask.is-fullscreen{
  .el-loading-spinner {
    .el-loading-text {
      font-size: 20px;
      color: #ffffff;
      line-height: 40px;
    }
    i {
      font-size: 40px;
      color: #ffffff;
    }
  }
}

.approval-container {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 10px 60px;
}

.el-button + .el-button {
  margin-left: 20px !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }

input[type="number"]{ -moz-appearance: textfield; }

.hd-table .el-table .cell {
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hd-title-bar {
  line-height: 30px;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #45474d;

  .title-bold {
    font-weight: bold;
  }
}
.hd-tool-bar {
  width: calc(100% - 20px);
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.el-tabs__item {
  height: 30px;
  padding: 0 12px !important;
  line-height: 30px;
  font-size: 13px !important;
}

.hd-mini-tabs {
  width: 100%;

  .el-tabs {
    width: 100%;
    height: 100%;
  }

  .el-tabs__header {
    margin: 0;

    .el-tabs__item {
      height: 30px;
      padding: 0 10px !important;
      line-height: 30px;
      font-size: 13px !important;
    }
  }



  &.auto-fit-tab-content .el-tabs__content {
    height: calc(100% - 31px);
    width: 100%;

    .el-tab-pane {
      width: 100%;
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
    }

  }
}

.el-form {
  &.read-form {
    .el-form-item {
      margin-bottom: 5px;
    }
  }
}
