﻿
#picker{
	top:200px;
	left:-189px;
	position:fixed;
	width:189px;
	z-index:10000;
}
#picker .picker-heading{
	-webkit-border-radius:0px 3px 3px 0px;
	border-radius:0px 3px 3px 0px;
	color:#ffffff;
	background:#2b2b2b;
	padding:10px 11px 10px 20px;
	margin-right:-40px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	position:relative;
	z-index:1;
}
#picker .picker-options{
	background:#373737;
	-webkit-border-radius:0px 0px 3px 0px;
	border-radius:0px 0px 3px 0px;
	color:#ffffff;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	position:relative;
	z-index:0;
}
#picker .picker-section{
	padding:10px 0px 10px 6px;
	margin-bottom:5px;
}
#picker .picker-section.last{
	border:none;
	margin-left:4px;
	padding-right:4px;
}
#picker .picker-section ul{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}
#picker .picker-section li{
	float:left;
	margin:4px;
}
#picker .message{
	color:#cccccc;
	font-size:11px;
	line-height:19px;
}

@media only screen and (max-width:979px){
	#picker{
		top:250px;
	}
}

@media only screen and (max-width:767px){
	#picker{
		display:none;
	}
}

#picker .ABdev_change_style_select{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
}

#picker .ABdev_style_green{background: #e42382;}
#picker .ABdev_style_yellow{background: #ffd800;}
#picker .ABdev_style_blue{background: #3598db;}
#picker .ABdev_style_greendark{background: #1bbc9b;}
#picker .ABdev_style_purple{background: #9b58b5;}
#picker .ABdev_style_orange{background: #e77e23;}
