@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i");
body {
  font-family: 'Roboto', sans-serif;
  background: #fefefe;
  color: #999999;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.text-muted {
  color: #b5b5b5 !important; }

.doc-page-header {
  min-height: 130px;
  color: #ffffff;
  background: url(../imgs/banner-bg.png) no-repeat;
  background-size: cover; }
  .doc-page-header .container-fluid {
    text-align: center;
    padding-top: 30px; }
    .doc-page-header .container-fluid h1 {
      font-size: 3rem; }

.doc-container {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  .doc-container .nav.flex-column {
    margin-top: 25px; }
    .doc-container .nav.flex-column .nav-link {
      padding: .2rem 1rem;
      color: inherit; }
    .doc-container .nav.flex-column .nav-link:hover,
    .doc-container .nav.flex-column .nav-link:active,
    .doc-container .nav.flex-column .nav-link:focus,
    .doc-container .nav.flex-column .nav-link.active {
      color: #525252; }
    .doc-container .nav.flex-column .sub-list-link-group {
      list-style: none;
      padding-left: 30px; }
      .doc-container .nav.flex-column .sub-list-link-group a {
        display: block;
        padding: 2px;
        text-decoration: none;
        color: inherit;
        font-size: 14px; }
        .doc-container .nav.flex-column .sub-list-link-group a:hover, .doc-container .nav.flex-column .sub-list-link-group a:active, .doc-container .nav.flex-column .sub-list-link-group a:focus, .doc-container .nav.flex-column .sub-list-link-group a.active {
          color: #525252; }
  .doc-container .doc-left-menus-panel {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 100vh;
    overflow: auto; }
  .doc-container .doc-content-item {
    padding-top: 25px; }
    .doc-container .doc-content-item ul {
      list-style: none;
      padding-left: 20px; }
    .doc-container .doc-content-item pre {
      background: #ffffff;
      padding: 20px;
      box-shadow: 1px 1px 20px 1px #0000002b;
      border-radius: 3px; }
    .doc-container .doc-content-item .line code {
      box-shadow: none; }
  .doc-container .common-class-container code {
    margin: 0 15px 15px 0;
    display: inline-block; }
  .doc-container .common-class-container .example-code {
    line-height: 20px;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 25px; }
    .doc-container .common-class-container .example-code:last-child {
      margin-bottom: 0; }
  .doc-container .common-class-container .item-diver {
    padding-top: 30px; }
  .doc-container .greeting-content {
    font-size: 24px; }
  .doc-container code, .doc-container table td.code {
    -webkit-user-select: all;
    /* Chrome all / Safari all */
    -moz-user-select: all;
    /* Firefox all */
    -ms-user-select: all;
    /* IE 10+ */
    user-select: all;
    /* Likely future */ }
  .doc-container .see-less {
    height: 80px;
    overflow: hidden; }
  .doc-container .see-more {
    height: auto;
    overflow: auto; }
  .doc-container .see-more-or-less-container {
    margin-bottom: 20px; }
  .doc-container .note {
    margin: 1rem 0; }
  .doc-container .syntaxhighlighter {
    margin-bottom: 0 !important; }
    .doc-container .syntaxhighlighter .toolbar {
      display: none !important; }
  .doc-container .table-responsive {
    padding: 20px;
    background: #f7f7f7;
    border-radius: 3px; }
    .doc-container .table-responsive .table th, .doc-container .table-responsive .table td {
      border: none; }
      .doc-container .table-responsive .table th .option-item, .doc-container .table-responsive .table td .option-item {
        -webkit-user-select: all;
        -moz-user-select: all;
        -ms-user-select: all;
        user-select: all; }
      .doc-container .table-responsive .table th .setting-doc-example, .doc-container .table-responsive .table td .setting-doc-example {
        margin-left: 20px; }
    .doc-container .table-responsive .table tbody tr:nth-of-type(odd) {
      background-color: #ffffff; }

@media only screen and (max-width: 767px) {
  .doc-page-header h1 {
    font-size: 1.8rem !important; }

  .doc-left-menus-panel {
    display: none; } }

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