.top-bar-section li.active:not(.has-form) a:not(.button) {
  /* background: #0099cc; */
  /* box-shadow: 0px 7px 0px #0099cc; */
}

.sidebar {
  padding: 5px 6px 5px 26px;
  background-color: #F9F9F9;
  box-shadow: 0 1px 12px #CACACA;
  margin-top: 32px;
}

.side-nav li.side-nav-toc-header {
  font-weight: 600;
  color: #737373;
  margin-left: -10px;
}

.side-nav li { margin: 0; padding: 0; list-style: none; }
.side-nav li a:not(.button) { padding: 0; padding-top: 8px; color: #087EA5; background-color: transparent;  }
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  color: #1cc7ff;
  background-color: transparent;
}

.side-nav > li > a {  }
.side-nav .toc-sub-item > a:not(.button) { color: #394d54; padding: 0; }

.side-nav li.active > a:first-child {
  color: #008fba;
  background: rgba(0, 64, 84, 0.05);
  font-weight: bold;
}

.side-nav li.divider {
  border-top: 1px solid;
  margin: 16px 0px;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

.gf-subnav-section {
  background-color: rgba(33, 43, 49, 0.93);
  border-radius: 5px;
  position: relative;
  z-index: 100;
  box-shadow: 4px 4px 7px black;
}

.gf-subnav {
  list-style: none;
  margin: 0;
}

.gf-subnav > li {
  float: left;
}

.gf-subnav > li > a {
  padding: 0px 18px;
  line-height: 60px;
  display: block;
  color: #EEEEEE;
}

.gf-subnav > li > a:hover {
  background: #2E383C;
}

.gf-subnav > li.active > a {
  background: #2E383C;
}

.gf-subnav input, .gf-subnav button { margin: 0; }
.gf-subnav input { border-radius: 4px 0 0 5px; }
.gf-subnav button { border-radius: 0 4px 4px 0; }

.gf-subnav .has-form {
  padding: 12px 26.66667px;
}

ul.gf-subnav-dropdown {
  background-color: rgb(33, 43, 49);
  border: none;
  width: auto;
  max-width: 400px;
}

.gf-subnav-dropdown > li > a {
  padding: 10px 20px 10px 20px;
  white-space: nowrap;
  color: #EEEEEE;
  border-bottom: 1px solid #111111;
}

.gf-subnav-dropdown > li > a:hover {
  background-color: #2E383C;
}

.gf-subnav-dropdown > li.active > a {
  color: #f08a24
}

#docs-version-nav > a {
  padding: 38px 16px 0 0;
  float: right;
}

#docs-version-list {
  margin: 0px;
  padding: 0px;
}

#docs-version-nav li {
  list-style: none;
  margin: 0;
  padding: 3px 0 3px 10px;
}

#docs-version-nav li.divider {
  background: rgb(231, 230, 230);
}

.content-body ul {
  padding: 10px 0px 10px 20px;
  list-style-position: inherit;
}

.content-body ul li {
  padding-bottom: 5px;
}

.content-body ul ul {
  padding: 5px 0px 0px 20px;
}

blockquote p {
  margin-bottom: 0;
  font-size: 14px;
}

p {
  margin: 0 0 1em 0;
}

.content-body ul {
  margin-top: 0px !important;
  margin: 0;
  padding-top: 0;
}

.content-body blockquote a {
  color: #24b8eb;
}

.content-body blockquote a:hover {
  color: #008bb8;
}

.content-body pre {
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  background-color: #FCFCFC;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow-x: auto;
  font-size: 12px;
  line-height: 1.5;
}

.content-body pre code {
  overflow-wrap: normal;
  white-space: pre;
  border-style: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

.content-body strong {
  font-weight: bold;
}

/* Tables */
.content-body table {
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
  word-break: normal;
}

.content-body thead {
  background-color: #e8e8e8;
}

.content-body tr {
  border-top: 1px solid #ccc;
  vertical-align: top;
}

.content-body tr:nth-child(2n) {
  background-color:#f8f8f8;
}

.content-body th,
.content-body td
{
  padding: 6px 13px;
}

.content-body td {
  border: 1px solid #ddd;
}

.content-body th {
  background-color: #c0c0c0;
  border: 1px solid #c0c0c0;
  text-align: left;
}

.content-body h2 { font-size: 21px; }
.content-body h3 { font-size: 18px; margin-bottom: 4px; }
.content-body h4 { font-size: 16px; }

/*
 * Table used for showing code and CLI output, not using borders
 * font-styling and background-color is the same as <pre> blocks.
 */
.content-body table.code {
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  font-size: 11px;
}

.well {
  min-height: 20px;
  padding: 8px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
}

.content-body table.code,
.content-body table.code tr,
.content-body table.code th,
.content-body table.code td
{
  background-color: #FCFCFC;
  border: none;
  font-weight: normal;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
