
.anglePicker-circle {
	border-radius: 100%;
	border: 1px solid #999999;
}
.anglePicker-center {
	border-radius: 100%;
	border: 2px dotted #999999;
	position: absolute;
}
.anglePicker-handle {
	border-radius: 100%;
	background-color: #333333;
	position: absolute;
}

.anglePicker-value {
	border-radius: 3px;
	background-color: #333333;
	position: absolute;
	color: #EEEEEE;
	width:30px;
	height:20px;
	font-size: 12px;
	line-height:20px;
	text-align: center;
}

.anglePicker-top {
	position:relative;
	/*display:flex;
	vertical-align: top;
	padding:10px;*/
}
.anglePicker-control {
	position:relative;
	width:40px;
	height:40px;
	border: 1px solid black;
	display:block;
}



.anglePicker-outer {
	display: inline-block;
}


.anglePicker-outer.anglePicker-popup {
	opacity:0;
	position:absolute;
	left:45px;
	top:0px;
	display:inline-block;
	border:1px solid orange;
	border-radius:5px;
	background-color: white;
	z-index:2;
}
.anglePicker-other.anglePicker-popup.anglePicker-open {
	opacity:1;
}
