.sorting {
	cursor: pointer ;
	background-image: url("../img/sort_both.png") !important ;
	background-repeat: no-repeat !important ;
    background-position: center right !important ;
}

.sorting-desc {
	background-image: url("../img/sort_desc.png");
}

.sorting-asc {
	background-image: url("../img/sort_asc.png");
}

.datatable-load-bar {
	width: 100% ;
	margin: 8px 0 ;
}

.pagination > li{
	display:inline;
	
}
.pagination > li a{
	cursor:pointer;
	color:#aaa;
	position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}

.pagination > li a:hover{
	cursor:pointer;
	color:#000;
	background-color: #f5f5f5;
}


.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ff0000;
    border-color: #ff0000;
color: #fff;
}

