.slide-handle {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
  background-color:#f9f9f9;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  cursor:pointer;
  color:#666666;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  padding: 0px 6px 0px 7px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
  float: left;
  line-height: 26px;
  height: 28px;
  overflow: hidden;
}
.slide-handle:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #c9c9c9));
  background:-moz-linear-gradient(top, #f9f9f9 5%, #c9c9c9 100%);
  background:-webkit-linear-gradient(top, #f9f9f9 5%, #c9c9c9 100%);
  background:-o-linear-gradient(top, #f9f9f9 5%, #c9c9c9 100%);
  background:-ms-linear-gradient(top, #f9f9f9 5%, #c9c9c9 100%);
  background:linear-gradient(to bottom, #f9f9f9 5%, #c9c9c9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#c9c9c9',GradientType=0);
  background-color:#f9f9f9;
}
.slide-handle:active {
  position:relative;
  top:0px;
}
.slide-box {
  height: 30px;
}
.slide-unselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slide-button {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
  background-color:#f9f9f9;
  /* -moz-border-radius:6px;
  -webkit-border-radius:6px; */
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
  border:1px solid #dcdcdc;
  cursor:pointer;
  color:#666666;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  padding:6px 7px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
  text-align: center;
  line-height: 28px;
  width: auto;
  height: 30px;
  margin: 0px;
  padding: 0px;
  display: none;
  overflow: hidden;
  white-space: nowrap;
}
.slide-button-send {
  z-index: -1;
}
.slide-button-top {
  z-index: 10;
}
.slide-trench {
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdc;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: auto;
  height: 30px;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
  background-color:#e9e9e9;
  text-align: center;
  line-height: 28px;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  padding-right: 5px;
  color:#666666;
  overflow: hidden;
}

.slide-outerbox {
  display: inline-block;
  float: right;
  width: calc(100% - 25px);
  overflow: hidden;
  height: 30px;
}

.slide-text-danger {
  color: #d9534f;
}
