.dataTables_wrapper {
	display: inline-block;
	width: auto !important;
}

table.display thead th.ui-state-default {
	background: #bed7eb;
	color: #011d47;
	background-image: none;
	border: none;
	border-top: 1px solid #5c9acd;
	border-bottom: 1px solid #5c9acd;
	padding: 4px 10px;
	font-weight: bold;
	cursor: pointer;
}

table.display thead th .ui-icon {
	vertical-align: middle;
}

table.display tr.dataTables_clickable {
	cursor: pointer;
}

table.display td {
	border-top: 1px solid #5c9acd;
	border-bottom: 1px solid #5c9acd;
	padding: 4px 10px;
}

table.display tfoot th {
	padding: 10px;
	padding-bottom: 0;
}
/*
table.display tfoot th input {
	display: inline-block;
}
*/
.dataTables_wrapper .fg-toolbar.ui-widget-header {
	background: transparent;
	border: none;
	padding: 10px;
}

.dataTables_length {
	display: inline-block;
	text-transform: uppercase;
	
}

.dataTables_filter {
	display: inline-block;
	float: right;
	text-transform: uppercase;
	
}

.dataTables_info {
	text-align: center;
}

.dataTables_paginate {
	margin-top: 10px;
	text-align: center;
}

.dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate .first, .dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate .previous,
.dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate .next, .dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate .last {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	padding: 0 15px;
	background-image: none;
	border: 1px solid #5c9acd;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	behavior: url(./dtps/css/PIE.htc);
}
.dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate .first:hover,
.dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate .previous:hover,
.dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate .next:hover,
.dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate .last:hover {
	background-color: #bed7eb;
	color: #011d47;
}
.dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate .first.ui-state-disabled:hover,
.dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate .previous.ui-state-disabled:hover,
.dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate .next.ui-state-disabled:hover,
.dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate .last.ui-state-disabled:hover {
	background-color: #5c9acd;
	color: #ffffff;
}

.dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate>span {
	margin: 0 5px;
	font-weight: bold;
}

.dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate>span span.fg-button {
	margin-left: 5px;
	color: #011d47;
	background-color: transparent;
	background-image: none;
	border: none;
	cursor: pointer;
}

.dataTables_wrapper .fg-toolbar.ui-widget-header .dataTables_paginate>span span.fg-button:first-child {
	margin-left: 0;
}



