#divInfraBarraLocalizacao {
    display: none;
}

.iconeComTexto {
    cursor: pointer;
    vertical-align: middle;
}
.iconeDesativado {
    opacity: 0.2;
    cursor: default !important;
}
.iconeNavegacao {
    font-weight: bold;
}
.filtroOculto {
    display: none;
}
.resLabel {
    font-weight: bold;
}
.resValue {
    padding-left: 1rem !important;
    padding-right: 0.5rem !important;
    font-weight: normal !important;
    text-align: justify !important;
}
.resValueTipoJurisprudencia {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.citacao {
    padding: 1rem !important;
    font-weight: normal !important;
    text-align: justify !important;
    height: 70vh;
    overflow-y: auto;
}
.modal-dialog{
    overflow-y: initial !important;
}
.btnExibirMenu {
    padding-right: 0 !important;
}

#btn-modal-filtros {
    display: none;
}

#btn-sidebar-filtros {
    display: block;
}

.selTamanhoPagina {
    width: 60px;
    margin-bottom: 0 !important;
}
.hidden {
    display: none;
}
.termoPesquisado {
    font-weight: bold;
    background-color: #FFFF00;
}

.filtro-scroll {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}


#divBarraLateral {
    z-index:1;
    width: 30%;
    transition: all 0.5s ease;
    overflow-y: auto;
    margin-right: 0.5rem;
}

#divResultados {
    width: 70%;
    transition: all 0.5s ease;
}

#wrapper-jurisprudencia.toggled #divBarraLateral{
    margin-left: -30%;
    transform: translateX(-20px);
    overflow-y: hidden;
    margin-right: unset;
}

#wrapper-jurisprudencia.toggled #divResultados{
    width: 100%;;
}

.bg-header-resultado {
    background-color: #D1DFEB!important;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.fixed-nav-bar {
    align-items: center;
    background-color: #D1DFEB;
    box-shadow: 0px 0px 10px gray;
    display: flex !important;
    flex-direction: row;
    height: 50px;
    justify-content: space-between;
    left: 0;
    line-height: 50px;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.fixed-nav-bar img.logoJurisprudencia {
    height: 40px;
    margin-right: 16px;
}

.fixed-nav-bar span.tituloOrgao {
    font-size: 1rem;
}

.icon-filter-sort {
    font-size: 1.5rem;
    position: absolute;
    right: 37px;
    top: 5px;
    border-radius: 50%;
    padding: 0 6px 0 6px;
}

.icon-filter-sort:hover {
    background-color: #edeeef;
}

fieldset {
    padding: 0!important;
}

legend {
    margin-left: 0!important;
}

.tooltip {
    &.bs-tooltip-top {
        background: unset;
        padding: 0.4em;
        box-shadow: unset;
        border: unset;
    }
}

.wrapper-pesquisa-inicial {
    border: #dfdfdf;
    transition: .5s ease-in-out;
    .img-logo-jurisprudencia, .img-localidade {
        max-width: 450px;
        transition: .5s ease-in-out;
    }
}

.img-logo-sm {
    max-width: 185px;
}

.wrapper-pesquisa-inicial.toggled {
    background-color: #ffffffba;
    border: 1px solid #dfdfdf;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 1rem 2rem;
    border-radius: 20px;
    transition: .5s ease-in-out;
    .img-logo-jurisprudencia, .img-localidade {
        max-width: 300px;
        transition: .5s ease-in-out;
    }
}

@media (max-width: 992px) {
    #btn-sidebar-filtros {
        display: none;
    }

    #btn-modal-filtros {
        display: block;
    }

    .wrapper-pesquisa-inicial.toggled {
        flex: 0 0 95%;
        max-width: 95%;
    }

    #divResultados {
        width: 100%;
    }

    #divBarraLateral {
        border: 4px solid #d5d5d5;
        border-radius: 5px;
        display: none;
        height: auto!important;
        max-height: 80vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90% !important;
        max-width: 720px;
        padding: 1.5rem 1.5rem 1.5rem 1.5rem!important;
        z-index: 3;
    }

    .filtros-backdrop {
        display: none;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0000006e;
        z-index: 2;
    }

    #btn-fechar-modal-filtros {
        display: inline-block!important;
    }
}

.pop-underline{
    position: relative;
    background-color: transparent!important;
    background: none;
    border:none;
    overflow:hidden;
    text-decoration: none!important;
    transition: color 600ms ease-in-out;
}
.pop-underline:hover{
    color: #007ebd!important;
    text-decoration: none;
}

.pop-underline::after{
    content:"";
    display:block;
    position:relative;
    border-bottom:1px solid #007ebd;
    margin-top: -5px;
    opacity: 0;
    transition: all 250ms ease-in-out;
    width: 1%;

}
.pop-underline:hover::after{
    opacity: 1;
    width:100%;
}
.pop-underline:hover{
    color: white;
}

.resultadoItem .iconeComTexto:hover {
    transform: scale(1.15);
    transition: 0.15s ease-in-out;
}

#wrapper-jurisprudencia #divBarraLateral::-webkit-scrollbar, #bodyResultados::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}
#wrapper-jurisprudencia #divBarraLateral::-webkit-scrollbar-thumb, #bodyResultados::-webkit-scrollbar-thumb {
    background-color: rgb(166, 166, 166);
}

#wrapper-jurisprudencia #divBarraLateral::-webkit-scrollbar-track, #bodyResultados::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(173, 173, 173, 0.3);
    background-color: #F5F5F5;
}

.icon-mic {
    position: absolute;
    right: 125px;
    top: 6px;
    padding: 4px;
    border-radius: 50%;
    cursor: pointer;
    &:hover{
        background-color: #dbe5f0;
    }
}

.textoAvisos {
    background-color: white;
    width: 268px;
    height: 78px;
    border: 1px solid #ccc;
    display: flex!important;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    span {
        font-size: 0.75rem;
    }
}

.dev-debug-footer {
    display: none!important;
}