
 .esriSimpleSliderTL {
  top: 20px;
  left: 20px; }
 .esriSimpleSliderTR {
  top: 20px;
  right: 20px; }
 .esriSimpleSliderBL {
  bottom: 40px;
  /*changed from 20px to 40px to stay above bing logo */
  left: 20px; }
 .esriSimpleSliderBR {
  bottom: 45px;
  /*changed from 20px to 45px to stay above esri logo */
  right: 20px; }
 .esriSimpleSlider {
  text-align: center;
  border: none;
  background-color: transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.55);
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.55); }
   .esriSimpleSlider span {
    display: none; }
   .esriSimpleSlider div {
    width: 32px;
    height: 32px;
    border-width: 0;
    border-style: none;
    font-size: 14px;
    color: #4c4c4c;
    background-color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 32px; }
     .esriSimpleSlider div:hover {
      color: #0079c1;
      background-color: #e2f1fb; }
     .esriSimpleSlider div:active,  .esriSimpleSlider div:focus {
      color: #0079c1;
      background-color: #aadbfa; }
   .esriSimpleSlider .esriSimpleSliderIncrementButton {
    border-radius: 0px 0px 0 0; }
     .esriSimpleSlider .esriSimpleSliderIncrementButton:before {
      content: "\f067"; }
   .esriSimpleSlider .esriSimpleSliderDecrementButton {
    border-radius: 0 0 0px 0px; }
     .esriSimpleSlider .esriSimpleSliderDecrementButton,  .esriSimpleSlider .esriSimpleSliderDecrementButton:hover,  .esriSimpleSlider .esriSimpleSliderDecrementButton:focus {
      border-top: 0; }
     .esriSimpleSlider .esriSimpleSliderDecrementButton:before {
      content: "\f068"; }
 .esriSimpleSliderDisabledButton,  .esriSimpleSliderDisabledButton:hover,  .esriSimpleSliderDisabledButton:active {
  cursor: false;
  pointer-events: none;
  color: #4c4c4c;
  background-color: #ffffff;
  opacity: 0.65;
  filter: alpha(opacity=65); }
 .esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
  border-bottom: 1px solid #e0e0e0; }
 .esriSimpleSliderHorizontal.esriSimpleSliderBL {
  left: 5px; }
 .esriSimpleSliderHorizontal.esriSimpleSliderBR {
  right: 5px; }
 .esriSimpleSliderHorizontal .esriSimpleSliderIncrementButton {
  float: right;
  border-left: 1px solid #e0e0e0;
  border-radius: 0 0px 0px 0; }
 .esriSimpleSliderHorizontal .esriSimpleSliderDecrementButton {
  float: left;
  border-radius: 0px 0 0 0px; }
 .esriSimpleSliderHorizontal .esriSimpleSliderIncrementButton.dj_ie67Fix {
  float: none;
  text-align: center; }
