.sey-container {
  display: none;
  background-color: #fff;
  color: #333;
  transition: left 0.5s ease-in-out;
}
.sey-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sey-show {
  display: block;
}
.sey-hide {
  display: none;
}
.sey-empty {
  cursor: default;
  padding: 7px;
}
.sey-item {
  height:42px;
  margin-top:-1px;
  line-height:42px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #dfdfdf;
}
.sey-item:hover {
  background-color: #2b982b;
  color: #fff;
}
.sey-selected {
  background-color: #f5f5f5;
  color: #555;
}
.sey-char-highlight {
  font-weight: bold;
}
.sey-category-id {
  background-color: #eee;
  color: #aaa;
  text-align: right;
  text-transform: capitalize;
  font-style: italic;
  font-size: 12px;
  box-shadow: 1px 0px 1px;
  padding: 7px;
}

.service-item {
	cursor:pointer;
}