#content section table tr td div.slider {width:100% !important;}

/*
#content .slider-track {border:1px solid #777777;background:#FFFFFF;}
#content .slider-selection {background:#FFFFFF;}
#content .slider-handle.showHandle {
	border:1px solid #777777;
    border-radius:5px;
	color:#777777;
	background:#FFFFFF;
	font-weight:normal;
	text-align:center;
	width:auto;
	height:auto;
	padding:5px;
	margin-top:-10px;	// negative of padding top + padding bottom
	white-space:nowrap;
}
#content .slider-handle.showHandle:focus, #content .slider-handle.showHandle:hover {border-color: #333;color: #333;}
*/

.slider-label {
	font-weight:bold;
	/*color:#333333;*/
}
div.div-input-box .slider-label {
	font-weight:normal;
}
.slider-group-label {
	margin-bottom: 8px;
}
div.slider-sidebar {
	padding-left:25px;
}
#content section.tbl div.slider-sidebar p {
	padding:0;
}
div.slider-group {
	padding:0 2px 34px 0;
}
div.slider-group.slider-group-hr {
	padding-bottom: 0;
	margin-bottom: 0;
}
div.div-input-box div.slider-group.slider-group-hr:last-child div > hr {
	display:none;
}
div.slider-group.slider-group-b4 {
	padding-left:15px;
}
#content section.tbl div.slider-group p {
	padding: 0;
	margin-bottom: 8px;
}
div.slider-div {
	padding-left:0;
}
div.slider-div.slider-div-row, div.slider-div.slider-div-b3, div.slider-div.slider-div-b4 {
	padding-left:15px;
}
div.slider-input-div {
	text-align:center;
}
div.slider-input-div button[data-step='true'] {
	padding: 3px 6px 3px 6px;
}
.slider-limit {
	font-size:0.7em;
}
.slider-limit-low {
	float:left;
}
.slider-limit-high {
	float:right;
}
#content input[type=text].slider-input, #content select.slider-input {
	border-width: 0 0 2px 0;
	border-color: rgba(187, 187, 187, 1);
	border-style: solid;
	background-color: #fff;
	text-align: center;
	padding: 0 0 2px 0;
	/*margin-right: 20px;*/
	color: #333;
	font-weight: normal;
	font-size:0.8em;
}
#content input[type=text].slider-input {
	width: 100%;
}
#content input[type=text].slider-input.slider-border, #content select.slider-input, #content select.slider-input.slider-border {
	border-width:2px;
	padding-bottom:0;
}
#content input[type=text].slider-input-sm {
	font-size:0.9em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	body.body-forr #content input[type=text].slider-input, body.body-forr #content input[type=text].slider-input-sm {
		font-size:0.6em;
	}
	body.body-forr #content input[type=text].slider-input-1 {
		font-size:1em;
	}
}
@media screen and (max-width: 767px) {
	body.body-forr #content input[type=text].slider-input, body.body-forr #content input[type=text].slider-input-sm {
		font-size:1.0em;
	}
}
/**** Sliders *****/
#content .slider-horizontal {
	width:100% !important;
	height: 10px;
}
#content .slider-track {
	border: none;
	background: #cccccc none; /*color of the unselected slider range */
	box-shadow: none;
	width: 100%; /*controls the width of the slider bars*/
	height: 6px; /*controls the height of the slider bars*/
	margin-top: 0; /*placement of slider above the labels*/
}
#content .slider-selection {
	border: none;
	background: rgba(0, 61, 153, 1); /*color of the selected range of the slider*/
}
#content .slider-handle {
	background-color: rgba(0, 61, 153, 1);  /* color of the slider handle*/
	background-image: none; /* remove gradient */
	width: 14px; /*diameter of circle*/
	height: 14px; /*diameter of circle*/
	margin-top: -4px; /* placement of circle relative to the slider track */
	margin-left: -5px;
}
/*#content .slider-handle.round {*/
/*	margin-top: 0;*/
/*}*/
#content .slider-handle:hover {
	transform: scale(1.2);
	transition: transform .5s;
}
#content .slider-handle:active,  #content .slider-handle:focus {
	transform: scale(1.2);
	box-shadow: 0 0 0 10px rgba(0, 61, 153, .26); /*background shadow from button when selected*/
	/*transition: transform .5s, box-shadow .5s;*/
}
#content .slider-handle:active, #content .slider-handle:focus {
	box-shadow:0 0 0 10px rgba(121, 121, 121, .26);
}