@import url("theme.css"); /* From sphinx_rtd_theme */


html {
  --heading-color-grey: #4d4f4d;
  --heading-color-yellow: #f5a120;
  --link-color: #94741c;
  --hover-color: #b5912f;
  --sidebar-background-color: #404140;
  --content-background-color: #ffffff;
}


h1, h2, h3, h4, h5, h6, legend, .rst-content .toctree-wrapper p.caption, .rst-content .sidebar .sidebar-title {
  color: var(--heading-color-grey);
}

a, a:visited {
  color: var(--link-color);
}

a:hover {
  color: var(--hover-color);

}

/* underlign links on hover */
/*.rst-content a:hover{
    text-decoration: underline;
}*/

/* Remove sidebar TOC heading/caption color */
.wy-menu-vertical p.caption {
  color: var(--heading-color-yellow);
}
.wy-menu-vertical header {
  color: white;
}

/* Sidebar */
.wy-nav-side {
  background: var(--sidebar-background-color);
}

.wy-side-nav-search {
    background-image: linear-gradient(to left, rgb(162 156 132 / 82%), rgb(130 120 87 / 41%)), url("../images/svom2_cropped2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.5em;
}

.wy-nav-top {
    background-image: linear-gradient(to left, rgb(162 156 132 / 82%), rgb(130 120 87 / 41%)), url("../images/svom2_cropped2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.wy-side-nav-search .wy-dropdown>a,.wy-side-nav-search>a{
    color:#fcfcfc;
    font-size:120%;
    font-weight:800;
}

.wy-nav-top, .wy-nav-top>a {
    color:#fcfcfc;
    font-size:110%;
    font-weight:600;
}
/* Remove blue accent border */
.wy-side-nav-search input[type="text"] {
  border-color: #ccc;
}

.wy-menu-vertical a {
  color: #d9d9d9;
}
.wy-menu-vertical a:active{
    background-color: var(--link-color);
}


/*.wy-breadcrumbs li a a.visited{
    color: var(--heading-color-yellow);
}*/

.wy-breadcrumbs li a:first-child{
    color: var(--link-color);
}

.root-links {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    width:300px;
    color:#9fa2a6;
    text-align:center;
    font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;
    z-index:400
    }
.root-links p {
    font-size:90%;
    display: inline;
    }
.root-links hr {
    display:block;
    height:1px;
    border:0;
    margin:7px 0;
    padding:0;
    border-top:1px solid #696464
    }
.root-links a{
    color:#f5a120;
    text-decoration:none
    }
@media print {
    .root-links {display:none}
}
.root-links.shift-up{height:auto;max-height:100%;overflow-y:scroll}
.root-links.shift-up .rst-other-versions{display:block}
@media screen and (max-width:768px){
    .root-links{
        width:85%;
        display:none
        }
    .root-links.shift{
        display:block
        }
}

.rst-content .note .admonition-title, .rst-content .note .wy-alert-title, .rst-content .seealso .admonition-title,
.rst-content .seealso .wy-alert-title, .rst-content .wy-alert-info.admonition-todo .admonition-title,
.rst-content .wy-alert-info.admonition-todo .wy-alert-title, .rst-content .wy-alert-info.admonition .admonition-title,
.rst-content .wy-alert-info.admonition .wy-alert-title, .rst-content .wy-alert-info.attention .admonition-title,
.rst-content .wy-alert-info.attention .wy-alert-title, .rst-content .wy-alert-info.caution .admonition-title,
.rst-content .wy-alert-info.caution .wy-alert-title, .rst-content .wy-alert-info.danger .admonition-title,
.rst-content .wy-alert-info.danger .wy-alert-title, .rst-content .wy-alert-info.error .admonition-title,
.rst-content .wy-alert-info.error .wy-alert-title, .rst-content .wy-alert-info.hint .admonition-title,
.rst-content .wy-alert-info.hint .wy-alert-title, .rst-content .wy-alert-info.important .admonition-title,
.rst-content .wy-alert-info.important .wy-alert-title, .rst-content .wy-alert-info.tip .admonition-title,
.rst-content .wy-alert-info.tip .wy-alert-title, .rst-content .wy-alert-info.warning .admonition-title,
.rst-content .wy-alert-info.warning .wy-alert-title, .rst-content .wy-alert.wy-alert-info .admonition-title,
.wy-alert.wy-alert-info .rst-content .admonition-title, .wy-alert.wy-alert-info .wy-alert-title {
    /*background: #e3bc74;*/
    background: #7b9ed1;
    border-radius:.1em;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1);
}
.rst-content .admonition-title,.wy-alert-title {
    /*background:#e3bc74;*/
    background: #7b9ed1;
    border-radius:.1em;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1);
}
.rst-content .hint .admonition-title, .rst-content .hint .wy-alert-title, .rst-content .important .admonition-title,
.rst-content .important .wy-alert-title, .rst-content .tip .admonition-title, .rst-content .tip .wy-alert-title,
.rst-content .wy-alert-success.admonition-todo .admonition-title, .rst-content .wy-alert-success.admonition-todo .wy-alert-title,
.rst-content .wy-alert-success.admonition .admonition-title, .rst-content .wy-alert-success.admonition .wy-alert-title,
.rst-content .wy-alert-success.attention .admonition-title, .rst-content .wy-alert-success.attention .wy-alert-title,
.rst-content .wy-alert-success.caution .admonition-title, .rst-content .wy-alert-success.caution .wy-alert-title,
.rst-content .wy-alert-success.danger .admonition-title, .rst-content .wy-alert-success.danger .wy-alert-title,
.rst-content .wy-alert-success.error .admonition-title, .rst-content .wy-alert-success.error .wy-alert-title,
.rst-content .wy-alert-success.note .admonition-title, .rst-content .wy-alert-success.note .wy-alert-title,
.rst-content .wy-alert-success.seealso .admonition-title, .rst-content .wy-alert-success.seealso .wy-alert-title,
.rst-content .wy-alert-success.warning .admonition-title, .rst-content .wy-alert-success.warning .wy-alert-title,
.rst-content .wy-alert.wy-alert-success .admonition-title, .wy-alert.wy-alert-success .rst-content .admonition-title,
.wy-alert.wy-alert-success .wy-alert-title {
    background: #8ab8ae;
}
.rst-content .note,.rst-content .seealso,.rst-content .wy-alert-info.admonition,.rst-content .wy-alert-info.admonition-todo,
.rst-content .wy-alert-info.attention,.rst-content .wy-alert-info.caution,.rst-content .wy-alert-info.danger,
.rst-content .wy-alert-info.error,.rst-content .wy-alert-info.hint,.rst-content .wy-alert-info.important,
.rst-content .wy-alert-info.tip,.rst-content .wy-alert-info.warning,.wy-alert.wy-alert-info{
    background:#edebeb;
    border-radius:.4em;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1);
}
.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,
.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,
.rst-content .seealso,.rst-content .tip,.rst-content .warning,.wy-alert {
    background:#edebeb;
    border-radius:.4em;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1);
}
.rst-content code.literal, .rst-content tt.literal {
    color: #3a3aa6;
    font-weight: 700;
    white-space: normal;
}
.rst-content code.xref, .rst-content tt.xref, a .rst-content code, a .rst-content tt {
  font-weight: 700;
  color: #404040;
}

html.writer-html4 .rst-content dl:not(.docutils)>dt,
html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt {
    display: table;
    margin: 6px 0;
    font-size: 90%;
    line-height: normal;
    background: #e1ebfa;
    color: #113a69;
    border-top: 2px solid #7494c4;
    padding: 6px;
    position: relative;
}



