﻿/* HIDE PAPERLESS BILLING BOXES 2026.01.29 FOR TUESDAY */
#paperless_banner, #ba_details_paperless_signup, .ba_paperless_cancel, #ba_sidebar_paperlessTitle, #ba_sidebar-PaperlessText {display:none;}

/* BEGIN: HIDE SIDEBAR QUICKLINKS */
.quickLinks.vertical [data-id="onmywaybutton"] {display: none;} 
.quickLinks.vertical [data-id="evisitbutton"] {display: none;} 
.quickLinks.vertical [data-id="videovisitbutton"] {display: none;} 
/* END: HIDE SIDEBAR QUICKLINKS */

/* Tempus - External Payment billing IFRAME */
#extPmtPageFrame{border-width: 0px;	height: 33rem; overflow-y: hidden; width: 95%;} /* previously set to 20rem for Apple Pay */ /* originally 49rem */ /* changed from 27 to 29 REM for 2538695 on 2024.05.26 */ /* changed from 29 to 33 REM for INC0302721. Added this override to Paulding and Woodlawn as the pay now button was not easily accessible to get to, INC0722546  */
form#guestPay-content div.formbuttons {margin: 1rem 0 1rem;}
#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {height: 41rem;}


/* BEGIN: Hide eVisit for CC and shift customer service to the right (on "Ask a Question" Cards, different on proxies) */
.card.evisit{display:none;}
/*.card.custsvc{right:100%;}*/
/* END: Hide eVisit for CC and shift customer service to the right (on "Ask a Question" Cards, different on proxies) */

/* START - MODAL (POPUPBOX) - w3schools modal */
/* modal (background) */
.modal-testresults {display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 7; /* Sit on top */ padding-top: 150px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */  background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */}

/* modal content */
.modal-testresults-content {background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; z-index: 7;}

/* modal X close */
.modal-testresults-close {color: #aaaaaa; float: right; font-size: 28px; font-weight: bold;}
.modal-testresults-close:hover,
.modal-testresults-close:focus {color: #000; text-decoration: none; cursor: pointer;}
/* END - MODAL (POPUPBOX) */

/* START - hide OPEN SCHEDULING from SCHEDULE APPT page for all CCs except ADAMS and CAMERON */
body.md_scheduling_index a:has(div.newprovider) {display:none !important;}
/* END - hide OPEN SCHEDULING from SCHEDULE APPT page for all CCs except ADAMS and CAMERON */