.btn-circle {
  text-align: center;
  padding: 6px 0;
  line-height: 1.42;
  border-radius: 15px;
}

.users-panel {
  min-height: 80px;
  padding: 5px 20px;
  margin-bottom: 20px;
  background-color:#9696967a;
}

.tooltip-date {
  margin: 6px;
}

#bug-summary {
  text-overflow: ellipsis;
  font-size: 13px;
  color: #4C8FBD
}

#bug-summary :hover {
  color: #4C8FBD
}

.show {
  display: inline !important;
}

.hide {
  display: none !important;
}
