.ui-slider-horizontal {
	height: 1.7em;
}

.ui-slider .ui-slider-handle {
	width: 2.1em;
	height: 2.2em;
}

.slider-gradient>span, .slider-gradient>a {
	font-weight: bold !important;
	color: #1C94C4 !important;
	background-image: url('../../img/slider-handle.png') !important;
	background-repeat: no-repeat !important;
	background-position: -1px !important;
	border: 1px solid #002060 !important;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
}

.slider-gradient {
	border: 1px solid #DDD;
	background: -moz-linear-gradient(right, #ffffff, #33669a);
	background: -webkit-linear-gradient(left, #ffffff, #33669a);
	background: -o-linear-gradient(right, #ffffff, #33669a);
    background: -ms-linear-gradient(right, #ffffff, #33669a);
    background: linear-gradient(to right, #ffffff, #33669a);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33669a',GradientType=1 );
	color: #333;
}
/* UHIP- 97702 ALIGNMENT CHANGE */
.plan-slab {
	margin-right: 10px !important;	
}