 /*!
  * bkDataSeletor v1.0
  * author ：蓝鲸智云
  * Copyright (c) 2012-2017 Tencent BlueKing. All Rights Reserved.
  */

.bk-data-list a:hover:after, .bk-data-active a:after, .bk-data-avatar {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bk-data-list a:hover:after, .bk-data-active a:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("../images/icon_enter.png");
}

.hidden {
  display: none;
}

.bk-data {
  position: absolute;
  left: 3px;
  top: 32px;
  /*width: 200px;*/
  background-color: #fafbfb;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.bk-data-wrapper {
  position: relative;
  min-height: 33px;
  padding: 5px 5px 0 5px;
  border: 1px solid #ccc;
  font-family: 'Microsoft YaHei';
  cursor: text;
}
.bk-data-wrapper.active{
  border-color: #57a3f1;
}
.bk-data-cover{
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 9999;
}
.bk-data-wrapper.disabled {
  cursor: not-allowed;
  background-color: #eee;
}
.bk-data-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bk-data-list a {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 5px 35px 5px 15px;
  color: #333;
  text-decoration: none;
}
.bk-data-list a:hover {
  background-color: #f4f4f4;
}
.bk-data-active a {
  background-color: #f4f4f4;
}
.bk-data-avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  background-image: url("../images/avatar.jpg");
  vertical-align: middle;
}
.bk-data-name em {
  font-style: normal;
  font-weight: bold;
  color: #E95B5F;
}
.bk-data-editor {
  min-height: 29px;
}
.bk-data-editor input[name="bk-data-input"] {
  min-width: 10px;
  width: 10px;
  height: 100%;
  font-size: 16px;
  outline: none;
  border: none;
}
.bk-data-item {
  display: inline-block;
  padding: 0 5px;
  margin: 2px 5px 5px;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
}
.bk-data-highlight {
    font-style: normal;
    font-weight: bold;
    color: #E95B5F;
}
