
/* Hide individual tickets from within Season Tickets in the My Tickets section */

#page_account_tickets .composed_product_container {
    display:none;
}

/*END Hide individual tickets from within Season Tickets in the My Tickets section */



/* Centralise text splash page */
  
.stx-TicketShopWidget-catalog .stx-Section-heading {
    display: block;
    font-size: 30px;
}

.stx-TicketShopWidget-catalog .stx-Catalog{
    text-align: center;
}
  
.stx-TicketShopWidget-catalog .g-Button {
    font-size: 20px;
}
  
  /* Add back My Account menu on mobile */
  
@media screen and (max-width: 990px) {
body.rwd #page_account_home #content #secondary_content_navigation {
    left: 0px;
    position: relative;
} 
} 
  
  
#page_account_home div#secondary_content_navigation {
    margin: 0;
    width: 100% !important;
}
  
/* Elements in Account section to hide */  
  
#page_account_tickets #file_contact_criteria {
    display: none !important;  
}
  
#page_account_files #file_contact_criteria {
    display: none !important;  
}
  
#page_account_editPersonalDetails span.contact_created {
    display: none;
}
  
#page_account_editPersonalDetails #main_content_remove_account {
    display: none;
}

div#page_account_register span#field_contactCriteria-HG2021 {
    display: none;
}

div#page_account_register span#field_contactCriteria-AG2021 {
    display: none;
}

div#page_account_register span#field_contactCriteria-CG2021 {
    display: none;
}
 
/* END Elements in Account section to hide */    


/* Hide ability to edit and change stored payment info on edit personal details page  */  
  
#page_account_editPersonalDetails .fieldset_container.payment {
    display: none;
}

/* END Hide ability to edit and change stored payment info on edit personal details page  */  


  
/* Hide Valid until Date in Reserved Season Tickets */

div#page_account_community_tickets .valid_until {
    display: none;
}

/* END Hide Valid until Date in Reserved Season Tickets */



/* Hide expiration date in Order Content */
  
.label_value.file_expiration_date {
    display: none;
}

div#page_account_file .expiration_info {
    color: white;
}

/* END Hide expiration date in Order Content */



/* Hide the ability to add a New Contact within Friends and Family 

div#new_contact_form {
    visibility: hidden;
}


.form_separator {
    visibility: hidden;
}
 

div#new_contact_form_button_container {
    visibility: hidden;
}
 
 END Hide the ability to add a New Contact within Friends and Family */



/* Hide the ability to Cancel the Season Ticket Reservation option */

span.button.reservation_cancel {
    display: none;
}

/* END Hide the ability to Cancel the Season Ticket Reservation option */


/* CAS-34556-T8S2J9 */
#main_content_account_home_container .balance_in_account_home:nth-child(2){
	display:none;
}
#main_content_account_home_container .balance_in_account_home:first-child .amount:after{
	content: "";
	padding: 1px;
}
@media screen and (min-width: 989px){
	#main_content_account_home_container #account_home_instruction{
		margin-top: 48px;
	}
}
/* CAS-34556-T8S2J9 - END */



  
/* Change colour of Credit and Club Cash values */
  
span.amount.amount_GBP {
    color: blue;
}

/* End Change colour of Credit and Club Cash values */


/*CAS-44858-L2X3T1*/
#account_home_info .balance_in_account_home,
#edit_personal_details_form .fieldset_container.loyalty > fieldset{
	display: none !important;
}
/*END CAS-44858-L2X3T1*/
.stx-DialogSelect{
	background: transparent!important;
	color: black!important;
}
span.amount.amount_GBP{
	color: #091454
}