@charset "utf-8";
/***** Style ****/
@page {
    size: 297mm 210mm; 
    margin: 0;
  }
body.landscape {
    width: 297mm;
    height: 210mm;}
body.portrait {
    width: 210mm;
    height: 297mm;}
body {margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-rendering: optimizelegibility;
    line-height: 13px;
    color: #333;
    background-color: #fff;
    counter-reset: page;}

body.topnav-fixed #wrapper{
    padding:5px;
}
.content-wrapper{
    margin-left:0 !important;
    border:0;
    min-height: auto !important;
}
.content-wrapper .main-content{
    padding-bottom:0;
}
.content-wrapper .content{
    padding:10px;
}
.row-dashboard{
    padding-left:0;
}
.table .btn-group {
    display:none;
}
.tools_bar{
    display: none;
}
.widget .widget-header-toolbar{
    display: none !important;
}
.widget .widget-content{
    display: block;
}