/*!
 * jQuery Gradient
 *
 * Written by sizeof(cat) <sizeofcat AT riseup DOT net>
 * Licensed under the MIT license
 * Version 2.0.0
 */

.catGradient {
	margin-bottom: 18px;
}

.catGradient .canvas {
	border: 1px solid #333;
}

.catGradient .info {
	display: none;    
	margin-right: 20px;
	margin-top: 4px;
	position: absolute;
	z-index: 80;
}

.catGradient .info .arrow {
	border-style: solid;
	border-width: 10px;
	height: 0;
	width: 0;
	margin-left: 20px;
	border-color: transparent transparent #000 transparent;
}

.catGradient .info .content {
	color: #fff;
	background-color: #000;
	padding: 8px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 12px;
	font-family: Verdana, Arial;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.catGradient .points {
	position: absolute;
	z-index: 99;
	max-height: 20px;
	margin-top: 2px;
}

.catGradient .point {
	position: absolute;
	width: 8px;
	margin-left: -4px;
	height: 8px;
	top: 0;
	border: 1px solid #333;
	cursor: pointer;
}

.catGradient .point-position {
	position: relative;
	top: -12px;
	margin-left: 6px;
}

.catGradient .delete {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../../../images/gradient/close.png);
	position: relative;
	top: -9px;
	margin-left: 8px;
}

.catGradient .point-color {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../../../images/gradient/select.png);
}

.catGradient .point-color div {
	position: relative;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: url(../../../images/gradient/select.png) center;
}
