/* line 6, ../../source/scss/ng-img-crop.scss */
img-crop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 13, ../../source/scss/ng-img-crop.scss */
img-crop canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
}

/* line 24, ../../source/scss/ng-img-crop.scss */
div[img-crop-result] {
  position: relative;
  width: 200px;
  /* this is overwritten by element.style changes */
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
}
/* line 29, ../../source/scss/ng-img-crop.scss */
div[img-crop-result] .imgCropResultContainer {
  position: relative;
  width: 100%;
  padding-top: 0;
  overflow: hidden;
}
/* line 35, ../../source/scss/ng-img-crop.scss */
div[img-crop-result] .imgCropResultContainer img {
  position: absolute;
}
