/**
 * Pixelegg template: CSS for printing
 *
 * @link http://www.stylite.de
 * @package jdots
 * @author Andreas Stöckel <as@stylite.de>
 * @author Ralf Becker <rb@stylite.de>
 * @author Nathan Gray <ng@stylite.de>
 * @version $Id$
 */
/**
 * Stylite: jdots template: CSS for printing
 *
 * @link http://www.stylite.de
 * @package jdots
 * @author Andreas Stöckel <as@stylite.de>
 * @author Ralf Becker <rb@stylite.de>
 * @author Nathan Gray <ng@stylite.de>
 * @version $Id$
 */
/*@import url("/api/templates/default/print.css");*/
/**
 * Changes for jDots
 */
@media print {
  @page {
    margin: 1cm;
  }
  html,
  body {
    width: auto !important;
    height: auto !important;
  }
  #egw_fw_sidebar,
  #egw_fw_topmenu,
  .egw_fw_ui_tabs_header,
  #egw_fw_topmenu_slide,
  #egw_fw_print,
  #egw_fw_logout,
  #divAppboxHeader {
    display: none;
    width: 0px;
  }
  #egw_fw_main,
  #egw_fw_tabs {
    margin: 0px !important;
    float: none !important;
    width: auto !important;
  }
  #egw_fw_basecontainer {
    position: inherit;
    width: auto;
  }
  .egw_fw_ui_tab_content {
    position: relative;
    float: none;
    width: auto !important;
  }
  #egw_fw_main .egw_fw_ui_tab_content > div {
    width: auto !important;
  }
  .egw_fw_ui_tab_content,
  .egw_fw_ui_tab_content div.egw_fw_content_browser_div {
    height: auto !important;
    overflow-y: hidden;
    position: relative;
    padding: 0px;
    border: none;
  }
  .egw_fw_ui_app_header_container {
    border: none;
  }
  body {
    background: white;
  }
}
/* @media print */
/**
 * Changes for Pixelegg
 */
@media print {
  #egw_fw_topmenu_addons,
  #egw_fw_header,
  #egw_fw_footer {
    display: none;
  }
}
/* @media print */