#dicomContainer .toolbar button {
  background-color: #666;
  color: #e2e2e2;
  border: none;
  outline: none;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  margin-right: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
}

#dicomContainer .toolbar button:disabled {
  background-color: #444;
  color: #d2d2d2;
  box-shadow: none;
}

.layerContainer {
  position: relative;
  padding: 0;
}
.imageLayer {
  position: absolute;
}
.drawDiv {
  position: absolute;
  pointer-events: none;
}
.dropBox {
  border: 5px dashed #ccc;
}
.dropBox.hover {
  border: 5px dashed #cc0;
}

/* Info */
.infotl {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.infotr {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.infobl {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}
.infobr {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.plot {
  position: absolute;
  width: 100px;
  height: 50px;
  bottom: 15px;
}
.infoLayer ul {
  margin: 0;
  padding: 2px;
  list-style-type: none;
  color: #aaa;
}
.infoLayer canvas {
  margin: 0;
  padding: 2px;
}

.dicomLoadingIndicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
