.import-supplemental-data #tab_total > button:last-child {
  float: right;
  margin-right: 20px;
}
.import-supplemental-data #tab_total .btn-wrapper {
  background-color: #e0301e;
  color: white;
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.import-supplemental-data #tab_total .btn-wrapper .btn-vat-primary {
  min-width: 80px;
}
.import-supplemental-data .error-info-wrapper {
  position: absolute;
  height: 150px;
  bottom: -15px;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: white;
  margin-left: -40px;
}
.import-supplemental-data #content-resizer {
  width: 110%;
  position: absolute;
  height: 4px;
  bottom: 130px;
  left: 0;
  right: 0;
  background-color: #e0301e;
  cursor: n-resize;
  margin-left: -40px;
}
.import-supplemental-data #content-resizer #topIcon {
  cursor: pointer;
  margin-top: -19px;
  width: 38px;
  margin-left: 46%;
  z-index: 999;
  bottom: -370px;
  text-align: center;
  display: block !important;
}
.import-supplemental-data .error-list-modal .modal-title {
  color: red;
}
.import-supplemental-data .error-list-modal .modal-body {
  max-height: 300px;
  overflow-y: auto;
}
.import-supplemental-data .error-list-modal .modal-body table {
  border: 1px solid #cccccc;
}
.import-supplemental-data .error-list-modal .modal-body table thead tr th {
  height: 30px;
  border: 1px solid #cccccc;
}
.import-supplemental-data .error-list-modal .modal-body table tbody tr td {
  height: 25px;
  border: 1px solid #cccccc;
}
.import-supplemental-data .error-list-modal .modal-footer {
  text-align: center;
}
.import-supplemental-data #tab_detail {
  display: none;
}
.import-supplemental-data .page-form-group {
  float: right;
}
.import-supplemental-data .page-form-group .page-size {
  margin: 0;
}
.import-supplemental-data .page-form-group .pagination {
  margin: 0;
}
.tb-model-period-dropdow-popup {
  width: 400px;
  height: 500px;
  position: fixed;
  top: 25%;
  left: 40%;
}
.tb-model-period-dropdow-popup .modal-dialog {
  width: 100%;
  height: 90%;
  margin: 20px auto;
}
.tb-model-period-dropdow-popup .modal-dialog .modal-content {
  width: 100%;
}
.tb-model-period-dropdow-popup .modal-dialog .modal-content .modal-body {
  height: 90%;
}
#totalWrapper {
  margin: 5px 10px 10px -10px;
  width: 100%;
  padding-left: 10px;
  font-size: 13px;
  float: right;
}
#totalWrapper .total_span {
  color: #e0301e !important;
  background-color: #dddddd !important;
  font-size: 12px !important;
  font-weight: bold !important;
  border-radius: 10px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}
#totalWrapper .total-column {
  width: 15%;
  float: left;
  padding-left: 15px;
}
.import-supplemental-modal-wrapper .modal-dialog {
  width: 80%;
}
.import-supplemental-modal-wrapper .modal-dialog .file-name {
  width: 240px;
  height: 32px;
  display: inline-block;
}
.width-900 {
  width: 60%;
  left: 36% !important;
}
.width-600 {
  width: 50%;
  left: 40% !important;
}
