﻿/*//////////////////////////////////////////
//////CSS de Tabelas do tipo DataTable////// inicio
//////////////////////////////////////////*/
	/*.dataTables_wrapper thead th,
	.dataTables_wrapper .dataTables_paginate,
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .thefilter .filter_column input,
	.dataTables_wrapper .filter_column select	{font-size: 12px !important;}

	.dataTables_wrapper tbody td {font-size: 11px !important;}

	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {margin: 10px 10px 5px 10px;}

	.dataTables_wrapper .dataTables_length select {padding: 2px 8px;}
	.dataTables_wrapper .dataTables_filter input {padding: 3px 8px;}

	.dataTables_wrapper .dataTables_length select,
	.dataTables_wrapper .dataTables_filter input {
		height: auto !important;
		background: #f9f9f9;
		font-size: 12px !important;
	}*/
	/*Formatacao de conteudo em Colunas*/
		/*Head*/
			table.dataTable thead th.dt-head-left,		table.dataTable thead td.dt-head-left,		table.dataTable tfoot th.dt-head-left,		table.dataTable tfoot td.dt-head-left {text-align: left;}
			table.dataTable thead th.dt-head-center,	table.dataTable thead td.dt-head-center,	table.dataTable tfoot th.dt-head-center,	table.dataTable tfoot td.dt-head-center {text-align: center;}
			table.dataTable thead th.dt-head-right,		table.dataTable thead td.dt-head-right,		table.dataTable tfoot th.dt-head-right,		table.dataTable tfoot td.dt-head-right {text-align: right;}
			table.dataTable thead th.dt-head-justify,	table.dataTable thead td.dt-head-justify,	table.dataTable tfoot th.dt-head-justify,	table.dataTable tfoot td.dt-head-justify {text-align: justify;}
			table.dataTable thead th.dt-head-nowrap,	table.dataTable thead td.dt-head-nowrap,	table.dataTable tfoot th.dt-head-nowrap,	table.dataTable tfoot td.dt-head-nowrap {white-space: nowrap;}
		/*Body*/
			table.dataTable tbody th.dt-body-left,		table.dataTable tbody td.dt-body-left {text-align: left;}
			table.dataTable tbody th.dt-body-center,	table.dataTable tbody td.dt-body-center {text-align: center;}
			table.dataTable tbody th.dt-body-right,		table.dataTable tbody td.dt-body-right {text-align: right;}
			table.dataTable tbody th.dt-body-justify,	table.dataTable tbody td.dt-body-justify {text-align: justify;}
			table.dataTable tbody th.dt-body-nowrap,	table.dataTable tbody td.dt-body-nowrap {white-space: nowrap;}

	/*Padding do BODY*/
	/*	.padding-0{padding: 0 !important;}
		.padding-2{padding: 2px !important;}
		.padding-4{padding: 4px !important;}
		.padding-8{padding: 8px !important;} *//*Quando nao definido*/
	/*Centralizacao vertical na Tabela*/
		.table>tbody>tr>td,	.table>tbody>tr>th,	.table>tfoot>tr>td,	.table>tfoot>tr>th,	.table>thead>tr>td,	.table>thead>tr>th {vertical-align: middle !important;}
/*//////////////////////////////////////////
//////CSS de Tabelas do tipo DataTable////// fim
//////////////////////////////////////////*/