
.flexyImg-Content {
	background: #88ABC2;
	color: #EBF7F8;
	font-weight: 500;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif;
	padding: 5px 5px 0 5px;
	margin: 0 auto;
}

.flexyImg-Content .a-tip-start,
.flexyImg-Content .a-tip-work,
.flexyImg-Content .a-tip-view {
	padding: 1em;
	color: #49708A;
	text-align: center;
}

.flexyImg-Content .a-tip-start span,
.flexyImg-Content .a-tip-work span,
.flexyImg-Content .a-tip-view span{
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	padding: 0 5px;
}

.flexyImg-Content .crop-view,
.flexyImg-Content .a-tip-start,
.flexyImg-Content .a-tip-view {
    display: none;
}


.flexyImg-Canvas {
	position: relative;
	background: url(../img/gridme.png) repeat center center;
	padding: 4em;
	height: 500px;
	border: 3px solid #49708A;
	max-width: 901px;
	overflow: hidden;
	margin: 0 auto;
}

.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,.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,.9);
    z-index: 999;
}

.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;
}

.cropFrame {
	position:absolute;
	display:none;
}

.overlay {
	position: absolute;
	z-index: 999;
    border: solid 2px rgba(222,60,80,.9);
	box-sizing: content-box;
	pointer-events: none;
}

.overlay-vert-after,
.overlay-vert-before {
	content: '';
	position: absolute;
	display: block;
	height: 40px;
    border-left: dashed 2px rgba(222,60,80,.9);
	border-right: dashed 2px rgba(222,60,80,.9);
}

.overlay-vert-before {
	top: 0;
	margin-left: -2px;
	margin-top: -40px;
}

.overlay-vert-after {
	bottom: 0;
	margin-left: -2px;
	margin-bottom: -40px;
}

.overlay-goriz-after,
.overlay-goriz-before {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
    border-top: dashed 2px rgba(222,60,80,.9);
	border-bottom: dashed 2px rgba(222,60,80,.9);
}

.overlay-goriz-before {
	left: 0;
	margin-left: -40px;
	margin-top: -2px;
}

.overlay-goriz-after{
	right: 0;
	margin-right: -40px;
	margin-top: -2px;
}

.btn-crop ,
.btn-clean,
.btn-imgList {
	position: absolute;
	vertical-align: bottom;
	padding: 6px 26px 6px 7px;
	background-color: rgb(222,60,80);
	background-image: url(../img/crop.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 7px) 60%;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	color: #FFF;
}

.btn-crop:link,
.btn-clean:link,
.btn-imgList:link,
.btn-crop:active,
.btn-clean:active,
.btn-imgList:active,
.btn-crop:hover,
.btn-clean:hover,
.btn-imgList:hover,
.btn-crop:visited,
.btn-clean:visited,
.btn-imgList:visited {
	color: #FFF;
}

.btn-crop {
	right: 5px;
	bottom: 5px;
	z-index: 999;
}

.btn-clean {
	display: none;
	left: 5px;
	bottom: 5px;
	z-index: 1000;
}

.btn-imgList {
	left: 5px;
	top: 5px;
	z-index: 1000;
}

ul.imgDropList {
	margin: 5px 0 0 5px;
	padding: 0;
	display:none;
	position: absolute;
	text-align: left;
	left: 5px;
	top: 35px;
	z-index: 1000;
}

ul.imgDropList li {
	margin:0;
	padding:0;
	list-style:none;
	background:#493e3b;
}

ul.imgDropList li .miniForList {
	height: 20px;
}

.flexyImg-Canvas .contentsCaravan {
	position:absolute;
	display:none;
}
