@import 'libs/bootstrap.css';
@import 'custom-dataTables.css';
@import 'custom-bootstrap.css';
@import 'custom-b3-ds.css';
@import 'custom-modal.css';
@import 'header.css';
@import 'index.css';

/* Estilos dos botões */
button:disabled {
    cursor: not-allowed;
}

a.a-disabled {
    cursor: not-allowed !important;
    color: #cccccc !important;
}

    a.a-disabled:hover {
        color: #cccccc !important;
    }

.text-link {
    color: #0063de;
}

/* Classes customizadas */
.cursor-disabled {
    cursor: not-allowed;
}

.card-disabled {
    pointer-events: none !important;
    color: #cccccc !important;
}

/* Agrupamento de quadros */
.b3__form-group {
    border: 1px solid #666E7A;
    position: relative;
    padding: 15px;
}

.b3__form-group--label {
    position: absolute;
    background: #ffffff;
    color: #666E7A;
    font-size: 12px;
    top: -10px;
    left: 15px;
    padding: 0 5px;
    margin-bottom: 0;
}

/* Card Menu/Pendências- Plano de contas */
.b3__link-menu {
    position: relative;
}

    .b3__link-menu a {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        color: #333333;
        line-height: 18px;
        align-items: center;
        transition: all .4s;
        background-color: #f7f7f7;
        border-left: 2px solid #00B0E6;
        text-transform: uppercase;
        padding: 0 25px 0 15px;
        margin-bottom: 30px;
        max-height: 100%;
        height: 110px;
    }

        .b3__link-menu a:hover {
            background-color: #66D0F0;
            color: #ffffff;
        }

            .b3__link-menu a:hover label, .b3__link-menu a:hover i {
                color: #ffffff !important;
            }

        .b3__link-menu a span {
            position: absolute;
            font-size: 22px;
            right: 15px;
        }

        .b3__link-menu a:hover .b3__form-info p {
            color: #ffffff;
        }

        .b3__link-menu a p {
            line-height: 18px;
        }

        .b3__link-menu a label {
            line-height: 10px;
            margin-bottom: 0;
            font-size: 8px;
        }

    .b3__link-menu span.b3__ico--keyboard_arrow_right {
        top: 45px;
    }

.b3__form-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .b3__form-info i {
        margin-top: -5px;
    }

.b3__form-info-modal i {
    cursor: pointer;
    padding-right: 5px;
    position: relative;
    top: -1px;
}

    .b3__form-info-modal i.b3__ico--add_circle_outline {
        top: 1px;
    }

.b3__form-status span {
    font-size: 20px !important;
}

.b3__form-status p {
    text-transform: initial;
    letter-spacing: 0;
    margin-left: 5px;
    margin-top: 3px;
    color: #40444d;
    font-weight: 400;
    font-size: 12px;
}

.b3__form-info p {
    text-transform: initial;
    letter-spacing: 0;
    /* margin-left: 5px; */
    color: #c1c1c1;
    font-weight: 400;
    font-size: 12px;
}

/* Formulário e Tabelas */
.mgb-3 {
    margin-bottom: 30px;
}

.mgt-1n {
    margin-top: -10px;
}

.mgt-15n{
    margin-top: -15px;
}

textarea {
    height: 90px !important;
}

    textarea.h-300 {
        height: 300px !important;
    }

.b3__form-control label.lbl-position, .b3__form-file label.lbl-position {
    top: 10%;
}

.b3__form-control label.lbl-position-15, .b3__form-file label.lbl-position-15 {
    top: 15%;
}

.b3__action-table {
    letter-spacing: 6px !important;
    font-size: 20px;
}

.b3__subtitle-divider h3 {
    font-size: 14px;
    color: #666E7A;
    text-transform: uppercase;
}

.b3__subtitle-divider hr {
    border-color: #e3e5e7;
    margin: 5px 0 10px;
}

.no-shadow {
    box-shadow: none;
    border: 1px solid #c5c5c5;
}

.b3__footer-table {
    background-color: #f6f6f7 !important;
}

    .b3__footer-table th, .b3__footer-table td {
        color: #000000 !important;
        font-weight: 600;
    }

.b3__btn-append {
    border: none;
    background: none;
    margin-left: 5px;
}

span.b3__ico--lock, span.b3__ico--lock_open {
    font-size: 20px;
}

.b3__btn-append span.b3__ico--add_circle_outline, .b3__btn-append span.b3__ico--remove_circle_outline {
    font-size: 24px;
}

.table-height {
    height: 360px;
    max-height: 100%;
    overflow-y: auto;
}

.b3__table-info {
    display: flex;
    justify-content: space-between;
}

.b3__table-info-text {
    display: flex;
    align-items: center;
}

.b3__table-historic tbody td {
    line-height: 0.45rem !important;
}

.b3__table-historic thead th {
    border-top: none !important;
}

    .b3__table-info-text p {
        font-size: 12px;
    }

    .b3__table-info-text span {
        font-size: 18px !important;
        padding-right: 5px;
        position: relative;
        top: -2px;
    }

.b3__ico-blue {
    color: #002C63;
}

.b3__ico-gray {
    color: #C2C3C5;
}

/* Tabelas com linhas com alteração de tamanho */
.table-fixed tbody td {
    padding: 0.2rem 1rem !important;
    line-height: 1rem !important;
}

.table-fixed tbody .input-group, .table-fixed tbody .input-group input, .table-fixed tbody input {
    height: 35px;
}

.table-fixed .input-group {
    width: 170px;
    max-width: 100%;
}

/* Colunas fixas na tabela de plano de contas */
.table-fixed thead tr th {
    padding: 10px !important;
    line-height: 16px !important;
    box-shadow: 0px 1px 0px 0px #f7f7f7, 1px 0px 0px 0px #f7f7f7;
    background-color: #E3E5E7 !important;
    border-top: none !important;
    position: sticky;
    z-index: 1;
    top: -1px;
}

.table-fixed tbody tr td:first-child {
    padding: 15px !important;
}

.table-fixed tbody tr td:nth-child(1), .table-fixed tbody tr td:nth-child(2), .table-fixed tbody tr td:nth-child(3) {
    box-shadow: 0px 1px 0px 0px #e3e5e7, 1px 0px 0px 0px #e3e5e7;
    border-collapse: collapse;
    background-color: inherit;
    position: sticky;
    z-index: 3;
}

.table-fixed thead tr th:nth-child(1), .table-fixed thead tr th:nth-child(2), .table-fixed thead tr th:nth-child(3) {
    box-shadow: 0px 1px 0px 0px #f7f7f7, 1px 0px 0px 0px #f7f7f7;
    background-color: #E3E5E7 !important;
    position: sticky;
    z-index: 3 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-fixed thead tr th:nth-child(1), .table-fixed tbody tr td:nth-child(1) {
    left: 0;
    z-index: 2;
}

.table-fixed thead tr th:nth-child(2), .table-fixed tbody tr td:nth-child(2) {
    left: 50px;
    z-index: 2;
}

.table-fixed thead tr th:nth-child(3), .table-fixed tbody tr td:nth-child(3) {
    left: 190px;
    z-index: 2;
}

.table-fixed .b3__form-control {
    z-index: 0
}

.table-fixed thead tr th {
    vertical-align: middle;
}

.table-fixed .b3__form-control input {
    padding: .6rem .8rem;
}

    .table-fixed .b3__form-control input::placeholder {
        color: #666e7a !important;
    }

/* Background no input e borda para melhorar a visualização de campos editáveis - plano de contas */
.table-fixed tbody tr td .b3__form-control {
    border: 1px solid #e3e5e7;
}

    .table-fixed tbody tr td .b3__form-control input {
        border-bottom: none !important;
    }

.table-fixed tbody tr td input {
    background: #ffffff;
}

/* Padronização de fonte e input com transparência para alinhar texto de "Descrição da conta" */
.table-fixed tbody tr td input {
    font-size: .9rem;
}

.table-fixed .form-control-custom {
    border: none !important;
    background: transparent !important;
}

    .table-fixed .form-control-custom input {
        background: transparent !important;
        padding: .6rem 0rem !important;
        color: #666e7a !important;
    }

        .table-fixed .form-control-custom input:disabled {
            cursor: default !important;
        }

/* Status de arquivos anexados e justificativas */
/* display flex para o rotated do ícone funcionar e ajustes no alinhamento do ícone... */
.b3__file-status, .b3__justify-status {
    display: flex;
    position: relative;
}

    .b3__file-status span, .b3__justify-status span {
        cursor: pointer;
        font-size: 18px;
        line-height: 1rem;
        position: absolute;
        top: 2px;
        left: -5px;
    }

    .b3__file-status p, .b3__justify-status p {
        margin-left: 20px;
    }

/* Espaçamento entre ícone e palavra no botão estilo clear */
.btn-link-with-icon {
    padding: .8rem 3.2rem !important;
}

/* Loading */
.b3__loading-custom {
    background-color: rgba(0, 44, 99, .2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1040;
    display: flex;
    transition: .5s linear;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .b3__loading-custom span {
        font-size: 20px;
    }

    .b3__loading-custom .b3__loading-inline:before {
        width: 2.6rem;
        height: 2.6rem;
        margin-top: -1.8rem;
        margin-left: -1.5rem
    }

    .b3__loading-custom p {
        font-size: 18px;
        color: #002C63;
    }

/* .bg-loading{
    width: 100%;
    padding: 30px 0 15px;
    min-width: 300px;
    height: auto;
    min-height: 100px;
    background: rgba(255, 255, 255, .9);
    position: fixed;
    display: flex;
    transition: .5s linear;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 999999999 !important;
    left: 0;
} */

/* Agrupamento de checkbox para gerar relatório */
.b3__check-group {
    background: #f7f7f7;
    border-radius: 5px;
    max-height: 100%;
    height: 360px;
    overflow: auto;
    padding: 15px;
}

    .b3__check-group .form-check-input {
        margin-top: 0.8rem;
        margin-left: 1rem;
    }

    .b3__check-group li {
        list-style: none;
    }

.btn-expanded-ul {
    width: 2rem !important;
    height: 2rem !important;
    margin-bottom: 0 !important;
}

.ml-li {
    margin-left: 33px;
}

/* Badge de documento editado por outro usuário */
.badge-flag {
    position: relative;
}

    .badge-flag span {
        position: absolute;
        right: 10px;
        top: -45px;
    }

        .badge-flag span.badge-info-flag, .badge-flag-modal span.badge-info-flag {
            text-transform: initial !important;
            letter-spacing: 0;
            background: none;
            color: #b1b1b1;
            font-weight: 100;
            font-size: 12px;
            border: none;
        }

.badge-flag-modal {
    opacity: 0;
    text-align: center;
    transition: ease-in .4s;
    margin-bottom: -15px;
    margin-top: 15px;
}

    .badge-flag-modal span.badge-info-flag {
        border: 1px solid !important;
        border-radius: 5px;
        padding: 0 10px;
        height: 22px;
    }

.opacity-1 {
    opacity: 1;
}

/* Rascunho de uma versão salva no computador */
.draft-info {
    border-radius: 5px;
    padding: 0 15px;
}

    .draft-info span {
        padding-right: 5px;
        position: relative;
        top: -1px;
    }

/* Rotação no ícone de validação de erro (ícone de adicionar) - ícone de "X" sem borda no design system */
/* .rotated{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} */

.table-fixed .b3__btn-append .b3__ico--add_circle_outline:before {
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.b3__ico--add_circle_outline:before {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

/* para ícone que adiciona dados na grid */
.no-rotated:before {
    -ms-transform: rotate(0deg) !important; /* IE 9 */
    -webkit-transform: rotate(0deg) !important; /* Chrome, Safari, Opera */
    transform: rotate(0deg) !important;
}

/* Validação com mensagens mais longas - propriedade para melhorar a usabilidade */
.small-message, .small-message-2 {
    cursor: pointer;
    position: relative;
}

.small-message span{
    font-size: 16px;
    padding-left: 5px;
    position: absolute;
    top: -6px;
}

/* .small-message-2 span{
    font-size: 16px;
    padding-left: 5px;
    position: absolute;
    top: -2px;
}

.small-message-2.left-position{
    left: -25px;
} */

.span-message {
    cursor: pointer;
    color: #CC4400;
    position: relative;
    font-size: 18px;
    left: 5px;
    top: -1px;
}

.opacity-50{
    opacity: 50%;
}

/* Ajuste na altura do alinhamento da label de periodos por causa do ícone de validação */
.b3__label-periodos {
    line-height: 20px;
}

#table-composicaoCapital .table tbody th {
    border-bottom: none;
}

.b3__tipo-empresa {
    color: #c1c1c1;
}

/* Avaliação/Feedback */
.feedback-box {
    background-color: #e2e3e5;
    border: 1px solid #d6d8db;
    border-radius: 5px;
    color: #383d41;
    padding: 15px;
}

    .feedback-box span {
        font-size: 44px;
        position: absolute;
        top: -14px;
    }

    .feedback-box p {
        margin-left: 55px;
        line-height: 18px;
    }

#modalAvaliacaoITR .modal-body p {
    font-size: 18px;
}

.rating {
    margin-bottom: 25px;
    margin-top: -10px;
    display: flex;
    justify-content: center;
}

    .rating i {
        font-size: 50px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        margin: 0 5px;
    }

        .rating i.b3__ico--star_border {
            color: #c1c1c1;
        }

        .rating i.b3__ico--star {
            color: #FFD862;
        }

        .rating i span {
            font-style: initial;
            color: #40444d;
            font-size: 12px;
            margin-top: -15px;
        }

/* Status da conexão */
.b3__connection-status {
    background: #CCD4E0;
    color: #444444;
}

    .b3__connection-status span.b3__ico {
        position: relative;
        top: -1px;
    }

    .b3__connection-status .on-off {
        border: none;
        padding: 2px 10px;
    }

.div-fixed {
    animation: animaDiv .6s ease-in-out;
    -webkit-animation: animaDiv .6s ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
}

@keyframes animaDiv {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 1;
    }
}

.arrow-tutorial {
    display: none;
    position: absolute;
    font-size: 50px;
    left: -50px;
    top: -5px;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.text-processing {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/* FAQ - Central de Ajuda e Vídeos Tutoriais */
.accordion-faq h6 {
    font-size: 18px;
}

.accordion-faq .card-header h2 button {
    white-space: initial !important;
    line-height: 18px !important;
}

.accordion-faq .grid-video-container, .accordion-videosTutoriais .grid-video-container {
    display: grid;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-template-columns: auto auto;
    padding: 10px 0;
}

.accordion-videosTutoriais .grid-video-container{
    grid-template-columns: auto auto auto;
}

    .accordion-faq .grid-video-container .grid-item a, .accordion-videosTutoriais .grid-video-container .grid-item a {
        padding: .8rem 1rem .8rem 2.4rem !important
    }

        .accordion-faq .grid-video-container .grid-item a.break-word {
            white-space: initial;
            line-height: 1.2rem;
            text-align: left;
            height: 3.8rem;
        }


    .accordion-faq .grid-video-container .grid-item .btn[class*=b3__btn-with-icon--left] [class^=b3__ico], .accordion-videosTutoriais .grid-video-container .grid-item .btn[class*=b3__btn-with-icon--left] [class^=b3__ico]  {
        left: .3rem;
    }

.b3__faq-contact {
    margin: 30px 0 15px;
}

    .b3__faq-contact h5, .b3__faq-contact p {
        width: 350px;
    }

    .b3__faq-contact p {
        margin: 10px 0 25px;
    }

/* Footer */
footer {
    padding: 15px 30px;
    border-top: none;
}

    footer .b3__footer-page {
        padding: 0;
        margin: 0;
    }

.b3__footer {
    padding: 10px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

    .b3__footer span, .b3__footer-page span {
        position: absolute;
        font-size: 38px;
        top: -13px;
    }

    .b3__footer h2, .b3__footer-page h2 {
        font-size: 16px;
        margin-left: 45px;
    }

    .b3__footer p, .b3__footer-page p {
        font-size: 14px;
        margin-left: 45px;
    }

    .b3__footer .btn-link{
        color: #ffffff !important;
    }

/* Customização de alertas */
.alert-primary span {
    font-size: 1.5rem;
    color: #ffd862 !important;
    padding-right: 5px;
}

.alert-danger span {
    font-size: 1.5rem;
    color: #fa7c4a !important;
    padding-right: 5px;
}

.alert-danger::before {
    content: none !important;
}

/* Status da sessão */
.b3__section-status p {
    text-transform: uppercase;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    padding: 0 15px;
}

    .b3__section-status p.active-status {
        background: #08CE79;
    }

    .b3__section-status p.expired-status {
        background: #DC3545;
    }

    .b3__section-status p span {
        font-size: 16px;
        padding-right: 5px;
    }

/* Modal de Sessão Expirada */
.b3__modal-expired-section {
    margin-top: -20px;
}

    .b3__modal-expired-section h5 {
        line-height: 125%;
        font-weight: 300;
        font-size: 45px;
    }

    .b3__modal-expired-section .input-group {
        border-radius: 0 !important;
    }

        .b3__modal-expired-section .input-group input, .b3__modal-expired-section .btn-input-group {
            border-bottom: 1px solid #00b0e6 !important;
        }

    .b3__modal-expired-section .btn-input-group {
        background: transparent;
        border: none;
    }

        .b3__modal-expired-section .btn-input-group:focus {
            outline: none;
        }

        .b3__modal-expired-section .btn-input-group:hover span {
            color: #00b0e6;
        }

    .b3__modal-expired-section .form-group {
        width: 378px;
        max-width: 100%;
        margin: 0 auto;
    }

/* Modal de Envio de Arquivo em lote */
.b3__ul-files {
    list-style: none;
}

    .b3__ul-files li button {
        padding: 0 !important;
        height: 2.4rem !important;
    }

        .b3__ul-files li button:hover {
            background: transparent !important;
        }

        .b3__ul-files li button:focus, .b3__ul-files li button:active {
            background: transparent !important;
            border-radius: none !important;
            box-shadow: none !important;
            border: none !important;
        }

    .b3__ul-files span.b3__ico--add {
        font-size: 20px;
    }

.b3__link-file a.position-absolute {
    right: 0;
    top: -5px;
    font-size: 20px;
}

/* Customização card Upload de Arquivos FRE */
.b3__form-fre .upload-pdfs {
    border-left: none;
    border: 1px dashed;
}

    .b3__form-fre .upload-pdfs .b3__form-info div {
        color: #0063de;
        font-weight: 700;
        font-size: 12px;
        text-align: right;
        margin-top: -20px;
        margin-right: -12px;
    }

        .b3__form-fre .upload-pdfs .b3__form-info div span {
            position: initial;
        }

    .b3__form-fre .upload-pdfs span.material-icons {
        top: 10px;
        font-size: 30px;
        opacity: .4;
    }

.b3__new-accordion .accordion {
    margin-bottom: 30px;
}

.b3__new-accordion h2 .btn-link {
    background: #f7f7f7;
    border: none !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
    color: #333333 !important;
    line-height: 18px !important;
    height: 110px !important;
    padding: 0 25px 0 15px !important;
    border-left: 2px solid #00B0E6 !important;
}

.b3__new-accordion h2 .btn-link span{
    position: absolute;
    font-size: 22px;
    right: 15px;
    top: 45px;
}

.b3__new-accordion .accordion .card-header .btn:before, .b3__new-accordion .accordion .card-header .btn:after {
    content: none !important;
}

/*Efeitos  tabela Posição Acionária 6.1*/
/* .collapse-card {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    color: #777;
    cursor: pointer;
    padding: 1rem;
    transition: all 0.4s ease 0s;
}

    .collapse-card .title {
        font-size: 1rem;
        line-height: 1.8rem;
        background-color: #DDD;
    }

        .collapse-card .title::before, .collapse-card .title::after {
            content: " ";
            display: table;
        }

        .collapse-card .title::after {
            clear: both;
        }

        .collapse-card .title i {
            float: left;
        }

        .collapse-card .title span {
            float: right;
            margin-left: 1rem;
        }

        .collapse-card .title strong {
            display: block;
            margin-left: 4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .collapse-card .title strong::after {
                color: #404040;
                font-family: "FontAwesome";
                font-size: 1rem;
                line-height: 1.49rem;
                padding-left: 0.4rem;
            }

    .collapse-card .body {
        display: none;
        padding: 1rem;
    }

    .collapse-card * {
        box-sizing: border-box;
    }

    .collapse-card.active {
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin: 1rem -1rem;
        z-index: 200;
    }

        .collapse-card.active:hover .title strong::after {
            content: "Click to Reduce";
        }

    .collapse-card:hover .title strong::after {
        content: "Click Me to expand";
    } */


/*6.1 POSIÇÃO ACIONÁRIA*/
#collapsePA {
    border: 1px solid rgba(102,110,122,.18);
    border-bottom: none;
    min-width: 100px;
    min-width: 500px;
    padding: 15px;
}

/* UL de Empresas - Posição acionária */
.ul-posicaoAcionaria {
    list-style-type: none;
    padding-right: 15px !important;
    margin: 0;
    padding: 0;
}

.ul-posicaoAcionaria ul{
    list-style-type: none;
}

.ul-posicaoAcionaria li a.b3__action-icon{
    font-size: 18px;
    position: relative;
    top: -2px;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}

.nested {
    display: none;
}

.active {
    display: block;
}

/* Sidebar/conteúdo */
.nav-tab-posicaoAcionaria .nav-link{
    font-size: 11px !important;
    padding: 0.6rem 1rem !important;
}

#main {
    box-shadow: 0 4px 4px 0 #c5c5c5;
    margin-left: 350px;
    height: 500px;
}

#main .main-tab{
    max-height: 440px;
    overflow: auto;
}

#sidebar {
    width: 350px;
    float: left;
    height: 500px;
}
#split-bar {
    /* background-color:#f7f7f7; */
    height: 100%;
    float: right;
    width: 2px;
    cursor: col-resize;
}

/* Organograma */
.container-tree {
    /* max-width: 2500px;
    width: 2500px; */
    /* display: flex;
    justify-content: center;
    max-width: 95vw;
    width: 95vw; */
    max-width: max-content;
    /* margin-left: -170px; */
    height: 400px;
    /* rotacionar organograma */
    transform: rotate(180deg);
    overflow: auto;
}


.container-tree .tree{
    width: max-content;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    text-transform: uppercase;
}

.tree li a{
    cursor: pointer;
    /* rotacionar texto */
    transform: rotate(180deg);
}

/*We will use ::before and ::after to draw the connectors*/
.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
    padding-top: 0;
    /* rotacionar organograma */
    /* transform: rotate(180deg); */
}

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover,
.tree li a:hover+ul li a {
    background: #c8e4f8;
    color: #000;
    border: 1px solid #94a0b4;
}

.container-table > table, .container-table table div.collapse table{
    display: table !important;
    width: 100% !important;
}

.ico-section-info{
    font-size: 20px;
    line-height: 14px;
    position:relative;
    top: 0;
}

/* Estilo do formulário estruturado com mais de uma grid */
/* .grid-secondary{
    border: 1px solid #e3e5e7;
    border-radius: 5px;
    padding: 30px 0;
    margin: 0 15px;
} */

.grid-icons-nowrap{
    white-space: nowrap !important;
}

/* garantir que todos os ícones de ação na tabela não quebrem */
table.b3__datagrid tbody tr td:last-child{
    white-space: nowrap !important;
}

.info-edit-modal h6{
    text-transform: uppercase;
    font-weight: bold;
    color: #002C63;
}

.info-edit-modal p{
    color: #002C63;
}

.b3__text-rules p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

/* estilo tabelas dos quadros 7.1 e 10.1 */
.table-custom thead tr th, .table-custom tbody tr td {
    padding: 0.8rem !important;
    border-top: none;
}

.table-custom thead tr:first-child th{ 
    border: 1px solid #e3e5e7 !important;
}

.table-custom tbody .input-group, .table-custom tbody .input-group input, .table-custom tbody input {
    height: 35px;
}

/* Background no input e borda para melhorar a visualização de campos editáveis */
.table-custom tbody tr td .b3__form-control {
    border: 1px solid #e3e5e7;
}

    .table-custom tbody tr td .b3__form-control input {
        border-bottom: none !important;
    }

.table-custom tbody tr td input {
    background: #ffffff;
}

.table-custom .b3__form-info-modal i.b3__ico--add_circle_outline, .table-custom .b3__form-info-modal i.b3__ico--help_outline {
    top: 0;
}

/* .tooltip-inner{
    min-width: 350px;
} */

.badge-error{
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.subtitle-table{
    text-align: right;
    font-size: 75%;
}

.b3__form-block{
    cursor: not-allowed;
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.b3__form-block div{
    flex-direction: column;
}

.b3__form-block div span{
    font-size: 42px;
}

.b3__form-block div p{
    margin-top: -15px;
}

.b3__table-historic tbody td{
    line-height: 0.45rem !important;
}

.b3__table-historic thead th{
    border-top: none !important;
}

.text-underline, .text-underline:hover{
    text-decoration: underline;
}

.b3__pendencias-area{
    height: 100%;
    overflow: auto;
    min-height: 100px;
    max-height: 250px;
    margin-bottom: 15px;
}
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

    .b3__form-block div {
        flex-direction: column;
    }



        .b3__form-block div span {
            font-size: 42px;
        }



        .b3__form-block div p {
            margin-top: -15px;
        }
}


/* Orientações dos campos CVM */

.input-icon {
    font-size: 28px;
    cursor: pointer;
    right: 10px;
    top: 0;
}

.input-txt-icon {
    right: 25px !important;
}

.txt-tooltip {
    color: #0063de;
    cursor: pointer;
}

.txt-tooltip:hover {
   color: #004192;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-14 {
    line-height: 14px;
}

.expand-icon {
    margin: -10px 20px 0px 0px;
    align-items: center;
    line-height: 1.6rem;
    opacity: 0.6;
    cursor: pointer;
}

    .expand-icon:hover {
        opacity: 4;
        transition: opacity 0.5s ease;
    }

.bi-arrows-angle-expand {
    fill: #666e7a !important;
    width: 16px;
    height: 14px;
}

.bi-arrows-angle-contract path {
    fill: #666e7a !important;
    width: 18px;
    height: 14px;
}

.is-expand {
    max-width: 100%;
}

.height-expand-1366 {
    height: 390px !important;
}

.btn-edit {
    background-color: #005BA1 !important;
    border-color: #005BA1 !important;
    color: #fff !important;
}


    .btn-edit:hover:not(:disabled):not(.disabled), .btn-edit:hover:not(:disabled):not(.disabled) {
        background: #aee6ff radial-gradient(circle,transparent 1%,#d1f0ff 1%) center/15000% !important;
        color: #002c63 !important;
    }

.btn-delete {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}


    .btn-delete:hover:not(:disabled):not(.disabled), .btn-delete:hover:not(:disabled):not(.disabled) {
        background: #FFBBBB radial-gradient(circle,transparent 1%,#d1f0ff 1%) center/15000% !important;
        color: #002c63 !important;
    }
}


.flex-end {
    display: flex;
    justify-content: end;
}

.textarea-large-obj-contrato {
    font-size: 28px;
    position: absolute;
    right: 50px;
    top: 0px;
}