.aui {
    .cn-orc-loa-portlet-container {
        font-size: 16px;

        .accordion {
            .accordion-group {
                font-size: 16px;
                margin-bottom: 30px;
            }

            &.cn-orc-accordion--destaque {
                margin: 0 0 48px;

                &:first-child {
                    margin-top: 30px;
                    margin-bottom: 32px;
                }

                .accordion-group {
                    margin-top: 0;
                    margin-bottom: 0;

                    .btn {
                        font-size: 16px;
                        padding: 9px;
                    }

                    .accordion-heading {
                        color: white;
                        background-color: #1D4B6C;
                        border: solid 1px #1D4B6C;
                        text-transform: uppercase;
                        font-size: 18px;
                        font-weight: 700;
                        text-align: center;
                        padding: 6px;
                        line-height: 22px;
                    }

                    .accordion-body {
                        border: 1px solid #DFDFDF;

                        .cn-orc-table-destaque {
                            margin-bottom: 0px;
                            font-weight: 600;

                            td {
                                padding: 12px 18px;

                                @media screen and (max-width: 767px) {
                                    padding: 8px 10px;

                                }
                            }
                        }
                    }
                }
            }
        }

        .cn-orc-lista-ordenada {
            display: flex;
            flex-direction: column;

            &.cn-orc-lista-ordenada--reversa {
                flex-direction: column-reverse;
            }
        }

        .cn-orc-lista-tramitacoes {
            dl {
                margin-top: 0px;
                margin-bottom: 0px;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 8px;
            }

            div[data-local="PLENARIO"] {
                dl {
                    border-left: 8px solid #2c509c;
                }
            }

            div[data-local="COMISSOES"] {
                dl {
                    border-left: 8px solid #01b0f1;
                }
            }

            div[data-local="OUTROS"] {
                dl {
                    border-left: 8px solid #bccfe7;
                }
            }
        }

        .cn-orc-tramitacao-escolha-casa {
            line-height: normal;
            font-size: 14px;
            box-sizing: border-box;

            >.btn {
                height: 34px;
                padding: 5px;
                margin: 5px 0;

                @media (max-width: 979px) {
                    font-size: 14px;
                    line-height: 14px;
                    width: auto;
                }
            }

            >.cn-orc-tramitacao-escolha-casa--label-checkbox {
                color: white;
                width: 120px;
                height: 34px;
                box-sizing: border-box;
                padding: 5px;
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                margin: 5px 0;

                &[data-cn-casa="PLENARIO"] {
                    background-color: #2c509c;
                }

                &[data-cn-casa="COMISSOES"] {
                    background-color: #01b0f1;
                }

                &[data-cn-casa="OUTROS"] {
                    background-color: #bccfe7;
                }

                input {
                    margin: 0;
                }

            }


        }

        .cn-orc-quadro-selecao-anos-loa {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;

            label {
                font-weight: 600;
                font-size: 18px;
                margin: 0 10px 0 0;
            }

            select {
                font-size: 16px;
                margin: 0;
                width: 100px;
                height: 40px;

                option {
                    font-size: 14px;
                }
            }
        }

        .cn-texto-materia {
            display: flex;
            flex-flow: row wrap;
            align-items: center;

            .cn-texto-materia--coluna-dados {
                min-width: 240px;
                width: 900px;

                @media (max-width: 1199px) {
                    width: 690px;
                }

                @media (max-width: 980px) {
                    width: 480px;
                }

                @media (max-width: 767px) {
                    width: 100%;
                }
            }

            .cn-texto-materia--coluna-link {
                text-align: center;
                width: 180px;

                @media (max-width: 767px) {
                    width: 100%;
                }
            }

            /* elemento link na lista de documentos */
            .cn-texto-materia--link {
                color: #ff7c26;
                font-size: 20px;
                line-height: 20px;

                .cn-texto-materia--link--label {
                    font-size: 14px;
                }
            }
        }

        ul.cn-orc-lista-informacoes-gerais {
            margin-top: 16px;
            margin-bottom: 16px;

            li {
                margin-bottom: 16px;
                font-size: 16px;
                font-weight: 600;
                line-height: 100%;
                color: #00aaff;
            }
        }

    }
}