.crop {
  border-radius: 2px;
  border: 2px solid #74bde6;
  overflow: hidden;
  background: url("../../img/crop-grid.png") repeat -1px -1px;
  position: relative;
  padding: 4em;
  height: 543px;
}

.resize-container {
  position: relative;
  display: inline-block;
  cursor: move;
  margin: 0 auto;
}

.resize-container img {
  display: block;
}

.resize-container:hover img,
.resize-container:active img {
  outline: 2px dashed rgba(222, 60, 80, 0.9);
}

.resize-handle-ne,
.resize-handle-se,
.resize-handle-nw,
.resize-handle-sw {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(222, 60, 80, 0.9);
  z-index: 100;
}

.resize-handle-nw {
  top: -5px;
  left: -5px;
  cursor: nw-resize;
}

.resize-handle-sw {
  bottom: -5px;
  left: -5px;
  cursor: sw-resize;
}

.resize-handle-ne {
  top: -5px;
  right: -5px;
  cursor: ne-resize;
}

.resize-handle-se {
  bottom: -5px;
  right: -5px;
  cursor: se-resize;
}

.crop-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 100;
  width: 200px;
  height: 200px;
  border: solid 2px rgba(222, 60, 80, 0.9);
  box-sizing: content-box;
  pointer-events: none;
}

.crop-overlay:after,
.crop-overlay:before {
  content: '';
  position: absolute;
  display: block;
  width: 204px;
  height: 40px;
  border-left: dashed 2px rgba(222, 60, 80, 0.9);
  border-right: dashed 2px rgba(222, 60, 80, 0.9);
}

.crop-overlay:before {
  top: 0;
  margin-left: -2px;
  margin-top: -40px;
}

.crop-overlay:after {
  bottom: 0;
  margin-left: -2px;
  margin-bottom: -40px;
}

.crop-overlay-inner:after,
.crop-overlay-inner:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 204px;
  border-top: dashed 2px rgba(222, 60, 80, 0.9);
  border-bottom: dashed 2px rgba(222, 60, 80, 0.9);
}

.crop-overlay-inner:before {
  left: 0;
  margin-left: -40px;
  margin-top: -2px;
}

.crop-overlay-inner:after {
  right: 0;
  margin-right: -40px;
  margin-top: -2px;
}

.btn-crop {
  position: absolute;
  vertical-align: bottom;
  right: 15px;
  bottom: 15px;
  padding: 6px 10px;
  z-index: 100;
  background-color: #de3c50;
  border: none;
  color: #FFF;
}

.btn-crop img {
  vertical-align: middle;
  margin-left: 8px;
}

/*# sourceMappingURL=../maps/vendors/crop.css.map */
