﻿.baseFont
{
    font-family: proxima_nova_rgregular;           
}

ul.headerlinks, li.headerlinks 
{ 
    margin-left: -5; 
    margin-right: -5px;
    padding: -2px; 
}
.paynowCheckBox input[type="checkbox"] 
{ 
    margin-left: 5px; 
}
.no-hover {
  pointer-events: none !important;
}

.thankyou
{
    font-size: 18px;
}
.thankyouItems
{
    font-size: 13px;
}
.receiptNum
{
    font-size: 30px
}
body
{
    height: 100%;
}
h2
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.tableHeader
{
    font-size: 12px;
}
.eventRow
{
    padding-top: 15px;
    padding-bottom: 15px; 
}
.topbar
{
    border-top: 1px solid #afafaf;
}  
.FECCheckoutWell
{
    background-color: #e2e2e2;
}

.topbarDelete
{
    border-top: 1px solid #afafaf;
}  
.underline
{
    border-bottom: 1px solid #afafaf;
}
.underlineLast
{
    border-bottom: 1px solid #afafaf;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.footerHeading
{
    font-size: 18px;
    text-transform: uppercase;
}

.headerImage, .headerImageMobile
{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.headerImage img, .headerImageMobile img
{
    width:100%;
}
.nonMobilerow
{
    margin-left: -15px;
    margin-right: -15px;
}
.footerPanel
{
    margin-bottom: 20px;
}
.footerImage
{
    margin-left: auto;
    margin-right: auto;
}
.basketHeader
{
    font-size: 26px;
}
.fieldSetTtile
{
    font-size: 26px;
}

.footerPanelMobile
{
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

header
{
    margin-bottom: 20px;
}

legend
{
    width: auto;
    margin-bottom: 5px;
    border-color: -moz-use-text-color -moz-use-text-color #000000;
}

div.ruleOne, div.ruleTwo, div.ruleThree 
{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: White;
    border: none;
    box-shadow: none;
}

.btn, .btn-primary
{
    background-image: none; 
    border: none; 
    font-size: 16px;
    min-width: 122px;
}

a.btn-primary
{
    color:white;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active
{
    background: #066188;
    color:white;
}

.btn:focus:active
{ 
    outline: none; 
} 

.btn
{
    background: none repeat scroll 0 0 #C8C8C8;
}

.btn-primary
{
    background: none repeat scroll 0 0 #0673a3;
    font-size: 22px;
    padding-top: 11px;
    padding-bottom: 8px;
}

.dropdown-menu
{
    top: auto;
    overflow: auto;
    max-height: 300px;
}

.bodyContent 
{ 
    background-color: white; 
    border: none;
    box-shadow: none;
    border-bottom: 0;
}

span.calendarInfo, a.calendarInfo
{
    display: block;
    line-height: 100%;
}

label
{
    display: inline;
    line-height: 100%;
}

div.eventDate, div.eventImage, div.eventInfo, div.eventLinks
{
    text-align: center;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0px 4px;
}

div.eventLinks
{
    font-size: 14px;
    line-height: 19px;
    padding-top: 10px;
}

div.eventStatusMessages
{
    text-align: center;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 4px;
    padding-bottom: 4px;
    margin-bottom: 20px;
    margin-top: 4px;
}

div.eventImage   
{ 
    padding: 0px; 
    overflow: hidden; 
    height: 100%; 
} 

div.eventInfo, div.eventLinks
{
    text-align: left;
}

.eventLinks .btn
{
    margin-top: -4px;
}

span.month, span.dayOfMonth, span.dayOfWeek, span.time, span.slot1, span.slot2
{
    color: #000000;
}
span.slot3, span.slot4, span.slot5, span.slot6
{
    color: #767676;
}
input
{
    margin-right: 5px;
}
span.month
{    
    font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
.eventLinks .noTimeBuyButton
{
    margin-top: -10px;
}
span.dayOfMonth
{
    font-size: 36px;
}

span.dayOfWeek
{
    font-size: 20px;
	text-transform: uppercase;
}

span.time
{
    font-size: 14px;
}

span.slot1
{
    font-size: 28px;
    font-family: proxima_nova_ltsemibold;
}

span.slot2
{
    font-size: 24px;
}
span.slot3
{
    color: #767676;
    font-size: 22px;
}
span.slot4
{
    font-size: 14px;
    font-weight: normal;
}

span.slot5
{
    font-size: 14px;
   
}
.chooseDeliveryCalendar, .receiptCalendar
{
    text-align: center;
}
.chooseDeliveryCalendar span.month, .receiptCalendar span.month
{
    font-size: 10px;
}
.chooseDeliveryCalendar span.dayOfMonth, .receiptCalendar span.dayOfMonth
{
    font-size: 25px;
}
.chooseDeliveryCalendar span.dayOfWeek, .receiptCalendar span.dayOfWeek
{
    font-size: 9px;
    position: relative;
    top: -8px;
}
.chooseDeliveryCalendar span.time, .receiptCalendar span.time
{
    font-size: 12px;
    position: relative;
    top: -6px;
}

.ticketGrabberWell, .basketItemsWell, .orderSummaryWell
{
    border: 1px solid black;
    margin-bottom: 15px;
    border-radius: 0px; 
    padding:0px
}

.ticketGrabberHeader, .basketItemsHeader, .orderSummaryHeader
{
    background-color: #E4E4E4;
    color: #000000;
    padding-top: 5px;
    /*text-transform: uppercase;*/
}

.modal-footer
{
    background-color: White;
    border-top: none;
}

.modal-footer > .btn
{
    padding-top:10px;
    padding-bottom:9px;
}

.ticketGrabberHeader
{
    height: 45px;
    font-size: 16px;
}

.basketItemsHeader
{
    height: 35px;
    font-size: 14px;
}

.orderSummaryHeader
{
    /*height: 35px;*/
    font-size: 22px;
    text-align: center;
}

.ticketGrabber
{
    min-height: 60px;
    padding-top: 8px;
}

.ticketGrabber span[id*='lblItemType'], .ticketGrabber span[id*='lblItemPrice'], .ticketGrabber span[id*='lblItemPriceMobile']
{
    font-size: 18px;
    display: block;
}

.ticketGrabber span[id*='lblItemType'], .itemTypeHeader,  .ticketGrabber span[id*='lblItemPriceMobile'], .ticketGrabber span[id*='lblItemServiceFeeMobile']
{
    margin-left: 10px;
}

.ticketGrabber span[id*='lblItemServiceFee'], .ticketGrabber span[id*='lblItemServiceFeeMobile']
{
    font-size: 14px;
    margin-bottom: 6px;
}
}

a[id*='btnReserve']
{
    font-size: 22px;
}

.basketItem
{
    min-height: 50px;
}

.evenTicketGrabber, .evenBasketItem
{
    background-color: #FFFFFF;
}

.oddTicketGrabber, .oddBasketItem
{
    background-color: #F8F9FA;
}

.promoTicketGrabber
{
    color: Red;
}

#basketOrderSummary .pull-left, #basketReceiptDetails .pull-left
{
    padding-left: 10px;
}

#basketOrderSummary .pull-right
{
    padding-right: 10px;
}

.form-control
{
    width: 90%;
    display: inline;
}

.form-control.age
{
    width: 65px;
    display: inline;
}

.form-control.maxwidth
{
    width: 210px;
}

.confirmModalEventName
{
    width: 100%;
    float: left;
}

.modal-body
{
    max-height: none;
    padding: 19px;
}

.modal-header .countdownTimer
{
    color: Black;
}

.emailSubmitTxt
{
   width: 230px;
   padding: 5px 25px 4px 4px !important;
}

.promoCodeSubmitTxt
{
   width: 240px;
   padding: 5px 25px 4px 4px !important;
}

.emailSubmitTxt
{
   width: 230px;
   padding: 5px 25px 4px 4px !important;
}

.promoCodeSubmitBtn
{
    position: relative;
    bottom: 26px;
    right: 35px;
    font-size: 16px;
    top: 2px;
}

.promoCodeEntry
{
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
}

.emailSubmitBtn
{
    position: relative;
    bottom: 26px;
    right: 38px;
    font-size: 20px;
    top: 3px;
}

.socialIcon
{
    font-size: 33px;
}

.basketAddTicketsTable 
{
    margin-bottom: 0px;
    border-bottom: 2px solid black;
}
.footerContent
{
    width: 100%;
    min-height: 200px;
}

.outletBio
{
    font-size: 14px;
}

a[class*="fa-"]:hover
{
    text-decoration: none;
}

a.supportLinkMobileHeader
{
     font-size: 14px;
     text-decoration: none;
     color: #FFFFFF;
}

a.supportLinkMobile
{
    font-size: 14px;
     text-decoration: none;
     color: #7F868C;
     position: relative;
     top: 45%;
     padding-top: 24px;
     padding-bottom: 24px;
}
a.supportLink
{
    font-size: 14px;
}

.shopperHiddenAreas
{
    display: none;
}

.paymentPlanOrderDetailsTable {
    margin-bottom: 0px;
}


.shopperLoginSubmit
{
    position: relative;
    top: 13px;
    right: 40px;
}

.headerCountdownTimer
{
    font-size: 16px;
    color: Red;
}

.headerCountdownTimerMobile
{
    font-size: 16px;
    color: white;
}

.optionalChargeModalHeader, .confirmItemsModalHeader, .shopperLoginModalHeader
{
    border-bottom: 1px solid rgb(221, 221, 221);
    text-align: center;
    background-color: rgb(245, 245, 245);
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0px 0px 0px 1px rgb(255, 255, 255) inset;
    font-size: 42px;
}

.shopperLoginModalHeader
{
    font-size: 20px;
}

.popover
{
    max-width: 800px;
    width: auto;
}

.popover-title, .popover-content 
{ 
   color: black; 
}

.popover-content a
{
color: #08c;
} 

.popover-content a:hover, .popover-content a:active, .popover-content a:focus
{
color: #005580;
} 

.termsCheckbox, .termsCheckboxLabel, .ageCheckbox
{
    padding-left: 0px;
    background-color: white;
    margin-bottom: 15px;
}

.ageCheckbox
{
    position: relative;
    left: 175px;
}

.noBorder
{
    border: 0px hidden;
    box-shadow: 0px 0px 0px 0px;
}

.termsCheckbox
{
    padding-left: 25px;
}
.termsCheckboxLabel
{
    font-size: 13px;
    margin-left: 0px;
    font-family: proxima_nova_ltsemibold;
}
.paymentPlanUpdateCardLink
{
    font-size: 16px;
    margin-left: 0px;
}
.price
{
    position: absolute;
    right: 0;
    margin-right: -4px;
    margin-top: -4px;
    vertical-align: top;
    font-weight: bold;
}
.row1Price
{
    font-size: 20px;
    color: White;
    background-color: Black;
    padding-top: 3px;
    padding-right: 4px;
    margin-top: -2px;
}

.priceImage
{
    height: 29px;
    width: 29px;
}

.checkoutServiceFee
{
    font-size: 12px;
    line-height: 14px;
}

.checkoutDeliveryMethod
{
    font-size: 14px;
    line-height: 14px;
}

.checkoutPriceDisplay
{
    font-size: 18px;
    line-height: 18px;
}

.checkoutPriceLevelDescription
{
    font-size: 14px;
    line-height: 14px;
}

.checkoutQuantityDisplay
{
    font-size: 18px;
    line-height: 18px;
}
.checkoutEventName
{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.loginHeader
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.loginButton
{
    margin-top: 8px;
}

#spnSeatLink
{
    font-size: 10px;
}

.validationErrorText 
{ 
    color: red; 
} 

hr
{
    background-color: black;
    height: 1px;
}

.deliveryInfo
{
    display: inline-block;
}

.shippingInfo
{
    font-size: 11px;
    cursor: pointer; 
}

a.chooseDeliveryButton
{
    font-size: 22px;
}

.chooseDeliveryPopover
{
    font-size: 12px;
}

.dropdown-toggle
{
    display: inline-block;
}

.orderDetailHR
{
    margin: 0;
}
 
 .badge-important
 {
     background-color:#b94a48;
 }
 
 .accordion-group 
 {
  margin-bottom: 2px;
  border: 0px solid;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
 }
 
.navbar-brand-outlet 
{
    display: inline;
    font-size: 30px;
    font-weight: 200;
    color: #FFFFFF;
    text-decoration: none;
}

/* Custom container */
.container-fixed {
  margin: 0 auto;
  max-width: 980px;
}
 
.bodyContent .btn-primary
{
    font-size: 16px;
}
.btnReserve, .btnContinue
{
    text-align: right;
}
 
.btnPAH,  .paymentPlanButtons
{
    text-align: left;
}
.confirmModalButtonContinue
{
    text-align: left;
    padding-left: 0px;
}

.confirmModalButtonRelease
{
    text-align: right;
    padding-right: 0px;
}

.ccExpire
{
    padding-left: 0px;
}

.ccExpireDropdown
{
    max-width: 100px;
}

.ddlShippingMethods
{
    width: 100%;
    background-color: #efefef;
    border-width: 1px;
    border-color: #7d7d7d;
    font-size: 17px;
    font-family: proxima_nova_ltsemibold;  
} 

.summaryLeftColumn
{
    float: left;
    padding-left: 10px;
}
.summaryRightColumn
{
    float: right;
    padding-right: 10px;
} 
.norefunds 
{
    padding-top: 8px;
}

.nogutter .span12
{
	margin-left: -4px;
	margin-right: -20px;
		width: 320px;
		padding-left: -5px;
}	
.navbar
{
    border-bottom: none !important;
    box-shadow: none;
}
.centered
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.helpAnchor
{
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.requestHighlighted
{
    background-color: rgb(198,223,155) !important;
}

.requestSlot1 {
    font-size: 14px;
    font-family: proxima_nova_ltsemibold;
}
.requestSlot2 {
    font-size: 24px;
    font-family: proxima_nova_ltsemibold;
}
.requestSlot3, .requestSlot4 {
    color: #767676;
    font-size: 18px;
}
.requestDayOfWeek {
    font-size: 20px;
    text-transform: uppercase;
}
.requestDayOfMonth {
    font-size: 36px;
}
.requestMonth {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
.requestEventLinks {
	font-size: 30px;
}
.requestAccordionInactive
{
    background-color: transparent;
    min-height: 130px;
}
.requestAccordionActive
{
    background-color: #dddddd;
}
.requestAccordionTransition
{
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.requestAccordionCopy
{
    padding-bottom: 16px;
    font-size: 14px;
    color: #585555;
}
.requestBorderTopBottom
    {
        border-top: 1px;
        border-bottom: 1px;
        border-color: #C0C4C8;  
        border-style: solid;
        border-left: 0px;
        border-right: 0px;
    }
.requestBorderBottom{
    border-top: 0px;
    border-bottom: 1px;
    border-color: #C0C4C8;
    border-style: solid;
    border-left: 0px;
    border-right: 0px;
}
.requestFooterDiv
{
    padding-top: 20px;
    padding-bottom: 20px;
}
.slideShadow
{
    -webkit-box-shadow: 0 4px 4px 0px rgb(200, 196, 196);
	   -moz-box-shadow: 0 4px 4px 0px rgb(200, 196, 196);
	        box-shadow: 0 4px 4px 0px rgb(200, 196, 196);
}
.slideShadowSelected
{
    
	-webkit-box-shadow: 0 2px 5px 0px rgb(226, 226, 226);
	   -moz-box-shadow: 0 2px 5px 0px rgb(226, 226, 226);
	        box-shadow: 0 2px 5px 0px rgb(226, 226, 226);
}
.requestFooterButton
{
    width: 15%;
}
.navbar-fixed-top, .navbar-fixed-bottom
{
    z-index:50 !important;
}
.requestError
{   
    display: block;
    color: Red;
    font-size: 16px; 
    font-style: italic; 
    font-weight: 600;
    padding-bottom: 10px;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.ticketsTodaySpinner 
{
    font-size: 100px;
}
.spinner-text
{
    font-size:16px; 
    font-style: italic;
}
.paymentPlanRowTitle
{
    background: #006990;
    color: White;
    text-align: left;
    font-size: 16px;
}
.paymentPlanRowHeader
{
    background: #80a1b6;
    color: White;
    text-align: left;
    font-weight:bold;
    font-size: 16px;
}
.paymentPlanRowDefault
{
    background: #f3f3f3;
    color: Black;
    text-align: left;
    font-size: 15px !important;
}
.paymentPlanRowPaid
{
    background: #9ec7de;
    text-align: left;
    font-size: 15px;
}
.paymentPlanRowOverdue
{
    background: #de9e9e;
    text-align: left;
    font-size: 15px;
}
.paymentPlanRowScheduled
{
    background: #f7fdc7;
    text-align: left;
    font-size: 15px;
}
.paymentPlanRowPartialRefund
{
    background: #f7fdc7;
    text-align: left;
    font-size: 15px;
}
.paymentPlanRowFullRefund
{
    background: #a5d29e;
    text-align: left;
    font-size: 15px;
}
.paymentPlanRowTotal
{
    background: #2E2E2E;
    color: white;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}
.paymentPlanRowInfo
{
    background: #FCFCFC;
    text-align: left;
    font-size: 15px;
}
.paymentPlanRowCharges
{
    background: #C6F1FF;
    text-align: left;
    font-size: 15px;
}
.paymentPlanRowChargesAlt
{
    background: #ADEBFF;
    text-align: left;
    font-size: 15px;
}
.paymentPlanButton
{
    background: #006990 !important;
    color: White;
    width: 100%;
}
.paymentPlanLink a:link
{
    color: #80a1b6;
}
.paymentPlanHeading
{
    color: #80a1b6;
}
.paymentPlanTable
{
    border: 0px;
}
.paymentPlanTextPaid
{
    color: #80a1b6;
    font-weight: bold;
    font-size: 15px;
}
.paymentPlanTextOverdue
{
    color: #dc6767;
    font-weight: bold;
    font-size: 15px;
}
.paymentPlanTextTotal
{
    color: #006990;
    font-weight: bold;
    font-size: 15px !important;
}
.singleOrderStatusTable
{
    background: white;
    color: black;
    text-align: left;
    font-size: 14px;
}
.singleOrderStatusTable table, td
{
    vertical-align: middle !important;
}    
.orderStatusRow
{
    padding-bottom: 10px;
}
.orderStatusForm
{
    background-color: white;
    width: 100%;
}
.statusSectionBuffer
{
    padding-top: 30px;
}
.buttonBuffer
{
    padding-top: 30px;
}
.paymentPlanStatusRow
{
    background: #f3f3f3;
    color: #8e8a8a;
    text-align: left;
    font-size: 14px;
}
.paymentPlanStatusRow a:link
{
    color: #428bca;
    font-size: 15px;
    font-weight: bold;
}
.paymentPlanStatusHeader
{
    color: Black;
    font-weight: bold;
}
.rowLeft
{
    text-align: left !important;
    padding-left: 5% !important;
}
.rowRight
{
    text-align: right !important;
    padding-right: 5% !important;
}
.errorNotificationIcon
{
    vertical-align: middle;
    color: Gray;
    opacity: .5;
}
.orderStatusRow label
{
    display: inherit;
    line-height: inherit;
}

.entryLabel
{
    text-align: left !important;
}
.header-footer
{
    background: #80a1b6;
    color: White;
    text-align: left;
    font-weight:bold;
    font-size: 16px;
    padding: 8px;
}
.well-tight
{
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.push-right
{
    padding-left: 3% !important;
}
.temp-error
{
    color: red; 
    padding: 15px;
}
.error-panel
{
     padding-top:20px;
}
.error-panel .errorMessage
{
    padding-left: 10px;
}
#optionalChargesTable .col-left
{
    width:40%;
}
#optionalChargesTable .col-right
{
    width:20%; 
    padding-right: 15px;
}
.buffer-top-bot
{
    padding-top:25px;
    padding-bottom: 25px;
}
.buffer-bot-right
{
    padding-bottom: 25px;
    padding-right: 25px;
}

@media (max-width: 969px)
{
    .btn, .btn-primary
    {
        min-width: 86px;
    }
    .emailSubmitBtn
    {
        position: relative;
        top: -26px;
        right: -198px;
        font-size: 20px;
    }
    .orderStatusRow label
    {
        line-height: 100%;
    }
}
@media (max-width: 767px)
{
        a 
        {
            color: #E01A36;
        }
    .checkoutWell
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-fixed-top
    {
        position:inherit;
    }
    div.mobileFooterRowHeader, a.mobileFooterRowHeader, div.mobileFooterRow, a.mobileFooterRow, div.mobileFooterRowTop, a.mobileFooterRowTop, div.mobileFooterRowBottom, a.mobileFooterRowBottom
    {
        font-size: 14px;
        text-decoration: none;
        color: #7F868C;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    div.mobileFooterRowHeader, a.mobileFooterRowHeader
    {
        color: #FFFFFF
    }
    div.mobileFooterRowTop, a.mobileFooterRowTop
    {
        padding-top: 24px;
        padding-bottom: 12px;
    }
    div.mobileFooterRowBottom, a.mobileFooterRowBottom
    {
        padding-top: 12px;
        padding-bottom: 24px;
    }
    div.mobileFooterRow, a.mobileFooterRow
    {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    div.mobileFooterRow, a.mobileFooterRow
    {
        color: #7F868C;
    }
    .dateXs 
    {
        margin-left: -3px;
    }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active
    {
        background: red;
        color:white;
    }
    .eventInfoXs 
    {
        margin-left: -23px;
    }
    .mobileDivSlots
    {
        margin-left: -23px;
    }
    .btn-primary
    {
        background: #E01A36;
    }
    .nonMobilerow
    {
        margin-left: 0px;
        margin-right: 0px;
    }
    .ticketGrabLeftPadding
    {
        padding-left: 20px;
    }
    
    .confirmModalButtonContinue
    {
        text-align: center;
        padding-left: 0px;
    }
    .basketHeader
    {
        color: #E01A36;
        font-family: proxima_nova_ltsemibold; 
        font-size: 22px; 
    }
    .confirmModalButtonRelease
    {
        text-align: center;
        padding-right: 0px;
        margin-top: 5px;
    }
    .topbar
    {
        border-top: 1px solid #afafaf;
    }
    .borderTopBottom
    {
        border-top: 1px;
        border-bottom: 1px;
        border-color: #C0C4C8;  
        border-style: solid;
        border-left: 0px;
        border-right: 0px;
    }
    .borderBottom
    {
        border-top: 0px;
        border-bottom: 1px;
        border-color: #C0C4C8;
        border-style: solid;
        border-left: 0px;
        border-right: 0px;
    }
    .btnReserve, .btnContinue, .btnPAH, .paymentPlanButtons, lnkContinue
    {
        text-align: center;
    }
    .serviceFee
    {
        font-size: 10px;
    }
    .underline
    {
        border-bottom: 1px solid #afafaf;
    }
    .underlineLast
    {
        border-bottom: 0px;
    }
    .outletName
    {
        font-size: 18px;
    }
    .bodyContent .btn-primary
    {
        font-size: 17px;
    }
    .eventDateLocationWell .dayOfWeek
    {
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        line-height: 12px;
        color: #000000;
    }
    .eventDateLocationWell .month
    {
        font-size: 10px;
        color: #E01A36;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        line-height: 10px;
    }
    .eventDateLocationWell .dayOfMonth
    {
        font-size: 18px;
        color: #E01A36;
        text-align: center;
        line-height: 20px
    }
   span.slot1
    {
        font-size: 15px;
        line-height: 16px;
        font-family: proxima_nova_ltsemibold;  
        color: #000000;
        margin-bottom: 0px;
    }
    span.slot2, span.slot3, span.slot4, span.slot5
    {
        font-size: 13px;
        line-height: 14px;
    }
    .eventInfo .slot2,.eventInfo .slot3,.eventInfo .slot4,span.slot5
    {
        color: #7F868C;
    }
    .ruleOne, .ruleTwo, .ruleThree
    {
        color: #7F868C;
        font-size: 11px;
        line-height: 13px;
        padding-bottom: 0px;
        
    }
    div.ruleOne
    {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #afafaf;
    }
    div.ruleTwo
    {
        border-top: 1px solid #afafaf;
    }
    
    .well
    {
        margin: 0px;
        border-radius: 0px;
        padding-top: 0px;
        border: none;
    }
    header
    {
        margin: 0px;
    }
    footer
    {
        padding: 0px;
        margin: 0px;
        border-radius: 0px;
    }
    .panel-group
    {
        margin: 0px;
        border-radius: 0px;
    }
    .panel-heading
    {
        font-size: 17px;
        color: #E01A36;
        padding-bottom: 0px;
        border-radius: 0px;
    }
    .list-group-item
    {
        border-radius: 0px;
    }
    .list-group-item.socialIcon
    {
        background-color: #7F868C;
        text-align: center;
    }
    .socialIcon a
    {
        font-size: 32px;
        vertical-align: middle; 
        margin-left: auto; 
        margin-right: auto;  
        display: inline-block; 
        margin-left: auto; 
        margin-right: auto; 
        text-align: center;    
     }
    .navbar
    {
        margin: 0px;
    }
    .basketItemsWell
    {
        background-color: white;
    }
    .basketItem
    {
        border: 1px black solid;
        border-radius: 4px;
        margin-bottom:5px;
    }
    .ticketGrabberWell, .basketItemsWell, .orderSummaryWell, .basketItem
    {
        border: none;
    }
    .ticketGrabber span[id*='lblItemType'], .itemTypeHeader,  .ticketGrabber span[id*='lblItemPriceMobile'], .ticketGrabber span[id*='lblItemServiceFeeMobile']
    {
        margin-left: -4px;
    }
    .ticketGrabber
    {
		border-bottom: 1px solid #DBE3E5;
    }
    .oddTicketGrabber 
    {
        background-color: #FFFFFF;
    }
    .orderSummaryWell
    {
         padding-bottom: 15px;
    }
    .basketAddTicketsTable
    {
        border-bottom: none;
    }
    .basketAddTicketsTable span.slot1
    {
        font-family: proxima_nova_ltsemibold;
        font-size: 17px;
    }
    .basketAddTicketsTable span.slot2
    {
        margin-top: 3px;
        font-size: 14px;
    }
    .basketAddTicketsTable span.slot3
    {
        margin-top: 5px;
    }
    .basketAddTicketsTable span.slot3, .basketAddTicketsTable span.slot4, .basketAddTicketsTable span.slot5, .basketAddTicketsTable span.slot6
    {
        font-size: 14px;
        color: black;
        line-height: 17px;
    }
    .upsellAddTicketsTable
    {
        border-bottom: none;
    }
    .upsellAddTicketsTable span.slot1
    {
        font-family: proxima_nova_ltsemibold;
        font-size: 17px;
    }
    .upsellAddTicketsTable span.slot2
    {
        margin-top: 3px;
        font-size: 14px;
    }
    .upsellAddTicketsTable span.slot3
    {
        margin-top: 5px;
    }
    .upsellAddTicketsTable span.slot3, .upsellAddTicketsTable span.slot4, .upsellAddTicketsTable span.slot5, .upsellAddTicketsTable span.slot6
    {
        font-size: 14px;
        color: black;
        line-height: 17px;
    }
    span.month, span.dayOfMonth, span.dayOfWeek, span.time
    {
        font-size: 10px;
    }
    .ddlShippingMethods
    {
        width: 100%;
    } 

    .navbar {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
    }
    .navbar .navbar-toggle {
      border-color: #563D7C;
    }

    .navbar .navbar-toggle:hover,
    .navbar .navbar-toggle:focus {
      background-color: transparent;
    }
    .navbar-brand-outlet 
    {
        color: #E01A36;
    }
    .promoCodeEntry
    {
        padding-right: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .btnContinue
    {
        width: 100%;
    }
    footer
    {
        min-width: 320px;
        background-position: 0%, 0%;
    }
    .divBasketMobile
    {
        float: left;
    }
    .headerImageMobile
    {
        margin-top: 0px; 
        background-color: #FFFFFF;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .confirmModalButtonContinue
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .confirmModalButtonRelease
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .eventStatusMessages
    {
       text-align: left;
    }
    .navbar {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        padding-bottom: 0px;
    }
    .navbar .navbar-toggle {
      border-color: #563D7C;
    }

    .navbar .navbar-toggle:hover,
    .navbar .navbar-toggle:focus {
      background-color: transparent;
    }
    .hrPriceLevels
    {
        height: 1px;
        background-color: #C0C4C8;
    }
	.mobileTicketGrabberHeader
	{
		margin-left: -19px;
		margin-right: -19px;
		padding-left: 19px;
		padding-right: 19px;
		background-color: #9DA6AD;
		color: white;
		font-size: 19px;
		height: 45px;
		vertical-align: middle;
	}
	.mobileOrderSummaryHeader
	{
		margin-left: -19px;
		margin-right: -19px;
		padding: 10px 10px 10px 10px;
		background-color: #9DA6AD;
		color: white;
		font-size: 19px;
		height: 45px;
		vertical-align: middle;
	}
	.summaryRightColumn
    {
        float: right;
        font-size: 15px;
        padding-top: 11px;
        padding-bottom: 11px;
    } 
    .summaryLeftColumn
    {
        font-size: 15px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .ticketCount
    {
        min-width: 60px;
        margin-left: -20px;
    }
    .well 
    {
          min-height: 20px;
          background: white;
          border: 0px;
          border-radius: 0px;
          -webkit-box-shadow: none;
          box-shadow: none;
    }
    .oddTicketGrabber, .oddBasketItem
    {
        background-color: #FFFFFF;
    }
    .noMobileRadius
    {
         border-bottom-right-radius: 0px !important; 
         border-bottom-left-radius: 0px !important;
    }
    .qasButtons 
    {
        text-align: center;
    }
    button.navbar-toggle.navHamburger, .navbar-inverse span.shoppingCart, .navbar .navbar-toggle
    {
        color:  #8A9298;
        border-color: #8A9298
    }
    .divMobileCarrot
    {
        font-size: 21px;
        color: #C0C4C8;
    }
    .itemTypeHeader
    {
        font-family: proxima_nova_ltsemibold;
        font-size: 20px;
    }
    .ticketGrabber
    {
        line-height: 20px;
    }
    .grabberPrice
    {
        margin-top: 2px;
    }
    .fieldSetTtile
    {
        font-size: 24px;
    }
    .thankyou 
    { 
        font-size: 24px; 
    } 
    
    /* Adjust Menu colors - Normal */
    .navbar .nav > li > a, .navbar .nav > li > a:first-letter {
        color:  #000000;
        font-family: proxima_nova_ltsemibold;
        font-size: 15px;
    }
    /* Adjust Menu colors - Hover */
    .navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter { 
        color:  #000000;                      
        font-family: proxima_nova_ltsemibold;
        font-size: 15px;
    }
    
    .bottomBar
    {
        border-top: 0px;
        border-bottom: 1px;
        border-color: #afafaf;
        border-style: solid;
        border-left: 0px;
        border-right: 0px;
    }
    .interiorBottomBar
    {
        border-top: 0px;
        border-bottom: 1px;
        border-color: #afafaf;
        border-style: solid;
        border-left: 0px;
        border-right: 0px;
        margin-left: -19px;
        margin-right: -19px;
    }
    .topbarDelete
    {
        border-top: 0px;
    }
    .requestFooterDiv
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .requestFooterButton
    {
        width: 40%;
    }
    .requestMobileLinks
    {
        text-align: center;
    }
    .requestButtons
    {
        width: inherit;
    }
    .requestMobileBottomPadding
    {
        padding-bottom: 18px;
    }
    .requestSlot1
    {
        font-size: 12px;
        font-family: proxima_nova_ltsemibold;
        color: #767676;
        line-height: 16px;
        margin-bottom: 0px;
    }
    .requestSlot2
    {
        font-size: 15px;
        line-height: 16px;
        font-family: proxima_nova_ltsemibold;
        color: #000000;
        margin-bottom: 0px;
    }
    
    .requestSlot3, .requestSlot4, .requestSlot5
    {
        font-size: 13px;
        line-height: 14px;
    }
    .eventDateLocationWell .requestDayOfWeek
    {
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        line-height: 12px;
        color: #000000;
    }
    .eventDateLocationWell .requestMonth
    {
        font-size: 10px;
        color: #E01A36;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        line-height: 10px;
    }
    .eventDateLocationWell .requestDayOfMonth
    {
        font-size: 18px;
        color: #E01A36;
        text-align: center;
        line-height: 20px
    }
    .form-control.requestButtons
    {
        font-size: 12px;
    }
    .paymentPlanHeading
    {
        text-align: center;
    }
    .statusSectionBuffer
    {
        padding-top: 0px;
    }
    .buttonBuffer
    {
        padding-top: 15px;
    }
    .paymentPlanStatusHeader
    {
        color: Black;
        font-weight: bold;
    }
    .rowLeft
    {
        text-align: left;
        padding-left: auto;
    }
    .rowRight
    {
        text-align: right;
        padding-right: auto;
    }
    .orderStatusForm
    {
        background-color: #F4F4F4;
        width: 100%;
    }
    .entryLabel
    {
        text-align: center !important;
        padding-bottom: 5px;
    }
    .singleOrderStatusTable
    {
        background: #f3f3f3;
    }
    .navbar .navbar-toggleWidget {
      padding-top: 0px;
    }

}

@media (max-width: 320px)
{
    .confirmModalButtonContinue
    {
        text-align: center;
    }
    
    .confirmModalButtonRelease
    {
        text-align: center;
    }
    
    .orderSummaryHeader
    {
        /*height: 35px;*/
        font-size: 22px;
        text-align: left;
    }
    button.navbar-toggle.navHamburger, .navbar-inverse span.shoppingCart
    {
        color:  #8A9298;
    }
    .requestPnlEventLinks
    {
        width: 100%;
        margin-left: 10px;
    }

    .navbar .navbar-toggleWidget {
      padding-top: 0px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) 
{

    .confirmModalButtonContinue
    {
        text-align: left;
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .confirmModalButtonRelease
    {
        text-align: right;
        padding-right: 0px;
    }

    /* navbar */
    .navbar {
        background-color: #000000;
        border-color: #000000;
        padding-bottom: 0px;
    }
    .navbar .navbar-toggle {
      border-color: #563D7C;
    }

    .navbar .navbar-toggle:hover,
    .navbar .navbar-toggle:focus {
      background-color: transparent;
    }
    .navbar-brand-outlet 
    {
        color: #FFFFFF;
    }
    .promoCodeEntry
    {
        padding-right: 0px;
        margin-bottom: 20px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .ddlShippingMethods
    {
        width: 80%;
    } 

}

@media (min-width:970px) and (max-width: 2500px) {
    .container {
     width:970px;
    }   
    /* navbar */
    .navbar {
        background-color: #000000;
        border-color: #000000;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}

@-moz-document url-prefix() 
{   
    hr
    {
        height: 3px;
    }
}
