#listing-header {
	padding: 8px 16px;
	background-color: #000066;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

#listing-filter-header {
	background: #000066;
	padding: 2px;
	cursor: pointer;
}

#listing-filter-alert {
	padding: 2px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: red;
}

#listing-filter-indicator {
	float: left;
	height: 13px;
	width: 13px;
	margin: 2px 8px;
}

#listing-filter-indicator.closed {
	background-image: url(/HTML/images/icons/filterOpen.png);
}

#listing-filter-indicator.open {
	background-image: url(/HTML/images/icons/filterClose.png);
}

#listing-filter-text .filter-text-section, #listing-filter-text .current-filter {
	float: left;
}

#listing-filter-title {
	padding-top: 2px;
	float: left;
	color: #fff;
	font-weight: bold;
}

#listing-filter-text {
	float: left;
	margin: 2px 8px;
	color: #fff;
	font-size: 10px;
	font-style: italic;
}

#listing-filter-text .filter-by-label, #listing-filter-text .filter-by-value {
	color: #fff;
	font-size: 10px;
	font-style: italic;
}

#listing-filter-text .filter-by-label {
	font-weight: bold;
	margin: 0px 8px;
}

#listing-filter {
	display: none;
}

#filter-wrapper {
	white-space: nowrap;
	min-width: 1320px;
}

.button-group {
	margin: 16px 8px;
	float: left;
}

.filter-inputs {
	float: left;
}

.filter-left, .filter-middle, .filter-right {
	float: left;
	margin: 16px 4px;
}

.filter-right.small {
	width: 190px;
}

.filter-inputs ul {
	margin-top: 0px;
}

.filter-inputs li {
	list-style: none;
	height: 30px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	white-space: nowrap;
}

.filter-inputs input {
	margin-left: 4px;
	width: 200px;
}

.filter-search-results {
	margin-left: 34px;
}

#listing {
	padding: 16px 32px;
}

#listing-control-top, #listing-control-bottom {
	background-color: transparent;
}

#listing-content {
	min-height: 200px;
}

.inventory-list {
	margin: 16px auto !important;
}

#results-print {
	float: right;
}

.dataTables_wrapper {
	width: 100% !important;
	display: inline-table;
}

.datatables-top, .datatables-bottom {
	margin: 16px 64px;
	max-width: 777px; /* Same as .dataTable min-width */
}

.dataTable {
	clear: both;
	min-width: 777px;
	border-bottom: 1px solid #ccc;
	margin: 0px auto;
}

.side-nav .dataTable{
	min-width:0;
}

.dataTable td.order-controls {
	text-align: center;
}

.dataTable.maximum {
	margin: 0px 32px;
}

.dataTables_wrapper>.datatables-center>.dataTable, .dataTables_wrapper>.datatables-center>.dataTable th, .dataTables_wrapper>.datatables-center>.dataTable td {
	width: auto !important;
}

.dataTable * {
	color: #333;
}

.dataTable button {
	color: white;
}

.dataTable button.off {
	color: #666666;
}

.dataTable button:hover,.dataTable button:focus {
	color: #0d0066;
}

.dataTable.printer-friendly {
	margin: 16px auto;
}

.dataTable tbody tr:nth-child(odd), .dataTable tbody tr:nth-child(odd) tr {
	background-color: #eee;
}

.dataTable tbody tr:nth-child(even), .dataTable tbody tr:nth-child(even) tr {
	background-color: #fff;
}

.dataTable tbody tr.odd {
	background-color: #eee;
}

.dataTable tbody tr.even {
	background-color: #fff;
}

.order-details-table tr.odd {
	background-color: #eee;
}

.order-details tr.even {
	background-color: #fff;
}

table.dataTable th {
	padding: 4px 8px;
	white-space: nowrap;
}

table.dataTable th.sorting, table.dataTable th.sorting_desc, table.dataTable th.sorting_asc {
	cursor: pointer;
}

table.dataTable th.sorting_asc .sort {
	background-image: url(/HTML/images/icons/sortIconUp.png);
}

table.dataTable th.sorting_desc .sort {
	background-image: url(/HTML/images/icons/sortIconDn.png);
}

table.dataTable th.sorting .sort {
	background-image: url(/HTML/images/icons/sortIcon.png);
}

table.dataTable th.hidden, .dataTable td.hidden {
	display: none;
}

table.dataTable th .sort {
	height: 16px;
	width: 16px;
	float: right;
	position: absolute;
	top: -3px;
	right: 3px;
	background-repeat: no-repeat;
}

table.dataTable th .title {
	width: 100%;
	height: 100%;
	margin: 2px 40px 0px 0px;
}

table.dataTable th .title, table.dataTable th.title, table.dataTable th.title th {
	white-space: nowrap;
	text-align: left;
}

table.dataTable>tbody>th {
	border: 1px solid #ccc;
}

table.dataTable tfoot th {
	text-align: right;
	padding: 8px;
}

table.dataTable th.sorting_disabled {
	cursor: auto;
}

table.dataTable thead tr:first-child th:first-child, table.dataTable th.first {
	border-collapse: separate;
	-moz-border-radius: 8px 0px 0px 0px;
	-webkit-border-radius: 8px 0px 0px 0px;
	border-radius: 8px 0px 0px 0px;
}

table.dataTable thead tr:first-child th:last-child, table.dataTable th.last {
	border-collapse: separate;
	-moz-border-radius: 0px 8px 0px 0px;
	-webkit-border-radius: 0px 8px 0px 0px;
	border-radius: 0px 8px 0px 0px;
}

table.dataTable thead tr:first-child th:only-child {
	border-collapse: separate;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

table.dataTable tbody table td, table.dataTable tbody table th {
	border: none;
	padding: 0px;
}

.DTCR_clonedTable {
	min-width: 10px;
}

.dataTables_filter {
	margin: 0px 0px 8px 0px;
	float: left;
	text-align: left;
}

.dataTables_filter label {
	font-weight: bold;
}

.dataTables_filter label input {
	margin-left: 4px;
	width: 282px;
}

.pagination a, a.paginate_button {
	text-decoration: none;
}

a.paginate_button_disabled {
	visibility: hidden;
}

.dataTables_paginate {
	margin: 0px;
	float: left;
}

.dataTables_paginate .previous, .dataTables_paginate .next {
	padding: 0px 8px;
	cursor: pointer;
}

.dataTables_paginate .paginate_page {
	padding-right: 4px;
}

.dataTables_info, .dataTables_info .title {
	font-size: 15px;
	font-weight: normal;
	color: #999;
	font-style: oblique;
	float: left;
	margin: 8px;
	white-space: nowrap;
}

.dataTables_info .title {
	margin-right: 0px;
}

.dataTables_length {
	padding: 0px 8px;
	float: left;
}

.column-options-button {
	float: left;
	margin: 6px 0px;
}

.search-button {
	float: left;
	margin: 6px 6px 0px 6px;
}

.clear-button {
	float: left;
	margin: 6px 26px 6px 0px;
}

.search-button button {
	margin: 0px;
}

.clear-button button {
	margin: 0px;
}

.column-options-button button {
	margin: 0px;
	float: right;
}

.no-borderradius .dataTable thead th {
	background-color: cbdbb7;
}

.dataTable td, table.dataTable td, .dataTable tbody {
	position: static;
	padding: 8px;
	border: 1px solid #ccc;
	color: #333;
}

.dataTable td, .dataTable td a {
	font-size: 13px;
}

.dataTable .options-div {
	margin: auto;
}

.column-header {
	float: left;
}

.sort-asc, .sort-desc {
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	margin: 1px 0px -1px 16px;
}

.cell-warn {
	color: red;
}

.dataTables_length select, .paging_listbox select, .dataTables_length select[size], .paging_listbox select[size] {
	height: 25px;
	width: auto;
}

.input-listing {
	margin: 16px auto;
}

.input-listing #output-title {
	float: left;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0px 8px 0px;
}

.input-listing .print-div {
	float: right;
	margin: 8px 0px;
}

.input-listing .print-icon {
	margin: 0px 0px -6px 8px;
}

.input-listing .dataTable {
	min-width: 0px;
	width: auto;
}

.input-listing .dataTable thead {
	border: 1px solid #cbdbb7;
}

td.currency {
	text-align: right;
}

td.quantity {
	text-align: center;
}

.markupitem-indicator {
	float: left;
	height: 13px;
	width: 13px;
	margin: 2px 8px;
}

#markupitem-body tr td.line-action div.remove {
	background-image: url(/HTML/images/icons/filterX.png);
}

#markupitem-body tr td.line-action div.open {
	background-image: url(/HTML/images/icons/filterOpen.png);
}

#markupitem-body tr td.line-action div.close {
	background-image: url(/HTML/images/icons/filterClose.png);
}

.dataTable .options-div {
	width: 170px;
}

tr.totals td {
	border-top: thick double #ccc;
}

.next.paginate_button, .previous.paginate_button {
	background: transparent;
}

#history-results th {
	min-width: 120px;
}

button.DTTT_button, div.DTTT_button, a.DTTT_button {
	
}

.dataTables_scroll {
	clear: both;
}

.results-listing {
	width: 100%;
}

.results-listing .collapsible {
	padding: 4px 20px;
}

.results-listing .dataTable {
	width: 100%;
	border-bottom: 0px;
}

.results-listing .group-body {
	padding: 10px 0px 0px 0px;
}