﻿/*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;
}
body #guestPay-content .formbuttons {
margin-bottom: 5rem;
}

/*
.center.col-12.ba_card_status_column {
	display: none
}

.feedItem.card.withButtonColumn.accountSummaryFeedItem  {
    display: none
}
*/

/*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;
}

#proxypreloginsalem {
	background: #358c7c !important;
}

/*Hiding "All Orgs" section under post-login estimates - JIB 1-13-25*/
#essOtherSAList {
	display: none !important;
}

#omwsalem {
	background-color: #a3a27a !important;
}

#assistancesalem {
	background-color: #a3a27a !important;
}