/*
 * nature.css_t
 * ~~~~~~~~~~~~
 *
 * Sphinx stylesheet -- imacs theme.
 *
 * Theme colors:
 *
 * MAIN blue: #2878a2
 * Dark blue: #055781
 * Light blue: #bed4eb
 * MAIN green: #005500
 * Light gray: #dddddd (border)
 *
 * (IMACS orange: #ff3300)
 * (ASERIS red: #c90232)
 */
@import url("basic.css");

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

body {
    font-family: Arial, sans-serif;
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    margin: 0px auto;
    padding: 0px;
    max-width: 1400px;
    border: 1px solid #dddddd;
}

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

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

div.bodywrapper h1 {
    margin: 0px;
    text-align: left;
    background-color: #bed4eb;
    color: #005500;
    font-size: 190%;
}

hr {
    border: 1px solid #dddddd;
}

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

div.body {
    background-color: #ffffff;
    color: #000000;
    padding: 0 20px 20px 20px;
    font-size: 0.9em;
    max-width: 1120px;
}

/* -- header --------------------------------------------------------------- */

div.pageheader {
    text-align: left;
    background-color: #2878a2;
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

div.pageheader h1 {
    font-weight: 700;
    font-size: 64px;
    color: white;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 30px 0px 0px 30px;
    text-shadow: black 0.1em 0.1em 0.2em;
    float: left;
}

div.pageheader h2 {
    font-size: 20px;
    font-style: italic;
    color: white;
    float: left;
    padding: 30px 0px 0px 20px;
}

div.pageheader img {
    vertical-align: middle;
    float: left;
}

div.pageheader ul {
    float: right;
    color: white;
    list-style-type: none;
    padding-left: 0;
    margin-top: 30px;
    margin-right: 10px;
}

div.pageheader li {
    float: left;
    margin: 0 0 0 10px;
}

div.pageheader li a {
    color: white;
    padding: 8px 12px;
    font-size: 15px;
}

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

/* -- footer --------------------------------------------------------------- */

div.footer {
    background-color: #2878a2;
    background-image: url("IMACS-logo.svg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    color: white;
    width: 100%;
    padding: 13px 0px 13px 0px;
    text-align: center;
    font-size: 75%;
}

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

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

div.related {
    background-color: #bed4eb;
    line-height: 32px;
    color: #055781;
    font-weight: bold;
}

div.related a {
    font-weight: normal;
    color: #2878a2;
}

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

div.sphinxsidebar {
    font-size: 0.75em;
    line-height: 1.5em;
    width: 280px;
}

div.sphinxsidebarwrapper {
    padding: 20px 0px;
}

div.sphinxsidebar h3,
div.sphinxsidebar h4 {
    font-family: Arial, sans-serif;
    color: #005500;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    padding: 5px 10px;
    background-color: #bed4eb;
}

div.sphinxsidebar h4 {
    font-size: 1.1em;
}

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

div.sphinxsidebar p {
    color: #dddddd;
    padding: 5px 20px;
}

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

div.sphinxsidebar a {
    color: #000000;
}

div.searchformwrapper {
    padding: 0px 20px 10px 20px;
}

div.sphinxsidebar select {
    margin: 10px 0px 10px 20px;
}

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

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

a {
    color: #2878a2;
    text-decoration: none;
    word-wrap: break-word;
}

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

div.body h1,
div.body h2 {
    background-color: #bed4eb;
    color: #005500;
    padding: 10px;
    text-align: left;
    font-weight: bold;
}

div.body h3 {
    background-color: white;
    color: #000000;
    font-weight: bold;
    text-align: left;
}

div.body h4,
div.body h5,
div.body h6 {
    background-color: white;
    color: #000000;
    font-weight: normal;
    text-align: left;
}

div.body h1 {
    border-top: 20px solid white;
    margin-top: 0;
    font-size: 200%;
}
div.body h2 {font-size: 150%;}
div.body h3 {font-size: 120%;}
div.body h4 {font-size: 110%;}
div.body h5 {font-size: 100%;}
div.body h6 {font-size: 100%;}

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

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

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

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

div.highlight{
    background-color: white;
}

div.note {
    background-color: #eeeeee;
    border-left: 3px solid #cccccc;
}

div.important {
    background-color: #ffcc99;
    border-left: 3px solid #ff8c00;
}

div.seealso {
    background-color: #ffffcc;
    border-left: 3px solid #ffff66;
}

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

div.warning {
    background-color: #ffe4e4;
    border-left: 3px solid #ff6666;
}

div.admonition-job {
    background-color: #cceecc;
    border-left: 3px solid #005500;
}

div.admonition-tags {
    background-color: #cceecc;
    border-left: 3px solid #005500;
}

div.admonition-download {
    background-color: #ffffcc;
    text-align: center;
}

p.admonition-title {
    display: inline;
}

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

pre {
    padding: 10px;
    background-color: #f2f2f2;
    color: #000000;
    line-height: 1.2em;
    border: 1px solid #dddddd;
    font-size: 1.1em;
    margin: 1.5em 0 1.5em 0;
}

tt {
    background-color: #ecf0f3;
    color: #000000;
    font-size: 1.1em;
    font-family: monospace;
    border: none;
}

a tt {
    color: inherit;
}


a code {
    color: inherit;
}

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

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

code.std-envvar {
    color: #eeaa00;
}

code.file {
    color: #435B9B;
}

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

table.docutils {
    width: 100%;
    text-align: left;
}

/*
table.docutils tr:nth-child(even) {
    background-color: #fdfdfd;
}

table.docutils tr:nth-child(odd) {
    background-color: #f6f6f6;
}
*/

table.docutils th {
    width: 120px;
    background-color: #f2f2f2;
}

table.docutils td {
    background-color: #ffffff;
}

table.docutils tr {
    border-style: solid none solid none;
    border-width: 1px 0 1px 0;
    border-color: #dddddd;
}

/* ------- class and methods ---------------------------------------- */

dt.sig {
    padding-left: 10px;
    background-color: #f2f2f2;
    border-left: 3px solid #005500;
}

dl dt {
    background-color: #ffffff;
}

strong.program {
    font-family: monospace;
}

/* ------- alert banners -------------------------------------------- */

div.versionbanner {
  float: right;
  padding: 10px 10px 10px 10px;
  width: 45%;
  margin: 30px 40px 0px 0px;
  text-align: left;
}

.alert {
  border-radius: 0px;
  border: 1px solid;
  color: black;
}

.alert.alert-note {
  background-color: #eeeeee;
  border-color: #cccccc;
}

.alert.alert-success {
  background-color: #cceecc;
  border-color: #005500;
}

.alert.alert-info {
  background-color: #2878a2;
  border-color: #055781;
}

.alert.alert-important {
  background-color: #ffcc99;
  border-color: #ff8c00;
}

.alert.alert-warning {
  background-color: #ffe4e4;
  border-color: #ff6666;
}