/* 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 */

/* 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;
}


/* AAACReunion2015 */

p.c1 {
  padding-top: 20px;
}

label[for=GuestQuantity] {
  font-size: 100%;
  font-weight: bold;
}

.guestPerQuantity {
  display: none;
}

.guestPerQuantity,
.guestPerQuantityAdded {
  padding-left: 36px;
}

.guestPerQuantity input,
.guestPerQuantityAdded input {
  margin-bottom: 2px !important;
}

.guestPerQuantity select,
.guestPerQuantityAdded select {
  margin-bottom: 2px;
}

select[name=GuestVCUYear] {
  margin-bottom: 20px !important;
}

.eventDay {
  font-weight: bold;
}

#RegistrationFeeText {
  margin-left: 40px;
}

.reversed label {
  margin-bottom: 20px;
}

#RegistrationAmount, 
#TotalAmount, 
#GrandTotalAmount, 
#MembershipAmount {
  float: left;
  text-align: right;
}

#TotalAmount {
  border-top: medium solid Black;
  font-weight: bold;
}

.perQuantityAdded, 
.perQuantity {
  margin-bottom: 0;
}
  
.perQuantityAdded:last-child {
  margin-bottom: 0;
}

#CustomText {
  margin-bottom: 1em;
}

@media (max-width: 800px) {

  .perQuantity, 
  .eventQuantity, 
  .perQuantityAdded {
    margin-bottom: 16px;
  } 
  
  .total_amount {
    margin-bottom: 16px;
  }
  
}


@media (min-width: 801px) {

  .ActivityList ul {
    padding-bottom: 0;
  }
  
  label[for=GuestQuantity] {
    width: 250px;
  }
  
  #GuestQuantity {
    width: 50px;
  }
  
  .guestPerQuantity label,
  .guestPerQuantityAdded label  {
    width: 300px;
  }
  
  .guestPerQuantity input,
  .guestPerQuantityAdded input {
    width: 200px !important;
  }
  
  .guestPerQuantity select,
  .guestPerQuantityAdded select {
    width: 206px;
  }
  
  .eventQuantity label {
    width: 300px;
    margin-bottom: 8px;
  }
  
  .perQuantity label,
  .perQuantityAdded label {
    width: 218px;
  }
  
  .perQuantity select,
  .perQuantityAdded select {
    width: 206px;
  }
  
  .reversed label {
    width: 380px;
  }
  
  #RegistrationAmount, 
  #TotalAmount, 
  #GrandTotalAmount, 
  #MembershipAmount {
    width: 6em;
  }
  
}