@media print {
  .row {
    display: flex;
  }
 
.col-sm-2 {
    max-width: 30%;
}

.table-responsive {
  display: block;
  width: 100%;
 
}

.table-responsive > .table-bordered {
  border: 0;
}

.table {
  border-collapse: collapse !important;
}
.table td,
.table th {
  background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
  border: 2px solid #000 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;

  
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
  font-family: "Times New Roman", Times, serif;
  color:black;
}

.header_font{
  font-weight: bold;
  font-size:30px;
  font-family: Arial, Helvetica, sans-serif;
}
header {
  position: fixed;
  top: 3px;
  height:300px;
  font-weight: bold;
  font-size:30px;
  font-family: Arial, Helvetica, sans-serif;
  
}
footer {
  position: fixed;
  bottom: 0;
  page-break-after: always;
  
}

.border_pages{
  
  padding:30px;
}

.drawing_ht{
  width:900px;
}
table {page-break-inside: avoid; }

#wrapper {
  position:fixed;
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 3px solid black;
  border-radius: 25px;
}
.bom_table{
  margin-top: 200px;
}


@page  
{ 
    size: A3 ;   /* auto is the initial value */ 
    padding-top: 250px !important;
   
}

}

@page  
{ 
    size: A3 ;   
    padding-top: 250px !important;
    border:1px solid black;
    border-radius:25px; 
   
}

