
/* 
    Created on : 5 oct. 2019, 13:10:38
    Author     : Denis JARDIN <dj@kdrezo.net>
 */
@media print {
@page {
  /* size: 21cm 29.7cm; */
  /* size:  auto;   /* auto is the initial value */
  /* this affects the margin in the printer settings */
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:50px;
  /* margin: 0mm;  /* this affects the margin in the printer settings */
}


html {
  background-color: #FFFFFF; 
  /* this affects the margin on the html before sending to printer */
  margin-top:65px;
  margin-left:22px;
  margin-right:22px;
  /* margin-bottom: 21px; /**/
  /*  padding: 0px; /**/
}

body {
  /* border: solid 1px blue ; /**/
  /* margin: 21px 0px; /**/
  /* padding: 0px 21px;  /**/ 
  min-width: 992px !important; /**/
  /* font-size: 0.9rem; /**/
}

#content > #title-bar.container-fluid  {
  z-index:100;
  margin:0;
  /* background-color: red; /**/
  background-color: white; /**/
  padding-top: 21px !important;  
  padding-right: 21px !important;  
  padding-left: 21px !important;  
  padding-bottom: 0px !important;  
  position:fixed;
  top: 0;
  left: 0;
}

.no-print,
.noprint {
  display:none !important;
}

#content > .container-fluid {
  padding: 0px !important;
}

#content-wrapper.d-flex, #wrapper {
  display: block !important;
}
#wrapper #content-wrapper {
  overflow-x: visible;
}

table.kd-datatable tr.kd-filter td {
    padding: 0;
}

}