/* PRINT CSS */
@page {
  margin: 2cm 1cm;
}
.noPrint,
header,
aside,
.sidebar {
  display: none;
}
#content {
  width: 100%;
  margin: 0;
  padding: 0em;
  float: none;
}
header.onlyPrint,
.onlyPrint {
  display: block;
}
header.onlyPrint {
  margin: 0;
  padding: 0;
}
header.onlyPrint h1 {
  padding: 0;
  margin: 0;
}
a:link,
a:visited {
  color: #781351;
}
div.main {
  margin: 0 !important;
  padding: 0 !important;
}
.analysis-report-management .showReport {
  padding: 0;
  margin: 0;
  background: white;
}
.analysis-report-management .showReport .commands {
  display: none !important;
}
.analysis-report-management .showReport .states {
  position: inherit;
}
.analysis-report-management .showReport .content {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  box-shadow: none;
}
