.wrapper-contract .editable-acceptance {
  border: 1px solid #d2d2d2;
  min-height: 70px;
  border-radius: 4px;
  position: relative;
  padding: 10px;
}
.ui-tooltip {
  display: none !important;
}
#dropzoneDragAreaFileZip,
#dropzoneDragAreaFileImage,
#dropzoneDragAreaFileXml,
#dropzoneDragAreaFilePdf {
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 4px;
  padding: 60px;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.currency {
  white-space: nowrap;
}
#show_image_popup {
  position: absolute;
  /*  so that not take place   */
  top: 50%;
  left: 50%;
  z-index: 1000;
  /*  adobe all elements   */
  transform: translate(-50%, -50%);
  /*  make center   */
  display: none;
  /*  to hide first time   */
}
#show_image_popup img {
  max-width: 90%;
  height: auto;
}
.invoice-image {
  cursor: pointer;
}
.table-items tr th.full-name {
  white-space: nowrap;
}
.table-items tr td span.nowrap {
  white-space: nowrap;
}
.table-items tr td img.invoice-image {
  height: 100px;
}
.wrapper-invoices-xuat-nhap .tools-bar > .pull-left > div {
  width: 200px;
  float: left;
}
.wrapper-invoices-xuat-nhap input[name="authorization"] {
  width: 800px;
}
.wrapper-invoices-xuat-nhap .captcha-svg {
  float: none !important;
}
/*# sourceMappingURL=custom.css.map */