.vat-import-journal-entry #journal-entry_tab_total .import-wrapper > button:last-child {
  float: right;
  margin-right: 20px;
}
.vat-import-journal-entry #journal-entry_tab_total .import-wrapper .btn-wrapper {
  background-color: #e0301e;
  color: white;
  display: inline-block;
  float: right;
  margin-right: 20px;
}
.vat-import-journal-entry #journal-entry_tab_total .import-wrapper .btn-wrapper .btn-vat-primary {
  min-width: 80px;
}
.vat-import-journal-entry #journal-entry_tab_total .import-wrapper .import-info-wrapper {
  display: inline-block;
}
.vat-import-journal-entry #journal-entry_tab_total .dt-init-wrapper .journal-entry-grid-wrapper {
  overflow: hidden;
  background-color: white;
  height: 100%;
}
.vat-import-journal-entry #journal-entry_tab_total .dt-init-wrapper .journal-entry-grid-wrapper.grid-in-popup {
  height: 100%;
}
.vat-import-journal-entry #journal-entry_tab_total .dt-init-wrapper .journal-entry-grid-wrapper .ui-grid-container {
  height: 100%;
}
.vat-import-journal-entry #journal-entry_tab_total .error-info-wrapper {
  position: absolute;
  height: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: white;
  margin-left: -20px;
}
.vat-import-journal-entry #journal-entry_tab_total #content-resizer {
  width: 110%;
  position: absolute;
  height: 4px;
  bottom: 130px;
  left: 0;
  right: 0;
  background-color: #e0301e;
  cursor: n-resize;
  margin-left: -40px;
}
.vat-import-journal-entry #journal-entry_tab_total #content-resizer #topIcon {
  cursor: pointer;
  margin-top: -19px;
  width: 38px;
  margin-left: 46%;
  z-index: 999;
  bottom: -381px;
  text-align: center;
  display: block !important;
}
.vat-import-journal-entry #journal-entry_tab_total .error-list-modal .modal-title {
  color: red;
}
.vat-import-journal-entry #journal-entry_tab_total .error-list-modal .modal-body {
  max-height: 300px;
  overflow-y: auto;
}
.vat-import-journal-entry #journal-entry_tab_total .error-list-modal .modal-body table {
  border: 1px solid #cccccc;
}
.vat-import-journal-entry #journal-entry_tab_total .error-list-modal .modal-body table thead tr th {
  height: 30px;
  border: 1px solid #cccccc;
}
.vat-import-journal-entry #journal-entry_tab_total .error-list-modal .modal-body table tbody tr td {
  height: 25px;
  border: 1px solid #cccccc;
}
.vat-import-journal-entry #journal-entry_tab_total .error-list-modal .modal-footer {
  text-align: center;
}
.vat-import-journal-entry .page-form-group {
  float: right;
}
.vat-import-journal-entry .page-form-group .page-size {
  margin: 0;
}
.vat-import-journal-entry .page-form-group .pagination {
  margin: 0;
}
.je-model-period-dropdow-popup {
  width: 400px;
  height: 500px;
  position: fixed;
  top: 25%;
  left: 40%;
}
.je-model-period-dropdow-popup .modal-dialog {
  width: 100%;
  height: 90%;
  margin: 20px auto;
}
.je-model-period-dropdow-popup .modal-dialog .modal-content {
  width: 100%;
}
.je-model-period-dropdow-popup .modal-dialog .modal-content .modal-body {
  height: 90%;
}
/*#totalWrapper {
    margin: 10px 10px 10px -10px;
    width: 100%;
    padding-left: 10px;
//    font-family: Microsoft YaHei;
    font-size: 13px;

    .total_span {
        color: #e0301e !important;
        background-color: #ddd !important;
        font-size: 12px !important;
        font-weight: bold !important;
        border-radius: 10px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}*/

