/* control */
/** DatePicker **/
/*Timepicker*/
/*Grid*/
/* Radial Menu */
/*Slider Control Start*/
/*Slider Control End*/
/*Radial Slider start*/
/*Radial Slider end*/
/*Grid*/
/*Grid End*/

.e-m-slider.e-m-ios7.e-m-horizontal .e-m-slider-outer {
  border-radius: 50px;
  background: #b5b5b6;
}
.e-m-slider.e-m-ios7.e-m-vertical .e-m-slider-outer {
  border-radius: 50px;
  background: #b5b5b6;
}
.e-m-slider.e-m-ios7.e-m-horizontal .e-m-slider-inner {
  background: #017aff;
  border-radius: 50px;
}
.e-m-slider.e-m-ios7.e-m-vertical .e-m-slider-inner {
  background: #017aff;
  border-radius: 50px;
}
.e-m-slider.e-m-ios7 .e-m-slider-handleout,
.e-m-slider.e-m-ios7 .e-m-slider-handleout.e-m-state-active {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  background: white;
  /* Old browsers */
  box-shadow: 0 3px 1px 0 rgba(211, 211, 211, 0.7), 0 1px 3px 0 rgba(211, 211, 211, 0.3);
}
.e-m-slider.e-m-ios7 .e-m-slider-handleout.e-m-small-handle,
.e-m-slider.e-m-ios7 .e-m-slider-handleout.e-m-small-handle.e-m-state-active {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background: white;
  /* Old browsers */
  box-shadow: 0 3px 1px 0 rgba(211, 211, 211, 0.7), 0 1px 3px 0 rgba(211, 211, 211, 0.3);
}
.e-m-slider.e-m-ios7 .e-m-slider-handlein {
  display: none;
}
