.colorpicker {
	width: 356px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	background: url(/images/public/colorpicker/colorpicker_background.png?ver=1);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
#color-picker-panel .colorpicker {
	background-image: none;
	padding-top: 200px;
	padding-bottom: 5px;
    padding-left: 10px;
    width: 100%;
    height: auto;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
#color-picker-panel .colorpicker_color {
	left: 10px;
	top: 10px;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(/images/public/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/images/public/colorpicker/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
#color-picker-panel .colorpicker_hue {
	top: 10px;
    left: 170px;
    width: 19px;
	background-image: url('/images/public/colorpicker/hue-slider-vert.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.colorpicker_hue_bottom {
	position: absolute;
    top: 172px;
    left: 12px;
    width: 154px;
    border: thin solid #444;
    height: 17px;
    cursor: e-resize;
    background-image: url('/images/public/colorpicker/hue-slider.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
#color-picker-panel .colorpicker_hue_bottom {
	left: 10px;
}
.colorpicker_hue_bottom div {
	position: absolute;
	width: 9px;
	height: 35px;
	overflow: hidden;
	background: url(/images/public/colorpicker/colorpicker_indic_90.gif) left top;
	margin: -10px 0 0 -2px;
	left: 0px;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(/images/public/colorpicker/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	top: 0px;
}
#color-picker-panel .colorpicker_hue div {
	left: -7px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 132px;
	height: 22px;
	background: url(/images/public/colorpicker/colorpicker_hex.png?ver=1) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
	overflow: hidden;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
#color-picker-panel .colorpicker_field, #color-picker-panel .colorpicker_hex {
	position: relative;
	overflow: hidden;
    background-repeat: no-repeat;
    background-image: none !important;
    width: 50%;
    display: inline-block;
    height: auto;
    top: inherit;
    left: inherit;
}
#color-picker-panel .colorpicker_field:after,
#color-picker-panel .colorpicker_hex:after {
	color: #FFF;
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 10px;
}
#color-picker-panel .colorpicker input {
	position: static;
    background-color: #222;
    margin: 0px 0px 0 0;
    padding: 5px 10px;
    width: calc(100% - 30px);
    height: auto;
    border-radius: 4px;
    transition: none;
}
#color-picker-panel .colorpicker_hex {
	width: 100%;
}
#color-picker-panel .colorpicker_hex:after {
	content: "HEX";
}
.colorpicker_rgb_r {
	background-image: url(/images/public/colorpicker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
#color-picker-panel .colorpicker_rgb_r:after {
	content: "R";
}
.colorpicker_rgb_g {
	background-image: url(/images/public/colorpicker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
#color-picker-panel .colorpicker_rgb_g:after {
	content: "G";
}
.colorpicker_rgb_b {
	background-image: url(/images/public/colorpicker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
#color-picker-panel .colorpicker_rgb_b:after {
	content: "B";
}
.colorpicker_hsb_h {
	background-image: url(/images/public/colorpicker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
#color-picker-panel .colorpicker_hsb_h:after {
	content: "H";
}
.colorpicker_hsb_s {
	background-image: url(/images/public/colorpicker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
#color-picker-panel .colorpicker_hsb_s:after {
	content: "S";
}
.colorpicker_hsb_b {
	background-image: url(/images/public/colorpicker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
#color-picker-panel .colorpicker_hsb_b:after {
	content: "B";
}
.colorpicker_submit {
	position: absolute;
	width: 132px;
	height: 22px;
	background-color: #2979FF;
    border-bottom: thin solid #2979FF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #FFF;
    text-align: center;
    line-height: 19px;
	left: 212px;
	top: 169px;
	overflow: hidden;
	cursor: pointer;
}
.colorpicker_submit:after {
	content: "Select Color";
	font-size: 10px;
	text-align: center;
	position: relative;
	line-height: 22px;
	height: 22px;
	width: 100%;
}
.colorpicker_submit:hover {
	background-color: #2369de;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}
#color-picker-panel .colorpicker_new_color,
#color-picker-panel .colorpicker_current_color,
#color-picker-panel .colorpicker_submit {
	display: none;
}
.lighter #color-picker-panel .colorpicker input {
	background-color: #CCC;
	color: #000;
}
.lighter #color-picker-panel .colorpicker_field:after, 
.lighter #color-picker-panel .colorpicker_hex:after {
	color: #000;
}