div.hide-submit-processing {
  height: 16px;
  padding: 4px 4px 4px 24px;
  background: url(../processing.gif) no-repeat 4px 6px;
}
.hide-submit-disable {
	display: none !important;
}
/* Ladda buttons */
.ladda-button[disabled],.ladda-button[disabled]:hover,.ladda-button[data-loading],.ladda-button[data-loading]:hover {
 cursor:default;
}
button.ladda-button[data-style="contract"] {
  width: auto;
  transition: width 0.5s, height 0.5s, border-radius 0.5s;
}
button.ladda-button[data-style="contract"][data-loading] {
  border-radius: 50%;
  width: 52px;
  height: 52px;
}
.ladda-button[data-style="contract"][data-loading] .ladda-label {
	position: absolute;
}