/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.QapTcha .clr {
  clear: both
}

.QapTcha .bgSlider {
  width: 100%;
  height: 37px;
  float: left;
  border: 1px solid #040404;
}

.QapTcha .bgSliderGreen {
  background-color: rgba(44, 166, 28, 0.5);
}

.QapTcha .bgSliderGrey {
  background-color: rgba(0, 0, 0, 0.5);
}

.QapTcha .Slider {
  width: 52px;
  height: 37px;
  background: transparent url("../../img/background/bg_draggable_qaptcha.jpg") no-repeat;
  cursor: e-resize;
  position: relative;
  top: 0;
  left: 0;
}

.QapTcha .TxtStatus {
  width: 100%;
  margin-bottom: 7px;
  font-size: 15px;
  clear: both;
}

.dropSuccess {
  font-style: italic;
  color: #2CA61C;
}

.dropError {
  color: #bb2828;
}