@charset "utf-8";

.taskMemberModal {
  z-index: 1055;
}

.taskMemberModal .modal-dialog {
  width: 740px;
}

.taskMemberModal .modal-header {
  padding: 16px 24px 0;
  border: 0;
  color: #333;
  font-weight: normal;
  font-size: 16px;
}

.taskMemberModal .modal-body {
  padding: 20px 0 24px;
  display: flex;
}

.taskMemberModal .taskMemberModal_hide {
  display: none;
}

.taskMemberModal .zUserPhoto,
.taskMemberModal .zUserPhoto img,
.taskMemberModal .zUserPhoto div {
  width: 28px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
}

.taskMemberModal_left {
  width: 55%;
  padding: 0 24px;
}

.taskMemberModal_right {
  width: 45%;
  padding: 0 16px;
  border-left: 1px solid #e6e6e6;
}

.taskMemberModal_search {
  line-height: 32px;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.taskMemberModal_search i {
  font-size: 20px;
  color: #999;
  vertical-align: middle;
}

.taskMemberModal_search input {
  width: calc(100% - 28px);
  margin-left: 8px;
  border: 0;
  line-height: 32px;
  background: rgba(0, 0, 0, 0);
  vertical-align: middle;
}

.taskMemberModal_search + div {
  display: flex;
}

.taskMemberModal_list {
  width: 315px;
  height: 480px;
  overflow: auto;
  padding-right: 5px;
}

.taskMemberModal_list_tit {
  line-height: 32px;
  background: #f5f5f5;
  border-radius: 4px;
  color: #999;
  padding: 0 12px;
  margin: 8px 0;
}

.taskMemberModal_list_item {
  line-height: 40px;
  padding: 0 16px;
}

.taskMemberModal_list_item:hover {
  background: #f5f5f5;
}

.taskMemberModal_list_item i {
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(/static/Public/images/lawFirm/projectList_05.svg) no-repeat;
  background-size: 100% 100%;
}

.taskMemberModal_list_item i.taskMember_active {
  background: url(/static/Public/images/lawFirm/projectList_06.svg) no-repeat;
  background-size: 100% 100%;
}

.taskMemberModal_list_item .zUserPhoto {
  margin: 0 10px 0 14px;
  vertical-align: middle;
}

.taskMemberModal_list_item > span {
  vertical-align: middle;
}

.taskMemberModal_directory {
  text-align: center;
  margin-left: 24px;
  padding: 5px 0;
}

.taskMemberModal_directory a {
  display: block;
  font-size: 12px;
  margin: 2px 0;
  color: #999;
  cursor: pointer;
}

.taskMemberModal_result {
  height: 480px;
  overflow: auto;
}

.taskMemberModal_result li {
  line-height: 40px;
  padding: 0 16px;
}

.taskMemberModal_result li:hover {
  background: #f5f5f5;
}

.taskMemberModal_result span {
  margin-left: 10px;
}

.taskMemberModal_result i {
  float: right;
  cursor: pointer;
  color: #aaa;
  font-size: 20px;
  display: none;
}

.taskMemberModal_result li:hover i {
  display: block;
}

.taskMemberModal_handle {
  text-align: right;
  margin-top: 10px;
}

.taskMemberModal_handle button {
  display: inline-block;
  text-align: center;
  background: #fff;
  border: 1px solid var(--color-theme);
  color: var(--color-theme);
  padding: 0 16px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
}

.taskMemberModal_handle button:first-child {
  background: var(--color-theme);
  color: #fff;
}

.taskMemberModal .zUserPhoto div {
  margin-top: 0px;
}
