﻿.paging_full_numbers .ui-button { color: #ffffff !important; }


table.dataTable tr.odd { background-color: #f5f6fc; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #e8e9ff; }
table.dataTable tr.even td.sorting_1 { background-color: #F2F3FF; }

table.dataTable tr.odd td.sorting_2 { background-color: #e8e9ff; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }

table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }

.top, .bottom { background-color: transparent; border: 0px; }
div.dataTables_wrapper .bottom { height: 40px; margin-top: 10px; }
div.dataTables_wrapper table { border: 1px solid #DDD; border-top: 0px;  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

div.dataTables_length > label > select { width: 70px; }
div.dataTables_length > label { width: auto; margin-bottom: -10px; margin-top: 10px}
div.dataTables_filter { margin-top: 10px; margin-bottom: -10px; width: auto; }
    div.dataTables_filter label { width: auto; }

.dataTables_info { padding-top: 0px; clear: both; float: left; }
