/* 
Colors from:
https://github.com/LinxiFan/Sphinx-theme/blob/master/sphinx_theme/stanford_theme/static/css/theme.css
 */

.wy-side-nav-search, .wy-nav-top {
    background: #8c1515;
}

.wy-menu-vertical a:active {
  background-color: #8c1515;
  cursor: pointer;
  color: #fff;
}

.wy-menu-vertical li.on a, .wy-menu-vertical li.current > a {
  color: #3F3C30;
  padding: 0.4045em 1.618em;
  font-weight: bold;
  position: relative;
  background: #f9f8f3;
  border: none;
  border-bottom: solid 1px #e1dcbf;
  border-top: solid 1px #e1dcbf;
  padding-left: 1.618em -4px;
}

.wy-nav-side {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2em;
  width: 300px;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
  background: #3F3C30;
  z-index: 200;
}

.wy-side-nav-search {
  display: block;
  width: 300px;
  padding: 0.809em;
  margin-bottom: 0.809em;
  z-index: 200;
  background-color: #8c1515;
  text-align: center;
  padding: 0.809em;
  display: block;
  color: #f9f8f3;
  margin-bottom: 0.809em;
}

.wy-side-nav-search img {
  display: block;
  margin: auto auto 0.809em auto;
  height: 45px;
  width: 45px;
  background-color: #8c1515;
  padding: 5px;
  border-radius: 100%;
}

.wy-nav-top img {
  margin-right: 12px;
  height: 45px;
  width: 45px;
  background-color: #8c1515;
  padding: 5px;
  border-radius: 100%;
}

.btn-neutral {
  background-color: #f8f6ea !important;
  color: #3F3C30 !important;
}
.btn-neutral:hover {
  background-color: #f2eed7 !important;
  color: #3F3C30;
}
.btn-neutral:visited {
  color: #3F3C30 !important;
}

.wy-dropdown-menu > dd > a {
  display: block;
  clear: both;
  color: #3F3C30;
  white-space: nowrap;
  font-size: 90%;
  padding: 0 12px;
  cursor: pointer;
}

.wy-checkbox, .wy-radio {
  margin: 6px 0;
  color: #3F3C30;
  display: block;
}

body {
  font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #3F3C30;
  min-height: 100%;
  overflow-x: hidden;
  background: #f9f8f3;
}

.wy-text-neutral {
  color: #3F3C30 !important;
}

div[class^='highlight'] pre {
  white-space: pre;
  margin: 0;
  padding: 12px 12px;
  font-family: "Ubuntu Mono", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 1.5;
  display: block;
  overflow: auto;
  color: #3F3C30;
}

.wy-breadcrumbs li code.literal, .wy-breadcrumbs li .rst-content tt.literal, .rst-content .wy-breadcrumbs li tt.literal {
  color: #3F3C30;
}

.codeblock-example {
  border: 1px solid #e1e4e5;
  border-bottom: none;
  padding: 24px;
  padding-top: 48px;
  font-weight: 500;
  background: #fff;
  position: relative;
}
.codeblock-example:after {
  content: "Example";
  position: absolute;
  top: 0px;
  left: 0px;
  background: #9B59B6;
  color: white;
  padding: 6px 12px;
}
.codeblock-example.prettyprint-example-only {
  border: 1px solid #e1e4e5;
  margin-bottom: 24px;
}

.codeblock, pre.literal-block, .rst-content .literal-block, .rst-content pre.literal-block, div[class^='highlight'] {
  border: 1px solid #e1e4e5;
  padding: 0px;
  overflow-x: auto;
  background: #fff;
  margin: 1px 0 24px 0;
}
.codeblock div[class^='highlight'], pre.literal-block div[class^='highlight'], .rst-content .literal-block div[class^='highlight'], div[class^='highlight'] div[class^='highlight'] {
  font-size: 200%;
  border: none;
  background: none;
  margin: 0;
}

div[class^='highlight'] td.code {
  width: 100%;
}

.linenodiv pre {
  border-right: solid 1px #e6e9ea;
  margin: 0;
  padding: 12px 12px;
  font-family: "Ubuntu Mono", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 1.5;
  color: #d9d9d9;
}

div[class^='highlight'] pre {
  white-space: pre;
  margin: 0;
  padding: 12px 12px;
  font-family: "Ubuntu Mono", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 1.5;
  display: block;
  overflow: auto;
  color: #3F3C30;
}

@media print {
  .codeblock, pre.literal-block, .rst-content .literal-block, .rst-content pre.literal-block, div[class^='highlight'], div[class^='highlight'] pre {
    white-space: pre-wrap;
  }
}

.wy-menu-vertical {
  width: 300px;
}
.wy-menu-vertical header, .wy-menu-vertical p.caption {
  height: 32px;
  display: inline-block;
  line-height: 32px;
  padding: 0 1.618em;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 80%;
  color: #555;
  white-space: nowrap;
}
.wy-menu-vertical ul {
  margin-bottom: 0;
}
.wy-menu-vertical li.divide-top {
  border-top: solid 1px #404040;
}
.wy-menu-vertical li.divide-bottom {
  border-bottom: solid 1px #404040;
}
.wy-menu-vertical li.current {
  background: #f1efe2;
}
.wy-menu-vertical li.current a {
  color: gray;
  border-right: solid 1px #e1dcbf;
  padding: 0.4045em 2.427em;
}
.wy-menu-vertical li.current a:hover {
  background: #e9e6d0;
}
.wy-menu-vertical li code, .wy-menu-vertical li .rst-content tt, .rst-content .wy-menu-vertical li tt {
  border: none;
  background: inherit;
  color: inherit;
  padding-left: 0;
  padding-right: 0;
  font-size: 100%;
}
.wy-menu-vertical li span.toctree-expand {
  display: block;
  float: left;
  margin-left: -1.2em;
  font-size: 0.8em;
  line-height: 1.6em;
  color: #4d4d4d;
}
.wy-menu-vertical li.on a, .wy-menu-vertical li.current > a {
  color: #3F3C30;
  padding: 0.4045em 1.618em;
  font-weight: bold;
  position: relative;
  background: #f9f8f3;
  border: none;
  border-bottom: solid 1px #e1dcbf;
  border-top: solid 1px #e1dcbf;
  padding-left: 1.618em -4px;
}
.wy-menu-vertical li.on a:hover, .wy-menu-vertical li.current > a:hover {
  background: #f9f8f3;
}
.wy-menu-vertical li.on a:hover span.toctree-expand, .wy-menu-vertical li.current > a:hover span.toctree-expand {
  color: gray;
}
.wy-menu-vertical li.on a span.toctree-expand, .wy-menu-vertical li.current > a span.toctree-expand {
  display: block;
  font-size: 0.8em;
  line-height: 1.6em;
  color: #333333;
}
.wy-menu-vertical li.toctree-l1.current li.toctree-l2 > ul, .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > ul {
  display: none;
}
.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current > ul, .wy-menu-vertical li.toctree-l2.current li.toctree-l3.current > ul {
  display: block;
}
.wy-menu-vertical li.toctree-l2.current > a {
  background: #e1dcbf;
  padding: 0.4045em 2.427em;
}
.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
  display: block;
  background: #e1dcbf;
  padding: 0.4045em 4.045em;
}
.wy-menu-vertical li.toctree-l2 a:hover span.toctree-expand {
  color: gray;
}
.wy-menu-vertical li.toctree-l2 span.toctree-expand {
  color: #c9c08b;
}
.wy-menu-vertical li.toctree-l3 {
  font-size: 0.9em;
}
.wy-menu-vertical li.toctree-l3.current > a {
  background: #d9d3ad;
  padding: 0.4045em 4.045em;
}
.wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a {
  display: block;
  background: #d9d3ad;
  padding: 0.4045em 5.663em;
  border-top: none;
  border-bottom: none;
}
.wy-menu-vertical li.toctree-l3 a:hover span.toctree-expand {
  color: gray;
}
.wy-menu-vertical li.toctree-l3 span.toctree-expand {
  color: #c0b679;
}
.wy-menu-vertical li.toctree-l4 {
  font-size: 0.9em;
}
.wy-menu-vertical li.current ul {
  display: block;
}
.wy-menu-vertical li ul {
  margin-bottom: 0;
  display: none;
}
.wy-menu-vertical .local-toc li ul {
  display: block;
}
.wy-menu-vertical li ul li a {
  margin-bottom: 0;
  color: #b3b3b3;
  font-weight: normal;
}
.wy-menu-vertical a {
  display: inline-block;
  line-height: 18px;
  padding: 0.4045em 1.618em;
  display: block;
  position: relative;
  font-size: 90%;
  color: #b3b3b3;
}
.wy-menu-vertical a:hover {
  background-color: #5c5846;
  cursor: pointer;
}
.wy-menu-vertical a:hover span.toctree-expand {
  color: #b3b3b3;
}
.wy-menu-vertical a:active {
  background-color: #8c1515;
  cursor: pointer;
  color: #fff;
}
.wy-menu-vertical a:active span.toctree-expand {
  color: #fff;
}

