/*
 * classic.css_t
 * ~~~~~~~~~~~~~
 *
 * Sphinx stylesheet -- classic theme.
 *
 * :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
 * :license: BSD, see LICENSE for details.
 *
 */

@import url("basic.css");

/* -- page layout ----------------------------------------------------------- */

body {
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    background-color: #ffffff;
    color: #000;
    margin: 0;
    padding: 0;
}

div.document {
    background-color: #ffffff;
}

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

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

div.body {
    background-color: #ffffff;
    color: #000000;
    padding: 0 20px 30px 20px;
}

div.footer {
    color: #000000;
    width: 100%;
    padding: 9px 0 9px 0;
    text-align: center;
    font-size: 75%;
}

div.footer a {
    color: #000000;
    text-decoration: underline;
}

div.related {
    background-color: #ffffff;
    line-height: 30px;
    color: #000000;
}

div.related a {
    color: #f4950f;
}

div.sphinxsidebar {
}

div.sphinxsidebar h3 {
    font-family: 'Lato', 'Trebuchet MS', sans-serif;
    color: #000000;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

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

div.sphinxsidebar h4 {
    font-family: 'Lato', 'Trebuchet MS', sans-serif;
    color: #000000;
    font-size: 1.3em;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0;
}

div.sphinxsidebar p {
    color: #000000;
}

div.sphinxsidebar p.topless {
    margin: 5px 10px 10px 10px;
}

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

div.sphinxsidebar a {
    color: #f4950f;
}

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

div.sphinxsidebar #searchbox input[type="text"]{
    width: 80%;
}

div.sphinxsidebar input[type=submit]{
    width: 18%;
    min-height: 32px;
    padding: 0 4px;
}


/* for collapsible sidebar */
div#sidebarbutton {
    background-color: #F2A841;
}

div.sphinxsidebar {
    border: 1px solid #F2A841;
    border-radius: 0px 5px 5px 0px;
}


/* -- hyperlink styles ------------------------------------------------------ */

a {
    color: #f4950f;
    text-decoration: none;
}

a:visited {
    color: #f4950f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



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

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    font-family: 'Lato', 'Trebuchet MS', sans-serif;
    background-color: #ffffff;
    font-weight: normal;
    color: #000000;
    border-bottom: 1px solid #ccc;
    margin: 20px -20px 10px -20px;
    padding: 3px 0 3px 10px;
}

div.body h1 { margin-top: 0; font-size: 200%; }
div.body h2 { font-size: 160%; }
div.body h3 { font-size: 140%; }
div.body h4 { font-size: 120%; }
div.body h5 { font-size: 110%; }
div.body h6 { font-size: 100%; }

a.headerlink {
    color: #ffffff;
    font-size: 0.8em;
    padding: 0 4px 0 4px;
    text-decoration: none;
}

a.headerlink:hover {
    background-color: #ffffff;
    color: white;
}

div.body p, div.body dd, div.body li, div.body blockquote {
    text-align: justify;
    line-height: 130%;
}

div.admonition p.admonition-title + p {
    display: inline;
}

div.admonition p {
    margin-bottom: 5px;
}

div.admonition pre {
    margin-bottom: 5px;
}

div.admonition ul, div.admonition ol {
    margin-bottom: 5px;
}

div.note {
    background-color: #eee;
    border: 1px solid #ccc;
}

div.seealso {
    background-color: #ffc;
    border: 1px solid #ff6;
}

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

div.warning {
    background-color: #ffe4e4;
    border: 1px solid #f66;
}

p.admonition-title {
    display: inline;
}

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

pre {
    padding: 5px;
    background-color: #eeffcc;
    color: #333333;
    line-height: 120%;
    border: 1px solid #ac9;
    border-left: none;
    border-right: none;
}

code.xref, a code, code.descclassname {
    font-weight: normal;
}

table.docutils th {
    vertical-align: top;
}

table.docutils .row-even {
    background-color: #FCE4D6;
}

table.field-list {
    width: inherit;
}

dl.class {
    margin-top: 24px;
}

dl.class dt {
    border-top: orange solid 1px;
    border-bottom: orange solid 1px;
}

dl.attribute {
    margin: 0px;
}

dl.attribute dt {
    border-top: none;
    border-bottom: none;
}

dl.attribute dd {
    margin: 0px;
}

dl.method dt {
    border-top: none;
    border-bottom: orange solid 1px;
}

dl.staticmethod dt {
    border-top: none;
    border-bottom: orange solid 1px;
}

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

.warning code {
    background: #efc2c2;
}

.note code {
    background: #d6d6d6;
}

.viewcode-back {
    font-family: 'Lato', sans-serif;
}

div.viewcode-block:target {
    background-color: #f4debf;
    border-top: 1px solid #ac9;
    border-bottom: 1px solid #ac9;
}

div.code-block-caption {
    color: #efefef;
    background-color: #1c4e63;
}

/* Tune notebook figure */
.figure img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.figure p.caption {
  display: none;
}

/* Tune plotly figure */
.plot-container.plotly {
    height: inherit;
}

/* Tune markdown of output cells */
div.body .output_area .section h1,
div.body .output_area .section h2,
div.body .output_area .section h3,
div.body .output_area .section h4,
div.body .output_area .section h5,
div.body .output_area .section h6 {
    margin: 20px 0px 10px 0px;
    padding: 0px;
}

/* Remove prompt of notebook cells 
    See https://nbsphinx.readthedocs.io/en/latest/custom-css.html
*/
.nbinput .prompt,
.nboutput .prompt {
    display: none;
}

/* Style Notebook gallery

    This is adapted from https://github.com/sphinx-gallery/sphinx-gallery/blob/master/sphinx_gallery/_static/gallery.css
*/
.sphx-glr-thumbcontainer {
  background: #fff;
  border: solid #fff 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  float: left;
  margin: 5px;
  min-height: 230px;
  padding-top: 5px;
  position: relative;
}
.sphx-glr-thumbcontainer:hover {
  border: solid #b4ddfc 1px;
  box-shadow: 0 0 15px rgba(142, 176, 202, 0.5);
}
.sphx-glr-thumbcontainer a.internal {
  bottom: 0;
  display: block;
  left: 0;
  padding: 150px 10px 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* Next one is to avoid Sphinx traditional theme to cover all the
thumbnail with its default link Background color */
.sphx-glr-thumbcontainer a.internal:hover {
  background-color: transparent;
}

.sphx-glr-thumbcontainer p {
  margin: 0 0 .1em 0;
}
.sphx-glr-thumbcontainer .figure {
  margin: 10px;
  width: 150px;
}
.sphx-glr-thumbcontainer .figure p.caption{
  display: initial;
}
.sphx-glr-thumbcontainer img {
  display: inline;
  max-height: 112px;
  width: 134px;
}
.sphx-glr-thumbcontainer[tooltip]:hover:after {
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  content: attr(tooltip);
  left: 95%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
  bottom: 52%;
}
.sphx-glr-thumbcontainer[tooltip]:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 18px 0 0 20px;
  bottom: 58%;
  content: '';
  left: 85%;
  position: absolute;
  z-index: 99;
}

.sphx-glr-clear{
  clear: both;
}