/* @override http://sd117.sivit.org/decologia-b.com/includes/javascripts/jquery/plugins/datatables/media/css/demos.css */

/* @override http://sd117.sivit.org/decologia-b.com/includes/javascripts/jquery/plugins/datatables/media/css/demos.css */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General page setup
 */
 
#dt_example {
	font: 80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
}


#dt_example #container {
	width: 800px;
	margin: 30px auto;
	padding: 0;
}


#dt_example #footer {
	margin: 50px auto 0 auto;
	padding: 0;
}

#dt_example #demo {
	margin: 30px auto 0 auto;
}

#dt_example .big {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #4E6CA3;
}

#dt_example .spacer {
	height: 20px;
	clear: both;
}

#dt_example .clear {
	clear: both;
}

#dt_example pre {
	padding: 15px;
	border: 1px solid #CCCCCC;
}

#dt_example h1 {
	margin-top: 2em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	border-bottom: 1px solid #B0BED9;
	clear: both;
}

#dt_example h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	clear: both;
}

#dt_example a {
	color: #0063DC;
	text-decoration: none;
}

#dt_example a:hover {
	text-decoration: underline;
}

#dt_example ul {
	color: #B0BED9;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 40%;
	float: left;
	font: 10px "Lucida Grande", Tahoma, Verdana, Arial;
}

.dataTables_filter {
	float: left;
	text-align: left;
	margin-bottom: 0;
}

.dataTables_info {
	float: right;
	font: 11px "lucida grande", tahoma, verdana, arial;
	padding: 4px 10px 4px 10px;
	color: #666;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}





/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background: url('../images/dd-u-pagination-arr-l-dis.png') no-repeat 50% 50%;
	margin-top: 1px;
}

.paginate_enabled_previous {
	background: url('../images/dd-u-pagination-arr-l.png') no-repeat 50% 50%;
	margin-top: 1px;
}

.paginate_disabled_next {
	background: url('../images/dd-u-pagination-arr-r-dis.png') no-repeat 50% 50%;
	margin-top: 1px;
}

.paginate_enabled_next {
	background: url('../images/dd-u-pagination-arr-r.png') no-repeat 50% 50%;
	margin-top: 1px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	padding-top: 12px;
	margin-top: 12px;
}

table.displayoverride td {
	width: 100%;
	clear: both;
	margin-bottom: 0px;
	padding-top: 0px;
}

table.display thead th {
	padding: 6px 0;
	border-bottom: 1px solid #97BED4;
	cursor: pointer;
	* cursor: hand;
	font: bold 12px/18px "Lucida Grande", Tahoma, Verdana, Arial;
	color: #000;
	text-align: left;
	background-color: #e2f3fe;
}
table.display thead th:hover {
background: #d3edfd url(../../../../css/custom-theme/images/ui-bg_glass_100_d3edfd_1x400-sat.png) 50% 50% repeat-x;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 9px 10px 10px;
	border-bottom: 1px solid #D7D7D7;
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	/* background: url('../images/sort_asc.jpg') no-repeat center left; */
background: #d3edfd url(../../../../css/custom-theme/images/ui-bg_glass_100_d3edfd_1x400-sat.png) 50% 50% repeat-x;
}

.sorting_desc {
	/* background: url('../images/sort_desc.jpg') no-repeat center left; */
background: #d3edfd url(../../../../css/custom-theme/images/ui-bg_glass_100_d3edfd_1x400-sat.png) 50% 50% repeat-x;

}

.sorting {
	/* background: url('../images/sort_both.jpg') no-repeat center left; */

}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
}

table.display tr.even.gradeA {
}




table.display tr.odd.gradeA {
}

table.display tr.even.gradeA {
}

table.display tr.odd.gradeC {
}

table.display tr.even.gradeC {
}

table.display tr.odd.gradeX {
}

table.display tr.even.gradeX {
}

table.display tr.odd.gradeU {
}

table.display tr.even.gradeU {
}


tr.odd {
}

tr.even {
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.example_alt_pagination .dataTables_paginate {
	width: 400px;
}

.example_alt_pagination div.dataTables_paginate span.paginate_button,
 	.example_alt_pagination div.dataTables_paginate span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.example_alt_pagination div.dataTables_paginate span.paginate_button {
}

.example_alt_pagination div.dataTables_paginate span.paginate_button:hover {
}

.example_alt_pagination div.dataTables_paginate span.paginate_active {
}


table.display tr.row_selected.odd td {
}

table.display tr.row_selected.even td {
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
}

tr.odd td.sorting_2 {
}

tr.odd td.sorting_3 {
}

tr.even td.sorting_1 {
}

tr.even td.sorting_2 {
}

tr.even td.sorting_3 {
}


/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
}

tr.odd.gradeA td.sorting_2 {
}

tr.even.gradeA td.sorting_1 {
}

tr.even.gradeA td.sorting_2 {
}

tr.odd.gradeC td.sorting_1 {
}

tr.odd.gradeC td.sorting_2 {
}

tr.even.gradeC td.sorting_1 {
}

tr.even.gradeC td.sorting_2 {
}

tr.odd.gradeX td.sorting_1 {
}

tr.odd.gradeX td.sorting_2 {
}

tr.even.gradeX td.sorting_1 {
}

tr.even.gradeX td.sorting_2 {
}

tr.odd.gradeU td.sorting_1 {
}

tr.odd.gradeU td.sorting_2 {
}

tr.even.gradeU td.sorting_1 {
}

tr.even.gradeU td.sorting_2 {
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
}
.testrow {
	background-color: #FFFFCC;
}
.aligncenter {
	text-align: center;
}

table.pricelistauthocountries {
	border-width: 0;
}
table.pricelistauthocountries th {
	border-bottom-width: 0;
}
table.pricelistauthocountries td {
	border-bottom-width: 0;
	margin: 4px;
	padding: 0;
}