﻿@media (max-width: 768px) {
    .table-xs-vertical,
    .table-xs-vertical table,
    .table-xs-vertical thead,
    .table-xs-vertical tbody,
    .table-xs-vertical th,
    .table-xs-vertical td,
    .table-xs-vertical tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .table-xs-vertical thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .table-xs-vertical tr {
            position: relative;
            border-bottom: 1px solid #ccc;
            padding-top: 7px;
        }

    .panel .table-xs-vertical tr {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;

    }

        .panel .table-xs-vertical:not(.order-details) tbody tr:first-child {
            margin-top: -15px;
        }

        .panel .table-xs-vertical tbody tr {
            padding-bottom: 10px;
        }

    .table-xs-vertical td,
    .panel .table-xs-vertical td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 45% !important;
        padding-right: 15px !important;
        white-space: normal !important;
        text-align: left !important;
        min-height: 40px;
    }

        .table-xs-vertical td:first-child {
            padding-top: 5px;
        }

        .table-xs-vertical td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 9px;
            left: 6px;
            width: 45%;
            padding-right: 25px;
            white-space: nowrap;
            text-align: left;
            font-weight: normal;
            font-size: 16px;
            color: #aaa !important;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        /*
	Label the data
	*/
        .table-xs-vertical td:before {
            content: attr(data-title);
        }

        .table-xs-vertical td.actions {
            position: absolute;
            width: 50px;
            top: 0;
            right: 0;
            height: 100%;
            padding-left: 0 !important;
        }

            .table-xs-vertical td.actions:before {
                display: none;
            }

            .table-xs-vertical td.actions a {
                display: table-cell;
                position: absolute;
                width: 50px;
                height: 100%;
                top: 0;
                right: 0;
                text-align: center;
                vertical-align: bottom;
            }


            .table-xs-vertical td.actions .checkbox-custom,
            .table-xs-vertical td.actions .checkbox-grouped {
                position: absolute;
                top: 50%;
                margin: -10px 0 0 -10px;
            }

            .table-xs-vertical td.actions a > i {
                position: relative;
                top: 50%;
                margin-top: -8px;
            }

            .table-xs-vertical td.actions ul {
                list-style: none;
                display: table-cell;
                position: absolute;
                width: 50px;
                height: 100%;
                top: 0;
                right: 0;
                overflow: hidden;
                border-left: 1px solid #eee;
                margin: 0;
                padding: 0;
            }

                .table-xs-vertical td.actions ul li {
                    width: 50px;
                    position: relative;
                    border-bottom: 1px solid #eee;
                    margin: 0;
                }

                    .table-xs-vertical td.actions ul li:last-child {
                        border-bottom: none;
                    }

                .table-xs-vertical td.actions ul.action-1 li {
                    height: 100%;
                }

                .table-xs-vertical td.actions ul.action-2 li {
                    height: 50%;
                }

                .table-xs-vertical td.actions ul.action-3 li {
                    height: 33%;
                }

                .table-xs-vertical td.actions ul.action-4 li {
                    height: 25%;
                }

                .table-xs-vertical td.actions ul.action-5 li {
                    height: 20%;
                }

                .ev-grid.table > thead {
                    border-bottom-color: transparent !important;
                }

                .seat-order-row-variant-id {
                    max-width: 100%;
                }
}

@media (max-width: 992px) {
    .table-sm-vertical,
    .table-sm-vertical table,
    .table-sm-vertical thead,
    .table-sm-vertical tbody,
    .table-sm-vertical th,
    .table-sm-vertical td,
    .table-sm-vertical tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .table-sm-vertical thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .table-sm-vertical tr {
            position: relative;
            border-bottom: 1px solid #ccc;
            padding-top: 7px;
        }

    .panel .table-sm-vertical tr {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .panel .table-sm-vertical tr:first-child {
            margin-top: -15px;
        }

    .table-sm-vertical td,
    .panel .table-sm-vertical td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 45% !important;
        padding-right: 50px !important;
        white-space: normal;
        text-align: left !important;
        min-height: 40px;
    }

        .table-sm-vertical td:first-child {
            padding-top: 5px;
        }

        .table-sm-vertical td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 9px;
            left: 6px;
            width: 45%;
            padding-right: 25px;
            white-space: nowrap;
            text-align: left;
            font-weight: normal;
            font-size: 16px;
            color: #aaa !important;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        /*
	Label the data
	*/
        .table-sm-vertical td:before {
            content: attr(data-title);
        }

        .table-sm-vertical td.actions {
            position: absolute;
            top: 0;
            width: 50px;
            right: 0;
            height: 100%;
            padding-left: 0 !important;
        }

            .table-sm-vertical td.actions:before {
                display: none;
            }

            .table-sm-vertical td.actions a {
                display: table-cell;
                position: absolute;
                width: 50px;
                height: 100%;
                top: 0;
                right: 0;
                text-align: center;
                vertical-align: bottom;
            }

            .table-sm-vertical td.actions .checkbox-custom,
            .table-sm-vertical td.actions .checkbox-grouped {
                position: absolute;
                top: 50%;
                margin: -10px 0 0 15px;
            }

            .table-sm-vertical td.actions a > i {
                position: relative;
                top: 50%;
                margin-top: -8px;
            }

            .table-sm-vertical td.actions ul {
                list-style: none;
                display: table-cell;
                position: absolute;
                width: 50px;
                height: 100%;
                top: 0;
                right: 0;
                overflow: hidden;
                border-left: 1px solid #eee;
                margin: 0;
                padding: 0;
            }

                .table-sm-vertical td.actions ul li {
                    width: 50px;
                    position: relative;
                    border-bottom: 1px solid #eee;
                    margin: 0;
                }

                    .table-sm-vertical td.actions ul li:last-child {
                        border-bottom: none;
                    }

                .table-sm-vertical td.actions ul.action-1 li {
                    height: 100%;
                }

                .table-sm-vertical td.actions ul.action-2 li {
                    height: 50%;
                }

                .table-sm-vertical td.actions ul.action-3 li {
                    height: 33%;
                }

                .table-sm-vertical td.actions ul.action-4 li {
                    height: 25%;
                }

                .table-sm-vertical td.actions ul.action-5 li {
                    height: 20%;
                }
}

@media (max-width: 1200px) {
    .table-md-vertical,
    .table-md-vertical table,
    .table-md-vertical thead,
    .table-md-vertical tbody,
    .table-md-vertical th,
    .table-md-vertical td,
    .table-md-vertical tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .table-md-vertical thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .table-md-vertical tr {
            position: relative;
            border-bottom: 1px solid #ccc;
            padding-top: 7px;
        }

    .panel .table-md-vertical tr {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .panel .table-md-vertical tr:first-child {
            margin-top: -15px;
        }

    .table-md-vertical td,
    .panel .table-md-vertical td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 45% !important;
        padding-right: 50px !important;
        white-space: normal;
        text-align: left !important;
        min-height: 40px;
    }

        .table-md-vertical td:first-child {
            padding-top: 5px;
        }

        .table-md-vertical td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 9px;
            left: 6px;
            width: 45%;
            padding-right: 25px;
            white-space: nowrap;
            text-align: left;
            font-weight: normal;
            font-size: 16px;
            color: #aaa !important;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        /*
	Label the data
	*/
        .table-md-vertical td:before {
            content: attr(data-title);
        }

        .table-md-vertical td.actions {
            position: absolute;
            top: 0;
            width: 50px;
            right: 0;
            height: 100%;
            padding-left: 0 !important;
        }

            .table-md-vertical td.actions:before {
                display: none;
            }

            .table-md-vertical td.actions a {
                display: table-cell;
                position: absolute;
                width: 50px;
                height: 100%;
                top: 0;
                right: 0;
                text-align: center;
                vertical-align: bottom;
            }

            .table-md-vertical td.actions .checkbox-custom,
            .table-md-vertical td.actions .checkbox-grouped {
                position: absolute;
                top: 50%;
                margin: -10px 0 0 15px;
            }

            .table-md-vertical td.actions a > i {
                position: relative;
                top: 50%;
                margin-top: -8px;
            }

            .table-md-vertical td.actions ul {
                list-style: none;
                display: table-cell;
                position: absolute;
                width: 50px;
                height: 100%;
                top: 0;
                right: 0;
                overflow: hidden;
                border-left: 1px solid #eee;
                margin: 0;
                padding: 0;
            }

                .table-md-vertical td.actions ul li {
                    width: 50px;
                    position: relative;
                    border-bottom: 1px solid #eee;
                    margin: 0;
                }

                    .table-md-vertical td.actions ul li:last-child {
                        border-bottom: none;
                    }

                .table-md-vertical td.actions ul.action-1 li {
                    height: 100%;
                }

                .table-md-vertical td.actions ul.action-2 li {
                    height: 50%;
                }

                .table-md-vertical td.actions ul.action-3 li {
                    height: 33%;
                }

                .table-md-vertical td.actions ul.action-4 li {
                    height: 25%;
                }

                .table-md-vertical td.actions ul.action-5 li {
                    height: 20%;
                }
}

.table-lg-vertical,
.table-lg-vertical table,
.table-lg-vertical thead,
.table-lg-vertical tbody,
.table-lg-vertical th,
.table-lg-vertical td,
.table-lg-vertical tr {
    display: block;
}

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-lg-vertical thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-lg-vertical tr {
        position: relative;
        border-bottom: 1px solid #ccc;
        padding-top: 7px;
    }

.panel .table-lg-vertical tr {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

    .panel .table-lg-vertical tr:first-child {
        margin-top: -15px;
    }

.table-lg-vertical td,
.panel .table-lg-vertical td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 45% !important;
    padding-right: 50px !important;
    white-space: normal;
    text-align: left !important;
    min-height: 40px;
}

    .table-lg-vertical td:first-child {
        padding-top: 5px;
    }

    .table-lg-vertical td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 9px;
        left: 6px;
        width: 45%;
        padding-right: 25px;
        white-space: nowrap;
        text-align: left;
        font-weight: normal;
        font-size: 16px;
        color: #aaa !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /*
	Label the data
	*/
    .table-lg-vertical td:before {
        content: attr(data-title);
    }

    .table-lg-vertical td.actions {
        position: absolute;
        top: 0;
        width: 50px;
        right: 0;
        height: 100%;
        padding-left: 0 !important;
    }

        .table-lg-vertical td.actions:before {
            display: none;
        }

        .table-lg-vertical td.actions a {
            display: table-cell;
            position: absolute;
            width: 50px;
            height: 100%;
            top: 0;
            right: 0;
            text-align: center;
            vertical-align: bottom;
        }

        .table-lg-vertical td.actions .checkbox-custom,
        .table-lg-vertical td.actions .checkbox-grouped {
            position: absolute;
            top: 50%;
            margin: -10px 0 0 15px;
        }

        .table-lg-vertical td.actions a > i {
            position: relative;
            top: 50%;
            margin-top: -8px;
        }

        .table-lg-vertical td.actions ul {
            list-style: none;
            display: table-cell;
            position: absolute;
            width: 50px;
            height: 100%;
            top: 0;
            right: 0;
            overflow: hidden;
            border-left: 1px solid #eee;
            margin: 0;
            padding: 0;
        }

            .table-lg-vertical td.actions ul li {
                width: 50px;
                position: relative;
                border-bottom: 1px solid #eee;
                margin: 0;
            }

                .table-lg-vertical td.actions ul li:last-child {
                    border-bottom: none;
                }

            .table-lg-vertical td.actions ul.action-1 li {
                height: 100%;
            }

            .table-lg-vertical td.actions ul.action-2 li {
                height: 50%;
            }

            .table-lg-vertical td.actions ul.action-3 li {
                height: 33%;
            }

            .table-lg-vertical td.actions ul.action-4 li {
                height: 25%;
            }

            .table-lg-vertical td.actions ul.action-5 li {
                height: 20%;
            }
