/**********************************************************
 * Ticket method styles (detail)
 * Structure :
 *
 * <div .ticket-detail-method>
 * 		<section .ticket-stub>
 * 			<header>
 * 				<h2|h3>
 * 			<div .ticket-date>
 * 				<h3|h4>
 * 				<p>
 * 			<div .ticket-price>
 * 				<h3|h4>
 * 				<p>
 * 			<div .purchase>
 * 				<a>
 **********************************************************/

/**
 * 	Ticket Detailed style
 */

.ticket-stub {
    width: 100%;
    padding: 0px 38px;
    margin: 20px 0px;
    background-image: url('../../images/ticket-left-bg.png'), url('../../images/ticket-right-bg.png');
    background-position: top left, top right;
    background-repeat: no-repeat, no-repeat;
    background-size: 38px 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ticket-stub header {
    background-color: #2A60A8;
    color: #FFFFFF;
}
.ticket-stub header h2 {
    margin: 0px;
    font-size: 1.8em;
    padding: 3px;
}
.ticket-stub h3 {
    margin: 10px 0px;
}

.ticket-stub .ticket-inner {
    padding: 0.75%;
    background-color: #CECECE;
}
.ticket-stub .ticket-content {
    padding: 0.75%;
    border: 1px dashed #CCCCCC;
    background-color: #FFFFFF;
}

/**
 * 	Ticket Detailed style - Ticket group
 */
.ticket-group {
    overflow: auto;
}
.ticket-group .ticket-stub {
    margin: 0.75%;
    width: 48.5%;
    float: left;
}

.ticket-group .ticket-stub header h2 {
    font-size: 1.5em;
}
.ticket-group .ticket-stub h3 {
    font-size: 1.3em;
}
/**
 * 	Ticket Basic style
 */

a.ticket-basic {
    display: block;
    width: 100%;
    white-space: normal;
    margin: 15px 0px;
}

a.ticket-basic span {
    float: left;
}

a.ticket-basic span.ticket-name {
    width: 40%;
    text-align: left;
}

a.ticket-basic span.ticket-left {
    width: 20%;
    text-align: center;
}

a.ticket-basic span.ticket-value {
    width: 40%;
    text-align: right;
}

a.ticket-basic span.ticket-left.sold-out {
    color: red;
}

form#cart-form {
    margin-top: 18px;
}

form#cart-form input {
    width: 100%;
}


/**********************************************************
 * Ticket purchase styles (global)
 **********************************************************/

.ticket-purchase h1 {
    font-size: 32px;
    margin: 40px 0;
}

.ticket-header-icon {
    padding: 8px 19px;
    background-color: #00385F;
    color: #FFFFFF;
    font-size: 26px;
}

.ticket-purchase .ticket-name {
    background-color: #00385F;
    box-sizing: border-box;
    padding: 8px 10px;
    color: #fff;
}

.ticket-purchase .container {
    width: 100%;
    padding: 0;
}

.ticket-purchase .container .row {
    width: 100%;
    clear: both;
    border-left: 1px solid #00385F;
    border-right: 1px solid #00385F;
    margin: 0;
}

.ticket-purchase .container .row .col {
    float: left;
    border-top: 1px solid #00385F;
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
}

.ticket-purchase .container .row .col.col-label {
    width: 15%;
    background-color: #2A60A8;
    color: #fff;
    font-weight: 700;
}

.ticket-purchase .container .row .col.col-value {
    width: 85%;
}

.ticket-purchase .container .row:last-of-type .col {
    border-bottom: 1px solid #00385F;
}



.disclaimer p {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #00385F;
    padding: 15px;
    border-radius: 10px;
    max-height: 400px;
    overflow-y: scroll;
}

form.purchase .row {
    margin-left: 0;
    margin-right: 0;
}

form.purchase .row label {
    float:left;
    min-width:200px;
    margin: 5px 0;
}

form.purchase fieldset {
    border: 1px solid #d2d2d2;
}

form.purchase fieldset legend {
    border-bottom: 1px solid #d2d2d2;
}

form.purchase .row label[for="ticket_number"] {
    font-size: 20px;
    padding-left: 15px;
    margin: 15px 0;
}

form.purchase .row select#ticket_number {
    font-size: 20px;
    margin: 10px 0;
}

.ticket-overview h2 {
    background-color: #2A60A8;
    box-sizing: border-box;
    padding: 8px 10px;
    color: #fff;
}

.ticket-overview .ticket-overview-info {
    width: 75%;
    float: left;
}

.ticket-overview .ticket-overview-links {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
}

.ticket-overview .ticket-overview-links a {
    width: 100%;
    padding: 10px 12px;
}

.ticket-overview .ticket-overview-links a:first-of-type {
    margin-bottom: 8px;
}

.cart-items {
    border: 2px solid #e3e3e3;
    padding: 3px;
}

.cart-items .cart-item {
    background-color: #e3e3e3;
    margin-top: 3px;
}

.cart-items .cart-item:first-of-type {
    margin-top: 0px;
}

.cart-items .cart-item.header {
    font-weight: 700;
}

.cart-items .cart-item .cart-item-attr {
    float: left;
    padding: 2px;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
}

.cart-items .cart-item .cart-item-attr.cart-item-name {
    width: 70%;
}  

.cart-items .cart-item .cart-item-attr.cart-item-quantity {
    width: 10%;
    text-align: right;
    border-left: 2px solid #fff;
}

.cart-items .cart-item .cart-item-attr.cart-item-total {
    width: 10%;
    text-align: right;
    border-left: 2px solid #fff;
}

.cart-items .cart-item .cart-item-attr.cart-item-actions {
    width: 10%;
    text-align: right;
    border-left: 2px solid #fff;
}

.cart-items .cart-item .cart-item-attr.cart-item-actions .cart-item-action {
    float: right;
    padding-left: 5px;
    cursor: pointer;
    cursor: hand;
}

.cart-items .cart-item .cart-item-participants {
    display: block;
    width: 100%;
    float: left;
    display: none;
    background-color: #d2d2d2;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 20px;
}

.cart-items .cart-item .cart-item-participants .cart-item-participant {
    width: 238.75px;
    height: 120px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #e3e3e3;
    padding: 10px 20px;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}

/*#main h1#main-site-title {
        padding-top: 15px;
}*/

.fixed-cart-button {
    position: fixed;
    top: 70px;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    color: rgba(255,255,255,0.4);
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 17px 10px 10px;
    z-index: 9999;
}

.fixed-cart-button:hover {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    text-decoration: none;
}

form#cart-form {
    margin-top: 10px;
}


@media only screen and (max-width: 1000px) {
    .ticket-group .ticket-stub {
        margin: 20px 0px;
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 480px) {
    .ticket-stub header h2 {
        font-size: 1.5em;
    }

    .ticket-stub h3 {
        font-size: 1.3em;
    }
}

option[data-country][disabled] {
    display: none;
}

.cart-complete-form #card-element {
    border: 1px solid #ccc;
    padding: 10px 10px;
}

/*test*/

.ticket-guest-form-group {
    background-color: #f0f0f0;
    padding: 16px 34px;
    margin-bottom: 10px;
}

.ticket-submit-btn-group .ticket-submit-btn {
    float: left;
}

.ticket-submit-btn-group .ticket-submit-btn:nth-child(1) {
    width: 30%;
    margin-right: 1%;
}

.ticket-submit-btn-group .ticket-submit-btn:nth-child(2) {
    width: 69%;
    margin-top: 0;
}

.add-ticket-step-1-form > .select.row:first-child {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.add-ticket-step-1-form > .select.row:first-child label {

}

.add-ticket-step-1-form .row,
.add-ticket-step-2-form .row {
    margin-left: 0px;
    margin-right: 0px;
}
