.mentions-input-box {
  position: relative;
  background: #fff;
}

.mentions-input-box textarea {
  width: 100%;
  display: block;
  height: 22px;
  padding: 9px;
  border: 1px solid #f0f0f0;
  border-radius:3px;
  overflow: hidden;
  background: transparent;
  position: relative;
  outline: 0;
  resize: none;
 font-family:'Lato',sans-serif;
 font-size: 13px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mentions-input-box .mentions-autocomplete-list {
  display: none;
  background: #fff;
  border: 1px solid #f0f0f0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10000;
  margin-top: -2px;
top:100% !important;
  border-radius:5px;
  border-top-right-radius:0;
  border-top-left-radius:0;
  max-width:300px;
}

.mentions-input-box .mentions-autocomplete-list ul {
    margin: 0;
    padding: 0;
}

.mentions-input-box .mentions-autocomplete-list li {
  background-color: #fff;
  padding:3px;
  margin: 0 !important;
  width: auto;
  font-size:13px;
  border-bottom: 1px solid #f0f0f0;
  height: auto;
  line-height:29px;
  overflow: hidden;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
  width:100%;
  padding:2px !important;
}

.mentions-input-box .mentions-autocomplete-list li:last-child {
  border-radius:5px;
}

.mentions-input-box .mentions-autocomplete-list li > img,
.mentions-input-box .mentions-autocomplete-list li > div.icon {
  width: 30px;
  height: 30px;
  float: left;
  margin-top:0;
  margin-right: 5px;
  -moz-background-origin:3px;
  border-radius:50px;
}

.mentions-input-box .mentions-autocomplete-list li em {
  font-weight: bold;
  font-style: none;
}

.mentions-input-box .mentions-autocomplete-list li:hover,
.mentions-input-box .mentions-autocomplete-list li.active {
  background-color: #e4e4e2;
}

.mentions-input-box .mentions-autocomplete-list li b {
  background: #fdbb11;
  font-weight: normal;
  color:#fff;
}

.mentions-input-box .mentions {
  position: absolute;
  left: 1px;
  right: 0;
  top: 1px;
  bottom: 0;
  padding: 9px;
  color: #fff;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.mentions-input-box .mentions > div {
  color: #fff;
  white-space: pre-wrap;
  width: 100%;
}

.mentions-input-box .mentions > div > strong {
  font-weight:normal;
  background: #f0f0f0;
  font-size:12px;
  color:#f0f0f0;
  text-indent:2px;
  line-height:17px;
  border-bottom:2px solid #47b955;
}

.mentions-input-box .mentions > div > strong > span {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
