/*
 * basic.css
 * ~~~~~~~~~
 *
 * Sphinx stylesheet -- basic theme.
 *
 * :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
 * :license: BSD, see LICENSE for details.
 *
 */

/* -- main layout ----------------------------------------------------------- */

div.clearer {
    clear: both;
}

div.section::after {
    display: block;
    content: '';
    clear: left;
}

/* -- relbar ---------------------------------------------------------------- */

div.related {
    width: 100%;
    font-size: 90%;
}

div.related h3 {
    display: none;
}

div.related ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}

div.related li {
    display: inline;
}

div.related li.right {
    float: right;
    margin-right: 5px;
}

/* -- sidebar --------------------------------------------------------------- */

div.sphinxsidebarwrapper {
    padding: 10px 5px 0 10px;
}

div.sphinxsidebar {
    float: left;
    width: 230px;
    margin-left: -100%;
    font-size: 90%;
    word-wrap: break-word;
    overflow-wrap : break-word;
}

div.sphinxsidebar ul {
    list-style: none;
}

div.sphinxsidebar ul ul,
div.sphinxsidebar ul.want-points {
    margin-left: 20px;
    list-style: square;
}

div.sphinxsidebar ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

div.sphinxsidebar form {
    margin-top: 10px;
}

div.sphinxsidebar input {
    border: 1px solid #98dbcc;
    font-family: sans-serif;
    font-size: 1em;
}

div.sphinxsidebar #searchbox form.search {
    overflow: hidden;
}

div.sphinxsidebar #searchbox input[type="text"] {
    float: left;
    width: 80%;
    padding: 0.25em;
    box-sizing: border-box;
}

div.sphinxsidebar #searchbox input[type="submit"] {
    float: left;
    width: 20%;
    border-left: none;
    padding: 0.25em;
    box-sizing: border-box;
}


img {
    border: 0;
    max-width: 100%;
}

/* -- search page ----------------------------------------------------------- */

ul.search {
    margin: 10px 0 0 20px;
    padding: 0;
}

ul.search li {
    padding: 5px 0 5px 20px;
    background-image: url(5f0e8a61719d41923051f9283a25e5ac.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
}

ul.search li a {
    font-weight: bold;
}

ul.search li div.context {
    color: #888;
    margin: 2px 0 0 30px;
    text-align: left;
}

ul.keywordmatches li.goodmatch a {
    font-weight: bold;
}

/* -- index page ------------------------------------------------------------ */

table.contentstable {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

table.contentstable p.biglink {
    line-height: 150%;
}

a.biglink {
    font-size: 1.3em;
}

span.linkdescr {
    font-style: italic;
    padding-top: 5px;
    font-size: 90%;
}

/* -- general index --------------------------------------------------------- */

table.indextable {
    width: 100%;
}

table.indextable td {
    text-align: left;
    vertical-align: top;
}

table.indextable ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
}

table.indextable > tbody > tr > td > ul {
    padding-left: 0em;
}

table.indextable tr.pcap {
    height: 10px;
}

table.indextable tr.cap {
    margin-top: 10px;
    background-color: #f2f2f2;
}

img.toggler {
    margin-right: 3px;
    margin-top: 3px;
    cursor: pointer;
}

div.modindex-jumpbox {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 1em 0 1em 0;
    padding: 0.4em;
}

div.genindex-jumpbox {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 1em 0 1em 0;
    padding: 0.4em;
}

/* -- domain module index --------------------------------------------------- */

table.modindextable td {
    padding: 2px;
    border-collapse: collapse;
}

/* -- general body styles --------------------------------------------------- */

div.body {
    min-width: 450px;
    max-width: 800px;
}

div.body p, div.body dd, div.body li, div.body blockquote {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

a.headerlink {
    visibility: hidden;
}

a.brackets:before,
span.brackets > a:before{
    content: "[";
}

a.brackets:after,
span.brackets > a:after {
    content: "]";
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink,
dt:hover > a.headerlink,
caption:hover > a.headerlink,
p.caption:hover > a.headerlink,
div.code-block-caption:hover > a.headerlink {
    visibility: visible;
}

div.body p.caption {
    text-align: inherit;
}

div.body td {
    text-align: left;
}

.first {
    margin-top: 0 !important;
}

p.rubric {
    margin-top: 30px;
    font-weight: bold;
}

img.align-left, .figure.align-left, object.align-left {
    clear: left;
    float: left;
    margin-right: 1em;
}

img.align-right, .figure.align-right, object.align-right {
    clear: right;
    float: right;
    margin-left: 1em;
}

img.align-center, .figure.align-center, object.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.align-default, .figure.align-default {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-default {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* -- sidebars -------------------------------------------------------------- */

div.sidebar {
    margin: 0 0 0.5em 1em;
    border: 1px solid #ddb;
    padding: 7px;
    background-color: #ffe;
    width: 40%;
    float: right;
    clear: right;
    overflow-x: auto;
}

p.sidebar-title {
    font-weight: bold;
}

div.admonition, div.topic, blockquote {
    clear: left;
}

/* -- topics ---------------------------------------------------------------- */

div.topic {
    border: 1px solid #ccc;
    padding: 7px;
    margin: 10px 0 10px 0;
}

p.topic-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
}

/* -- admonitions ----------------------------------------------------------- */

div.admonition {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px;
}

div.admonition dt {
    font-weight: bold;
}

p.admonition-title {
    margin: 0px 10px 5px 0px;
    font-weight: bold;
}

div.body p.centered {
    text-align: center;
    margin-top: 25px;
}

/* -- content of sidebars/topics/admonitions -------------------------------- */

div.sidebar > :last-child,
div.topic > :last-child,
div.admonition > :last-child {
    margin-bottom: 0;
}

div.sidebar::after,
div.topic::after,
div.admonition::after,
blockquote::after {
    display: block;
    content: '';
    clear: both;
}

/* -- tables ---------------------------------------------------------------- */

table.docutils {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-collapse: collapse;
}

table.align-center {
    margin-left: auto;
    margin-right: auto;
}

table.align-default {
    margin-left: auto;
    margin-right: auto;
}

table caption span.caption-number {
    font-style: italic;
}

table caption span.caption-text {
}

table.docutils td, table.docutils th {
    padding: 1px 8px 1px 5px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #aaa;
}

table.footnote td, table.footnote th {
    border: 0 !important;
}

th {
    text-align: left;
    padding-right: 5px;
}

table.citation {
    border-left: solid 1px gray;
    margin-left: 1px;
}

table.citation td {
    border-bottom: none;
}

th > :first-child,
td > :first-child {
    margin-top: 0px;
}

th > :last-child,
td > :last-child {
    margin-bottom: 0px;
}

/* -- figures --------------------------------------------------------------- */

div.figure {
    margin: 0.5em;
    padding: 0.5em;
}

div.figure p.caption {
    padding: 0.3em;
}

div.figure p.caption span.caption-number {
    font-style: italic;
}

div.figure p.caption span.caption-text {
}

/* -- field list styles ----------------------------------------------------- */

table.field-list td, table.field-list th {
    border: 0 !important;
}

.field-list ul {
    margin: 0;
    padding-left: 1em;
}

.field-list p {
    margin: 0;
}

.field-name {
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
}

/* -- hlist styles ---------------------------------------------------------- */

table.hlist {
    margin: 1em 0;
}

table.hlist td {
    vertical-align: top;
}


/* -- other body styles ----------------------------------------------------- */

ol.arabic {
    list-style: decimal;
}

ol.loweralpha {
    list-style: lower-alpha;
}

ol.upperalpha {
    list-style: upper-alpha;
}

ol.lowerroman {
    list-style: lower-roman;
}

ol.upperroman {
    list-style: upper-roman;
}

:not(li) > ol > li:first-child > :first-child,
:not(li) > ul > li:first-child > :first-child {
    margin-top: 0px;
}

:not(li) > ol > li:last-child > :last-child,
:not(li) > ul > li:last-child > :last-child {
    margin-bottom: 0px;
}

ol.simple ol p,
ol.simple ul p,
ul.simple ol p,
ul.simple ul p {
    margin-top: 0;
}

ol.simple > li:not(:first-child) > p,
ul.simple > li:not(:first-child) > p {
    margin-top: 0;
}

ol.simple p,
ul.simple p {
    margin-bottom: 0;
}

dl.footnote > dt,
dl.citation > dt {
    float: left;
    margin-right: 0.5em;
}

dl.footnote > dd,
dl.citation > dd {
    margin-bottom: 0em;
}

dl.footnote > dd:after,
dl.citation > dd:after {
    content: "";
    clear: both;
}

dl.field-list {
    display: grid;
    grid-template-columns: fit-content(30%) auto;
}

dl.field-list > dt {
    font-weight: bold;
    word-break: break-word;
    padding-left: 0.5em;
    padding-right: 5px;
}

dl.field-list > dt:after {
    content: ":";
}

dl.field-list > dd {
    padding-left: 0.5em;
    margin-top: 0em;
    margin-left: 0em;
    margin-bottom: 0em;
}

dl {
    margin-bottom: 15px;
}

dd > :first-child {
    margin-top: 0px;
}

dd ul, dd table {
    margin-bottom: 10px;
}

dd {
    margin-top: 3px;
    margin-bottom: 10px;
    margin-left: 30px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
    margin-bottom: 0;
}

dt:target, span.highlighted {
    background-color: #fbe54e;
}

rect.highlighted {
    fill: #fbe54e;
}

dl.glossary dt {
    font-weight: bold;
    font-size: 1.1em;
}

.optional {
    font-size: 1.3em;
}

.sig-paren {
    font-size: larger;
}

.versionmodified {
    font-style: italic;
}

.system-message {
    background-color: #fda;
    padding: 5px;
    border: 3px solid red;
}

.footnote:target  {
    background-color: #ffa;
}

.line-block {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

.line-block .line-block {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.5em;
}

.guilabel, .menuselection {
    font-family: sans-serif;
}

.accelerator {
    text-decoration: underline;
}

.classifier {
    font-style: oblique;
}

.classifier:before {
    font-style: normal;
    margin: 0.5em;
    content: ":";
}

abbr, acronym {
    border-bottom: dotted 1px;
    cursor: help;
}

/* -- code displays --------------------------------------------------------- */

pre {
    overflow: auto;
    overflow-y: hidden;  /* fixes display issues on Chrome browsers */
}

pre, div[class|="highlight"] {
    clear: both;
}

span.pre {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

div[class^="highlight-"] {
    margin: 1em 0;
}

td.linenos pre {
    border: 0;
    background-color: transparent;
    color: #aaa;
}

table.highlighttable {
    display: block;
}

table.highlighttable tbody {
    display: block;
}

table.highlighttable tr {
    display: flex;
}

table.highlighttable td {
    margin: 0;
    padding: 0;
}

table.highlighttable td.linenos {
    padding-right: 0.5em;
}

table.highlighttable td.code {
    flex: 1;
    overflow: hidden;
}

.highlight .hll {
    display: block;
}

div.highlight pre,
table.highlighttable pre {
    margin: 0;
}

div.code-block-caption + div {
    margin-top: 0;
}

div.code-block-caption {
    margin-top: 1em;
    padding: 2px 5px;
    font-size: small;
}

div.code-block-caption code {
    background-color: transparent;
}

table.highlighttable td.linenos,
div.doctest > div.highlight span.gp {  /* gp: Generic.Prompt */
    user-select: none;
}

div.code-block-caption span.caption-number {
    padding: 0.1em 0.3em;
    font-style: italic;
}

div.code-block-caption span.caption-text {
}

div.literal-block-wrapper {
    margin: 1em 0;
}

code.descname {
    background-color: transparent;
    font-weight: bold;
    font-size: 1.2em;
}

code.descclassname {
    background-color: transparent;
}

code.xref, a code {
    background-color: transparent;
    font-weight: bold;
}

h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
    background-color: transparent;
}

.viewcode-link {
    float: right;
}

.viewcode-back {
    float: right;
    font-family: sans-serif;
}

div.viewcode-block:target {
    margin: -1px -10px;
    padding: 0 10px;
}

/* -- math display ---------------------------------------------------------- */

img.math {
    vertical-align: middle;
}

div.body div.math p {
    text-align: center;
}

span.eqno {
    float: right;
}

span.eqno a.headerlink {
    position: absolute;
    z-index: 1;
}

div.math:hover a.headerlink {
    visibility: visible;
}

/* -- printout stylesheet --------------------------------------------------- */

@media print {
    div.document,
    div.documentwrapper,
    div.bodywrapper {
        margin: 0 !important;
        width: 100%;
    }

    div.sphinxsidebar,
    div.related,
    div.footer,
    #top-link {
        display: none;
    }
}
/* -- page layout ----------------------------------------------------------- */

body {
    font-family: 'Opens Sans', Helvetica, Arial, serif;
    font-size: 17px;
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;
}


div.document {
    width: 1200px;
    margin: 30px auto 0 auto;
}

div.documentwrapper {
    float: left;
    width: 100%;
}

div.bodywrapper {
    margin: 0 0 0 300px;
}

div.sphinxsidebar {
    width: 300px;
    font-size: 14px;
    line-height: 1.5;
}

hr {
    border: 1px solid #B1B4B6;
}

div.body {
    background-color: #fff;
    color: #3E4349;
    padding: 0 30px 0 30px;
}

div.body > .section {
    text-align: left;
}

div.footer {
    width: 1200px;
    margin: 20px auto 30px auto;
    font-size: 14px;
    color: #888;
    text-align: right;
}

div.footer a {
    color: #888;
}

p.caption {
    font-family: inherit;
    font-size: inherit;
}


div.relations {
    display: none;
}


div.sphinxsidebar a {
    color: #444;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

div.sphinxsidebar a:hover {
    border-bottom: 1px solid #999;
}

div.sphinxsidebarwrapper {
    padding: 18px 10px;
}

div.sphinxsidebarwrapper p.logo {
    padding: 0;
    margin: -10px 0 0 0px;
    text-align: center;
}

div.sphinxsidebarwrapper h1.logo {
    margin-top: -10px;
    text-align: center;
    margin-bottom: 5px;
    text-align: left;
}

div.sphinxsidebarwrapper h1.logo-name {
    margin-top: 0px;
}

div.sphinxsidebarwrapper p.blurb {
    margin-top: 0;
    font-style: normal;
}

div.sphinxsidebar h3,
div.sphinxsidebar h4 {
    font-family: 'Opens Sans', Helvetica, Arial, serif;
    color: #444;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
}

div.sphinxsidebar h4 {
    font-size: 20px;
}

div.sphinxsidebar h3 a {
    color: #444;
}

div.sphinxsidebar p.logo a,
div.sphinxsidebar h3 a,
div.sphinxsidebar p.logo a:hover,
div.sphinxsidebar h3 a:hover {
    border: none;
}

div.sphinxsidebar p {
    color: #555;
    margin: 10px 0;
}

div.sphinxsidebar ul {
    margin: 10px 0;
    padding: 0;
    color: #000;
}

div.sphinxsidebar ul li.toctree-l1 > a {
    font-size: 120%;
}

div.sphinxsidebar ul li.toctree-l2 > a {
    font-size: 110%;
}

div.sphinxsidebar input {
    border: 1px solid #CCC;
    font-family: 'Opens Sans', Helvetica, Arial, serif;
    font-size: 1em;
}

div.sphinxsidebar hr {
    border: none;
    height: 1px;
    color: #AAA;
    background: #AAA;

    text-align: left;
    margin-left: 0;
    width: 50%;
}

/* -- body styles ----------------------------------------------------------- */

a {
    color: #004B6B;
    text-decoration: underline;
}

a:hover {
    color: #6D4100;
    text-decoration: underline;
}

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    font-family: 'Opens Sans', Helvetica, Arial, serif;
    font-weight: normal;
    margin: 30px 0px 10px 0px;
    padding: 0;
}

div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; }
div.body h2 { font-size: 180%; }
div.body h3 { font-size: 150%; }
div.body h4 { font-size: 130%; }
div.body h5 { font-size: 100%; }
div.body h6 { font-size: 100%; }

a.headerlink {
    color: #DDD;
    padding: 0 4px;
    text-decoration: none;
}

a.headerlink:hover {
    color: #444;
    background: #EAEAEA;
}

div.body p, div.body dd, div.body li {
    line-height: 1.4em;
}

div.admonition {
    margin: 20px 0px;
    padding: 10px 30px;
    background-color: #EEE;
    border: 1px solid #CCC;
}

div.admonition tt.xref, div.admonition code.xref, div.admonition a tt {
    background-color: #FBFBFB;
    border-bottom: 1px solid #fafafa;
}

div.admonition p.admonition-title {
    font-family: 'Opens Sans', Helvetica, Arial, serif;
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
}

div.admonition p.last {
    margin-bottom: 0;
}

div.highlight {
    background-color: #fff;
}

dt:target, .highlight {
    background: #FAF3E8;
}

div.warning {
    background-color: #ffc5e6;
    border: 1px solid #ff3eac;
}

div.danger {
    background-color: #FCC;
    border: 1px solid #FAA;
    -moz-box-shadow: 2px 2px 4px #D52C2C;
    -webkit-box-shadow: 2px 2px 4px #D52C2C;
    box-shadow: 2px 2px 4px #D52C2C;
}

div.error {
    background-color: #FCC;
    border: 1px solid #FAA;
    -moz-box-shadow: 2px 2px 4px #D52C2C;
    -webkit-box-shadow: 2px 2px 4px #D52C2C;
    box-shadow: 2px 2px 4px #D52C2C;
}

div.caution {
    background-color: #FCC;
    border: 1px solid #FAA;
}

div.attention {
    background-color: #FCC;
    border: 1px solid #FAA;
}

div.important {
    background-color: #EEE;
    border: 1px solid #CCC;
}

div.note {
    background-color: #fff;
    border: 1px solid #ddd;
}

div.tip {
    background-color: #EEE;
    border: 1px solid #CCC;
}

div.hint {
    background-color: #EEE;
    border: 1px solid #CCC;
}

div.seealso {
    background-color: #fff;
    border: 1px solid #ddd;
}

div.topic {
    background-color: #EEE;
}

p.admonition-title {
    display: inline;
}

p.admonition-title:after {
    content: ":";
}

pre, tt, code {
    font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
    font-size: 0.9em;
}

.hll {
    background-color: #FFC;
    margin: 0 -12px;
    padding: 0 12px;
    display: block;
}

img.screenshot {
}

tt.descname, tt.descclassname, code.descname, code.descclassname {
    font-size: 0.95em;
}

tt.descname, code.descname {
    padding-right: 0.08em;
}

img.screenshot {
    -moz-box-shadow: 2px 2px 4px #EEE;
    -webkit-box-shadow: 2px 2px 4px #EEE;
    box-shadow: 2px 2px 4px #EEE;
}

table.docutils {
    border: 1px solid #888;
    -moz-box-shadow: 2px 2px 4px #EEE;
    -webkit-box-shadow: 2px 2px 4px #EEE;
    box-shadow: 2px 2px 4px #EEE;
}

table.docutils td, table.docutils th {
    border: 1px solid #888;
    padding: 0.25em 0.7em;
}

table.field-list, table.footnote {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.footnote {
    margin: 15px 0;
    width: 100%;
    border: 1px solid #EEE;
    background: #FDFDFD;
    font-size: 0.9em;
}

table.footnote + table.footnote {
    margin-top: -15px;
    border-top: none;
}

table.field-list th {
    padding: 0 0.8em 0 0;
}

table.field-list td {
    padding: 0;
}

table.field-list p {
    margin-bottom: 0.8em;
}

/* Cloned from
 * https://github.com/sphinx-doc/sphinx/commit/ef60dbfce09286b20b7385333d63a60321784e68
 */
.field-name {
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
}

table.footnote td.label {
    width: .1px;
    padding: 0.3em 0 0.3em 0.5em;
}

table.footnote td {
    padding: 0.3em 0.5em;
}

dl {
    margin: 0;
    padding: 0;
}

dl dd {
    margin-left: 30px;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 0;
}

ul, ol {
    /* Matches the 30px from the narrow-screen "li > ul" selector below */
    margin: 10px 0 10px 30px;
    padding: 0;
}

pre {
    background: #EEE;
    padding: 7px 30px;
    margin: 15px 0px;
    line-height: 1.3em;
}

div.viewcode-block:target {
    background: #ffd;
}

dl pre, blockquote pre, li pre {
    margin-left: 0;
    padding-left: 30px;
}

tt, code {
    background-color: #ecf0f3;
    color: #222;
    /* padding: 1px 2px; */
}

tt.xref, code.xref, a tt {
    background-color: #FBFBFB;
    border-bottom: 1px solid #fff;
}

a.reference {
    text-decoration: none;
    border-bottom: 1px dotted #004B6B;
}

/* Don't put an underline on images */
a.image-reference, a.image-reference:hover {
    border-bottom: none;
}

a.reference:hover {
    border-bottom: 1px solid #6D4100;
}

a.footnote-reference {
    text-decoration: none;
    font-size: 0.7em;
    vertical-align: top;
    border-bottom: 1px dotted #004B6B;
}

a.footnote-reference:hover {
    border-bottom: 1px solid #6D4100;
}

a:hover tt, a:hover code {
    background: #EEE;
}


@media screen and (max-width: 870px) {

    div.sphinxsidebar {
    	display: none;
    }

    div.document {
       width: 100%;

    }

    div.documentwrapper {
    	margin-left: 0;
    	margin-top: 0;
    	margin-right: 0;
    	margin-bottom: 0;
    }

    div.bodywrapper {
    	margin-top: 0;
    	margin-right: 0;
    	margin-bottom: 0;
    	margin-left: 0;
    }

    ul {
    	margin-left: 0;
    }

	li > ul {
        /* Matches the 30px from the "ul, ol" selector above */
		margin-left: 30px;
	}

    .document {
    	width: auto;
    }

    .footer {
    	width: auto;
    }

    .bodywrapper {
    	margin: 0;
    }

    .footer {
    	width: auto;
    }

    .github {
        display: none;
    }



}



@media screen and (max-width: 875px) {

    body {
        margin: 0;
        padding: 20px 30px;
    }

    div.documentwrapper {
        float: none;
        background: #fff;
    }

    div.sphinxsidebar {
        display: block;
        float: none;
        width: 102.5%;
        margin: -20px -30px 20px -30px;
        padding: 10px 20px;
        background: #4e5ebe;
        color: #FFF;
    }

    div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p,
    div.sphinxsidebar h3 a {
        color: #fff;
    }

    div.sphinxsidebar a {
        color: #FFF;
    }

    div.sphinxsidebar p.logo {
        display: none;
    }

    div.document {
        width: 100%;
        margin: 0;
    }

    div.footer {
        display: none;
    }

    div.bodywrapper {
        margin: 0;
    }

    div.body {
        min-height: 0;
        padding: 0;
    }

    .rtd_doc_footer {
        display: none;
    }

    .document {
        width: auto;
    }

    .footer {
        width: auto;
    }

    .footer {
        width: auto;
    }

    .github {
        display: none;
    }
}
@media screen and (min-width: 876px) {
    div.sphinxsidebar {
        position: fixed;
        margin-left: 0;
    }
}


/* misc. */

.revsys-inline {
    display: none!important;
}

/* Make nested-list/multi-paragraph items look better in Releases changelog
 * pages. Without this, docutils' magical list fuckery causes inconsistent
 * formatting between different release sub-lists.
 */
div#changelog > div.section > ul > li > p:only-child {
    margin-bottom: 0;
}

/* Hide fugly table cell borders in ..bibliography:: directive output */
table.docutils.citation, table.docutils.citation td, table.docutils.citation th {
  border: none;
  /* Below needed in some edge cases; if not applied, bottom shadows appear */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* relbar */

.related {
    line-height: 30px;
    width: 100%;
    font-size: 0.9rem;
}

.related.top {
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
}

.related.bottom {
    border-top: 1px solid #EEE;
}

.related ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.related li {
    display: inline;
}

nav#rellinks {
    float: right;
}

nav#rellinks li+li:before {
    content: "|";
}

nav#breadcrumbs li+li:before {
    content: "\00BB";
}

/* Hide certain items when printing */
@media print {
    div.related {
        display: none;
    }
}
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #3D7B7B; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #9C6500 } /* Comment.Preproc */
.highlight .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
.highlight .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #E40000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #008400 } /* Generic.Inserted */
.highlight .go { color: #717171 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #687822 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #767600 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #A45A77 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
/* This file intentionally left blank. */

/* Preload images */
body:after {
  content: url(0cfd6489536ec0987466795401497368.png) url(f657825a2eeed04632b01ed85f528407.gif) url(0edc57ccafb3ea81859786274edf7897.png) url(62074ac70bd3cfc10445d325a205a3cf.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(f657825a2eeed04632b01ed85f528407.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(0edc57ccafb3ea81859786274edf7897.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(62074ac70bd3cfc10445d325a205a3cf.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(0cfd6489536ec0987466795401497368.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* -- fonts - start --------------------------------------------------------- */

@font-face {
    font-family: NHaasGroteskDSStd75Bd;
    src: url(008652482292ea7a2a591eb45f0d48a6.otf) format('OpenType');
}

@font-face {
    font-family: NHaasGroteskDSStd95Blk;
    src: url(c98659a44ac250140cbd56ac73b8e85d.otf) format('OpenType');
}

@font-face {
    font-family: NHaasGroteskDSStd55Rg;
    src: url(5debac8c1d73d3c694c4a7a86f1596fe.otf) format('OpenType');
}

/* -- fonts - end ----------------------------------------------------------- */


/* -- main styles - start --------------------------------------------------- */

body {
    overflow-x: hidden;
    padding-top: 80px;
    font-family: Arial, sans-serif;
    width: 100%;
    min-width: 320px;
}

div.document {
    width: 100%;
    margin: 0;
}

div.sphinxsidebar,
div.localtocwrapper {
    position: fixed;
    padding: 0;
    overflow-x: hidden;
}

div.sphinxsidebar,
div.localtocwrapper,
div.documentwrapper {
    box-sizing: border-box;
}

div.sphinxsidebar {
    height: 100%;
}

div.documentwrapper {
    width: 100%;
}

div.footer {
    margin: 20px auto;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding-left: 30%;
    padding-right: 30%;
}

/* before makes an inside margin to align footer with the body*/
div.footer:before {
    content: ' ';
    width: 30px;
    height: 30px;
    float: left;
}

div.bodywrapper {
    margin: 0;
    padding: 30px;
}

div.body {
    padding: 0 0 30px 0;
    max-width: none;
    min-width: 320px;
    display: contents;
    box-sizing: border-box;
}

div.document a {
    text-decoration: none;
}

div.document .body a[id^='showhidelink'],
a.reference {
    color: #00B4F0;
    border-bottom: none;
}

.related.bottom {
    clear: both;
}

div.related ul {
    padding: 0;
    line-height: 1.5em;
}

div.related ul li,
div.related ul li a {
    color: #868686;
    white-space: nowrap;
}

div.related ul li a { color: #434343; }



div.document div.sphinxsidebar a:hover {
    color: #FA28AA;
    border-bottom: 1px solid #FA28AA;
}

div.document .body a[id^='showhidelink']:hover,
a.reference:hover,
div.document .related a:hover {
    color: #00B4F0;
    border-bottom: 1px solid #00B4F0;
}

/* content of table cells should not be justified - this is why :not() */
div.document .body p :not(div.document .body table p) {
    text-align: justify;
}

/* TODO: nie wiem po co */
div.document .body p.caption {
    font-weight: 700;
    font-size: 120%;
}

div.document .body h1,
div.document .body h2,
div.document .body h3 {
    font-family: NHaasGroteskDSStd75Bd, sans-serif;
    font-weight: 600 !important;
}

div.document .body .guilabel {
    border: 1px solid #ddd;
    background: none;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 2px;
    padding: 3px 6px;
    margin: auto 2px;
}

div.document .body .menuselection {
    font-weight: bold;
}

div.document .body li p,
div.document .body li .line-block {
    margin: 10px 0 5px 0;
}

div.document .body blockquote {
    font-style: italic;
    margin-left: 20px;
}

div.footer { clear: both; }

/* -- main styles - end ----------------------------------------------------- */


/* -- doc-modules-list - start ---------------------------------------------- */

.doc-modules-list {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.doc-modules-list .section {
    float: left;
    width: 32%;
    margin-right: 1%;
    margin-top: 25px;
}

/* there are 2 scenarios of displaying doc-modules-list:
   inside docs there are section wrappers; on auto list there are no sections */
.doc-modules-list a {
    text-decoration: none;
    width: 32%;
    margin-right: 1%;
    margin-top: 25px;
}

.doc-modules-list .section a {
    float: left;
    width: 100%;
    margin: 0;
}

.doc-modules-list-item {
    font-size: 13px;
    line-height: 1.4em;
    color: #000;
    display: block;
    float: left;
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 10px 0;
    background-color: #fff;
    outline-color: #fff;
    margin: 0;
    padding: 20px;
    transition: background-color 0.3s ease 0s, outline-color 0.3s ease 0s;
    position: relative;
}

.doc-modules-list-item:hover {
    color: #fff;
    background-color: #000;
}

a.doc-modules-list-item h3.name,
.body .doc-modules-list-item p.lead {
    margin: 0 0 10px;
    padding: 0;
}

.body .doc-modules-list-item p.lead {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    max-height: 55px;
}

a.doc-modules-list-item h3.name {
    font-size: 18px;
}

.doc-modules-list-item .btn {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #00B4F0;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.doc-modules-list.theme-thumbnails .section {
    width: 47%;
}

.doc-modules-list.theme-thumbnails .section:nth-child(even) {
    margin-right: 2%;
    margin-left: 0;
}

.doc-modules-list.theme-thumbnails .section:nth-child(odd) {
    margin-right: 0;
    margin-left: 3%;
}

.doc-modules-list.theme-thumbnails .doc-modules-list-item {
    padding: 0;
    height: 280px;
    box-shadow: none;
}

.doc-modules-list.theme-thumbnails .doc-modules-list-item .btn {
    position: relative;
    bottom: auto;
    right: auto;
}

.doc-modules-list.theme-thumbnails .doc-modules-list-item .thumbnail {
    height: 50%;
    width: 100%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.doc-modules-list.theme-thumbnails .doc-modules-list-item .thumbnail img {
    border: 0;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
}

.doc-modules-list.theme-thumbnails .doc-modules-list-item:hover {
    color: #000;
    background-color: #eee;
    outline: 10px solid #eee;
}

@media screen and (max-width: 720px) {
    .doc-modules-list .section {
        width: 46%;
        margin-right: 3%;
    }
}

@media screen and (max-width: 500px) {
    .doc-modules-list .section,
    .doc-modules-list.theme-thumbnails .section{
        width: 100%;
        margin-right: 0;
    }
}



/* -- doc-modules-list - end ------------------------------------------------ */


/* -- header styles - start ------------------------------------------------- */

div.headerwrapper {
    overflow: hidden;
    z-index: 1000;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
    color: #fff;
}

div.headerwrapper .header a > * {
    display: block;
    float: left;
    color: #fff;
}

div.headerwrapper .header a,
div.headerwrapper .header a:hover,
div.headerwrapper .header a.selected {
    color: #fff;
}

div.headerwrapper .header .logo {
    display: block;
}

div.headerwrapper .header .logo img {
    max-height: 60px;
    border: 0;
}

div.headerwrapper .header .docs-name {
    margin: 15px 0 0 20px;
    border-left: 1px solid #ddd;
    padding: 5px 20px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
}

div.headerwrapper .header .docs-name.multiline {
    margin-top: 5px;
}

div.headerwrapper .header .docs-name > * {
    display: block;
}

div.headerwrapper .header .docs-name span {
    font-size: 60%;
    font-weight: normal;
    line-height: 95%;
}

div.headerwrapper .menu {
    float: right;
    height: 46px;
    background: #000;
    margin-top: 15px;
    font-family: NHaasGroteskDSStd75Bd, sans-serif;
}

div.headerwrapper .menu a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    padding: 5px 0;
    margin: 0 25px;
    display: inline-block;
    float: left;
}

div.headerwrapper .menu a:hover,
div.headerwrapper .menu a.selected {
    text-decoration: none;
    color: #FA28AA;
    border-bottom: 2px solid #FA28AA;
}

div.headerwrapper .menu a:last-child {
    margin-right: 0;
}

div.headerwrapper .menu .btn,
div.headerwrapper .menu .btn:hover {
    font-family: NHaasGroteskDSStd55Rg, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-top: 3px;
    border: 1px solid #FA28AA;
    border-radius: 3px;
    color: #FA28AA;
    background: none;
}

div.headerwrapper .menu .btn:hover {
    color: #fff;
    background: #FA28AA;
}

div.headerwrapper .header .menu-btn {
    float: right;
    color: #fff;
    padding: 10px 20px;
    font-size: 40px;
    text-decoration: none;
}

div.headerwrapper .header .menu-btn:before {
    content: "\2261";
}

div.headerwrapper .header .menu-btn.opened:before {
    content: "x";
}

div.headerwrapper .header .menu-btn:hover {
    color: #FA28AA;
}

/* -- header styles - end --------------------------------------------------- */


/* -- margin for anchors when header is fixed styles - start ---------------- */

div.document .related.top {
    border-bottom: 0;
    margin-bottom: 35px;
}

div.document .body *[id]:before {
    display: block;
    content: " ";
    margin-top: -85px;
    height: 75px;
    visibility: hidden;
}

/* -- margin for anchors when header is fixed styles - end ------------------ */

/* -- glossary styles - start ----------------------------------------------- */

dl.glossary {
    margin: 30px 0;
}

dl.glossary dt {
    padding: 5px;
}

div.document .body .glossary dt[id]:before {
    display: none; /* remove additional margin before the anchor */
}

/* -- glossary styles - end ------------------------------------------------- */

/* -- images styles - start ------------------------------------------------- */

.documentwrapper .bodywrapper .body img {
    border: 2px solid #ddd;
    box-sizing: border-box;
}

.documentwrapper .bodywrapper .body a img:hover {
    border-color: #FA28AA;
    cursor: pointer;
}

.lightbox img {
    border: none;
}

figure, div.figure {
    margin: 0;
    padding: 0.5em 0;
}

figcaption,
div.document .body div.figure p.caption {
    text-align: left;
    color: #636363;
    padding: 0 0 5px;
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 0;
}

.figure.align-default {
    text-align: left;
}

/* -- images styles - end --------------------------------------------------- */


/* -- searchbox styles - start ---------------------------------------------- */

div.document .body .searchForm,
div.document .sphinxsidebar #searchbox .searchForm {
    margin: 0;
    position: relative;
}

div.document .body .searchForm input[type="text"],
div.document .sphinxsidebar #searchbox .searchForm input[type="text"] {
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
}

div.document .body .searchForm input[type="text"]:focus,
div.document .sphinxsidebar #searchbox .searchForm input[type="text"]:focus {
    border-color: #FA28AA;
}

div.document .body .searchForm button,
div.document .sphinxsidebar #searchbox .searchForm button {
    background: #fff;
    border: 0;
    padding: 10px;
    position: absolute;
    top: 2px;
    right: 2px;
    color: #aaa;
}

div.document .body .searchForm button:hover,
div.document .sphinxsidebar #searchbox .searchForm button:hover {
    color: #FA28AA;
    cursor: pointer;
}

div.document .sphinxsidebar #searchbox p[class^='highlight'] {
    display: none;
}

/* -- searchbox styles - end ------------------------------------------------ */

/* -- sidebar menu styles - start ------------------------------------------- */

div.document .sphinxsidebar {
    border-right: 1px solid #eee;
    font-family: NHaasGroteskDSPro55Rg, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

div.document .sphinxsidebar .sphinxsidebarwrapper {
    display: flex;
    flex-direction: column;
    padding: 0;
    float: right;
}

div.document .sphinxsidebar .sphinxsidebarwrapper h1.logo {
    order: 2;
    margin: 20px 30px 0 0;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

div.document .sphinxsidebar .sphinxsidebarwrapper div#searchbox {
    order: 1;
    margin: 25px 0 10px 0;
    width: 90%;
}

div.document .sphinxsidebar .sphinxsidebarwrapper ul {
    order: 3;
}


div.localtocwrapper > ul > li > ul,
div.document .sphinxsidebar .sphinxsidebarwrapper > ul {
    max-height: calc(78vh - 65px);
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-right: 10%;
    margin-top: 0;
}

div.document .sphinxsidebar .sphinxsidebarwrapper > ul {
    font-size: 18px;
    font-weight: 700;
}

div.localtocwrapper > ul > li > ul::-webkit-scrollbar,
div.localtocwrapper > ul > li > ul::-webkit-scrollbar-track,
div.document .sphinxsidebar .sphinxsidebarwrapper > ul::-webkit-scrollbar,
div.document .sphinxsidebar .sphinxsidebarwrapper > ul::-webkit-scrollbar-track {
    width: 3px;
    height: 80vh;
    background: #eeeeee;
}

div.localtocwrapper > ul > li > ul::-webkit-scrollbar-thumb,
div.document .sphinxsidebar .sphinxsidebarwrapper > ul::-webkit-scrollbar-thumb {
    background-color: #FA28AA;
}

div.sphinxsidebar ul li.toctree-l1 > a {
    font-size: 100%; /* alabaster overwrite */
    line-height: 1.2em; /* alabaster overwrite */
}

div.sphinxsidebar ul li.toctree-l1 > ul {
    margin-left: 0;
}

div.sphinxsidebar ul li.toctree-l2 a {
    font-size: 14px;
    font-weight: 500;
}

div.sphinxsidebar ul li.toctree-l2 ul {
    margin-left: 20px;
}

div.sphinxsidebar ul li.toctree-l1 ul li {
    margin: 10px 0;
}

div.sphinxsidebar ul li.toctree-l3 a {
    font-weight: 500;
}

.sphinxsidebar ul li {
    margin: 20px 0;
}

.sphinxsidebar ul li:first-child {
    margin-top: 10px;
}

div.document .sphinxsidebar .sphinxsidebarwrapper ul li a.current {
    color: #FA28AA;
}

div.document .sphinxsidebar .sphinxsidebarwrapper ul ul,
div.document .sphinxsidebar .sphinxsidebarwrapper ul.want-points {
    list-style: none;
}

div.sphinxsidebar a {
    border-bottom: 0;
}

/* -- sidebar menu styles - end --------------------------------------------- */


/* -- toctree styles - start ------------------------------------------------ */

div.document .body .toctree-wrapper {
    padding-top: 1em;
}

div.document div.body .toctree-wrapper ul {
    margin: 5px 10px 3px 30px;
}

div.document div.body .toctree-wrapper > ul {
    margin-left: 0;
}

div.document .body .toctree-wrapper .caption {
    margin: 5px 0;
}

div.document .body .toctree-wrapper .toctree-l1 {
    list-style-type: none;
    padding: 3px 0;
}

div.document .body .toctree-wrapper .toctree-l2 {
    list-style-type: disc;
    color: #00B4F0;
}

/* -- toctree styles - end -------------------------------------------------- */

/* -- toctree local styles - start ------------------------------------------ */

div.localtocwrapper {
    right: 0;
    margin-top: 30px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding-left: 30px;
    border-left: 4px solid #eee;
    box-sizing: border-box;
}

div.localtocwrapper h3 {
    margin-bottom: 5px;
}

div.localtocwrapper a,
div.localtocwrapper a:hover {
    color: #000;
    border-bottom: 0;
}

div.localtocwrapper a:hover {
    text-decoration: underline;
}

div.localtocwrapper ul,
div.localtocwrapper li {
    list-style-type: none;
}

div.localtocwrapper ul {
    padding: 0;
    margin: 0;
}

div.localtocwrapper > ul > li > a,
div.localtocwrapper > ul > li > a:hover {
    width: 90%;
    color: #FA28AA;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

div.localtocwrapper li {
    padding: 5px 0;
}

div.localtocwrapper ul li ul li ul {
    padding-top: 5px;
    margin-left: 10px;
}

div.localtocwrapper ul li ul li ul li:last-child {
    padding-bottom: 0;
}


/* -- toctree local styles - end -------------------------------------------- */


/* -- notes, warnings styles - start ---------------------------------------- */

div.document .body div.admonition {
    padding: 15px 20px;
}

div.document .body div.admonition p,
div.document .body div.admonition .line-block {
    margin-top: 0;
}

div.document .body div.admonition p.admonition-title {
    font-size: 16px;
    font-family: NHaasGroteskDSStd95Blk, sans-serif;
}

div.admonition {
    border: 1px solid #ddd;
    background: none;
}

div.admonition p.admonition-title:after {
    content: none;
}

div.admonition.important, div.admonition.warning {
    border: 1px solid #FA28AA;
    background: #ffc5e6;
}

div.admonition.important a,
div.admonition.important a:hover,
div.admonition.warning a,
div.admonition.warning a:hover {
    color: #FA28AA;
    border-color: #FA28AA;
}

/*  -- notes, warnings styles - end ----------------------------------------- */


/* -- search results styles - start ----------------------------------------- */

div.document .body h1#search-documentation {
    margin-top: 20px;
}

div.document .body #search-results ul.search {
    margin: 10px 0 0 0;
    list-style-type: none;
}

div.document .body #search-results ul.search li {
    background-image: none;
    padding: 5px 0;
}

/* -- search results styles - end ------------------------------------------- */


/* -- table styles - start -------------------------------------------------- */

table.align-default {
    margin-left: 0;
    margin-right: 0;
}

table,
table.docutils {
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 0.8em;
}

table thead {
    background: #e2e2e2;
    color: #636363;
}

table caption {
    text-align: left;
    color: #636363;
    padding: 5px 0;
}

table.docutils td, table.docutils th {
    padding: 0.3em 0.7em;
    vertical-align: middle;
}

table.docutils td, table.docutils th {
    border: 1px solid #e2e2e2;
}

table.docutils thead th {
    border-right: 1px solid #c1c1c1;
    font-weight: normal;
}

table.docutils thead th:last-child {
    border-right: 1px solid #e2e2e2;
}


/* -- table styles - end ---------------------------------------------------- */


/* -- code block styles - start --------------------------------------------- */

div.document .body tt,
div.document .body code {
    padding: 2px 4px;
    font-size: 0.8em;
    background-color: rgba(0, 0, 0, 0.08);
}

div.document .body .admonition.important tt,
div.document .body .admonition.important code {
    background-color: rgba(0, 0, 0, 0.13);
}

div.document .body div.code-block-caption {
    background: #e2e2e2;
    color: #636363;
    padding: 0.3em 0.7em;
}

div.document .body div[class^='highlight'].notranslate {
    overflow-x: auto;
    margin-bottom: 1em;
}

div.document .body div[class^='highlight'] pre {
    padding: 7px 15px;
}

div.document .body div.highlight,
div.document .body table.highlighttable td.linenos {
    font-size: 0.8em;
}

div.document .body table.highlighttable {
    font-size: 1em;
}

div.document .body div.highlight,
div.document .body table.highlighttable {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
}

div.document .body table.highlighttable td.linenos,
div.document .body table.highlighttable td.linenos pre,
div.document .body table.highlighttable .linenodiv {
    color: #aaa;
    text-align: center;
    background: #F4f4f4;
}

div.document .body table.highlighttable td.linenos,
div.document .body table.highlighttable td.code {
    padding: 0;
}

div.document .body table.highlighttable td.code pre {
    margin: 0;
}

/* -- code block styles - end ----------------------------------------------- */


/* -- interface styles - start ---------------------------------------------- */
div.document div.body .section .section dl.method,
div.document div.body .section .section dl.function {
    margin-bottom: 2em
}

div.document div.body .section .section > dl.method > dt,
div.document div.body .section .section > dl.function > dt {
    line-height: 30px;
    border-top: 3px solid #00aff2;
    background: #eeeeee;
    margin-bottom: 15px;
    padding: 10px 0 0 10px;
}

div.document div.body .section .section dl.method .sig-paren,
div.document div.body .section .section dl.function .sig-paren,
div.document div.body .section .section dl.method em,
div.document div.body .section .section dl.function em {
    color: #800080;
}

/* -- interface styles - end ------------------------------------------------ */


/* -- rwd styles - start ---------------------------------------------------- */

div.headerwrapper .header {
    width: 100%;
}

div.sphinxsidebar,
div.localtocwrapper {
    width: 30%;
}

div.headerwrapper .header {
    padding-left: 18%;
    padding-right: 30%;
    box-sizing: border-box;
}

div.headerwrapper .menu a {
    margin: 0 25px;
}

div.headerwrapper .menu-btn {
    display: none;
}

div.documentwrapper
{
    padding-left: 30%;
    padding-right: 30%;
}

.nav-header {
    display: none;
    box-sizing: border-box;
    height: 80px;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
    font-weight: 400;
}

.nav-header button {
    border: none;
    background: none;
    padding: 0 10px;
    height: 40px;
    cursor: pointer;
}

.nav-header button i {
    margin-right: 10px;
    font-style: normal;
    font-size: 14px;
}
.nav-header button i:before {
    content: 'x'
}

div.documentwrapper .nav-btn {
    display: none;
    padding: 10px 20px;
    margin-bottom: 30px;
    border: 1px solid #FA28AA;
    border-radius: 3px;
    color: #FA28AA;
}

div.documentwrapper .nav-btn:hover {
    background: #FA28AA;
    color: #fff;
    cursor: pointer;
}


div.localtocwrapper > *,
div.document .sphinxsidebar .sphinxsidebarwrapper {
    width: 40%;
}


@media screen and (max-width: 2000px) {

    div.sphinxsidebar,
    div.localtocwrapper {
        width: 20%;
    }

    div.headerwrapper .header {
        padding-left: 4%;
        padding-right: 20%;
    }

    div.documentwrapper,
    div.footer {
        padding-left: 20%;
        padding-right: 20%;
    }

    div.localtocwrapper > *,
    div.document .sphinxsidebar .sphinxsidebarwrapper {
        width: 80%;
    }
}

@media screen and (max-width: 1600px) {
    div.localtocwrapper {
        padding: 0 15px;
    }

    div.headerwrapper .header {
        padding-right: 4%;
    }
}

@media screen and (max-width: 1200px) {

    body,
    div.footer {
        padding-left: 0;
        padding-right: 0;
    }

    div.documentwrapper {
        padding-left: 0;
    }

    div.documentwrapper .nav-btn {
        display: inline-block;
    }

    .nav-header {
        display: block;
    }

    div.headerwrapper .menu-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    div.headerwrapper .menuwrapper {
        top: 80px;
        left: 0;
        position: fixed;
        margin-top: 0;
        width: 100%;
        height: 100%;
    }

    div.headerwrapper .menuwrapper:after {
        content: '';
        background: rgba(0,0,0,0.7);
        top: 80px;
        left: 0;
        position: fixed;
        width: calc(100% - 400px);
        height: 100%;
    }

    .menuwrapper.hidden,
    .sphinxsidebar.hidden {
        display: none;
    }

    div.headerwrapper .menu {
        width: 400px;
        height: 100%;
        position: relative;
        margin-top: 0;
        border-top: 1px solid #fff;
    }

    div.headerwrapper .menu a,
    div.headerwrapper .menu a:last-child {
        display: block;
        float: none;
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px;
    }

    div.headerwrapper .menu a:hover {
        border-bottom: none;
    }

    div.headerwrapper .menu a:last-child.btn {
        padding: 10px 20px;
        position: absolute;
        bottom: 100px;
        left: 20px;
    }

    div.localtocwrapper {
        display: none;
    }

    div.documentwrapper {
        padding-right: 0;
    }

    div.sphinxsidebar a {
        color: #444;
    }

    div.sphinxsidebar {
        color: #444;
        background: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1010;
        margin: 0;
    }

    div.sphinxsidebar:after {
        content: ' ';
        position: fixed;
        top: 0;
        right: 0;
        width: calc(100% - 400px);
        height: 100%;
        background: rgba(0,0,0,0.7);
    }


    div.document .sphinxsidebar .sphinxsidebarwrapper {
        width: 400px;
        height: 100%;
        float: none;
        background: #fff;
    }

    div.document .sphinxsidebar .sphinxsidebarwrapper > h1.logo {
        margin-left: 30px;
    }

    div.document .sphinxsidebar .sphinxsidebarwrapper > ul,
    div.document .sphinxsidebar .sphinxsidebarwrapper > #searchbox {
        padding: 0 30px;
        box-sizing: border-box;
    }

    div.document .sphinxsidebar .sphinxsidebarwrapper div#searchbox {
        width: 100%;
    }
}


@media screen and (max-width: 870px) {
    /* alabaster overwrite */
    ul {
        margin-left: 30px;
    }
}

@media screen and (max-width: 875px) {
    /* alabaster overwrite */
    div.footer {
        display: block;
    }
}

@media screen and (max-width: 576px) {

    div.document .body p {
        text-align: left;
    }

    div.headerwrapper .header .logo img {
        display: none;
    }

    div.headerwrapper .header .docs-name {
        border-left: none;
        padding: 5px 0;
        margin-left: 0;
    }

    div.sphinxsidebar {
        width: 100%;
    }
    div.document .sphinxsidebar .sphinxsidebarwrapper {
        width: 100%;
    }

    div.headerwrapper .menu {
        width: 100%;
    }

    div.document .sphinxsidebar:after,
    div.headerwrapper .menuwrapper:after {
        display: none;
    }
}

/* -- rwd styles - end ------------------------------------------------------ */


/* -- publishing points styles - start ---------------------------------------*/

div.headerwrapper.ring-help-doc .header .logo img,
div.headerwrapper.ring-developer-doc .header .logo img {
    margin-top: 5px;
}

div.headerwrapper.skapiec-dev-doc .header .logo img {
    max-height: 50px;
    margin-top: 5px;
}

div.headerwrapper.opineo-dev-doc .header .logo img {
    margin-top: 10px;
}

div.headerwrapper.okonto-dev-doc .header .logo img {
    margin-top: 15px;
}

div.headerwrapper.literia-help-doc {
    background: #fff;
    border-bottom: 1px solid #ddd;
}


div.headerwrapper.literia-help-doc .header a > *,
div.headerwrapper.literia-help-doc .header a,
div.headerwrapper.literia-help-doc .header a:hover,
div.headerwrapper.literia-help-doc .header a.selected {
    color: #000;
}

div.headerwrapper.literia-help-doc .header .logo img {
    max-height: 30px;
    margin-top: 17px;
}

div.headerwrapper.literia-help-doc .menu {
    background: #fff;
}

/* -- publishing points styles - end -----------------------------------------*/


/* -- cookie consent - start -------------------------------------------------*/

.cookie-consent {
    display: none;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 40;
}

.cookie-consent.required {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.cookie-consent__accept {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

.cookie-consent__accept:hover {
    transform: scale(1.2);
}

.cookie-consent__accept:after,
.cookie-consent__accept:before {
    position: absolute;
    display: block;
    background-color: #e9e9e9;
    width: 100%;
    height: 5px;
    top: 50%;
    transform-origin: center;
    transform: rotate(45deg);
    content: '';
}

.cookie-consent__accept:after {
    transform: rotate(135deg);
}

.cookie-consent__wrapper {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.85);
    position: relative;
    padding: 50px 3%;
    width: 90%;
    max-width: 600px;
    height: auto;
    overflow: auto;
    text-align: justify;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.3;
}

@media screen and (max-width: 600px) {
    .cookie-consent__wrapper {
        font-size: 14px;
    }
}

/* -- cookie consent - end ---------------------------------------------------*/


/* -- quality report - start -------------------------------------------------*/

.quality-report {
    padding-top: 0;
    width: 100%;
    margin: 0;
}

.quality-report h1 {
    font-weight: normal;
    margin: 20px 0 0;
    padding: 0;
}

.quality-report h2 {
    color: #333;
    font-weight: normal;
    font-size: 20px;
}

.quality-report h3 {
    color: #848484;
    font-weight: normal;
    font-size: 16px;
}

.quality-report .subheader {
    margin-bottom: 20px;
}

.quality-report .subheader small {
    color: #848484;
    font-size: 0.8em;
}

.quality-report .section-wrapper {
    width: 100%;
    padding: 20px 0 40px;
    clear: both;
    background: #f7f7f7;
    border-bottom: 1px dotted #999;
}

.quality-report .section-summary {
    background: #fff;
    padding-bottom: 60px;
    border-bottom: 3px solid #dadada;
}

.quality-report .section {
    width: 90%;
    margin: 0 auto;
}

.quality-report table.docutils {
    table-layout: fixed;
    width: 100%;
}

.quality-report table.docutils td {
    word-break:break-all;
    background: #fff;
    width: 33%;
}

.quality-report .info {
    border: 1px solid #ccc;
    padding: 15px 20px;
    background: #fff;
}

.quality-report .score {
    color: #037503;
    background: #c8ffb7;
    font-weight: bold;
    border: 1px solid #77e56c;
    border-radius: 2px;
    text-align: center;
    padding: 5px 10px;
}

.quality-report .skipped {
    text-align: center;
    font-style: italic;
    color: #666666;
    padding: 5px 0;
}

.quality-report .syntax-report div {
    margin: 2px 0 5px 0;
}

.quality-report .syntax-report small {
    color: #666;
}

.quality-report .syntax-report p {
    margin: 0;
}

.quality-report .summary > div {
    float: left;
    min-width: 25%;
    margin-right: 1%;;
    font-size: 20px;
    color: #272727;
}

.quality-report .summary > div span {
    font-size: 80%;
    color: #666;
}

.quality-report .summary > div .badge {
    float: left;
    width: 60px;
    padding: 20px 5px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 10px;
    line-height: 20px;
    font-weight: bold;
}

.quality-report .summary > div.summary-status-ok .badge {
    color: #037503;
    background: #c8ffb7;
}

.quality-report .summary > div.summary-status-failed .badge {
    color: #750341;
    background: #ffb7c7;
}

.quality-report .summary > div .details {
    padding-top: 10px;
}

/* -- quality report - end ---------------------------------------------------*/

/* -- dynamic content - start ------------------------------------------------*/

.doc-dynamic-content {
    width: 100%;
    border: 0;
    visibility: hidden;
}

.doc-dynamic-content.placeholder {
    border: 1px solid #ddd;
    background: #eee;
    padding: 30px;
}

/* -- dynamic content - end --------------------------------------------------*/

