﻿/* Warning on Test Results page */
.md_testresults_index .TestResults.template::before {
	content: "LET OP: Op deze pagina kunt u uitslagen inzien die u nog niet met uw zorgverlener heeft besproken. Het is uw eigen keuze of u deze uitslagen bekijkt voordat u contact heeft met uw zorgverlener. Tijdens uw eerstvolgende contact zal uw zorgverlener de uitslag met u bespreken.";
	font-size: 1.1em;
	color:red;
	font-weight: bold;
	white-space: pre-wrap
}


	
/* Features uit prelogin.css toegevoegd (aangepast 10-11-2021 op basis van NOVA 804878)*/ 
.features {
  list-style: none;
  padding: 0 0 1rem; }
  .features li {
    padding-left: 75px;
    background-repeat: no-repeat; }
  .features .icon-advice {
    background-image: url("../images/quicklinks/medical_advice.png"); }
  .features .icon-testResults {
    background-image: url("../images/quicklinks/test_results.png"); }
  .features .icon-medications {
    background-image: url("../images/quicklinks/medications.png"); }
  .features .icon-calendar {
    background-image: url("../images/quicklinks/appointments.png"); }
  .features .icon-messages {
    background-image: url("../images/quicklinks/messages.png"); }
  .features .icon-notifications {
    background-image: url("../images/quicklinks/notifications.png"); }
  .features .icon-info {
    background-image: url("../images/quicklinks/info.png"); }
  .features .icon-health_reminders {
    background-image: url("../images/quicklinks/health_reminders.png"); }
  .features .icon-health_record {
    background-image: url("../images/quicklinks/health_record.png"); }
  .features .icon-downloadmyrecord {
    background-image: url("../images/quicklinks/downloadmyrecord.png"); }
  .features .icon-ill_klok_spuit {
    background-image: url("../images/quicklinks/ill_klok_spuit.png"); }
  .features .info {
    font-size: 0.9rem; }

/* 23-09-2022 jka;(from the spaarne gasthuis website) MRK Te doen -> Herinneringen beheren: Bovenste optie (sms) verbergen, Mobiele notificaties Afspraken optie verbergen */ 
div.ManageRemindersForm div.FrequencySection div.FrequencySectionRow:nth-of-type(2), 

div.ManageRemindersForm fieldset.taskTypeDescription div.taskTypeToggle span.buttoncheck:last-child { 

display: none; }

/* 02-07-2024 njh; Updates for DigiD inline styles SLG */
div.login a.button{
display:none;
}
.customDigiDcolumn1 {
float: left;
width: 20%;
padding:2px;
}
.customDigiDcolumn2 {
width:80%;
padding:2px;
float:right;
}
.customDigiDrow {
width:100%;
}
/* Clear floats after image containers */
.customDigiDrow::after {
content: "";
clear: both;
display: table;
}
.customDigiDbutton {
background-color: #f5821f;
border: none;
color: white;
text-align:center;
text-decoration: none;
display: inline-block;
font-size: 16px;
height:52px;
padding: 5px 12px;
border-radius:5px;
}
.customDigiDbutton:hover {
color:white;
text-decoration:none;
}
.mobile p.pretext {
display:none
}
.mobile .customrow {
display:none
}

.campaignCard.imageCard,
.component.news .newscard 
{
	padding-left: 1rem;
}
.customETZcolumn1{
	float:left;
	text-align:center;
	width: 100px;
	padding-top:40px;
}
.customETZcolumn2{
	padding-left:120px;
}

.customETZtcPoints{
	margin-left:15px;
}

.customETZtestresultsHeader{
	font-size:1.1rem;
	font-weight:bold;
	color:red;
}
.customETZtestresultsBody1{
	font-size:1.1rem;
	font-weight:bold;
}
.customETZtestresultsBody2{
	font-size:1.1rem;
	font-weight:normal;
}
.customETZtestresultsBody3{
	font-size:1.4rem;
	font-weight:bold;
}

.customETZupcomingORDtitle{
	color:black;
}
.customETZupcomingORDlink{
	color:darkblue;
}

.customETZcancelApptPreText{
	color: #CC3443;
	font-weight: bold;
}

.customETZfacturenHeader{
	color:black;
}

._heading{
color:#2164a2;
}

/* 15-04-2024 AVL;Paperless Billing. Facturen bekijken --> onderstaande is voor vervolgtabblad (verbergen tabbladen)*/

.md_summary_index #sidebar,  
.md_summary_index #ba_zeroAccountList .ba_card_header, 
.md_summary_index #ba_zeroAccountList .ba_card_status, 
.md_summary_index #ba_authAccountList .ba_card_header, 
.md_summary_index #ba_authAccountList .ba_card_status,
.md_summary_index #ba_main #alerts img.icon, 
.md_details_index #ba_details_paperless_signup img.icon, 
.md_details_index #ba_detail_tab_Overview, 
.md_details_index #tab_topic_Overview, 
.md_details_index #ba_detail_tab_Charges, 
.md_details_index #tab_topic_Charges, 
.md_details_index #ba_detail_tab_Payments, 
.md_details_index #tab_topic_Communications, 
.md_details_index #ba_detail_tab_Communications, 
.md_details_index #ba_detail_tab_AccountInfo, 
.md_details_index #tab_topic_AccountInfo, 
.md_details_index #ba_details_past_letters, 
.md_details_index #sidebar {
display: none;}

/* 18-07-2024 AVL
/* title        : UMCGDEV-103 icoontje Facturen weghalen en knop veranderen
/* url          : /MyChartPOC/Billing/Summary
/* body class   : md_summary_index
/*
/************************************************************************************************************/


.md_summary_index #paperless_banner { 
     display: none; 
} 
