/* jquery.Jcrop.min.css v0.9.12 (build:20140524) */
.jcrop-holder{direction:ltr;text-align:left;-ms-touch-action:none;float:left;}.jcrop-hline,.jcrop-vline{background:#fff;font-size:0;position:absolute}.jcrop-vline{height:100%;width:1px!important}.jcrop-vline.right{right:0}.jcrop-hline{height:1px!important;width:100%}.jcrop-hline.bottom{bottom:0}.jcrop-tracker{height:100%;width:100%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}
.jcrop-handle{background-color:#333;border:1px #eee solid;width:15px;height:15px;font-size:1px}
.jcrop-handle.ord-n{left:50%;margin-left:-8px;margin-top:-8px;top:0}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-8px;margin-left:-8px}
.jcrop-handle.ord-e{margin-right:-8px;margin-top:-8px;right:0;top:50%}
.jcrop-handle.ord-w{left:0;margin-left:-8px;margin-top:-8px;top:50%}
.jcrop-handle.ord-nw{left:0;margin-left:-8px;margin-top:-8px;top:0}
.jcrop-handle.ord-ne{margin-right:-8px;margin-top:-8px;right:0;top:0}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-8px;margin-right:-8px;right:0}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-8px;margin-left:-8px}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px}
.jcrop-dragbar.ord-n{margin-top:-8px}.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-8px}
.jcrop-dragbar.ord-e{margin-right:-8px;right:0}.jcrop-dragbar.ord-w{margin-left:-8px}.jcrop-light .jcrop-hline,.jcrop-light .jcrop-vline{background:#fff;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#fff;border-radius:3px}.jcrop-dark .jcrop-hline,.jcrop-dark .jcrop-vline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#fff;border-color:#000;border-radius:3px}.solid-line .jcrop-hline,.solid-line .jcrop-vline{background:#fff}.jcrop-holder img,img.jcrop-preview{max-width:none}


#imgCropped {
	background-color:white;
	max-width:400px;
	max-height:400px;

  width: auto;
  height: auto;
	-webkit-user-select: none;
}

