@page {
  size: A4;
  margin-top: 8mm;
  margin-left: 10mm;
  margin-right: 10mm;
  margin-bottom: 10mm;
  @top-left {
    border-bottom: solid 1px #000;
    padding-bottom: 0.1em;
    margin-bottom: 0.5em;
    height: 2em;
  }
  @top-center {
    border-bottom: solid 1px #000;
    padding-bottom: 0.1em;
    margin-bottom: 0.5em;
    height: 2em;
  }
  @top-right {
    border-bottom: solid 1px #000;
    padding-bottom: 0.1em;
    margin-bottom: 0.5em;
    height: 2em;
  }
  @bottom-left {
    margin-top: 0.5em;
    border-top: solid 1px #000;
    padding-top: 0.1em;
    height: 2em;
  }
  @bottom-center {
    margin-top: 0.5em;
    border-top: solid 1px #000;
    padding-top: 0.1em;
    height: 2em;
  }
  @bottom-right {
    margin-top: 0.5em;
    border-top: solid 1px #000;
    content: counter(page);
    padding-top: 0.1em;
    height: 2em;
  }
}
@page :first {
  @top-right {
    content: none;
  }
  @top-left {
    content: none;
  }
  @bottom-left {
    content: none;
  }
  @bottom-right {
    content: none;
  }
  }

/*html,*/
body {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000 !important;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 2em;
  column-rule: 1px solid #ccc;
  column-fill: auto;
}

_:lang(x)::-moz-placeholder, body {
  column-count: 1;
}

main {
  height: 270mm;
	padding-left:0 !important;
}

.afterBreak {
  break-after: page;
}
header, aside {
	display: none;
}

table {
  break-inside: avoid-column;
  overflow-x: visible !important;
}

td:not(.iconTitle), th {
	font-size: 11px !important;
}

td.iconTitle {
  font-size: 16px !important;
}
td.iconTitle:before {
  width: 16px !important;
  height: 14px !important;
  margin-right: 0px;
  background-image: url("../img/PL_cautionIcon.svg");
  content: "";
  display: inline-block;
  background-size: contain;
}
.pr-icon img{
  width: 16px !important;
  height: auto;
}
h1 {
	font-size: 20px !important;
  margin-top: 0 !important;
}
h2 {
	font-size: 18px !important;
/*  margin-top: 0rem !important;
  padding-top: 3.5rem !important;*/
}


h3 {
	font-size: 15px !important;
}
h4 {
	font-size: 14px !important;
}
h5 {
	font-size: 12px !important;
}
body {
	font-size: 12px !important;
}
/*
.custom-block-title {
	font-size: 14px !important;
}
.custom-block-title:before {
	width: 14px !important;
}*/
.page-nav {
	display: none;
}


img {
	break-before: avoid;
}
.custom-block, li {
	break-inside: avoid;
}
.procedure ol > li {
  margin-top: 0 !important;
  padding-top: 1rem;
}
.bread-crumbs {
  display: none;
}
.cal {
  text-align: left !important;
  margin-bottom: .5rem;
  padding: 0.3rem;
  color: #333 !important;
  background-color: #ccc;
  column-span: all;
  display: block;
  width:100%;
  height: 1rem;
  margin-top: -.5rem;
}
.theme-default-content:not(.custom) {
  padding-top: .5rem !important;
}
.theme-default-content:not(.custom) > *:first-child {
  margin-top: 0 !important;
}
.theme-default-content:not(.custom) img{
  margin: .5rem !important;
}
.page .custom-block.tip,
.page .custom-block.warning,
.page .custom-block.danger,
.page .custom-block.details,
.page .custom-block.caution,
.page .custom-block.warning-elec {
  border: solid 2px #555 !important;
}
.warning, .warning-elec {
  border-color: #555 !important;
}
.custom-block-content {
  border-top: solid 2px #555 !important;
  padding: 0.1rem;
}
.custom-block-content li {
  padding-top: 0.2rem !important;
}

.danger .custom-block-title:before {
  position: relative;
  top: 0.1em;
  background-image: url("../img/PL_cautionIcon.svg");
  margin-right: 0.2em;
  display: inline-block;
  width: 21px;
  height: 18px;
  content: "";
  background-size: contain;
}
.caution .custom-block-title:before {
  position: relative;
  top: 0.1em;
  background-image: url("../img/PL_cautionIcon.svg");
  margin-right: 0.2em;
  display: inline-block;
  width: 21px;
  height: 18px;
  content: "";
  background-size: contain;
}
.warning .custom-block-title:before {
  position: relative;
  top: 0.1em;
  background-image: url("../img/PL_cautionIcon.svg");
  margin-right: 0.2em;
  display: inline-block;
  width: 21px;
  height: 18px;
  content: "";
  background-size: contain;
}
.warning-elec .custom-block-title:before {
  position: relative;
  top: 0.1em;
  background-image: url("../img/PL_cautionElecIcon.svg");
  margin-right: 0.2em;
  display: inline-block;
  width: 21px;
  height: 18px;
  content: "";
  background-size: contain;
}
.tip .custom-block-title:before {
  display: inline-block;
  position: relative;
  top: 0.1em;
  background-image: url("../img/infoIcon.svg");
  margin-right: 0.3em;
  width: 21px;
  height: 18px;
  content: "";
  background-size: contain;
}
.custom-block-title {
  font-size: 18px !important;
}

.revision {
  display: none !important;
  /*
  position: absolute !important;
  top: -1rem !important;
  right: 0 !important;
  display: block !important;
  color: #999 !important;
  z-index: 1000 !important;
  */
}
div.tab4print {
  display: block !important;
}
div.el-tabs {
  display: none;
}