@media print{

@page{
  margin: 0 !important;
}

*{
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-menu, .navbar-buttons, .part-header, .main-header, .no-print{
  display: none !important;
}

body{background: #fff !important;}

.main{
  grid-template-rows: 100vh !important;
  grid-template-areas: "content" !important;
}

.grid-20-80, .grid-90-10{
  grid-template-columns: 100% !important;
}

.container-body{
  width: 100% !important;
  height: 100vh !important;
  top: 0 !important;
}

.page{
  height: 100vh !important;
}

.overflow-s{
  overflow-y: visible !important;
}

.page-box-checkbox--checked{
  background: #000 !important;
}

.page-box-header, .page-box-row{
  color: #000 !important;
}

.page-box-text-value{
  color: #1C1C1C !important;
}

.page-box-border{
  border: 2px solid #000 !important;
}

.page-box-text-value, .page-box-row{
  font-size: 12px !important;
}

.page-box-checkbox{
  width: 12px !important;
  height: 12px !important;
}

.page-box-check-list li{
  padding: 0 5px !important;
}

}
