.mention-input-wrapper {
  align-items: flex-end;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.mention-input-wrapper .mention-input-content {
  background-color: white;
  cursor: initial;
  display: inline-block;
  flex-shrink: 1;
  font-weight: normal;
  line-height: 34px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  min-width: 200px;
}
.mention-input-wrapper .mention-input-content.mention-input-disabled {
  background-color: #eeeeee;
}
.mention-input-wrapper .mention-input-content.mention-with-btn {
  border-radius: 0;
}
.mention-input-wrapper .mention-input-content * {
  display: inline-block;
}
.mention-input-wrapper .mention-input-content _:-ms-input-placeholder,
:root .mention-input-wrapper .mention-input-content * {
  display: inline;
}
.mention-input-wrapper .mention-input-content pre {
  background-color: #eeeeee;
  cursor: default;
  margin: 0 0 -9px 0;
  padding: 5px;
}
.mention-input-wrapper .mention-input-content.mention-textarea {
  min-height: 80px;
  overflow-y: auto;
  padding: 5px;
  white-space: normal;
  word-wrap: break-word;
}
.mention-input-wrapper .smallFont {
  width: 100%;
}
.mention-input-wrapper .mention-input-btn-left {
  flex-shrink: 0;
}
.mention-input-wrapper .mention-input-btn-left .btn {
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  font-style: italic;
  height: 34px;
  min-width: 25px;
  outline: none;
  padding: 2px 5px 0 5px;
  text-align: center;
  width: 25px;
}
.mention-input-wrapper .mention-input-btn-left.mention-textarea-btn .btn {
  min-height: 80px;
  min-width: 50px;
  width: 50px;
}
.mention-input-wrapper .mention-input-btn-right {
  flex-shrink: 0;
}
.mention-input-wrapper .mention-input-btn-right .btn {
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 34px;
  min-width: 25px;
  outline: none;
  padding: 2px 5px 0 5px;
  text-align: center;
  width: 25px;
}
.mention-input-wrapper .mention-input-btn-right.mention-textarea-btn .btn {
  min-height: 80px;
  min-width: 50px;
  width: 50px;
}
mentio-menu li.list-group-item {
  padding: 0;
}
mentio-menu li .text-primary {
  color: #333333;
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
}
mentio-menu li .text-muted {
  color: #777777;
}
mentio-menu li.active .text-primary {
  color: white;
}
mentio-menu li.active .text-muted {
  color: #dddddd;
}
