/* Common Class */
.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
    overflow: hidden;
    height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

html[xmlns] .clearfix {
    display: block;
}

.align-center {
    text-align: center;
}

.hidden {
    display: none;
}

/* Two Panel */
.leftPanel {
    width: 98%;
    padding: 0 1% 0 1%;
}

.rightPanel {
    width: 98%;
    padding: 0 1%;
    border-radius: 3px;
}

.rightPanel .rightPanelContent {
    padding: 13px 0 0 0;
}

/* Three Panel */

#footerPanel {
    width: 99%;
    margin: 1.5em 0 0.5em 0;
    clear: both;
}

/* Ticket */
/**
 * 	from t3eventsBasic.css
 */

.blueGradient,
.blueGradientBack {
    background: #B3E0ED; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzZTBlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzgzY2RlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDlkYzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #B3E0ED 0%, #83CDE2 44%, #109DC7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B3E0ED), color-stop(44%, #83CDE2), color-stop(100%, #109DC7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #B3E0ED 0%, #83CDE2 44%, #109DC7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #B3E0ED 0%, #83CDE2 44%, #109DC7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #B3E0ED 0%, #83CDE2 44%, #109DC7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #B3E0ED 0%, #83CDE2 44%, #109DC7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3e0ed', endColorstr='#109dc7', GradientType=0); /* IE6-8 */
}

/* some icons inspired by font-awesome */
.fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.fa {
    font-style: normal;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-angle-double-left:before {
    content: "\00ab";
}

.fa-angle-double-right:before {
    content: "\00bb";
}

.fa-angle-left:before {
    content: "\2039";
}

.fa-angle-right:before {
    content: "\203A";
}

/* Colour */
.tx-t3events .blueBack {
    background: #008AC1;
}

.tx-t3events .redBack {
    background: #FF0000;
}

.tx-t3events .greenBack {
    background: #7AB51D;
}

.tx-t3events .yellowBack {
    background: #FFCC33;
}

.tx-t3events .grayBack {
    background: #CCCCCC;
}

.tx-t3events .lightGrayBack {
    background: #EEEEEE;
}

.tx-t3events .whiteColor {
    color: #FFFFFF;
}

.tx-t3events .buttonTicket {
    float: right;
    height: 1.625em;
    line-height: 1.725em;
    padding: 0.1em 0.625em;
    text-align: center;
    color: #FFFFFF;
}

.tx-t3events a.buttonTicket:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* loader */

#loader {
    height: 2px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: transparent none;
}

#loader.loading {
    background-color: #DDDDDD;
}

#loader.loading:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #2980B9;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }
    50% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    80% {
        left: 50%;
    }
    95% {
        left: 120%;
    }
    to {
        left: 100%;
    }
}

/*Event List*/
.tx-t3events .eventDescription,
.tx-t3events .eventPerformances {
    padding: 0.625em;
}

.tx-t3events .eventList .eventDescription,
.tx-t3events .eventList .eventPerformances {
    margin-left: 8.125em;
}

/*Event Single*/
.tx-t3events .eventSingle p {
    margin-bottom: 0;
}

.tx-t3events .eventSingle .eventImg {
    padding-right: 2em;
}

.tx-t3events .eventImg {
    float: left;
    overflow: hidden;
}

.tx-t3events .eventList .eventImg {
    padding: 0.3em;
    height: 7.500em;
    width: 7.500em;
}

.tx-t3events .ticketWrap,
.tx-t3events .eventWrap {
    position: relative;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    clear: both;
}

.tx-t3events .ticketWrap {
    margin-bottom: 15px;
}

.tx-t3events .eventWrap {
    margin-bottom: 0.9em;
}

.tx-t3events .eventWrap:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

.tx-t3events .eventHeader {
    margin-bottom: 0;
}

.tx-t3events .eventDescription .locations,
.tx-t3events .eventDescription .date {
    line-height: 2;
    margin-bottom: 0;
}

.tx-t3events .eventDescription .eventSubtitle {
    margin-bottom: .5em;
}

.tx-t3events .performance span.ticketClassSign {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: text-top;
}

.tx-t3events .performance.short {
    width: 100%;
    cursor: pointer;
}

.tx-t3events .eventSingle .performance.statusInfo,
.tx-t3events .eventSingle .performance.tickets {
    display: none;
}

.tx-t3events .eventSingle .performance.tickets table {
    width: 100%;
    display: block;
    border: 1px solid #EEEEEE;
    padding: 5px;
}

.tx-t3events .f3-widget-paginator li {
    display: inline;
    list-style: none;
    border-right: 1px solid #000000;
    padding: 0 3px 0 4px;
}

.tx-t3events .f3-widget-paginator li:last-child {
    border-right: 0 none;
}

.tx-t3events .ticketWrap .ticketImg {
    display: none;
    width: 93px;
    height: 93px;
    overflow: hidden;
    float: left;
    padding: 5px;
}

.tx-t3events .ticketWrap .ticketDesc {
    float: left;
    padding: 10px 0 0 10px;
}

.tx-t3events .ticketWrap h3 {
    font-size: 1.2em;
}

.tx-t3events .ticketWrap a.button-2 {
    display: block;
    text-decoration: none;
    margin: 2px 0;
    border: none;
    padding: 4px 8px;
    border-radius: 2px;
}

.tx-t3events .ticketsteps {
    display: none;
    margin-bottom: 0.5em;
    float: left;
}

.tx-t3events .ticketsteps p {
    font-weight: bold;
    font-size: 0.9em;
    padding: 3px 0 0 0;
    margin: 0;
    line-height: 1em;
}

/* buttons */

a.button-a {
    display: block;
    text-decoration: none;
    padding: 4px 12px;
    border: none;
}

.buttons {
    padding: 19px 0 35px;
}

.button-panel-a {
    font-weight: bold;
    display: none;
}

.button-panel-a a {
    margin-right: 10px;
}

a.button-blue {
    display: inline-block;
    font: bold 12px/26px Arial, Helvetica, sans-serif;
    padding: 0 12px;
    margin-right: 5px;
}

a.button-lightblue {
    display: inline-block;
    font: bold 12px/26px Arial, Helvetica, sans-serif;
    padding: 0 12px;
}

#tx_t3eventsSortBy {
    display: none;
    padding: 0 0 1em 0;
}

#tx_t3eventsSortBy fieldset {
    padding: 3px 5px;
    margin: 0;
    width: auto;
}

#tx_t3eventsSortBy label {
    float: left;
    text-align: left;
    width: auto;
    padding-right: 1em;
    clear: none;
    margin-top: 0;
}

#tx_t3eventsSortBy input {
    width: auto;
    float: left;
}

#tx_t3eventsSortBy input.submit {
    cursor: pointer;
    font-size: 1em;
    box-shadow: none;
}

.ticketWrap:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.tx-t3events .small {
    color: #666666;
    font-size: 0.9em;
}

.tx-t3events .eventSingle {
    width: 100%;
}

.tx-t3events .eventLeft {
    width: 28%;
    padding: 1em 2% 0 0;
}

.tx-t3events .eventRight {
    width: 70%;
}

.tx-t3events .eventDescription a {
    text-decoration: none;
}

.tx-t3events .button-blue {
    float: right;
    text-decoration: none;
}

/*---------  folded entries ---------*/

.tx-t3events .performanceItem .performanceHeader {
    background: #EEEEEE;
    width: 100%;
}

.tx-t3events .performanceItem .performanceHeader:hover {
    background: #AAAAAA;
    color: #FFFFFF;
}

.tx-t3events .performanceItem.open .performanceHeader {
    background: #AAAAAA;
    color: #FFFFFF;
}

/*---------  expanded entries ---------*/
.tx-t3events .performance.long {
    display: none;
    margin-bottom: 25px;
}

.tx-t3events .performanceItem.open .performance.long {
    display: block;
}

/*---------  table ---------*/
.tx-t3events .legends {
    width: 100%;
}

/*---------  cells ---------*/
.tx-t3events .legends .city,
.tx-t3events .performance.short .city {
    width: 17%;
}

.tx-t3events .legends .location,
.tx-t3events .performance.short .location {
    width: 32%;
}

.tx-t3events .legends .date,
.tx-t3events .performance.short .date {
    width: 28%;
}

.tx-t3events .legends .ticketSignal,
.tx-t3events .performance.short .ticketSignal {
    width: 21%;
    padding-right: 0;
}

/*---------  Ticket Status ---------*/
.tx-t3events span.ticketSignal {
    display: inline-block;
    height: 1em;
    width: 1em;
    float: none;
    border-radius: 0.5em;
    vertical-align: text-top;
    text-indent: -99999em;
}

.tx-t3events .performanceItem span.ticketStatus {
    font-size: 0.95em;
    line-height: 1;
    padding: 2px;
    display: block;
    background: #FFFFFF;
    text-align: center;
    border-radius: 2px;

}

.tx-t3events .performanceItem span.commingSoon {
    color: #0983A5;
}

.tx-t3events .performanceItem span.unavailable {
    color: #999999;
}

.tx-t3events .performanceItem span.available {
    color: #336600;
}

.tx-t3events .performanceItem span.fewTicketsLeft {
    color: #FF9000;
}

.tx-t3events .performanceItem span.tempUnavailable {
    color: #999999;
}

.tx-t3events .unavailable .performanceHeader,
.tx-t3events .tempUnavailable .performanceHeader {
    color: #999999;
}

.eventList .f3-widget-paginator {
    margin-left: 0;
}

.eventList .f3-widget-paginator li {
    border: none;
    margin-right: 0.2em;
    display: inline;
}

.eventList .f3-widget-paginator li.current,
.eventList .f3-widget-paginator li a {
    text-decoration: none;
    display: block;
    padding: 2px 5px;
}

.eventList .f3-widget-paginator li.current {
    margin: 0 4px;
}

/*--------- price class ---------*/
.tx-t3events .performance span.ticketClassSign {
    display: inline-block;
    height: 1em;
    vertical-align: text-top;
    width: 1em;
}

/*--------- order form ---------*/
.tx-t3events .performance .ticketClassList {
    margin-bottom: 20px;
    border: 1px solid #DDDDDD;
    padding: 20px 15px 0 15px;
}

.tx-t3events .performance .ticketClassList .row {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: dotted 1px #FFFFFF;
}

.tx-t3events .performance .ticketClassList .row .col {
    width: 33%;
}

.tx-t3events .performance .ticketClassList .row .description {
    width: 70%;
}

.tx-t3events .performance .ticketClassList .row .price {
    width: 16%;
}

.tx-t3events .performance .ticketClassList .row .quantity {
    width: 12%;
}

.tx-t3events .performance .ticketClassList .row .button {
    width: 100%;
    text-align: right;
}

.tx-t3events .performance .ticketClassList .row .button input {
    width: 100%;
    max-width: 120px;
    font-size: 0.85em;
    font-weight: bold;
    padding: 5px 8px;
    cursor: pointer;
    border: 0 none;
    text-align: center;
}

.tx-t3events .performance .ticketClassList .quantity input {
    text-align: center;
    width: 25px;
}

.tx-t3events .eventLocation img {
    max-width: 100%;
    height: auto;
}

.tx-t3events .organizer {
    clear: left;
    margin-bottom: 1em;
}

/*
screen width 466px or above
*/
@media all and (min-width: 466px) {

    .ticketWrap .ticketDesc {
        width: 99%;
    }

    /*Forms*/
    #tx_t3eventsSortBy {
        display: block;

    }

    .tx-t3events .hint {
        display: block;
    }

    label {
        width: 100px;
        text-align: right;
        margin-top: 0.2em;
    }
}

/*
screen width 768px or above
*/
@media all and (min-width: 599px) {
    .ticketWrap .ticketImg {
        display: block;
        float: left;
    }

    .ticketWrap .ticketDesc {
        width: 47%;
    }
}

/*
screen width 768px or above
*/
@media all and (min-width: 768px) {

    .ticketWrap .ticketImg {
        display: block;
        float: left;
    }

    .ticketWrap .ticketDesc {
        width: 47%;
    }

    .ticketWrap .ticketDesc p {
        line-height: 1.2em;
    }

    .ticketsteps {
        display: block
    }

    .ticketsteps ul li {
        max-width: 18%;
        margin-right: 8px;
        padding: 3px 10px 0 14px;
        font-size: 0.75em;
    }

    .ticketsteps ul li span {
        font-size: 3.6em;
        margin-left: -0.2em;
    }

    .ticket .left {
        width: 389px;
    }

}

/*
screen width 960px or above
*/
@media all and (min-width: 960px) {

    /* Ticket */
    .ticketsteps .csc-textpic-text {
        display: block;
    }

    .ticketWrap .ticketDesc {
        width: 320px;
    }

    .ticketWrap a.button-1 {
        bottom: 12px;
    }

    .ticketWrap a.button-2 {
        right: 7em;
    }

    .ticketsteps {
        margin-bottom: 1em;
        float: right;
        width: 100%;
    }

    .ticketsteps .csc-textpic-imagecolumn {
        margin-left: 8px;
    }

    .ticketsteps ul li.first {
        font-weight: bold;
    }

    .ticket .left {
        width: 100%;
    }

}

/*
screen width 1400px or above
*/
@media all and (min-width: 1400px) {
}

/* --------- Extension tx-t3events Start --------- */
/*--------- Media Querys ---------*/
@media screen and (max-width: 320px) and (max-width: 766px) {

    .tx-t3events .performance.short div.infos {
        float: none !important;
        width: 100% !important;
    }

}

@media screen and (max-width: 767px) {

    .tx-t3events .performance.short div.infos .inside,
    .tx-t3events .legends div.infos .inside,
    .tx-t3events .performance.long .inside {
        padding: 10px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    .tx-t3events .eventLeft,
    .tx-t3events .eventRight {
        width: 100%;
        float: none;
    }

    .tx-t3events .eventLeft img {
        max-width: 300px;
    }

    .tx-t3events .performanceItem .performanceHeader {
        padding-bottom: 15px;
    }

    .tx-t3events .performanceItem {
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .tx-t3events .performance.short div.infos {
        position: relative;
        float: left;
        width: 50%;
    }

    .tx-t3events .performance.short div.infos[title]:after {
        display: inline;
        content: attr(title);
        font-size: 9px;
        top: 28px;
        left: 65px;
        position: absolute;
    }

    .tx-t3events .performance.long {
        padding: 5px;
    }

    .tx-t3events .performance.long img {
        width: 100%;
        height: auto;
    }

    .tx-t3events .performance .ticketClassList {
        border: 0 none;
        padding: 10px;
    }

    .tx-t3events .performance .ticketClassList .ticketClass:first-child {
        display: none;
    }

    .tx-t3events .performance .ticketClassList .row {
        padding-top: 10px;
        padding-bottom: 15px;
        border-bottom: 1px solid #DDDDDD;
    }

    .tx-t3events .performance .ticketClassList .row .col {
        text-align: left;
    }

    .tx-t3events .performance .ticketClassList .row .button input {
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
        color: #FFFFFF;
        font-size: 1.0em;
    }

    .tx-t3events .performance .ticketClassList input[type="submit"],
    .tx-t3events .performance .ticketClassList .small {
        margin-left: 0;
    }

    .tx-t3events .ticketClassList .row {
        margin-bottom: 10px;
    }

    .tx-t3events .ticketClassList .col {
        float: none;
        width: 100% !important;
    }

    .tx-t3events .ticketClassList .description {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .tx-t3events .ticketClassList .price {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .tx-t3events .performance .ticketClassList .quantity input {
        text-align: center;
        width: 40px;
        height: 30px;
        font-size: 15px;
    }

    .tx-t3events .eventLocation,
    .tx-t3events .organizer {
        padding: 10px;
    }
}

.tx-t3events .eventCalendar.miniMonth .calendarMonth {
    display: inline-block;
}

.tx-t3events .eventCalendar.comboPane .calendarMonth,
.tx-t3events .eventCalendar.comboPane .calendarWeek,
.tx-t3events .eventCalendar.comboPane .calendarYear {
    width: 100%;
}

.tx-t3events .eventCalendar .day {
    padding: 0.3em;
}

.tx-t3events .eventCalendar.miniMonth td.day {
    text-align: center;
}

.tx-t3events .eventCalendar.comboPane td.day {
    height: 10em;
    width: 14.285%;
}

.tx-t3events .eventCalendar.comboPane .calendarYear td.day {
    height: 1em;
    width: 15%;
}

.tx-t3events .eventCalendar.comboPane .labelDay {
    text-align: right;
}

.tx-t3events .eventCalendar td.current {
    border: 1px solid;
}

.tx-t3events .eventCalendar td.outOfMonth {
    color: #CCCCCC;
}

.tx-t3events .eventCalendar .hasEvent {
    background-color: #E6E6E6;
    position: relative;
}

.tx-t3events .eventCalendar .hasEvent .eventTooltip {
    display: none;
}

.tx-t3events .eventCalendar .hasEvent:hover .eventTooltip {
    display: block;
    position: absolute;
    bottom: 60%;
    right: 30%;
    padding: 5px;
    background-color: #F2F2F2;
    text-align: left;
}

.tx-t3events .eventCalendar .header,
.tx-t3events .eventCalendar .navigation {
    text-align: center;
}

.tx-t3events .eventCalendar .navigation i.fa-2x.fa-angle-left,
.tx-t3events .eventCalendar .navigation i.fa-2x.fa-angle-right,
.tx-t3events .eventCalendar .navigation i.fa-2x.fa-angle-double-right,
.tx-t3events .eventCalendar .navigation i.fa-2x.fa-angle-double-left {
    position: relative;
    top: 0.1em;
}

.tx-t3events .eventCalendar .legend {
    margin: 0 1em;
    font-weight: 700;
}

.tx-t3events .eventCalendar .calendarYear .legend {
    text-align: center;
}

