/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic");
body {
  margin: 0;
}

pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "Didact Gothic", sans-serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
html,
body {
  font-family: "Didact Gothic", sans-serif;
  font-size: 15px;
  line-height: 1.4;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: normal;
}
.content code,
.content pre {
  font-family: "Didact Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.content code {
  word-break: break-all;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

html,
body {
  color: #353c49;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  height: 100%;
  -webkit-text-size-adjust: none;
}
#toc > ul > li > a > span {
  float: right;
  background-color: #2484ff;
  border-radius: 40px;
  width: 20px;
}
.toc-wrapper {
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}
.toc-wrapper .lang-selector {
  display: none;
}
.toc-wrapper .lang-selector a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.toc-wrapper > img {
  display: block;
  max-width: 100%;
}
.toc-wrapper > .search {
  position: relative;
}
.toc-wrapper > .search input {
  background: #f3f4f5;
  border-width: 0;

  padding: 8px 0 8px 24px;
  box-sizing: border-box;
  margin: 16px 24px;
  width: 208px;
  line-height: 2;
  outline: none;
  color: #999;
  border-radius: 0;
  background: url(../images/search-icon2.png) no-repeat 0px 13px;
}

.toc-wrapper > .search input::placeholder {
  color: #999;
  opacity: 1 !important;
}
.toc-wrapper > .search:before {
  position: absolute;
  top: 31px;
  left: 24px;
  color: #999;
}
.toc-wrapper .logo {
  margin-bottom: 0px;
}
.toc-wrapper .search-results {
  margin-top: 0;
  box-sizing: border-box;
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition-property: height, margin;
  transition-duration: 180ms;
  transition-timing-function: ease-in-out;
  background: #f3f4f5;
}
.toc-wrapper .search-results.visible {
  height: 30%;
  margin-bottom: 1em;
  border-bottom: 1px solid #ced5db;
}
.toc-wrapper .search-results li {
  margin: 1em 24px;
  line-height: 1;
}
.toc-wrapper .search-results a {
  color: #8b959e;
  text-decoration: none;
}
.toc-wrapper .search-results a:hover {
  text-decoration: underline;
}
.toc-wrapper ul,
.toc-wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 34px;
}
.toc-wrapper li {
  color: #353c49;
  transition-property: background;
  transition-timing-function: ease-out;
  transition-duration: 200ms;
}
.toc-wrapper .toc-link.active {
  /*border-left: 2px solid #fff;*/
  color: #000;
  font-weight: bold;
}
.toc-wrapper .toc-link.active-parent {
  background-color: #353c4a;
  color: #fff;
}
.toc-wrapper .toc-list-h2 {
  display: none;
  background-color: #ced7e0;
}
.toc-wrapper .toc-h2 {
  padding-left: 24px;
  font-size: 14px;
}
.toc-wrapper .toc-footer {
  padding: 1em 0;
  margin-top: 1em;
}
.toc-wrapper .toc-footer li,
.toc-wrapper .toc-footer a {
  font-size: 1em;
  line-height: 1.8;
  color: #8b959e;
  text-decoration: none;
}
.toc-wrapper .toc-footer a:hover {
  text-decoration: underline;
}
.toc-wrapper .toc-footer li {
  font-size: 0.8em;
  color: #ced5db;
  line-height: 1.7;
  text-decoration: none;
}
.toc-link,
.toc-footer li {
  padding: 0 14px 0 14px;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #353c49;
  transition-property: background;
  transition-timing-function: linear;
  transition-duration: 130ms;
}
#nav-button {
  padding: 0 1.5em 5em 0;
  display: none;
  position: fixed;
  top: 20px;
  right: -18px;
  z-index: 100;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  opacity: 1;
  line-height: 16px;
  transition: left 0.3s ease-in-out;
}
#nav-button span {
  display: block;
  padding: 8px 8px 8px;

  transform-origin: 0 0;
  transform: rotate(-90deg) translate(-100%, 0);
  border-radius: 0 0 0 5px;
  position: fixed;
  right: 0px;
}
#nav-button img {
  height: 16px;
  vertical-align: bottom;
}
#nav-button:hover {
  opacity: 1;
}
#nav-button.open {
  left: 256px;
}
.page-wrapper {
  margin-left: 250px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  min-height: 100%;
  padding-bottom: 1px;
}
.page-wrapper .dark-box {
  width: 50%;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-wrapper .lang-selector {
  position: fixed;
  z-index: 50;
  border-bottom: 5px solid #2e3336;
}
.lang-selector {
  background-color: #1e2224;
  width: 100%;
  font-weight: bold;
}
.lang-selector a {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  line-height: 30px;
  outline: 0;
}
.lang-selector a:active,
.lang-selector a:focus {
  background-color: #111;
  color: #fff;
}
.lang-selector a.active {
  background-color: #2e3336;
  color: #fff;
}
.lang-selector:after {
  content: "";
  clear: both;
  display: block;
}
.content {
  -webkit-transform: translateZ(0);
  position: relative;
  z-index: 30;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}
.content > h1,
.content > h2,
.content > h3,
.content > h4,
.content > h5,
.content > h6,
.content > p,
.content > table,
.content > ul,
.content > ol,
.content > aside,
.content > dl {
  margin-right: 50%;
  padding: 0 32px;
  box-sizing: border-box;
  display: block;
}
.content > ul,
.content > ol {
  padding-left: 47px;
}

.head {
  font-size: 32px;
  padding-top: 0.5em;
  padding-bottom: 0em;
  margin-bottom: 24px;
  margin-top: 2em;
  font-weight: light;
  padding-left: 32px;
  padding-right: 32px;
}
.content > h1,
.content > h2,
.content > div {
  clear: both;
}
.content h1 {
  font-size: 25px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 24px;
  margin-top: 2em;
  font-weight: light;
}
.content h1:first-child,
.content div:first-child + h1 {
  border-top-width: 0;
  margin-top: 0;
}
.content h2 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0em;
  margin-bottom: 0;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0)
  );
}
.content h1 + h2,
.content h1 + div + h2 {
  margin-top: -24px;
  border-top: none;
}
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}
.content h4,
.content h5,
.content h6 {
  font-size: 10px;
}
.content hr {
  margin: 2em 0;
  border-top: 2px solid #2e3336;
  border-bottom: 2px solid #fff;
}
.content table {
  margin-bottom: 1em;
  overflow: auto;
  font-size: 14px;
}
.content table th,
.content table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
.content table th {
  padding: 4px 12px;
  background-color: #f3f4f5;
  vertical-align: bottom;
}
.content table td {
  padding: 12px;
}
.content table tr:last-child {
  border-bottom: 1px solid #f3f4f5;
}
.content table tr:nth-child(even) > td {
  background-color: #f3f4f5;
}
.content dt {
  font-weight: bold;
}
.content dd {
  margin-left: 15px;
}
.content p,
.content li,
.content dt,
.content dd {
  line-height: 1.6;
  margin-top: 0;
}
.content img {
  max-width: 100%;
}
.content code {
  /*background-color: rgba(0,0,0,0.05);*/
  padding: 3px;
  border-radius: 4px;
  white-space: pre;
}
.content pre > code {
  background-color: transparent;
  padding: 0;
}
.content aside {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background: #fff8dc;
  line-height: 1.6;
}
.content aside.warning {
  background-color: #fde5f3;
}
.content aside.success {
  background-color: #6ac174;
}
.content aside:before {
  vertical-align: middle;
  padding-right: 0.5em;
  font-size: 14px;
}
.content .search-highlight {
  padding: 2px;
  margin: -2px;
  border-radius: 4px;
  border: 1px solid #f7e633;
  background: linear-gradient(to top left, #f7e633 0%, #f1d32f 100%);
}
.content pre,
.content blockquote {
  background-color: transparent;
  color: #fff;
  margin: 0;
  width: 50%;
  float: right;
  clear: right;
  box-sizing: border-box;
}
.content pre > p,
.content blockquote > p {
  margin: 0;
}
.content pre a,
.content blockquote a {
  color: #fff;
  text-decoration: none;
  border-bottom: dashed 1px #ccc;
}
.content pre {
  padding-top: 2em;
  padding-bottom: 2em;
  padding: 2em 32px;
}
.content blockquote > p {
  background-color: #ced7e0;
  padding: 16px 2em;
  color: #353c4a;
}

@media (max-width: 930px) {
  .toc-wrapper {
    left: -320px;
  }
  .toc-wrapper.open {
    left: 0;
  }
  .page-wrapper {
    margin-left: 0;
  }
  #nav-button {
    display: block;
  }
  .toc-link {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
}

@media (max-width: 674px) {
  .dark-box {
    display: none;
  }
  .content > h1,
  .content > h2,
  .content > h3,
  .content > h4,
  .content > h5,
  .content > h6,
  .content > p,
  .content > table,
  .content > ul,
  .content > ol,
  .content > aside,
  .content > dl {
    margin-right: 0;
  }
  .toc-wrapper .lang-selector {
    display: block;
  }
  .page-wrapper .lang-selector {
    display: none;
  }
  .content pre,
  .content blockquote {
    width: auto;
    float: none;
    color: #000000 !important;
  }
  .content > pre + h1,
  .content > blockquote + h1,
  .content > pre + h2,
  .content > blockquote + h2,
  .content > pre + h3,
  .content > blockquote + h3,
  .content > pre + h4,
  .content > blockquote + h4,
  .content > pre + h5,
  .content > blockquote + h5,
  .content > pre + h6,
  .content > blockquote + h6,
  .content > pre + p,
  .content > blockquote + p,
  .content > pre + table,
  .content > blockquote + table,
  .content > pre + ul,
  .content > blockquote + ul,
  .content > pre + ol,
  .content > blockquote + ol,
  .content > pre + aside,
  .content > blockquote + aside,
  .content > pre + dl,
  .content > blockquote + dl {
    margin-top: 32px;
  }
}
.highlight .c,
.highlight .cm,
.highlight .c1,
.highlight .cs {
  color: #909090;
}
.highlight,
.highlight .w {
  background-color: #0b2c37;
}
