﻿body {
    background: #f9f9f9;
}

.painel-acoes {
    background-color: #186087;
    font-size: 15px;
    color: white;
    padding: 12px 16px;
}

    .painel-acoes a {
        color: white;
    }

/* Tabela de relatores */

.tabela-relatores {
    width: 100%;
    border-top: 2px solid white;
}

    .tabela-relatores tr {
        display: flex;
        align-items: stretch;
    }

    .tabela-relatores td:first-child {
        width: 100px;
        height: 100px;
    }

    .tabela-relatores td:last-child {
        flex: 1;
        border-left: 2px solid white;
    }

.conteudo-relator {
    background-color: #EEE;
    padding: 40px 0 10px 30px;
    width: 100%;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

    .conteudo-relator:hover {
        background-color: #FFF;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        overflow: hidden;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color;
    }

.dica-ver-processos {
    color: #4d4d4d;
    background-color: #cacaca;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    opacity: 0;
}

    .dica-ver-processos .glyphicon {
        margin-right: 4px;
    }

.conteudo-relator:hover .dica-ver-processos {
    margin-left: 16px;
    opacity: 1;
    transition: all .3s;
}

/* ---- */

.tpauta {
    background-color: #3378b0;
    font-size: 20px;
    color: white;
    width: 100%;
    padding: 6px 12px 6px 12px;
}

.tabela-processos-principais {
    width: 100%;
    table-layout: fixed;
}

.tprocesso {
    width: 100%;
}

    .tprocesso tr:nth-child(even) {
        background: #FFF;
    }

    .tprocesso tr:nth-child(odd) {
        background: #EEE;
    }


.tdprocesso {
    font-size: 14px;
    margin-left: 15px;
    padding: 5px 0 5px 5px;
    display: inline-block;
    text-decoration: none;
    width: 46%;
}

    .tdprocesso a {
        color: #333;
    }

        .tdprocesso a:hover {
            color: #333;
        }

    .tdprocesso div:first-child {
        margin-top: 10px;
    }

    .tdprocesso div:last-child {
        margin-bottom: 10px;
    }

.destaque {
    font-size: 16px !important;
    font-weight: bold;
}

.msg-sem-sessao-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4rem;
    gap: 1rem;
}

.msg-sem-sessao {
    text-align: center;
    color: #808080;
}

.msg-sem-sessao-ico {
    cursor: default;
    font-size: 8rem;
    color: #d9534f33;
}

.glyphicon-download {
    color: #FFFFFF;
    font-size: 25px;
}

.btn-lg {
    height: 27px;
    font-size: 12px;
    padding: 5px 7px;
}

/* Grid para imagem no relator no topo do página de processos */

.filtroRelator {
    cursor: pointer;
    transition: transform .2s ease-in-out;
}

    .filtroRelator.selected {
        border: 3px solid #ffffff;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 13px;
        transform: scale(1.3);
        transition: transform .2s ease-in-out;
    }

.remove-filtro {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #5f0b0b91;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 2px 3px;
    color: white;
    z-index: 100000;
    width: 100%;
    font-size: 10px;
    display: none;
}

.filtroRelator.selected .remove-filtro {
    display: flex;
}

/*.grid-header [data-name^="relator"] .grid-filter-btn {
    display: none;
}*/

.grid-pager {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dddddd;
}

.grid-header-title .fa-sort-alpha-asc,
.grid-header-title .fa-sort-alpha-desc,
.filtered {
    color: #00c0ef;
}

.pauta-processos {
    background-color: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.panel-heading.collapsed {
    border-radius: 3px;
}

.relator-container {
    display: flex;
    /*grid-template-columns: auto auto;
    grid-template-rows: auto auto;*/
    justify-content: flex-start;
}

.relatorInfo {
    flex-basis: 65%;
    display: flex;
}

.relator-container .bannerLogoContainer {
    flex-basis: 30%;
    margin-top: 9px;
}

.botao-voltar {
    grid-column-start: 1;
    grid-row-start: 1;
    align-self: center;
    margin-left: 12px;
}

.botao-voltar {
    height: 33px;
}

.imagem-relator {
    width: 80px;
    height: 80px;
    grid-column-start: 2;
    grid-row-start: 1;
    margin-left: 15px;
}

/*.gabinete-relator {
    margin-top: 10px;
    font-size: 15px;
    grid-column-start: 3;
    grid-row-start: 1;
    margin-left: 15px;
}*/

.nome-relator {
    grid-column-start: 3;
    grid-row-start: 1;
    align-self: center;
    font-size: 23px;
    margin-left: 15px;
}

/* ---- */

.content {
    padding: 20px 15px 20px 15px;
    background-color: #f9f9f9;
}

.filtro-relatores {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.img-round-wrapper {
    border: 1px solid #3c8dbc;
    border-radius: 50%;
    display: block;
    height: 44px;
    overflow: hidden;
    width: 44px;
}

.img-lista-relatores {
    max-width: 100% !important;
    margin-left: 0px;
}

.panelpautas {
    margin-top: -2px;
    margin-bottom: 10px;
}

.situacaoPauta {
    padding-top: 6px;
    height: 25px
}

.data-pauta {
    margin-right: auto;
}

.processo-apenso tr {
    border-left: 5px solid #19445d;
}

/* --------------------------Manifestações ----------------------------------------------------*/

.badgeManifestacoes {
    margin-left: 5px;
    margin-right: 7px;
    padding: 0px 9px;
    border-radius: 28%;
    background-color: #bcdbef;
    font-weight: 600;
    color: #19445d;
    border-bottom: 2px solid #134b6b;
}

.manifestacoesTitle {
    cursor: pointer;
    font-weight: bold;
    color: #113D56 !important;
}

.listaManifestacoes hr:last-child {
    display: none;
}

.plenarioVirtualBannerLogo {
    max-height: 7vh;
    margin-top: -8px;
}

/*.plenarioVirtualPautaHeader {
  height: 10vh !important;
}*/

.plenarioVirtualBanner {
    margin: 5px 10px 20px 10px;
}

.plenarioVirtualBannerPanel {
    margin-bottom: 15px;
}

.plenarioVirtualBannerHeader {
    height: auto !important;
    border-radius: 8px;
    background-color: #CCE5FF;
    display: flex;
}

    .plenarioVirtualBannerHeader i {
        font-size: 58px;
        color: #004085;
        margin-top: 3%;
    }

.plenarioVirtualBannerLogo {
    max-height: 7vh;
    margin-top: -8px;
}

.plenarioVirtualBannerInfo {
    margin-top: -5px;
    flex-basis: 65%;
    display: flex;
}

.plenarioVirtualBannerText {
    color: #004085;
    margin-left: 3vh;
}

    .plenarioVirtualBannerText .bannerTitle {
        font-size: 27px;
        font-weight: 400;
    }

    .plenarioVirtualBannerText p {
        margin-bottom: 0px;
    }

.bannerLogoContainer {
    flex-basis: 30%;
}

.bg-plenv {
    background: #2395ab !important;
}

.bg-plen, .bg-plent {
    background: #0a6478 !important;
}

.bg-csad {
    background: #6b8b9b !important;
}

.bg-csecg {
    background: #64b4a0 !important;
}

.pauta-futura {
    margin: 0 0 1rem;
    padding: 1rem 16px 1rem;
    background: #113d56;
    border-radius: 4px;
    border: 1px solid #dddddd;
    display: flex;
    align-items: stretch;
    gap: 2rem;
    color: white;
}

.pauta-futura__titulo {
    align-items: center;
    border-right: 1px solid;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    padding-right: 2rem;
    margin: 0;
}

.resultado-busca {
    margin: 1rem 0;
    padding: 1rem 16px 1rem 0 ;
    display: flex;
    align-items: stretch;
    gap: 2rem;
    color: #113d56;
}

.resultado-busca__titulo {
    align-items: center;
    border-right: 1px solid;
    color: #113d56;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    padding-right: 2rem;
    margin: 0;
}

@media only screen and (max-width: 425px) {
    .plenarioVirtualBannerHeader i {
        font-size: 31px;
        color: #004085;
        margin-top: 18%;
    }

    .plenarioVirtualBannerText {
        margin-left: 1vh;
    }

        .plenarioVirtualBannerText .bannerTitle {
            font-size: 11px;
            font-weight: 600;
        }

        .plenarioVirtualBannerText .bannerText {
            font-size: 10px;
        }

    .bannerLogoContainer {
        margin-top: 2%;
        margin-left: 2vh;
    }
}

.contador-apensos {
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(202, 202, 202, 0.6) 30%, rgba(202, 202, 202, 0.6) 70%, rgba(255, 255, 255, 0) 100%) 1;
    border-top: 1px solid #cacaca;
    cursor: pointer;
    font-size: 12px;
    margin: 8px 0 -8px;
    padding: 8px 0;
}

.contador-apensos .badge {
    background-color: #3c8dbc;
    padding: 4px 8px;
}
.contador-apensos .badge:hover {
    background-color: #367fa9;
}

#modalApensos .modal-dialog {
    width: 90%;
    height: auto;
}

#modalApensos .modal-header {
    background-color: #3c8dbc;
    border-radius: 4px 4px 0 0 ;
    color: white;
}

#modalApensos .modal-header .modal-title {
    font-weight: bold;
    line-height: normal;
}

#modalApensos .modal-header .close {
    color: white;
    opacity: .5;
    font-size: 3rem;
    margin-top: 8px;
}

#modalApensos .modal-body {
    height: 80vh;
    overflow: hidden;
    overflow-y: auto;
}


/*MODAL SCROLL BAR*/
#modalApensos .modal-body {
    --sb-track-color: #e6e6e6;
    --sb-thumb-color: #113d56;
    --sb-size: 8px;
}

#modalApensos .modal-body::-webkit-scrollbar {
    width: var(--sb-size);
}

#modalApensos .modal-body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 4px;
}

#modalApensos .modal-body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 4px;
}


/*OVERRIDE CSS*/
.grid-wrap .table > caption + thead > tr:first-child > td,
.grid-wrap .table > caption + thead > tr:first-child > th,
.grid-wrap .table > colgroup + thead > tr:first-child > td,
.grid-wrap .table > colgroup + thead > tr:first-child > th,
.grid-wrap .table > thead:first-child > tr:first-child > td,
.grid-wrap .table > thead:first-child > tr:first-child > th {
    border-left: 1px solid #17506e !important;
}

.grid-wrap .table > tbody > tr > td,
.grid-wrap .table > tbody > tr > th,
.grid-wrap .table > tfoot > tr > td,
.grid-wrap .table > tfoot > tr > th,
.grid-wrap .table > thead > tr > td,
.grid-wrap .table > thead > tr > th {
    padding: 8px 16px;
}

.parecer-barra {
    display: flex;
    height: 32px;
}

.parecer-barra div {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parecer-legenda {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
    margin: 16px 0;
}

.parecer-legenda .legenda {
    display: flex;
    align-items: center;
}

.circle {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-right: 12px;
}

.favoravel .circle {
    background-color: #339500; /* Favoráveis - Verde */
}

.pendente .circle {
    background-color: #b2b2b2; /* Pendentes - Cinza */
}

.contrario .circle {
    background-color: #AF1331; /* Contrários - Vermelho */
}
