/********************************* Slider CSS  *******************************************/
.rzslider .rz-pointer {
    top: -14px;
    z-index: 3;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background-color: #ef7f1a !important;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.rzslider span.bar.selection {
    z-index: 1;
    width: 0;
    background: #ef7f1a !important;
}
.rzslider span.bar {
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #ef7f1a !important;
}
.rzslider .rz-bar {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    /*background: #ef7f1a !important;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/*.rzslider .rz-ticks .tick {
    width: 10px !important;
    height: 10px !important;
    text-align: center !important;
    cursor: pointer !important;
    background:  #ef7f1a !important;
    border-radius: 50% !important;
}
.rzslider span.bar {
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #ef7f1a !important;
}
.rzslider span.bar.selection {
    z-index: 1;
    width: 0;
    background: #0db9f0 !important;
}
.rzslider .rz-ticks .tick.selected {
    background: #ef7f1a !important;
}

.rz-active .rz-pointer-min{
    background: #ef7f1a !important;
}*/

        .input-label-color {
        color:black !important;
}


/* Slider Bar Code Start Here */

.custom-slider.rzslider .rz-bar {
      height: 5px !important;
      top: 0px;
      cursor: pointer;
  }

  .rzslider .rz-tick-value {
      position: absolute;
      top: 10px;
      transform: translate(-50%,0);
  }

  .custom-slider.rzslider .rz-tick {
      width: 2px;
      height: 7px;
      top: 0px;
      background: #0078c9;
  }

  .custom-slider.rzslider .rz-tick.rz-selected {
      width: 2px;
      height: 7px;
      top: 0px;
      background: #0078c9;
  }


 .rzslider .rz-bar {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background: #ef7f1a !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.rzslider .rz-selection {
    z-index: 2;
    background: #0074bd !important;;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.custom-slider.rzslider .rz-pointer {
      top: -23px;
      /* height: 20px; */
      /*background: rgba(0, 0, 0, 0) url(../images/Buy-online/ic_slider-circle.jpg) no-repeat scroll left center !important;*/
  }

  .theme-green .scale ins {
        color: #333 !important;
        font-size: 12px !important;
    }

    .theme-green .scale span {
        border-left: 2px solid #0074bd !important;
    }

/* Slider Bar Code End Here */

.rz-pointer .rz-pointer-min .rz-active,.rz-pointer-min:focus  { outline: none !important;}
.rzslider .rz-bar-wrapper  { margin-top: -14px !important;}
.rzslider .rz-tick { left:-2px !important;}
/*.rz-pointer-min { left:-5px !important;}*/
.rzslider .rz-bar { left:7px !important;width:97.499% !important;}


