/*----------------------------
	knobKnob Styles
-----------------------------*/


.knob{
	width:198.59763px;
	height:198.59763px;
	position:relative;
	z-index: 10;
}

.knob .top{
	position:absolute;
	top:0;
	left:0;
	width:198.59763px;
	height:198.59763px;
	background:url('knob.png') no-repeat;
	background-size: 198.59763px auto;
	z-index:10;
	cursor:default !important;
}

.knob .base{
	width:198.59763px;
	height:198.59763px;
	border-radius:50%;
	box-shadow:0 18.05433px 0 #4a5056,18.05433px 18.05433px 18.05433px #000;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-size: 198.59763px auto;
}

.knob .top:after{
	content:'';
	width:25.276062px;
	height:25.276062px;
	background-color:#666;
	position:absolute;
	top:50%;
	left:25.276062px;
	margin-top:-18.05433px;
	border-radius: 50%;
	cursor:default !important;
	box-shadow: 0 0 3.610866px #5a5a5a inset;
	background-size: 198.59763px auto;
}

.knob [draggable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}