/* 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$="AttendeesGraduationYear"],
label[for$="AttendeesGraduationYear"],
label[htmlFor$="AttendeesGraduationYear"] {
  display: none;
}

select[name$="AttendeesSchool"],
label[for$="AttendeesSchool"],
label[htmlFor$="AttendeesSchool"] {
  display: none;
}

input[name$="AttendeesDegree"],
label[for$="AttendeesDegree"],
label[htmlFor$="AttendeesDegree"] {
  display: none;
}
  
/* Event */

h2.giving-title, 
h2.event-title {
  margin-bottom: 1em;
}

.event-table, 
.event-table-sponsors {
  display: block;
  margin-bottom: 1em;
}

.event-table td, 
.event-table-sponsors td {
  vertical-align: top;
/*  border: 1px solid #ccc;*/
}

.event-table-type, 
.event-table-time, 
.event-table-reg {
  vertical-align: top;
}

.event-table-type {
  width: 11%;
}

.event-table-time {
  width: 13%;
}

.event-table-reg {
  width: 20%;
}

.event-section-header {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 1em;
}


#CustomText {
  text-align: center;
}

@media (max-width: 800px) {
  
  .ActivityList {
    padding: 5px 0;
  }
  
  .ActivityList ul {
    padding: 0;
  }
  
  .ActivityList .eventQuantity {
    padding: 5px 0;
  }
  
  .ActivityList .perQuantity, 
  .ActivityList .perQuantityAdded {
    width: 97.5%;
    padding: 0 0 0 2.5%;
    margin: 15px 0;
  }
  
  .ActivityList .perQuantity input, 
  .ActivityList .perQuantity input[type="text"], 
  .ActivityList .perQuantityAdded input, 
  .ActivityList .perQuantityAdded input[type="text"] {
    width: 94%;
  }
  
}

@media (min-width: 801px) {
  
  .ActivityList ul {
    padding-bottom: 0;
  }
  
  .perQuantity,
  .perQuantityAdded {
    margin-bottom: 8px;
    margin-bottom: 0.5em;
  }
  
  .perQuantityAdded:last-child {
    margin-bottom: 0;
  }
  
}