@charset "UTF-8";
/**
 * Dragdealer.js 0.9.6
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu Cherecheș
 * http://skidding.mit-license.org
 */
/* line 9, ../sass/dragdealer.scss */
.dragdealer {
  position: relative;
  height: 0;
  background: none;
  width: 92%;
  margin: 0 auto;
}

/* line 16, ../sass/dragdealer.scss */
.dragdealer .handle {
  position: absolute;
  top: -29px;
  left: 0;
  cursor: pointer;
  z-index: 1;
}

/* line 23, ../sass/dragdealer.scss */
.dragdealer .red-bar {
  width: 100px;
  height: 30px;
  background: #CC0000;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}

/* line 32, ../sass/dragdealer.scss */
.dragdealer .icon {
  /* content: url("../img/timeline-icon.png"); */
  width: 24px;
  height: 36px;
  background: #e87d24;
  border-radius: 20px;
  /* background: none; */
  color: #FFFFFF;
}

/* line 41, ../sass/dragdealer.scss */
.dragdealer .handle.icon:after {
  content: "M";
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.6;
  padding: 5px;
}

/* line 54, ../sass/dragdealer.scss */
.dragdealer .disabled {
  background: none;
}
