﻿/*.component .news .newscard.myBilling {background-image: url("../images/myBilling.png");}
.component .news .newscard.myLanding {background-image: url("../images/myLanding.png");}
.component .news .newscard.Lucy {background-image: url("../images/Lucy.png");}
.component .news .newscard {width: 47%;}
.section .content .iconcalendar .numlabel {width: 16px;}*/

/* 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 */

/* Mobile Browser Iframe External Payment billing */
#extPmtPageFrame{
	border-width: 0px;
	height: 49rem;
	overflow-y: hidden;
	width: 95%;
}

/* 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 */

/* HIDE PAPERLESS BILLING BOXES 2025.02.24 TEST FOR TUESDAY */
#paperless_banner, #ba_details_paperless_signup, .ba_paperless_cancel {display:none;}