/* Styles for the shared by lozenge - stolen from .aui-lozenge-success.aui-lozenge-subtle */
.used-by {
  background-color: white;
  border-color: #b2d8b9;
  color: #14892c;
}
.used-by > em {
  font-style: normal;
}
.shared-item-target {
  display: none;
}
.shared-items-target .aui-inline-dialog-contents,
.shared-item-target .aui-inline-dialog-contents {
  padding: 0;
}
.shared-items-content,
.shared-item-content {
  padding: 16px;
}
.shared-items-content > h3,
.shared-item-content > h3,
.shared-items-content > strong,
.shared-item-content > strong {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 8px 0;
}
.shared-items-list {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
  max-height: 15em;
  overflow-y: auto;
}
.shared-items-list > li {
  margin: 0;
  overflow: hidden;
  padding: 2px;
  text-align: right;
}
.shared-items-list .shared-project-name,
.shared-items-list .shared-issuetype-name {
  float: left;
  padding-left: 20px;
  text-align: left;
}
.shared-items-list .shared-project-name.current,
.shared-items-list .shared-issuetype-name.current {
  font-weight: bold;
}
.shared-items-list .shared-project-name .shared-project-icon,
.shared-items-list .shared-issuetype-name .shared-project-icon {
  float: left;
  margin: 0 4px 0 -20px;
  text-indent: 999em;
}
