/*
 * Table styles
 */
table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: collapse;
}
table.dataTable thead th,
table.dataTable tfoot th {
	font-weight: bold !important;
/*	white-space: nowrap !important;*/
}
table.dataTable thead th.ui-state-default {
	border-top: none;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	padding: 3px 0px 3px 8px;
}
table.dataTable tfoot th.ui-state-default {
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: none;
	border-left: 1px solid #aaa;
	padding: 3px 8px;
}
/*
table.dataTable thead th {
	border-top: none !important;
	border-right: 1px solid #aaa !important;
	border-bottom: 1px solid #aaa !important;
	border-left: 1px solid #aaa !important;
	padding: 3px 0px 3px 8px;
}
table.dataTable tfoot th {
	border-top: 1px solid #aaa !important;
	border-right: 1px solid #aaa !important;
	border-bottom: none !important;
	border-left: 1px solid #aaa !important;
	padding: 3px 8px;
}
*/
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}
table.dataTable thead th.sorting_disabled {
    padding-right: 8px;
}
table.dataTable thead th.sorting,
table.dataTable thead th.sorting_disabled div.DataTables_sort_wrapper {
	padding-right: 0;
}
table.dataTable thead th.sorting div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 17px;
}
table.dataTable thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 1px;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
	cursor: pointer;
	*cursor: hand;
}
table.dataTable tbody tr.odd {
/*	background-color: #fcfcfc;*/
	background-color: #fff;
}
table.dataTable tbody tr.even {
/*	background-color: #fcfcfc;*/
	background-color: #fff;
}
table.dataTable tbody tr:hover,
table.dataTable tbody tr.odd:hover > .sorting_2,
table.dataTable tbody tr.odd:hover > .sorting_3,
table.dataTable tbody tr.even:hover > .sorting_2,
table.dataTable tbody tr.even:hover > .sorting_3
 {
	background-color: #f2e6ff !important;
/*	box-shadow: 0px 0px 0px 1px #999 inset;*/
}
table.dataTable tbody tr.odd > .sorting_2 {
/*	background-color: #fcfcfc;*/
	background-color: #fff;
}
table.dataTable tbody tr.odd > .sorting_3 {
/*	background-color: #fcfcfc;*/
	background-color: #fff;
}
table.dataTable tbody tr.even > .sorting_2 {
/*	background-color: #fcfcfc;*/
	background-color: #fff;
}
table.dataTable tbody tr.even > .sorting_3 {
/*	background-color: #fcfcfc;*/
	background-color: #fff;
}
/*
table.dataTable tbody tr:last-child {
	border-bottom: 1px solid #aaa;
}
*/
table.dataTable a, table.dataTable a:visited,
table.dataTable .ui-state-default a, table.dataTable .ui-state-default a:visited {
	color: #1B57A3;
	cursor: pointer;
	text-decoration: none;
}
table.dataTable a:hover, table.dataTable ui-state-default a:hover {
	color: #ff0000;
}
table.dataTable tbody td {
	padding: 1px 7px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
table.dataTable > tbody tr:not(:first-child) {
	border-top: 1px dotted #bbb;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
	text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
	text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
	text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
	text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
	white-space: nowrap;
}
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;
}
/*
 * dataTable row group
 */
table.dataTable .dtrg-group.dtrg-start td,
table.dataTable .dtrg-group.dtrg-end td,
table.dataTable tfoot .dtrg-total th {
	padding: 3px 7px 4px;
}
table.dataTable tfoot .dtrg-total th {
	border-top: 1px dotted #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
/*
 * jQueryUI specific styling
 */
.fg-toolbar.ui-toolbar {
	padding: 5px;
	color: #333;
	min-height: 26px;
}
/*
 * Control feature layout
 */
.dataTables_wrapper,
.dataTables_wrapper input,
.dataTables_wrapper select {
	position: relative;
	clear: both;
	*zoom: 1;
	zoom: 1;
}
.dataTables_wrapper .ui-widget-header {
    font-weight: normal;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info {
	float: left;
}
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.3em;
}
.dataTables_wrapper .dataTables_info {
	margin-top: 4px;
}
.dataTables_processing {
	position: absolute;
}
@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center;
	}
	.dataTables_wrapper .dataTables_paginate {
		margin-top: 0.5em;
	}
}
@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center;
	}
	.dataTables_wrapper .dataTables_filter {
		margin-top: 0.5em;
	}
}