/* for BPMN.html */

/* Diagram and palette area */

#myDiagramDiv {
  float: right;
  border-right: none;
  width: 89.5%;
  min-height: 800px;
}

#description {
  float: right;
  margin-right: 4px;
}

#PaletteAndDiagram {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#sideBar {
  float: left;
  width: 10%;
  text-align: center; 
}

.myPaletteDiv {
  width: 100%;
  min-height: 625px;
}

#accordion {
  margin: 0px;
  width: 97%;
  min-height: 625px;
}

#myOverviewDiv {
  width: 100%;
  height: 225px;
}

/* top bar area */

.ui-accordion .ui-accordion-content {
  padding: 1px;
}
.ui-menu {
  width: 120px;
}
#menuui {
  height: 30px;
  width: 100%;
}
#menuui > li {
  float: right;
}

#myOverviewDiv {
  background-color: lightgray;
}

#currentFile {
  background: #1874CD;
  width: 100%;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 0px;
  color: white;
}

.draggable {
  display: inline-block;
  vertical-align: top;
  border: 1px solid gray;
  background-color: #e2e2e2;
  position: absolute;
  top: 40%;
  right: 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-right: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mySavedFiles {
  font-family: Arial;
  font-size: medium;
  width: 250px;
  margin-right: 25px;
}

.elementBtn {
  margin-top: 20px;
  font-family: Arial;
  font-size: medium;
  margin-right: 20px;
}

/* sample thumbnails bottom area */

figure {
  display: inline-block;
  margin: 10px;
}
