 

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
  src: url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
thead .sort{display:inline-block; vertical-align: inherit; margin: 0 0 -2px 5px; width: 20px; height: 20px; font-size: 13px; font-family: 'Glyphicons Halflings';} 
thead .sorting{opacity: 0.3; }
thead .sorting:before {
    content: '\e150';
  cursor: pointer
}
thead .sorting_asc{opacity: 0.7; }
thead .sorting_asc:before {
    content: '\e155';
  cursor: pointer;
 }
thead .sorting_desc{opacity: 0.7; }
thead .sorting_desc:before {
    content: '\e156';
  cursor: pointer;
 }


 