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: #cccccc; }
  .nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:active, .nav-tabs.nav-stacked > li > a:focus {
    border-color: #cccccc;
    background-color: whitesmoke; }
.nav-tabs.nav-stacked > li.active > a {
  font-weight: bold; }
.nav-tabs.nav-stacked > li.section > a {
  color: #3c3c3c;
  font-weight: bold;
  background-color: #f0f0f0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
  .nav-tabs.nav-stacked > li.section > a::before {
    display: inline-block;
    margin-right: 0.5em; }
.nav-tabs.nav-stacked > li.section ~ li:not(.section) > a {
  padding-left: 2.333em; }
.nav-tabs.nav-stacked > li.sidenav-sub > a {
  padding-left: 4em !important; }

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