body {
    font-family: Arial;
}

/* START of Bootstrap hack. This will allow us to use a 5 column layout */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (max-width: 767px) {
    .tsrv-voucher-btn a {
        margin-top: 0 !important;
    }
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
    .cart-donation-box{
        padding-right: 20px !important;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* END of Bootstrap hack */

.tsrv-header-full, .tsrv-footer-full {
    background-color: #FFF;
}

.tsrv-menu-full, .tsrv-nav {
    background-color: #71bfe3 !important;
    line-height: 55px !important;
}

.tsrv-menu-item div {
    /*display: table-cell;*/
}

.tsrv-nav li a {
    color: #FFF !important;
    font-size: 16px;
    font-weight: normal;
    padding-right: 30px;
    text-transform: uppercase;
}

.tsrv-main-full {
    background-color: #FFF;
}

.tsrv-header-inner {
    text-align: left;
}

.tsrv-header-inner h1 {
    color: #FFF;
    font-weight: bold;
}

.tsrv-footer-inner {
    color: #FFF;
    text-align: right;
    padding: 10px;
}

.tsrv-input-small {
    width: 45px;
}

.tsrv-qty-adj {
    /*display: table-row;
    float: right;
    margin-right: 5px;*/
}

.tsrv-qty-adj div, .tsrv-qty-adj input {
    /* display: table-cell; */
    display: inline; 
    /* changed this because of internet explorers tt1-i1629 */
}

.tsrv-qty-adj input {
    /*margin: 0 5px;*/
    text-align: center;
}

.tsrv-btn-qty {
    margin-top: -3px;
    background-color: #ecca20;
    border-color: #ecca20;
    font-weight: bold;
}

div.tsrv-tck-row {
    display: table;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #c4c4c4 !important;
    margin-bottom: 10px;
    background-color: #F2F2F2;
}

div.tsrv-tck-row-header {
    font-weight: bold;
    text-transform: uppercase;
}

.tsrv-txt-small {
    font-size: 0.8em;
}

.tsrv-txt-notransform {
    text-transform: none;
}

.tsrv-txt-normal {
    font-weight: normal;
}

.tsrv-error {
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    color: #b80202;
    font-size: 12px;
    font-weight: bold;
    background: #f5c7c7;
    padding: 2px 10px;
    border: solid #eb6161 2px;
    text-decoration: none;
}

.tsrv-success {
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    color: #00521d;
    font-size: 12px;
    font-weight: bold;
    background: #b7e8c2;
    padding: 2px 10px;
    border: solid #71a873 2px;
    text-decoration: none;
}

/*div.tsrv-tck-row div {
    background-color: #efeae7 !important;
    border-color: #ecca20 !important;
}

div.tsrv-tck-row-header {
    border-color: #007032 !important;
    border: 1px solid #006922;
    border-bottom: 0;
    width: 100%;
    background-color: #ecca20;
    padding: 7px;
    display: table-row;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: bold;
    margin-bottom: 0;
}

div.tsrv-tck-desc {
    padding: 13px;
    padding-top: 0;
    border: 1px solid #006922;
    border-top: 0;
    margin-top: 0;
    background-color: #FFF0E1;
    color: #000;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 10px;
}*/

div.tsrv-tck-desc {
    font-size: 0.8em !important;
    padding-top: 0px !important;
    word-break: break-word;
}

.tsrv-tck-prices {
    text-align: right;
    /*background-color: #FFF0E1;
    border-left: 1px solid #006922;
    border-right: 1px solid #006922;*/
}

.tsrv-gateprice {
    text-decoration: line-through;
    font-size: 0.9em;
}

.tsrv-price {
    padding-right: 10px
}

.tsrv-onlineprice {
    font-weight: bold;
    /*color: #F00;*/
    /*font-size: 1.7em;*/
    /*font-family: "Bell MT",champagne__limousinesbold;*/
}

.tsrv-table-header {
    /*background-color: #006922;
    color: #FFF;*/
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.tsrv-table-header div {
    min-height: 1em !important;
}

#tsrv-step-3 .tsrv-table-header {
    background-color: #006922;
    color: #FFF;
}

.tsrv-table-row {
    padding-left: 0;
    padding-right: 0;
}

.tsrv-table-row div {
    border-color: #006922;
    border-width: 0 1px 1px 0;
    border-style: solid;
    min-height: 70px;
    /*max-height: 70px;*/
    padding: 10px;
}

.cart-sm-table-header{
    text-align: center;
    height: 3em;
    border: 1px solid #006922;
}

.cart-sm-table-cell{
    border-color: #006922;
    border-width: 1px;
    border-style: solid;
    min-height: 70px;
    padding: 10px;
}

.tsrv-table-row div:first-child {
    border-left-width: 1px;
}

.tsrv-tlist-header {
    background-color: #EDEDED;
    display: none !important;
}

.tsrv-cell-options {
    font-size: 0.8em;
}

.tsrv-center {
    text-align: center;
}

.tsrv-right {
    text-align: right;
}

.tsrv-left {
    text-align: left;
    /* padding-bottom: 10px; */
}

.tsrv-bold {
    font-weight: bold;
}

.tsrv-title {
    text-transform: uppercase;
    color: #006922;
    font-size: 1.2em;
    font-weight: bold;
}

.tsrv-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
}

#tsrv-step-3 label.control-label {
    text-transform: uppercase;
    color: #006922;
    font-size: 1.2em;
    font-weight: bold;
}

/*.tsrv-voucher-btn {*/
/*    padding-bottom: 20px;*/
/*}*/

.tsrv-voucher-btn a {
    margin-top: 29px;
    padding: 7px 12px;
}

.tsrv-voucher-inp input {
    -webkit-border-radius: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius: 0px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tsrv-fixed {
    position: fixed;
    top: 0;
}

.tsrv-cart-amounts {
    margin-top: 20px;

}

.tsrv-cart-amounts div {
    padding: 5px;
    border-top-color: #006922;
}

.tsrv-cart-overview-row {
    display: flex;
    flex-wrap: wrap;
}

.tsrv-border-top {
    border-top-width: 1px;
    border-top-style: solid;
}

.tsrv-full-width-btn {
    width: 100%;
}

.tsrv-small-padding {
    padding: 3px;
}

.btn {
    font-weight: bold;
    border-radius: 0 !important;
}

h2.tsrv-title {
    /*font-family: champagne__limousinesbold;*/
    font-size: 1.6em;
    color: #649920 !important;
    text-transform: uppercase;
    font-weight: normal;
}

div.tsrv-event-date {
    font-style: normal !important;
    font-size: 0.8em;
}

div.tsrv-event-row {
    border-bottom: 1px dashed #c4c4c4 !important;
    padding-bottom: 10px;
}

.glyphicon-shopping-cart::before {
    padding-right: 5px;
}

div.tsrv-event-row a {
    float: right;
    margin-top: -35px;
    font-weight: normal;
    text-transform: none;
}

.tsrv-form-btn {
    background-color: #ecca20;
    border: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

#tsrv-ticketlist a.tsrv-qty-btn {
    margin-top: -3px;
    width: 30px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

#tsrv-ticketlist h3 {
    margin-top: 0;
}

.tsrv-no-pointer {
    cursor: default;
}

#tsrv-main-content {
    /*border-right: 1px dashed #c4c4c4 !important;*/
    /*display: inline;*/
    display: block;
    
}

#tsrv-main-content #tsrv-ticketlist, #tsrv-step-3, #tsrv-step-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.tsrv-small-padding {
    /*padding-left: 7px;
    padding-right: 7px;*/
}

.tsrv-right-col {
    padding-right: 5px;
}

.tsrv-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.tsrv-module h2 {
    margin-top: 5px;
}

.tsrv-small-top-padding {
    padding-top: 3px;
}

.tsrv-cart-content {
    font-size: 0.9em;
}

.tsrv-cart-qty {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #F00;
    padding: 2px 6px;
    color: #FFF;
    font-weight: bold;
}

.tsrv-cart-qty.tsrv-green-bg {
    background-color: #389644 !important;
}

.tsrv-green-bg {
    background-color: #389644 !important;
}

.tsrv-top-border {
    border-top: 1px solid #c4c4c4;
}

.tsrv-medium-margin-top {
    margin-top: 5px;
}

.tsrv-red {
    color: #F00;
}

.tsrv-cross {
    text-decoration: line-through;
}

.tsrv-italic {
    font-style: italic;
}

.tsrv-green {
    color: #389644;
}

.tsrv-grey {
    color: #808080;
}

.tsrv-uppercase {
    text-transform: uppercase;
}

.tsrv-padding-right {
    padding-right: 15px;
}

.tsrv-padding-top {
    padding-top: 15px;
}

.tsrv-processing {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    background-color: #F2F2F2;
    color: #333;
    padding: 30px 0;
}

/* STRIPE style */

.stripe .input-field {
    background-color: transparent;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 1.2em;
    height: 1.2em;
    color: #000000;
    /*font-family: "Helvetica Neue", Helvetica, sans-serif;*/
    font-size: 16px;
}

.stripe .input-field:focus {
    outline: none;
}

.stripe fieldset {
    margin: 0 15px 20px;
    padding: 12px;
    border-style: none;
    background-color: #fff;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #ced6d4;
    /*border-radius: 4px;*/
}

.form-row label input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

/*.form-row label {*/
/*    display: inline-block;*/
/*    font-weight: bold;*/
/*    margin-bottom: 5px;*/
/*    max-width: 100%;*/
/*}*/

button.stripe-cancel {
	background: #999;
	border-color: #999;
}

button.stripe-cancel:hover {
	background: #888;
}

.stripe-errors {
    display: none;
}
/* end of STRIPE style */

/* PAYPAL style */
.paypal-errors {
    display: none;
}

.paypal-buttons-context-iframe {
    z-index: 1;
}
/* end of PAYPAL style */


.tsrv-tck-box {
    /*padding-right: 10px;*/
    padding-bottom: 10px;
}

.tsrv-tck-box-cont {
    border: 1px solid #c4c4c4 !important;
    background-color: #F2F2F2;
    padding: 10px;
    /*display: table-cell;*/
    /*height: 390px; /* THIS NEEDS TO BE A CUSTOM SETTING DEPENDING ON THE CONTENT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */
    /*min-height: 390px; /* THIS NEEDS TO BE A CUSTOM SETTING DEPENDING ON THE CONTENT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */
    /* width: 100%; */
    /* removed for mobile login view tt1-i368 */
    display: block;
    margin: 5px;
}

.tsrv-tck-box-cont div {
    padding: 0px;
}

.tsrv-tck-box-cont img, .tsrv-tck-row img {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    margin-bottom: 15px;
}

.tsrv-tck-desc {
    text-align: justify;
}

.tsrv-lightbox-inner {
    display: inline-block;
    width: 95%;
}

.tsrv-lightbox-inner-img {
    display: inline-block;
}

.ngdialog.ngdialog-theme-default .ngdialog-close {
    position: relative !important;
}

.tsrv-hidden {
    display: none !important;
}

.tsrv-lightbox-content {
    background: #FFF;
    padding: 25px;
}

.tsrv-txt-timeout {
    padding-top: 30px;
    min-height: 150px;
}

.tsrv-padding-bottom {
    padding-bottom: 20px;
}

.alert {
    margin-bottom: 15px;
    margin-top: 15px;
}

.navbar-inverse {
    background-color: transparent;
    border-width: 0px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-inverse .navbar-toggle {
    border-color: #FFF;
    float: left;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-width: 0px;
}

#tsrv-main-container {
    padding-bottom: 20px;
    border-right: 1px dashed #c4c4c4 !important;
}

#tsrv-parentlist {
    margin-top: 10px;
}

#tsrv-parentlist .tsrv-tck-box-cont {
    /* height: 250px; */
    min-height: 250px;
    display: inline-table !important;
}

#tsrv-parentlist .tsrv-tck-box-cont {
    padding: 0px !important;
    padding-bottom: 10px !important;
}

#tsrv-parentlist h2 {
    margin-top: 0px;
}

.tsrv-parent-img {
    border: 0px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

#tsrv-pos-above-banner {
    background-color: #FCF390;
}

#tsrv-pos-below-menu div.tsrv-below-menu div.tsrv-box {
    border: 1px solid #000;
    padding: 10px;
}

#tsrv-pos-main-footer {
    background-color: #007032;
}

#tsrv-pos-above-main-content {
    display: inline-block;
    padding-bottom: 10px;
}

#tsrv-pos-above-main-content .tsrv-above-main-content, #tsrv-pos-below-main-content .tsrv-below-main-content {
    display: inline-block;
    background-color: #DBDBDB;
} 

#tsrv-pos-below-main-content {
    margin-top: 10px;
}

/*.tsrv-below-main-container-1, .tsrv-above-main-content-1 {
    border-right: 5px solid #FFF;
}

.tsrv-below-main-container-2, .tsrv-above-main-content-2 {
    border-left: 5px solid #FFF;
}*/

.tsrv-main-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tsrv-div-inner div {
    padding-left: 0px;
    padding-right: 0px;
}

.nav > li > a {
    padding-left: 0px;
}

#tsrv-main-container {
    padding: 0px;
    padding-right: 10px;
}

.tsrv-eventlist-box h2.tsrv-title {
    padding: 10px;
}

.tsrv-main-full .container, .tsrv-above-main-content, .tsrv-below-main-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.tsrv-small-inner-padding {
   padding-left: 5px !important;
   padding-right: 5px !important;
}

.tsrv-event-desc {
    padding: 20px 10px !important;
}

.alert-danger {
    display: inline-block;
}

.tsrv-main-banner-3 div {
    
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.tsrv-pointer {
    cursor: pointer;
}

.tsrv-glyphicon-big {
    font-size: 15px;
}

.tsrv-padding-left {
    padding-left: 10px;
}

.tsrv-edit-qty {
    padding: 0 6px;
}

.tsrv-disabled {
    color: #D1D1D1;
}

.tsrv-clear {
    clear: both;
}

#tsrv-paymentlist img {
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: 0px;
}

#tsrv-paymentlist a {
    font-weight: bold;
    color: #000;
}

#tsrv-paymentlist a:hover {
    text-decoration: none;
}

a.tsrv-no-decoration {
    text-decoration: none;
}

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #FFF;
    /*background-color: rgb(255,255,255); /* Black fallback color */
    /*background-color: rgba(255,255,255, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    font-size: 17px;
}

.tsrv-newsletter-popup {
    width: 100%;
    color: #FFF;
    background-color: #FAA52D;
    text-align: justify;
    padding: 20px;
}

.tsrv-newsletter-popup h3 {
    font-size: 2em;
    font-style: italic;
}

.tsrv-newsletter-popup div {
    margin-top: 20px;
}

.tsrv-newsletter-btn {
    padding: 10px;
    border: 3px solid #FFF;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}

.tsrv-newsletter-no {
    margin-right: 30px;
    background-color: #E06565;
}

.tsrv-newsletter-yes {
    background-color: #54A621;
    text-transform: uppercase;
    font-weight: bold;
}

.tsrv-newsletter-popup h3 {
    margin-top: 0px !important;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: 0px;
}

.navbar-collapse li {
    padding-left: 15px;
}

.tsrv-txt-larger { 
    font-size: 1.15em !important;
}

.tsrv-txt-justify {
    text-align: justify;
}

.tsrv-margin-top {
    margin-top: 10px;
}

.tsrv-margin-bottom {
    margin-bottom: 10px;
}

#static .tsrv-margin-top {
    margin-top: 30px !important;
}

#static .tsrv-margin-bottom {
    margin-bottom: 30px !important;
}

#tsrv-counter {
    text-align: center;
}

.tsrv-pct-product-header {
    padding-top: 20px;
    font-weight: bold;
}

#tsrv-pct div.form-group {
    margin-left: 20px;
}

.tsrv-one-row div.form-group {
    margin-bottom: 0px !important;
}

.tsrv-one-row label, div.form-group label {
    display: inline-block !important;
    width: 100%;
}

.tsrv-one-row select {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 100px;
}

.tsrv-pct-month select {
    width: 160px;
}

.tsrv-no-top-margin {
    margin-top: 0px !important;
}

.tsrv-order-row {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.tsrv-infobox {
    border: 1px solid #a2ac3b;
    padding: 10px 20px;
    margin-bottom: 15px;
    display: inline-block;
}

.alert {
    padding: 15px !important;
    width: 100%;
}

a {
    cursor: pointer;
}

.tsrv-hide {
    display: none !important;
}

.tsrv-underline {
    text-decoration: underline;
}

#tsrv-wallet, #tsrv-donation-box {
    border: 2px solid #006922;
    padding: 15px !important;
    padding-top: 0px !important;
    background-image: url("../img/wallet.png");
    background-repeat: no-repeat;
    padding-left: 70px !important;
    margin-bottom: 20px;
    background-position-x: 10px;
    background-position-y: 10px;
    display: inline-block;
}

#tsrv-donation-box .donation-container {
    display: block;
    position: relative;
    padding-left: 30px !important;
    margin-top: 15px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

#tsrv-wallet .container, #tsrv-donation-box .container {
    display: block;
    position: relative;
    padding-left: 30px !important;
    margin-top: 15px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

/* Hide the browser's default checkbox */
#tsrv-wallet .container input, #tsrv-donation-box .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#tsrv-donation-box .donation-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
#tsrv-wallet .checkmark, #tsrv-donation-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #006922;
}

/* On mouse-over, add a grey background color */
#tsrv-wallet .container:hover input ~ .checkmark, #tsrv-donation-box .container:hover input ~ .checkmark {
    background-color: #ccc;
}

#tsrv-donation-box .donation-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#tsrv-wallet .container input:checked ~ .checkmark {
    background-color: #006922;
}

/* Create the checkmark/indicator (hidden when not checked) */
#tsrv-wallet .checkmark:after, #tsrv-donation-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#tsrv-wallet .container input:checked ~ .checkmark:after, #tsrv-donation-box .container input:checked ~ .checkmark:after {
    display: block;
}

#tsrv-donation-box .donation-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#tsrv-wallet .container .checkmark:after, #tsrv-donation-box .container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid red;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#tsrv-donation-box .donation-container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid red;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#tsrv-donation-box {
    display: inline-block;
    border: 2px solid #00007e;
    background-image: url("../img/donate.png");
    background-color: #d0d0f6;
    color: #00007e;
}

#tsrv-donation-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #00007e;
}

#tsrv-donation-box .container input:checked ~ .checkmark {
    background-color: #fff;
}

#tsrv-donation-box .donation-container input:checked ~ .checkmark {
    background-color: #fff;
}

#tsrv-gift-aid-desc {
    margin-top: 10px;
    text-align: justify;
}

#tsrv-gift-aid-desc img {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
/* removed for mobile login view tt1-i368 */
/* 
#manage-user .tsrv-tck-box-cont {
    width: 50% !important;
} */

#tsrv-if-seat {
    scrollbar-color: red;
}

.tsrv-more, .tsrv-less {
    cursor: pointer;
    font-weight: bold;
    font-size: 0.8em !important;
    color: #F00;
}

/* CHECKOUT PAGE */
.tsrv-user-address-radio-wrapper {
    vertical-align: top;
    display: inline-block;
}

.tsrv-user-address-wrapper {
    display: inline-block;
}

.tsrv-user-address-wrapper label {
    font-weight: inherit;
}

.tsrv-user-address-buttons {
    margin-top: 10px;
}

.tsrv-new-address {
    margin-right: 20px;
}

.tsrv-strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    color: #C5C5C5;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tsrv-strike > span {
    position: relative;
    display: inline-block;
}

.tsrv-strike > span:before,
.tsrv-strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #E3E3E3;
}

.tsrv-strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.tsrv-strike > span:after {
    left: 100%;
    margin-left: 15px;
}

/*IE 10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tsrv-qty-adj div, .tsrv-qty-adj input, .tsrv-ie-left {
        /* float: left !important; */
    }
}

.empty_cart{
    margin-top: 10px;
    background: #d9534f !important;
    border-color: #d43f3a;
}

.empty_cart:hover{
    background: #c9302c !important;
    border-color: #ac2925;
    color: #ffffff;
}

.empty_cart_wo_text{
    width: 40px !important;
    height: 40px !important;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: #d9534f !important;
    border-color: #d43f3a;
}

.empty_cart_wo_text:hover{
    background: #c9302c !important;
    border-color: #ac2925;
    color: #ffffff;
}

.tsrv-parent-date {
    padding-bottom: 15px !important;
}

.tsrv-right-col {
    display: inline;
}

.item_quantity_warning{
    font-size: 0.8em;
    font-style: italic;
    color: #f00;
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

#loginHeader{
    cursor: pointer;
}

#loginHeader:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    margin-left: 15px;
    font-size: 18px;
    margin: 12px auto;
  }
  /* Icon when the collapsible content is hidden */
#loginHeader.collapsed:after {
    content: "\e080";
  }

.formly-error-summary {
    margin-bottom: 5px;
}

.tsrv-form-error-message {
    color: #a94442;
    font-size: .9em;
}

.font-color-green{
    color: #006922;
}

.font-color-red{
    color: #f00;
}

.wallet-balance-subtitle{
    font-size: 19px;
}

.ng-invalid-required-dependent-field {
    border-color: #a94442;
}

.whitespace-unset{
    white-space: unset;
}

.tsrv-qty-span {
    padding: 0 4px;
}

.tsrv-qty-cont {
    padding-right: 10px;
}

.tsrv-word-breaking{
    word-break: break-word;
}

.payment-list-image{
    width: 20%;
    float: left;
}

.payment-list-text{
    width: 80%;
    float: left;
    padding-top: 15px;
    padding-left: 20px;
}

/** VALID STYLE **/

.tsrv-slot-add {
    padding-top: 32px;
}

.help-block {
    font-size: 13px;
}

.help-block span.glyphicon-info-sign {
    color: #005CC8;
}

.tsrv-dates-day {
    position: relative;
    min-height: 85px;
    width: 13%;
    margin: 5px 2px;
}

.tsrv-valid-has-data.tsrv-dates-day {
    border: solid 4px red;
}

.tsrv-dates-day.tsrv-valid-soldout {
    background-color: gray;
    border-color: gray;
}

.tsrv-valid-soldout-text {
    position: absolute;
    top: 54px;
    left: 0;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    background-color: red;
    line-height: 13px;
    font-weight: bold;
    padding-top: 6px;
}

@media only screen and (max-width : 576px) {
    .tsrv-valid-soldout-text {
        padding-top: 0;
    }

    div.tsrv-dates-day {
        padding: 6px 6px;
        width: 11%;
    }

    div.tsrv-tck-row {
        padding: 0px;
        border-top-width: 0px !important;
        border-right-width: 0px !important;
        border-left-width: 0px !important;
        background-color: #fff;
    }
    
    div.tsrv-tck-row-header {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .tsrv-qty-cont, .tsrv-tck-prices, .tsrv-tck-desc {
        padding-left: 0px !important;
    }
    
    .payment-list-image{
        width: 40%;
        float: left;
    }

    .payment-list-text{
        width: 60%;
        float: left;
        /* padding-top: 1%; */
        padding-left: 20px;
    }
}

.formly-field-checkbox {
    display: inline-block;
}

#tsrv-pct div.checkbox {
    clear: both;
}

#loading2 {
  display: inline-block;
  width: 128px;
  height: 128px;
  border: 10px solid rgba(255,0,0,.3);
  border-radius: 50%;
  border-top-color: #f00;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.tsrv-border-bottom {
    border-bottom: 1px solid #333;
}

@keyframes spin {
    to { 
        -webkit-transform: rotate(360deg); 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    to { 
        -webkit-transform: rotate(360deg); 
        transform: rotate(360deg); 
    }
}

@media (max-width: 330px) {
    #tsrv-ticketlist a.tsrv-qty-btn {
        width: 25px;
        padding-left: 10px;
    }
}

#manage-user .tsrv-tck-box-cont {
    margin: 0px !important;
}

.language-changer-container, #language-changer-navbar {
    display: none !important;
}

.birthday_selects{
    float: left;
    width: 33%;
    display: inline;
    padding: 0 10px 0 0;
}

.btn-google-pay {
    width: 50%;
    background-color: #000;
    color: #fff;
}

.btn-apple-pay {
    width: 80%;
    background-color: #000;
    color: #fff;
}

.tsrv-green2, .tsrv-green3 {
    background-color: #0072ce !important;
    border: 0;
    padding: 7px;
    color: #FFFFFF;
    line-height: 40px;
    font-weight: bold;
}

/*#tsrv-step-3 .alert-danger {
        display: none !important;
}*/

.tsrv-months {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px 20px;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #000;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #99d6ff;
    -moz-box-shadow: 0px 10px 24px -7px #AAA;
    -webkit-box-shadow: 0px 10px 24px -7px #AAA;
    box-shadow: 0px 10px 24px -7px #AAA;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    text-align: center;
    margin-bottom: 20px;
}

.tsrv-months a {
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
}
.tsrv-months a span {
    font-size: 14px !important;
    display: inline-block;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tsrv-dates-day {
    -moz-box-shadow: 0px 10px 24px -7px #AAA;
    -webkit-box-shadow: 0px 10px 24px -7px #AAA;
    box-shadow: 0px 10px 24px -7px #AAA;
    background-color:#99d6ff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    display:inline-block;
    cursor:pointer;
    color:#000;
    font-family:Arial;
    font-size:13px;
    padding:6px 12px;
    text-decoration:none;
    border: 1px solid #002C6B;
    text-align: center;
    font-weight: normal;
}

.tsrv-dates-day a {
    font-weight: normal;
    color: #000;
}

.tsrv-dates-day a:hover {
    text-decoration: none;
}

.tsrv-cell-14p {
    width: 13%;
    margin: 5px 2px;
}

.tsrv-date-disabled {
    background-color: #AAA;
}

.tsrv-cell-14p b, .tsrv-cell-14p strong {
    font-weight: normal;
}

.tsrv-day-row2 {
    font-size: 1.7em;
}

@media only screen and (max-width : 500px) {
    .tsrv-day-row2 {
        font-size: 1.3em; 
    }

    .tsrv-dates-day {
        padding: 6px;
    }

    .tsrv-dates-day {
        font-size: 11px;
    }

    .tsrv-cell-14p {
        width: 11%;
        margin: 5px 0px;
    }
}


.tsrv-order-date {
    font-weight: bold;
}

/* Percent payment buttons */
.tsrv-pp-button {
    margin-bottom: 5px;
}

/*.tsrv-pp-button#tsrv-pp-50, .tsrv-pp-button#tsrv-pp-100, .tsrv-pp-button#tsrv-pp-25, .tsrv-pp-button#tsrv-pp-75  {*/
/*    display: inline-block;*/
/*}*/

/* My orders */
.tsrv-outstanding-color {
    color: red;
}

/* google sign in */
#gsiButtonDiv {
    padding-top: 10px;
}

/* facebook login button */
.tsrv-fbl.fb_iframe_widget {
    padding-top: 10px;
    display: block;
}

/* apple sign in button */
.tsrv-asi, .tsrv-tck-box-cont div.tsrv-asi {
    padding-top: 10px;
    height: 48px;
}

/* Toggle password icon */
.tsrv-tp {
    cursor: pointer;
}

.tsrv-tp.form-control-feedback {
    /* ... */
    pointer-events: visible;
}

.tsrv-forgot-div {
    border: 5px solid black;
    border-radius: 20px;
    margin: 10px;
    padding: 10px;
}

.tsrv-forgot-div a {
    color: #000;
    text-decoration: none;
}

/* USER RELATED LINKS ON MOBILE */
@media (max-width: 767px) {
    #tsrv-login-box a {
        font-size: 22px;
    }

    #tsrv-donation-box {
        background-image: none !important;
        padding-left: 15px !important;
    }
}

.tsrv-align-top {
    vertical-align: top;
}

/* SLIDESHOW */
.tsrv-slide {display: none;}
.tsrv-slide img {width: 100%;}

.tsrv-slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Fading animation */
.tsrv-slideshow-fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* SLIDESHOW END */

#tsrv-cookie-overlay {
    background-color:rgba(255,255,255,0.5);
    color: #000;
    font-size: 20px;
    padding: 10px;
    margin: 0;
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: right;
    z-index: 2000;
}

.tsrv-cookie-overlay-text {
    font-size: 16px !important;
    color: #000;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right:40px;
    text-align:right;
}

.tsrv-cookies-btn {
    margin:0 20px
}

.tsrv-cookies-more {
    margin-left:10px;
    color:#000;
    text-decoration: underline;
    font-weight:600;
    color: #fff;
}

#fep-form label.error {
    color: #842029;
}
