/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
@media print {
  /* line 11, ../sass/print.scss */
  html {
    font-family: Arial, sans-serif !important;
    font-size: 120%;
  }

  /* line 15, ../sass/print.scss */
  fieldset {
    display: block !important;
    height: 100%;
  }

  /* line 20, ../sass/print.scss */
  #webform-component-a-organisation-and-structure {
    height: 100%;
  }

  /* line 25, ../sass/print.scss */
  #header, .menu {
    display: none;
  }
  /* line 26, ../sass/print.scss */
  #header .overall-percentage, .menu .overall-percentage {
    display: none;
  }

  /* line 28, ../sass/print.scss */
  .form-actions {
    display: none;
  }

  /* line 30, ../sass/print.scss */
  .node-type-statistical-returns #content .node-statistical-returns
  .field-name-body {
    display: none;
  }

  /* line 33, ../sass/print.scss */
  .webform-client-form .print-hide {
    display: none;
  }
  /* line 35, ../sass/print.scss */
  .webform-client-form fieldset.collapsed {
    display: block !important;
    height: auto !important;
  }
  /* line 38, ../sass/print.scss */
  .webform-client-form fieldset.collapsed .fieldset-wrapper {
    display: block !important;
  }
  /* line 40, ../sass/print.scss */
  .webform-client-form fieldset.collapsed .fieldset-wrapper .radio-checked, .webform-client-form fieldset.collapsed .fieldset-wrapper .checkbox-checked {
    background-color: #0c0;
  }
  /* line 44, ../sass/print.scss */
  .webform-client-form #webform-component-general-comments {
    display: none;
  }
  /* line 45, ../sass/print.scss */
  .webform-client-form h1, .webform-client-form submit, .webform-client-form .field-name-field-dead-line, .webform-client-form #webform-component-status {
    display: none;
  }
  /* line 47, ../sass/print.scss */
  .webform-client-form .form-item .description[style] {
    background-color: transparent;
    max-width: 80% !important;
    position: relative !important;
    opacity: 1 !important;
    display: block !important;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-shadow: none !important;
    width: 80% !important;
    right: 0 !important;
    top: 0 !important;
    left: 0 !important;
  }

  /* line 66, ../sass/print.scss */
  a:link,
  a:visited {
    /* underline all links */
    text-decoration: underline !important;
  }
  /* line 69, ../sass/print.scss */
  #site-name a:link, #site-name
  a:visited {
    /* Don't underline header */
    text-decoration: none !important;
  }

  /* line 75, ../sass/print.scss */
  #content a[href]:after {
    /* Add visible URL after links. */
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 14px;
  }
  /* line 82, ../sass/print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    /* Only display useful links. */
    content: "";
  }
  /* line 86, ../sass/print.scss */
  #content abbr[title]:after {
    /* Add visible title after abbreviations. */
    content: " (" attr(title) ")";
  }

  /* line 94, ../sass/print.scss */
  .page-statistical-returns #content a[href]:after {
    /* Add visible URL after links. */
    display: none;
  }
  /* line 99, ../sass/print.scss */
  .page-statistical-returns #content a[href^="javascript:"]:after,
  .page-statistical-returns #content a[href^="#"]:after {
    /* Only display useful links. */
    display: none;
  }
  /* line 103, ../sass/print.scss */
  .page-statistical-returns #content abbr[title]:after {
    /* Add visible title after abbreviations. */
    display: none;
  }

  /* line 109, ../sass/print.scss */
  #content {
    /* Un-float the content */
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* line 119, ../sass/print.scss */
  body,
  #page,
  #main,
  #content {
    /* Turn off any background colors or images */
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* line 138, ../sass/print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    /* Hide sidebars and nav elements */
    visibility: hidden;
    display: none;
  }
}
/* End @media print */
