.call-center{
    width:24px !important;
}

/*Area do tab para separar depois*/
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    justify-content: center;
    display: flex;
    border-bottom: 1px solid #F5F5F5;
}

ul.tabs li {
    cursor: pointer;
    background: none;
    display: inline-block;
    padding: 10px 10px;
    margin-right: 20px;
    width:160px;
}

ul.tabs li:last-child{
    margin-right:0px;
}

ul.tabs li .elem {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.tabs li .elem .texto {
    font-size: 14px;
    color: #666666;
    font-weight:800;
    align-self:flex-end;
    margin-left: 20px;
    margin-bottom:0;
    margin-right:0;
    margin-top:0;
}

ul.tabs li .elem .tam {
    text-align: center;
    width: 28px;
}

ul.tabs li.current {
    background-color: transparent;
    border-bottom: 2px solid #FF9900;
}

ul.tabs li.current .elem .texto {
    font-size: 14px;
    color: #333333;
    font-weight: 900;
}


.tab-content {
    display: none;
    background: white;

    padding-top:15px;
    padding-bottom:15px;
}

.tab-content.current {
    display: inherit;
    border: 1px;
}

/*Tabela*/

table {
    width: 100%;
}

table, th, td {
    border: 0px;
    border-collapse: collapse;
}

table tr:last-child {
    border-bottom: 2px solid #FF9A00;
    border-top: 2px solid #FF9A00;
    background-color: white !important;
    font-weight: 900;
}

th, td {
    padding: 6px;
    text-align: center;
    font-size:12px;
}

tr th:first-child, tr td:first-child{
    text-align:left;
}

tr th:nth-child(4), tr th:last-child {
    font-weight: 100;
    color: #666666;
    cursor: pointer;
    font-size: 12px !important;
    width:30px;
}

tr th:first-child{
    min-width:100px;
}

tr th:nth-child(n+5):nth-child(-n+16) {
    min-width:81px;
}

table#t01 tr:nth-child(even) {
    background-color: #F5F5F5;
}

table#t01 tr:nth-child(odd) {
    background-color: #fff;
}

table#t01 th {
    background-color: white;
    color: #333333;
    font-size:12px;
}


/*Fazer download*/

.fazer-download{
    display:none;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.fazer-download .texto{
    font-size:12px;
    margin-left:8px;
    margin-top:2px;
}

.fazer-download .tam{
    width:16px;
}

.barra-hr {
    margin-bottom:13px;
    height: 4px;
    width: 100%;
    background-color: #F5F5F5;
}

.tabela-texto-mobile, .td-show-mobile{
    display:none;
}

.esconder-mes-E-valor {
    display:none;
}

.text-align, .text-align-total {
    text-align: center;
}

.erro {
    border: 1.8px dashed #FF9900 !important;
}

@media screen and (max-width: 900px) {
    .voltar-tela{
        visibility:visible;
        cursor:pointer;
    }
}

@media screen and (max-width: 591px) {
    /*Area do tab para separar depois*/

    .td-espaco, .td-show-desk {
        display: none !important;
    }

    .td-show-mobile{
        display: table-cell;
    }

    .c-total {
        display: table-cell !important;
        color:red;
    }

    .text-align{
        text-align: start !important;
    }

    .text-align-total{
        text-align: end;
    }

    ul.tabs li {
        padding: 10px 10px;
        margin-right: 5px;
        width: 130px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    ul.tabs li:last-child {
       margin-right: 0px;
    }

    ul.tabs li .elem {
       display: grid;
       grid-template-rows: 2fr 1fr;
       grid-template-columns: 1fr;
    }

    ul.tabs li .elem .texto {
       font-size: 14px;
       margin: 0 !important;
       text-align: center;
    }

    ul.tabs li .elem .tam {
       margin: 4px auto;
       width: 24px;
    }

    .call-center {
        width: 21px !important;
    }

    ul.tabs li.current .elem .texto {
       font-size: 14px;
       color: #333333;
       font-weight: 900;
    }

    th, td {
        font-size: 13.5px;
    }

    tr th:nth-child(3), tr td:nth-child(n) {
        text-align: right;
    }

    tr td:first-child {
        text-align: left !important;
    }

    .tab-content .barra-hr {
        display: flex;
    }


}








