.tag-users {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  min-height: 36px;
  padding: 4px 2px 2px 4px;
}
.mask-search {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  display: none;
  z-index: 105;
}
.list-select {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 220px;
  z-index: 100;
  border: 1px solid #EDEDED;
  background: #f9f9f9;
}
.tag-item {
  padding: 6px 10px !important;
  margin-right: 3px;
  font-size: 13px !important;
  min-height: 27px;
  float: left;
  margin-bottom: 2px;
  height: auto !important;
  text-align: left !important;
}
.tag-remove{
  margin-left: 8px;
  float: right;
  cursor: pointer;
}
.tag-item-content{
  white-space: pre-line;
}
.typing-head,
.tagged-list {
  float: left;
  z-index: 110;
}
.typing-head {
  position: relative;
  min-width: 200px;
}
.typing-head input.type-head {
  box-shadow: none!important;
  border: 0!important;
  border-radius: 0!important;
  margin-bottom: 0 !important;
  padding: 4px 8px;
  font-size: 12px;
  height: 27px;
  z-index: 100;
  position: relative;
}
.typing-head input.type-head:focus{
  box-shadow: none !important;
}
.typing-head.open .list-select {
  display: block;
}
.tag-user-icon{
  float: left;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px !important;
  font-size: 16px !important;
  color: #999;
  margin-right: 5px;
}
.tag-user-link{
  overflow: hidden;
  display: block;
  line-height: 32px;
  cursor: pointer;
  color: #2a6496;
}
.tag-user-link > b{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tag-user-link:hover{
  background: #eee;
}
.tag-user-link.selected{
  background: #ddd;
}

.tag-item > .tag-user-icon{
  width: 25px;
  height: 25px;
  margin: -5px 5px -5px -9px;
  line-height: 27px !important;
  color: #fff;
}
img.tag-user-icon{
  background: #fff;
}


.dropdown-state {
  margin-left: 5px;
}

.dropdown-state-button {
  min-height: 22px !important;
  line-height: 20px !important;
  height: 22px !important;
}

.dropdown-state-item {
  font-size: 13px;
  margin-bottom: 1px;
  margin-top: 1px;
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}

.dropdown-state-item:hover {
  background-color: #eee;
}

.state-action-icon {
  margin-right: 2px;
  cursor: pointer;
}

.state-action-icon:hover {
  opacity: .7;
}

.state-note-text {
  font-size: 12px;
  color: #666;
}
