.lista-posicao .linha .header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 80px;
    height: 80px;
    border-radius: 2px;
    background-color: #E8EAF0;
    border: 1px solid #E8EAF0;
    border-left: 10px solid #E8EAF0;
    transition: all 0.4s ease-out;
}

.lista-posicao .linha .header:hover {
    cursor: pointer;
}

.lista-posicao .linha .header .coluna-direita {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.lista-posicao .linha.opened .header {
    border: 1px solid #05506E;
    transition: all 0.4s ease-out;
    border-radius: 10px 2px 2px 2px;
    border-left: 10px solid #05506E;
}

.lista-posicao .linha .header .grafico-titulo {
    width: 100%;
    display: flex;
}

.lista-posicao .linha .header .grafico-titulo .titulo span {
    color: #012837;
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.lista-posicao .linha .header .valor {
    color: #012837;
    font-weight: 700;
    font-size: 1.125rem;
}

.lista-posicao .linha .header .pl {
    font-size: 0.875rem;
    color: #012837;
    font-weight: 400;
}

.lista-posicao .linha .header .chevron-div i {
    color: #0D86A6;
    font-size: 1.25rem;
    font-weight: 900;
    transition: all 0.4s ease-out;
}

.lista-posicao .linha.opened .header .chevron-div i {
    color: #012837;
    transform: rotate(180deg);
    transition: all 0.4s ease-out;
}

.lista-posicao .linha .body table.tabela-base thead th {
    padding: 0.7rem 0.6rem;
    color: #012837;
    font-size: 0.9rem;
}

.lista-posicao .linha .sub-linha .sub-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    height: 45px;
    line-height: 45px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #012837;
    background-color: #E8EAF0;

    border: 1px solid #E8EAF0;
    border-left: 6px solid #E8EAF0;

    transition: all 0.4s ease-out;
}

.lista-posicao .linha .sub-linha.opened .sub-header {
    border: 1px solid #05506E;
    border-left: 6px solid #05506E;
    border-radius: 10px 2px 2px 2px;
    transition: all 0.4s ease-out;
}

.lista-posicao .linha .sub-linha .sub-header .pl {
    font-size: 0.875rem;
    font-weight: 400;
}

.lista-posicao .linha .sub-linha .sub-header:hover {
    cursor: pointer;
}

.lista-posicao .linha .sub-linha .sub-header .titulo {
    width: 100%;
}

.lista-posicao .linha .sub-linha .sub-header .coluna-direita {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.lista-posicao .linha .sub-linha .sub-header .coluna-direita .chevron-div i {
    color: #0D86A6;
    transition: all 0.4s ease-out;
}

.lista-posicao .linha .sub-linha.opened .sub-header .coluna-direita .chevron-div i {
    color: #012837;
    transform: rotate(180deg);
    transition: all 0.4s ease-out;
}

.lista-posicao .linha .sub-linha table tr.linha-raiz:hover {
    cursor: pointer;
}

.lista-posicao .linha .sub-linha table tr.linha-raiz td.table-icon i {
    color: #0D86A6;
    font-weight: 900;
    font-size: 1.25rem;
    transition: all 0.4s ease-out;
}

.lista-posicao .linha .sub-linha table tr.linha-raiz.opened td.table-icon i {
    color: #012837;
    transform: rotate(180deg);
    transition: all 0.4s ease-out;
}

.lista-posicao .linha .sub-body .linha-ver-mais button {
    color: #05506E;
    font-size: 0.875rem;
    font-weight: 700;
}

.lista-posicao .linha .sub-body .linha-ver-mais button:focus {
    box-shadow: none;
}

.lista-posicao .linha .sub-body .linha-ver-mais button.disabled {
    color: #BEC3C9;
    cursor: not-allowed;
}

.lista-posicao table.tabela-base tbody td {
    font-size: 0.8rem;
    text-transform: uppercase;
}

.lista-posicao .linha-detail table tbody td {
    font-size: 0.75rem;
}

.lista-posicao tr.linha-detail td:nth-child(1) {
    padding-left: 1.5rem;
}

.graficos div.geral {
    border: 1px solid #DBE0EA;
    /* background-color: #E8EAF0; */
    border-radius: 2px;
}

.graficos div.geral h2 {
    font-weight: 700;
    font-size: 1rem;
    color: #373B3C;
}

.graficos div.geral h2 sup i {
    font-size: 1rem;
}


.largura-62 {
    width: 62px;
}

.largura-38 {
    width: 38px;
}

.largura-120 {
    width: 120px;
}

.largura-200 {
    width: 200px;
}



.dirai-tooltip {
    text-transform: uppercase;
    background: #ececec;
    color: #555;
    cursor: help;
    font-family: "Gill Sans", Impact, sans-serif;
    font-size: 20px;
    margin: 100px 75px 10px 75px;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    width: 200px;
    /* -webkit-transform: translateZ(0); */
    -webkit-font-smoothing: antialiased;
}

.dirai-tooltip .tooltip {
    background: #1496bb;
    bottom: 100%;
    color: #fff;
    display: block;
    left: -20px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.dirai-tooltip .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.dirai-tooltip .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #1496bb 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.dirai-tooltip:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .dirai-tooltip .tooltip {
    display: none;
}

.lte8 .dirai-tooltip:hover .tooltip {
    display: block;
}

.geral {
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}