body
{
  margin-top: 60px;
}

.documentation_div > h2,
.extra-margin
{
  margin-top: 60px;
}

.appendix-error-description
{
  font-style: italic;
}

.big-label {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.1;
  margin-top: 10px;
}
.list-heading
{
  font-weight: bold;
  color: #008cba;
  padding: 5px 18px;
  font-size: 120%;
}

.version-button {
  padding: 6px 12px;
}

li.warning {
  background-color: #e99002;
}
li.success {
  background-color: #43ac6a;
}
li.error {
  background-color: #f04124;
}

#lang-select {
  position: fixed;
  bottom: 0;
  left: 20px;
  z-index: 100;
}
#lang-select > div {
  padding: 5px;
}

div.tab-pane > pre {
  border-radius: 0 0 4px 4px;
  border: 1px solid #ccc;
  border-top-width: 0;
}

div.tab-pane p {
  padding: 9.5px;
  border: 1px solid #ccc;
  border-width: 0 1px;
  margin: 0;
}

li p {
  margin-top: 10px;
}
table.table tr:first-child > td {
  border-top: 0;
}
table.table tr > td.embeds-table {
  padding: 0 0 0 20px;
}

.label {
  font-weight: normal;
}

/* Pagedown width fix */
.wmd-panel {
  margin-left: 0;
}

/* Turn on all line numbers for code */
.prettyprint ol.linenums > li { list-style-type: decimal; }

/* Fixes for Yeti Theme */
.breadcrumb {
  font-size: 11px;
}
blockquote {
  border-left-width: 5px;
}
label, .control-label {
  font-size: 14px;
}
@media screen {
  table {
  font-size: 13px;
  }
}
/* Fix for crispy forms bug */
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top:4px;margin-top:1px \9;
  padding: 0;
}

/* Nice markdown editing */
.wmd-panel {
  margin-left: 0;
  margin-right: 0;
}
.wmd-input {
  height: 200px;
  background-color: #fff;
}
.wmd-preview {
  background-color: #eee;
  border-left: 5px solid #bbb;
  padding: 5px;
}
.wmd-preview hr {
  border-top-color: #aaa;
}

/* Better date picker */
.bootstrap-datetimepicker-widget .btn {
  padding: 6px 12px;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-datetimepicker-widget td {
  height: 32px;
  line-height: 32px;
}
.bootstrap-datetimepicker-widget td span {
  height: 32px;
  line-height: 32px;
  float: left;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
}

/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar.affix {
  position: static;
}

/* First level of nav */
.bs-sidenav {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top:    10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  background-color: #f7f5fa;
  border-radius: 5px;
}

/* All levels of nav */
.bs-sidebar .nav > li > a {
  display: block;
  color: #716b7a;
  padding: 5px 20px;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
  font-weight: bold;
  color: #008cba;
  background-color: transparent;
  border-right: 1px solid #008cba;
}

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
  display: none; /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}
.bs-sidebar .nav .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 40px;
  font-size: 90%;
}
.bs-sidebar .nav .nav .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 50px;
  font-size: 90%;
}

/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-sidebar.affix-top {
    position: relative; /* Undo the static from mobile first approach */
  }
  .bs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 80px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 263px;
  }
}
