.cropit-image-editor .glyphicon {
    font-size: 1.5em;
}

.cropit-slider-wrap {
    margin-bottom: 20px;
}

.cropit-slider-wrap span,
.cropit-slider-wrap input {
    display: inline-block;
    vertical-align: middle;
}

.cropit-slider-wrap span.glyphicon {
    margin: 0 10px;
}

.cropit-slider-wrap span.small {
    font-size: 1em;
}

.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 3px solid #ddd;
    border-radius: 3px;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto;
  }

.cropit-preview-image-container {
  cursor: move;
}

.cropit-preview-background {
  opacity: .2;
  cursor: auto;
}

input[type=range] {
   -webkit-appearance: none;
   margin: 7.5px 0;
   width: auto !important;
 }

input[type=range]:focus {
  outline: none;
}

.cropit-image-input
{
    opacity:0;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    display: block;
    z-index: 999;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #eeeeee;
  border-radius: 0px;
  border: 0px solid rgba(255, 255, 255, 0);
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
  border: 0px solid #00001e;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #bbbbbb;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}

input[type=range]::-moz-range-track {
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #eeeeee;
  border-radius: 0px;
  border: 0px solid rgba(255, 255, 255, 0);
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
  border: 0px solid #00001e;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #bbbbbb;
  cursor: pointer;
}

input[type=range]::-ms-track {
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #d5d5d5;
  border: 0px solid rgba(255, 255, 255, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-fill-upper {
  background: #eeeeee;
  border: 0px solid rgba(255, 255, 255, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
  border: 0px solid #00001e;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #bbbbbb;
  cursor: pointer;
  height: 5px;
}