/**
 * @file
 *
 * Contains panels styles css.
 *
 * Code in here should only target selectors supplied by the panels styles defined at gateway/plugins/styles.
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/* line 11, ../sass/panels-styles.scss */
.gateway-whitebox {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

/* line 15, ../sass/panels-styles.scss */
.gateway-insetwhite {
  overflow: hidden;
}

/* line 19, ../sass/panels-styles.scss */
.pane-workbench-review-workbench-review-disclaimer {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  display: none;
  overflow: hidden;
  margin: 0 20px 20px 0px;
  padding: 20px;
  padding-bottom: 10px;
  background: #f2dede;
  border: solid 1px #eed3d7;
}
/* line 28, ../sass/panels-styles.scss */
.pane-workbench-review-workbench-review-disclaimer p {
  color: #b32a2a;
}
/* line 30, ../sass/panels-styles.scss */
.pane-workbench-review-workbench-review-disclaimer p a {
  color: #b32a2a;
  text-decoration: underline;
}

/* line 38, ../sass/panels-styles.scss */
.gateway-basicbox {
  margin-bottom: 20px;
}

/* left and right column container*/
/* line 44, ../sass/panels-styles.scss */
.gateway-greybox {
  *position: relative;
  *zoom: 1;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 51, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.gateway-greybox:before, .gateway-greybox:after {
  content: "";
  display: table;
}
/* line 56, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.gateway-greybox:after {
  clear: both;
}
