p{
   line-height: 20px;
}
/*
div.row{display:grid; }
 tabelas */
/* tabela cinza */
.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } 
.datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #8C8C8C; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.datagrid table td, .datagrid table th { padding: 3px 10px; }
.datagrid table tr { border-top: 1px solid #DBDBDB;  }
.datagrid table tr .alt, .datagrid table tbody tr.alt td div{ background: #EBEBEB; color: #6B6B6B; font-weight:bold; }

.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #016ab3), color-stop(1, #016ab3) ); background:-moz-linear-gradient( center top, #016ab3 5%, #016ab3 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#016ab3', endColorstr='#016ab3'); vertical-align:top; background-color:#016ab3; color:#FFFFFF; font-size: 13px; font-weight: bold; border-left: 1px solid #A3A3A3; }
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #6B6B6B; border-left: 1px solid #DBDBDB;font-size: 12px;font-weight: normal; vertical-align:top;}
.datagrid table tbody .alt td  { background: #EBEBEB; color: #6B6B6B; }
.datagrid table tbody td:first-child {  }
.datagrid table tbody tr:last-child td { border-bottom: none; }
.datagrid table tfoot td div { border-top: 1px solid #8C8C8C;background: #EBEBEB;}
.datagrid table tfoot td { padding: 0; font-size: 12px }
.datagrid table tfoot td div{ padding: 2px; }
.datagrid table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.datagrid table tfoot  li { display: inline; }
.datagrid table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #F5F5F5;border: 1px solid #8C8C8C;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');background-color:#8C8C8C; }.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { text-decoration: none;border-color: #7D7D7D; color: #F5F5F5; background: none; background-color:#8C8C8C;}

/* sem borda */

.datagrid2 table { border-collapse: collapse; text-align: left; width: 100%; } 
.datagrid2 {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.datagrid2 table td, .datagrid table th { padding: 3px 10px; }
.datagrid2 table tr { }
.datagrid2 table tr .alt, .datagrid table tbody tr.alt td div{ background: #EBEBEB; color: #6B6B6B; font-weight:bold; }

.datagrid2 table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #016ab3), color-stop(1, #016ab3) ); background:-moz-linear-gradient( center top, #016ab3 5%, #016ab3 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#016ab3', endColorstr='#016ab3'); background-color:#016ab3; color:#FFFFFF; font-size: 13px; font-weight: bold; }
.datagrid2 table thead th:first-child { border: none; }
.datagrid2 table tbody td { color: #000000; font-size: 12px;font-weight: normal; vertical-align:middle;}
.datagrid2 table tbody .alt td  { background: #EBEBEB; color: #6B6B6B; }
.datagrid2 table tbody td:first-child {  }
.datagrid2 table tbody tr:last-child td { border-bottom: none; }
.datagrid2 table tfoot td div { background: #EBEBEB;}
.datagrid2 table tfoot td { padding: 0; font-size: 12px }
.datagrid2 table tfoot td div{ padding: 2px; }
.datagrid2 table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.datagrid2 table tfoot  li { display: inline; }
.datagrid2 table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #F5F5F5;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');background-color:#8C8C8C; }.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { text-decoration: none;border-color: #7D7D7D; color: #F5F5F5; background: none; background-color:#8C8C8C;}
