/* Estilo minimo para DataTables 1.9.4 (cliente) - acorde al look de la app */
.dataTables_wrapper { position: relative; clear: both; margin-bottom: 20px; }
.dataTables_wrapper:after { content: ""; display: block; clear: both; }

.dataTables_length { float: left; padding: 4px 0; font-size: 12px; }
.dataTables_length select { padding: 2px; }

.dataTables_filter { float: right; padding: 4px 0; font-size: 12px; }
.dataTables_filter input {
	padding: 4px 6px; border: 1px solid #ccc; border-radius: 3px;
	margin-left: 5px; font-size: 12px;
}

.dataTables_info { float: left; padding: 6px 0; font-size: 12px; color: #555; }

.dataTables_paginate { float: right; padding: 4px 0; }
.dataTables_paginate .paginate_button,
.dataTables_paginate .paginate_active {
	display: inline-block; padding: 3px 9px; margin: 0 1px;
	border: 1px solid #ccc; border-radius: 3px; cursor: pointer;
	font-size: 12px; color: #333; background: #f7f7f7;
}
.dataTables_paginate .paginate_active { background: #4a90a4; color: #fff; border-color: #4a90a4; }
.dataTables_paginate .paginate_button_disabled { color: #bbb; cursor: default; background: #fafafa; }

table.display { width: 100%; border-collapse: collapse; margin: 8px 0; }
table.display thead th {
	cursor: pointer; white-space: nowrap;
}
table.display thead th.sorting_disabled { cursor: default; }
table.display thead th.sorting_asc:after  { content: " \25B2"; font-size: 9px; }
table.display thead th.sorting_desc:after { content: " \25BC"; font-size: 9px; }
