
.botjqimg {
	background: #EEE url('jqimg.png') no-repeat 0 0;
	width: 36px;
	height: 36px;
	border: 1px #777 solid;
	display: inline-block;
	float: left;
	margin: 0 5px 5px 0;
	cursor: pointer;
}

.divSelectPointH, .divSelectPointV {
	background: repeating-linear-gradient(
		45deg,
		#DDD,
		#DDD 7px,
		#222 7px,
		#222 14px
	);
}

.botjqimg.aprtdo {
	background-color: #FFF;
	box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.29);
}

.botjqimgZI { background-position: 4px center; }
.botjqimgZO { background-position: -39px center; }
.botjqimgZAJ { background-position: -82px center; }
.botjqimgZRE { background-position: -126px center; }
.botjqimgM { background-position: -168px center; }
.botjqimgP { background-position: -211px center; }

.contBotsDown {
	margin-top: 3px;
	display: inline-block;
	float: left;
	background: transparent url('jqimg.png') no-repeat -675px center;
	padding-left: 30px;
	margin-left: 10px;
}

.contBotsDown button {
	display: inline-block;
	float: left;
	height: 25px;
	margin: 3px 0;
	padding: 3px 6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	font-family: inherit;
	border: none;
	background-color: #9affac;
	color: #222;
	cursor: pointer;
}

.contBotsDown button:first-child {
	padding-left: 12px;
}

.contBotsDown button:last-child {
	padding-right: 12px;
	border-radius: 0 4px 4px 0;
}

.contBotsDown button:hover {
	text-decoration: underline;
}

.contBotCopy {
	display: inline-block;
	float: left;
}

.contBotCopy button {
	display: block;
	float: left;
	margin-left: 15px;
	border: none;
	cursor: pointer;
	width: 36px;
	height: 36px;
	padding: 0;
	background-color: transparent;
	position: relative; /* required for tooltip */
}

.contBotCopy button span.icon-normal, .contBotCopy button span.icon-copying, .contBotCopy button span.icon-copied {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-image: url('jqimg.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	border-radius: 14px; /* 18px: circle */
	transition: opacity .2s linear;
}

.contBotCopy button span.icon-normal {
	background-position: -894px center;
	background-color: #a2f1ff;
	opacity: 1;
}

.contBotCopy button.copying-img span.icon-normal, .contBotCopy button.copied-img span.icon-normal {
	opacity: 0;
}

@keyframes rotation { from {transform: rotate(0deg);} to {transform: rotate(359deg);} }

.contBotCopy button span.icon-copying {
	background-position: -932px center;
	background-color: #ffa2a2;
	animation: rotation 0.75s infinite linear;
	border-radius: 18px; /* because of the rotation */
	opacity: 0;
}

.contBotCopy button.copying-img span.icon-copying {
	opacity: 1;
}

.contBotCopy button span.icon-copied {
	background-position: -972px center;
	background-color: #9cdb49;
	opacity: 0;
}

.contBotCopy button.copied-img span.icon-copied {
	opacity: 1;
}

.contBotCopy button .tooltip {
	background-color: #000c;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	border-radius: 3px;
	/* positioning */
	position: absolute;
	z-index: 1;
	top: 45px;
	left: -50%;
	width: 70px;
	/* hiding */
	opacity: 0;
	transition: opacity .3s linear;
}

.contBotCopy button.copied-img .tooltip {
	opacity: 1;
}

.imgjqimg.imZoomIn { cursor: -webkit-zoom-in; cursor: -moz-zoom-in; }
.imgjqimg.imZoomOut { cursor: -webkit-zoom-out; cursor: -moz-zoom-out; }
.imgjqimg.imMove { cursor: move; }
.imgjqimg.imPick { cursor: crosshair; }

.divSelectPoint.imPick { cursor: crosshair; }

.divSelectArea {
	border: 1px solid #000;
	background-color: rgba(0, 0, 0, 0.1);
	overflow: hidden;
	cursor: move;
}
.nwgrip, .negrip, .swgrip, .segrip, .ngrip, .egrip, .sgrip, .wgrip {
	width: 10px;
	height: 10px;
	background-color: #FFF;
	border: 1px solid #000;
}
.ngrip, .sgrip { width: 6px; }
.egrip, .wgrip { height: 6px; }
.nwgrip { left: -5px; top: -5px; }
.negrip { top: -5px; right: -5px; }
.swgrip { bottom: -5px; left: -5px; }
.segrip { bottom: -5px; right: -5px; }
.ngrip { top: -5px; left: 50%; margin-left: -4px; }
.sgrip { bottom: -5px; left: 50%; margin-left: -4px; }
.wgrip { left:-5px; top: 50%; margin-top: -4px; }
.egrip { right:-5px; top:50%; margin-top: -4px; }
