﻿:root {
    --black: #222222;
    --dark-grey: #575760;
    --mid-grey: #b2b2be;
    --light-grey: #f0f0f0;
    --grey-white: #f7f8f9;
    --blue: #1e73be;
    --red: #bf1f1f;
    --yellow: #f5eac1;
}


.homepage-title {
    padding-top: 40px;
}

.ticket-table {
    border-spacing: 0 10px;
    border-collapse: separate;
}

.ticket-types h3,
.ticket-desc h3,
.homepage-title h3,
.ticket-table-name h3,
.cart-title h3,
.checkout-title h3,
.srswebshop-billing-fields h3 {
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#order_review_heading {
    margin-top: 6rem;
    margin-bottom: 6rem;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.srswebshop p {
    font-size: 18px;
    font-weight: 600;
}

.ticket-desc ul.list-unstyled {
    padding-left: 25px;
    padding-top: 5px;
}

.ticket-types h4,
.ticket-desc h4,
.homepage-title h4,
.ticket-table-name h3 {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ticket-table .ticket-table-name {
    font-size: 18px;
    font-weight: 700;
}

.ticket-table .ticket-table-name span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.ticket-table .ticket-table-price {
    font-size: 18px;
    font-weight: 700;
}

.ticket-table .ticket-table-title {
    font-size: 1.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ticket-descriptions p {
    font-size: 13px;
    font-weight: 400;
}

        #tickte-table-1 > table > tbody > tr > td > a,
        #tickte-table-2 > table > tbody > tr > td > a {
            width: 14rem;
            height: 5rem;
            font-size: 18px;
            color: var(--black);
            font-weight: 500;
            background-color: var(--light-grey);
            border: 1px solid var(--mid-grey);
            padding-top: 1rem;
            float: right;
        }

            #tickte-table-1 > table > tbody > tr > td > a:hover,
            #tickte-table-2 > table > tbody > tr > td > a:hover {
                color: var(--blue);
            }


            .block-grey {
                background: #f1f1f1;
                padding: 10px;
            }

.one_third {
    width: 30.6%;
}
.one_half, .one_third, .one_fourth, .one_fifth, .two_thirds, .one_sixth {
    float: left;
}
.tt-contentbox {
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.tt-cb-title-green-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#49A501), to(#416119));
    background-image: -webkit-linear-gradient(top, #49A501, #416119);
    background-image: -moz-linear-gradient(top, #49A501, #416119);
    background-image: -o-linear-gradient(top, #49A501, #416119);
    background-image: linear-gradient(to bottom, #49A501, #416119);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#49A501', endColorstr='#416119');
}

.tt-cb-title-fire {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FE8A0B), to(#B33410));
    background-image: -webkit-linear-gradient(top, #FE8A0B, #B33410);
    background-image: -moz-linear-gradient(top, #FE8A0B, #B33410);
    background-image: -o-linear-gradient(top, #FE8A0B, #B33410);
    background-image: linear-gradient(to bottom, #FE8A0B, #B33410);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FE8A0B', endColorstr='#B33410');
}

.tt-cb-title-green {
    background-color: #cae285;
    background-image: -moz-linear-gradient(top, #cae285, #9fcb57);
    background-image: -ms-linear-gradient(top, #cae285, #9fcb57);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cae285), to(#9fcb57));
    background-image: -webkit-linear-gradient(top, #cae285, #9fcb57);
    background-image: -o-linear-gradient(top, #cae285, #9fcb57);
    background-image: linear-gradient(top, #cae285, #9fcb57);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57', GradientType=0);
}

.tt-cb-title-red {
    background-color: #f78297;
    background-image: -moz-linear-gradient(top, #f78297, #f56778);
    background-image: -ms-linear-gradient(top, #f78297, #f56778);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f78297), to(#f56778));
    background-image: -webkit-linear-gradient(top, #f78297, #f56778);
    background-image: -o-linear-gradient(top, #f78297, #f56778);
    background-image: linear-gradient(top, #f78297, #f56778);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778', GradientType=0);
}

.tt-cb-title-red-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C71901), to(#961300));
    background-image: -webkit-linear-gradient(top, #C71901, #961300);
    background-image: -moz-linear-gradient(top, #C71901, #961300);
    background-image: -o-linear-gradient(top, #C71901, #961300);
    background-image: linear-gradient(to bottom, #C71901, #961300);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C71901', endColorstr='#961300');
}

.tt-cb-title-orange {
    background-color: #feda71;
    background-image: -moz-linear-gradient(top, #feda71, #febb4a);
    background-image: -ms-linear-gradient(top, #feda71, #febb4a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feda71), to(#febb4a));
    background-image: -webkit-linear-gradient(top, #feda71, #febb4a);
    background-image: -o-linear-gradient(top, #feda71, #febb4a);
    background-image: linear-gradient(top, #feda71, #febb4a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a', GradientType=0);
}

.tt-contentbox-title {
    padding: 12px 20px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}
    .tt-contentbox-title span {
        font-weight: bold;
    }

    .tt-contentbox-title span {
        overflow: hidden;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 11px;
    }
.tt-contentbox-content {
    font-size: 13px;
    line-height: 1.6em;
    padding: 15px 15px 25px 15px;
    border: 1px solid #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F2F2F2);
    background-image: -moz-linear-gradient(top, #FFFFFF, #F2F2F2);
    background-image: -o-linear-gradient(top, #FFFFFF, #F2F2F2);
    background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#F2F2F2');
}

.tt-contentbox-content a {
    text-decoration: underline;
    text-decoration: inherit;
}

.alignright, img.alignright {
    margin-left: 10px;
    display: inline;
    float: right;
}

#onte_table_container {
    box-sizing: border-box;
    /*font-family: Roboto;*/
    width: 100%;
    opacity: 1;
    visibility: visible;
}

    #onte_table_container .onte_table_row {
        display: block;
        width: 25%;
        min-height: auto;
        transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
        -webkit-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
        -moz-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
        -ms-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
        -o-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
        float: left;
    }

    #onte_table_container .onte_table_header {
        height: 70px;
        display: block;
        padding: 15px;
    }

    #onte_table_container .onte_table_header.bkg_white,
    #onte_table_container .onte_table_desc.bkg_white {
        background-color: #fff;
    }

    #onte_table_container .onte_table_desc {
        height: 136px;
        padding: 30px 15px;
    }

        #onte_table_container .onte_table_desc.event {
            color: white;
        }

    #onte_table_container .onte_table_desc.event span {
        color: white;
    }

    #onte_table_container .onte_table_desc span {
        font-size: 24pt;
        line-height: 56.626px;
        text-transform: none;
        color: #000000;
    }

    #onte_table_container .onte_table_content_cell {
        height: 58px;
        padding: 12px;
        text-transform: none;
        border: 1px solid #fafafb;
        border-right-color: #fafafb;
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: #fafafb;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom: 1px solid #c7c7c8;
        border-right: 1px solid #c7c7c8;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
    }

        #onte_table_container .onte_table_content_cell.H72 {
            height: 72px;
        }

        #onte_table_container .onte_table_content_cell span {
            font-size: 14pt;
            color: rgba(0, 0, 0, 0.972549);
        }

        #onte_table_container .onte_table_content_cell .onte_table_icon_danger {
            color: #b10035;
        }

        #onte_table_container .onte_table_content_cell .onte_table_icon_ok {
            color: #00765a;
        }

        #onte_table_container .onte_table_content_cell:nth-child(even) {
            background: #e9e9ea;
        }

        #onte_table_container .onte_table_content_cell:nth-child(odd) {
            background: #ddddde;
        }

#srs_ticketing_calendar .calendar.calendar-onte {
    width: 60%;
    padding: 15px 30px 20px 30px;
    border-collapse: separate;
    border-spacing: 16px 0;
    border-left: 2px solid var(--mid-grey);
    border-right: 2px solid var(--mid-grey);
    border-bottom: 2px solid var(--mid-grey);
}

#srs_ticketing_calendar .calendar-caption {
    width: 60%;
    padding: 20px 30px 12px;
    margin-top: 30px;
    background-color: var(--light-grey);
    border: 2px solid var(--mid-grey);
    text-align: center;
}

        #srs_ticketing_calendar .calendar-caption .calendar-title {
            font-size: 35px;
            font-weight: 700;
        }

        #srs_ticketing_calendar .calendar-caption .pull-left .calendar-btn-prev,
        #srs_ticketing_calendar .calendar-caption .pull-right .calendar-btn-next {
            background-color: var(--light-grey);
            border: none;
            color: var(--blue);
        }

            #srs_ticketing_calendar .calendar-caption .pull-left .calendar-btn-prev i,
            #srs_ticketing_calendar .calendar-caption .pull-right .calendar-btn-next i {
                font-size: 45px;
            }

            #srs_ticketing_calendar .calendar.calendar-onte th {
                background: none;
                color: var(--blue);
            }

    #srs_ticketing_calendar .calendar.calendar-onte .webclosed {
        background-color: #FF0000;
        color: white;
    }

@media screen and (max-width: 576px) {
    .srswebshop .row > div > div {
        margin-right: 0;
    }

    #srs_ticketing_calendar .calendar-caption {
        width: 100%;
        padding: 10px;
        position: relative;
    }

        #srs_ticketing_calendar .calendar-caption .pull-left {
            width: 10%;
            position: absolute;
            top: 20px;
            left: 8px;
        }

            #srs_ticketing_calendar .calendar-caption .pull-left .calendar-btn-prev {
                padding: 0;
                margin: 0;
            }

        #srs_ticketing_calendar .calendar-caption .calendar-title {
            font-size: 26px;
            display: block;
            margin-top: 13px;
        }

        #srs_ticketing_calendar .calendar-caption .pull-right {
            width: 10%;
            position: absolute;
            top: 20px;
            right: 8px;
        }

            #srs_ticketing_calendar .calendar-caption .pull-right .calendar-btn-next {
                padding: 0;
                margin: 0;
            }

        #srs_ticketing_calendar .calendar-caption .calendar-header-days {
            margin-top: 8px;
        }

        #srs_ticketing_calendar .calendar-caption .calendar-header-day {
            padding: 0 2px;
            font-size: 10px;
        }

    #srs_ticketing_calendar .calendar.calendar-onte {
        width: 100%;
        padding: 15px 6px 20px 6px;
        border-spacing: 6px 0;
    }

    #srs_ticketing_calendar .calendar td {
        font-size: 16px;
        height: 40px;
    }

    .srswebshop {
        margin-top: 0;
    }

        .srswebshop p {
            font-size: 17px;
            line-height: 22px;
            margin-bottom: 20px;
        }

    .srswebshop .text-center > a {
        color: var(--black);
        background-color: var(--light-grey);
        border: 1px solid var(--mid-grey);
        padding: 1rem 3rem;
        font-size: 18px;
        font-weight: 600;
    }

        .srswebshop form .form-row-first,
        .srswebshop form .form-row-wide,
        .srswebshop form .form-row-last,
        .srswebshop-page form .form-row-first,
        .srswebshop-page form .form-row-last {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .ticket-table .ticket-table-name {
            font-size: 14px;
        }

    .ticket-table .ticket-table-name span {
        font-size: 12px;
    }

    #tickte-table-1 > table > tbody > tr > td > a,
    #tickte-table-2 > table > tbody > tr > td > a {
        width: 10rem;
    }

    .homepage-title {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .homepage-title h3,
    .cart-title h3,
    .checkout-title h3,
    .srswebshop-billing-fields h3 {
        font-size: 2.2rem;
    }

    #order_review_heading {
        margin-top: 3rem;
        margin-bottom: 3rem;
        font-size: 2.2rem;
    }
}