@charset "UTF-8";
body .hidden {
  display: none; }
body span.lengthunit {
  color: #fff !important; }
body #guide-content {
  opacity: 1;
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s; }
  body #guide-content.loading {
    opacity: 0; }
  body #guide-content .guide-section {
    padding-bottom: 0px !important; }
    body #guide-content .guide-section#filter-section-1 {
      margin-top: 0; }
      body #guide-content .guide-section#filter-section-1 a.betong {
        width: 100%; }
    body #guide-content .guide-section img {
      max-width: 100%; }
    body #guide-content .guide-section .title-byline {
      display: block;
      font-size: 16px;
      text-transform: uppercase;
      /*      background-color: #FFF;
            color: #3f3f3f;*/
      color: #FFFFFF;
      padding: 8px;
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
    body #guide-content .guide-section .profile {
      display: block;
      font-size: 16px;
      text-transform: uppercase;
      /*      background-color: #FFF;
            color: #3f3f3f;*/
      color: #FFFFFF;
      padding: 8px;
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
    body #guide-content .guide-section .material {
      display: block;
      font-size: 16px;
      text-transform: uppercase;
      /*      background-color: #FFF;
            color: #3f3f3f;*/
      color: #FFFFFF;
      padding: 8px;
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
      body #guide-content .guide-section .material:before {
        content: 'Material: ';
        font-weight: bold; }
    body #guide-content .guide-section .coating {
      display: block;
      font-size: 16px;
      text-transform: uppercase;
      /*      background-color: #FFF;
            color: #3f3f3f;*/
      color: #FFFFFF;
      padding: 8px;
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
      body #guide-content .guide-section .coating:before {
        content: 'Yta: ';
        font-weight: bold; }
    body #guide-content .guide-section .classification {
      display: block;
      font-size: 16px;
      text-transform: uppercase;
      background-color: #FFF;
      color: #3f3f3f;
      padding: 8px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      line-height: 1.4em; }
    body #guide-content .guide-section .table-byline {
      font-size: 16px;
      margin-top: 2px; }
    body #guide-content .guide-section .measure-descriptions {
      background-color: #FFF;
      padding: 12px 0px; }
      body #guide-content .guide-section .measure-descriptions .image-container {
        max-width: 48%;
        margin-right: 1%;
        display: inline-block; }
    body #guide-content .guide-section #article-content h2 {
      margin-top: 16px;
      margin-bottom: 4px; }
    body #guide-content .guide-section #article-content .header-byline {
      font-size: 0.8em;
      margin-top: 2px;
      padding-top: 0px; }
    body #guide-content .guide-section #article-content p {
      margin-top: 2px;
      font-size: 16px; }
    body #guide-content .guide-section #article-content .extra-image {
      margin-top: 16px;
      margin: 16px 8px 8px 8px; }
    body #guide-content .guide-section table tr td {
      text-align: center; }
  body #guide-content a.button {
    width: 98%;
    padding: 8px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    background-color: #3f3f3f;
    font-size: 0.8em;
    line-height: 1.5em; }
    body #guide-content a.button h2 {
      font-size: 16px; }
    body #guide-content a.button.has-parent {
      display: none !important; }
    body #guide-content a.button.has-no-parent  {
      display: block; }
    body #guide-content a.button.restart {
      margin-top: 16px;
      margin-bottom: 40px;
      padding-top: 16px !important;
      padding-bottom: 16px !important; }
      body #guide-content a.button.restart.hidden {
        display: none !important; }
    body #guide-content a.button.visible {
      display: inline-block !important; }
    body #guide-content a.button .imagecontainer img.product-illustration {
      /*width: 128px;*/
      /*margin-top: 8px;*/
      max-height: 20px;
      width: auto; }
  body #guide-content p {
    line-height: 1.4em; }
  body #guide-content .supertext {
    font-size: 0.6em;
    bottom: 6px;
    position: relative; }
  body #guide-content .subtext {
    font-size: 0.6em;
    bottom: -6px;
    position: relative; }
  body #guide-content .no-text-transform {
    text-transform: none; }
  body #guide-content .table-container {
    width: 100%;
    padding-bottom: 16px;
    position: relative;
    color: #3f3f3f;
    background-color: #FFF; }
    body #guide-content .table-container.excess-content table {
      padding-right: 0px !important;
      margin-right: 8px;
      display: block;
      overflow-x: scroll; }
    body #guide-content .table-container p {
      font-size: 0.75em;
      color: #3f3f3f;
      padding: 8px 8px 0px 8px;
      text-align: right; }
  body #guide-content table {
    width: 100%;
    margin: 4px auto 4px;
    padding: 8px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #FFF;
    color: #3f3f3f;
    display: table;
    border-collapse: separate; }
    body #guide-content table.complex {
      margin-top: 0px; }
      body #guide-content table.complex tr td {
        /*border-left: 1px solid #eee;*/
        border-right: 1px solid #eee; }
    body #guide-content table tr:nth-child(even) {
      background: #CCC; }
    body #guide-content table tr td, body #guide-content table tr th {
      padding: 4px 8px;
      font-size: 12px; }
      body #guide-content table tr td p, body #guide-content table tr th p {
        color: #3f3f3f; }
      body #guide-content table tr td.artnr, body #guide-content table tr th.artnr {
        font-weight: 700; }
    body #guide-content table tr th {
      line-height: 1.2em; }
      body #guide-content table tr th.multicol-header {
        background: url("../images/wide-col-bg.png") repeat-x;
        background-clip: content-box;
        padding-left: 2px;
        padding-right: 2px;
        text-shadow: -3px 0 #fff, 0 3px #fff,3px 0 #fff, 0 -3px #fff; }
  body #guide-content .white-bg-container {
    background-color: #FFF;
    color: #3f3f3f; }
    body #guide-content .white-bg-container h1, body #guide-content .white-bg-container h2 {
      color: #3f3f3f; }
    body #guide-content .white-bg-container p {
      color: #3f3f3f; }
  body #guide-content .instructions {
    margin-top: 16px;
    margin-bottom: 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px; }
  body #guide-content .filter-button.tier-level-1 img {
    height: 60px; }
  body #guide-content #article-section #article-content {
    overflow: hidden;
    margin-bottom: 16px; }
    body #guide-content #article-section #article-content h1 {
      font-size: 21px; }
    body #guide-content #article-section #article-content .image-container {
      margin-top: 16px; }
      body #guide-content #article-section #article-content .image-container.example-image-container {
        width: 100%;
        /*background-color: #FFF;*/
        background-color: transparent;
        padding: 16px 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 16px auto 0px;
        text-align: center; }
        body #guide-content #article-section #article-content .image-container.example-image-container img {
          width: 100%;
          max-width: 320px;
          min-width: 240px; }
body #footer p {
  width: 80%;
  font-size: 12px;
  padding: 0.5em 0;
  margin: 0 10%;
  line-height: 1.2em;
  text-align: center;
  color: #999;
  text-shadow: 1px 1px 1px #222; }

#debug-output {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 180px;
  background-color: #FFF;
  padding: 5px 4%;
  display: none; }
  #debug-output p {
    color: #3f3f3f; }

.debug-filter-options {
  display: none; }

@media only screen and (min-width: 720px) {
  body #guide-content #article-section #article-content .image-container.example-image-container {
    width: 50%;
    display: block;
    float: left; }

  span.material, span.coating, span.profile {
    display: block;
    width: 48%;
    float: left; }

  h2.usage {
    display: block;
    clear: both; } }
@media only screen and (max-width: 520px) {
  #footer p {
    font-size: 9px; } }
/* Begins Version 2.0 styles */
.live-filters-product-table {
  font-size: 18px; }

.thickness-filter-enabled tr.filtered-in {
  /*background-color: green;*/
  /*visibility: visible;*/
  display: table-row;
  background: transparent !important; }
.thickness-filter-enabled tr.filtered-out {
  /*background-color: red;*/
  /*visibility: hidden;*/
  display: none;
  background: transparent; }

/* Ends Version 2.0 styles */
