/* 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: 20px;
}

.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 */

.event-template .ActivityList .perQuantity input, 
.event-template .ActivityList .perQuantity input[type="text"], 
.event-template .ActivityList .perQuantityAdded input, 
.event-template .ActivityList .perQuantityAdded input[type="text"] {
  width: 94%;
 }

#AttendeeName, 
#PlatinumAttendeeName, 
#BatteringRamAttendeeName, 
#weight, 
#Platinumweight, 
#BRWeight {
  margin-bottom: 15px;
}

.event-alert {
  font-size: 17px;
}

@media (min-width: 801px) {

  body {
    background-color: #000;
  }

  .event-template .ActivityList .perQuantity input, 
  .event-template .ActivityList .perQuantity input[type="text"], 
  .event-template .ActivityList .perQuantityAdded input, 
  .event-template .ActivityList .perQuantityAdded input[type="text"] {
    width: 300px;
   }
  
  #AttendeeName, 
  #PlatinumAttendeeName, 
  #BatteringRamAttendeeName, 
  #weight, 
  #Platinumweight, 
  #BRWeight {
    margin-bottom: 8px;
  }
  
}