/**
 *  DATAGRID
 *
 *  Styling applied to all the datagrids across all the skins
 */

.dgridtable {
    margin: 0 0 1em 0;
}

.dgridtable .dgridtablePersonalPayment img {
    padding: 5px 0;
}

.table-hover > tbody > tr:hover > td {
    background-color: #349aef;
    color: #FFF;
}
.table-hover > tbody > tr:hover a {
    background-color: transparent;
    color: #FFF;
}
