
.color-picker-body
{
	display: flex;
	
	
}

.color-picker-left
{
	display: flex;
	flex-direction: column;
}

.color-picker-palette
{
	display: flex;
	flex-direction: row;
}

.color-picker-2d
{
	width: 256px;
	height: 256px;
	margin-right: 5px;
	position: relative;	
}

.color-picker-2d-line
{
	width: 100%;
	height: 1px;
	border: 0px;
	margin: 0px;
}

.color-picker-2d-pointer
{
	top: 0px;
	left: 0px;
	position: absolute;
	color: white;
	font-size: 12px;
/*	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
	z-index: 10;
}


.color-picker-1d
{
	width: 20px;
	height: 256px;
	position: relative;
}

.color-picker-1d-pointer
{
	width: 20px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: -5px;
	display: flex;
	justify-content: space-between;
}

.color-picker-1d-pointer-left
{
	color: black;
	font-size: 10px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.color-picker-1d-pointer-right
{
	color: black;
	font-size: 10px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;	
}


.color-picker-saturation-1d
{
	background: linear-gradient(to bottom,#ffffff,#000000)		
}


.color-picker-hue-1d
{
	background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}



.color-picker-red-1d
{
	background: linear-gradient(to bottom,#ff0000,#000000)		
}


.color-picker-green-1d
{
	background: linear-gradient(to bottom,#00ff00,#000000)		
}

.color-picker-blue-1d
{
	background: linear-gradient(to bottom,#0000ff,#000000)		
}

.color-picker-alpha
{
	width: 20px;
	height: 256px;
	position: relative;
	background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
}

.color-picker-alpha-background
{
	width: 20px;
	height: 256px;
	position: relative;
	background-image: url(../images/checkerboard.svg);
	margin-left: 5px;		
	background-size: 40px;
}



.color-picker-alpha-pointer
{
	width: 20px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: -5px;
	display: flex;
	justify-content: space-between;
}

.color-picker-alpha-pointer-left
{
	color: black;
	font-size: 10px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.color-picker-alpha-pointer-right
{
	color: black;
	font-size: 10px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;	
}



.color-picker-field
{
	display: flex;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}
.color-picker-label
{
	color: #666666;
	font-family: Arial;
	font-size: 14px;
	margin-left: 10px;
	padding-top: 2px;
}

.color-picker-swatches
{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 310px;
	height: 100px;
	border: 1px solid #cccccc;
}

.color-picker-swatches-label
{
	color: #666666;
	position: absolute;
	left: 7px;
	top: -9px;
	font-family: Arial;
	font-size: 14px;
	background-color: #f0f0f0;
	padding-right: 2px;
	padding-left: 2px;
}

.color-picker-swatches-buttons
{
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.color-picker-swatches-button
{
	margin: 5px;
	border: 1px solid #999999;
	background-color: #cccccc;
	width: 100px;
	height: 30px;
	text-align: center;
	color: #666666;
	padding-top: 5px;
	cursor: pointer;
}

.color-picker-swatch-colors
{
	display: flex;
	flex-wrap: wrap;
}

.color-picker-swatch-color
{
	width: 20px;
	height: 20px;
	border: 2px solid #cccccc;
	color: #666666;
	font-size: 5px;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	cursor: pointer;
}

.color-picker-right
{
	display: flex;
	flex-direction: column;
	width: 150px;
}

.color-picker-example
{
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 100px;
	background-image: url(../images/checkerboard.svg);	
	background-size: 40px;			
}

.color-picker-example-text
{
	text-align: center;
	color: #666666;
	font-family: Arial;
	font-size: 14px;
	background-color: #f0f0f0;
}


.color-picker-new
{
	width: 100%;
	height: 30px;
	background-color: red;

}

.color-picker-current
{
	width: 100%;
	height: 30px;
	background-color: red;

}


.color-picker-radio
{
	margin-right: 10px;
}

.color-picker-value
{
	margin-left: 10px;
	margin-right: 10px;
	width: 50px;
	font-family: Arial;
	color: #666666;
	font-size: 14px;
	border-radius: 5px;
}

.color-picker-spacer
{
	width: 100%;
	height: 10px;
}


.color-picker-hex-value
{
	margin-left: 10px;
	margin-right: 10px;
	width: 50px;
	font-family: Arial;
	color: #666666;
	font-size: 14px;
	border-radius: 5px;
}
