@charset "utf-8";

.drg-wrap {
    margin-top: 10px;
    overflow-x: auto;
    border: 1px solid #cfcfcf;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
}

.drg-table {
    width: 100%;
    min-width: 1380px;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 11px;
    line-height: 1.05;
    margin-bottom: 0;
}

.drg-table th,
.drg-table td {
    border: 1px solid #1f1f1f;
    padding: 2px 4px;
    white-space: nowrap;
}

.drg-table thead th {
    background: #0b3d91;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.drg-col-nome {
    width: 270px;
    min-width: 270px;
    max-width: 270px;
    text-align: left !important;
    font-weight: 700;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #f8f9fa;
}

.drg-table thead .drg-col-nome {
    background: #0b3d91;
    color: #fff;
    z-index: 3;
}

.drg-num {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.drg-zero {
    color: #666;
}

.linha-receita td {
    background: #00e5ff;
    color: #00334d;
    font-weight: 700;
}

.linha-receita .drg-col-nome {
    background: #00e5ff;
    color: #00334d;
}

.linha-deducao td {
    background: #ff2a2a;
    color: #fff;
    font-weight: 700;
}

.linha-deducao .drg-col-nome {
    background: #ff2a2a;
    color: #fff;
}

.linha-resultado td {
    background: #fff200;
    color: #000;
    font-weight: 700;
}

.linha-resultado .drg-col-nome {
    background: #fff200;
    color: #000;
}

.drg-total-col {
    background: #fde9d9 !important;
    font-weight: 700;
}

.linha-deducao .drg-total-col {
    background: #fde9d9 !important;
    color: #ff2a2a !important;
}

.drg-chart-wrap {
    width: 100%;
    overflow: hidden;
}

#grafico_drg {
    width: 100%;
    height: 520px;
    min-height: 520px;
    background: #fff;
}