﻿/*Remove yellow background from scheduling instructions*/
.slotsstep .schedulinginstructions .helptip {
    background-color: #ffffff !important;
}

/*Instamed Formatting Updates for External Payment Page - JIB 2-7-22*/
body #extPmtPageFrame {
 height: 55em;
 overflow-y: visible;
}

body .mobileExtPmtPage#extPmtPageFrame {
height: 830px;
}

body #guestPay-content #extPmtPageFrame {
height: 38rem;
overflow-y: visible;
}

/* - This code might not be needed, anymore. Commenting out, for now - JIB 1-20-25
body #guestPay-content .formbuttons {
margin-bottom: 5rem;
}

.center.col-12.ba_card_status_column {
	display: none
}

.feedItem.card.withButtonColumn.accountSummaryFeedItem  {
    display: none
}
*/

#viewinenglish {
	background-color: #D05A57 !important;
}

#sinaisignupnow {
	background-color: #d05a57 !important;
}

/*Hiding sign up button at the end of eCheck-In guest workflow - JIB 8-2-22*/
div.echeckinSignupCard {
	display: none !important;
}

/*Hiding paperless banner in billing summary - JIB 5-8-22*/
#paperless_banner {
	display: none !important;
}

/*Hiding "All Orgs" section under post-login estimates - JIB 1-13-25*/
#essOtherSAList {
	display: none !important;
}

/*Hides additional income and expense document uploads on the Income step of Financial Assistance application - RLL 3-18-25*/
#financial-assistance-document-upload {
	display: none !important;
}

#proxypreloginspanish {
	background-color: #6068b2 !important;
}

#supportspanish {
	background-color: #6068b2 !important;
}