/*
flasky.css_t
:copyright: Copyright 2010 by Armin Ronacher. Modifications by Kenneth Reitz.
:license: Flask Design License, see LICENSE for details.

Paleta adaptada de estilo.css (azul marino + gris)
*/
@import url("basic.css");

/* -- page layout ----------------------------------------------------------- */
body {
  font: 400 16px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: normal;
  background: linear-gradient(135deg, #0a1628 0%, #1a2a4a 50%, #0f1d35 100%);
  background-attachment: fixed;
  color: #e8ecf1;
  margin: 0;
  padding: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  min-height: 100vh;
}

strong {
  font-weight: bold;
}

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

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

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

div.sphinxsidebar {
  width: 220px;
}

hr {
  border: 1px solid rgba(100, 149, 237, 0.2);
}

div.body {
  background-color: rgba(20, 40, 70, 0.8);
  border: 1px solid rgba(100, 149, 237, 0.12);
  border-radius: 5px;
  color: #e8ecf1;
  padding: 15px 30px 15px 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

img.floatingflask {
  padding: 0 0 10px 10px;
  float: right;
}

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

div.footer a {
  color: #7a9ab8;
}

div.related {
  display: none;
}

/* Sidebar links */
div.sphinxsidebar a {
  color: #87CEEB;
  text-decoration: none;
  border-bottom: none;
}

div.sphinxsidebar a:hover {
  color: #a0b4cc;
}

div.sphinxsidebar a:hover,
div.sphinxsidebar a:visited,
div.sphinxsidebar a:focus {
  border-bottom: none;
}

div.sphinxsidebar {
  margin: 0;
  position: fixed;
  overflow: auto;
  height: auto;
  font-size: 14px;
  line-height: 1.5;
}

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

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

/* Sidebar headings */
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #87CEEB;
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  background-color: rgba(30, 90, 168, 0.6);
  border-radius: 5px 0 0 0px;
  padding-left: 5px;
  border: 1px solid rgba(100, 149, 237, 0.25);
  margin-top: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  margin-left: -10px;
  clip-path: inset(-10px -0px -10px -10px);
}

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

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

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: #a0b4cc;
  margin: 10px 0;
}

div.sphinxsidebar ul {
  margin: 0;
  padding: 0;
  color: #c8d8ec;
}

div.sphinxsidebar input {
  border: 1px solid rgba(100, 149, 237, 0.25);
  font-family: 'Georgia', serif;
  font-size: 1em;
  color: #87CEEB;
  width: 170px;
  border-radius: 5px;
  padding: 6px 12px;
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3),
              0 1px 0 rgba(255, 255, 255, 0.1),
              0 0px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(15, 30, 55, 0.9);
}

div.need-tobediscussed {
  background-color: #0a4a63 !important;
}

div.need-status-closed span.needs-status {
  background-color: darkgreen;
}

div.need-status-open span.needs-status {
  background-color: firebrick;
}

div.need-status-tbd span.needs-status {
  background-color: orange;
}

div.need-technicaldebt span.needs-type {
  background-color: red;
}

/* need part table layout */
tr.need_part td {
  background-color: rgba(30, 50, 80, 0.8);
  padding-left: 30px !important;
}

/* using more space for whole page */
div.document {
  width: auto;
  margin: 30px auto 0 auto;
  max-width: 98%;
}

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

span.need-part a {
  font-size: 0.75em;
}

span.need-part {
  border-bottom: 1px solid #7a9ab8;
}

/* Code block design inside needs */
div.need pre {
  margin: 0;
}

/* Better need title and ID layout */
span.needs-id {
  font-size: 120% !important;
  color: #87CEEB !important;
  float: right;
}

span.needs-title {
  font-weight: bold;
  font-size: 1.3em;
}

div.needs_meta div.headline {
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(100, 149, 237, 0.2);
}

div.needs_meta.line-block {
  margin: 0;
}

/* Need headline color design */
div.needs_meta div.headline {
  margin: -5px -10px 5px -10px;
  border-bottom: 1px solid rgba(100, 149, 237, 0.2);
  border-radius: 3px 3px 0 0;
  padding: 5px 10px 0px 10px;
}

div.story div.headline {
  background-color: rgba(42, 90, 138, 0.5);
}

div.spec div.headline {
  background-color: rgba(30, 90, 168, 0.4);
}

div.impl div.headline {
  background-color: rgba(138, 74, 106, 0.4);
}

div.test div.headline {
  background-color: rgba(42, 122, 90, 0.4);
}

/* -- body styles ----------------------------------------------------------- */
a {
  color: #87CEEB;
  text-decoration: none;
}

a:hover {
  color: #a0b4cc;
  text-decoration: none;
}

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 10px 0px 0px 0px;
  padding: 0;
  color: #c8d8ec;
}

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: #87CEEB;
  padding: 0 4px;
  text-decoration: none;
  text-shadow: none;
}

a.headerlink:hover {
  color: #a0b4cc;
  background: none;
  text-shadow: none;
}

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

div.admonition {
  background: none;
  margin: 20px -30px;
  padding: 10px 30px;
}

div.admonition tt.xref, div.admonition a tt {
  border-bottom: 1px solid #c8d8ec;
}

dd div.admonition {
  margin-left: -60px;
  padding-left: 60px;
}

div.admonition p.admonition-title {
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  color: #87CEEB;
}

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

div.highlight {
  background-color: rgba(15, 30, 55, 0.9);
  text-shadow: none;
  color: #e8ecf1;
}

dt:target, .highlight {
  background: rgba(30, 50, 80, 0.9);
}

div.note {
  background-color: rgba(30, 90, 168, 0.25);
  border: 1px solid rgba(100, 149, 237, 0.2);
}

div.warning {
  background-color: rgba(138, 74, 106, 0.35);
  border: 1px solid rgba(138, 74, 106, 0.5);
}

div.seealso {
  background-color: rgba(42, 122, 90, 0.25);
  border: 1px solid rgba(42, 122, 90, 0.4);
}

div.topic {
  background-color: inherit;
  border: none;
}

p.admonition-title {
  display: inline;
}

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

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

img.screenshot {
}

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

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

img.screenshot {
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

table.docutils {
  border: 1px solid rgba(100, 149, 237, 0.25);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

table.docutils td, table.docutils th {
  border: 1px solid rgba(100, 149, 237, 0.2);
  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 rgba(100, 149, 237, 0.15);
  background: rgba(15, 30, 55, 0.6);
  font-size: 0.9em;
  color: #c8d8ec;
}

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.footnote td.label {
  width: 0px;
  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 {
  margin: 10px 0 10px 30px;
  padding: 0;
}

pre {
  background: rgba(10, 22, 40, 0.9);
  padding: 7px 30px;
  margin: 15px -30px;
  line-height: 1.3em;
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3),
              0 1px 0 rgba(255, 255, 255, 0.05),
              0 -1px 0 rgba(0, 0, 0, 0.5);
  color: #e8ecf1;
  border: 1px solid rgba(100, 149, 237, 0.12);
}

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

dl dl pre {
  margin-left: -90px;
  padding-left: 90px;
}

tt {
  background-color: rgba(30, 50, 80, 0.6);
  color: #c8d8ec;
  padding: 1px 4px;
  border-radius: 3px;
}

tt.xref, a tt {
  background-color: rgba(30, 50, 80, 0.6);
  border-bottom: 1px solid rgba(100, 149, 237, 0.2);
}

a.reference {
  text-decoration: none;
  border-bottom: none;
}

a.reference:hover {
  border-bottom: none;
}

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

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

a:hover tt {
  background: rgba(42, 90, 138, 0.4);
}

@media screen and (max-width: 600px) {
  .github_fork {
    display: none;
  }
  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: 30;
  }
  .document {
    width: auto;
  }
  .footer {
    width: auto;
  }
  .bodywrapper {
    margin: 0;
  }
  .github {
    display: none;
  }
}

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

/* API layout */
code.descname {
  color: #87CEEB;
}

/* Pygments overwrites */
.highlight .nf { color: #87CEEB !important; }   /* function name */
.highlight .nc { color: #87CEEB !important; }   /* class name */
.highlight .kn { color: #a0b4cc !important; }   /* import name */
.highlight .bp { color: #e8ecf1 !important; }   /* self, name */
.highlight .k  { color: #a0b4cc !important; }   /* class, def name */
.highlight .o  { color: #e8ecf1 !important; }   /* operator */
.highlight .nb { color: #e8ecf1 !important; }   /* super, print name */
.highlight .go { color: #7a9ab8 !important; }   /* output */
.highlight .s  { color: #7dd8a8 !important; }   /* string */
.highlight .c1 { color: #6a8caf !important; }   /* comment */

div.sidebar {
  background-color: rgba(15, 30, 55, 0.9);
  border: 1px solid rgba(100, 149, 237, 0.15);
  margin: 0 -30px 0 0;
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3),
              0 1px 0 rgba(255, 255, 255, 0.05),
              0 -1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px 0 0 10px;
  padding: 10px 20px 0 20px;
  text-align: justify;
}

div.sidebar div.topic {
  background-color: transparent;
  border: none;
  margin-top: -20px;
}

div.sidebar div.topic ul {
  margin: 5px 0 5px 15px;
}

div.sidebar div.topic p.topic-title {
  display: none;
}

table.indextable tr.cap {
  background-color: transparent !important;
}

div.figure p.caption {
  text-align: center;
}

table.highlighttable pre {
  margin: 0;
}

table.highlighttable {
  width: 100%;
  border-spacing: 0px;
  margin: 0 -30px 0 -30px;
  overflow: auto;
}

div.highlight-python, div.highlight-jinja {
}

div.highlight-json .nt {
  color: #87CEEB;
}

table.highlighttable td {
  padding: 0;
}

div.linenodiv {
  background-color: rgba(10, 22, 40, 0.9);
  padding: 0;
}

td.linenos pre {
  padding: 7px 5px;
}

td.code div.highlight pre {
  width: 717px;
  overflow: hidden;
}

.highlight .hll {
  background-color: rgba(42, 90, 138, 0.3) !important;
}

p.plantuml object {
  width: 100% !important;
  height: 100% !important;
}

.highlighted {
  background-color: transparent;
  color: #87CEEB;
}

/* Sidebar TOC: make the current chapter bold */
.current.reference.internal {
  font-weight: bold;
  color: #87CEEB;
}