/* Экспорт: убрать подсветки */
.a4.exporting .cell,
.a4.exporting .fill:focus,
.a4.exporting .bVal:focus{
  background: transparent !important;
}
.a4.exporting .export-overlay-source{
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none !important;
  caret-color: transparent !important;
}
.a4.exporting .ctoEntryLine.export-overlay-source{
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}
.a4.exporting .ctoEntryLine.export-overlay-source .ctoEntryType{
  display: none !important;
}
.a4.exporting .ctoEntryLine.export-overlay-source .ctoEntryNum,
.a4.exporting .ctoEntryLine.export-overlay-source .ctoEntryGroup{
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
.a4.exporting .unitChar.export-empty,
.a4.exporting .cdpInput.export-empty,
.a4.exporting .fusionInput.export-empty,
.a4.exporting .typeSelect.export-empty,
.a4.exporting .localesSummaryInput.export-empty{
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}
.a4.exporting .ctoEntryLine.export-empty{
  display: none !important;
}

/* Print */
@media print{
  body{ background:#fff; }
  .no-print{ display:none !important; }
  .stage{ padding:0; }
  .a4{ box-shadow:none; border-radius:0; }
}
