.dg_table {
    border-color: #E5E5E5;
    border-radius: 4px;
    border-style: solid;    
    border-width: 0 1px 1px 1px;
}

/* ----------------- */
.dg_ln_titulo:first-child .dg_col_titulo:first-child {
    border-top-left-radius: 4px;
}

.dg_ln_titulo:first-child .dg_col_titulo:last-child {
    border-top-right-radius: 4px;
}

.dg_col_titulo {    
    background-color: #4587C7;      
}

.dg_col_titulo {
    color: #FFFFFF;
    height: 22px;
    font-weight: bold;
    padding: 2px;
}

.dg_item_titulo {
    padding: 2px 4px;
    border-left: 1px solid #FFFFFF;
}

.dg_item_titulo:first-child {
    border-left: none;
}

.dg_linha_rodape .dg_col_rodape {
    height: 2px;      
}

.dg_sem_titulo .dg_item {
    border-top: 1px solid #E5E5E5;    
}

.dg_sem_titulo:first-child .dg_item:first-child {
    border-top-left-radius: 4px;
}

.dg_sem_titulo:first-child .dg_item:last-child {
    border-top-right-radius: 4px;
}
/* ----------------- */


/* ----------------- */
.dg_ln_impar {
    background-color: #FFFFFF;
}

.dg_ln_par {
    background-color: #EFEFEF;    
}

.dg_ln td.dg_item {
    padding: 2px 4px;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.dg_ln td.dg_item:last-child {
    border-right: 0;
}

.dg_ln:last-child td.dg_item {
    padding-bottom: 0;
    border-bottom: 0; 
}
/* ----------------- */


/* ----------------- */
.dg_item:first-child {
    padding-left: 6px !important;
}

.dg_item:last-child {
    padding-right: 6px !important;
}
/* ----------------- */


/* ----------------- */
.dg_alinhar_center {
    align-items: center;
    text-align: center;
}

.dg_alinhar_left {
    align-items: start;
    text-align: left;
}

.dg_alinhar_right {
    align-items: end;
    text-align: right;
}
/* ----------------- */