﻿/*Remove yellow background from scheduling instructions*/
.slotsstep .schedulinginstructions .helptip {
    background-color: #ffffff !important;
}

/*Hides Other payor option since we turned it on for IDPH*/
option[value="-2"] {
	display: none;
}

body #guestPay-content .formbuttons {
margin-bottom: 5rem;
}

.features .icon-paybills {
  background-image: url("../images/quicklinks/account_summary.png");
}

#omwwabash {
	background-color: #dc3e3d !important;
}

#guestbillpay {
	background-color: #D7621C !important;
}

/*
.center.col-12.ba_card_status_column {
	display: none
}

.feedItem.card.withButtonColumn.accountSummaryFeedItem  {
    display: none
}
*/

/*Hiding paperless banner in billing summary - JIB 5-8-22*/
#paperless_banner {
	display: none !important;
}

/*Hiding paperless banner in billing summary - JIB 5-8-22*/
#ba_details_paperless_signup {
	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 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;
}
*/