﻿.sequence-steps form input.slb-radio[type="radio"] + label {
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 0;
}

    .sequence-steps form input.slb-radio[type="radio"] + label .outer {
        flex-shrink: 0;
    }

.reservation-error {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c30000;
    font-size: 12px;
    margin-right: 20%;
}

.fast-buy-error {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c30000;
    font-size: 14px !important;
    /*margin-right: 20%;*/
}

.addFromToolTip {
    text-align: center;
}

    .addFromToolTip a:hover {
        color: white;
    }

#PacifaFrame {
    z-index: -1;
}

#tickets-tooltip {
    display: inline-block;
    text-align: left;
    border: 1px solid #D8D8D8;
    min-width: 240px;
    background: white;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    z-index: 1000;
}

    #tickets-tooltip .price-details {
        font-size: 14px;
        line-height: 17px;
        padding: 20px 7%;
        margin-left: 3px;
    }

    #tickets-tooltip .prices {
        font-size: 13px;
        float: right;
        text-align: right;
    }

        #tickets-tooltip .prices p:last-child {
            font-weight: bold;
            color: #c30000;
            margin-top: unset;
            border-bottom: unset;
            padding-bottom: unset;
        }

    #tickets-tooltip .bench-id {
        margin-top: 4px;
        width: 59px;
        height: auto;
        display: inline;
        margin-left: 8px;
    }

    #tickets-tooltip #tooltipPanoDisplay {
        position: relative;
        width: 100%;
        max-height: 155px;
        overflow: hidden;
    }

    #tickets-tooltip .view-pan {
        position: relative;
        width: 100%;
        height: auto;
    }

    #tickets-tooltip .bench-name {
        font-size: 16px;
    }

    #tickets-tooltip p:nth-child(2) {
        font-size: 13px;
    }

    #tickets-tooltip .close {
        position: absolute;
        top: 13px;
        right: 13px;
        opacity: 1;
        font-size: 13px;
        font-weight: bold;
    }

    #tickets-tooltip .no-id-content {
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px rgb(221,221,221);
    }

    #tickets-tooltip .button {
        margin-bottom: 10px;
        margin-top: 10px;
    }

/* Bug #9714 - Fix vertical placeholder alignment on IE */
.sequence-steps input {
    line-height: 40px;
}

/* RedPass gender styles */
.sequence-steps .gender form p {
    font-size: 16px;
}

.sequence-steps .gender form input.slb-radio[type="radio"] + label {
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 0;
}

    .sequence-steps .gender form input.slb-radio[type="radio"] + label .outer {
        flex-shrink: 0;
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }

    .sequence-steps .gender form input.slb-radio[type="radio"] + label span.inner {
        width: 8px;
        height: 8px;
    }

.sequence-steps .gender form p label .info {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    text-transform: none;
}

.sequence-steps .gender form p label strong {
    width: 100%;
}


/***
 * START MEDIA QUERIES
 */
@media (max-width: 768px) {
    .sequence-steps input {
        padding: 0 2px;
    }
}
/*
 * END MEDIA QUERIES
 ***/
