/* Module Edit Button */
.btn.jmodedit {
  background-color: red;
  border: 3px solid white;
}
/* Module Edit Button Icon */
.btn.jmodedit .icon-edit {
  color: white !important;
}

/* Edit Form (collapse to 50%) */
form:not(.form-no-margin) .control-group {
	width: 50%;
  float: left; 
}

form:not(.form-no-margin) #collapse1 .control-group {
	width: 100%;
  float: left; 
}

form:not(.form-no-margin) .control-group .controls {
  margin-left: 120px;
  padding-right: 20px
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}