table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px!important;
	text-align: center;
	position:absolute;
	margin-top:-10px;
	margin-bottom:50px;
}
table.dataTable thead th {
	padding-right: 15px;
	padding-left: 15px;
}

table.dataTable thead th, table.dataTable tfoot th {
	border-right: 1px rgba(255,255,255,0.7) solid;
	text-align: center;
	background: rgba(255,255,255,1.00);
}
table.dataTable thead th, table.dataTable thead td {
	height: 50px;
	background:
linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
background-color: #131313;
background-size: 20px 20px;
	color: #c3c0c0;
}
table.dataTable thead th:hover, table.dataTable thead td:hover {
	background: rgba(255,255,255,1.00) url("../img/sort_both.png") no-repeat center right !important;
	color: #262626 !important;
}
table.dataTable thead th:active, table.dataTable thead td:active {
}
table.dataTable tfoot th, table.dataTable tfoot td {
	height: 50px;
	background-image: url('./img/TABLE_FOOTER.png');
	background-repeat: repeat-x;
	color: #c3c0c0;
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
	cursor: pointer;
 *cursor:hand;
}
table.dataTable thead .sorting {
	height: 50px;
	background:
linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
background-color: #131313;
background-size: 20px 20px;
}
table.dataTable thead .sorting_asc:hover {
	background: rgba(255,255,255,1.00) url("../img/sort_asc.png") no-repeat center right !important;
	color: #262626 !important;
}
table.dataTable thead .sorting_desc:hover {
	background: rgba(255,255,255,1.00) url("../img/sort_desc.png") no-repeat center right !important;
	color: #262626 !important;
}
table.dataTable thead .sorting_asc_disabled:hover {
	background: rgba(255,255,255,1.00) url("../img/sort_asc_disabled.png") no-repeat center right !important;
	color: #262626 !important;
	background-color: rgba(255,255,255,1.00)!important;
}
table.dataTable thead .sorting_desc_disabled:hover {
	background: rgba(255,255,255,1.00) url("../img/sort_desc_disabled.png") no-repeat center right !important;
	color: #262626 !important;
	background-color: rgba(255,255,255,1.00)!important;
}
table.dataTable.display tbody tr.odd td {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #262626 !important;/*VERY DARK GREY*/
	cursor: pointer;
 *cursor:hand;
	text-align: center;
	border-right: 1px rgba(255,255,255,0.7) solid;
	height: 35px;
	
	background: rgba(255,255,255,0.9);
background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.95) 5%, rgba(255,255,255,0.95) 95%, rgba(255,255,255,0.1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.1)), color-stop(5%, rgba(255,255,255,0.95)), color-stop(95%, rgba(255,255,255,0.95)), color-stop(100%, rgba(255,255,255,0.1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.95) 5%, rgba(255,255,255,0.95) 95%, rgba(255,255,255,0.1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.95) 5%, rgba(255,255,255,0.95) 95%, rgba(255,255,255,0.1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.95) 5%, rgba(255,255,255,0.95) 95%, rgba(255,255,255,0.1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.95) 5%,  rgba(255,255,255,0.95) 95%, rgba(255,255,255,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
table.dataTable.display tbody tr.even td {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #262626 !important;/*VERY DARK GREY*/
	cursor: pointer;
 *cursor:hand;
	text-align: center;
	border-right: 1px rgba(255,255,255,0.7) solid;
	height: 35px;
	
	
	background: rgba(240,240,240,9);
background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(240,240,240,0.95) 5%, rgba(240,240,240,0.95) 95%, rgba(255,255,255,0.1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.1)), color-stop(5%, rgba(240,240,240,0.95)), color-stop(95%, rgba(240,240,240,0.95)), color-stop(100%, rgba(255,255,255,0.1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(240,240,240,0.95) 5%, rgba(240,240,240,0.95) 95%, rgba(255,255,255,0.1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(240,240,240,0.95) 5%, rgba(240,240,240,0.95) 95%, rgba(255,255,255,0.1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(240,240,240,0.95) 5%, rgba(240,240,240,0.95) 95%, rgba(255,255,255,0.1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(240,240,240,0.95) 5%,  rgba(240,240,240,0.95) 95%, rgba(255,255,255,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
table.dataTable.display tbody tr.selected td {
	background-color:rgba(102, 224, 228, 0.8);

}
table.dataTable.display tbody tr:hover td{
	
	background-color:rgba(102, 224, 228, 0.8);

	cursor: pointer;
 *cursor:hand;
}
table.dataTable th.center, table.dataTable td.center, table.dataTable td.dataTables_empty {
	text-align: center;
}
table.dataTable th.right, table.dataTable td.right {
	text-align: right;
}
table.dataTable.no-footer {/*border-bottom:1px solid #111*/
}
table.dataTable, table.dataTable th, table.dataTable td {
}
.dataTables_wrapper {
	position: relative;
	clear: both;
 *zoom:1;
	zoom: 1;
}
.dataTables_wrapper .dataTables_length {
	
}
.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: center;
	margin-top: -40px;
	display: inline-block;
	z-index:20000;
}
.dataTables_wrapper .dataTables_filter input{
	padding: 3px!important;
	width: 220px!important;
	border: 0px;
	height: 35px!important;
	font-size: 14px!important;
	color: #262626!important;
	overflow: hidden;
	text-indent:10px;

	position:absolute;
	z-index:30000;
	margin-left:-220px;
	left:100%;

	white-space: nowrap;
	text-decoration: none;
	border-radius: 4px;
	
	background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
	
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);

	
}

.dataTables_filter input:focus,.dataTables_filter input:hover{
	-webkit-box-shadow: 0px 0px 10px 5px rgba(102, 224, 228, 0.8);
-moz-box-shadow: 0px 0px 10px 5px rgba(102, 224, 228, 0.8);
box-shadow: 0px 0px 10px 5px rgba(102, 224, 228, 0.8);
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	background-color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: #333;
	font-size: x-small!important;
}
.dataTables_wrapper .dataTables_scroll {
	clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {/*margin-top:-1px;-webkit-overflow-scrolling:touch*/
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {/*border-bottom:1px solid #111*/
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
	border-bottom: none;
}
.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

@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 {
}
