@charset "UTF-8";
#doc {
  /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
  /* Remove comment around @import statement below when using as a custom stylesheet */
  /*@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700";*/
  /* a{color:#2156a5;text-decoration:underline;line-height:inherit} */
}
#doc article, #doc aside, #doc details, #doc figcaption, #doc figure, #doc footer, #doc header, #doc hgroup, #doc main, #doc nav, #doc section, #doc summary {
  display: block;
}
#doc audio, #doc canvas, #doc video {
  display: inline-block;
}
#doc audio:not([controls]) {
  display: none;
  height: 0;
}
#doc [hidden], #doc template {
  display: none;
}
#doc script {
  display: none !important;
}
#doc html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#doc a {
  background: transparent;
}
#doc a:focus {
  outline: thin dotted;
}
#doc a:active, #doc a:hover {
  outline: 0;
}
#doc h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#doc abbr[title] {
  border-bottom: 1px dotted;
}
#doc b, #doc strong {
  font-weight: bold;
}
#doc dfn {
  font-style: italic;
}
#doc hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
#doc mark {
  background: #ff0;
  color: #000;
}
#doc code, #doc kbd, #doc pre, #doc samp {
  font-family: monospace;
  font-size: 1em;
}
#doc pre {
  white-space: pre-wrap;
}
#doc q {
  quotes: "“" "”" "‘" "’";
}
#doc small {
  font-size: 80%;
}
#doc sub, #doc sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#doc sup {
  top: -0.5em;
}
#doc sub {
  bottom: -0.25em;
}
#doc img {
  border: 0;
}
#doc svg:not(:root) {
  overflow: hidden;
}
#doc figure {
  margin: 0;
}
#doc fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
#doc legend {
  border: 0;
  padding: 0;
}
#doc button, #doc input, #doc select, #doc textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
#doc button, #doc input {
  line-height: normal;
}
#doc button, #doc select {
  text-transform: none;
}
#doc button, #doc html input[type=button], #doc input[type=reset], #doc input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
#doc button[disabled], #doc html input[disabled] {
  cursor: default;
}
#doc input[type=checkbox], #doc input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
#doc input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#doc input[type=search]::-webkit-search-cancel-button, #doc input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#doc button::-moz-focus-inner, #doc input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#doc textarea {
  overflow: auto;
  vertical-align: top;
}
#doc table {
  border-collapse: collapse;
  border-spacing: 0;
}
#doc *, #doc *:before, #doc *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#doc html, #doc body {
  font-size: 100%;
}
#doc body {
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
  margin: 0;
  font-family: "Noto Serif", "DejaVu Serif", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: auto;
  tab-size: 4;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#doc a:hover {
  cursor: pointer;
}
#doc img, #doc object, #doc embed {
  max-width: 100%;
  height: auto;
}
#doc object, #doc embed {
  height: 100%;
}
#doc img {
  -ms-interpolation-mode: bicubic;
}
#doc .left {
  float: left !important;
}
#doc .right {
  float: right !important;
}
#doc .text-left {
  text-align: left !important;
}
#doc .text-right {
  text-align: right !important;
}
#doc .text-center {
  text-align: center !important;
}
#doc .text-justify {
  text-align: justify !important;
}
#doc .hide {
  display: none;
}
#doc img, #doc object, #doc svg {
  display: inline-block;
  vertical-align: middle;
}
#doc textarea {
  height: auto;
  min-height: 50px;
}
#doc select {
  width: 100%;
}
#doc .center {
  margin-left: auto;
  margin-right: auto;
}
#doc .spread {
  width: 100%;
}
#doc p.lead, #doc .paragraph.lead > p, #doc #preamble > .sectionbody > .paragraph:first-of-type p {
  font-size: 1.21875em;
  line-height: 1.6;
}
#doc .subheader, #doc .admonitionblock td.content > .title, #doc .audioblock > .title, #doc .exampleblock > .title, #doc .imageblock > .title, #doc .listingblock > .title, #doc .literalblock > .title, #doc .stemblock > .title, #doc .openblock > .title, #doc .paragraph > .title, #doc .quoteblock > .title, #doc table.tableblock > .title, #doc .verseblock > .title, #doc .videoblock > .title, #doc .dlist > .title, #doc .olist > .title, #doc .ulist > .title, #doc .qlist > .title, #doc .hdlist > .title {
  line-height: 1.45;
  color: #7a2518;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.25em;
}
#doc div, #doc dl, #doc dt, #doc dd, #doc ul, #doc ol, #doc li, #doc h1, #doc h2, #doc h3, #doc #toctitle, #doc .sidebarblock > .content > .title, #doc h4, #doc h5, #doc h6, #doc pre, #doc form, #doc p, #doc blockquote, #doc th, #doc td {
  margin: 0;
  padding: 0;
  direction: ltr;
}
#doc a:hover, #doc a:focus {
  color: #1d4b8f;
}
#doc a img {
  border: none;
}
#doc p {
  font-family: inherit;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
#doc p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}
#doc h1, #doc h2, #doc h3, #doc #toctitle, #doc .sidebarblock > .content > .title, #doc h4, #doc h5, #doc h6 {
  font-family: "Open Sans", "DejaVu Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ba3925;
  text-rendering: optimizeLegibility;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.0125em;
}
#doc h1 small, #doc h2 small, #doc h3 small, #doc #toctitle small, #doc .sidebarblock > .content > .title small, #doc h4 small, #doc h5 small, #doc h6 small {
  font-size: 60%;
  color: #e99b8f;
  line-height: 0;
}
#doc h1 {
  font-size: 2.125em;
}
#doc h2 {
  font-size: 1.6875em;
}
#doc h3, #doc #toctitle, #doc .sidebarblock > .content > .title {
  font-size: 1.375em;
}
#doc h4, #doc h5 {
  font-size: 1.125em;
}
#doc h6 {
  font-size: 1em;
}
#doc hr {
  border: solid #ddddd8;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}
#doc em, #doc i {
  font-style: italic;
  line-height: inherit;
}
#doc strong, #doc b {
  font-weight: bold;
  line-height: inherit;
}
#doc small {
  font-size: 60%;
  line-height: inherit;
}
#doc code {
  font-family: "Droid Sans Mono", "DejaVu Sans Mono", monospace;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
}
#doc ul, #doc ol, #doc dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}
#doc ul, #doc ol, #doc ul.no-bullet, #doc ol.no-bullet {
  margin-left: 1.5em;
}
#doc ul li ul, #doc ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
}
#doc ul.square li ul, #doc ul.circle li ul, #doc ul.disc li ul {
  list-style: inherit;
}
#doc ul.square {
  list-style-type: square;
}
#doc ul.circle {
  list-style-type: circle;
}
#doc ul.disc {
  list-style-type: disc;
}
#doc ul.no-bullet {
  list-style: none;
}
#doc ol li ul, #doc ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}
#doc dl dt {
  margin-bottom: 0.3125em;
  font-weight: bold;
}
#doc dl dd {
  margin-bottom: 1.25em;
}
#doc abbr, #doc acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
#doc abbr {
  text-transform: none;
}
#doc blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd;
}
#doc blockquote cite {
  display: block;
  font-size: 0.9375em;
  color: rgba(0, 0, 0, 0.6);
}
#doc blockquote cite:before {
  content: "— ";
}
#doc blockquote cite a, #doc blockquote cite a:visited {
  color: rgba(0, 0, 0, 0.6);
}
#doc blockquote, #doc blockquote p {
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.85);
}
@media only screen and (min-width: 768px) {
  #doc h1, #doc h2, #doc h3, #doc #toctitle, #doc .sidebarblock > .content > .title, #doc h4, #doc h5, #doc h6 {
    line-height: 1.2;
  }
  #doc h1 {
    font-size: 2.75em;
  }
  #doc h2 {
    font-size: 2.3125em;
  }
  #doc h3, #doc #toctitle, #doc .sidebarblock > .content > .title {
    font-size: 1.6875em;
  }
  #doc h4 {
    font-size: 1.4375em;
  }
}
#doc table {
  background: #fff;
  margin-bottom: 1.25em;
  border: solid 1px #dedede;
}
#doc table thead, #doc table tfoot {
  background: #f7f8f7;
  font-weight: bold;
}
#doc table thead tr th, #doc table thead tr td, #doc table tfoot tr th, #doc table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: inherit;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
}
#doc table tr th, #doc table tr td {
  padding: 0.5625em 0.625em;
  font-size: inherit;
  color: rgba(0, 0, 0, 0.8);
}
#doc table tr.even, #doc table tr.alt, #doc table tr:nth-of-type(even) {
  background: #f8f8f7;
}
#doc table thead tr th, #doc table tfoot tr th, #doc table tbody tr td, #doc table tr td, #doc table tfoot tr td {
  display: table-cell;
  line-height: 1.6;
}
#doc h1, #doc h2, #doc h3, #doc #toctitle, #doc .sidebarblock > .content > .title, #doc h4, #doc h5, #doc h6 {
  line-height: 1.2;
  word-spacing: -0.05em;
}
#doc h1 strong, #doc h2 strong, #doc h3 strong, #doc #toctitle strong, #doc .sidebarblock > .content > .title strong, #doc h4 strong, #doc h5 strong, #doc h6 strong {
  font-weight: 400;
}
#doc .clearfix:before, #doc .clearfix:after, #doc .float-group:before, #doc .float-group:after {
  content: " ";
  display: table;
}
#doc .clearfix:after, #doc .float-group:after {
  clear: both;
}
#doc *:not(pre) > code {
  font-size: 0.9375em;
  font-style: normal !important;
  letter-spacing: 0;
  padding: 0.1em 0.5ex;
  word-spacing: -0.15em;
  background-color: #f7f7f8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.45;
  text-rendering: optimizeSpeed;
  word-wrap: break-word;
}
#doc *:not(pre) > code.nobreak {
  word-wrap: normal;
}
#doc *:not(pre) > code.nowrap {
  white-space: nowrap;
}
#doc pre, #doc pre > code {
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Droid Sans Mono", "DejaVu Sans Mono", monospace;
  font-weight: 400;
  text-rendering: optimizeSpeed;
}
#doc em em {
  font-style: normal;
}
#doc strong strong {
  font-weight: 400;
}
#doc .keyseq {
  color: rgba(51, 51, 51, 0.8);
}
#doc kbd {
  font-family: "Droid Sans Mono", "DejaVu Sans Mono", monospace;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.65em;
  line-height: 1.45;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em #fff inset;
  margin: 0 0.15em;
  padding: 0.2em 0.5em;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  white-space: nowrap;
}
#doc .keyseq kbd:first-child {
  margin-left: 0;
}
#doc .keyseq kbd:last-child {
  margin-right: 0;
}
#doc .menuseq, #doc .menu {
  color: rgba(0, 0, 0, 0.8);
}
#doc b.button:before, #doc b.button:after {
  position: relative;
  top: -1px;
  font-weight: 400;
}
#doc b.button:before {
  content: "[";
  padding: 0 3px 0 2px;
}
#doc b.button:after {
  content: "]";
  padding: 0 2px 0 3px;
}
#doc p a > code:hover {
  color: rgba(0, 0, 0, 0.9);
}
#doc #header, #doc #content, #doc #footnotes, #doc #footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
#doc #header:before, #doc #header:after, #doc #content:before, #doc #content:after, #doc #footnotes:before, #doc #footnotes:after, #doc #footer:before, #doc #footer:after {
  content: " ";
  display: table;
}
#doc #header:after, #doc #content:after, #doc #footnotes:after, #doc #footer:after {
  clear: both;
}
#doc #content {
  margin-top: 1.25em;
}
#doc #content:before {
  content: none;
}
#doc #header > h1:first-child {
  color: rgba(0, 0, 0, 0.85);
  margin-top: 2.25rem;
  margin-bottom: 0;
}
#doc #header > h1:first-child + #toc {
  margin-top: 8px;
  border-top: 1px solid #ddddd8;
}
#doc #header > h1:only-child, #doc body.toc2 #header > h1:nth-last-child(2) {
  border-bottom: 1px solid #ddddd8;
  padding-bottom: 8px;
}
#doc #header .details {
  border-bottom: 1px solid #ddddd8;
  line-height: 1.45;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.6);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#doc #header .details span:first-child {
  margin-left: -0.125em;
}
#doc #header .details span.email a {
  color: rgba(0, 0, 0, 0.85);
}
#doc #header .details br {
  display: none;
}
#doc #header .details br + span:before {
  content: " – ";
}
#doc #header .details br + span.author:before {
  content: " ⋅ ";
  color: rgba(0, 0, 0, 0.85);
}
#doc #header .details br + span#revremark:before {
  content: " | ";
}
#doc #header #revnumber {
  text-transform: capitalize;
}
#doc #header #revnumber:after {
  content: " ";
}
#doc #content > h1:first-child:not([class]) {
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #ddddd8;
  padding-bottom: 8px;
  margin-top: 0;
  padding-top: 1rem;
  margin-bottom: 1.25rem;
}
#doc #toc {
  border-bottom: 1px solid #efefed;
  padding-bottom: 0.5em;
}
#doc #toc > ul {
  margin-left: 0.125em;
}
#doc #toc ul.sectlevel0 > li > a {
  font-style: italic;
}
#doc #toc ul.sectlevel0 ul.sectlevel1 {
  margin: 0.5em 0;
}
#doc #toc ul {
  font-family: "Open Sans", "DejaVu Sans", sans-serif;
  list-style-type: none;
}
#doc #toc li {
  line-height: 1.3334;
  margin-top: 0.3334em;
}
#doc #toc a {
  text-decoration: none;
}
#doc #toc a:active {
  text-decoration: underline;
}
#doc #toctitle {
  color: #7a2518;
  font-size: 1.2em;
}
@media only screen and (min-width: 768px) {
  #doc #toctitle {
    font-size: 1.375em;
  }
  #doc body.toc2 {
    padding-left: 15em;
    padding-right: 0;
  }
  #doc #toc.toc2 {
    margin-top: 0 !important;
    background-color: #f8f8f7;
    position: fixed;
    width: 15em;
    left: 0;
    top: 0;
    border-right: 1px solid #efefed;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
    z-index: 1000;
    padding: 1.25em 1em;
    height: 100%;
    overflow: auto;
  }
  #doc #toc.toc2 #toctitle {
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 1.2em;
  }
  #doc #toc.toc2 > ul {
    font-size: 0.9em;
    margin-bottom: 0;
  }
  #doc #toc.toc2 ul ul {
    margin-left: 0;
    padding-left: 1em;
  }
  #doc #toc.toc2 ul.sectlevel0 ul.sectlevel1 {
    padding-left: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  #doc body.toc2.toc-right {
    padding-left: 0;
    padding-right: 15em;
  }
  #doc body.toc2.toc-right #toc.toc2 {
    border-right-width: 0;
    border-left: 1px solid #efefed;
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  #doc body.toc2 {
    padding-left: 20em;
    padding-right: 0;
  }
  #doc #toc.toc2 {
    width: 20em;
  }
  #doc #toc.toc2 #toctitle {
    font-size: 1.375em;
  }
  #doc #toc.toc2 > ul {
    font-size: 0.95em;
  }
  #doc #toc.toc2 ul ul {
    padding-left: 1.25em;
  }
  #doc body.toc2.toc-right {
    padding-left: 0;
    padding-right: 20em;
  }
}
#doc #content #toc {
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0dc;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f8f8f7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#doc #content #toc > :first-child {
  margin-top: 0;
}
#doc #content #toc > :last-child {
  margin-bottom: 0;
}
#doc #footer {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1.25em;
}
#doc #footer-text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.44;
}
#doc .sect1 {
  padding-bottom: 0.625em;
}
@media only screen and (min-width: 768px) {
  #doc .sect1 {
    padding-bottom: 1.25em;
  }
}
#doc .sect1 + .sect1 {
  border-top: 1px solid #efefed;
}
#doc #content h1 > a.anchor, #doc h2 > a.anchor, #doc h3 > a.anchor, #doc #toctitle > a.anchor, #doc .sidebarblock > .content > .title > a.anchor, #doc h4 > a.anchor, #doc h5 > a.anchor, #doc h6 > a.anchor {
  position: absolute;
  z-index: 1001;
  width: 1.5ex;
  margin-left: -1.5ex;
  display: block;
  text-decoration: none !important;
  visibility: hidden;
  text-align: center;
  font-weight: 400;
}
#doc #content h1 > a.anchor:before, #doc h2 > a.anchor:before, #doc h3 > a.anchor:before, #doc #toctitle > a.anchor:before, #doc .sidebarblock > .content > .title > a.anchor:before, #doc h4 > a.anchor:before, #doc h5 > a.anchor:before, #doc h6 > a.anchor:before {
  content: "§";
  font-size: 0.85em;
  display: block;
  padding-top: 0.1em;
}
#doc #content h1:hover > a.anchor, #doc #content h1 > a.anchor:hover, #doc h2:hover > a.anchor, #doc h2 > a.anchor:hover, #doc h3:hover > a.anchor, #doc #toctitle:hover > a.anchor, #doc .sidebarblock > .content > .title:hover > a.anchor, #doc h3 > a.anchor:hover, #doc #toctitle > a.anchor:hover, #doc .sidebarblock > .content > .title > a.anchor:hover, #doc h4:hover > a.anchor, #doc h4 > a.anchor:hover, #doc h5:hover > a.anchor, #doc h5 > a.anchor:hover, #doc h6:hover > a.anchor, #doc h6 > a.anchor:hover {
  visibility: visible;
}
#doc #content h1 > a.link, #doc h2 > a.link, #doc h3 > a.link, #doc #toctitle > a.link, #doc .sidebarblock > .content > .title > a.link, #doc h4 > a.link, #doc h5 > a.link, #doc h6 > a.link {
  color: #ba3925;
  text-decoration: none;
}
#doc #content h1 > a.link:hover, #doc h2 > a.link:hover, #doc h3 > a.link:hover, #doc #toctitle > a.link:hover, #doc .sidebarblock > .content > .title > a.link:hover, #doc h4 > a.link:hover, #doc h5 > a.link:hover, #doc h6 > a.link:hover {
  color: #a53221;
}
#doc .audioblock, #doc .imageblock, #doc .literalblock, #doc .listingblock, #doc .stemblock, #doc .videoblock {
  margin-bottom: 1.25em;
}
#doc .admonitionblock td.content > .title, #doc .audioblock > .title, #doc .exampleblock > .title, #doc .imageblock > .title, #doc .listingblock > .title, #doc .literalblock > .title, #doc .stemblock > .title, #doc .openblock > .title, #doc .paragraph > .title, #doc .quoteblock > .title, #doc table.tableblock > .title, #doc .verseblock > .title, #doc .videoblock > .title, #doc .dlist > .title, #doc .olist > .title, #doc .ulist > .title, #doc .qlist > .title, #doc .hdlist > .title {
  text-rendering: optimizeLegibility;
  text-align: left;
  font-family: "Noto Serif", "DejaVu Serif", serif;
  font-size: 1rem;
  font-style: italic;
}
#doc table.tableblock > caption.title {
  white-space: nowrap;
  overflow: visible;
  max-width: 0;
}
#doc .paragraph.lead > p, #doc #preamble > .sectionbody > .paragraph:first-of-type p {
  color: rgba(0, 0, 0, 0.85);
}
#doc table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p {
  font-size: inherit;
}
#doc .admonitionblock > table {
  border-collapse: separate;
  border: 0;
  background: none;
  width: 100%;
}
#doc .admonitionblock > table td.icon {
  text-align: center;
  width: 80px;
}
#doc .admonitionblock > table td.icon img {
  max-width: none;
}
#doc .admonitionblock > table td.icon .title {
  font-weight: bold;
  font-family: "Open Sans", "DejaVu Sans", sans-serif;
  text-transform: uppercase;
}
#doc .admonitionblock > table td.content {
  padding-left: 1.125em;
  padding-right: 1.25em;
  border-left: 1px solid #ddddd8;
  color: rgba(0, 0, 0, 0.6);
}
#doc .admonitionblock > table td.content > :last-child > :last-child {
  margin-bottom: 0;
}
#doc .exampleblock > .content {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#doc .exampleblock > .content > :first-child {
  margin-top: 0;
}
#doc .exampleblock > .content > :last-child {
  margin-bottom: 0;
}
#doc .sidebarblock {
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0dc;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f8f8f7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#doc .sidebarblock > :first-child {
  margin-top: 0;
}
#doc .sidebarblock > :last-child {
  margin-bottom: 0;
}
#doc .sidebarblock > .content > .title {
  color: #7a2518;
  margin-top: 0;
  text-align: center;
}
#doc .exampleblock > .content > :last-child > :last-child, #doc .exampleblock > .content .olist > ol > li:last-child > :last-child, #doc .exampleblock > .content .ulist > ul > li:last-child > :last-child, #doc .exampleblock > .content .qlist > ol > li:last-child > :last-child, #doc .sidebarblock > .content > :last-child > :last-child, #doc .sidebarblock > .content .olist > ol > li:last-child > :last-child, #doc .sidebarblock > .content .ulist > ul > li:last-child > :last-child, #doc .sidebarblock > .content .qlist > ol > li:last-child > :last-child {
  margin-bottom: 0;
}
#doc .literalblock pre, #doc .listingblock pre:not(.highlight), #doc .listingblock pre[class=highlight], #doc .listingblock pre[class^="highlight "], #doc .listingblock pre.CodeRay, #doc .listingblock pre.prettyprint {
  background: #f7f7f8;
}
#doc .sidebarblock .literalblock pre, #doc .sidebarblock .listingblock pre:not(.highlight), #doc .sidebarblock .listingblock pre[class=highlight], #doc .sidebarblock .listingblock pre[class^="highlight "], #doc .sidebarblock .listingblock pre.CodeRay, #doc .sidebarblock .listingblock pre.prettyprint {
  background: #f2f1f1;
}
#doc .literalblock pre, #doc .literalblock pre[class], #doc .listingblock pre, #doc .listingblock pre[class] {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  word-wrap: break-word;
  padding: 1em;
  font-size: 0.8125em;
}
#doc .literalblock pre.nowrap, #doc .literalblock pre[class].nowrap, #doc .listingblock pre.nowrap, #doc .listingblock pre[class].nowrap {
  overflow-x: auto;
  white-space: pre;
  word-wrap: normal;
}
@media only screen and (min-width: 768px) {
  #doc .literalblock pre, #doc .literalblock pre[class], #doc .listingblock pre, #doc .listingblock pre[class] {
    font-size: 0.90625em;
  }
}
@media only screen and (min-width: 1280px) {
  #doc .literalblock pre, #doc .literalblock pre[class], #doc .listingblock pre, #doc .listingblock pre[class] {
    font-size: 1em;
  }
}
#doc .literalblock.output pre {
  color: #f7f7f8;
  background-color: rgba(0, 0, 0, 0.9);
}
#doc .listingblock pre.highlightjs {
  padding: 0;
}
#doc .listingblock pre.highlightjs > code {
  padding: 1em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#doc .listingblock pre.prettyprint {
  border-width: 0;
}
#doc .listingblock > .content {
  position: relative;
}
#doc .listingblock code[data-lang]:before {
  display: none;
  content: attr(data-lang);
  position: absolute;
  font-size: 0.75em;
  top: 0.425rem;
  right: 0.5rem;
  line-height: 1;
  text-transform: uppercase;
  color: #999;
}
#doc .listingblock:hover code[data-lang]:before {
  display: block;
}
#doc .listingblock.terminal pre .command:before {
  content: attr(data-prompt);
  padding-right: 0.5em;
  color: #999;
}
#doc .listingblock.terminal pre .command:not([data-prompt]):before {
  content: "$";
}
#doc table.pyhltable {
  border-collapse: separate;
  border: 0;
  margin-bottom: 0;
  background: none;
}
#doc table.pyhltable td {
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.45;
}
#doc table.pyhltable td.code {
  padding-left: 0.75em;
  padding-right: 0;
}
#doc pre.pygments .lineno, #doc table.pyhltable td:not(.code) {
  color: #999;
  padding-left: 0;
  padding-right: 0.5em;
  border-right: 1px solid #ddddd8;
}
#doc pre.pygments .lineno {
  display: inline-block;
  margin-right: 0.25em;
}
#doc table.pyhltable .linenodiv {
  background: none !important;
  padding-right: 0 !important;
}
#doc .quoteblock {
  margin: 0 1em 1.25em 1.5em;
  display: table;
}
#doc .quoteblock > .title {
  margin-left: -1.5em;
  margin-bottom: 0.75em;
}
#doc .quoteblock blockquote, #doc .quoteblock blockquote p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.15rem;
  line-height: 1.75;
  word-spacing: 0.1em;
  letter-spacing: 0;
  font-style: italic;
  text-align: justify;
}
#doc .quoteblock blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}
#doc .quoteblock blockquote:before {
  content: "“";
  float: left;
  font-size: 2.75em;
  font-weight: bold;
  line-height: 0.6em;
  margin-left: -0.6em;
  color: #7a2518;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#doc .quoteblock blockquote > .paragraph:last-child p {
  margin-bottom: 0;
}
#doc .quoteblock .attribution {
  margin-top: 0.5em;
  margin-right: 0.5ex;
  text-align: right;
}
#doc .quoteblock .quoteblock {
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em 0;
  border-left: 3px solid rgba(0, 0, 0, 0.6);
}
#doc .quoteblock .quoteblock blockquote {
  padding: 0 0 0 0.75em;
}
#doc .quoteblock .quoteblock blockquote:before {
  display: none;
}
#doc .verseblock {
  margin: 0 1em 1.25em 1em;
}
#doc .verseblock pre {
  font-family: "Open Sans", "DejaVu Sans", sans;
  font-size: 1.15rem;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
#doc .verseblock pre strong {
  font-weight: 400;
}
#doc .verseblock .attribution {
  margin-top: 1.25rem;
  margin-left: 0.5ex;
}
#doc .quoteblock .attribution, #doc .verseblock .attribution {
  font-size: 0.9375em;
  line-height: 1.45;
  font-style: italic;
}
#doc .quoteblock .attribution br, #doc .verseblock .attribution br {
  display: none;
}
#doc .quoteblock .attribution cite, #doc .verseblock .attribution cite {
  display: block;
  letter-spacing: -0.025em;
  color: rgba(0, 0, 0, 0.6);
}
#doc .quoteblock.abstract {
  margin: 0 0 1.25em 0;
  display: block;
}
#doc .quoteblock.abstract blockquote, #doc .quoteblock.abstract blockquote p {
  text-align: left;
  word-spacing: 0;
}
#doc .quoteblock.abstract blockquote:before, #doc .quoteblock.abstract blockquote p:first-of-type:before {
  display: none;
}
#doc table.tableblock {
  max-width: 100%;
  border-collapse: separate;
}
#doc table.tableblock td > .paragraph:last-child p > p:last-child, #doc table.tableblock th > p:last-child, #doc table.tableblock td > p:last-child {
  margin-bottom: 0;
}
#doc table.tableblock, #doc th.tableblock, #doc td.tableblock {
  border: 0 solid #dedede;
}
#doc table.grid-all th.tableblock, #doc table.grid-all td.tableblock {
  border-width: 0 1px 1px 0;
}
#doc table.grid-all tfoot > tr > th.tableblock, #doc table.grid-all tfoot > tr > td.tableblock {
  border-width: 1px 1px 0 0;
}
#doc table.grid-cols th.tableblock, #doc table.grid-cols td.tableblock {
  border-width: 0 1px 0 0;
}
#doc table.grid-all * > tr > .tableblock:last-child, #doc table.grid-cols * > tr > .tableblock:last-child {
  border-right-width: 0;
}
#doc table.grid-rows th.tableblock, #doc table.grid-rows td.tableblock {
  border-width: 0 0 1px 0;
}
#doc table.grid-all tbody > tr:last-child > th.tableblock, #doc table.grid-all tbody > tr:last-child > td.tableblock, #doc table.grid-all thead:last-child > tr > th.tableblock, #doc table.grid-rows tbody > tr:last-child > th.tableblock, #doc table.grid-rows tbody > tr:last-child > td.tableblock, #doc table.grid-rows thead:last-child > tr > th.tableblock {
  border-bottom-width: 0;
}
#doc table.grid-rows tfoot > tr > th.tableblock, #doc table.grid-rows tfoot > tr > td.tableblock {
  border-width: 1px 0 0 0;
}
#doc table.frame-all {
  border-width: 1px;
}
#doc table.frame-sides {
  border-width: 0 1px;
}
#doc table.frame-topbot {
  border-width: 1px 0;
}
#doc th.halign-left, #doc td.halign-left {
  text-align: left;
}
#doc th.halign-right, #doc td.halign-right {
  text-align: right;
}
#doc th.halign-center, #doc td.halign-center {
  text-align: center;
}
#doc th.valign-top, #doc td.valign-top {
  vertical-align: top;
}
#doc th.valign-bottom, #doc td.valign-bottom {
  vertical-align: bottom;
}
#doc th.valign-middle, #doc td.valign-middle {
  vertical-align: middle;
}
#doc table thead th, #doc table tfoot th {
  font-weight: bold;
}
#doc tbody tr th {
  display: table-cell;
  line-height: 1.6;
  background: #f7f8f7;
}
#doc tbody tr th, #doc tbody tr th p, #doc tfoot tr th, #doc tfoot tr th p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
}
#doc p.tableblock > code:only-child {
  background: none;
  padding: 0;
}
#doc p.tableblock {
  font-size: 1em;
}
#doc td > div.verse {
  white-space: pre;
}
#doc ol {
  margin-left: 1.75em;
}
#doc ul li ol {
  margin-left: 1.5em;
}
#doc dl dd {
  margin-left: 1.125em;
}
#doc dl dd:last-child, #doc dl dd:last-child > :last-child {
  margin-bottom: 0;
}
#doc ol > li p, #doc ul > li p, #doc ul dd, #doc ol dd, #doc .olist .olist, #doc .ulist .ulist, #doc .ulist .olist, #doc .olist .ulist {
  margin-bottom: 0.625em;
}
#doc ul.unstyled, #doc ol.unnumbered, #doc ul.checklist, #doc ul.none {
  list-style-type: none;
}
#doc ul.unstyled, #doc ol.unnumbered, #doc ul.checklist {
  margin-left: 0.625em;
}
#doc ul.checklist li > p:first-child > .fa-square-o:first-child, #doc ul.checklist li > p:first-child > .fa-check-square-o:first-child {
  width: 1em;
  font-size: 0.85em;
}
#doc ul.checklist li > p:first-child > input[type=checkbox]:first-child {
  width: 1em;
  position: relative;
  top: 1px;
}
#doc ul.inline {
  margin: 0 auto 0.625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#doc ul.inline > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
#doc ul.inline > li > * {
  display: block;
}
#doc .unstyled dl dt {
  font-weight: 400;
  font-style: normal;
}
#doc ol.arabic {
  list-style-type: decimal;
}
#doc ol.decimal {
  list-style-type: decimal-leading-zero;
}
#doc ol.loweralpha {
  list-style-type: lower-alpha;
}
#doc ol.upperalpha {
  list-style-type: upper-alpha;
}
#doc ol.lowerroman {
  list-style-type: lower-roman;
}
#doc ol.upperroman {
  list-style-type: upper-roman;
}
#doc ol.lowergreek {
  list-style-type: lower-greek;
}
#doc .hdlist > table, #doc .colist > table {
  border: 0;
  background: none;
}
#doc .hdlist > table > tbody > tr, #doc .colist > table > tbody > tr {
  background: none;
}
#doc td.hdlist1, #doc td.hdlist2 {
  vertical-align: top;
  padding: 0 0.625em;
}
#doc td.hdlist1 {
  font-weight: bold;
  padding-bottom: 1.25em;
}
#doc .literalblock + .colist, #doc .listingblock + .colist {
  margin-top: -0.5em;
}
#doc .colist > table tr > td:first-of-type {
  padding: 0 0.75em;
  line-height: 1;
}
#doc .colist > table tr > td:last-of-type {
  padding: 0.25em 0;
}
#doc .thumb, #doc .th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 1px #ddd;
  box-shadow: 0 0 0 1px #ddd;
}
#doc .imageblock.left, #doc .imageblock[style*="float: left"] {
  margin: 0.25em 0.625em 1.25em 0;
}
#doc .imageblock.right, #doc .imageblock[style*="float: right"] {
  margin: 0.25em 0 1.25em 0.625em;
}
#doc .imageblock > .title {
  margin-bottom: 0;
}
#doc .imageblock.thumb, #doc .imageblock.th {
  border-width: 6px;
}
#doc .imageblock.thumb > .title, #doc .imageblock.th > .title {
  padding: 0 0.125em;
}
#doc .image.left, #doc .image.right {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  display: inline-block;
  line-height: 0;
}
#doc .image.left {
  margin-right: 0.625em;
}
#doc .image.right {
  margin-left: 0.625em;
}
#doc a.image {
  text-decoration: none;
  display: inline-block;
}
#doc a.image object {
  pointer-events: none;
}
#doc sup.footnote, #doc sup.footnoteref {
  font-size: 0.875em;
  position: static;
  vertical-align: super;
}
#doc sup.footnote a, #doc sup.footnoteref a {
  text-decoration: none;
}
#doc sup.footnote a:active, #doc sup.footnoteref a:active {
  text-decoration: underline;
}
#doc #footnotes {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-bottom: 0.625em;
}
#doc #footnotes hr {
  width: 20%;
  min-width: 6.25em;
  margin: -0.25em 0 0.75em 0;
  border-width: 1px 0 0 0;
}
#doc #footnotes .footnote {
  padding: 0 0.375em 0 0.225em;
  line-height: 1.3334;
  font-size: 0.875em;
  margin-left: 1.2em;
  text-indent: -1.05em;
  margin-bottom: 0.2em;
}
#doc #footnotes .footnote a:first-of-type {
  font-weight: bold;
  text-decoration: none;
}
#doc #footnotes .footnote:last-of-type {
  margin-bottom: 0;
}
#doc #content #footnotes {
  margin-top: -0.625em;
  margin-bottom: 0;
  padding: 0.75em 0;
}
#doc .gist .file-data > table {
  border: 0;
  background: #fff;
  width: 100%;
  margin-bottom: 0;
}
#doc .gist .file-data > table td.line-data {
  width: 99%;
}
#doc div.unbreakable {
  page-break-inside: avoid;
}
#doc .big {
  font-size: larger;
}
#doc .small {
  font-size: smaller;
}
#doc .underline {
  text-decoration: underline;
}
#doc .overline {
  text-decoration: overline;
}
#doc .line-through {
  text-decoration: line-through;
}
#doc .aqua {
  color: #00bfbf;
}
#doc .aqua-background {
  background-color: #00fafa;
}
#doc .black {
  color: #000;
}
#doc .black-background {
  background-color: #000;
}
#doc .blue {
  color: #0000bf;
}
#doc .blue-background {
  background-color: #0000fa;
}
#doc .fuchsia {
  color: #bf00bf;
}
#doc .fuchsia-background {
  background-color: #fa00fa;
}
#doc .gray {
  color: #606060;
}
#doc .gray-background {
  background-color: #7d7d7d;
}
#doc .green {
  color: #006000;
}
#doc .green-background {
  background-color: #007d00;
}
#doc .lime {
  color: #00bf00;
}
#doc .lime-background {
  background-color: #00fa00;
}
#doc .maroon {
  color: #600000;
}
#doc .maroon-background {
  background-color: #7d0000;
}
#doc .navy {
  color: #000060;
}
#doc .navy-background {
  background-color: #00007d;
}
#doc .olive {
  color: #606000;
}
#doc .olive-background {
  background-color: #7d7d00;
}
#doc .purple {
  color: #600060;
}
#doc .purple-background {
  background-color: #7d007d;
}
#doc .red {
  color: #bf0000;
}
#doc .red-background {
  background-color: #fa0000;
}
#doc .silver {
  color: #909090;
}
#doc .silver-background {
  background-color: #bcbcbc;
}
#doc .teal {
  color: #006060;
}
#doc .teal-background {
  background-color: #007d7d;
}
#doc .white {
  color: #bfbfbf;
}
#doc .white-background {
  background-color: #fafafa;
}
#doc .yellow {
  color: #bfbf00;
}
#doc .yellow-background {
  background-color: #fafa00;
}
#doc span.icon > .fa {
  cursor: default;
}
#doc .admonitionblock td.icon [class^="fa icon-"] {
  font-size: 2.5em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  cursor: default;
}
#doc .admonitionblock td.icon .icon-note:before {
  content: "";
  color: #19407c;
}
#doc .admonitionblock td.icon .icon-tip:before {
  content: "";
  text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
  color: #111;
}
#doc .admonitionblock td.icon .icon-warning:before {
  content: "";
  color: #bf6900;
}
#doc .admonitionblock td.icon .icon-caution:before {
  content: "";
  color: #bf3400;
}
#doc .admonitionblock td.icon .icon-important:before {
  content: "";
  color: #bf0000;
}
#doc .conum[data-value] {
  display: inline-block;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  font-size: 0.75em;
  width: 1.67em;
  height: 1.67em;
  line-height: 1.67em;
  font-family: "Open Sans", "DejaVu Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
}
#doc .conum[data-value] * {
  color: #fff !important;
}
#doc .conum[data-value] + b {
  display: none;
}
#doc .conum[data-value]:after {
  content: attr(data-value);
}
#doc pre .conum[data-value] {
  position: relative;
  top: -0.125em;
}
#doc b.conum * {
  color: inherit !important;
}
#doc .conum:not([data-value]):empty {
  display: none;
}
#doc dt, #doc th.tableblock, #doc td.content, #doc div.footnote {
  text-rendering: optimizeLegibility;
}
#doc h1, #doc h2, #doc p, #doc td.content, #doc span.alt {
  letter-spacing: -0.01em;
}
#doc p strong, #doc td.content strong, #doc div.footnote strong {
  letter-spacing: -0.005em;
}
#doc p, #doc blockquote, #doc dt, #doc td.content, #doc span.alt {
  font-size: 1.0625rem;
}
#doc p {
  margin-bottom: 1.25rem;
}
#doc .sidebarblock p, #doc .sidebarblock dt, #doc .sidebarblock td.content, #doc p.tableblock {
  font-size: 1em;
}
#doc .exampleblock > .content {
  background-color: #fffef7;
  border-color: #e0e0dc;
  -webkit-box-shadow: 0 1px 4px #e0e0dc;
  box-shadow: 0 1px 4px #e0e0dc;
}
#doc .print-only {
  display: none !important;
}
@media print {
  @page {
    #doc {
      margin: 1.25cm 0.75cm;
    }
  }
  #doc * {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #doc a {
    color: inherit !important;
    text-decoration: underline !important;
  }
  #doc a.bare, #doc a[href^="#"], #doc a[href^="mailto:"] {
    text-decoration: none !important;
  }
  #doc a[href^="http:"]:not(.bare):after, #doc a[href^="https:"]:not(.bare):after {
    content: "(" attr(href) ")";
    display: inline-block;
    font-size: 0.875em;
    padding-left: 0.25em;
  }
  #doc abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #doc pre, #doc blockquote, #doc tr, #doc img, #doc object, #doc svg {
    page-break-inside: avoid;
  }
  #doc thead {
    display: table-header-group;
  }
  #doc svg {
    max-width: 100%;
  }
  #doc p, #doc blockquote, #doc dt, #doc td.content {
    font-size: 1em;
    orphans: 3;
    widows: 3;
  }
  #doc h2, #doc h3, #doc #toctitle, #doc .sidebarblock > .content > .title {
    page-break-after: avoid;
  }
  #doc #toc, #doc .sidebarblock, #doc .exampleblock > .content {
    background: none !important;
  }
  #doc #toc {
    border-bottom: 1px solid #ddddd8 !important;
    padding-bottom: 0 !important;
  }
  #doc .sect1 {
    padding-bottom: 0 !important;
  }
  #doc .sect1 + .sect1 {
    border: 0 !important;
  }
  #doc #header > h1:first-child {
    margin-top: 1.25rem;
  }
  #doc body.book #header {
    text-align: center;
  }
  #doc body.book #header > h1:first-child {
    border: 0 !important;
    margin: 2.5em 0 1em 0;
  }
  #doc body.book #header .details {
    border: 0 !important;
    display: block;
    padding: 0 !important;
  }
  #doc body.book #header .details span:first-child {
    margin-left: 0 !important;
  }
  #doc body.book #header .details br {
    display: block;
  }
  #doc body.book #header .details br + span:before {
    content: none !important;
  }
  #doc body.book #toc {
    border: 0 !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #doc body.book #toc, #doc body.book #preamble, #doc body.book h1.sect0, #doc body.book .sect1 > h2 {
    page-break-before: always;
  }
  #doc .listingblock code[data-lang]:before {
    display: block;
  }
  #doc #footer {
    background: none !important;
    padding: 0 0.9375em;
  }
  #doc #footer-text {
    color: rgba(0, 0, 0, 0.6) !important;
    font-size: 0.9em;
  }
  #doc .hide-on-print {
    display: none !important;
  }
  #doc .print-only {
    display: block !important;
  }
  #doc .hide-for-print {
    display: none !important;
  }
  #doc .show-for-print {
    display: inherit !important;
  }
}

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