.travelReimbursement .travel .title {
  clear: both;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.travelReimbursement .travel .title .ivu-form-item-error-tip {
  padding-top: 0;
}
.travelReimbursement .travel .title .btn {
  float: right;
}
.travelReimbursement .transport .title {
  clear: both;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.travelReimbursement .transport .title .btn {
  float: right;
}
.travelReimbursement .transport .transportTable {
  margin-bottom: 15px;
}
.travelReimbursement .transport .invoiceTable {
  margin-bottom: 15px;
}
.clf .ivu-modal-body {
  padding-bottom: 0 !important;
}
.clf .ivu-modal-footer {
  border-top: none !important;
}

