.docs-callout a {
  color: rgba(0, 0, 0, 0.5); }

.docs-example {
  position: relative;
  margin-bottom: 16px; }
  .docs-example .docs-preview {
    padding: 16px;
    border: 2px solid rgba(0, 0, 0, 0.025);
    border-radius: 0; }
    .docs-example .docs-preview > .input-group, .docs-example .docs-preview > input {
      margin-bottom: 16px; }
    .docs-example .docs-preview > *:last-child {
      margin-bottom: 0; }
    .docs-example .docs-preview > .close {
      float: none; }
  .docs-example .docs-highlight {
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: transparent; }
    .docs-example .docs-highlight pre {
      margin: 0;
      padding: 16px;
      border: 1px solid rgba(0, 0, 0, 0.025);
      background-color: rgba(0, 0, 0, 0.025); }
  .docs-example .navbar-fixed-top, .docs-example .navbar-fixed-bottom {
    position: absolute; }

.docs-navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 76px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e5e5e5; }
  .docs-navbar .docs-navbar-version {
    flex-shrink: 0;
    display: block;
    width: 240px;
    border-right: 1px solid #e5e5e5;
    height: 100%;
    line-height: 76px;
    padding-left: 1.5rem; }
  .docs-navbar .docs-navbar-header {
    flex-grow: 1;
    padding-left: 20px;
    overflow: auto; }
    .docs-navbar .docs-navbar-header .title {
      font-size: 20px;
      font-weight: bold;
      margin: 0; }
    .docs-navbar .docs-navbar-header .lead {
      font-size: 14px;
      margin: 0;
      margin-top: .5rem;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: pre; }
  .docs-navbar .docs-navbar-theme {
    flex-shrink: 0;
    margin-left: auto;
    padding-left: 32px;
    padding-right: 32px; }

.docs-page-header {
  background: #f7f7f9;
  padding: 16px;
  margin-bottom: 16px; }
  .docs-page-header .page-header {
    margin: 0;
    margin-bottom: 16px; }
  .docs-page-header .lead {
    margin-bottom: 0; }

.docs-sidebar {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 240px;
  background-color: #fcfcfc;
  border-right: 1px solid #e5e5e5; }
  .docs-sidebar ul.nav-sidebar {
    overflow-y: auto;
    flex-shrink: 1;
    z-index: 100; }
    .docs-sidebar ul.nav-sidebar > li > a {
      transition: background-color .4s, padding .4s;
      font-size: 16px;
      color: #333;
      text-transform: uppercase;
      letter-spacing: 1px;
      white-space: nowrap;
      border-bottom: 1px solid #f7f7f7;
      background-color: #fff; }
      .docs-sidebar ul.nav-sidebar > li > a .glyphicon-chevron-right {
        position: absolute;
        top: 12px;
        right: 12px;
        padding: 4px;
        font-size: 12.8px;
        color: #999;
        transition: transform .8s;
        transform: rotate(450deg); }
      .docs-sidebar ul.nav-sidebar > li > a.collapsed .glyphicon-chevron-right {
        transform: rotate(0deg); }
      .docs-sidebar ul.nav-sidebar > li > a:hover {
        background-color: #f7f7f7;
        padding-left: 20px; }
        .docs-sidebar ul.nav-sidebar > li > a:hover.collapsed .glyphicon-chevron-right {
          transform: rotate(35deg); }
    .docs-sidebar ul.nav-sidebar > li ul.nav-submenu {
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #f7f7f7; }
      .docs-sidebar ul.nav-sidebar > li ul.nav-submenu li a {
        padding-left: 32px;
        margin: 0;
        font-size: 12.8px;
        white-space: nowrap; }
      .docs-sidebar ul.nav-sidebar > li ul.nav-submenu li.active a {
        font-weight: bold;
        background-color: #eee; }

.sidebar-search {
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 200; }
  .sidebar-search input[type=text] {
    border: none;
    border-bottom: 1px solid #f7f7f7;
    box-shadow: none;
    outline: none;
    padding: 10px 15px 10px 45px;
    height: 44px;
    transition: border-color .4s;
    border-radius: 0; }
    .sidebar-search input[type=text]:focus {
      border-bottom-color: #ccc;
      box-shadow: none;
      outline: none; }
  .sidebar-search .glyphicon {
    position: absolute;
    top: 14px;
    color: #999;
    transition: color .4s; }
  .sidebar-search .glyphicon-search {
    left: 14px; }
  .sidebar-search .glyphicon-remove {
    display: block;
    transition: right .4s, opacity .8s, color .4s;
    opacity: 0;
    top: 12px;
    padding: 4px;
    right: -16px;
    cursor: pointer;
    font-size: 12.8px; }
  .sidebar-search input[type=text]:focus ~ .glyphicon-search {
    color: #333; }

.search-results-container {
  z-index: 500;
  background: rgba(0, 0, 0, 0.1);
  display: none; }
  .search-results-container .search-stats {
    background: #fff;
    height: 44px;
    line-height: 42px;
    padding-left: 16px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 200; }
  .search-results-container .search-results {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    max-height: 100%;
    overflow-y: auto;
    z-index: 100; }
    .search-results-container .search-results .search-result {
      display: block;
      position: relative;
      transition: background-color .4s;
      padding: 16px;
      padding-left: 48px;
      border-bottom: 1px solid #e5e5e5; }
      .search-results-container .search-results .search-result .glyphicon {
        position: absolute;
        top: 20px;
        left: 20px; }
      .search-results-container .search-results .search-result .search-result-title {
        font-weight: bold;
        margin-bottom: 5px; }
      .search-results-container .search-results .search-result .search-result-summary {
        margin: 0;
        color: #999; }
      .search-results-container .search-results .search-result .matched-string {
        border-bottom: 1px solid #999;
        font-weight: bold; }
      .search-results-container .search-results .search-result:hover {
        background-color: #f7f7f7;
        text-decoration: none; }

.nav-sidebar, .docs-navbar > * {
  opacity: 1;
  transition: opacity .4s; }

body.search-results-visible .docs-navbar {
  border-bottom-color: #ccc; }
body.search-results-visible .nav-sidebar, body.search-results-visible .docs-navbar > * {
  opacity: .2; }
body.search-results-visible .docs-content {
  display: none; }
body.search-results-visible .docs-search-results-container {
  display: block; }
body.search-results-visible .docs-main:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 76px;
  left: 239px;
  width: 3px;
  height: 44px;
  background: #fff;
  border-bottom: 1px solid #ccc; }
body.search-results-visible .sidebar-search .glyphicon-remove {
  right: 12px;
  opacity: 1; }
  body.search-results-visible .sidebar-search .glyphicon-remove:hover {
    color: #900; }

.hll {
  background-color: #ffc; }

.c {
  color: #999; }

.k {
  color: #069; }

.o {
  color: #555; }

.cm {
  color: #999; }

.cp {
  color: #099; }

.c1 {
  color: #999; }

.cs {
  color: #999; }

.gd {
  background-color: #fcc;
  border: 1px solid #c00; }

.ge {
  font-style: italic; }

.gr {
  color: #f00; }

.gh {
  color: #030; }

.gi {
  background-color: #cfc;
  border: 1px solid #0c0; }

.go {
  color: #aaa; }

.gp {
  color: #009; }

.gu {
  color: #030; }

.gt {
  color: #9c6; }

.kc {
  color: #069; }

.kd {
  color: #069; }

.kn {
  color: #069; }

.kp {
  color: #069; }

.kr {
  color: #069; }

.kt {
  color: #078; }

.m {
  color: #f60; }

.s {
  color: #d44950; }

.na {
  color: #4f9fcf; }

.nb {
  color: #366; }

.nc {
  color: #0a8; }

.no {
  color: #360; }

.nd {
  color: #99f; }

.ni {
  color: #999; }

.ne {
  color: #c00; }

.nf {
  color: #c0f; }

.nl {
  color: #99f; }

.nn {
  color: #0cf; }

.nt {
  color: #2f6f9f; }

.nv {
  color: #033; }

.ow {
  color: #000; }

.w {
  color: #bbb; }

.mf {
  color: #f60; }

.mh {
  color: #f60; }

.mi {
  color: #f60; }

.mo {
  color: #f60; }

.sb {
  color: #c30; }

.sc {
  color: #c30; }

.sd {
  font-style: italic;
  color: #c30; }

.s2 {
  color: #c30; }

.se {
  color: #c30; }

.sh {
  color: #c30; }

.si {
  color: #a00; }

.sx {
  color: #c30; }

.sr {
  color: #3aa; }

.s1 {
  color: #c30; }

.ss {
  color: #fc3; }

.bp {
  color: #366; }

.vc {
  color: #033; }

.vg {
  color: #033; }

.vi {
  color: #033; }

.il {
  color: #f60; }

.css .o,
.css .o + .nt,
.css .nt + .nt {
  color: #999; }

.language-bash::before,
.language-sh::before {
  color: #009;
  content: "$ ";
  user-select: none; }

.language-powershell::before {
  color: #009;
  content: "PM> ";
  user-select: none; }

.docs-glyphicons-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  align-items: stretch; }
  .docs-glyphicons-list li {
    display: block;
    flex: 0 0 12.5%;
    text-align: center;
    padding: 8px; }
    .docs-glyphicons-list li a {
      transition: background .4s, color .4s;
      display: block;
      border-radius: 6px;
      background: #f7f7f7;
      padding: 32px 0;
      color: #333; }
      .docs-glyphicons-list li a:hover {
        text-decoration: none;
        background: #333;
        color: #fff; }
  .docs-glyphicons-list .glyphicon {
    font-size: 3rem;
    display: block;
    margin-bottom: 8px; }
  .docs-glyphicons-list .glyphicon-name {
    font-size: 12.8px; }

html, body {
  width: 100vw;
  height: 100vh;
  font-size: 16px; }

body {
  display: flex;
  flex-direction: column; }

.docs-navbar {
  flex-shrink: 0; }

.docs-main {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  flex-grow: 1; }
  .docs-main .docs-sidebar {
    flex-shrink: 0; }
  .docs-main .docs-content {
    flex-grow: 1;
    padding: 16px;
    position: relative; }
    .docs-main .docs-content > h2 {
      margin-top: 48px; }
      .docs-main .docs-content > h2:first-child {
        margin-top: 0; }
    .docs-main .docs-content > * {
      margin-bottom: 16px; }
  .docs-main .docs-search-results-container {
    flex-grow: 1;
    position: relative; }
  .docs-main .docs-sidebar, .docs-main .docs-content, .docs-main .docs-search-results-container {
    overflow-y: auto; }
