/* 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 */

body {
  background: #8CC63E;
}

h2.event-title {
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
}

select.short {
  width: 100px;
}

#homeButton {
  float: right;
  font-weight: 700;
  margin: 0;
  text-align: center;
  width: 150px;
}

#homeButton a {
  color: #000;
}

.half {
  float: left;
  margin-left: 20px;
  margin-right: 10px;
  width: 45%;
}

.half p {
  color: #8CC63E;
  font-size: 16px;
  font-weight: 700;
}

.four {
  float: left;
  margin-right: 10px;
  width: 20%;
}

.three {
  float: left;
  margin-right: 10px;
  width: 30%;
}

ul {
  padding-left: 20px;
}

label.reversed {
  text-align: left;
}

input.reversed {
  margin-left: 210px;
}

div.perQuantityAdded {
  margin-top: 20px;
}

div.reversed {
  margin-left: 67px;
  width: 300px;
}

.BannerDesc {
  padding: 30px;
}

input[id$=TeeTime2],#Banner {
  margin-bottom: 20px;
}

@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%;
  }
  
  #homeButton {
    margin-top: 15px;
  }
  
  .half-break {
    display: none;
  }
  
  .half {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  
  .event-template .perQuantity, 
  .event-template .perQuantityAdded { 
    display: none;
  }
  
  .event-template .perQuantity select.short {
    margin-bottom: 2.5em;
  }
  
}

@media (min-width: 801px) {
  
  .ActivityList ul {
    padding-bottom: 0;
  }
  
  .perQuantity,
  .perQuantityAdded {
    margin-bottom: 8px;
    margin-bottom: 0.5em;
  }
  
  .perQuantityAdded:last-child {
    margin-bottom: 0;
  }
  
}