@media print {
  [class*="col-sm-"] {
    float: left;
  }
  .yii-debug-toolbar{
    display: none !important;
  }
  @page {
    size: A4;
    margin-top: 0cm;
    margin-bottom: 0cm;
    display: none !important;
  }
  .container {
    margin-left: 1cm !important;
    padding: 0cm !important;
  }
header{
 display: none !important;
}
nav{
  display: none !important;
}
  h1 {
    font-size: 26px;
    display: none !important;
  }

.btn-download{
   display: none;
  }
.graph-image{
    display: block;
    list-style-image: url("img/logo-print.png");
    list-style-position: inside;
    margin-bottom: 10px;
}
.font-comp{
  font-family: 'DBH-X-55';
  font-size: 14px;
  font-weight: bold;
  line-height: 0.5 !important;
  color: #6F1C0A !important;
}
.font-add{
  font-family: 'DBH-X-55';
  font-size: 14px;
  font-weight: lighter;
  line-height: 0.5 !important;
  color: #6F1C0A !important;
}
.font-add-eng{
  font-family: 'DBH-X-55';
  font-size: 14px;
  font-weight: lighter;
  line-height: 0.5 !important;
  color: #6F1C0A !important;
}
  .btnp{
  display: none !important;
  }
/*
  .table#w0 {
     max-height: 500px;
       font-size: 18px;
    margin-bottom: 30cm !important;
    table-layout: fixed;
  }
  .table#w1 {
       font-size: 18px;
    margin-bottom: 30cm !important;
  }
  .table#w2 {
       font-size: 18px;
    margin-bottom: 30cm !important;
  }
  .table#w3 {
       font-size: 18px;
    margin-bottom: 1cm !important;
  }
  .table#w4 {
       font-size: 18px;
    margin-bottom: 30cm !important;
  }*/
.head-view{
    /*border-radius: 20px 20px 0px 0px;*/
    height: 40px;
    font-size: 24px;
    padding-top: 5px;
    font-family: 'DBH-X-55';
    background-color: #FFC240 !important;
    color: #000;
    -webkit-print-color-adjust: exact;
}
.ord_view_font{
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: 'DBH-X-55';
  font-size: 20px;
  color: #777 !important;
  border:  1px solid;
  border-top: 0px; 
  border-color: #CCC;
  font-weight: lighter !important;
  -webkit-print-color-adjust: exact;
}

.col-sm-12{
  width: 1000px !important;
}
.colored div{
    color: #666 !important;
}

.footer{
    /*border: 1px solid;*/
    display: block;
    height: 100px;
     position: fixed;
    bottom: 30px;
    list-style-image: url("img/footer-print.png");
    list-style-position: inside;
}

* {
  -webkit-filter: none !important; 
  filter: none !important; 
}

.table {
  display: block;
}

.order-head {
  color: #777 !important;
}

}
