#divImport {
  margin: 20px 20px 20px 20px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  height: 100%;
}
#divImport .title {
  font-weight: 700;
  font-size: 15px;
  text-align: left;
}
#divImport .numberCircle {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background: white;
  border: 1px solid gray;
  color: #e0301e;
  text-align: center;
  font: 15px Arial, sans-serif;
  padding-top: 3px;
}
#divImport .importHeader > button:first-child {
  background-color: #e0301e;
}
#divImport .importHeader > button:last-child {
  background-color: #a32020;
}
#divImport .importTb {
  width: 95%;
  height: 100%;
  margin-left: 30px;
  table-layout: fixed;
}
#divImport .importTb .importTr {
  height: 40px;
}
#divImport .importTb .importTr .tab {
  overflow: hidden;
  border: 1px solid #cccccc;
  background-color: #f1f1f1;
  margin-top: 30px;
  width: 40%;
}
#divImport .importTb .importTr .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  border-right: solid 1px #cccccc;
}
#divImport .importTb .importTr .tab button:hover {
  background-color: #dddddd;
}
#divImport .importTb .importTr .tab button.active {
  background-color: white;
  border-bottom: solid 1px white;
  border-right: none;
}
#divImport .importTb .importTr .tab button.inactive {
  background-color: #cccccc;
  border-bottom: solid 1px #cccccc;
}
#divImport .importTb .importTr .tab button.inactive-rightborder {
  border-right: solid 1px gray;
}
#divImport .importTb .importTr .tabContent {
  display: none;
  height: 100%;
}
#divImport .importButton {
  width: 106px;
  height: 36px;
  text-align: center;
  border: none;
  border-radius: 0px;
  background: inherit;
  color: white;
  cursor: default;
}
#divImport .importBody {
  background-color: white;
  height: 90%;
  overflow: scroll;
}
#divImport .filePathTxt {
  width: 200px;
  height: 33px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #bcbcbc;
  background-color: white;
}
#divImport #btnSelectFile {
  width: 87px;
  height: 33px;
  color: white;
  padding: 0 10px;
  outline: none;
  background-color: gray;
  border: none;
  box-shadow: none;
  margin: 0px 0px 0px 10px;
}
#divImport #btnSelectFile:hover {
  background-color: #d04a02;
}
#divImport .importBtn {
  width: 87px;
  height: 33px;
  color: white;
  background: inherit;
  background-color: #e0301e;
  border: none;
}
#divImport .disableBtn {
  background-color: gray;
}
#divImport .progress {
  display: inline-block;
  width: 640px;
  border: 3px groove #cccccc;
  line-height: 15px;
  font: smaller;
  margin-top: 10px;
}
#divImport .progress div {
  font-size: smaller;
  background: orange;
  width: 0;
}
#divImport .erptooltip {
  margin-bottom: 5px;
}
#divImport .erptooltip .notes {
  visibility: hidden;
  background-attachment: inherit;
  background-clip: inherit;
  background-color: white;
  background-image: inherit;
  background-origin: inherit;
  background-position: inherit;
  background-repeat: inherit;
  background-size: inherit;
  border-color: #e4e4e4;
  border-style: solid;
  border-width: 1px;
  box-shadow: 3px 3px 9px rgba(188, 188, 188, 0.35);
  box-sizing: border-box;
  height: 200px;
  left: 0;
  top: 0;
  width: 452px;
  margin: 10px 0 0 0;
  padding: 10px 10px 10px 10px;
}
#divImport .erptooltip:hover .notes {
  visibility: visible;
}
#divImport .download {
  list-style: none;
  margin-left: -40px;
  margin-top: 15px;
}
#divImport .download > li {
  float: left;
}
#divImport .download > li:first-child {
  margin-right: 20px;
}
#divImport .download > li > div {
  width: 149px;
  height: 33px;
  background-color: #6b6b6b;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
}
#divImport .download > li > div > a {
  color: white;
}
#divImport .dt-import-wrapper {
  margin: 10px 0;
  max-width: 99%;
}
#divImport .dt-import-wrapper table {
  width: 100%;
  border: 1px solid #dddddd;
}
#divImport .dt-import-wrapper table thead tr th {
  height: 40px;
  line-height: 40px;
  background-color: #e7e5e2;
  border-right: 1px solid #dddddd;
  padding-left: 5px;
  color: #333333;
}
#divImport .dt-import-wrapper table tbody tr td {
  height: 40px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-left: 5px;
  font-family: 'Microsoft YaHei Regular', 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #282828;
}
#divImport #duplicateData table thead tr th:nth-child(1) {
  width: 50px;
}
#divImport #basicChk table thead tr th:nth-child(1) {
  width: 50px;
}
#divImport #basicChk table thead tr th:nth-child(2) {
  width: 80px;
}
#divImport #basicChk table thead tr th:nth-child(4) {
  width: 80px;
}
#divImport #correctChk table thead tr th:nth-child(1) {
  width: 50px;
}
#divImport #correctChk table thead tr th:nth-child(2) {
  width: 80px;
}
#divImport #correctChk table thead tr th:nth-child(4) {
  width: 80px;
}
#divImport .dt-import-wrapper-popup-wrapper {
  height: 600px;
  width: 100%;
}
#divImport .dt-import-wrapper-popup-wrapper .dt-import-wrapper-popup {
  margin: 10px 0;
  max-width: 99%;
  overflow: auto;
  height: calc(100% - 35px);
}
#divImport .dt-import-wrapper-popup-wrapper .dt-import-wrapper-popup .dt-import-wrapper-popup-tbwrapper {
  padding-top: 40px;
}
#divImport .dt-import-wrapper-popup-wrapper .dt-import-wrapper-popup .dt-import-wrapper-popup-tbwrapper .import-table-erp {
  table-layout: fixed;
}
#divImport .dt-import-wrapper-popup-wrapper .dt-import-wrapper-popup .dt-import-wrapper-popup-tbwrapper .import-table-erp thead tr:first-child {
  border-top: none;
}
#divImport .dt-import-wrapper-popup-wrapper .dt-import-wrapper-popup .dt-import-wrapper-popup-tbwrapper .import-table-erp thead tr th:first-child {
  width: 100px;
  min-width: 100px;
}
#divImport .dt-import-wrapper-popup-wrapper .dt-import-wrapper-popup .dt-import-wrapper-popup-tbwrapper .import-table-erp tbody tr td:first-child {
  width: 100px;
  min-width: 100px;
}
#divImport .btn-error-image {
  background-image: url(/app-resources/images/vat/error.png);
  background-repeat: no-repeat;
  background-position: right;
}
.operation-wrapper {
  margin: -55px 45px 0 0;
}
.operation-wrapper span {
  cursor: pointer;
}
/*.validation-message {
        margin:5px 0 0 0;
        color:red;
    }*/

