/* customization to membership signup/renewal form css */

/*
.crm-container .crm-profile input.crm-form-text {
  min-width: 85%;
} 
 */

#editrow-current_employer input.crm-form-text {
  min-width: 85%;
}

.cpha-membership-section {
  display: inline-block;
  min-width: 150px;
  margin-right: 10px;
}

.cpha-membership-section input.activate-section {
  display: none;
}

.cpha-membership-section label.activate-section {
  width: 100%;
  padding: 0 1em;
  display: inline-block;
  text-align: center;
  background-color: #EEEEEE;
  border-radius: 2px;
  line-height: 2em;
  margin: 0;
  margin-bottom: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.cpha-membership-section label.activate-section:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.cpha-membership-section.active label.activate-section {
  background-color: #53b000;
  font-weight:300;
  color:#EEEEEE;
}

#crm-container.crm-public .crm-section .content {
  padding-top: 6px;
  padding-bottom: 6px;
}
