/* Set search window background color to VTX GRAY1 */
.wy-side-nav-search {
    background-color: #333F48;
}

.wy-side-scroll {
    background-color: #333F48;
}

.wy-nav-side {
    background-color: #333F48;
}

/* Use VTX Gray 2 for the versions selection */

.rst-versions {
    background-color: #5B6770;
}

.rst-versions .rst-current-version {
    background-color: #5B6770;
}

/* Set the logo size */
.wy-side-nav-search>a img.logo {
    width: fit-content;
}

/* Set the caption headers to vertex green */
.wy-menu-vertical header, .wy-menu-vertical p.caption {
    color: #00A000;
}

/* Hide "On GitHub" section from versions menu - 3 is a magic number, see the following for details
   https://docs.readthedocs.io/en/stable/guides/remove-edit-buttons.html
*/
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(3) {
    display: none;
}
