.miniColors-trigger {
	height: 22px;
	width: 22px;
	background: url(images/trigger.png) center no-repeat;
	vertical-align: middle;
	margin: 0 .25em 0 10px;
	display: inline-block;
	outline: none;
}
#edit-btn-border-color .miniColors-trigger {
	margin-left: 33px;
}

.miniColors-selector {
	position: absolute;
	width: 180px;
	height: 180px;
	background: #FFF;
	border: solid 1px #BBB;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	z-index: 999999;
}

.miniColors-selector.black {
	background: #000;
	border-color: #000;
}

.miniColors-title {
	font-weight: bold;
	margin-top: 5px;
}
.miniColors-selector .colorSwatches {
	width: 100%;
	height: auto;
	margin-top: 5px;
}
.miniColors-selector.less .colorSwatches {
	height: 25px;
	overflow: hidden;
}
.miniColors-selector .colorSwatches::after {
	display: block;
	content: '';
	clear: both;
}

.miniColors-selector .colorSwatch {
	float: left;
	display: block;
	margin: 4px 6px 0 0;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-shadow: 0 0 2px #888;
	border: 2px solid white;
}
.miniColors-selector .colorSwatch.COLOR_FFFFFF {
	border: 2px solid #EFEFEF;
	box-shadow: 0px 0px 1px #888, inset 0 0 1px #000 !important;
}

.miniColors-selector .colorSwatch.active {
	border-color: #ee5938 !important;
}
.miniColors-colors {
	position: relative;
	width: 150px;
	height: 150px;
	background: url(images/gradient.png) center no-repeat;
	cursor: crosshair;
	float: left;
	margin-top: 5px;
}

.miniColors-hues {
	position: relative;
	width: 20px;
	height: 150px;
	background: url(images/rainbow.png) center no-repeat;
	cursor: crosshair;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.miniColors-selector .miniColors-moreColor {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #c2c2c2;
	cursor: pointer;
	text-align: center;
	line-height: 33px;
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #636363;
}

.miniColors-selector .miniColors-moreColor .color_box {
	display: inline-block !important;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #0A0A0A;
	vertical-align: middle;
	box-shadow: 0 0 2px #888;
	border: 2px solid white;
	margin-right: 10px;
	margin-top: -3px;
}
.miniColors-selector .miniColors-moreColor .more_text {
	display: inline !important;
}
.miniColors-close {
	position: absolute;
	top: -15px;
	left: 185px;
	height: 16px;
    width: 16px;
	background-image: url("/scripts/js/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png");
	background-position: -96px -128px;
	cursor: pointer;
}

.miniColors-colorPicker {
	position: absolute;
	width: 11px;
	height: 11px;
	background: url(images/circle.gif) center no-repeat;
}

.miniColors-huePicker {
	position: absolute;
	left: -3px;
	width: 26px;
	height: 3px;
	background: url(images/line.gif) center no-repeat;
}

input.miniColors {
	float:left;
	padding: 2px 5px;
	border: 1px solid #BBB !important;
	width: 60px;
	outline: none;
}
input.miniColors:read-only {
	opacity: 0.6;
}

.hex-panel {
	position:relative;
	text-indent:5px;
	font-size: 12px;
	width: 100%;
	margin: 5px 0;
	display: none;
}
.hex-label {
	padding:3px;
	float: left;
}
.eyedropper {
	background: url(//cdn.planetart.com/images/eyedropper2.png) no-repeat center center;
	background-size: contain;
	width: 17px;
	height: 17px;
	display: block;
	margin-top: 2px;
	margin-right: 6px;
	cursor: pointer;
	float: right;
}
.eye-dropper-active {
	background: url(//cdn.planetart.com/images/eyedropper.png) center no-repeat;
}
#hex-panel2 {
	position:absolute;
	top:200px;
	left:300px;
}

#canvas-tag {
	display:none;
}

.eye-dropper-on {
	cursor: crosshair !important;
}

.miniColors-selector .hex-panel,
.miniColors-selector.less .miniColors-moreColor {
	display: block;
}
.miniColors-selector.less .miniColors-colors,
.miniColors-selector.less .miniColors-hues,
.miniColors-selector.less .hex-panel {
	display: none !important;
}

/* Overwrite from /scripts/js/jquery-ui/css/smoothness/jquery....css */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 1;
	filter:Alpha(Opacity=100)
}

/* CSS in dialog */
.miniColors-selector.dependent {
	border: none;
	box-shadow: none;
	position: relative;
	padding: 5px 0;
	height: auto;
	top: 0 !important;
	left: 0 !important;
}
.miniColors-selector.dependent .miniColors-close {
	display: none;
}

body.responsive .miniColors-selector.dependent {
	width: 100%;
}

/* mobile */
body.responsive .miniColors-selector .miniColors {
	float: none;
	vertical-align: top;
	height: 7vw;
	width: 35vw;
	text-align: center;
	margin-left: 2vw;
}

body.responsive .miniColors-selector .miniColors-colors {
	width: 78vw;
	max-width: 320px;
	height: 130px;
	background: url(images/gradient_mobile.png) center no-repeat;
}
body.responsive .miniColors-selector .miniColors-colorPicker {
	width: 16px;
	height: 16px;
	border: 1px solid rgb(194, 193, 193);
	background: none white;
	border-radius: 50%;
}
body.responsive .miniColors-selector .miniColors-hues {
	width: 25px;
	height: 130px;
	float: right;
	margin-left: 0;
	background: url(images/rainbow_mobile.png) center no-repeat;
}
body.responsive .miniColors-selector .miniColors-huePicker {
	top: 106.446px;
	background: none white;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	border: 1px solid rgb(194, 193, 193);
	left: 0;
}
