/** css/custom.css **/

/* This line is theme specific - it includes the base theme CSS */
/*@import 'theme.css';       /* for the Read the Docs theme */

body {
    /* ... */
}

a, a:hover, a:visited{
    color:#56a2d6;
}
a:hover{
    text-decoration: underline;
}

.wy-nav-top{
    color: #56a2d6;
    background: #dddddd !important;
}
.wy-nav-top a{
    color: #56a2d6;
}

.caption-text{
    color: #56a2d6;
}

.fa-primary{
    color: #56a2d6;
}

.fa-link{
    color: #56a2d6;
}

.rst-content code, .rst-content tt, code{
    color: #8d60b0;
}

.rst-content code.literal, .rst-content tt.literal{
    color: #8d60b0;
}

.wy-nav-side{
    background: #ececec;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 1px;
    box-shadow: 0 0 8px 2px #0000001f;
}

.wy-menu-vertical a{
    color: #000;
}

.wy-menu-vertical li.toctree-l1.current>a{
    background-color: #c9c9c9;
    border: none;

}

.wy-menu-vertical a:hover, .wy-menu-vertical a:active{
    background-color:#d6d6d6;
    color: #000;
}

.wy-menu-vertical a:hover button.toctree-expand{
    color: #000;
}

.wy-menu-vertical a:hover span.toctree-expand{
    color: #000;
}

.wy-nav-content-wrap {
    background: #fcfcfc;
}

.wy-nav-content{
    background: #fcfcfc;
}

/*
.wy-menu-vertical li.toctree-l2.current>a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{
    background: none;
}
*/