.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none; 
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
table thead tr .sort_th {
  cursor: pointer;
}
.sort-up {
    border-bottom: 2px solid #e1e1e1;
    border-bottom-left-radius: 3px;
    position: absolute;
    border-bottom-right-radius: 3px;
    top: 1px;
    left: 2px;
    right: 2px;
    height: 0px;
}
.sort-down {
    border-top: 2px solid #e1e1e1;
    border-top-left-radius: 3px;
    position: absolute;
    border-top-right-radius: 3px;
    bottom: 1px;
    left: 2px;
    right: 2px;
    height: 0px;
}
.sort-up.on {
  border-bottom: 3px solid #008676;
}
.sort-down.on {
  border-top: 3px solid #c0bb20;
}
.tbl_sort_hide_row {
  display: none !important;
}
.paging_controls {
  font-weight: 700;
  /* font-size: 13px; */
  width: 100%;
  text-align: right;
  background: #666;
  color: #fff;
  height: 33px;
  padding: 0 5px;
}
#app .paging_controls .fa {
  min-width: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 32px;
  padding: 0 7px;
}
#app .paging_controls .fa.disabled {
  cursor: default;
  color: rgb(187, 185, 185);
}
.paging_controls .page_number {
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
  vertical-align: top;
  width: 47px;
  text-align: center;
}
.paging_footer {
  position: fixed;
  bottom: 4px;
  width: 500px;
}
#app .paging_footer tr {
  /* float: right; */
  /* padding: 0; */
}
#app .paging_footer tr td {
  padding: 0;
}