.bpmn-icon-request {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46'%3E%3Crect x='5' y='15' width='36' height='16' fill='none' stroke='black' stroke-width='1' /%3E%3Cline x1='17' y1='15' x2='17' y2='31' fill='none' stroke='black' stroke-width='1' /%3E%3Cline x1='29' y1='15' x2='29' y2='31' fill='none' stroke='black' stroke-width='1' /%3E%3C/svg%3E");
}

.bpmn-icon-release {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46'%3E%3Crect x='5' y='15' width='36' height='16' fill='none' stroke='black' stroke-width='2' /%3E%3Cline x1='17' y1='15' x2='17' y2='31' fill='none' stroke='black' stroke-width='2' /%3E%3Cline x1='29' y1='15' x2='29' y2='31' fill='none' stroke='black' stroke-width='2' /%3E%3C/svg%3E");
}

.bpmn-icon-resource {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46'%3E%3Cpath d='M12,15 a1,1 0 0,0 0,16' stroke='black' stroke-width='1' fill='none'/%3E%3Cpath d='M34,31 a1,1 0 0,0 0,-16' stroke='black' stroke-width='1' fill='none'/%3E%3Cline x1='12' y1='31' x2='34' y2='31' stroke='black' stroke-width='1'/%3E%3Cline x1='12' y1='15' x2='34' y2='15' stroke='black' stroke-width='1' /%3E%3Ccircle cx='23' cy='23' r='3.5'  fill='none' stroke='black' stroke-width='3'/%3E%3Ccircle cx='12' cy='23' r='3.5'  fill='none' stroke='black' stroke-width='3'/%3E%3Ccircle cx='34' cy='23' r='3.5'  fill='none' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
}

.bts-log .bpmn-icon-resource, .bts-log .bpmn-icon-request, .bts-log .bpmn-icon-release {
  height: 23.3333px;
}

.bts-notification .bpmn-icon-resource, .bts-notification .bpmn-icon-request, .bts-notification .bpmn-icon-release {
  height: 23.3333px;
}

.djs-palette .entry:before {
  line-height: 46px;
}

.djs-palette .entry:hover {
  background-color: lightgray;
  color: black;
}

.djs-context-pad .entry:hover {
  background-color: lightgray;
  color: black;
}

djs-context-pad {
  font-size: 18px;
}

