.vat-import-trial-balance #tab_total .dt-init-wrapper .balance-ouput-grid-wrapper {
  overflow: hidden;
  background-color: white;
  height: 100%;
}
.vat-import-trial-balance #tab_total .dt-init-wrapper .balance-ouput-grid-wrapper .ui-grid-container {
  height: 100%;
}
.vat-import-trial-balance #tab_total .error-info-wrapper {
  position: absolute;
  height: 150px;
  bottom: -15px;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: white;
  z-index: 5;
}
.vat-import-trial-balance #tab_total #content-resizer {
  width: 100%;
  position: absolute;
  height: 4px;
  bottom: 130px;
  left: 0;
  right: 0;
  background-color: #e0301e;
  cursor: n-resize;
  z-index: 5;
}
.vat-import-trial-balance #tab_total #content-resizer #topIcon {
  cursor: pointer;
  margin-top: -19px;
  width: 38px;
  margin-left: 46%;
  z-index: 999;
  bottom: -370px;
  text-align: center;
  display: block !important;
}
.vat-import-trial-balance .error-list-modal .modal-title {
  color: red;
}
.vat-import-trial-balance .error-list-modal .modal-body {
  max-height: 300px;
  overflow-y: auto;
}
.vat-import-trial-balance .error-list-modal .modal-body table {
  border: 1px solid #cccccc;
}
.vat-import-trial-balance .error-list-modal .modal-body table thead tr th {
  height: 30px;
  border: 1px solid #cccccc;
}
.vat-import-trial-balance .error-list-modal .modal-body table tbody tr td {
  height: 25px;
  border: 1px solid #cccccc;
}
.vat-import-trial-balance .error-list-modal .modal-footer {
  text-align: center;
}
.vat-import-trial-balance #tab_detail {
  display: none;
}
.vat-import-trial-balance .page-form-group {
  float: right;
}
.vat-import-trial-balance .page-form-group .page-size {
  margin: 0;
}
.vat-import-trial-balance .page-form-group .pagination {
  margin: 0;
}
@media only screen and (max-width: 1366px) {
  .vat-import-trial-balance .nav-wrapper .nav-header-row .alert {
    width: 350px;
    margin-left: 20px;
  }
}
.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;
}
