.container-fluid .top {
  padding: 20px 10px;
}
.container-fluid .top .top-title {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.container-fluid .top .btn-save,
.container-fluid .top .btn-danger {
  float: right;
  width: 90px;
}
.container-fluid .top .btn-danger {
  margin-left: 10px;
}
.container-fluid .lines-info {
  background-color: white;
  padding: 10px 10px 20px 10px;
}
.container-fluid .lines-info .line-top {
  padding: 10px;
}
.container-fluid .lines-info .line-top .title {
  display: inline-block;
  font-weight: bold;
}
.container-fluid .lines-info .line-top .right-ctrl {
  display: inline-block;
  float: right;
}
.container-fluid .lines-info .line-top .right-ctrl .add-ctrl {
  margin-left: 10px;
}
.container-fluid .lines-info .line-top .right-ctrl a:hover {
  text-decoration: none;
}
.container-fluid .apw-head {
  background-color: white;
  padding: 10px 10px 20px 10px;
  display: inline-block;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.container-fluid .apw-head .apw-head-title {
  padding: 10px;
}
.container-fluid .apw-head .apw-head-title .title {
  display: inline-block;
  font-weight: bold;
}
.container-fluid .apw-head .apw-head-content .apw-head-content-row {
  margin-bottom: 5px;
  margin-top: 5px;
}
.container-fluid .apw-head .apw-head-content .apw-head-content-row .apw-head-content-row-info {
  display: flex;
  margin-left: -35px;
  margin-right: 35px;
}
.container-fluid .apw-head .apw-head-content .apw-head-content-row .apw-head-content-row-info .popup-title {
  margin-bottom: 5px;
}
.container-fluid .apw-head .apw-head-content .apw-head-content-row .apw-head-content-row-info .info-data .info-data-txt {
  border-radius: unset;
  height: 26px;
  line-height: normal;
  width: 84%;
  position: absolute;
  border: solid 1px darkgray;
}
.container-fluid .apw-head .apw-head-content .apw-head-content-row .apw-head-content-row-info .info-data .info-data-i {
  position: relative;
  left: 75%;
  padding-left: 20px;
}
.container-fluid .vat-subheader {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  border: none;
}
.container-fluid .vat-subheader select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
}
