body {
  -webkit-font-smoothing: antialiased;
  background-color: #e3e3e3;
}

#overview {
  padding-top: 20px;
}

body.webdoc_expression_wrapper {background:white;}

.page-wrap {
  padding-top: 3em;
  padding-bottom: 3em;
  padding-right: 1em;
  padding-left: 1em;
}

#header_online,
#header_localhost {
  display:none;
}

/* Style for the doc page */

.wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  height: 20em;
}

.media-placeholder {
  width: 20em;
  height: 20em;
  margin-left: 5em;
  position: absolute;
}

.action-button,
.panel-button {
  position: relative;
}

/* sticker */

.doc-sticker {
  width: 20em;
  height: 6em;
  background: lightblue;
  left: 50%;
  margin-left: -10em;
  top: 5em;
}
.item-button {
  display:inline-block;
}

.box1 {
  font-size: 16px;
  display: inline-block;
  width: 13em;
  padding: .25em .5em;
  background: #eee;
  margin: .2em .2em .2em 0;
  overflow: hidden;
  white-space: nowrap;
}

.doc-main {
  counter-reset: steps;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em;
  background: white;
  border: 1px solid #cccccc;
  border-radius: 4px; }
  .doc-main > header {
    margin: -2em -2em 2em -2em;
    padding: 1em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background: #f0f0f0;
    border-bottom: 1px solid #cccccc;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
    .doc-main > header > *:last-child {
      margin-bottom: 0; }

.nav-tabs.nav-stacked {
  > li {
    > a {
      background-color: white;
      border-color: rgb(204,204,204);

      &:hover,
      &:active,
      &:focus {
        border-color: rgb(204,204,204);
        background-color: rgb(245,245,245);
      }
    }

    &.active > a {
      font-weight: bold;
    }
  }

  > li.section {
    > a {
      color: rgb(60,60,60);
      font-weight: bold;

      background-color: rgb(240,240,240);
      box-shadow: 0 1px 0 rgba(255,255,255,.5) inset;

      &::before {
        display: inline-block;
        margin-right: 0.5em;
      }
    }

    ~ li:not(.section) > a {
      padding-left: 2.333em;
    }
  }

  > li.sidenav-sub > a {
    padding-left: 4em !important;
  }
}

/* Buttons sizes table */
.buttons-size-table > tbody > tr > td:first-child {
  font-size: 62.5%;
}
