/* Module code - full width (remove horizontal scroll) */
xxx.force-full-width {
    width: calc(100vw - 16px);
    position: relative !important;
    margin-left: calc(-50vw + 4px);
    left: calc(50% + 4px) !important;
    overflow: hidden;
}
/* Module Edit Button */
xxx.btn.jmodedit {
  background-color: red;
  border: 3px solid white;
}
/* Module Edit Button Icon */
xxx.btn.jmodedit .icon-edit {
  color: white !important;
}

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

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

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

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

.btn-xl, .btn-group-xl > .btn {
  padding: .85rem 3rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  font-weight: 700;
}

.btn-blue-light,
.btn-blue-light a {
  color: white;
  background-color: #149cd9;
}

.btn a:hover,
.btn-blue-light a {
  opacity: 0.7;
}

.header-icon {
  margin-right: 20px;
  margin-bottom: 15px;
}