/* ADD EXTRA */

.jQueryUIslider{        
    display: inline-block;
}
.minus, .plus{
  display:inline-block;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width:20px;
  height:20px;
  text-align: center;
  background-color:#e3e3e3;
  color:#333;
  font-size:12px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;  
  position:relative;
  margin-bottom: 1.4em;
  line-height:20px;
}

.rangeSlider .ui-slider-pip {
top: 20px; }

.rangeSlider .ui-slider-pip .ui-slider-label {
display: block;
background: rgba(67, 77, 90, 0);
color: #434d5a;
border-radius: 4px;
padding: 0.7em 0;
width: 2.4em;
margin-left: -1.2em;
transition: all 0.2s ease-out; 
font-size:10px;
}

.rangeSlider .ui-slider-pip .ui-slider-line {
height: 4px; }

.rangeSlider .ui-slider-pip:nth-of-type(1n+2) .ui-slider-line {
height: 8px; }

.rangeSlider .ui-slider-pip:nth-of-type(1n+1) .ui-slider-line {
height: 12px; }

.rangeSlider .ui-slider-pip:nth-of-type(2n+2) .ui-slider-label {
top: 16px;
display: block;
font-size:12px;
padding: 0.2em 0;
}
button.ui-datepicker-current { display: none; }
.ui-datepicker-trigger{    width: 20px;
    height: 19px;
    display: inline-block;
    vertical-align: bottom;}