.w-bubble-group {
  width: 514px;
  border: 1px solid #ddd;
  margin-top: 3px;
}

.w-bubble-group .bubblesArea {
  width: inherit;
  padding: 7px;
}

.w-bubble-group .bubble {
  min-width: 58px;
  height: 24px;
  padding: 3px;
  border: 1px solid #c6d880;
  font-size: 13px;
  line-height: 24px;
  margin: 2px;
  background-color: #e6efc2;
  display: inline-block;
}

.w-bubble-group .bubble .bubbleText {
  display: inline-block;
  min-width: 40px;
  height: 24px;
  padding: 0px 4px;
  text-align: center;
}

.w-bubble-group .bubble .removeBubble {
  display: inline-block;
  width: 18px;
  height: 24px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.w-bubble-group .bubble .removeBubble:hover {
  color: red;
}

.w-bubble-group input.trans-input {
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15) inset;
  font-size: 13px;
  margin: 2px;
  display: none;
}

.placeholder {
  display: inline-block;
  height: 31px;
  line-height: 31px;
  font-size: 13px;
  margin: 2px;
}

/* Auto Complete */
.autocomplete_cont {
  width: 500px;
}

.w-bubble-group .autocomplete {
  position: absolute;
  width: 500px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  background-color: #eee;
  padding: 7px;
  margin-top: 2px;
  margin-left: -1px;
  display: none;
  z-index: 99;
}

.autocomplete .suggestion {
  display: block;
  width: 490px;
  padding: 5px;
  border-bottom: 1px dotted #ccc;
}

.autocomplete .suggestion:hover {
  background-color: #e8e8e8;
  cursor: pointer;
}

.autocomplete .suggestion .sgTitle {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.autocomplete .suggestion .desc {
  font-size: 12px;
}

.bubblesData {
  display: none;
}
