/*
 * Priority Health's custom print stylesheet.
 * This overrides several print styles and makes
 * our standardstyles print nicely (or will eventually).
 */

@media print {
  /* Hide these elements for printing */
  .globalNavContainer, .search, .loginboxContainer, .textSize, .feedback, .pageFooter, #topnav, .loginPanel, .lastModified, .leftnav, .quicklinks, .addthisContainer, #page-nav-list-container, .pageHeaderBottom, .globalNav, #secondary-nav-list {
    display: none;
  }
  #brand-title {
    display: none !important;
  }
  body {
    background: #fff;
    margin: 0;
    padding: 0;
  }
  .logo {
    margin: 0;
    padding: 0;
  }
  #container {
    box-shadow: 0 0 0 0;
  }
  .pageHeader, #main {
    background: none;
    clear: both;
  }
  ul#page-nav-list {
    display: block;
  }
  div#notebox {
    clear: both;
  }
  #container, .pageHeader, .leftBodyWide {
    width: 100%;
  }
  .pageHeader {
    float: none;
  }
  .app#patient-profile td.member-record-split {
    border-top: 2px solid black;
  }
  .app ul li {
    background: none;
    list-style-type: square;
  }
  div.page-error, div.page-alert, div.page-info {
    background-image: none;
    padding-left: 0;
    font-weight: bold;
  }
  #plan-boxes {
    display: none;
  }
  #steps {
    display: none;
  }
  #shop_deductible {
    display: none;
  }
  /* removes slider */
  .sliderlabel {
    display: none;
  }
  /* removes slider values */
  a.tooltip {
    border: none;
  }
  /* removes dotted underline from tooltips */
  .app#fc {
    width: 100%;
  }
  /* Lost password */
  .lost-password #fc.app div.form-hint-image {
    float: none!important;
  }
  .lost-password #fc.app div.table-description {
    margin-top: 20px;
  }
  .app#fc .lost-password div.hint-and-content {
    width: 100%;
  }
  /* end lost password */
  /* updated on 5-22-12 */
  .tool-page-display, #notebox, .contentImage, .action-box, .action-box-caption {
    display: none !important;
  }
  .app table caption {
    color: #000;
  }
}
