body {
  background-color: #000007;
  padding-top: 0px;
  background-size: 64px; }

#guide-header {
  width: 100%;
  height: 28px;
  border-bottom: 1px solid #00476b;
  box-shadow: inset 0px 1px 0px #999;
  box-shadow: 0 0 8px #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #0078b0;
  background: #0094d8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTRkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwNzhiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY4OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0094d8 0%, #0078b0 49%, #006899 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0094d8), color-stop(49%, #0078b0), color-stop(100%, #006899));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0094d8 0%, #0078b0 49%, #006899 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0094d8 0%, #0078b0 49%, #006899 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0094d8 0%, #0078b0 49%, #006899 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0094d8 0%, #0078b0 49%, #006899 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094d8', endColorstr='#006899', GradientType=0);
  /* IE6-8 */
  z-index: 99;
  position: fixed;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  #guide-header p {
    padding: 3px 0 0 6px;
    font-size: 16px;
    font-weight: light;
    line-height: 1.7em;
    color: #fdfcfb;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    display: inline; }
  #guide-header span {
    height: 20px;
    width: 66px;
    margin: 3px 6px;
    float: right;
    display: block;
    background: url("../img/gunnebo-logo-white@2x.png");
    background-size: 100%; }

#guide-content {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  padding: 30px 5%;
  color: #fdfcfb; }
  #guide-content .guide-splashpage {
    width: 100%;
    height: 100%;
    padding: 30px 0px 190px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #000007; }
    #guide-content .guide-splashpage .guide-splashpage-content {
      text-align: center;
      display: none; }
    #guide-content .guide-splashpage img {
      width: 80%;
      max-width: 640px;
      height: auto;
      margin: 0 10%;
      margin-top: 60px; }
    #guide-content .guide-splashpage h1 {
      width: 80%;
      margin: 0 8% 0 10%;
      margin-top: 40px;
      font-size: 20px;
      text-align: center;
      color: #0078b0; }
      #guide-content .guide-splashpage h1 span {
        color: #9b9e9e;
        font-weight: 400; }
  #guide-content .guide-inner {
    margin-top: 00px; }
  #guide-content p, #guide-content a {
    color: #fdfcfb;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300; }
  #guide-content h1, #guide-content h2, #guide-content h3, #guide-content h4 {
    color: #fdfcfb;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.2em; }
  #guide-content h2 {
    margin-bottom: 10px; }
  #guide-content .guide-section {
    width: 100%;
    float: left;
    padding-bottom: 0px;
    margin-top: 80px;
    padding-top: 20px; }
    #guide-content .guide-section.section-select-attachment {
      margin-top: 0;
      padding-bottom: 30px; }
    #guide-content .guide-section.is-only-option {
      margin-top: 20px; }
    #guide-content .guide-section.section-final {
      margin-top: 0; }
      #guide-content .guide-section.section-final #button-more-guides {
        margin-top: 32px; }
  #guide-content .message {
    height: 20px;
    text-align: center; }
  #guide-content a.button, #guide-content a.sharebutton {
    border: 1px solid #121212;
    padding: 16px 0;
    margin: 0px 0;
    background-color: #9b9e9e;
    display: block;
    line-height: 1.2em;
    text-align: center;
    box-shadow: inset 0px 1px 0px #999;
    text-shadow: 1px 1px 2px #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  #guide-content a.button span.buttonlabel, #guide-content a.sharebutton span.buttonlabel {
    width: 100%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    display: block;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -o-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphenate: auto; }
  #guide-content a.button.highlight, #guide-content a.sharebutton.highlight {
    background-color: #69C3FF !important; }
  #guide-content a.button.calculate, #guide-content a.sharebutton.calculate {
    margin: 18px 0 8px; }
  #guide-content a.button.calculate {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  #guide-content a.button.noimage {
    padding-top: 40px;
    padding-bottom: 40px; }
  #guide-content a.sharebutton.noimage {
    padding-top: 40px;
    padding-bottom: 40px; }
  #guide-content a.button.share span, #guide-content a.sharebutton.share span {
    font-size: 11px; }
  #guide-content a.button.restart {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    font-size: 21px !important; }
  #guide-content a.button.attachment .imagecontainer {
    width: 90%; }
  #guide-content a.sharebutton.attachment .imagecontainer {
    width: 90%; }
  #guide-content a.button.attachment .imagecontainer img, #guide-content a.sharebutton.attachment .imagecontainer img {
    width: 24%;
    max-height: 75px;
    width: auto; }
  #guide-content a.button.attachment.ankarmassa .imagecontainer img, #guide-content a.sharebutton.attachment.ankarmassa .imagecontainer img {
    max-width: 100px; }
  #guide-content a.button.material, #guide-content a.sharebutton.material {
    padding: 20px 0; }
  #guide-content a.button.material .imagecontainer, #guide-content a.sharebutton.material .imagecontainer {
    width: 30%; }
  #guide-content a.button.material .imagecontainer img, #guide-content a.sharebutton.material .imagecontainer img {
    width: 100%; }
  #guide-content a.button .imagecontainer, #guide-content a.sharebutton .imagecontainer {
    width: 90%;
    margin: auto;
    margin-bottom: 16px; }
  #guide-content a.button .imagecontainer img, #guide-content a.sharebutton .imagecontainer img {
    margin: auto; }
  #guide-content a.button.tall, #guide-content a.sharebutton.tall {
    padding: 20px 0; }
  #guide-content a.button.wide, #guide-content a.sharebutton.wide {
    width: 98%;
    /*margin: 8px 1%;*/ }
  #guide-content a.button.half, #guide-content a.sharebutton.half {
    width: 48%;
    /*margin: 8px 1%;*/
    display: block;
    float: left; }
  #guide-content a.button.silver, #guide-content a.sharebutton.silver {
    background-color: #c7c8ca;
    box-shadow: inset 0px 1px 0px #ebebeb;
    color: #000000;
    text-shadow: 1px 1px 1px #FFF; }
  #guide-content a.button.blue, #guide-content a.sharebutton.blue {
    background-color: #0078b0;
    box-shadow: inset 0px 1px 0px #8d8d8d;
    color: #fdfcfb;
    text-shadow: 1px 1px 2px #000; }
  #guide-content a.button.red, #guide-content a.sharebutton.red {
    background-color: #7d161f;
    box-shadow: inset 0px 1px 0px #8d8d8d;
    color: #fdfcfb;
    text-shadow: 1px 1px 2px #000; }
  #guide-content a span.button-indicator {
    display: block;
    float: left;
    margin-right: 10px;
    width: 16px;
    height: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
    background: url("img/option-button-blue.png") no-repeat;
    background-position: 0px 0px; }
  #guide-content .form-container {
    position: relative;
    padding-top: 4px; }
    #guide-content .form-container form .form-field {
      width: 100%;
      margin: 0 0 16px;
      clear: both;
      display: block;
      float: left; }
      #guide-content .form-container form .form-field.depends-on-panel-measure-kvm-type, #guide-content .form-container form .form-field.depends-on-panelskruv-measure-kvm-type {
        display: none; }
        #guide-content .form-container form .form-field.depends-on-panel-measure-kvm-type.visible, #guide-content .form-container form .form-field.depends-on-panelskruv-measure-kvm-type.visible {
          display: block; }
    #guide-content .form-container form label {
      width: 100%;
      display: inline-block;
      text-align: center;
      font-weight: 200;
      margin-top: 16px;
      margin-bottom: 8px;
      float: left; }
    #guide-content .form-container form .select-container {
      width: 100%;
      display: inline-block;
      position: relative;
      padding-top: 12px;
      float: right; }
    #guide-content .form-container form .checkbox-container {
      position: relative; }
      #guide-content .form-container form .checkbox-container .custom-checkbox {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin-right: 16px;
        background: #ebebeb;
        border: 4px solid #ebebeb;
        margin-bottom: -8px;
        transition: all 0.1s;
        -webkit-transition: all 0.1s; }
        #guide-content .form-container form .checkbox-container .custom-checkbox.checked {
          background: #3f3f3f;
          border: 4px solid #ebebeb; }
      #guide-content .form-container form .checkbox-container label {
        display: inline-block; }
      #guide-content .form-container form .checkbox-container input {
        opacity: 1; }
    #guide-content .form-container form select.select {
      position: relative;
      z-index: 10;
      width: 100% !important;
      height: 36px !important;
      line-height: 26px; }
    #guide-content .form-container form span.select {
      position: absolute;
      bottom: 0;
      float: left;
      left: 0;
      width: 100%;
      height: 46px;
      line-height: 46px;
      text-indent: 10px;
      vertical-align: middle;
      background-color: #0078b0;
      color: #fdfcfb;
      box-shadow: inset 0px 1px 0px #999;
      text-shadow: 1px 1px 2px #000;
      font-weight: 100;
      font-size: 18px;
      text-align: center;
      cursor: default;
      z-index: 1;
      transition: text-shadow, background-color 0.3s;
      -moz-transition: text-shadow, background-color 0.3s;
      /* Firefox 4 */
      -webkit-transition: text-shadow, background-color 0.3s;
      /* Safari and Chrome */
      -o-transition: text-shadow, background-color 0.3s;
      /* Opera */ }
      #guide-content .form-container form span.select.flashing {
        text-shadow: 1px 1px 8px #FFF;
        background-color: #00476b; }
  #guide-content .section-calculate-results {
    padding-bottom: 40px; }
    #guide-content .section-calculate-results ul {
      padding: 2%;
      width: 96%;
      background-color: #FDFDFD;
      border-radius: 2px; }
      #guide-content .section-calculate-results ul li {
        color: #3F3F3F;
        line-height: 1.5em;
        font-size: 16px !important; }
        #guide-content .section-calculate-results ul li span {
          display: inline; }
        #guide-content .section-calculate-results ul li #calculate-result-additional-text {
          font-size: 0.8em; }
        #guide-content .section-calculate-results ul li#calculate-result-trall-extra-info {
          margin-top: 8px;
          font-size: 0.8em; }

.guide-section, .guide-subsection, .calculate-results, .guide-inner, .guide-splash, .error {
  display: none; }

#section-select-attachment {
  display: block; }

.hidden {
  display: none !important; }

#hidden-data-container {
  display: none;
  margin-top: 30px; }

/* iOS popup */
#ios-popup {
  width: 240px;
  height: 100px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  margin-left: -120px;
  border-radius: 8px;
  z-index: 200;
  bottom: 10px;
  padding-bottom: 5px;
  display: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZTNlM2UzIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjYmRiZGJkIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #e3e3e3), color-stop(100%, #bdbdbd));
  background-image: -webkit-linear-gradient(top, #e3e3e3 0%, #bdbdbd 100%);
  background-image: -moz-linear-gradient(top, #e3e3e3 0%, #bdbdbd 100%);
  background-image: -ms-linear-gradient(top, #e3e3e3 0%, #bdbdbd 100%);
  background-image: -o-linear-gradient(top, #e3e3e3 0%, #bdbdbd 100%);
  background-image: linear-gradient(to bottom, #e3e3e3 0%, #bdbdbd 100%); }
  #ios-popup p {
    width: 220px;
    margin: 10px 10px 5px 10px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.2em;
    color: #3f3f3f;
    text-shadow: 1px 1px 0 #EEE; }
  #ios-popup .arrow {
    width: 22px;
    height: 17px;
    margin: 0 auto 5px auto;
    background: url("../img/arrow-down.png") no-repeat; }
  #ios-popup .close {
    width: 32px;
    height: 32px;
    background-color: red;
    position: absolute;
    right: -16px;
    top: -16px;
    background: url("../img/close-32px.png") no-repeat;
    background-size: 32px 32px; }
  #ios-popup .icon-share {
    width: 17px;
    height: auto; }

#footer {
  width: 100%;
  background-color: #3f3f3f;
  position: fixed;
  bottom: 0px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #292929;
  box-shadow: 0 0 8px #000; }
  #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; }
    #footer p a {
      color: #999; }

@media only screen and (max-width: 520px) {
  a.button.half.transforms-to-wide {
    width: 98% !important; }
  #footer p {
    font-size: 8px; } }
