﻿.purchase-container {
    max-width: 1200px;
    padding: 0;
    background-color: whitesmoke;
}
#select-tickets {
    min-height: 400px;
    max-width: 1200px;
    text-align: center;
}
#tickets-selected {
    padding: 0;
}
    #tickets-selected h2 {
        padding: 0 0 5px 70px;
        border-bottom: 1.5px solid black;
        margin-bottom: 0px;
    }

#select-delivery {
    min-height: 550px;
    padding: 0;
}
#payment-info {
    padding-top: 30px;
}
#place-order {
    max-width: 800px;
    padding-top: 50px;
}
#thank-you {
    min-height: 250px;
}
#error-page {
    max-width: 600px;
    padding: 50px;
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    max-width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    background-color: #2cb3ad;
    color: white;
    cursor: pointer;
    font-size: 27px;
    border-radius: 25px;
}
    .value-button:hover {
        cursor: pointer;
    }

.qty {
    padding-top: 15px;
    color: gray;
}
.selected-qty {
    width: 40px;
    font-size: 20px;
    padding-top: 6px;
}

.price-to {
    font-size: 18px;
    margin-top: 7px;
}

.prices-holder {
    padding: 10px 0;
    border-bottom: 1px solid gray;
}
    .prices-holder input {
        height: 40px;
        font-size: 18px;
        max-width: 65px;
        padding: 0 5px;
        text-align: center;
        border: 1px solid black;
    }
    #price-low {
        margin-right: 15px;
    }
    #price-high {
        margin-left: 38px;
    }

#price-slider.ui-widget-content {
    background: #f9f9f9;
    margin-top: 20px;
    height: 7px;
}
#price-slider .ui-slider-handle {
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.5);
    top: -16px;
}
#price-slider .ui-slider-range {
    background: #2cb3ad;
    height: 7px;
    border-top: 1px solid gray;
    position: absolute;
    top: 0;
}

.purchase-info {
    padding: 0;
    border: 1px solid black;
    min-height: 550px;
}
    .purchase-info img {
        padding: 0px;
    }

.tickets-header {
    margin-top: 15px;
    font-size: 16px;
}
.tickets-info {
    font-size: 16px;
}

.ticket-price {
    margin-top: 8px;
    color: #2cb3ad;
}

.ticket-type {
    margin-bottom: 10px;
    text-align: left;
}

.tickets-holder {
    max-height: 450px;
    overflow-y: scroll;
    border-left: 5px solid #e4e8ed;
    padding: 0;
}
.cart-item {
    padding: 5px 10px;
    background-color: white;
    border: 1px solid #e4e8ed;
}
    .cart-item.hovered {
        background-color: whitesmoke;
    }
    .cart-item.selected {
        background-color: #cce4f3;
    }

#payment-info input:not([type='radio']), #payment-info select {
    font-size: 18px;
    width: 100%;
    padding: 5px;
    margin: 0px 0 15px 0;
    text-align: center;
}
#payment-info label {
    line-height: 18px;
}
.break-space {
    height: 1px;
    border-bottom: 1px solid lightgrey;
    margin: 0 auto;
    width: 80%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.center-txt {
    text-align: center;
}
.right-txt {
    text-align: right;
}
.left-txt {
    text-align: left;
}
.pad-0 {
    padding: 0;
}

.ticket-search {
    margin-top: 8px;
    font-size: 18px;
    text-align: center;
}

.btn-holder {
    width: 98%;
    position: absolute;
    bottom: 1%;
    left: 1%;
    padding: 0;
}

.grey-tm-btn {
    text-transform: uppercase;
    border: 1px solid grey;
    padding: 5px 12px;
}

.main-tm-btn {
    background-color: #2cb3ad;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    width: 100%;
}
a.main-tm-btn {
    text-decoration: none;
    float: none;
}
a.main-tm-btn:hover {
    color: white;
}
.green-tm-btn {
    background-color: #218682;
    color: white;
    text-transform: uppercase;
    border: none;
    padding: 5px 15px;
    font-size: 16px;
}

#error-page a {
    color: #337ab7 !important;
}

.tm-error {
    color: red;
    font-weight: bold;
    margin: 10px 0;
}

.claim-tickets {
    height: 40px;
    margin: 10px 0;
}

.tm-login-bar {
    max-width: 1200px;
    margin-bottom: 10px;
    background-color: #c9e8f7;
    padding: 10px;
}
.login-text {
    font-size: 16px;
    text-align: right;
    padding-top: 5px;
}

#ticket-onsite-purchase .ticket-qty select {
    width: 50px;
}

#ticket-onsite-purchase h4 {
    font-family: inherit;
    text-align: right;
    letter-spacing: 1px;
}
#ticket-onsite-purchase #select-tickets h4 {
    text-align: center;
}
#select-tickets h4 {
    margin: 15px 0;
}
#ticket-onsite-purchase #place-order h4 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.shipping-option {
    margin-top: 15px;
}
.shipping-desc-long {
    padding-left: 100px;
}

#loading-overlay {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}
    #loading-overlay center {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
    }

/*Loader*/
.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    float: none;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .loader:before {
        width: 50%;
        height: 50%;
        background: #ffffff;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader:after {
        background: #0dc5c1;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*End Loader*/

@media (max-width: 768px) {
    #loading-overlay {
        position: fixed;
    }
    .tm-login-bar div {
        text-align: center;
    }
    .prices-holder {
        margin-top: 10px;
    }
    #select-delivery {
        min-height: 400px;
    }
    #place-order {
        min-height: 340px;
    }
}

@media (max-width: 450px) {
    .main-tm-btn {
        width: 100%;
    }

    .shipping-desc-long {
        padding-left: 0;
    }

    .slider-holder {
        margin-top: 12px;
    }

    .prices-holder input {
        height: 35px;
        font-size: 15px;
        max-width: 200px;
        padding: 0 2px;
    }
    #price-low, #price-high {
        margin: 0;
    }

    .purchase-info {
        margin-top: 40px;
        min-height: auto;
    }

    .btn-holder {
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
    }

    .price-details {
        display: none;
    }
}