﻿

/* -------------------------------- 

	Range Slider

-------------------------------- */


.ui-widget-header {
	border: 1px solid #ddd;
	background: #8c607d !important;
	color: #333;
	font-weight: bold;
}

	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
		border: 1px solid #c5c5c5;
		background: #e7e7e7;
		font-weight: normal;
		color: #454545;
		border-radius: 100%;
		height: 25px;
		width: 25px;
		margin-top: -3px;
		cursor:pointer;
	}