/* Hide "On GitHub" section from versions menu */
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(4) {
    display: none;
}

/* Hide aside footer versions */
.rst-versions .rst-current-version {
    display: none;
}

/* hide version on header */
/*
.wy-side-nav-search>div.version {
    display: none;
}
*/

/* hide version of compile */
span.commit {
    display: none;
}

/* header padding Qualitime */
.wy-side-nav-search .wy-dropdown>a, .wy-side-nav-search>a {
    padding: 20px 15px;
}

/* search with square borders */
.wy-side-nav-search input[type=text] {
    border-radius: 0;
}

/* remove list spaces from index*/
.rst-content .toctree-wrapper ul li>ul, .rst-content section ul li>ul {
    margin: 0 !important;
    padding: 0 !important;
}

/* remove View Page Source */
.wy-breadcrumbs>li.wy-breadcrumbs-aside {
    display: none;
}

/* adicionar texto de rodapé no nav side */
.wy-nav-side:after {
    position: absolute;
    /* color: red; */
    content: 'Powered by L5 Networks';
    padding: 5px 0 0 50px;
}

/* remover respostas de pesquisa pois tem falha de tradução */
p.search-summary {
    display: none !important;
}

/* desabilitar cor de houver no menu e links */
a:focus, a:hover {
    pointer-events: unset !important;
    text-decoration: none !important;
}

/* Customizacao para telas L5 - Barth - 05/10/2023 */


@media screen and (min-width: 775px) {
    .wy-nav-content {
        padding: 1.618em 3.236em;
        height: 100%;
        max-width: 775px;
    }
}

@media screen and (min-width: 1024px) {
    .wy-nav-content {
        padding: 1.618em 3.236em;
        height: 100%;
        max-width: 1024px;
    }
}

@media screen and (min-width: 1280px) {
    .wy-nav-content {
        padding: 1.618em 3.236em;
        height: 100%;
        max-width: 800px;
    }
}

@media screen and (min-width: 1366px) {
    .wy-nav-content {
        padding: 1.618em 3.236em;
        height: 100%;
        max-width: 850px;
    }
}

@media screen and (min-width: 1440px) {
    .wy-nav-content {
        padding: 1.618em 3.236em;
        height: 100%;
        max-width: 900px;
    }
}

@media screen and (min-width: 1600px) {
    .wy-nav-content {
        padding: 1.618em 3.236em;
        height: 100%;
        max-width: 1000px;
    }
}

@media screen and (min-width: 1800px) {
    .wy-nav-content {
        padding: 1.618em 3.236em;
        height: 100%;
        max-width: 1200px;
    }
}

@media screen and (min-width: 1880px) {
    .wy-nav-content {
        padding: 1.618em 3.236em;
        height: 100%;
        max-width: 1300px;
    }
}
/* Fim da customizacao de telas L5 - Barth - 05/10/2023 */

/* acerto de posição do ul-li para caber o conteúdo em uma linha */
.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {
    padding: 0.4045em 1.618em 0.4045em 2.8em;
}

.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {
    padding: 0.4045em 1.618em 0.4045em 4.5em;
}
/* Fim acerto ul-li */
