/*!
 * Cropper v0.7.5
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright 2014 Fengyuan Chen
 * Released under the MIT license
 */
.cropper-container{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;position:relative;overflow:hidden}.cropper-container img{width:100%;height:100%;min-width:0!important;max-width:none!important;min-height:0!important;max-height:none!important}.cropper-modal,.cropper-canvas{position:absolute;top:0;bottom:0;left:0;right:0}.cropper-canvas{filter:alpha(opacity=0);opacity:0;background-color:#fff}.cropper-modal{filter:alpha(opacity=50);opacity:.5;background-color:#000}.cropper-dragger{width:80%;height:80%;position:absolute;top:10%;left:10%}.cropper-viewer{outline:1px solid rgba(51,102,255,.75);width:100%;height:100%;display:block;overflow:hidden}.cropper-dashed{filter:alpha(opacity=50);opacity:.5;border:0 dashed #fff;display:block;position:absolute}.cropper-dashed.dashed-h{border-top-width:1px;border-bottom-width:1px;width:100%;height:33.3%;top:33.3%;left:0}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;width:33.3%;height:100%;top:0;left:33.3%}.cropper-face,.cropper-line,.cropper-point{width:100%;height:100%;filter:alpha(opacity=10);opacity:.1;display:block;position:absolute}.cropper-face{cursor:move;background-color:#fff;top:0;left:0}.cropper-line{background-color:#69f}.cropper-line.line-e{cursor:e-resize;width:5px;top:0;right:-3px}.cropper-line.line-n{cursor:n-resize;height:5px;top:-3px;left:0}.cropper-line.line-w{cursor:w-resize;width:5px;top:0;left:-3px}.cropper-line.line-s{cursor:s-resize;height:5px;bottom:-3px;left:0}.cropper-point{width:5px;height:5px;filter:alpha(opacity=75);opacity:.75;background-color:#69f}.cropper-point.point-e{cursor:e-resize;margin-top:-3px;top:50%;right:-3px}.cropper-point.point-n{cursor:n-resize;margin-left:-3px;top:-3px;left:50%}.cropper-point.point-w{cursor:w-resize;margin-top:-3px;top:50%;left:-3px}.cropper-point.point-s{cursor:s-resize;margin-left:-3px;bottom:-3px;left:50%}.cropper-point.point-ne{cursor:ne-resize;top:-3px;right:-3px}.cropper-point.point-nw{cursor:nw-resize;top:-3px;left:-3px}.cropper-point.point-sw{cursor:sw-resize;bottom:-3px;left:-3px}.cropper-point.point-se{cursor:se-resize;width:20px;height:20px;filter:alpha(opacity=100);opacity:1;bottom:-3px;right:-3px}.cropper-point.point-se:before{content:" ";width:200%;height:200%;filter:alpha(opacity=0);opacity:0;background-color:#69f;display:block;position:absolute;bottom:-50%;right:-50%}@media (min-width:768px){.cropper-point.point-se{width:15px;height:15px}}@media (min-width:992px){.cropper-point.point-se{width:10px;height:10px}}@media (min-width:1200px){.cropper-point.point-se{width:5px;height:5px;filter:alpha(opacity=75);opacity:.75}}.cropper-hidden{display:none!important}.cropper-invisible{z-index:-1;filter:alpha(opacity=0);opacity:0;position:fixed;top:0;left:0;width:auto!important;max-width:none!important;height:auto!important;max-height:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-canvas,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}