.tsl-slider {
padding-top: 90px;
}
.tsl-slider .ui-widget * {
outline: none;
}
.tsl-slider .ui-slider {
margin-bottom: 25px;
}
.tsl-slider .title {
font-size: 16px;
font-weight: bold;
}
#sliderValue {
position: relative;
width: 65px;
text-align: center;
padding-top: 3px;
top: -60px;
left: -25px;
}
#sliderValueInput {
width: 55px;
border: none;
text-align: center;
font-size: 14px;
color: #4d8947;
}
.tsl-slider .ui-slider-vertical {
float: left;
margin: 0 0;
}
.tsl-slider .ui-slider-horizontal {
height: 20px;
}
.tsl-slider .bubble {
position: relative;
width: 60px;
margin-left: 5px;
height: 40px;
padding: 0;
background: #FFFFFF;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;
border: #4d8947 solid 3px;
}
.tsl-slider .bubble:after {
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
bottom: -15px;
left: 15px;
}
.tsl-slider .bubble:before {
content: '';
position: absolute;
border-style: solid;
border-width: 17px 17px 0;
border-color: #4d8947 transparent;
display: block;
width: 0;
z-index: 0;
bottom: -20px;
left: 13px;
}
.tsl-slider .hp > .ui-slider-range {
background: #fefcea;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmVmY2VhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZGEzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg, #fefcea 0%, #f1da36 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #4d8947), color-stop(100%, #4d8947));
background: -webkit-linear-gradient(-45deg, #4d8947 0%, #4d8947 100%);
background: -o-linear-gradient(-45deg, #fefcea 0%, #f1da36 100%);
background: -ms-linear-gradient(-45deg, #4d8947 0%, #4d8947 100%);
background: linear-gradient(135deg, #dae6d2 0%, #4d8947 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d8947', endColorstr='#4d8947', GradientType=1);
}
.tsl-slider .ui-slider .ui-slider-handle::before {
background-clip: padding-box;
background-color: #fff;
border: 1px solid #333;
border-radius: 50%;
content: '';
display: block;
height: 30px;
outline: medium none;
position: absolute;
top: 0;
width: 30px;
}
.tsl-slider .ui-state-default,
.tsl-slider .ui-widget-content .ui-state-default,
.tsl-slider .ui-widget-header .ui-state-default {
background: transparent;
border: 0 solid #ccc;
color: #1c94c4;
font-weight: bold;
}
.tsl-slider .ui-slider .ui-slider-handle::after {
background-clip: padding-box;
background-color: transparent;
border: 0 !important;
border-radius: 50%;
content: '';
display: block;
height: 2px;
left: -5px;
outline: medium none;
position: absolute;
top: 5px;
width: 2px;
z-index: 3;
}