.hbr-table-container{
    position: relative;
}
.hbr-table{
    margin: 0;
}
.hbr-table th {
    padding: 5px 5px 30px 5px;
    background-image: none;
    cursor: auto !important;
    position: relative;
}
.hbr-table th select{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.hbr-table th.sortable {
    padding: 5px 5px 30px 12px;
}
.hbr-table th.sortable::before {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    height: 20px;
    background: url(../furniture/pointer_sort.gif) 3px 8px no-repeat #7f7f7f;
}
.hbr-table th.sortable span {
    cursor: pointer !important;
}
.hbr-table th.sortable.sort-asc {
  background-color: #000000;
}
.hbr-table th.sortable.sort-asc::before {
  background-position:3px -192px;
  background-color: #000000;
}
.hbr-table th.sortable.sort-desc {
  background-position:3px -92px;
  background-color: #000000;
}
.hbr-table th.sortable.sort-desc::before {
  background-position:3px -92px;
  background-color: #000000;
}
.hbr-table tr:nth-child(even) td {
    background-color: #e5e5e5;
}
.hbr-table tr:nth-child(odd) td {
    background-color: #ffffff;
}
.greyout {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
.hbr-table-navigation-container {
    background: white;
    padding: 10px;
    height: 14px;
    clear: both;
    text-align: center;
    font-size: 12px;
}
.hbr-table-navigation-container.top {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.hbr-table-navigation-container.bottom {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.hbr-table-navigation-container .table-next {
    float: right;
}
.hbr-table-navigation-container .table-previous {
    float: left;
}
.table-data-loading {
    position: absolute;
    z-index: 4000;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    text-align: center;
}
.table-data-lazy-loading {
  text-align: center;
}
.hbr-table .sticky-column {
    position: absolute;
    z-index: 20;
    left: 0;
    top: auto;
}
.extra_scrollbar {
  overflow-x: scroll;
  overflow-y:hidden;
  height: 20px;
  position: fixed;
  bottom: 34px;
  z-index: 10000;
}
.extra_scrollbar_inner {
  height: 20px;
}
.float_bottom_nav {
    position: fixed;
    z-index: 30;
    bottom: 0px;
    background: white;
}
.hbr-table .has_checkbox, .hbr-table .nowrap {
  white-space: nowrap;
}
.hbr-table .fa {
  font-size: 15px;
}
.hbr-table th.active_filter {
  background-color: #000000;
}