/* From global.css */

.activityName {
  text-align: right;
  width: 200px;
}

.perQuantity, 
.SingleQuantity {
  clear: both;
  display: none;
  padding-left: 80px;
}

.perQuantity, 
.eventQuantity, 
.perQuantityAdded {
  overflow: hidden;
  min-height: 40px;
}

.perQuantityAdded {
  clear: both;
  padding-left: 80px;
}

.showActivity .SingleQuantity, 
.showActivity .perQuantity {
  display: block;
}

li.designationItem b {
  vertical-align: middle;
}

label[for="IsDiscount"] {
  font-size: medium;
  font-weight: bold;
  width: 25em;
}

.bold { 
  font-weight: bold;
}

/* Hide alumni detail fields */
select[name$="AttendeeGraduationYear"],
label[for$="AttendeeGraduationYear"],
label[htmlFor$="AttendeeGraduationYear"] {
  display: none;
}

select[name$="AttendeeSchool"],
label[for$="AttendeeSchool"],
label[htmlFor$="AttendeeSchool"] {
  display: none;
}

input[name$="AttendeeDegree"],
label[for$="AttendeeDegree"],
label[htmlFor$="AttendeeDegree"] {
  display: none;
}
  
/* Event */

.activity-section-heading {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-top: 1.5em;
}

.activity-section-text, 
label[for$="egr-rsvp"] {
  margin-bottom: 1em;
}

#egr-memory-text {
  min-height: 100px;
}

@media (max-width: 800px) {
  
  .event-template .perQuantity input, 
  .event-template .perQuantity input[type="text"], 
  .event-template .perQuantityAdded input, 
  .event-template .perQuantityAdded input[type="text"] {
    width: 95%;
  }
  
}

@media (min-width: 801px) {
  
  .ActivityList ul {
    padding-bottom: 0;
  }
  
  .perQuantity,
  .perQuantityAdded {
    margin-bottom: 8px;
    margin-bottom: 0.5em;
  }
  
  .perQuantityAdded:last-child {
    margin-bottom: 0;
  }

  .perQuantity label,
  .perQuantityAdded label {
    margin-bottom: 12px;
  }
  
}