/* for BPMN.html */

/* Diagram and palette area */

#myDiagramDiv {
  float: left;
  border: solid 1px gray;
  border-left: none;
  width: 84%;
  height: 700px;
  background-color: #FFFFFF;
}

#description {
  float: left;
  margin-left: 4px;
}

#PaletteAndDiagram {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#sideBar {
  float: left;
  width: 15%;
  min-height: 500px;
  text-align: center;
  border: 1px solid gray;
}

.myPaletteDiv {
  width: 100%;
  min-height: 625px;
}

.draggable {
  display: inline-block;
  vertical-align: top;
  border: 1px solid gray;
  background-color: #e2e2e2;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 300px;
  height: 200px;
  z-index: 500;
}

.handle {
  background-color: #9CCB19;
  text-align: center;
  font: bold 12px sans-serif;
}

.elementText {
  font-family: Arial;
  font-size: medium;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.elementBtn {
  margin-top: 20px;
  font-family: Arial;
  font-size: medium;
  margin-left: 20px;
}
