﻿/*--------BEGIN BUTTON STYLING CHANGES---------*/
/*Change all buttons to have rounded corners...TMC*/
.button{
    border-radius: 12px;
}

/*Removes long green button on eCheck-In Payments page - JIB*/
	#payLaterSection {
			background: none !important;
			 } 

/*--------END BUTTON STYLING CHANGES---------*/


/*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;
}

/*Hiding sign up button at the end of eCheck-In guest workflow - JIB 8-2-22*/
div.echeckinSignupCard {
	display: none !important;
}

/*Hides the Comments box in the Meds Refill Workflow - JIB 8-22-22*/
.cardline.rxCommentInput {
	display: none;
}

/*Hides the Delivery Method box in the Meds Refill Workflow - JIB 8-22-22*/
body #DeliveryMethod {
	display: none;
}

/*Increasing the size of the Toast message - JIB 10-31-22*/
.Toast {
	font-size: 20px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
	min-height: 60vh !important;
}

/*Hides the second Application header in FA - RLL 12-05-22*/
body #financial-assistance-document-upload-1 .header {
	display: none;
}

/*Hide Message Sent container under Changes page for Care Companion (To Do activity) - JIB 1-5-23*/
._Segment._container.boundary-none.MessageSentInfo {
	display: none;
}

/*Add red border to the "Before Scheduling..." box in direct scheduling - JIB 2-2-23*/
.extrasContainer.card.calendarFlair {
	border-color: #ff0000;
}

/*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;
}