body {
  padding-top: 50px;
}
.hidden {
  display: none;
}
.dnd-zone {
  border: 2px dashed gray;
  height: 256px;
  width: 256px;
}
.dnd-zone div {
  /* Horizontally align the content */
  text-align: center;
  /* Vertically align the content */
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.step {
  display: none;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid black;
}
.step.active {
  background-color: lightgray;
}
.step.inactive {
  background-color: darkgray;
}
.step .content {
  width: 85%;
  /*border: 1px solid black;*/
  margin: 0 auto;
}
.step .content .dnd-zone {
  margin: 0 auto;
}
.file-item-container {
  padding: 5px;
  border-radius: 5px;
  background-color: #DADADA;
  margin-bottom: .5em;
}
.content-table {
  width: 100%;
}
.content-area .sidebar {
  padding: 5px;
}
.content-area .sidebar .action-bar {
  /*border: 1px solid black;
      padding: 5px;
      border-radius: 5px; */
}
.content-area .stage {
  padding: 5px;
}
