body {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

a{
    text-decoration: none;
}


/************************* vividseats custom css **********************************/
/* Ticket Options css (user for the filters) */

.tp_filterAIPChecks,
.tp_filterBar,
.tp_options,
.tp_orientation,
.tp_sortBar{
    background-color: #fff !important;
}

.tp_options {
    border: 1px solid #cfcfcf;
    border-radius: 7px;
    margin-bottom: 15px;
}

#TicketList {
    border-top: 1px #cfcfcf solid !important;
}

.tp_filterChecks {
    display: block !important;
    padding: 15px 10px 15px !important;
    font-size: 13px !important;
    border-left: none !important;
    margin-left: 0 !important;
}

    .tp_filterChecks label {
        font-weight: normal !important;
    }

    .tp_priceInputFilter {
        display: flex;
        justify-content: space-between;
    }

    .tp_priceInputFilter label {
        position: relative;
        font-weight: normal !important;
        font-size: 14px;
    }

    .tp_priceInputFilter label:after {
        content: "$";
        display: block;
        position: absolute;
        left: 10px;
        top: 50%;
    }

    .tp_priceInputFilter > * {
        flex: 50%;
    }

.tp_filterTitle {
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 15px 10px 5px !important;
}

.tp_qtyFilter{
    float: none !important;
    display: inline-block !important;
    margin-right: 20px !important;
}

.tp_sortBar {
    padding: 15px 10px 5px !important;
    display: flex !important;
}

    .tp_sortBar label {
        display: block !important;
    }

    .tp_sortBar span,
    .tp_qtyFilter label,
    .tp_sortBar select,
    .tp_sortDropdown label{
        font-size: 14px !important;
        font-weight: normal !important;
        text-transform: capitalize !important;
        background-color: #fff !important;
    }

#maxPrice,
#minPrice {
    width: 95% !important;
    height: 32px !important;
    padding-left: 20px !important;
}

select{
    height: 32px;
    min-width: 50px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.select {
    /*border: 1px solid #ccc;*/
    overflow: hidden;
    position: relative;
    display: block;
}

.select::after {
    content:"\f107";
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 10px;
    top: 3px;
    /*background: white;*/
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.tp_sortDropdown .select {
    display: inline-block;
}

select.tp_quantity {
    border: none !important;
    width: auto !important;
}

.tp_ticketCell {
    background-color: #fff !important;
}


/*  Tickets Section (the actual ticket rows) */


.tp_tickets::-webkit-scrollbar {
    width: 5px !important;
}

.tp_tickets::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #003268;
    border-radius: 10px;
}

.tp_tickets::-webkit-scrollbar-thumb {
    background: #003268 !important;
}

.tp_cellSection {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
}

.tp_sectionTitle {
    display: none !important;
}

.tp_sectionNumberRow{
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
}

.tp_ticketCell form {
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
    width: 50% !important;
}

.tp_cellIcons{
    float: none !important;
    width: auto !important;
    margin-top: 0 !important;
    display: inline-block !important;
    margin-right: 5px !important;
}

.tp_cellIcons > * {
    margin-right: 5px !important;
}

.shipDate > * {
    margin-left: 5px;
}

.tp_cellBuy {
    float: none !important;
    margin-top: 0 !important;
    padding-top: 10px !important;
}

.tp_cellBuy .btn-primary.buyButton{
    width: 90px !important;
    height: 32px !important;
    border-radius: 2px !important;
    background-color: #007dff !important;
    display: inline !important;
    font-size: 12px !important;
}


.tp_cellPrice {
    float: none !important;
    margin-top: 0 !important;
    width: 50% !important;
    font-size: 18px !important;
}

.tp_cellPrice em {
    position: static !important;
    font-size: 18px !important;
}

.tp_cellQty {
    float: none !important;
    margin-top: 0 !important;
}

.tp_cellQty label {
    display: block !important;
    text-align: right !important;
    font-size: 11px !important;
}


/* --------------- Fixes for layout issues that are part of the vividseats plugin (not us) -------------------------- */
.tp_mapToggle {
    display: none;
}

.tp_sectionSelectorHeader {
    height: auto !important; /* Fixes an issue where the */
}

.tp_sectionGroups {
    bottom: -100px !important;
    /*position: initial !important;*/
}

.tp_sectionGroupsExpanded .tp_sectionGroupsContent {
    height: auto !important;
}

.tp_sectionGroupsExpanded {
    height: auto !important;
}

/* ------------------------------------ End of vividseats layout fixes ---------------------------------------------- */



/*  mobile */


@media (max-width: 767px) {
    .tp_filterTitle {
        display: none !important;
    }

    .tp_filterBar {
        display: none !important;
    }

    .tp_sortBar {
        width: 100% !important;
        justify-content: space-around;
    }

        /*.tp_sortBar span {*/
            /*margin-right: 10px !important;*/
        /*}*/

        .tp_sortBar::before {
                content: none !important;
            }

    .tp_cellBuy {
         padding-top: 0px !important;
    }

    .tp_cellPrice {
        width: 70% !important;
    }

    .tp_sectionRow.shipDate {
         text-align: left !important;
    }
    .tp_cellBuy {
         position: relative !important;
         right: 0px !important;
         top: 0px !important;
    }
    .tp_options {
        border: none !important;
    }

    .select {
        display: inline-block;
    }

    .tp_sortDropdown {
        display: inline-block !important;
    }

    .tp_sortDropdown label {
        font-size: 10px !important;
    }
}

