﻿/* TRR Ticket Widget */

.quick-ticket-space {
    padding-bottom: 20px;
}

@media (min-width:991px){
    .quick-ticket-space #ticket-div {
        width: 392px;
        height: 351px;
    }
}    

.void-title {
    padding-bottom: 10px;
    color: #121111;
    font-size: 40px;
    line-height: 52px;
    font-family: 'brandon_grotesquebold',sans-serif;
    font-weight: bold !important;
    text-transform: uppercase;
}

.void-icon {
    text-align: right;
    padding-bottom: 20px;
}

.void-icon img{
    width: 80%;
    height: auto;
}

.pop-over-error {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #d0021b;
    border: #d0021b;
    overflow: visible;
    z-index: 2;
    padding: 10px;
    margin-top: 9px;
    color: #FFF;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    text-align: left;
}

    .pop-over-error .error-top-arrow {
        position: absolute;
        bottom: 100%;
        left: 20%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-bottom: 10px solid #d0021b;
    }

        .pop-over-error .error-top-arrow:before {
            content: "";
            position: absolute;
            top: -9px;
            left: -10px;
            border: 10px solid transparent;
            border-bottom: 10px solid #d0021b;
        }

#connectParentIframe {
    margin-top: -20px;
}

#connect-loader {
    height: 200px;
}

.btn-showtime {
    width: auto;
}

.showtime-grid ul.showtime--list {
    margin: 0;
    text-align: left;
    font-weight: 600;
    width: auto;
    padding: 0 30px 0 10px;
}

    .showtime-grid ul.showtime--list > li {
        padding: 0;
        display: block;
        float: left;
        text-align: center;
        width: auto;
        margin-bottom: 10px;
    }

        .showtime-grid ul.showtime--list > li .showtime-wrap {
            display: inline-block;
            white-space: nowrap;
            font-size: 1.5rem;
            height: 2.5em;
            text-transform: uppercase;
        }

            .showtime-grid ul.showtime--list > li .showtime-wrap a {
                font-family: "FFMarkWebPro", Helvetica, Arial, sans-serif;
                font-weight: 400;
                color: #f0533f;
                font-size: 1.5rem;
                float: left;
                display: block;
                cursor: pointer;
                text-decoration: none;
                width: 8rem;
            }

                .showtime-grid ul.showtime--list > li .showtime-wrap a.showtime {
                    padding: 10px 0;
                    height: 2.5em;
                }

                .showtime-grid ul.showtime--list > li .showtime-wrap a.seatMapLink.seatMapDisabled:hover,
                .showtime-grid ul.showtime--list > li .showtime-wrap a.seatMapLink.seatMapDisabled:focus {
                    background: #FFF;
                    color: #999999;
                }

                .showtime-grid ul.showtime--list > li .showtime-wrap a.after-midnight {
                    padding: 2px 0;
                    position: relative;
                }

                .showtime-grid ul.showtime--list > li .showtime-wrap a .qt-showtime-day {
                    position: absolute;
                    bottom: 1px;
                    left: 0;
                    width: 100%;
                    font-size: .8em;
                    line-height: 1em;
                    display: block;
                    text-align: center;
                }

            .showtime-grid ul.showtime--list > li .showtime-wrap .seatMapLink {
                font-size: 0.75rem;
                height: 2.5em;
                width: 1.25rem;
                padding: 8px 2px;
            }

                .showtime-grid ul.showtime--list > li .showtime-wrap .seatMapLink.seatMapDisabled {
                    margin-left: -1px;
                    width: 1.25rem;
                    padding: 8px 2px;
                }

                    .showtime-grid ul.showtime--list > li .showtime-wrap .seatMapLink.seatMapDisabled:hover,
                    .showtime-grid ul.showtime--list > li .showtime-wrap .seatMapLink.seatMapDisabled:focus {
                        background: #FFF;
                        /*color: #999999;*/
                    }

            .showtime-grid ul.showtime--list > li .showtime-wrap .seatMapDisabled {
                font-family: "FFMarkWebPro", Helvetica, Arial, sans-serif;
                font-weight: 400;
                font-size: 1.5rem;
                height: 2.5em;
                cursor: default;
                margin-left: 0;
                border: 1px solid #A7A8AA;
                width: 8rem;
                padding: 10px 0;
            }

                .showtime-grid ul.showtime--list > li .showtime-wrap .seatMapDisabled.after-midnight {
                    padding: 2px 0;
                    position: relative;
                }

                    .showtime-grid ul.showtime--list > li .showtime-wrap .seatMapDisabled.after-midnight .qt-showtime-day {
                        position: absolute;
                        bottom: 1px;
                        left: 0;
                        width: 100%;
                        font-size: .8em;
                        line-height: 1em;
                        display: block;
                        text-align: center;
                    }

            .showtime-grid ul.showtime--list > li .showtime-wrap .qt-sold-out {
                font-family: "FFMarkWebPro", Helvetica, Arial, sans-serif;
                font-weight: 400;
                font-size: 1.5rem;
                background: #FFF;
                border: solid 1px #A7A8AA;
                width: 8rem;
                height: 2.5em;
                position: relative;
                display: block;
                float: left;
                cursor: default;
                padding: 4px 0;
            }

                .showtime-grid ul.showtime--list > li .showtime-wrap .qt-sold-out .qt-sold-out-session-text {
                    font-size: 0.9em;
                    font-weight: normal;
                }

                .showtime-grid ul.showtime--list > li .showtime-wrap .qt-sold-out .qt-showtime {
                    color: #A7A8AA;
                    font-size: 0.75rem;
                    display: block;
                    text-align: center;
                }

                .showtime-grid ul.showtime--list > li .showtime-wrap .qt-sold-out .qt-sold-out-text {
                    position: absolute;
                    bottom: 2px;
                    left: 0;
                    width: 100%;
                    color: #A7A8AA;
                    font-size: .6em;
                    line-height: 1em;
                    display: block;
                    text-align: center;
                    font-weight: bold;
                    padding-bottom: 4px;
                }

                .showtime-grid ul.showtime--list > li .showtime-wrap .qt-sold-out .qt-showtime-day {
                    display: none;
                }

.seatMapLink,
.seatMapDisabled {
    float: left;
    border: 1px solid #004ea8;
    background-color: #FFF;
    padding: 3px;
    margin: 0px 0px 0px -1px;
    height: 2.5em;
}

.seatMapLink {
    text-decoration: none;
}

    .seatMapLink:hover,
    .seatMapLink:focus {
        text-decoration: none;
        background-color: #004ea8;
        color: #FFF;
    }

.seatMapDisabled {
    color: #777777;
    border: 1px solid #777777;
}

    .seatMapDisabled:hover,
    .seatMapDisabled :focus {
        background-color: #FFF;
        color: #777777;
    }

.showtime-trailer-link {
    display: inline;
}

.bottom-btnShowtimes {
    text-align: center;
    margin-left: 5%;
}

.showtime-type {
    vertical-align: middle;
}

.showtime {
    display: block;
    float: left;
    text-align: center;
    padding: 6px 0;
    border: 1px solid #f0533f;
    font-size: 0.75rem;
    white-space: nowrap;
    width: 4rem;
}

    .showtime.disabled {
        color: #777777;
        border: solid 1px #777777;
        background-color: #fff;
        cursor: default;
        min-width: 115px;
    }

    .showtime.disabled-past {
        color: #777777;
        border: solid 1px #777777;
        background-color: #fff;
        cursor: default;
    }

a.showtime {
    /*background-color: #fff;*/
    margin: 0;
    font-weight: 700;
    margin-left: 0px;
    height: 2.5em;
    text-decoration: none;
}

    a.showtime:hover,
    a.showtime:active,
    a.showtime:focus {
        /*background-color: #004ea8;*/
        color: #fff !important;
        background-color: #f0533f;
    }

    a.showtime.noclick {
        background-color: #777777;
        border-color: #b3b3b3;
        color: #777777;
        cursor: default;
        min-width: 115px;
    }

    a.showtime i {
        position: relative;
        top: 1px;
    }

span.showtime {
    background-color: #fff;
    font-weight: bold;
    color: #777777;
}

.selectize-control.single {
    text-align: center;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    height: 100%;
    width: 100% !important;
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 1em;
    box-shadow: none;
    white-space: nowrap;
    vertical-align: bottom;
    cursor: pointer;
}

    .selectize-control.single :after {
        display: none;
    }

.selectize-input {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .selectize-input.focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .selectize-control.single .selectize-input,
    .selectize-control.single .selectize-input.input-active,
    .selectize-control.single .selectize-input.dropdown-active {
        /*font-size: 1.142857142857143em;*/
        font-size: 1.3em;
        font-weight: 400;
        color: #f0533f;
        height: 100%;
        border-width: 0px;
        text-align: left;
        background: rgba(0, 0, 0, 0);
        width: 100%;
        padding: 0.25em 1.75em 0.25em 4em;
        overflow: hidden;
        /*text-overflow: ellipsis;*/
        vertical-align: middle;
        opacity: 1;
        cursor: pointer;
        /*@media(min-width: @selectizes-collapse-width) {
                    padding: 0.6em 1.5em 0.25em 2.5em;
                }*/
    }

        .selectize-control.single .selectize-input ::-webkit-input-placeholder,
        .selectize-control.single .selectize-input.input-active ::-webkit-input-placeholder,
        .selectize-control.single .selectize-input.dropdown-active ::-webkit-input-placeholder {
            color: inherit;
            opacity: 1;
            font-weight: 400;
        }

        .selectize-control.single .selectize-input :-moz-placeholder,
        .selectize-control.single .selectize-input.input-active :-moz-placeholder,
        .selectize-control.single .selectize-input.dropdown-active :-moz-placeholder {
            /* Firefox 18- */
            color: inherit;
            opacity: 1;
            font-weight: 400;
        }

        .selectize-control.single .selectize-input ::-moz-placeholder,
        .selectize-control.single .selectize-input.input-active ::-moz-placeholder,
        .selectize-control.single .selectize-input.dropdown-active ::-moz-placeholder {
            /* Firefox 19+ */
            color: inherit;
            opacity: 1;
            font-weight: 400;
        }

        .selectize-control.single .selectize-input :-ms-input-placeholder,
        .selectize-control.single .selectize-input.input-active :-ms-input-placeholder,
        .selectize-control.single .selectize-input.dropdown-active :-ms-input-placeholder {
            color: inherit;
            opacity: 1;
            font-weight: 400;
        }

        .selectize-control.single .selectize-input::after,
        .selectize-control.single .selectize-input.input-active::after,
        .selectize-control.single .selectize-input.dropdown-active::after {
            display: none;
        }

        .selectize-control.single .selectize-input.disabled,
        .selectize-control.single .selectize-input.input-active.disabled,
        .selectize-control.single .selectize-input.dropdown-active.disabled {
            color: #A7A8AA;
        }

        .selectize-control.single .selectize-input .item,
        .selectize-control.single .selectize-input.input-active .item,
        .selectize-control.single .selectize-input.dropdown-active .item {
            max-width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: bottom;
            font-size: 1.15em;
            font-weight: 400;
            height: 100%;
            padding-top: 20px;
        }

        .selectize-control.single .selectize-input input,
        .selectize-control.single .selectize-input.input-active input,
        .selectize-control.single .selectize-input.dropdown-active input {
            color: inherit;
            font-size: 1.15em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 100%;
            vertical-align: bottom;
            transition: none;
            border: 0px solid #FFF;
            background: rgba(0, 0, 0, 0);
            width: 100% !important;
            max-width: 100%;
        }

            .selectize-control.single .selectize-input input:disabled,
            .selectize-control.single .selectize-input.input-active input:disabled,
            .selectize-control.single .selectize-input.dropdown-active input:disabled,
            .selectize-control.single .selectize-input input .disabled,
            .selectize-control.single .selectize-input.input-active input .disabled,
            .selectize-control.single .selectize-input.dropdown-active input .disabled {
                background: #FFF;
            }

            .selectize-control.single .selectize-input input:focus,
            .selectize-control.single .selectize-input.input-active input:focus,
            .selectize-control.single .selectize-input.dropdown-active input:focus,
            .selectize-control.single .selectize-input input:active,
            .selectize-control.single .selectize-input.input-active input:active,
            .selectize-control.single .selectize-input.dropdown-active input:active {
                outline: none;
                border: none;
            }

            .selectize-control.single .selectize-input input::-webkit-contacts-auto-fill-button,
            .selectize-control.single .selectize-input.input-active input::-webkit-contacts-auto-fill-button,
            .selectize-control.single .selectize-input.dropdown-active input::-webkit-contacts-auto-fill-button {
                visibility: hidden;
                display: none !important;
                pointer-events: none;
                position: absolute;
                right: 0;
            }

    .selectize-control.single.selectize-open .selectize-input.input-active {
        /*background-color: #f5f7d3;*/
    }

        .selectize-control.single.selectize-open .selectize-input.input-active ::-webkit-input-placeholder {
            color: #959595;
        }

        .selectize-control.single.selectize-open .selectize-input.input-active :-moz-placeholder {
            /* Firefox 18- */
            color: #959595;
        }

        .selectize-control.single.selectize-open .selectize-input.input-active ::-moz-placeholder {
            /* Firefox 19+ */
            color: #959595;
        }

        .selectize-control.single.selectize-open .selectize-input.input-active :-ms-input-placeholder {
            color: #959595;
        }

    .selectize-control.single .selectize-dropdown {
        font-size: 1.142857142857143em;
        background: #FFF;
        border: 1px solid #f0533f;
        text-align: center;
        white-space: normal;
        left: -1px !important;
        right: -1px !important;
        width: auto !important;
    }

        .selectize-control.single .selectize-dropdown .selectize-dropdown-content {
            max-height: 400px;
        }

            .selectize-control.single .selectize-dropdown .selectize-dropdown-content .optgroup {
                position: relative;
            }

                .selectize-control.single .selectize-dropdown .selectize-dropdown-content .optgroup:before {
                    content: "";
                    position: absolute;
                    top: 1.35em;
                    left: 0;
                    border-bottom: 1px solid #f0533f;
                    width: 100%;
                }

                .selectize-control.single .selectize-dropdown .selectize-dropdown-content .optgroup .optgroup-header {
                    position: relative;
                    display: inline-block;
                    color: #f0533f;
                    z-index: 1;
                    background: #FFF;
                    padding: 0.7em 0.5em;
                    font-weight: 600;
                }

                .selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
                    position: relative;
                    /*border-bottom: 1px solid #0A0A0A;*/
                    color: #0A0A0A;
                    padding: 0.7em 0.5em;
                }

                .selectize-dropdown .active {
                    background-color: #f0693f;
                }

                    .selectize-control.single .selectize-dropdown .selectize-dropdown-content .optgroup .option:last-child {
                        border-bottom: 0;
                    }


/*Quick Ticket Styles*/
#quick-tickets-wrapper {
    z-index: 82;
    overflow: visible;
    font-family: 'FFMarkWebPro', "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    width: 100%;
    min-height: 200px;
}

@media (min-width: 991px) {
    #quick-tickets-wrapper {
        margin-left: 0px;
        margin-top: 0px;
        float: left;
        position: absolute;
        height: 32em;
    }
}

#quick-tickets-wrapper.one-third-right {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (min-width: 991px) {
    #quick-tickets-wrapper.one-third-right {
        position: absolute;
        width: 33.33333333%;
        left: 66.66666666%;
        margin-left: 0px;
        margin-top: 0px;
        float: left;
        height: 100%;
    }
}

#quick-tickets-wrapper a:hover,
#quick-tickets-wrapper a:focus {
    text-decoration: none;
}

/* Styles for Search Pane Background*/
#quick-tickets-wrapper #quick-tickets-search {
    position: relative;
    background-color: #ededed;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: auto;
    -webkit-transition: height 0.75s ease-in-out;
    -moz-transition: height 0.75s ease-in-out;
    transition: height 0.75s ease-in-out;
    z-index: 11;
    overflow: visible;
    /*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);*/
}

@media (min-width: 991px) {
    #quick-tickets-wrapper #quick-tickets-search {
        height: 100%;
        z-index: 82;
    }
}

#quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane {
    background-color: #EDEDED;
    color: #004ea8;
    display: block;
    left: 0%;
    top: 0%;
    position: relative;
    /*z-index: 82;*/
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
    width: 100%;
    height: auto;
    float: left;
    overflow: visible;
    z-index: 1;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

/* Styles for Search Pane Slider*/
@media (min-width: 991px) {
    #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane {
        background-color: #ededed;
        height: 100%;
        z-index: 83;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    }
}

#quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane.move {
    left: 0%;
    /*box-sizing: content-box;*/
}

@media (min-width: 991px) {
    #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane.move {
        left: -100%;
        border-right: 0px solid #A7A8AA;
    }
}

@media (min-width: 991px) {
    #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane.move .single.single-tabbed.quick-tickets-body {
        border-right: none;
    }
}

#quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane.qt-fixed-options {
    border: 1px solid #A7A8AA;
}

@media (min-width: 991px) {
    #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane.qt-fixed-options {
        height: 100%;
    }
}

#quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane.qt-fixed-options .quick-tickets-header {
    margin-left: 15px;
    padding-bottom: 30px;
    padding-top: 15px;
}

#quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane.qt-fixed-options .quick-tickets-content-wrap {
    position: static;
    left: 0px;
    bottom: unset;
    width: 100%;
}

#quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane.qt-fixed-options .single.single-tabbed.quick-tickets-body {
    border: none;
    padding-bottom: 30px;
}

@media (min-width: 991px) {
    #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane.qt-fixed-options .single.single-tabbed.quick-tickets-body {
        padding-bottom: 0;
    }
}

#quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane.qt-fixed-options .single.single-tabbed.quick-tickets-body .quick-tickets-selection-area {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane.qt-fixed-options .single.single-tabbed.quick-tickets-body .quick-tickets-selection-area {
        float: none;
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
    }
}

#quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane.qt-fixed-options .single.single-tabbed.quick-tickets-body .quick-tickets-selection-area:last-child {
    margin-bottom: 10px;
}

#quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane.error-border {
    border-color: #d0021b;
}



@media (min-width: 767px) and (max-width: 991px){
    #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane .quick-tickets-header {
        padding: 24px 0 10px 0;
        /*margin-left: 8.333%;*/
        position: relative;
        /*left: 8.333%;*/
        text-align: center;
        width: 40%;
        float: left;
    }
}

#quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane .quick-tickets-header {
    padding: 24px 0 10px 0;
    /*margin-left: 8.333%;*/
    position: relative;
    /*left: 8.333%;*/
    text-align: center;
}

@media (min-width: 991px) {
    #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane .quick-tickets-header {
        padding-top: 20px;
        /*left: 8.333%;*/
    }
}

#quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane .quick-tickets-header h2 {
    color: #0a0b0d;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
}

@media (min-width: 991px) {
    #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane .quick-tickets-header h2 {
        font-size: 1.5em;
    }
}

@media (min-width: 960px) {
    #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane .quick-tickets-header h2 {
        font-size: 28px;
        /*padding-right: 2em;*/
        font-size: 28px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #0a0b0d;
    }
}

#quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane .quick-tickets-header h2 .quick-ticket-tooltip {
    position: relative;
    top: 3px;
    font-size: 1.125em;
    color: #004ea8;
    display: inline-block;
    cursor: pointer;
    font-weight: 400 !important;
    /*@media(min-width:@quick-tickets-collapse-width) {
                            top: 2px;
                        }*/
    /*.info-icon {
                            position: relative;
                            font-size: 0.95em;
                            left: 4px;
                            top: -5px;

                            @media(min-width: @quick-tickets-collapse-width) {
                                left: 4px;
                                top: -4px;
                            }
                        }*/
}

    #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane .quick-tickets-header h2 .quick-ticket-tooltip:focus,
    #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane .quick-tickets-header h2 .quick-ticket-tooltip:hover {
        color: #004ea8;
    }

#quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane .quick-tickets-header h2 .quick-ticket-tooltip-content {
    font-family: 'FFMarkWebProBold', "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 0.5833333333333333em;
    display: block;
    padding: 1em 3em 1em 1em;
}

    #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane .quick-tickets-header h2 .quick-ticket-tooltip-content .fa.fa-times-circle-o {
        font-size: 2em;
        position: absolute;
        top: 5px;
        right: 5px;
        color: #004ea8;
    }

        #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane .quick-tickets-header h2 .quick-ticket-tooltip-content .fa.fa-times-circle-o:focus,
        #quick-tickets-wrapper #quick-tickets-search #quick-tickets-search-pane .quick-tickets-header h2 .quick-ticket-tooltip-content .fa.fa-times-circle-o:hover {
            color: #003c71;
        }

.game-image img {
    width: 120px;
    height: 120px;
}

#quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding-bottom: 0;
    z-index: 0;
}

@media (min-width: 767px) and (max-width: 991px){
    #quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap {
        display: block;
        float: right;
        position: relative;
        width: 60%;
        right: 0;
        left: 0;
        padding: 40px 0;
        z-index: 0;
    }
}


@media (min-width: 991px) {
    #quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap {
        bottom: 0;
        /* left: 15px; */
        z-index: 2;
        top: unset;
        box-shadow: none;
        position: absolute;
        width: auto;
        /*padding: 5px 10px 10px 10px;*/
    }
}

#quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap .quick-tickets-nav {
    white-space: normal;
    padding-left: 0px;
    margin-left: 0px;
    float: left;
    overflow: visible;
    position: relative;
    z-index: 3;
    top: 1px;
    width: 90%;
    left: 5%;
}

    #quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap .quick-tickets-nav ul {
        /*height: auto;*/
        width: 100%;
        position: relative;
        float: left;
        overflow: hidden;
        z-index: 3;
    }

        #quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap .quick-tickets-nav ul li {
            /*height: auto;*/
            display: block;
            float: left;
            background-color: rgba(0, 0, 0, 0);
            margin-left: 0px;
            color: #004ea8;
            width: 50%;
            overflow: visible;
        }

            #quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap .quick-tickets-nav ul li a {
                background: #004ea8;
                /*border: @quick-ticket-inactive-border;*/
                color: #FFF;
                display: inline-block;
                font-weight: 600;
                font-size: 1em;
                /*height: 100%;*/
                padding: 10px 5px 30px;
                position: relative;
                text-align: center;
                text-transform: none;
                width: 100%;
                word-wrap: normal;
                margin-top: 5px;
                outline: none;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);
                margin-bottom: -20px;
            }

@media (min-width: 991px) {
    #quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap .quick-tickets-nav ul li a {
        font-size: 0.9em;
    }
}

@media (min-width: 875px) {
    #quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap .quick-tickets-nav ul li a {
        font-size: 1.071428571428571em;
    }
}

@media (min-width: 991px) {
    #quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap .quick-tickets-nav ul li a:hover {
        background: #003c71;
    }
}

#quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap .quick-tickets-nav ul li a:focus {
    background: #003c71;
}

#quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap .quick-tickets-nav ul li a.active {
    background: #FFF;
    color: #004ea8;
    cursor: default;
    text-transform: none;
    padding-top: 15px;
    margin-top: 0px;
    text-shadow: none;
}

#quick-tickets-wrapper #quick-tickets-search .quick-tickets-header .qt-fixed-heading {
    font-family: FFMarkWebProBold, "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0a0b0d;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

#quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap .quick-tickets-dropdown-wrap {
    padding: 20px 0px 10px;
    overflow: visible;
}

@media (min-width: 991px) {
    #quick-tickets-wrapper #quick-tickets-search .quick-tickets-content-wrap .quick-tickets-dropdown-wrap {
        padding: 15px 15px 20px 15px;
    }
}

#quick-tickets-wrapper #quicktickets-empty-response-error {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    display: none;
    background: #EDEDED;
}

    #quick-tickets-wrapper #quicktickets-empty-response-error.qt-show {
        display: block;
    }

        #quick-tickets-wrapper #quicktickets-empty-response-error.qt-show .quick-tickets-header {
            display: block;
        }

        #quick-tickets-wrapper #quicktickets-empty-response-error.qt-show .qt-empty-response-error-content {
            display: block;
        }

    #quick-tickets-wrapper #quicktickets-empty-response-error .quick-tickets-header {
        display: none;
        text-align: center;
        position: absolute;
        top: 25%;
        left: 50%;
        width: 80%;
        -moz-tranform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #quick-tickets-wrapper #quicktickets-empty-response-error .qt-empty-response-error-content {
        display: none;
        /*color: #d0021b;*/
        /*font-size: 1.142857142857143em;*/
        font-size: 16px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        -moz-tranform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

#quick-tickets-wrapper #quicktickets-fallback-error {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #d0021b;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    background: #EDEDED;
}

    #quick-tickets-wrapper #quicktickets-fallback-error.qt-show {
        display: block;
    }

        #quick-tickets-wrapper #quicktickets-fallback-error.qt-show .qt-error-content {
            display: block;
        }

    #quick-tickets-wrapper #quicktickets-fallback-error .qt-error-content {
        display: none;
        color: #d0021b;
        /*font-size: 1.142857142857143em;*/
        font-size: 16px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        -moz-tranform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        #quick-tickets-wrapper #quicktickets-fallback-error .qt-error-content a {
            text-decoration: underline;
        }

#quick-tickets-wrapper .error-border {
    border-color: #d0021b;
}

    #quick-tickets-wrapper .error-border .single.single-tabbed.quick-tickets-body {
        /*border-bottom: 1px solid #d0021b;*/
    }

@media (min-width: 991px) {
    #quick-tickets-wrapper .error-border .single.single-tabbed.quick-tickets-body {
        border-bottom: 1px solid #A7A8AA;
    }
}

#quick-tickets-wrapper .quick-tickets-loading-animation {
    background-color: #444;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 0;
    z-index: 100;
}

    #quick-tickets-wrapper .quick-tickets-loading-animation.loader {
        display: block;
        z-index: 83;
    }

@media (min-width: 991px) {
    #quick-tickets-wrapper .quick-tickets-loading-animation.loader {
        z-index: 1;
    }
}

#quick-tickets-wrapper .quick-tickets-loading-animation.initial-loader {
    display: block;
}

.single.single-tabbed.quick-tickets-body {
    background: transparent;
    border-radius: 0px;
    /*border: 1px solid #A7A8AA;*/
    color: #FFF;
    margin-bottom: 0px;
    z-index: 2;
    box-shadow: none;
    position: relative;
    float: left;
    width: 100%;
}

    .single.single-tabbed.quick-tickets-body .tabs-container {
        height: 0px;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
    }

        .single.single-tabbed.quick-tickets-body .tabs-container.visible {
            height: auto;
            overflow: visible;
            visibility: visible;
            opacity: 1;
        }

.quick-tickets-selection-area {
    /*background-color: #FFF;*/
    color: #f0533f;
    border: 1px solid #f0533f;
    height: 5em;
    overflow: visible;
    vertical-align: middle;
    width: 90%;
    margin-left: 5%;
    position: relative;
    float: left;
    text-align: center;
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    margin-bottom: 20px;
}

@media (min-width: 991px) {
    .quick-tickets-selection-area {
        vertical-align: middle;
        width: 100%;
        margin-left: 0%;
    }

        .quick-tickets-selection-area:last-child {
            margin-bottom: 0px;
        }
}

.quick-tickets-selection-area .down-arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 8px solid #f0533f;
}

    .quick-tickets-selection-area .down-arrow:before {
        content: "";
        position: absolute;
        top: -9px;
        left: -12px;
        border: 12px solid transparent;
        border-top: 8px solid #ededed;
    }

.quick-tickets-selection-area .quick-tickets-selection-wrap {
    width: 100%;
    height: 100%;
}

    .quick-tickets-selection-area .quick-tickets-selection-wrap .icon-wrap {
        float: left;
        font-size: 1.6em;
        left: 4%;
        top: 0;
        position: absolute;
        width: 2em;
        height: 100%;
        z-index: 0;
        display: flex;
        align-items: center;
    }

        .quick-tickets-selection-area .quick-tickets-selection-wrap .icon-wrap .show-icon {
            content: url(/Content/img/TicketWidget/showicon_active.png);
        }

        .quick-tickets-selection-area .quick-tickets-selection-wrap .icon-wrap .calendar-icon {
            content: url(/Content/img/TicketWidget/calendaricon_active.png);
        }

        .quick-tickets-selection-area.disabled .icon-wrap .calendar-icon {
            content: url(/Content/img/TicketWidget/calendaricon.png);
        }

    .quick-tickets-selection-area .quick-tickets-selection-wrap .icon-wrap .fa {
        padding: 5px;
        position: absolute;
        top: 25%;
        left: 50%;
        -moz-tranform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .quick-tickets-selection-area .quick-tickets-selection-wrap .right-icon-wrap {
        font-size: 1.2em;
        right: 0;
        top: -1px;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        height: 100%;
        width: 2em;
        z-index: 0;
    }

        .quick-tickets-selection-area .quick-tickets-selection-wrap .right-icon-wrap i {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-tranform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.quick-tickets-selection-area.disabled {
    color: #A7A8AA;
    border: 1px solid #A7A8AA;
}

    .quick-tickets-selection-area.disabled .down-arrow {
        border-top: 8px solid #A7A8AA;
    }
/* Styles for Time Selection Pane */
#quicktickets-showtime-selection-wrapper {
    position: relative;
    height: 0px;
    width: 100%;
    display: block;
    float: left;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-tranform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: top;
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-top: none;
    /*border-right: 1px solid #A7A8AA;
    border-bottom: 1px solid #A7A8AA;
    border-left: 1px solid #A7A8AA;*/
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 991px) {
    #quicktickets-showtime-selection-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 1px;
        height: 316px;
        width: auto;
        margin-left: 0px;
        overflow-y: auto;
        overflow-x: hidden;
        -moz-tranform: scaleY(1);
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        border-top: 0px solid #A7A8AA;
        border-right: 0px solid #A7A8AA;
        border-bottom: 0px solid #A7A8AA;
        border-left: none;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
        /*padding: 15px;*/
    }
}

#quicktickets-showtime-selection-wrapper .quick-tickets-close-btn {
    /*color: #f0533f;*/
    content: url(/Content/img/TicketWidget/closeon.png);
    font-size: 1.7857em;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

    #quicktickets-showtime-selection-wrapper .quick-tickets-close-btn:hover,
    #quicktickets-showtime-selection-wrapper .quick-tickets-close-btn:focus {
        /*color: #EB2F2F;*/
        content: url(/Content/img/TicketWidget/closeon_active.png);
    }

#quicktickets-showtime-selection-wrapper.expand {
    height: auto;
    -moz-tranform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    /*@media(min-width:@quick-tickets-collapse-width) {
            height: 316px;
        }*/
}

    #quicktickets-showtime-selection-wrapper.expand .quick-tickets-btn-wrap {
        padding: 0;
        margin: 0 15px 5px;
    }

@media (min-width: 991px) {
    #quicktickets-showtime-selection-wrapper.expand .quick-tickets-btn-wrap {
        background: rgba(255, 255, 255, 0);
        padding: 0 25px 0;
        margin: 0;
    }
}

#quicktickets-showtime-selection-wrapper .btn-series {
    height: auto;
    display: block;
    margin: 0px 15px 5px;
    text-align: center;
    white-space: nowrap;
    text-wrap: none;
}

@media (min-width: 991px) {
    #quicktickets-showtime-selection-wrapper .btn-series {
        margin: 0px 15px 5px;
    }
}

#quicktickets-showtime-selection-wrapper .btn-series .qt-btn-series {
    font-size: 0.75em;
    display: block;
    width: 48%;
    margin: 0px 0px 0px 1%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    float: right;
}

@media (min-width: 991px) {
    #quicktickets-showtime-selection-wrapper .btn-series .qt-btn-series {
        font-size: 0.68em;
    }
}

@media (min-width: 900px) {
    #quicktickets-showtime-selection-wrapper .btn-series .qt-btn-series {
        font-size: 0.75em;
    }
}

#quicktickets-showtime-selection-wrapper .btn-series .qt-btn-series:first-child {
    margin-left: 0;
    margin-right: 1%;
    float: left;
}

#quicktickets-showtime-selection-wrapper .btn-series .qt-btn-series.btn-red {
    background: #d0021b;
    border: 1px solid #d0021b;
}

    #quicktickets-showtime-selection-wrapper .btn-series .qt-btn-series.btn-red:hover,
    #quicktickets-showtime-selection-wrapper .btn-series .qt-btn-series.btn-red:focus {
        background: #6b010e;
        border: 1px solid #6b010e;
    }

#quicktickets-showtime-selection-wrapper .quick-tickets-mobile-select-prompt {
    font-family: 'FFMarkWebProBold', "Helvetica Neue", helvetica, arial, sans-serif;
    /*font-size: 0.85714285714285714285714285714286em;*/
    font-size: 1.5em;
    display: block;
    padding: 1.333em 0;
    margin: 0 3.67em 0 25px;
    background: #EDEDED;
    font-weight: normal !important;
    text-align: left;
    text-transform: capitalize;
    color:#0a0b0d; 
}

@media (min-width: 991px) {
    #quicktickets-showtime-selection-wrapper .quick-tickets-mobile-select-prompt {
        padding-top: 20px;
    }
}

#quicktickets-showtime-selection-wrapper .movie-cat-wrap {
    margin-bottom: 10px;
}

@media (min-width: 500px) {
    #quicktickets-showtime-selection-wrapper .showtime-grid ul.showtime--list {
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 991px) {
    #quicktickets-showtime-selection-wrapper .showtime-grid ul.showtime--list {
        text-align: left;
        padding: 0;
    }
}

@media (min-width: 500px) {
    #quicktickets-showtime-selection-wrapper .showtime-grid ul.showtime--list > li {
        display: inline-block;
        float: none;
    }
}

@media (min-width: 991px) {
    #quicktickets-showtime-selection-wrapper .showtime-grid ul.showtime--list > li {
        display: block;
        float: left;
        width: auto;
        padding: 0;
    }
}

#quicktickets-showtime-selection-wrapper .showtime-grid ul.showtime--list > li .showtime-wrap {
    height: 2.5em !important;
}

    #quicktickets-showtime-selection-wrapper .showtime-grid ul.showtime--list > li .showtime-wrap a.showtime {
        height: 2.5em !important;
    }

    #quicktickets-showtime-selection-wrapper .showtime-grid ul.showtime--list > li .showtime-wrap .seatMapLink {
        height: 2.5em !important;
        /*padding: 5px 3px;*/
    }

    #quicktickets-showtime-selection-wrapper .showtime-grid ul.showtime--list > li .showtime-wrap .seatMapDisabled {
        height: 2.5em !important;
    }

    #quicktickets-showtime-selection-wrapper .showtime-grid ul.showtime--list > li .showtime-wrap .qt-sold-out {
        font-weight: bold;
    }

        #quicktickets-showtime-selection-wrapper .showtime-grid ul.showtime--list > li .showtime-wrap .qt-sold-out .qt-showtime {
            font-size: .85714em;
        }

        #quicktickets-showtime-selection-wrapper .showtime-grid ul.showtime--list > li .showtime-wrap .qt-sold-out .qt-sold-out-text {
            bottom: 0;
        }

    #quicktickets-showtime-selection-wrapper .showtime-grid ul.showtime--list > li .showtime-wrap .popover .popover-content {
        max-width: 80px;
        font-size: 0.9em;
        padding: 5px;
        text-align: center;
    }

    #quicktickets-showtime-selection-wrapper .showtime-grid ul.showtime--list > li .showtime-wrap.online-ticketing .popover .popover-content {
        font-size: 1em;
    }

#quicktickets-showtime-selection-wrapper .showtimes-tab-error {
    display: block;
    position: relative;
    height: auto;
    left: 0;
    right: 0;
    float: left;
    padding: 3em 10px;
    margin: 0 20px;
    /*&.shown + .quick-tickets-mobile-close-btn {
            bottom: 20px;
        }*/
}

@media (min-width: 991px) {
    #quicktickets-showtime-selection-wrapper .showtimes-tab-error {
        background: rgba(0, 0, 0, 0);
        display: block;
        width: 100%;
        height: 22.57142858em;
        /*position: absolute;
        top: 10px;
        left: 2.5%;
        right: 2.5%;
        bottom: 0;*/
        margin: 0;
        padding: 20px 10px;
        padding-bottom: 0;
    }
}

#quicktickets-showtime-selection-wrapper .showtimes-tab-error .tab-error-content {
    display: block;
    color: #d0021b;
    font-size: 1.142857142857143em;
    text-align: center;
}

@media (min-width: 991px) {
    #quicktickets-showtime-selection-wrapper .showtimes-tab-error .tab-error-content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        -moz-tranform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 991px) {
    #quicktickets-showtime-selection-wrapper .ngsb-wrap {
        height: auto !important;
    }
}

#quicktickets-showtime-selection-wrapper .ngsb-scrollbar {
    width: 6px;
}

@media (max-width: 991px) {
    #quicktickets-showtime-selection-wrapper .ngsb-scrollbar {
        display: none;
    }
}

#quicktickets-showtime-selection-wrapper .ngsb-scrollbar .ngsb-thumb-container .ngsb-thumb-pos .ngsb-thumb {
    background: #d8d8d8;
}

#quicktickets-showtime-selection-wrapper .ngsb-scrollbar .ngsb-thumb-container .ngsb-track {
    border-radius: 0;
    background: #a7a8aa;
}

.quick-tickets-selection-area .quick-tickets-selection-wrap .selectize-open ~ .icon-wrap,
.quick-tickets-selection-area .quick-tickets-selection-wrap .selectize-open ~ .right-icon-wrap {
    z-index: 1;
}

.quick-ticket-slider .rsOverflow {
    height: 100% !important;
}

.quick-ticket-slider .rs-content a {
    max-width: 100%;
}

    .quick-ticket-slider .rs-content a img {
        max-width: 100%;
    }

.loading-block-quick-ticket {
    min-height: 326px;
    width: 100%;
    display: block;
}