@CHARSET "UTF-8";

#gs-tickets-table {
	background-color: #fff;
   	border: none;
   	border-collapse: collapse;
    color: black;
	font-family: Arial, sans-serif;
	font-size: 18px;
	margin: 0 auto;
    text-align: center;
    max-width: 640px;
    width: 95%;
}

#gs-tickets-table .gs-tickets-table-type-row {
	background-color: #eee;
	border: none;
    color: black;
	font-size: 19px;
	font-weight: 400;
	padding-left: 20px;
	text-align: left; 
	width: 95%;
}

#gs-tickets-table .gs-tickets-table-price,
#gs-tickets-table .gs-tickets-table-title,
#gs-tickets-table .gs-tickets-table-currency {
	background-color: #fff;		
	border: none;
	color: green;
	padding-left: 10px;
	text-align: left;
}

#gs-tickets-table .gs-tickets-table-price {
	min-width: 30px;
}

#gs-tickets-table .gs-tickets-table-currency {
	width: 15px;
}

#gs-tickets-table .gs-tickets-table-row-hidden {
    display: none;
}


/*
@media screen and (max-width: 1920px) {
    #gs-tickets,
    #gs-tickets-table, 
    #gs-schedule-ticket-select-form, 
	#gs-schedule-ticket-confirm-form {
        width: 580px;
        margin: 0 auto;
    }
}


@media screen and (max-width: 920px) {
    #gs-tickets,
    #gs-tickets-table, 
    #gs-schedule-ticket-select-form, 
	#gs-schedule-ticket-confirm-form {
        width: 380px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    #gs-tickets,
    #gs-tickets-table, 
    #gs-schedule-ticket-select-form, 
	#gs-schedule-ticket-confirm-form {
        width: 240px;
        margin: 0 auto;
    }
}

*/
/* Booking-forms*/


#gs-schedule-ticket-select-form, 
#gs-schedule-ticket-confirm-form  {    
    background-color:#fff;
    border:4px solid;
    border-color: #bdfcbe;
    display: none;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 0; 
    max-width: 640px;
}

#gs-schedule-ticket-select-form .gs-buFo-colored-text,
#gs-schedule-ticket-confirm-form .gs-buFo-colored-text {
    background-color: #bdfcbe;
    color: black;
    display: block;
    font-size: 18px;    
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    
}

#gs-schedule-ticket-select-form .gs-buFo-colored-text-small-font,
#gs-schedule-ticket-select-form .gs-buFo-colored-text-small-font {
	background-color: #d2fbd8;
    color: black;
    display: block;
    font-size: 14px;    
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    text-align: center;	
}

#gs-schedule-ticket-select-form .gs-buFo-normal-text,
#gs-schedule-ticket-confirm-form .gs-buFo-normal-text {
    padding: 0px 0 20px 0;
    color: black;
    display: block;
    font-size: 16px;    
    font-weight: 400;
    margin: 5px;
    text-align: center;
   
}

#gs-schedule-ticket-select-form .gs-buFo-bold-text,
#gs-schedule-ticket-confirm-form .gs-buFo-bold-text {
    padding: 0px 0 20px 0;
    color: black;
    display: block;
    font-size: 16px;    
    font-weight: 700;
    margin: 5px;
    text-align: center;
    
}

.gs-buFo-fieldset {
    border: none;
}

#gs-schedule-ticket-select-form .gs-buFo-button-left,
#gs-schedule-ticket-confirm-form .gs-buFo-button-left    {
    color: black;
    background-color: #ff6256;
    float: left;    
    margin: 5px 5px;
    max-width: 200px;
    padding: 8px 10px;   
    
}

#gs-schedule-ticket-select-form .gs-buFo-button-right,
#gs-schedule-ticket-confirm-form .gs-buFo-button-right {
    color: black;
    background-color: #bdfcbe;
    float: right;    
    margin: 5px 5px;
    max-width: 200px;
    padding: 8px 10px; 
}

#gs-schedule-ticket-confirm-form-ok-button {
	color: black;
    background-color: #bdfcbe;
    margin: 5px 5px;
    max-width: 200px;
    padding: 8px 10px;   
}
