.backgrid td.editor input[type=password] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  margin: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
}
.backgrid thead th button {
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.backgrid th.sortable button {
	cursor: pointer;
}
.autocomplete > li > a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  word-wrap: break-word;
  background-color: transparent;
  border: 0;
}

.autocomplete > li > a:hover, .autocomplete > li > a:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.autocomplete > li.active > a, .autocomplete > li > a:active {
  text-decoration: none;
  background-color: #f8f9fa;
}

.backgrid-filter .search {
	cursor: pointer;
}