.jumbotron {
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 20px;
  margin-top: 50px;
}
html.multipage .jumbotron {
  margin-top: 0;
}

.source-container ul {
  list-style: none;
}

.item-group-items {
  border-top: 1px solid #d0d0d0;
  padding-top: 20px;
}
.item-group-items:first-child {
  border-top: 0;
}

.item-nav-container, .item-properties-container {
  margin-top: 20px;
}

.level-0 .item-properties-container {
  border-left: 1px solid #d0d0d0;
  padding-right: 0;
}

.item-group.level-0 {
  border-top: 2px solid #d0d0d0;
  margin-top: 30px;
}
.item-group.level-0:first-child {
  border-top: 0;
  margin-top: 0;
}

.item-properties > li {
  border-top: 1px dotted #d0d0d0;
  padding: 5px 0 0 0;
}
.item-properties > li:first-child {
  border-top: 0;
}
.item-properties.level-0 {
  padding: 0;
}
.item-properties.item-properties-param.level-0 {
  padding-left: 40px;
}
.item-properties.level-0 > li:first-child, .item-properties.level-1 > li:first-child {
  padding-top: 5px;
}

.item-property-group-name,
ul.level-0 > li.item-property-group-name {
  text-transform: uppercase;
  padding: 5px 15px;
  margin-left: -15px;
  border-bottom: 1px solid #d0d0d0;
}

.dropdown-item {
  position: relative;
}

.dropdown-item > a.dropdown-item {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-submenu {
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

div.dropdown-item > .dropdown-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}

div.dropdown-item:hover > .dropdown-submenu {
  display: block;
}

.item-header h1, .item-header h2, .item-header h3, .item-header h4, .item-header h5, .item-header h6 {
  font-size: 0;
}
.item-header h1 span {
  font-size: 36px;
}
.item-header h1 small {
  font-size: 28px;
}
.item-header h2 span {
  font-size: 32px;
}
.item-header h2 small {
  font-size: 24px;
}
.item-header h3 span {
  font-size: 28px;
}
.item-header h3 small {
  font-size: 20px;
}
.item-header h4 span {
  font-size: 24px;
}
.item-header h4 small {
  font-size: 16px;
}
.item-header h5 span {
  font-size: 20px;
}
.item-header h5 small {
  font-size: 12px;
}
.item-header h6 span {
  font-size: 16px;
}
.item-header h6 small {
  font-size: 8px;
}
.item-header .item-name-returns {
  color: #999;
  font-weight: normal;
}
.item-header .item-name-return-descr {
  color: #999;
  font-weight: normal;
}
.item-header .item-type {
  color: #999;
  font-weight: normal;
}

.item-nav {
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-nav a {
  font-size: 0;
  white-space: nowrap;
}
.item-nav a span {
  font-size: 14px;
}

.item-flags {
  padding: 0;
  margin: 0;
}

.item-flags + .item-description {
  margin-top: 10px;
}

.item-type {
  margin-right: 5px;
}

.item-label {
  margin-bottom: 5px;
  margin-right: 5px;
}

.item-returns {
  margin-left: 40px;
  color: #999;
  font-weight: normal;
  border-top: 1px dotted #d0d0d0;
  padding-bottom: 10px;
}
.item-returns.level-0 {
  font-size: 28px;
}
.item-returns.level-1 {
  font-size: 24px;
}
.item-returns.level-2 {
  font-size: 20px;
}
.item-returns.level-3 {
  font-size: 16px;
}
.item-returns.level-4 {
  font-size: 12px;
}
.item-returns.level-5 {
  font-size: 8px;
}

.item-inheritance-toggler {
  font-size: 12px;
  margin-top: 10px;
}

.pre-code {
  position: relative;
}
.pre-code .code-toggler {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  line-height: 18px;
  text-align: center;
  right: 5px;
  top: 4px;
  font-size: 10px;
  color: #ccc;
  text-decoration: none;
  padding-left: 1px;
}
.pre-code .code-toggler:hover, .pre-code .code-toggler:visited {
  color: #ccc;
  text-decoration: none;
}
.pre-code .code-placeholder {
  color: #888;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  padding-left: 10px;
}
.pre-code.hidden .code-placeholder {
  display: block;
}
.pre-code.hidden .code-toggler-show {
  display: inline;
}
.pre-code.hidden .code-toggler-hide {
  display: none;
}
.pre-code.hidden code {
  display: none;
}
.pre-code.visible .code-placeholder {
  display: none;
}
.pre-code.visible .code-toggler-show {
  display: none;
}
.pre-code.visible .code-toggler-hide {
  display: inline;
}
.pre-code.visible code {
  display: block;
}

.bd-sidebar {
  -ms-flex-order: 0;
  order: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .bd-sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  @supports (position: -webkit-sticky) or (position: sticky) {
    .bd-sidebar {
      position: -webkit-sticky;
      position: sticky;
      top: 4rem;
      z-index: 1000;
    }
  }
}
@media (min-width: 1200px) {
  .bd-sidebar {
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
  }
}
.bd-links {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  @supports (position: -webkit-sticky) or (position: sticky) {
    .bd-links {
      overflow-y: auto;
    }
  }
}
@media (min-width: 768px) {
  .bd-links {
    display: block !important;
  }
}
.bd-search {
  position: relative;
  padding: 1rem 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.bd-search .form-control:focus {
  border-color: #7952b3;
  box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25);
}

.bd-search-docs-toggle {
  line-height: 1;
  color: #212529;
}

.bd-sidenav .bd-sidenav {
  padding-left: 16px;
}

.bd-toc-directory {
  font-size: 12px;
  display: inline-block;
  width: 12px;
}

.bd-toc-link {
  display: block;
  padding: 0.25rem 1.5rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}

.bd-toc-link:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}

.bd-toc-item.active {
  margin-bottom: 1rem;
}

.bd-toc-item.active:not(:first-child) {
  margin-top: 1rem;
}

.bd-toc-item.active > .bd-toc-link {
  color: rgba(0, 0, 0, 0.85);
}

.bd-toc-item.active > .bd-toc-link:hover {
  background-color: transparent;
}

.bd-toc-item.active > .bd-sidenav {
  display: block;
}

.bd-sidebar .nav > li {
  display: block;
  width: 100%;
}

.bd-sidebar .nav > li > a {
  display: block;
  padding: 0.25rem 1.5rem;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.65);
}

.bd-sidebar .nav > li > a:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  background-color: transparent;
}

.bd-sidebar .nav > .active > a,
.bd-sidebar .nav > .active:hover > a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  background-color: transparent;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.page-loader-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.code-fold {
  display: none;
}

.code-fold-expander {
  line-height: 12px;
  border: 1px solid #aaa;
  position: absolute;
  left: 13px;
  padding: 0 2px;
  font-size: 12px;
  color: #aaa;
  text-decoration: none;
  text-align: center;
  margin-top: 3px;
  cursor: pointer;
}
.code-fold-expander:hover {
  color: #aaa;
  text-decoration: none;
}
.code-fold-expander.collapsed .cfe-expand {
  display: inline;
}
.code-fold-expander.collapsed .cfe-collapse {
  display: none;
}
.code-fold-expander.expanded .cfe-expand {
  display: none;
}
.code-fold-expander.expanded .cfe-collapse {
  display: show;
}

.content-page {
  padding-top: 20px;
}

/*# sourceMappingURL=style.css.map */
