.colorprintplus-upload-image-container {
  margin-top: 10px;
  text-align: center;
}

.colorprintplus-cropped-uploaded-image {
  max-width: 300px;
}

.colorprintplus-cropped-uploaded-image img {
  display: block;
  width: 100%;
  height: auto;
}

.colorprintplus-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  background-color: #000;
  opacity: 0.6;
}

.colorprintplus-modal {
  position: fixed;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  z-index: 9999;
  border: 1px solid #ededed;
  border-radius: 5px;
  background-color: #fff;
  /*
  box-shadow: 0 0 5px 0 #000;
  */
}

.colorprintplus-progress-modal {
  left: calc(50% - 150px);
  right: calc(50% - 150px);
  top: calc(50% - 100px);
  bottom: calc(50% - 100px);
}

.colorprintplus-upload-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  text-align: center;
}

.colorprintplus-upload-output {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
}

.colorprintplus-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  cursor: pointer;
}

.colorprintplus-close-button:hover {
  font-weight: bold;
}

.colorprintplus-modal h2 {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 20px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.colorprintplus-crop-wrapper {
  position: absolute;
  overflow: hidden;
  left: 30px;
  right: 30px;
  top: 60px;
  bottom: 70px;
  background-color: #ccc;
}

.colorprintplus-canvas {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.colorprintplus-modal-dragging,
.colorprintplus-modal-dragging .colorprintplus-canvas {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.colorprintplus-edge-left,
.colorprintplus-edge-right,
.colorprintplus-edge-top,
.colorprintplus-edge-bottom {
  position: absolute;
  overflow: hidden;
  z-index: 20;
  background-color: #fff;
}

.colorprintplus-edge-left > img,
.colorprintplus-edge-right > img,
.colorprintplus-edge-top > img,
.colorprintplus-edge-bottom > img {
  position: absolute;
}

.colorprintplus-cropped-image {
  position: absolute;
  z-index: 10;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.colorprintplus-modal-dragging .colorprintplus-cropped-image {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.colorprintplus-modal-actions {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  text-align: center;
}

#colorprintplus-zoom {
  vertical-align: middle;
}
