.table_filtered thead tr th{
  cursor: pointer;
}
.filter_container img, .filter_container span, .filter_container i, .filter_container div{
  display: none;
}
.filter_icon{
  position: relative;
  float: right;
  width: 12px;
  padding-top: 3px;
  font-size: 15px;  
}
.table_filter{
  position: absolute;
  max-height: 300px !important;  
  background-color: white;
  list-style-type: none;
  overflow-y: auto;    
  display: none;
  padding: 0 !important;
  border: 1px solid #ABABAB;
  z-index: 99;
}
.table_filter li{
  padding: 5px 15px 5px 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table_filter li:hover{
  background-color: #DADADA;
  cursor: pointer;
}
.table_filter li.selected{
  color: white;
  background-color: #797979;    
}
.table_filter li a{
  color: #565656;
}
.table_filter::-webkit-scrollbar{width: 3px;};
.table_filter::-webkit-scrollbar-track {background-color: white;}
.table_filter::-webkit-scrollbar-thumb {background-color: #ABABAB;}
.table_filter_all{
  border-bottom: 1px solid #ABABAB;
}