.range-picker, .range-picker-wrapper {
	position: relative
}
.range-picker .not-select-process {
	display: block;
	height: 5px;
	background-color: #d1d6d0;
	border-top: 1px solid #afb3bb;
	border-radius: 3px
}
.range-picker .process {
	position: absolute;
	height: 5px;
	top: 0;
	left: 0;
	background-color: #838383;
	border-radius: 3px
}
.range-picker .label {
	display: inline-block;
	padding: 2px 4px;
	border-radius: 5px;
	cursor: pointer
}
.range-picker .range-label {
	margin:10px 0px;
	color: #333333;
	font-size:13px;
	    margin-left: -10px;
}
.range-picker .end-label {
	float: right;
	margin-right: -10px;
}
.range-picker .select-label {
	display: block;
	position: absolute;
	z-index: 0;
	bottom: 100%;
	font-family: monospace;
	margin-bottom: 4px;
	white-space: nowrap;
	background-color: #f0f0f0;
	color: #f0f0f0;
	width:18px;
	height:18px;
	border-radius:50%;
	border:1px solid #c6c6c6;
	top: -8px;
	    font-size: 0px;
}
