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

.docs-example {
  position: relative;
  margin-bottom: 1rem; }
  .docs-example .docs-preview {
    padding: 1rem;
    border: 0.1428571429rem solid rgba(0, 0, 0, 0.025);
    border-radius: 0; }
    .docs-example .docs-preview > .input-group, .docs-example .docs-preview > input:not(.btn) {
      margin-bottom: 1rem; }
    .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: 1rem;
      border: 0.0714285714rem 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-fontpreview label {
  transition: color .4s;
  font-size: 1rem;
  color: #a6a6a6; }
.docs-fontpreview p {
  font-size: 1.8571428571rem; }
.docs-fontpreview:hover label {
  color: #000; }

.docs-navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 5.4285714286rem;
  box-shadow: 0 0 0.3571428571rem rgba(0, 0, 0, 0.1);
  border-bottom: 0.0714285714rem solid #e5e5e5; }
  .docs-navbar .docs-navbar-version {
    flex-shrink: 0;
    display: block;
    width: 17.1428571429rem;
    border-right: 0.0714285714rem solid #e5e5e5;
    height: 100%;
    line-height: 5.4285714286rem;
    padding-left: 1.5rem; }
  .docs-navbar .docs-navbar-header {
    flex-grow: 1;
    padding-left: 2.5em;
    overflow: auto; }
    .docs-navbar .docs-navbar-header .title {
      font-size: 19.88px;
      font-weight: bold;
      margin: 0; }
    .docs-navbar .docs-navbar-header .lead {
      font-size: 13.58px;
      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: 2rem;
    padding-right: 2.5em; }

.docs-sidebar .nav > li {
  position: relative;
  display: block;
  width: 100%; }
  .docs-sidebar .nav > li .collapsed span {
    transition: all .8s;
    transform: rotate(270deg); }

.nav > li > a {
  position: relative;
  display: block;
  padding: 0.625rem 0.9375rem; }
  .nav > li > a span {
    position: absolute;
    right: 0.75rem;
    top: 0.3125rem;
    padding: 0.25rem;
    font-size: 1rem;
    font-weight: bold;
    color: #999;
    transition: transform .8s; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav:before, .nav:after {
  content: " ";
  display: table; }

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

.docs-sidebar {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 17.1428571429rem;
  background-color: #fcfcfc;
  border-right: 0.0714285714rem 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: 1.1428571429rem;
      color: #333;
      text-transform: uppercase;
      letter-spacing: 0.0714285714rem;
      white-space: nowrap;
      border-bottom: 0.0714285714rem solid #f7f7f7;
      background-color: #fff; }
      .docs-sidebar ul.nav-sidebar > li > a i {
        position: absolute;
        top: 0.8571428571rem;
        right: 0.8571428571rem;
        padding: 0.2857142857rem;
        font-size: 0.9rem;
        color: #999;
        transition: transform .8s;
        transform: rotate(450deg); }
      .docs-sidebar ul.nav-sidebar > li > a.collapsed i {
        transform: rotate(0deg); }
      .docs-sidebar ul.nav-sidebar > li > a:hover {
        background-color: #f7f7f7;
        padding-left: 1.2857142857rem; }
        .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: 0.0714285714rem solid #f7f7f7; }
      .docs-sidebar ul.nav-sidebar > li ul.nav-submenu li {
        width: 100%; }
        .docs-sidebar ul.nav-sidebar > li ul.nav-submenu li a {
          padding-left: 2rem;
          margin: 0;
          font-size: 0.9rem;
          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 0.3571428571rem rgba(0, 0, 0, 0.1);
  z-index: 200; }
  .sidebar-search input[type=text] {
    border: none;
    border-bottom: 0.0714285714rem solid #f7f7f7;
    box-shadow: none;
    outline: none;
    padding: 0.7142857143rem 1.0714285714rem 0.7142857143rem 3.2142857143rem;
    height: 3.1428571429rem;
    transition: border-color .4s;
    border-radius: 0; }
    .sidebar-search input[type=text]:focus {
      border-bottom-color: #ccc;
      box-shadow: none;
      outline: none; }
  .sidebar-search .icon-sidebar {
    position: absolute;
    top: 1rem;
    color: #999;
    transition: color .4s; }
  .sidebar-search .icon-search {
    left: 1rem; }
  .sidebar-search .icon-close {
    display: none;
    transition: right .4s, opacity .8s, color .4s;
    opacity: 0;
    top: 0.8571428571rem;
    padding: 0.2857142857rem;
    right: -1.1428571429rem;
    cursor: pointer; }
  .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: 3.1428571429rem;
    line-height: 3rem;
    padding-left: 1rem;
    border-bottom: 0.0714285714rem solid #ccc;
    box-shadow: 0 0 0.3571428571rem rgba(0, 0, 0, 0.1);
    z-index: 200; }
  .search-results-container .search-results {
    background: #fff;
    box-shadow: 0 0 0.3571428571rem 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: 1rem;
      padding-left: 3.4285714286rem;
      border-bottom: 0.0714285714rem solid #e5e5e5; }
      .search-results-container .search-results .search-result .glyphicon {
        position: absolute;
        top: 1.2857142857rem;
        left: 1.2857142857rem; }
      .search-results-container .search-results .search-result .search-result-title {
        font-weight: bold;
        margin-bottom: 0.3571428571rem; }
      .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: 0.0714285714rem 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: 5.4285714286rem;
  left: 17.0714285714rem;
  width: 0.2142857143rem;
  height: 3.1428571429rem;
  background: #fff;
  border-bottom: 0.0714285714rem solid #ccc; }
body.search-results-visible .sidebar-search .icon-close {
  right: 0.8571428571rem;
  opacity: 1;
  display: block !important; }
  body.search-results-visible .sidebar-search .icon-close: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: 0.5rem; }
    .docs-glyphicons-list li a {
      transition: background .4s, color .4s;
      display: block;
      border-radius: 0.4285714286rem;
      background: #f7f7f7;
      padding: 2rem 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: 0.5rem; }
  .docs-glyphicons-list .glyphicon-name {
    font-size: 0.9rem; }

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

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: 2.5em;
    position: relative; }
    .docs-main .docs-content > h2 {
      margin-top: 3rem; }
      .docs-main .docs-content > h2:first-child {
        margin-top: 0; }
    .docs-main .docs-content > * {
      margin-bottom: 1rem; }
  .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; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }

.docs-navbar .dropdown-menu .dropdown-item {
  padding: 0; }
  .docs-navbar .dropdown-menu .dropdown-item a {
    width: 100%;
    display: block;
    padding: 0.5rem 1.25rem;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }
