﻿
/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.dataTable thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	*cursor: hand;
}

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

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { /*background-color: #E2E4FF; */}
table.dataTable tr.even { /*background-color: white;*/ }

table.dataTable tr.odd td.sorting_1 { /*background-color: #D3D6FF; 	*/}
table.dataTable tr.odd td.sorting_2 { /*background-color: #DADCFF; 	*/}
table.dataTable tr.odd td.sorting_3 { /*background-color: #E0E2FF; 	*/}
table.dataTable tr.even td.sorting_1 {/* background-color: #EAEBFF; */}
table.dataTable tr.even td.sorting_2 {/* background-color: #F2F3FF; */}
table.dataTable tr.even td.sorting_3 {/* background-color: #F9F9FF; */}


/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
}


/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
	clear: both;
	float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}
/*
.paginate_enabled_previous :after{ content:'←enabled'; float:right; }
.paginate_enabled_previous:hover:after { content:'←enabledhovewr'; float:right; color:red;}
.paginate_disabled_previous :after{ content:'←disabled'; float:right; }

.paginate_enabled_next:after {content:'→enabled'; float:right;}
.paginate_enabled_next:hover:after { content:'→enabledhovewr'; float:right; }
.paginate_disabled_next:after { content:'→disabled'; float:right; }
*/
/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {

	padding: 0 4px;
	margin: 0 2px;
	cursor: pointer;
	*cursor: hand;
	color: #333;
	font-family: 'PT Sans', sans-serif;
}

.paging_full_numbers a.paginate_button {
	text-decoration: underline;
	padding: 0 4px;
	margin: 0 2px;
	font-weight: normal;
	color: #4061a1;
	font-family: 'PT Sans', sans-serif;
}

.paging_full_numbers a.paginate_button:hover {
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d4cfcf 0%, #b7b7b7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4cfcf), color-stop(100%,#b7b7b7));
	background: -webkit-linear-gradient(top, #d4cfcf 0%,#b7b7b7 100%);
	background: -o-linear-gradient(top, #d4cfcf 0%,#b7b7b7 100%);
	background: -ms-linear-gradient(top, #d4cfcf 0%,#b7b7b7 100%);
	background: linear-gradient(to bottom, #d4cfcf 0%,#b7b7b7 100%);
}


/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
.sorting:after { content:'↕'; float:right; }
.sorting_asc:after {  content:'↑'; float:right; color:#00425f; }
.sorting_desc:after { content:'↓'; float:right; color:#00425f; }

.sorting_asc_disabled:after { content:'↑'; float:right; color: gray; }
.sorting_desc_disabled:after { content:'↓'; float:right; color: gray; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}
/*dreamcode*/
.dataTables_paginate {
			float: none;
			text-align: left;
		}
.fix_table{
			/*min-height:550px;*/
		}
#list_comp_name_filter select, #list_country_filter select, th span select{
			width:100%;
		}
a.previous , a.next, a.first, a.last {
		display:none;
	}
a.ShowAll , a.ToOne{
	float: right;}
.filterform .filter_find { position: relative; }
.filterform .filter_find > label { position: absolute; top: 2px; left: 7px; color: #a5a2a2; }
.filterform .filter_find input { width: 100%;
	border-top: solid 1px #cacaca;
	border-right: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	border-left: solid 1px #d4d4d4;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}
.filterform fieldset {
margin: 0;
padding: 20px 20px 0px 20px;
}
.filterform .filter_find {
position: relative;
}
.filterform .filter_find input {
width: 100%;
border-top: solid 1px #cacaca;
border-right: solid 1px #e8e8e8;
border-bottom: solid 1px #e8e8e8;
border-left: solid 1px #d4d4d4;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}