﻿#empresas-frequentes .panel-body {
    padding: 10px 15px;
    background: #FFF;
}

    #empresas-frequentes .panel-body .logos div {
        text-align: center;
        margin: 0 5px;
    }

#empresas-frequentes .slick-list img {
    max-height: 40px;
    margin-bottom: 5px;
    padding: 2px !important;
}

#avaliacoes-empresas tr td.pas a {
    display: block;
}

#avaliacoes-empresas tr td img.icon-pas,
#superpas .lista-detalinho img.icon-pas {
    width: 35px;
}

#filtro-resultado table tr td img.icon-pas,
.tooltip img.icon-pas {
    width: 32px !important;
}

#filtro-resultado table tr td.pas {
    text-align: center;
    height: 50px;
}

    #filtro-resultado table tr td.pas a {
        display: block;
    }

ul#filtro-pastotal.multiselect-container > li > label > label > img {
    width: 52px;
}

ul#filtro-pastotal {
    min-width: 100px;
}

a.btn-temnobs img {
    display: inline;
    width: 16px;
}

#superpas #superpas-menu img {
    width: 45px;
}

#superpas #superpas-regra {
    display: none;
}

#superpas #superpas-menu .btn.detalinho {
    margin-top: 10px;
}

#superpas .lista-detalinho {
    display: none;
}

    #superpas .lista-detalinho table tr td div.empresas {
        height: 400px;
        overflow-x: auto;
    }

        #superpas .lista-detalinho table tr td div.empresas .empresa {
            height: 100px;
        }

    #superpas .lista-detalinho table tr td a.hide-row {
        display: none;
    }

    #superpas .lista-detalinho table tr td a.active {
        border: 2px solid #3c7ab7;
        font-size: 14px;
    }

#rapidinhas .bs-callout img {
    margin-right: 15px;
    width: 64px;
}

#row-main {
    display:none;
}

.btn.break-line {
    white-space: normal !important;
    word-break:break-word;
}

.btn-group > .btn-group:not(:first-child):not(:first-child) > .btn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.disclaimer-ativo-aberto {
    background-image: url(/mercado/images/bg-disclaimer-repeat.png);
    height: 95px;
    color: #e9f1f7;
    font-size: 16px;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 20px;
    cursor:pointer;
}

/*div.table-responsive {
    border: none !important;
    width: 100% !important;
    position:relative;
}*/

div.table-responsive.quadro-simples {
    overflow:auto;
    overflow-x: auto;
    max-height:400px;
}



.modal-full-screen .table-responsive {
    border: none !important;
    width: 100% !important;
    overflow: auto;
    position: relative;
    max-height: 87%;
}

/* sidebar collapse pagina especifica acoes */
@media (min-width: 992px) {
    .collapsed {
        display: block;
    }

    #sidebar-left.collapsed {
        margin-left: -25%; /* same width as sidebar */
        display: none;
    }

    #sidebar-right.collapsed {
        margin-right: -16%; /* same width as sidebar */
        display: none;
    }
}

.sidebar {
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

@media screen and (max-width: 990px) {
    #sidebar-left {
        background: #FFF;
        position: fixed !important;
        top: 0px !important;
        left: 0px;
        padding:20px 10px;
        z-index: 99999;
        overflow: auto;
        height: 100%;
        width: 280px;
        transition: all 700ms;
    }

    #sidebar-left.no-show {
        margin-left: -300px;
    }

    .sidebar-left-backdrop {
        position: fixed;
        z-index: 90000;
        background:rgba(0,0,0,0.5);
        width: 100%;
        height:100%;
        top:0px;
        left:0px;
    }

    #sidebar-left .menu-btn-close {
        margin-bottom: 30px;
        margin-right: 10px;
    }

    #sidebar-left .menu-btn-close i {
        padding: 5px;
        cursor: pointer;
    }
}

/* menu topo */
a.dropdown-item {
    display: block;
    padding: 5px;
    padding-left: 15px;
    text-decoration: none;
    color:#000;
}

a.dropdown-item:hover {
    background: #e9e9e9;
}

.list-group-item:hover {
    background: #fbf5f5;
}

.fa.fa-2 {
    font-size:2em;
}

.btn.margin-right {
    margin-right:5px;
}

.btn.margin-left {
    margin-left : 5px;
}

.informacao {
    display:none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(241, 240, 240, 0.5);
}

.input-group .btn-last {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.bastter-loading img {
    max-height:unset!important;
    width:100% !important;
}

.menu-mobile {
    z-index: 10 !important;
}

.top-menu {
    height:35px;
}

.badge.assine {
    padding-left: 20px;
}

.badge.assine img {
    width: 15px;
    position: absolute;
    margin-left: -20px;
    margin-top: -5px;
}

#tag .drop-content {
    z-index:1000 !important;
}

#tag .drop-content.back-left {
    margin-left: -50px;
}

.ativo-logo {
    max-width: 165px;
    height: 165px;
    background-color: #FFF;
    background-position: center;
    background-size: 100%;
    border-radius: 5px;
    background-repeat: no-repeat;
    position: relative;
}

.ativo-logo span.control-prev {
    position: absolute;
    margin-left: -40px;
    margin-top: 50px;
    font-size: 40px;
    cursor:pointer;
}

.ativo-logo span.control-next {
    position: absolute;
    right: -40px;
    margin-top: 50px;
    font-size: 40px;
    cursor:pointer;
}

.ativo-logo .tooltip-inner {
    width: 200px !important;
}

    .ativo-logo.topo {
        width: 100px;
        height: 100px;
    }

.ativo-apresentacao {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #FFF;
    background-color: #777;
    border-radius: 2px;
    width: 25px;
    text-align: center;
}

    .ativo-apresentacao:hover {
        color: #FFF;
    }

    #txt-anoipo {
        width: 60px;
        display: inline;
    }

span.edit-logo-placeholder a {
    bottom: 0px;
    position: absolute;
    border-radius: 5px;
}

@media screen and (max-width: 1078px) {
    .ativo-logo {
        max-width: 140px;
        max-height:140px;
    }

}

.ativo-logo.small {
    width:35px;
    height:35px;    
    background-size:100%;
}


/* tooltip*/
#btn-eventos-topo .tooltip-inner {
    min-width: 300px;
    text-align:left;
}

/* icons */
.far.disabled,
.fa.disabled,
.fab.disabled,
.fas.disabled{
    color: #CCC;
}

#btn-eventos-topo a {
    display: block;
}

.usuario-viavel-estudo .sim.active {
    background: #449d44;
    color: #FFF;
}

.usuario-viavel-estudo .nao.active,
.usuario-pimentinha .sim.active {
    background: #d9534f;
    color: #FFF;
}


.ativo-seguranca-socio-reduzido img,
#modo-pas .tooltip img {
    width: 38px;
}

p.ativo-seguranca-socio-reduzido {
    margin-top: 10px;
    margin-bottom: 10px;
}

p.ativo-seguranca-socio-reduzido h5 {
    font-size: 11px;
}

p.ativo-seguranca-socio-reduzido a {
    color: #555;
    text-decoration:none;
}

    /* TABS */
    .toggleDefaultSection {
        margin-right: 10px;
        cursor: pointer;
    }

/* MODO PAS*/
#modo-pas .rating {
    font-size: 12px;
}

#modo-pas .rating .ativo-rating-cachorros {
    display: inline;
    margin-bottom: 5px;
}

/* LISTAS */
.lista-logos-empresas .empresa,
.lista-logos-empresas .list-item,
.list.empresa .item {
    height: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* mural */
#btnNovoTopico.collapsed {
    display: inline;
}

#videos-list .row {
    padding: 10px 0;
}

#videos-list  .videoOpcoes .btn-xs {
    margin: 5px;
}

#videos .video-consultores-list .item .moldura {
    padding: 0px 15px;
    cursor:pointer;
}

.pop-video .bootbox-body {
    text-align: center;
}

/* releases */
#list .list-icon {
    margin-right:10px;
}

#list .list-icon.fa {
    font-size:2em;
}

#releases #list a.btn {
    margin-right: 5px;
}

#list .autor {
    color: #797979;
    font-size: 12px;
}



/* ri */
#ri #list .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

div.ri_mensagem {
    margin-bottom: 50px;
}

div#ri div.ri_pergunta {
    background-color: #f1f1f1;
    padding: 5px;
    width: 100%;
    padding: 15px 0px;
}

div#ri div.ri_resposta {
    background-color: #e6e6e6;
    padding: 5px;
    width: 100%;
    padding: 15px 0px;
}

#ri div.perfil {
    text-align: center;
}

#ri div.perfil .data {
    font-size:11px;
}

#ri .opcoes.row {
    background: #f1f1f1;
    padding: 10px;
    text-align: right;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#ri .comentarios {
    display: none;
}

#ri .comentarios .conteudo {
    text-align:left;
}

#ri .comentario {
    margin-top: 30px;
}

#txtRIPergunta,
#txtRIResposta {
    height: 100px;
}

/* rating */
table.rating-table {
    padding: 0;
    width:100%;
}

table.rating-table tr td {
    border: none;
    text-align: center;
}

table.rating-table tr td a {
    font-weight: bold;
}

table.rating-table tr td.pas a {
    display:block;
}

img.icon-pas {
    width:35px !important;
}

table.rating-table tr th {
    border-bottom: solid 1px #BDBCB6;
    font-size: 10px;
    text-align: center;
    height:30px;
}

table.rating-table tr td.rating-posicao {
    font-weight: bold;
    font-size: 15px;
}

table.rating-table tr td.cachorros img {
    width: 14px;
}

table.rating-table tr th.cachorros,
table.rating-table tr th.estrelas {
    width: 80px;
}

table.rating-table tr td.cachorros,
table.rating-table tr td.estrelas {
    font-size: 11px;
}

table.rating-table tr td img.rating-logo {
    max-width: 51px;
    max-height: 64px;
    background-color: #FFFFFF;
    padding: 2px;
}

table.rating-table tr td img.rating-assinante {
    width: 77px !important;
}

table.rating-table tr:hover td {
    background-color: #F2F5EB;
}

/* multiplos */
.multiplos-modelo,
.composicao-modelo {
    display: none;
}

.table-multiplos table {
    display: none;
}

.table-multiplos > thead:first-child > tr:first-child > th:first-child {
    border: 0px;
}

.table-multiplos thead tr,
.table-multiplos thead th,
.table-composicao thead tr,
.table-composicao thead th {
    text-align: center;
    border: none !important;
}

.table-scroll thead th {
    background: #f5f5f5;
    /* color: #fff; */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    text-align:center;
}

/* proventos */
#proventos-div-jcp-tab .itens {
    padding-top: 30px;
}

#proventos-div-jcp-tab span.disclaimercalc {
    background-color: #DCE8F6;
    margin: 10px 0px;
    padding-left: 20px;
    width: 90%;
}

#proventos-div-jcp-tab span.disclaimercalc span {
    background-color: #FFFFFF;
    padding-left: 5px;
    text-align: left;
}

#proventos-div-jcp-tab .proventos_opcao {
    display: block;
    font-weight: bold;
    text-align: left;
    margin: 20px 0px;
}

tr.calculo {
    background: #dce8f6 !important;
}

tr.calculo:hover {
    background: #b5ceea !important;
}

#proventos-div-jcp-tab .proventos-anual {
    display: none;
}

.table-conversao th:last-child {
    min-width:100px;
}

#proventos-div-jcp table th:last-child {
    min-width:109px;
}

/* evolucao */
#quadro-completo, #quadro-simples {
    display:none;
}

#quadro-divida,
#quadro-liquidez,
#quadro-fluxo,
#graficos-evolucao {
    margin-top: 50px;
}

.btn-group.quadro-admin-options button {
    height: 34px;
}

a.option, a.option:hover {
    color: #000;
    text-decoration: none;
    margin-right: 5px;
}

a.option {
    text-decoration: none;
}

.dropdown-menu .customize-columns {
    padding: 0px 30px;
}

.table-controls {
    height: 30px;
}

table.evanual.quadro {
    margin-bottom: 0px !important;
    position: relative;
}

table.evanual.small:before {
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 10px;
    box-shadow: 0 -11px 45px 60px #fff;
    height: 10px;
}

table.evanual tr.atual td {
    background-color: #c5ddff !important;
}

table.evanual tr.atual td:first-child {
    color:#333 !important;
}

.quadro thead th,
.quadro tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 12px !important;
    border: 0px !important;
}

.tooltip-quadro .tooltip-inner {
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 11px 8px 12px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 11px 8px 12px -8px rgba(0,0,0,0.75);
    box-shadow: 11px 8px 12px -8px rgba(0,0,0,0.75);
}

table.evanual.quadro > tbody > tr > td {
    border: 0px;
    padding:2px !important;
}

table.evanual.quadro .tooltip-inner .verde {
    color: #77933C;
}

table.evanual.quadro .tooltip-inner .vermelho {
    color: #a94442;
}


table.evanual.quadro th:first-child {
    background-color: #3D4851;
    font-weight: bold;
}

table.evanual.quadro thead tr:first-child th {
    position: sticky;
    top: 0px;
    background: #3d4851;
    color: #FFF;
    border: 0px;
    width: 100px;
    vertical-align: middle;
}

table.evanual.quadro thead tr:first-child th a {
   color: #FFF
}


table.evanual.quadro:not(.small) th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 3;
}

.quadro-simples table.evanual.quadro:not(.small) th:first-child {
    z-index: 3;
}

.btn.maximizar {
    padding:0px 12px;
}

table.evanual.quadro td:first-child {
    background-color: #3D4851;
    color: #FFF;
    font-weight: bold;
    text-align:left;
    padding:5px 10px !important;
    width: 100px;
}

table.evanual.quadro:not(.small) td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
}

table.evanual.quadro td:first-child a {
    color: #FFF;
    display:block;
}

table.evanual.quadro td:first-child {
    border-right: 1px solid #CCC;
}

.resultado-anual-container {
    padding-bottom: 50px;
}

.detalhes-container .row div {
    padding-bottom: 50px;
}

#chart-lucro-cotacao-pas {
    height: 300px;
}

@media screen and (max-width: 767px) {
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: normal;
    }

    .chart-lucro-cotacao-topico {
        top: 320px;
        width: 90% !important;
        left: 10% !important;
    }

    .chart-lucro-cotacao-topico h5 {
        text-align: center;
        font-size: 12px !important;
    }

    .tendencia-divida img {
        max-width:50px;
    }

    .proventos-usuario .col-md-2 {
        margin-right:0 !important;
    }
}

table.evanual.quadro .numero {
    display: block;
}

table.evanual.quadro .varperc.verde {
    color: #77933C;
}

table.evanual.quadro .varperc.vermelho {
    color: #F84040;
}

table.evanual.quadro .option {
    text-decoration: none;
}

#chartevolucao {
    background: url(/mercado/images/logo-resultadochart.png) no-repeat center center;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(255,255,255,0.7);
}

.chartWrapper{
    width: 100%;
    height: 80%;
}

canvas.marcadagua {
    background: url(/mercado/images/logo-resultadochart.png) no-repeat center center;
    background-size: 25%;
}

span.icon-bar-chart-hz-fa {
    background: url('/mercado/images/icon-bar-chart-hz-fa.png') no-repeat scroll left center transparent;
    padding: 1px 0 0 20px;
    text-decoration:none;
    color:#000;
}

.resumo {
    margin-top:0px;
}

.resumoanalises {
    margin-bottom: 30px;
}

#modal-comentarios .resumo {
    margin-top: 0px;
}

.resumo .disclaimer-wrapper {
    margin:30px 0px;
}

.resumo .disclaimer-vermelho {
    color: #a63a3a;
    font-weight: bold;
}

.resumo .disclaimer-verde {
    color: #60965a;
    font-weight: bold;
}

.resumo ul {
    margin-top: 5px;
}

.resumo li {
    font-size: 12px;
    padding: 5px 5px;
    cursor: pointer;
    text-align: left;
}

.resumo .item {
    min-height:230px;
    text-align: center;
}

.resumo .item .modal {
    text-align:left;
}

.resumo .item img {
    max-width: 80px;
}

.resumo .item h4 {
    margin: 0px;
}

.resumoanalises.resumo .item {
    min-height: 295px;
}

div.resumo span.var-up, div.resumo span.var-up-inv {
    color: #60965a;
    font-size: 20px;
    font-weight: bold;
}

div.resumo span.var-down, div.resumo span.var-down-inv {
    color: orangered;
    font-size: 20px;
    font-weight: bold;
}

.rapidinha-box, .comentario-box {
    margin: 20px 0px;
    min-height: 105px;
    background: #f3f3f3;
    padding: 10px;
}

.rapidinha-box img, .comentario-box img{
    margin-right: 20px;
    min-height: 105px;
    border-radius: 5px;
}

svg#svg-raio {
    fill: #fbec53;
    position: absolute;
    left: 10px;
    height: 30px;
}

.rapidinha-box .comentario,
.comentario-box .comentario {
    font-size: 14px;
}

.comentario-box .comentario img {
    max-width: 100%;
    display: block;
    height: auto;
    cursor:pointer;
}

/* TOPO SUBMENU*/
#topo-submenu {
    padding: 10px 0;
    position: sticky;
    top: 56px;
    z-index: 10;
    border-bottom: solid 1px #E9E9E9;
}

#btn-posicao-bs img {
    width:16px;
}

div.popover-bs {
    max-height:300px;
    overflow-x:auto;
}

/* carroussel menor */
#empresas-frequentes .panel-heading {
    padding: 5px 15px;    
}

#empresas-frequentes .panel-body {
    padding: 10px 15px;
    background: #FFF;
}

#empresas-frequentes .slick-list img {
    max-height:40px;
    margin-bottom: 5px;
    padding:2px !important;
}

h3.ativo-dados {
    margin-top:0 !important;
}

.ativo-seguranca-ipo-top .alert,
.ativo-seguranca-socio-top .alert,
.ativo-rolo-top .alert,
.ativo-divida-top .alert,
.ativo-lucro-consistente-top .alert,
.ativo-cachorros .alert {
    padding:7px 0 !important;
    min-height:70px;
}

.ativo-seguranca-ipo-top .alert img,
.ativo-seguranca-socio-top .alert img,
.ativo-rolo-top .alert img,
.ativo-divida-top .alert img,
.ativo-lucro-consistente-top .alert img,
.ativo-cachorros img {
    max-height: 45px;
    padding-top: 7px;
}

.ativo-cachorros .tooltip-inner { 
    width:300px; 
    max-width: 300px; 
}

/* TODO */
.toggle-sidebar-right {
    display: none;
}

.ativo-anos-ipo-reduzido a.btn.btn-xs {
    padding:0 2px;
}

.super-pas {
    display:none;
}

.pas-regra {
    font-size:15px;
}

/* SETOR , SUBSETOR e SEGMENTO */
.list.empresa {
    padding:10px;
}

/* STOCK */
span.dr-icon {
    padding: 10px;
    margin-right: 5px;
    background: #dfda4c;
    border-radius: 5px;
    font-weight: bold;
}

span.dual-icon {
    padding: 10px;
    margin-right: 5px;
    background: #c22e2e;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
}

a.ativo-calendario-icon {
    display: none;
    padding: 5px;
    margin-right: 5px;
    background: #f92121;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
}

a.ativo-calendario-icon img {
    width:17px;
}

span.dual-icon {
    padding: 10px;
    margin-right: 5px;
    background: #c22e2e;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
}

.stock-icons-topo {
    margin-top: 30px;
}


a.alert.anos-lucro-pas-on,
a.ipo-pas {
    cursor: pointer;
    text-decoration: none;
}

a.alert.anos-lucro-pas-on,
a.ipo-pas,
small.alert.anos-lucro-pas-on,
small.ipo-pas,
a.liquidity-pas,
small.vie-pas {
    margin: 0;
    margin-right: 5px;
    padding: 2px 7px;
}

a.anos-lucro-pas-on,
a.ipo-pas,
small.alert.anos-lucro-pas-on,
small.ipo-pas,
a.liquidity-pas,
small.vie-pas {
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    a.alert.anos-lucro-pas-on img,
    a.alert.ipo-pas img,
    small.alert.anos-lucro-pas-on,
    small.ipo-pas,
    a.liquidity-pas img,
    small.vie-pas img {
        width: 25px;
    }

    a.alert.anos-lucro-pas-on,
    a.alert.ipo-pas,
    small.alert.anos-lucro-pas-on,
    small.ipo-pas,
    a.liquidity-pas,
    small.vie-pas {
        margin-top: 5px;
    }
}

#ativo-atividade a#btn-atividade-edit {
    color: #333;
}

#ativo-atividade input,
#ativo-atividade a#btn-atividade-save,
#ativo-atividade a#btn-atividade-close {
    display: none;
}

@media(min-width:768px) {
    

    .timeline-editor .mce-toolbar .mce-btn-group > div {
        position: absolute;
        left: -195px !important;
    }

    .mural-btts .col-md-9 {
        padding-left: 0 !important;
    }

    .proventos-usuario .col-md-2 {
        width:16.3% !important;
    }

    .timeline-editor .mce-toolbar {
        margin-left: -35px !important;
        position: relative;
    }
}

#ativo-comentario-empresa {
    display:none;
}

.btn-add-bs {
    width: 100px;
}

.btn-add-bs .dropdown-menu {
    position: relative;
    left: -50px !important;
}

.top-menu .btn-selected-view img {
    width: 18px !important;
}

.chart-lucro-cotacao-logo {
    width: 40px;
    height: 40px;
}

@media (min-width: 768px) {
    .historico-rendimentos-ano .row .col-md-1,
    .proventos-usuario-historico .col-md-1 {
        width: 8.09%;
    }
}

@media (max-width: 768px) {
    .historico-rendimentos-ano .row .col-xs-2,
    .proventos-usuario-historico .col-xs-2 {
        width: 16%;
        margin-bottom: 2px;
        padding-left: 0;
        padding-right: 0;
    }

    .topico-badge-fiscal img {
        width:25px !important;
    }

    .ativo-fiscais .ativo-fiscais-fiscal {
        width: 20% !important;
        margin-bottom: 10px !important;
    }

    .mural-btts .col-md-9 .avatar-login {
        text-align: center !important;
    }
}

.historico-rendimentos-ano{
    display: flex;
    flex-direction: column;
}

.proventos-usuario-historico.proventos-usuario-en .col-md-1 {
    min-height: 53px;
}

.historico-rendimentos-ano .row .col-md-1:last-child,
.proventos-usuario-historico .col-md-1:last-child {
    margin-right: 0 !important;
}

.historico-rendimentos-ano .row .col-md-1.bg-success,
.proventos-usuario-historico .col-md-1.bg-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.historico-rendimentos-ano .row .col-md-1.bg-success a,
.proventos-usuario-historico .col-md-1.bg-success,
.proventos-usuario-historico .col-md-1.bg-success i {
    color: #FFF !important;
}

.proventos-usuario-historico .col-md-1.bg-success {
    padding-left: 0;
    padding-right: 0;
}

.historico-rendimentos-ano .row .col-md-1 i,
.proventos-usuario-historico .col-md-1 i {
    color: #555;
}

.tooltip.in hr {
    margin:2px 0 !important;
}

.ativo-comentario-aleatorio .login {
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
}

.ativo-comentario-aleatorio .avatar {
    cursor:default;
}

.ativo-comentario-aleatorio .speech-bubble-left {
    margin-right: 0 !important;
    background-color: #fff !important;
}

.ativo-comentario-aleatorio .speech-bubble-left:after {
    border-right-color: #fff !important;
    top: 30% !important;
}

.ativo-comentario-aleatorio .speech-bubble-left .read-more a {
    font-weight:bold;
}

.ativo-comentario-aleatorio .speech-bubble-left .texto {
    min-height: 30px;
    line-height: 21px;
}

.ativo-comentario-aleatorio .speech-bubble-left .nota {
    margin-left:2px;
}

@media screen and (max-width: 767px) {
    .ativo-comentario-aleatorio .speech-bubble-left:after {
        top: 35% !important;
    }
}

.grafico-variacaoCotacao table th,
.historico-rentabilidade table th {
    text-align: center;
}

.grafico-variacaoCotacao table th input,
.historico-rentabilidade table th input {
    width: 110px;
    display: inline-block;
}

.grafico-variacaoCotacao table td.verde,
.historico-rentabilidade table td.verde {
    color: #77933C;
}

.grafico-variacaoCotacao table td.vermelho,
.historico-rentabilidade table td.vermelho {
    color: #F84040;
}

.comentario  .topico-badge-fiscal {
    position: absolute;
    top: 35px;
    left: 60px;
}

.topico-badge-fiscal {
    position: absolute;
    top: 30px;
    left: 40px;
}

.topico-badge-fiscal img {
    width: 35px;
}

.chart-lucro-cotacao-topico {
    position: absolute;
    padding-top: 5px;
    padding-left:5px;
    left: 85px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #ccc;
    width: 35%;
    z-index:9999;
}

.chart-lucro-cotacao-topico h5 {
    margin-bottom:5px;
    margin-top:5px;
}

.chart-lucro-cotacao-topico .avatar {
    width:35px;
    height:35px;
}

.chart-lucro-cotacao-topico .btn-close,
.chart-lucro-cotacao-topico .btn-close-d {
    float: right;
    padding-right: 10px;
    color: #333;
    width: 20px;
    height: 16px;
    display: inline-block !important;
}

.chart-lucro-cotacao-topico .btn-close .fa {
    display: none;
}

.chart-lucro-cotacao-topico.container-fixo .btn-close .fa {
    display: inline-block !important;
}

.mural-btts .row ul {
    padding-left: 0;
    list-style: none;
}

.mural-btts .row ul li a {
    line-height:20px;
}


.mural-btts .avatar {
    width: 35px;
    height: 35px;
}

.mural-btts ul li a {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mural-btts .slick-prev.slick-arrow {
    left: -10px !important;
}

.mural-btts .slick-next.slick-arrow {
    right: -10px !important;
}

.tendencia-divida {
    font-size: 16px;
    position: absolute;
    float: right;
    padding: 5px;
    border-radius: 5px;
    right: 20px;
    top: 50px;
}

.proventos-usuario-en .col-md-2 {
    min-height: 53px;
}

.proventos-usuario .col-md-2.bg-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.header-resultado12m-texto img {
    width: 100%;
    height: 100%;
}

.ativo-alerta-opa,
.ativo-alerta-possivelopa {
    position: fixed;
    right: 0;
    background-color: #c00000;
    color: #FFF;
    bottom: 0;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.2em;
    z-index: 9999;
    box-shadow: #ccc 1px 1px 4px;
}

.ativo-alerta-possivelopa {
    background-color: #ffc107;
    color: #333;
}

.opa-modal .modal-dialog,
.possivelopa-modal .modal-dialog {
    margin: 70px auto !important;
}

.disclaimer-mural-desativado {
    position: fixed;
    top: 0px;
    left: -10px;
    z-index: 999;
    width: 100vw;
}

.disclaimer-mural-desativado h2 {
    margin-top: 0;
    margin-bottom: 0;
}