.ajaxTable thead th[data-order] i{cursor:pointer;}
.ajaxTable thead input.input-xs{padding:2px;height:25px;}
.ajaxTable td{padding:6px;}
.ajaxTable th{padding:6px;}
.ajaxTable tfoot ul.pagination{margin:0;}
.ajaxTable tfoot .hit{margin:8px;font-weight:bold;float:left;}
.ajaxTable tfoot select{height:30px;}
.ajaxTable tfoot ul li{float:left;}
.ajaxTable tr.selected td{background-color:#FFFC60 !important;}
.ajaxTable-selectable-tools{position:fixed;bottom:0;right:25px;padding:5px;margin:auto;background:rgba(0,0,0,.2);border-radius:5px 5px 0 0;z-index:1000;}
.ajaxTable-selectable-tools button{width:30px;margin:2px;}
.ajaxTable-selectable-actions{position:fixed;bottom:0;right:150px;padding:5px;margin:auto;background:rgba(0,0,0,.2);border-radius:5px 5px 0 0;z-index:1000;display:none;}
.ajaxTable.table-fixed tbody{height:300px;overflow-y:scroll;display:block;width:100%;}
.ajaxTable.table-fixed thead{overflow-y:scroll;display:block;width:100%;}
.ajaxTable.table-fixed thead tr, .ajaxTable.table-fixed tbody tr {display:table;width:100%;table-layout:fixed;}
