.wy-nav-top {
    background: #505050;
}

    .wy-nav-top > a,
    .wy-nav-top > a:link,
    .wy-nav-top > a.visited {
        color: #ffffff !important;
        font-size:20px;
    }

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

body {
    color: #505050;
    font-size: 15px;
    line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6, legend {
    margin-top: 0;
}

h2 {
    font-size: 18px;
    color: #222222;
}

a {
    color: #2b59a9;
}

p {
    font-size: 15px;
    color: #505050;
}

.hr {
    border-top: 1px solid #dddddd;
}

a, a:link, a:visited {
    color: #2b59a9;
}

.wy-nav-side {
    overflow-y: auto;
}

.wy-side-nav-search {
    padding: 1em;
}

    .wy-side-nav-search input[type=text] {
        width: 100%;
        border-radius: 0;
        padding: 6px 12px;
        font-size: 13px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .wy-side-nav-search .version {
        display: none;
    }

    .wy-side-nav-search > a, .wy-side-nav-search > a:hover {
       text-indent: -9999px;
    width: 100%;
    background: url('logo.png') no-repeat; 
    background-position: center;
    background-size: 215px auto;  
    padding: 7px 23px 7px 10px;
    }

        .wy-side-nav-search > a:hover {
            background-color: transparent;
        }

.wy-menu-vertical a {
    color: #fff;
    font-size: 15px;
}


.wy-menu-vertical li.current a,
.wy-menu-vertical li.toctree-l2.current > a,
.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a,
.wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a {
    color: gray;
}

    .wy-menu-vertical li.toctree-l1.current > a.current,
    .wy-menu-vertical li.toctree-l2.current > a.current,
    .wy-menu-vertical li.toctree-l3.current > a.current,
    .wy-menu-vertical li.toctree-l4.current > a.current {
        color: #404040 !important;
    }

.wy-menu-vertical li span.toctree-expand {
    margin-left: -0.9em;
    margin-right: 0.5em;
}

.rst-content h1,
.rst-content h1 .headerlink {
    font-size: 28px;
    color: #222222;
    font-weight: 400;
}

    .rst-content h1 a.headerlink,
    .rst-content h2 a.headerlink {
        display: inline;
    }

.rst-content {
    font-size: 15px;
}

    .rst-content.admonition-title {
        font-weight: normal;
        color: #ffffff;
    }

    .rst-content .admonition {
        background: #efefef;
        color: #505050;
    }

    .rst-content .note .admonition-title {
        background: #2b3990;
    }

    .rst-content .attention .admonition-title {
        background: #ff8c00;
    }


    .rst-content .toctree-wrapper ul li a,
    .rst-content .toctree-wrapper ul li a:hover,
    .rst-content .toctree-wrapper ul li a:visited {
        color: #2b59a9;
    }

        .rst-content .toctree-wrapper ul li a:hover,
        .rst-content .toctree-wrapper ul li a:visited {
            text-decoration: underline;
        }

    .rst-content ul li.toctree-l1 > a {
        font-weight: bold;
    }

    .rst-content ul li.toctree-l3 a {
        color: #777777;
    }

.btn {
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 8px 12px 8px 12px;
}

.btn-neutral {
    color: #ffffff !important;
}

    .btn-neutral,
    .btn-neutral:visited {
        background-color: #2c3e50 !important;
        color: #ffffff !important;
    }

        .btn-neutral:hover {
            background-color: #295581 !important;
            color: #ffffff !important;
        }

footer,
footer p {
    color: #505050;
    font-size: 15px;
}

.wy-menu-vertical a span.toctree-expand,
.wy-menu-vertical a:hover span.toctree-expand,
.wy-menu-vertical li.current > a span.toctree-expand {
    color: #bdc0d7;
}

.wy-menu-vertical li.current > a.current span.toctree-expand {
    color: #ffffff;
}

@media only screen and (max-width : 720px) {
    .wy-grid-for-nav {
        overflow-x: hidden;
    }
}

.common-btn, .btn-install {
    background: #6CB200;
    color: #fff;
    border: 0;
    padding: 10px 15px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
}

    .common-btn:hover, .btn-install:hover {
        background-color: #89C33F;
        text-decoration: none;
    }

a.common-btn, a.btn-install {
    color: #fff;
}

.helpful-text {
    text-align: right;
    margin: 10px 0;
}

.rst-content img {
    border: 1px #ccc solid;
}