/*layout*/
.main-frame .main-header {
  overflow: hidden;
  border-bottom: 2px solid #1B452A;
  margin-bottom: 8px;
}
.main-frame .main-header .left-box {
  width: 60%;
  float: left;
}
.main-frame .main-header .right-box {
  width: 40%;
  float: right;
  text-align: right;
}
.main-frame .main-header .el-form-item {
  margin-bottom: 0;
}
.main-frame .main-header .right-box .el-form-item {
  text-align: left;
}
.inputFlag{
  margin-bottom: 4px;
}

/*table*/
#listTable {
  border: none;
  padding: 0;
}
.el-table tbody tr.firstStage td {
  padding:4px 0 2px;
}
.el-table tbody tr.secondStage td {
  padding:2px 0 4px;
}
.el-table .el-form-item {
  margin-bottom: 0;
}
.addDeleteBtn i {
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
}
.addDeleteBtn i.el-icon-circle-plus {
  color: #125190;
}
.addDeleteBtn i.el-icon-remove {
  color: #D91A4E;
}
.totalJournalAmount {
  text-align: right;
  margin-top: 10px;
  font-weight: bold;
  font-size:14px;
}
.totalJournalAmount span {
  font-size:16px;
}
