﻿/*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;
}

/*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;
}

.features .icon-paybills {
  background-image: url("../images/quicklinks/account_summary.png");
}

/*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;
}