﻿.baseFont
{
    font-family: Georgia;
}

.navbar .brand, .btn, .btn-primary, .ticketGrabberHeader, .basketItemsHeader, .orderSummaryHeader, .footerHeading, .tableHeader, .thankyou
{
    font-family: League Gothic;
}
.thankyou
{
    font-size: 18px;
}
.receiptNum
{
    font-size: 30px
}
body
{
    height: 100%;
}
.tableHeader
{
    font-size: 12px;
}

.footerHeading
{
    font-size: 18px;
    text-transform: uppercase;
}

.headerImage
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.headerImage img
{
    width:100%;
}

.footerPanel
{
    margin-bottom: 20px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.footerImage
{
    width:980px;
}


.navbar-inverse .navbar-inner
{
    background-image: none;
    border-color: transparent;
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a
{
    text-shadow: none;
}

.navbar-inner
{
    min-height: 45px;
}

header
{
    margin-bottom: 20px;
}

footer
{
    clear: both;
    position: relative;
    z-index: 10;
    padding-top: 35px;
    margin-bottom: -20px;
    min-width: 980px;
    background-position: 0%, 0%;
}

.navbar .brand
{
    font-size: 30px;
}

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;
}

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;
}

span.calendarInfo, a.calendarInfo
{
    display: block;
    line-height: 100%;
}

label
{
    display: inline;
    line-height: 100%;
}

div.eventDate, div.eventImage, div.eventInfo, div.eventLinks, div.eventStatusMessages
{
    text-align: center;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 4px;
    margin-bottom: 4px;
}

div.eventImage 
{ 
    padding: 0px; 
    overflow: hidden; 
    height: 100%; 
} 

div.eventInfo, div.eventLinks
{
    text-align: left;
}

.eventLinks .btn
{
    margin-top: -4px;
}

div.eventInfo
{
    border-top: 2px solid #000000;
    border-radius: 0px;
}

span.month, span.dayOfMonth, span.dayOfWeek, span.time, span.slot1, span.slot2, span.slot3, span.slot4, span.slot5
{
    color: #000000;
}
input
{
    margin-right: 5px;
}
span.month
{
    font-size: 30px;
}

span.dayOfMonth
{
    font-size: 87px;
    font-family:Times New Roman;
}

span.dayOfWeek
{
    font-size: 14px;
    font-weight: bold;
}

span.time
{
    margin-top: 5px;
    font-size: 24px;
}

span.slot1, span.slot2, span.slot3, span.slot4, span.slot5
{
    margin-bottom: 5px;
}

span.slot1
{
    margin-bottom: 15px;
    font-size: 36px;
}

span.slot2, span.slot3
{
    font-size: 18px;
}

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
{
    padding: 0px;
    border: 1px solid black;
    margin-bottom: 15px;
    border-radius: 0px; 
}

.ticketGrabberHeader, .basketItemsHeader, .orderSummaryHeader
{
    background-color: #E4E4E4;
    color: #000000;
    padding-top: 16px;
    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: 16px;
}

.orderSummaryHeader
{
    height: 35px;
    font-size: 22px;
    text-align: center;
}

.ticketGrabber
{
    min-height: 60px;
    padding-top: 16px;
}

.ticketGrabber span[id*='lblItemType'], .ticketGrabber span[id*='lblItemPrice']
{
    font-size: 18px;
    display: block;
}

.ticketGrabber span[id*='lblItemType'], .itemTypeHeader
{
    margin-left: 10px;
}

.ticketGrabber span[id*='lblItemServiceFee']
{
    font-size: 10px;
}

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;
}
.deliveryInfoBtn
{
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 14px;
}
.form-horizontal .control-group
{
    margin-bottom: 5px;
}

.form-inline .controls
{
    margin-left: 30px;
}

.form-inline .control-group
{
    margin-bottom: 5px;
}

.form-horizontal .control-label
{
    margin-left: -20px;
}

div.controls input[type="text"], div.controls input[type="email"], div.controls input[type="password"], div.controls input[type="checkbox"], div.controls label, div.controls input[type="submit"], div.controls select, div.controls .btn-group
{
    display: inline;
    margin-left: -30px;
    width: 99%;
}

div.controls input[type="checkbox"], div.controls input[type="submit"]
{
    width: auto;    
}

.confirmModalEventName
{
    width: 100%;
    float: left;
}

.modal
{
    position: absolute;
}

.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;
}

.emailSubmitBtn
{
    position: relative;
    bottom: 26px;
    right: 38px;
    font-size: 20px;
    top: 3px;
}

.basketAddTicketsTable 
{
    margin-bottom: 20px;
    border-bottom: 2px solid black;
}
.footerContent
{
    width: 100%;
    min-height: 200px;
}

.outletBio
{
    font-size: 14px;
}

a[class*="icon-"]:hover
{
    text-decoration: none;
}

a.supportLink
{
    font-size: 14px;
}

.shopperHiddenAreas
{
    display: none;
}

.shopperLoginSubmit
{
    position: relative;
    top: 13px;
    right: 40px;
}

.headerCountdownTimer
{
    font-size: 16px;
    color: Red;
}

.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: 12px;
    margin-left: 0px;
}

.price
{
    position: absolute;
    right: 0;
    margin-right: -4px;
    margin-top: -4px;
    vertical-align: top;
    font-weight: bold;
}

.calendarItem
{
    padding-bottom: 30px;
}
.row1Price
{
    font-size: 20px;
    color: White;
    background-color: Black;
    padding-top: 3px;
    padding-bottom: 6px;
    padding-right: 4px;
}

.priceImage
{
    height: 29px;
    width: 29px;
}

.checkoutServiceFee
{
    font-size: 10px;
    line-height: 14px;
}

.loginHeader
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.loginButton
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 8px;
}

#spnSeatLink
{
    font-size: 10px;
}

.validationErrorText 
{ 
    color: red; 
    font-weight: bold; 
} 

hr
{
    background-color: black;
    height: 1px;
}

.deliveryInfo
{
    display: inline-block;
}

a.chooseDeliveryButton
{
    font-size: 22px;
}

.chooseDeliveryPopover
{
    font-size: 12px;
}

.dropdown-toggle
{
    display: inline-block;
}

.orderDetailHR
{
    margin: 0;
}

.emptyBasket
{
    position: relative;
    top: 5px;
}

@-moz-document url-prefix() 
{
    hr
    {
        height: 3px;
    }
}