/**
 * Dragdealer.js 0.9.8
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu Cherecheș
 * http://skidding.mit-license.org
 */

.dragdealer {
  background: #e1e1e1;
  height: 40px;
  border-radius: 3px;
}

.slide-to-unlock {
  position: relative;
  width: 90%;
  height: 46px;
  margin: 0 auto 20px;
}

.slide-to-unlock .dragdealer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  background: none;
  height: auto;
}

.slide-to-unlock .handle {
  height: 100%;
  border-radius: 0;
}

.slide-to-unlock .disabled {
  background: none;
}

.slide-to-unlock .slide-text {
  position: absolute;
  top: 0;
  height: 46px;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
}

/* Old slide to unlock */

.old-slider {
  border-radius: 16px;
  background: #222;
  background-image: -webkit-linear-gradient(top, #111 0%, #333 100%);
  background-image: -moz-linear-gradient(top, #111 0%, #333 100%);
  background-image: -o-linear-gradient(top, #111 0%, #333 100%);
  background-image: linear-gradient(to bottom, #111 0%, #333 100%);
}

.old-slider .dragdealer {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.old-slider .slide-text {
  text-align:right;
  width: 90%;
  height: 46px;
  color: #fff;
  line-height: 35px;
  cursor: default;
}

.old-slider .handle {
  width: 20%;
  border-radius: 12px;
  background: #f7b928;
}
