﻿/*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;
}

/*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;
}

#assistancehannibal {	
	background-color: #1a3c34 !important;
}

/*Hiding "All Orgs" section under post-login estimates - JIB 1-13-25*/
#essOtherSAList {
	display: none !important;
}

#familyaccesshannibalprelogin {
	background-color: #79bc43 !important;
}

#assistancehannibal {
	background-color: #e39b35 !important;
}

/*Hides additional income and expense document uploads on the Income and Expense step of Financial Assistance application - RLL 3-18-25*/
#financial-assistance-document-upload {
	display: none !important;
}

/*Hides the document upload on the Conset step of FA - RLL 12-05-22
div.documentsChecklistUpload {
	display: none !important;
}
*/