/* 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;
}
  
/* Event */

/*#formArea {
  display: none;
}*/

/* 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_section_headling {
  font-weight: bold;
  text-decoration: underline; 
}

#info h3 {
  margin-bottom: 0;
}
  
.company_org_event ul {
  padding-top: 1em;
}

@media (max-width: 800px) {

  .event-template .perQuantity input, 
  .event-template .perQuantity input[type="text"], 
  .event-template .perQuantity textarea, 
  .event-template .perQuantity select,
  .event-template .perQuantityAdded input, 
  .event-template .perQuantityAdded input[type="text"], 
  .event-template .perQuantityAdded textarea, 
  .event-template .perQuantityAdded select  { 
    width: 95%;
  }
  
  .company_org_desc {
    padding-top: 1.5em;
  }
  
  .company_org_event ul {
    padding-top: 0;
  }

}

@media (min-width: 801px) {

  body { 
    background: #000; 
  }

  .ActivityList ul {
    padding-bottom: 0;
  }
  
  .perQuantity, 
  .perQuantityAdded, 
  .perQuantityAdded:last-child {
    margin-bottom: 0;
  }
  
  .company_org_desc label {
      width: 100%;
      text-align: center;
  }
  
  .company_org_desc label {
      width: 100%;
      text-align: center;
  }
  
  .company_org_event {
    padding-top: 0;
  }

}