/***** Fonts ******/
/***** Colors *****/
/* Was Kinetic Dark Grey #6C6463 */
/* was Kinetic Dark Grey #6C6463 */
/* Kinetic Medium Blue */
/*#E8E8E8;*/
/* Explicit Kinetic Color Definitions */
/* typographic scale */
/* z-index management */
/************ Generic rules for printing **************/
/*

  This file is included separately from the other stylesheets
  with the media attribute explicitly set to "print".

*/
/* try to force background images and colours to print */
/* line 11, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
* {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/* line 16, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
body,
.pageWrap {
  margin: 0px;
  padding: 0px;
  background: none;
}

/* line 23, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
div.header,
div.footer,
div.fixedNav,
footer,
div#footer,
.campaignHeader .actions,
.bigContainer .titleBar .actions,
.bigContainer .subTitleBar,
.bigContainer .rightSidebar,
.bigContainer .leftSidebar {
  display: none;
}

/* line 36, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
.printHeader,
.campaignHeader,
.printOnly,
.bigContainer,
.pageWrap > h1,
.pageWrap > h1 + p {
  display: block;
}

/* line 45, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
.campaignHeader h1,
.pageWrap > h1,
.pageWrap > h2,
.pageWrap > h3,
.pageWrap > h5,
.pageWrap > h6 {
  color: #6C6463;
}

/* line 54, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
.campaignHeader p,
.pageWrap > p,
.pageWrap > code,
.pageWrap > p > code {
  color: #5C5C5C;
}

/* line 61, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
.printHeader {
  padding-bottom: 0.125in;
  border-bottom: solid 1pt #ACACAC;
  margin-bottom: 0.375in;
}

/* line 67, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
.printHeader img {
  width: 1.333in;
  height: 0.5in;
}

/* line 72, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
.bigContainer .body.withRightSidebar,
.bigContainer .body.withLeftSidebar {
  background-image: none;
}

/* line 77, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
.bigContainer .mainColumn {
  margin: 0px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 84, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
.bigContainer .withLeftSidebar .mainColumn {
  margin-left: 0px;
}

/* line 88, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
.bigContainer .withRightSidebar .mainColumn {
  margin-right: 0px;
}

/*** Rules for Campaign Wizard Summary Screen ***/
/* line 95, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
.summarySectionTitleBlock h3 button,
.summarySectionTitleBlock h3 .button,
.summarySection .summarySectionTitleBlock p.info {
  display: none;
}

/* line 102, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
.summarySection .summarySectionTitleBlock {
  width: 100%;
  float: none;
  page-break-after: avoid;
}

/* line 108, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
.summarySection .summarySectionDetailsBlock {
  margin-left: 0px;
  padding-top: 0px;
}

/* line 113, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
.summarySection .summarySectionDetailsBlock .summarySectionDetailsBlockError,
.summarySection .summarySectionDetailsBlock p.callout,
.summarySection .summarySectionDetailsBlock table tr {
  page-break-inside: avoid;
}

/*** Rules for Pinternest Campiagn Wizard Summary Screen ***/
/* line 122, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
table.promotedPinsList tr {
  page-break-inside: avoid;
}

/* line 126, /Volumes/Ext 6TB/Projects/styleguide/app/assets/stylesheets/v2/general/print.css.scss.erb */
table.promotedPinsList tr td:last-child button,
table.promotedPinsList tr td:last-child .button {
  display: none;
}
/*
 * This is for style sheets with rules for printing.
 *

 */
