.page-header {
  margin-bottom: 5px;
  line-height: 40px;
  border-left: 5px solid #42b983;
  padding-left: 10px;
}

.page-header-title {
  font-size: 18px;
  color: #303133;
}

.page-header-tools {
  text-align: right;
}

th {
  background-color: #F5F7FA !important;
}

.el-input-group {
  max-width: 550px !important;
  margin-right: 10px;
}

.el-dialog__body {
  padding-top: 20px !important;
}

.input-readonly input {
  background-color: rgb(236, 245, 255);
}

.input-total input {
  background-color: rgb(253, 246, 236);
  font-size: 120%;
  font-weight: bold;
  color: #f56c6c;
}

.datePicker {
  width: 160px !important;
}

.el-dialog__header {
  background-color: #409EFF;
}

.el-dialog__header span,
.el-dialog__header i {
  color: #fff !important;
}
.el-select .el-input {
  /*width: 130px;*/
}
.input-with-select .el-input-group__prepend {
  background-color: #fff;
}