/**
 * Copyright 2016-present, Baifendian, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.bfd-datatable--sorting {
  background: url('icon/sort_both.png') no-repeat center right;
  cursor: pointer;
}
.bfd-datatable--sorting_asc {
  background: url('icon/sort_asc.png') no-repeat center right;
  cursor: pointer;
}
.bfd-datatable--sorting_desc {
  background: url('icon/sort_desc.png') no-repeat center right;
}
.bfd-datatable--sorting_asc-default {
  background: url('icon/sort_asc_default.png') no-repeat center right;
  cursor: pointer;
}
.bfd-datatable--sorting_desc-default {
  background: url('icon/sort_desc_default.png') no-repeat center right;
}
.bfd-datatable__empty {
  text-align: center;
}
