/*print stylesheet R2*/

@page {
  size: A4;
  margin: 10mm 10mm 10mm 10mm;
}


@media print {

  footer {
    position: fixed;
    bottom: 0;
  }

  .content-block, p {
    page-break-inside: avoid;
  }

  html, body {
    width: 210mm;
    height: 297mm;
  }

    #print-button {
        display: none;
    }

    .navbar.navbar-default {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    #account-nav {
        display: none;
    }

    .page-container > .content-container {
       padding: 0px 0px 0px 0px;
       box-shadow: none;    
    }

    .page-container > .content-container {
       padding: 0px 0px 0px 0px;
       box-shadow: none;    
    }

    .page-container > .content-container > .container-page-content > .container {
       padding: 0px 0px 0px 0px;
    }

    .container-page-content {
       padding:0px 0px 0px 0px;
    }

    #wrap > .body-container > .page-container    {
       padding:0px 0px 0px 0px;
    }

    #footer {
        display: none;
    }

    #body-account-orderhistorydetails h1 small {font-size:18px; font-weight:bold; color:#000000}

    #body-account-orderhistorydetails h1  {margin-bottom:5px;}

    #body-account-orderhistorydetails h4 small {font-size:15px; font-weight:normal;}

    #body-account-orderhistorydetails div.col-xs-6  h4  {margin: 0px 0px}

    #body-account-orderhistorydetails div.col-xs-6  h4  {margin: 0px 0px}

    #body-account-orderhistorydetails div.panel-default {margin: 15px 0px 25px 0px;}

    #body-account-orderhistorydetails div.panel-body {min-height:160px;}

    #body-account-orderhistorydetails div.panel-heading h4 {font-size:18px;margin:7px 0px}

    #body-account-orderhistorydetails div.panel-heading {padding:1px 15px;}

    #body-account-orderhistorydetails div.panel-footer {padding:1px 15px;}

    #body-account-orderhistorydetails div.panel-footer h4 {font-size:18px;margin:7px 0px}

    #body-account-orderhistorydetails div.col-xs-12 h4 small {font-size:13px; font-weight:normal;}

    #body-account-orderhistorydetails {font-size:130%;}

    #body-account-orderhistorydetails .table > thead > tr > th, 
    #body-account-orderhistorydetails .table > tbody > tr > th, 
    #body-account-orderhistorydetails .table > tfoot > tr > th, 
    #body-account-orderhistorydetails .table > thead > tr > td, 
    #body-account-orderhistorydetails .table > tbody > tr > td, 
    #body-account-orderhistorydetails .table > tfoot > tr > td {
      padding: 5px;
    }
}