<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*import highcontrast*/
@import url("highcontrast.css");


/* BEGIN EPIC DELIVERED THEME CSS */
/* Generated by v85.0.1 */
/* BEGIN: SPECIAL HIDING PROPERTIES */
/* If you only want certain HTML content to display on mobile, tag it with an "OnlyMobile" class*/
.onlymobile, 
.onlyMobile, 
.Onlymobile, 
.OnlyMobile {
    display: none !important;
}  

/* If you want to only show content on a certain affiliate site, tag it with an Affiliate class, and then another class to unhide just for that affiliate. Use URL Rewrite an affiliate-specific override css file to do the unhiding.*/
.affiliate,
.Affiliate {
    display: none !important;
}

/* If you want to show something only when looking at your own chart, not in proxy mode, tag it with a "selfmode" class. If you want something to only show when looking at someone else's chart, use "proxymode" class. */
.proxyMode,
.proxymode,
.ProxyMode,
.Proxymode {
	display: none;
   /* display: none !important;*/
}
/* END: SPECIAL HIDING PROPERTIES */

/* END EPIC DELIVERED THEME CSS */

/* BEGIN EPIC COMMUNITY MEMBER CUSTOM CSS */
/* Epic recommends any additional CSS be placed below this line. Avoid adding CSS above because it makes it difficult to determine which are your changes and which are Epic's. */


/*Hide the MyChart signup options - not needed with NemLogin */
.signup
{
        display: none;
}


/*Styling links*/
body #sidebar .DKlink a {
	color: black;
	text-decoration: underline;
}
body #sidebar .DKlink a:hover {
	text-decoration: none;
}

/*body.isInside #sidebar a {
	color: black;
	text-decoration: underline;
}*/

/* /* Rolf 09-02 -  Dot on calendar */ 
 /* #two-factor-intro span.blue, .instructionImages span.blue, .receipt .titlebar, .calendar table tbody td.hi a, .calendar .selectableevent, .summary .titlebar, .sidebarlinks .titlebar, .visitlist li.listheaderelement {
   background-color: #00396B;
}
*/

/* Rolf 09-02 Expand / Collapse text button */
.collapsetext {
	color: black;
}
/*
.expandtext {
	
	color: black;
}
*/
/* Rolf: All p links in P blue and underline + hover no underline */
p a {
	color: #0564a4;
	text-decoration: underline;
}


p a:hover {
	text-decoration: none;
	color: #0564a4;
} 
	
/* Rolf: Link under adminster notifikationer under Opgaver - underline */
a._Link._actionable._link._readOnlyText._InternalLink.communicationPreferencesLink {
	color: #0564a4;
	text-decoration: underline;
}
/* Rolf: Link under adminster notifikationer under Opgaver - no underline ved hover */
a._Link._actionable._link._readOnlyText._InternalLink.communicationPreferencesLink:hover {
	text-decoration: none;
	color: #0564a4;
} 


/* Rolf : Spørgeskema - liste over spørgeskeaer viser links forkert fordi der ikke er et P-tag */
.qnr_card a {
	color: #0564a4;
	text-decoration: underline;
} 

.qnr_card a:hover {
	text-decoration: none;
	color: #0564a4;
} 
/* ---------------------------------- */ 

body.isInside #sidebar a:hover {
	text-decoration: none;
}

/*Hide not working "Previous step" button - page specific */
body.isInside.md_medadvice #main .back .button.previousstep {
	display: none;
}
/* Rolf - outcommented because it turned the back button grey on hover. 
#main .back .button.previousstep:hover {
	background-color: #666;
	color: #fff;
	border: 1px solid #fff;
}
*/
/* Rolf */
/*#content #main a:not(.button){
	color: black;
	/*text-decoration: underline;*/
}*/

#content #main a:hover:not(.button) {
	text-decoration: none;
}

#content #main a.primary:not(.button) {
    color: white;
    text-decoration: none;
}

#itemFeedContainer a.tertiary .tertiaryLabel {
	text-decoration: none;
}

#content #main #home-page-content #itemFeedContainer a:not(.button) {
    text-decoration: none;
}


/*test*/



/**/

/*Background color in no data field (only test result?)*/
/* ROLF: 15-02-2022 - clean up -
 :not(tr):not(td).nodata:not(:empty) {
    background-color: rgba(204, 204, 204, .4);
    color: #000;
}*/

#content #main .content .content .afterList a.loadmore {
    text-decoration: none;
}

#content #main .content .content .afterList a.loadmore:hover {
    text-decoration: underline;
}



/********************************************************BUTTONS***************************************************************/
/*rounded button corners*/

#content #main a.button{
	border-radius: 4px;
	}


/* @button complete workflow changes to blue #DD390F*/
/*
.button.completeworkflow,
.button.completeworkflow:focus {
	
	background-color: #006699 !important; ;
	
}
.button.completeworkflow:hover {
	
	background-color: #003366 !important; ;
}
*/

.button.completeworkflow:not(.disabled),
.button.completeworkflow:focus:not(.disabled) {
	
	background-color: #006699 !important; ;
	
}
.button.completeworkflow:hover:not(.disabled)  {
	
	background-color: #003366 !important; ;
}
	
.custumHeader {
    margin-top: -50px;
    margin-bottom: 30px;
}

/* @button cancel changes to white with blue border */

.button.cancelworkflow,
.button.cancelworkflow:focus{
	background-color: #FFFFFF;
	color:#00396B;
	border: 1px solid #00396B;
}
.button.cancelworkflow:hover {
	background-color: #e6f0f5;
	color: #ffffff;
	border: 1px solid #ffffff;
}




.button.cancelqnr,
.button.cancelqnr:focus {
	background-color: #FFFFFF;
	color:#00396B;
	border: 1px solid #00396B;
}
.button.cancelqnr:hover {
	background-color: #666666;
	color: #ffffff;
	border: 1px solid #ffffff;
}
/*Removal of zerostate icons*/
.zeroState .zeroStateIcon {
	display: none;
}


/* Red delete button*/
.proxyButton.button.revoke,
.button.inlinedelete,
.button.inlinedelete:focus {
	background-color: #FFFFFF;
	color:#00396B;
    border: 1px solid #00396B;
}

.proxyButton.button.revoke:hover,
.button.inlinedelete:hover {
	background-color: #e6f0f5;
	color: #00396B;
	/*
	border: 1px solid #ffffff;*/
}

.button.inlineedit,
.button.inlineedit:focus {
	background-color: #006699;
}
.button.inlineedit:hover {
	background-color: #003366;
}

.button.inlinesave,
.button.inlinesave:focus,
.button.inlinesave:hover {
	background-color: #DD390F;
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:not(.omitdisablestyling),
.button[disabled]:focus:not(.omitdisablestyling),
.button[disabled]:hover:not(.omitdisablestyling) {
	background-color: #B3C4D3; /*#DBDBDB*/
}

#main .back .button {
	color: #00396B;
}

.button[data-type=workflow]:hover, 
.button[data-type=workflow]:focus {
  background-color: #00396B; 
  }
  

/*Changing button color on homapage buttons to orange instead of red*/  
/*.feedItem a.primary, .feedItem a.secondary.primary {
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    background-color: #DD390F !important;
  }
  
  .feedItem a.primary, .feedItem a.secondary.primary:hover{
    background-color: #993300;
  }*/
  
/*Making the edit buttons display */
.card .buttonList .button 
{
		opacity: 1;	
}

/**************************************************************BUTTONS END************************************************************************/

/*******************************************************Ticket scheduling time-slot color*********************************************************/
body #scheduling-workflow a.slot:not(:hover):not(:focus), 
body #selftriage-triage-workflow a.slot:not(:hover):not(:focus), 
body #onmyway-workflow .slot:not(:hover):not(:focus), 
.openingsData .slotslist .slotdetailaction:not(:hover):not(:focus) {
  color: #ffffff;
  background-color: #006699; 
}

.slot.selected, 
.slotgroup.preview .slot, 
.slotdetailaction.selected, 
html:not(.mobile) .slot:hover, 
html:not(.mobile) .slot:focus, 
html:not(.mobile) .slotdetailaction:hover, 
html:not(.mobile) .slotdetailaction:focus {
  background-color: #00396B !important; 
}

/*************************************************** END Ticket scheduling time-slot color******************************************************/

/********************************Login page links and app badges/region logo styling and footerlinks post**************************************/

.badges .badge, .badges a.badge
{
			margin-bottom: .5rem;
			/*width: 7.5rem;
            padding-bottom: 10px;
            display:inline-block;
            margin: 0px,0px,0px,0px;*/
}

.logo
{
	height: 7rem;
}

.reglogos .reglogo, .reglogos a.reglogo
{
			width: 15rem;
            padding-bottom: 0rem;
            display:inline-block;
           
}
.reglogo {
	float: right !important;
	padding: 0.25rem 0.25rem;
}
.reglogos {
	float: right;
	margin-top: -1.2rem;
	text-align: right;
    padding-right: 1rem;
}

.preLoginText
{
	margin-bottom: 50px;
	
}

.preLoginText a
{
	text-decoration: underline;
}



#preLoginTextBody
{
	margin-top: 10px;
}

/*adjustment of logo and logo text*/
.reglogos a:first-child {
	padding-bottom: 0.5rem;
}

.reglogos a:first-child img {
	width: 7.5rem;
}	

.DKlinks/*, #signupFooter display: inline-grid;*/
{
            padding 0.25rem 0.25rem;
            text-align: right;
            width: 100%;
}

/* Styling footer links */
#footer a {
	color: #006699 !important;
}

/*Removing incorrect standard epic links e.g. old faq*/
#footer div.links.alignEnd.sm-alignCenter &gt;a{
		display: none;
}

/*container with logos*/
#footer .mainStyle {
    padding: 2rem 0rem 1rem 2.5rem;
}

/*adjustment copyright link*/
#footer .sidebarStyle {
    padding-bottom: 1rem;
}

.preLfooter {
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	padding-right: 2rem;
}

.preLFooterTextCon {
	float:	center;
	margin-top:	1.25rem;
}

.preLFooterText {
	font-size: 0.75rem;
	text-align: right; 
}

.preLFooterTextBadge {
	font-size: 0.75rem;
	text-align: left; 
}
/************************************END: Login page links and app badges/region logo styling and footerlinks post***************************************/

/****************************************Specify image for additional What's new highlights on the homepage*********************************************/
.component .news .newscard.gethelp
{
		background-image: url("../images/teaser/info.png");	
		background-size: 90px;
		max-width: 48.4%;
}

.component .news .newscard.getapp
{
		background-image: url("../images/teaser/mobile.png");	
		background-size: 100px;
		max-width: 48.4%;
}

.component .news .newscard.patientinfo
{
		background-image: url("../images/teaser/patientguiden.png");	
		background-size: 100px;
		max-width: 48.4%;
}

/************************************ END: Specify image for additional What's new highlights on the homepage*********************************************/

/*************************************** Specify image for teaser on home prelogin page**********************************************************/


.grid.insulated &gt; .row &gt; .col, .grid.insulated &gt; .row &gt; .col-1, .grid.insulated &gt; .row &gt; .col-2, .grid.insulated &gt; .row &gt; .col-3, .grid.insulated &gt; .row &gt; .col-4, .grid.insulated &gt; .row &gt; .col-5, .grid.insulated &gt; .row &gt; .col-6, .grid.insulated &gt; .row &gt; .col-7, .grid.insulated &gt; .row &gt; .col-8, .grid.insulated &gt; .row &gt; .col-9, .grid.insulated &gt; .row &gt; .col-10, .grid.insulated &gt; .row &gt; .col-11, .grid.insulated &gt; .row &gt; .col-12 
{
  margin-bottom: 36px;
}

/* Adding Icon teaser*/

.features .icon-advice {
    background-image: url(../images/teaser/medical_advice.png);
	background-size: 50px;
	margin: 0 auto;
}
.features .icon-testResults {
    background-image: url(../images/teaser/test_results.png);
	background-size: 50px;
}
.features .icon-health_record {
    background-image: url(../images/teaser/health_record.png);
	background-size: 50px;
}
.features .icon-notifications {
    background-image: url(../images/teaser/notifications.png);
	background-size: 46px;
}


/*************************************** END: Specify image for teaser on home prelogin page**********************************************************/

/*login page - removing top padding to better align smaller icons with the corresponding text*/


h1
{
			color :black !important;
}

h2
{
			color :black !important; 
			/*font-size: 1.25em;*/
			/*padding-top: 20px;*/
			font-size: 1.3rem;
			line-height: 1.3rem;
}

h3 
{
			color :black;
}
h4 
{
			color :black;
}
#visitrequestContainer .card .name h3
{
			text-decoration: none !important; 
			color: pink;
}

.header
{
			color: black;
	/*		padding-bottom: 0px; */
}

.title
{
	padding-bottom: 0px;
}

.pretext
{
			padding-bottom: 20px;
}

.features .icon-advice h2.header, .features .icon-testResults h2.header, .features .icon-health_record h2.header, .features .icon-notifications h2.header
{
            padding-top: 0px;
			padding-bottom: 2px;
			color: black;
}
			


/*login sidebar margin making sure the welcome message fits. Shift both margins the same number if making changes (5rem and -5rem)
.loginAlerts {
            margin: calc(-6rem - 1rem) 0 5rem;
}
.loginAlerts span, .alertHeader span {
            margin: 0 0 -5rem;
}*/


/*hiding the Fitness tracker section from Track my Health*/
.content.extlink-available, .content.extlink-active
{
            display:none;
}

/*To make care team widget same color as the other avatars*/
ul.careteam li.careteam .col1 .providerimage, .todotiles .providerimage 
{
            background-color: #E2E2E2;
}

/*hiding the provider avatars*/
.visitinfo .providerphoto
{
            visibility: hidden;
}

/*Changing the background color of the provider avatars in messaging list*/
.colorpreview.color1.photo, .colorpreview.color2.photo, .colorpreview.color3.photo , .colorpreview.color4.photo , .colorpreview.color5.photo , .colorpreview.color6.photo , .colorpreview.color7.photo    {
            background-color: #FFF;
			background-image: url("../images/ProviderSilhouette.png") !important;
}

/*Changing the background color and image of the proivder avatars in care team widget and message reply button*/
ul.careteam li.careteam .col1 .providerimage, .providerimage, .todotiles .providerimage, ul.MessageList li .ReplyButton .photo 
{
    background-color: #FFF;
            background-image: url("../images/ProviderSilhouette.png") !important;
}

/*remove proverider avatar ticketscheduling*/
.providerstep .providerphoto
{
	display: none;
}

/*ResizeLoginLogo to remove padding on login page*/
body.loginPage #main.withSidebar
{
            padding: 2rem;
}
body.loginPage #main.withSidebar .features
{
            padding: 0.5rem 0;
}

/*fixing proxy image size*/
#proxies .grow .proxyicon, #proxies .preview &gt; a .proxyicon, #proxies :not(.shrink).selected &gt; a .proxyicon {
    border-width: 2px;
    height: 3.1rem;
    width: 3.1rem;
    background-size: 2.5rem;
}


/*fixing margin of custom .txt pages*/
#main .DKcustompages 
{
            padding: 0.5rem 1.5rem;
}


/*hiding history questionniare warning*/
body.md_histques &gt; div#wrap &gt; div#content &gt; div#main &gt; div.alert
{
    display:none;
}



/*workaround to hide the title of the relationship section of personal information page*/
div.title.relationship-content {
            display: none;
}



/*adding border around search field on testresult page*/
input, select, textarea, .terms, label[for].togglebutton, input.buttoncheck + label.buttoncheck, .TestResultsHeader .BeforeTestResultsList input.SearchList, .testresultheader .BeforeTestResultsList input.SearchList, .messageheader .BeforeList input.SearchList, .messageheader .BeforeList select, .lookup .searchinputs input[type='text']
{
	border: 1px solid #aaa;
}
.BeforeTestResultsList label, .BeforeTestResultsList input
{
	border: medium none;
}

/* Used to show appropriate text to patients loggin in. It will be unhidden for people with the necessary feature. */
.FeatureSpecific.FeatureAllergies, .FeatureSpecific.FeatureBlokeret
{
                display: none;
}


/*Notifications page - always show the click to expand and click to collapse hyperlinks*/
.groupsection .grouphelptext {

    display:inline;
    color: #006699;
}

a:focus, a:hover, .linkcolor:focus, .linkcolor:hover, #calendar table td.ctrl a:hover, .clicktoexpand, .clicktocollapse, .group.hover .grouphelptext {
    color: #00396b;
	text-decoration:underline;
}

/* moveing the header menu to the left*/
#menu{
	/*padding-left: 2rem;*/
	width: calc(100% - 17% - 18% - 20%);
}

/*changing menu width*/
.noProxies#proxies + #menu {
    width: calc(100% - 25% - 6rem - 11%);
}


/*media All*/
#proxies .preview.proxy, #proxies :not(.shrink).selected.proxy {
    font-weight: normal;
    width: 3.5em;
    z-index: 10;
}

/*media All*/
#account {
    padding-top: 0rem;
}

/*media All*/
.compact #account {
    padding-top: 0rem;
}


/*align Log på text in prelogin sidebar*/
.prelogintxt{
    text-align: left;
}

/* Remove copywrite text prelogin*/
/*
.copyright {
	display: none;	
}
*/
/* Remove copywrite text */
/*.copystring {
	display: none;
}
.copyyear {
	display: none;
}
*/
/* Doc.center removing 1column box at the top "Rekvirerede Journaler" 
#visitrequestContainer {
	display: none;
}*/
/* Doc.center removing the last 2column box - "Hvem har tilgået min journal?" */
div &gt; a[class="card selectable"]:last-child {
	display: none; 
}

/*hide mail icon and 1/1 under preferences*/
.media a.locked.checked.mailicon {
	display: none;
 }

.list .group.hover .groupitem .media .mediacount,
.list .group .groupitem .media input:focus + .mediacount
{
	visibility: hidden;
}

/*hide SMS signup popup on påmindelser*/
#smsSignupForm {
    display: none;
}

/* Hiding the new third party (3.part) tab of min Log 
ul[role="tablist"] li:last-child:not(.membertab) {
    display: none;
}*/

/* Book apointment changind font size to include long  - change: from font-size 0.8 -&gt; 0.7rem */
.summaryInfo .subtle {
    font-size: 0.77rem;
}


/* FAQ page Prevents answers from being hidden under the header when jumping to them */
.isInside #faqtop,
.isInside .faq h2 {
  /*  padding-top: 110px;
    margin-top: -80px;*/
	scroll-margin-top: 150px;
}

/* hiding box-shadow under save confirmation - påmindelser*/
#confirmsave {
  box-shadow: none;
}

/*Hiding borders around provider icon in meddelelser and Care Team*/
.todotooltip .arrow::after, .todotooltip, #weekcalendartooltip, #staticeventcalendartooltip, ul.MessageList &gt; li .head img.photo, ul.MessageList &gt; li .head span.photo, .roundedimage {
    border: hidden;

}
/*Dreamteam: This makes the word Detaljer under results visible all the time/ KP 6/6/19*/
.listelement:not(:hover) .showOnHover:not(:focus){
	color: #dd390f;
}


/*Deleting the triangle image above the warning in Min Målinger and move the alertbox a bit down*/
.card.alert img {
    display: none;
}
.card.alert {
    margin: 1rem 0 0.5rem;
}


/*Hide standard theme link*/
#wrap .cssSwitcher[data-csstitle="Default"] 
{
    display: none;
}


/*Adding back .png image to preferences instead of an email/letter icon*/
.media div.checked.emailicon {
    background-image: url("../images/preference/email_toggled.png");
}

/*changing color of the pending badge (proxy invite)*/
.pending.statusBadge {
    background-color: #FFFFFF;
    border-color: #0098BA;
    color: #0098BA;
}

.feedItem .senderInfo .senderPhoto {
    border-style: none; 
 
}

/*Proxy colors*/
.proxytextcolor.color1 {
  color: #00396b; }

.proxytextcolor.color2 {
  color: #666666; }

.proxytextcolor.color3 {
  color: #006699; }

.proxytextcolor.color4 {
  color: #840032; }

.proxytextcolor.color5 {
  color: #006633; }

.proxytextcolor.color6 {
  color: #095256; }

.proxytextcolor.color7 {
  color: #C50000; }
  

/*Remove epic logo from header post login*/
/*#graphicHeader:not(:empty) .logo_image {
	display: none;
}*/

#content #main p.bodyTextColor a{
  color: red;
}

.headerColor {
	color: red;
} 

.bodyTextColor {

	font-weight: normal;
	color: red;

}

.bulletinBanner {

	/*width: 82%;*/

	background-color: white;

	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDU2IDQ4Ij48cGF0aCBkPSJNNTYgNDhIMEwyOCAuMDV6IiBmaWxsPSIjZDgwMDAwIi8+PHBhdGggZD0iTTI4IDM1LjA3YTMuMzEgMy4zMSAwIDEgMS0zLjE4IDMuMzJBMy4xOCAzLjE4IDAgMCAxIDI4IDM1LjA3em0tMi40Ni0xM2wtLjE4LTQuNzVoNS4yOGwtLjE4IDQuNzVMMjkuNzEgMzNoLTMuNDJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");

	background-repeat: no-repeat;

	background-size: 2rem 2rem;

	background-position: 1rem center;

	border-radius: 0.5rem;

	border: 1px solid #ddd;

	padding: 0.75rem 1rem 0.75rem 4rem;

	/*font-weight: bold;

	color: #d80000;*/

	margin: 2rem auto;

}

body #sidebar .DKlink a {
	font-size: 1rem;
	text-decoration: none;
	color: #0564a4;
}
body #sidebar .DKlink a:hover {
	text-decoration: underline;
}

/*Ticket scheduling buttons in timeslots - making text white with no underline*/
body #content #main #scheduling-workflow .slotgroup a.slot {
	color: white;
	background-color: #006699;
	text-decoration: none;
}


/*nav.menu-container ul#menu-list ul li.menuitem[href="/MyChartPOCPLY/PlanOfCare"] {
	display: none;
}*/

a#saml {
    color: white;
}
 
/*Removing large icons on Share My Record-page*/
.sectionLevelContents .sectionImage {
   
	display: none;
}

/*
#mychart_by_epic_logo {
	display: none !important;
}
*/
			  





/* Messages - bg behind the number of messages */ 
/* *old  [class] .Tab .unreadCount { */

span._HighlightBadge._ControlHighlight {
	background: #00396b; 
}
/*  ----------- Bloodsample results ------------- */
/* The marker (result) */
.markerText {
	font-size:1em;
	margin-bottom: 14px;
}
/* The name of the bloodsmaple  */
.TRPName {
	font-size:1em;
	margin-left: 4px;
	margin-bottom: 4px;
}

.TestResultsList .SingleResult .abnormalicon {
	margin-bottom: 4px;
	margin-right: 6px;
}
  
 .TestResultsList .SingleResult .ListIcon:not(.ResultTypeWrapper) {
  margin-top: 4px;
  }
/*.componentDataTable .refRangeGraph .ptLeft, .componentDataTable .refRangeGraph .ptRight {
    stroke: red;
}*/

/* bloodsamples bar */
.ptLeft, .ptRight, .ptMid {
    height: 5px;
}

/*.mainDetails*/
.Visits .smallcard  .date {
    
    padding-right: 0.8rem;
    padding-left: 0.6rem;
	padding-bottom: 0.6rem;
}

/* Rolf: Appointment - color of data stamp on cards */
.Visits .card .date div, .previewCCD .listelement .date div, #encounterList .verticaldate div {
	color: black;
}

/* Skjul 3. part apps i dropdown på Log */


li[id$='.thirdparty'] {
	display:none !important;
}

/*li[id$='.portal'] {
	display:none !important;
}*/
/*
ul:has(li[id$='.thirdparty']) {
		display:none !important;
}
*/

/* Rolf - Logo padding / space around logo so it looks better */ 
/* #graphicHeader:not(:empty) #header_logo {
	padding-bottom: 3px;
	padding-top: 3px;
}*/

/* ROLF - red border around complete box when dooing e-mail verification changed to dark grey*/
/*div#verification_done_banner {
    border: 1px solid #CCCCCC;
} */

/* Rolf: aftaler - sort dato */
#itemFeedContainer .visitDate, #exploreMoreContainer .visitDate {
    color: black;
}

/* Rolf: Videomøde was in lowercase because the translation is used in many places - Forc uppercase of first letter.*/
.subtle::first-letter {
	text-transform: capitalize;
} 
		
/* Rolf : prøvesvar - grupper resultat - blå overskrifter ændret til sort i tabel */
table thead tr {
    color:black;
}

/* ROLF: In messages the links are light blue colored - use corect blue color and remove underline on hover */

.fmtConv a span, .fmtConv a,  a.pagelink{
	/*;*/
	color: #0564a4 !important;
	text-decoration: underline !important;
}

.fmtConv a:hover span, .fmtConv a:hover, a.pagelink:hover{
	text-decoration: none !important;
} 
/*
.rpt .sectionHeader .title {
    color: red !important;
	background-color: red;
}
*/
	/* Rolf: Dokumenter, "Aktuelle diagnoser og allergier" - større font og space i overskrifter på card */
	.card .name {
		    font-size: 1.2rem;
			margin-bottom: 5px;
	} 

/* Rolf : Log over journalopslag - Sort tekst og bold i tabel overskrifter */

.AccessList .headerRow {
	color: black;
	font-weight: bold; 
}
	/* Rolf : footer afstand mellem punkter */
#footer .mainStyle &gt; *:not(#mychart_by_epic_logo_wrapper) {
	margin:0px;
	
}

/* Rolf:  Vejledning - blå overskift ændret til sort */ 
.Book .titleText {
	color: black;
} 

/* Rolf: E-mail-verificering - tilføj lidt ekstra luft efter læs mere knappen  */


div#two-factor-learn-more {
	padding-top: 0.5em;
    padding-bottom: 0.5em;
	
}

/* Rolf: E-mail-verificering - tilføj lidt ekstra luft over og under "indtast kode" teksen   */
div#codeDirections {
	margin-top: 1rem;
	margin-bottom: 1rem;
}	
/* Rolf: E-mail-verificering - ghost tekst grå */
label.biglabel.required {
    color: grey;
}

/* Verification flow: learn more adnd resend button -  look and act like a link */ 

button#learnMore, button#resendCode  {
	color: #0564a4;
    text-decoration: underline;
    font-weight: normal;
}

button#learnMore:hover, button#resendCode:hover {
    text-decoration: none;
}


/* ROLF : Laila - spørgeskema (næste og indsend knap) ændres fra standard rød til grøn knap  - men ikke i disabled state */ 

/*button#next-step:not(.button[disabled]) {
    background-color: #006633;
}*/ 
 
	/*button#next-step {*/

/* Rolf: Remove the back button from verification */ 
 
/*button#secondaryValidationGoBack {
    display: none;
}*/

/* Rolf: TEST - position the cancel button in popups */
/*@media only screen and (min-width: 1280px) {
	button.cancelworkflow {
		margin-right: 21px;
		margin-top: 15px;
	}
} */ 

/* Rolf:  mindre aftand mellem h2 og p i sidebar */ 
aside#sidebar p {
    margin-top: 5px;
}
/* Rolf: mindre afstand mellem ovreskrift og brødtekst */ 
#main .title {
    margin-bottom: 0;
	/*height: 1rem;*/
}
/* Rolf : når der ikke er en pretext så lad være at vise den fordi den eller optager plads  - altså afstand */ 
.pretext:empty {
    margin: 0;
    display: none;
}
/* Rolf: undgå at iconet (print) tager en masse plads og derved giver for meget luft ned til brødtekst */ 
#main .title #assistiveicons {
	padding:0; 
} 
/* Rolf: gør afstand mindre fra overskrifter i sidebar */ 

aside#sidebar h2 {
    padding-bottom: 0.1rem;
}

/* Rolf: På book en aftale bliver tekster så store som overskrifter - det giver ingen mening */ 
:not(tr):not(td).nodata:not(:empty) {
	font-size: 1rem;
}

/* Rolf: Under "Del mine oplysninger" blev der vist en menu med én mulighed - den skjuler vi fodi det ikke giver mening */
.SharingHub ._Segment._container.boundary-none.Triage {
    display: none;
	margin: 0;
    visibility: hidden;
}

/* --------------- test af  link i aftale detaljer - spørgeskema  --------------------  */ 
/*  Rolf: Appointment details - questionnnaire link icon - change   */
.pseudobullet.questionnairebullet:before {
  background-image: url("../images/visits/Notes_unread.svg");
}

.visitdetailsquestionnaire a {
	font-size: 1.1rem;
}

/*  Rolf: Appointment details - questionnnaire link add space arround it */
li.questionnairebullet.pseudobullet {
    margin-left: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
/* Rolf: Appointment details - Stort forbokstac på "konsultation" */
.providerphotoandtitle h2.header.large.sectionTitle::first-letter {
    text-transform: capitalize;
}



/* Rolf: I menuen  vises en markering af søgeresultager. Farven er ændret fra Gul til lyseblå og uden border */ 
mark {
    border: 0px solid #000000;
	background-color: #caf5ff;
}

/*  Rolf: Appointment details - questionnnaire info highlight */
/*.questionnaireinfo {
	background-color: azure;
} */

/* Rolf :Notifikationer  Slider-knap under notifikationer: farven skiftet fra Rød til Blå */
.sliderButton[aria-pressed=true] .sliderRail {
    background: #006699 !important;
}


/*  Rolf : Notifikationer - Mere mellemrum */ 

.CommunicationPreferences .card, .CommunicationPreferences ._ExpandableItemListItem {
	margin-bottom: 2rem;
}

/* ROLF  Notifikationer - No Horz line mellem push / email */ 
.MediaToggleList &gt; :not(:last-child) {
	border-bottom: 0px solid #cccccc;
}
/* ROLF Notifikationer - Header: */ 
button._ExpandCommand._actionable._command.none.neutral.expanded {
	background-color: #e6f0f5;
}



/* ROLF Notifikationer - Anvanced settings */ 
._Segment._container.boundary-none.contentAction {    
background-color: #ffffff;
}

/* ROLF Notifikationer - Collapsed */ 
._actionable._command.none.neutral.collapsed {
	background-color: #e6f0f5;
}

/*/* Rolf: border before each slider group */ 
._Segment._container.boundary-none.cardContent {
    border-top: 1px solid #cccccc;
 }


/* Rolf: Notifikationer - Generelt - kontaktoplysninger - Mere luft mellem tekster */ 
span._TextFragment._readOnlyText.contactInfoText {
    margin: 10px;
}
/* Rolf: Notifikationer - Generelt - kontaktoplysninger overskrift sort */ 
h3._PageHeading._readOnlyText._heading {
    color: black;
}
/* Rolf: baggrundsfarve på checkbox kasse ændret til hvid */ 
/*._Choice.buttoncheck ._input:checked + ._DataEntryLabel {
    background-color: white;
}
*/

/* Test - ROLF: Fjern SMS tilmelding */

button._Command._actionable._command.tertiary.neutral.optInToggle._LaboredCommand {
    visibility: hidden;
	 display: none;
}
 
span._TextFragment._readOnlyText.optInStatus {
    visibility: hidden;
	 display: none;
}
/*
._Segment._container.boundary-none.Consents {
    visibility: hidden;
	display: none;
}
*/

/* Rolf: forside uppercas først bogstav */ 
span.headerTitle:first-letter {
    text-transform: uppercase;
}

/* Rolf: Mine målinger:  Vis datoer som rækker / kolonner - tekst linkj i stedet for underlig lille blå knap */ 

input#updategraphbyseries, input#updategraphbydate {
    color: black;
    text-decoration: underline;
    background-color: white;
    font-weight: normal;
    box-shadow: none;
	
/*	background-color: #ffffff;
    border: 1px solid currentColor;
    box-shadow: none;
	padding: 0.375rem 0.75rem;
	padding-top: calc(0.375rem - 1px);
    padding-bottom: calc(0.375rem - 1px);
	
    color: #006699;
    display: inline-block;
    margin: 0;
	margin-top: 7px;*/
}


/* Rolf: Remove ugly icon from Mine kontakt oplysninger */ 
/*
.nameIconContainer svg {
    visibility: hidden;
}
*/

/* Rolf:  Hide all related links in sidebar  */ 
/*
div#related-links-container {
    visibility: hidden;
}
*/

/* Rolf: Footer - Copyright info etc. Space between links */ 
footer#footer a {
    padding-left: 5px;
    padding-right: 5px;
}
/* Rolf: Disable links in "Tilpas profilvisning */ 

/*
.section table tbody tr.clickable {
    
    pointer-events: none;
}
*/

/* Rolf: Accepter invitation /  fuldmagt / proxy: Blå knap i stedet for rød for at brugere ikke klikker på forkert knap */ 



/* slåt ikke igennem! 

#confirminviteform #ActionButtons #confirm, #confirminviteform #ActionButtons #confirm:focus {
	background-color: #006699 !important; ;
}
#confirminviteform #ActionButtons #confirm:hover {
	background-color: #003366 !important; ;
}
	
*/ 

/* Rolf: Bug fix. Because we use high contrast css the font is incorrectly changed to normal - set to bold */ 
._Text._readOnlyText.CardTitle.unreadResult {
    font-weight: bold !important;
}

/*.ResultList .ResultListElement .CardTitle*/
/* Rolf: Pretext need som space */ 
._Segment._container.boundary-none._Disclosure._PreText.neutral {
    margin-bottom: 20px;
}

/* Rolf:_ Prøvesvar - Luft ned til resultatliste */ 
h2._PageHeading._readOnlyText._heading.groupHeader.sectionTitle {
    margin-top: 30px;
}

/* Rolf: Mine målinger - mellemrum mellem kallenderikon og nu knap */
input#now {
    margin-left: 5px;
}

/*Rolf, Prøvesvar - var fed - ændret til almindelig + sort farve under filtre */
span._TextFragment._readOnlyText.filterDate {
    font-weight: normal;
	color: black;
}
/*Rolf, - Prøvesvar fed - ændret til almindelig + sort farve  under dato */
._GraphFilter ._FilterCarousel .filterDate, ._GraphFilter ._FilterCarousel ._DataEntrySet-legend {
	font-weight: normal;
	color: black;
}
/* Rolf: Prøvesvar : icon med læge i listevisning - baggrund ændret fra blågrå til hvid */ 
img._InternalImage._image.ParticipantPhoto {
    background-color: #ffffff;
}

/* Rolf: Prøvesvar _ sort font i graph - ingen graf at vise */  
span._TextFragment._readOnlyText.noGraphsMessage._heading {
    color: black;
	font-weight: normal!important;
}

/* Rolf: Prøvesvar _overskrifter ikke bold - større font */  
h4._PageHeading._readOnlyText._heading.componentHeading {
    font-weight: normal;
    font-size: large;
}

/* Rolf: Prøvesvar - Vis udvikling knap - større font og ikke bold */
span._TextFragment._readOnlyText.disclosureButtonText {
    font-size: medium;
    font-weight: normal;
}
/* Rolf: Prøvesvar - Vis detaljer på pøvesvar - mindre font */
span._TextFragment._readOnlyText.linkText {
    font-size: medium;
}


	/* Rolf: Prøvesvar: Vis alle grafer - ikke bold */ 
span._TextFragment._readOnlyText.linkText.compareAllText {
    font-weight: normal;
}

/* Rolf : Prøvesvar : Drop down pil ændret til blå */

svg._SvgSprite._Icon._image.size-10.disclosureChevron {
    color: black;
}
/* Rolf : Prøvesvar : Drop down text ændret til blå */
span._TextFragment._readOnlyText.disclosureButtonText {
    color: black;
}

/* Rolf: Prøvesvar - ikke fed skrif i advarsel om at kun de nyeste vises */ 
button._Command._actionable._command.tertiary.neutral.seeDetails {
    font-weight: normal;
}
/* SU from epic fixes this - Rolf: Spørgeskemaer - Rediger knap stod dtod delt som "RE-DI-GER" - fixet */ 
/*
#qnr-summary-table .edit-container {
	white-space: nowrap;
}
*/

/* Rolf : Prøvesvar - remove details information headline background (Viser de seneste værdier) */ 
._Segment._container.boundary-none._Banner.informational._readOnlyText._container {
    background: unset;
}

/* Rolf: Direkte booking - Ramme mere tidligt når noget vælges */ 
.cardlist.selectable.multiselect .card.selected, .cardlist.selectable.autoadvance .card.selected {
    border: 4px solid #006699;
	background-color: aliceblue;
}

/* Rolf: Direkte booking - Remove button if the text is empty */

/*
span.tbContainer:has(.togglebuttontext:empty) {
	display:none;	
	
}
*/
/*
span.tbContainer:has( .togglebuttontext):has(p) {
	display:none;	
	
}
*/ 
/*
	span.tbContainer:has( .togglebuttontext):has(hide) {
	display:none;	
}
*/
/*
span.tbContainer:has(hide) {
	display:none;	
}
*/






/* Rolf: Booking - overskifter med datoer - første bogstav med stort */
h3.dayheader::first-letter {
    text-transform: capitalize;
}

/* Rolf: Booking - fjern favorit visning */
._Segment._container.boundary-none.FavoriteAppointments {
    display: none;
}
/* Rolf: Booking - fjern mulighed for at tilføje til favoriter */
.extrasContainer.card.calendarFlair {
    display: none;
}

.row.apptComments p.prettycheck.container {
    visibility: hidden;
}

/* Rolf: Booking - fjern mulighed for at tilføje til favoriter */
.row.apptComments p.prettycheck.container {
    visibility: hidden;
}


/* Rolf : TEST - remove button with containing specific string in link */
/*a[href*="UnenrollFromPregnancyHub"].button.secondary.positive  {
    display: none;
}*/

/*a[href*="UnenrollFromPregnancyHub"].button.secondary.positive  {
	content: "Vis aldrig igen"
}

*/ 

/* ROLF: Booking - fjern pil i højre side af card */
.cardlist.selectable.autoadvance .card:before {
    background-image: none;
}
/* Rolf: Booking - font større og mere mellemrum mellem linier */ 
.helptext {
    font-size: 1em;
    line-height: 1.25em;
}
/* ROLF: Booking - Stort forbogstav i ugedag i højre søgekritier  */
span.daystring::first-letter {
	text-transform: capitalize;
}
/* ROLF: Booking - Focus ramme kommer ved en fejl frem - fjernet */
h3#search-criteria-header:focus {
    
    outline: none;
    
}
/* ROLF: Booking - Stort forbogstav i ugedag på bekræft aftale siden  */
.apptDate::first-letter {
    text-transform: capitalize;
}
/* ROLF: Booking - Stort forbogstav i ugedag på bekræftelse siden for aftale  */
.visitheadercomponent.timecomponent::first-letter {
    text-transform: capitalize;
    /* background: aqua; */
}

/* ROLF: Fjern knappen "Se besøgsjournaler" - LUCY rapport  */

/*#visitrequestContainer a:first-of-type {
    display: none;
}
*/
/* ROLF: Fjern knappen "Se besøgsjournaler" - LUCY rapport - få de restetende knapper til at stå efter hinanden  */
/*.list.hoverable.matchHeights.row {
        display: inline;
}
 */
 
 
 /* ROLF: Fjern depatment ikon på fast pass tilbud på forsiden */
.departmentIcon.icon {
    visibility: hidden;
}
 /* ROLF: Sort tekst på aftaletid på fast pass tilbud på forsiden */
.timeLabel {
    color: black!Important;
}

/* ROLF: Sort tekst på datoer for aftaler på fast pass tilbud under aftaler */
 
span.apptDateDetails {
    color: #000000!Important;
}

/* ROLF: Sort tekst på overskrifter for aftaler på fast pass tilbud under aftaler */
span.offertitle.heading {
    color: black;
}
/* ROLF: Sort tekst på tider for aftaler på fast pass tilbud under aftaler */
span.apptTime.heading {
    color: black;
}

/* ROLF: Sort tekst på tid for aftaler i brødteksten på fast pass tilbud under aftaler */
span.urgent { 
    color: black;
}

/* ROLF: Appointment - Instructions - show all content  */
.visitinformation.visitinstructionscontent {
    height: 100%!important;
}
/* ROLF: Appointment - Instructions - remove read more button  */
.visitinformation.visitinstructionscontent .readmore {
    visibility: hidden!important;
	display: none!important;
}
/* ROLF: Appointment - Instructions -  remove watermark behind button */
.visitactionbanner:before, .visitactionbanner:after {
    visibility: hidden!important;
	display: none!important;
}
/* ROLF: Hide watermarks - was stil shown on Mit Overblik */
.watermark {
    display: none !important;
}


/* ROLF: Booking - Instructions - show all content  */

.visitinstructionscontent {
    height: 100%!important;
}

/* ROLF: Booking - Instructions - remove read more button - Virker ikke?  */
/*.visitinstructionscontent*/

 .visitinstructionscontent .readmore{
    visibility: hidden!important;
	display: none!important;
}

/* ROLF: Kontaktoplysninger - fjern quicklinks (links i højre side) */

div#related-links-container {
    display: none;
}

/* ROLF: Aftaler og notater - fjern quicklinks (links i højre side - anderledes da css er sat op på en anden måde) Overskrift er fjernet i SM Visists-&gt;visits-&gt;relatedlinksTitle */

.quickLinks.vertical.list.hoverable {
    display: none;
}


/* ROLF: Fix fejl i visning af sundhedsfagligt team ikon - viste 2 ikoner oven i hinanden */

img.providerimage.roundedimage.centralProfileImage {
    content-visibility: hidden!important;
    background-color: white!important;
}
img.providerimage.roundedimage {
    content-visibility: hidden!important;
    background-color: white!important;
}

/* Rolf: Report - "Samtykke" change fonts  */



.report  table {
	max-width: 100% !important;
	
	 
}	


	
.report  th {
    background-color: #e6f0f5!important;
	font-weight: bold !important;
	border-color: #cccccc !important;
	border-bottom: 0px !important;
}
.report  td, th {
    padding: 4px !important;
}

.report  div span {
    font-family: Source Sans Pro, Calibri, Arial, sans-serif !important;
	/*font-size: medium !important;*/
}

.report  table th:first-child {
  border-radius:5px 0 0 5px;
}

.report  table th:last-child {
  border-radius:0 5px 5px 0;
}

h1.title.sectionTitle  {
    background-color: #e6f0f5 !important;
	font-family: Source Sans Pro, Calibri, Arial, sans-serif !important;
	font-size: x-large !important;
    font-weight: normal !important;
}

.pgSection.ShowPills {
   border-radius:0 8px 8px 0 !important;
}

/* Rolf: Report - "Besøgssammendrag" change fonts  */
.rpt.Universal .title {
    color: #001120 !important;
}

.rpt.Universal .mainColumn .headerAVS .docHeader .title {
    color: #001120 !important;
}

.rpt .sectHlt50.pgSection &gt; .sectionHeader .title {
    color: black !important;
}
/* Rolf - "Besøgssammendrag" - "Instruktioner efter udskrivelse"*/
.pgSection.pgNoSectHeader span {
    color: black !important;
}



/* Rolf: Prøvesvar - margin på skillestrej mellem resultater rettet lidt til venstre  */
.ResultList .listContainer ._ListElement:not(:last-child)::after {
    margin-left: 10px !important;
	background-color: #cccccc !important;
}

/* Rolf: oversigt over proxier skal ikke være klik-bar - det forvirer */

.photo.noedit {
	pointer-events: none;
	cursor: default;
}

/* Rolf: pre text disclosure button label BOLD */
/*.disclosureButtonText {
    FONT-WEIGHT: bold !IMPORTANT;
}*/

/* Rolf: E-check in (bekræft aftalte) success baggrund på kasse ændret fra rød til grøn */
.card.helptip.success.large.echeckin.echeckinbanner.noicon {
    background-color: #eaffe7;
}

/* Rolf: CARL: Opgaver - border på smart-tekst i linkopgaver fjernet  */
/*._Segment._container.boundary-strong.linkTaskLongDescription {
    box-shadow: none;
    border: none;
}*/

/* Rolf: Bacckground på knapper i top-bar var sorte - farves blå  */
.headerButton, #header_menu, #locale_container #localeswitch, .proxyMenuButton {
background: #00396b!important;
}
a.morelocalesitemlink {
	color:#ffffff;
	
}

/* Mit overblik (Health summary) mørkeblåt topbanner er farvet mindre blå så man kan læse teksten */
/* fixet i SU 
._Segment._container.boundary-none.Header {
    background-color: #eff5f7;
}
*/

/* Mit overblik (Health summary) højre side - link (knap) går for langt ud.  */
a._Link._actionable._link._readOnlyText._InternalLink.secondary.neutral {
    margin-right: 12px;
}

/* Rolf: mine sygdomme - tabs er for små til at indeholde lange ord */

@media only screen and (max-width: 768px) {
    .membertab {
        max-width: 100%;
	}
	
	/* Rolf: mine sygdomme - vis graph - gør muligt at scrolle! ... SKAL TESTES  */
	div#content {
		overflow: visible;
	}

}
/* Rolf: mine sygdomme  - lige meget space i top og bund i overskrift boks */
h1.title.sectionTitle {
    padding-top: 5px;
    padding-bottom: 5px;
	    padding-left: 10px;
}
/* Rolf: mine sygdomme - afstand mellem afsnit  */
.pgContent {
    margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 10px;
	
}
/* Rolf: mine sygdomme - gem under section der er tom  */
.userContentUrls.fmtConv_hiddenUrls {
    display: none;
}

/* Bekræft e-mail mindre tekst ved indtast e-mail:   */
._Text._readOnlyText.enterCodeText {
    text-: 5em;
    line-height: normal;
    font-size: medium;
}


/* Kontaktoplysninger - verificering - Afstand mellem "Din email" overskrift og email. */
h3._PageHeading._readOnlyText._heading.verificationMethodHeader {
    margin-bottom: 10px;
}
/* fed og større skrift på email. */
._Segment._container.boundary-none.verificationText {
    font-size: large;
    font-weight: bold;
}


/* Kontaktoplysninger - verificering - grøn i stedet for rød farve på "verificeret" badge */
._StatusMessage._readOnlyText.Badge.positive {
    border-color: #709381;
}
/* Kontaktoplysninger - verificering - Mere plads til email adresse - fjern noget plads fra knap */
._ActionGroup.type-item.flavor-footer.verifyButton._layout {
    /* width: 10%; */
    max-width: 30%;
}
/* Searchbar background color changed to yellow */
input#menu-searchbar {
    background-color: 
	#fff8c56e;
}

/* Fuldmagter adm. - Viser organisation (region h) under hver fuldmagt   */ 

div#WhoCanUserSee .orgs {
    display: none;
}


/* Fuldmagter - knap blå */ 

 ._ListElement:first-child a._Link._actionable._link._readOnlyText._InternalLink.ActivityLink {

    background-color: #00396b;
	    width: fit-content;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
._ListElement:first-child a._Link._actionable._link._readOnlyText._InternalLink.ActivityLink:hover {
    background-color: #00305b;
}

._ListElement:first-child a._Link._actionable._link._readOnlyText._InternalLink.ActivityLink div {
    color: #FFFFFF;
}


._ListElement:first-child a._Link._actionable._link._readOnlyText._InternalLink.ActivityLink svg {
    display: none;
}

/* Fuldmagter - Share Everywhere link - no hilite border */

._ListElement:last-child a._Link._actionable._link._readOnlyText._InternalLink.ActivityLink {

box-shadow:none;
border:none;
	
	
}



/* Fuldmagter - hjælp ramme */

._Segment._container.boundary-none.ProxyInviteInstructions {
    border: #dbdbdb;
    border-style: solid;
    border-width: thin;
    padding: 10px;
    margin-bottom: 20px;
}
/* Fuldmagter - cards overskrifter mindre*/
div#WhoCanSeeUser h3 {
	font-weight: bold;
    font-size: large;
}
div#WhoCanUserSee h3 {
	font-weight: bold;
    font-size: large;
}
/* Fuldmagter - margin mellem billede og tekst */
div#WhoCanUserSee .maincontent {
    margin-left: 10px;
}
div#WhoCanSeeUser .maincontent {
    margin-left: 10px;
}
/* Fuldmagter - bold nickname  */

div#WhoCanSeeUser span.nickname.data {
    font-weight: bold;
}

div#WhoCanUserSee span.nickname.data {
    font-weight: bold;
}
/* Fuldmagter - bold date  */
div#WhoCanUserSee .additionalcontent .data {
    /* font-size: medium; */
    font-weight: bold;
}

/* Fuldmagter - blue border around card (yourself`)  */

div#WhoCanUserSee .card.proxy.self.isee {
    border-color: #006699;
    border-width: 2px;
	background-color: #eff5f7;
}



/* Fuldmagter - fjern info om hvilken type adgang bruger har */
/* udkommenteret fordi man se se den e-mail man har sendt den til når man afventer 
div#WhoCanSeeUser .content {
    display: none;
}
*/
/* Fuldmagter - ramme rundt om ny fuldmaagt card */
div#WhoCanSeeUser .card.addItem.inviteButton {
    border-color: #006699;
    border-width: 2px;
    border-style: dashed;
}

/* Fuldmagter - ramme rundt om fuldmagt cards */

div#WhoCanUserSee .card.proxy.subject.isee {
    border-color: #b9b9b9;
    border-width: 2px;
}

div#WhoCanSeeUser .card.proxy.delegate.theysee {
    border-color: #b9b9b9;
    border-width: 2px;
}
/* Fuldmagter - Eget kort - vis mindre font og mere luft i toppen */



div#WhoCanSeeUser .card.proxy.invite.theysee {
	border-color: #b9b9b9!important;
    border-width: 2px!important;
	border-style: solid !important;
}

div#WhoCanUserSee p.selfAccessMessage.data {
    margin-top: 10px;
    font-size: smaller;
}

/* Rolf: Questionaire - Headlnie -  larger font size */ 
h1.qnr-prompt.no-outline-on-focus {
    line-height: 2em !important;
    font-size: 1.5rem !important;
}

/* Rolf: Questionaire - Headlnie -  larger font size - page 2*/ 
h1.qnr-prompt {
    line-height: 2em !important;
    font-size: 1.5rem !important;
}


/* Rolf: Bekræft aftale knap tekst farve  */ 
button._Command._actionable._command.primary.positive div {
    color: #FFFFFF !important;
}


/* Rolf: Help - CE logo og spalter fjernet - Sherlock 9457744   */ 
/*.ce-info {
    display: block;
}


.ce-info .ce-mark {
    display: none !important;
    min-height: 0px;
    height: 0px;
}
*/

/* Rolf: Header - remove shadow   */ 
header#header {
    box-shadow: none !important;
}


/* Rolf: Larger logo + align menu vert*/ 
@media only screen and (min-width: 1000px) {
	div#graphicHeader {
		min-height: 55px;
	}

	.header_navigation_buttons {
		align-self: end;	
	}

	div#header_extras {
		align-self: end;
	}
	div#header_logo {
		min-height: 54px;
        margin-left: 12px !important;
	}
}


/* Rolf: header button - show fine border */ 

.headerButton, #header_menu, #locale_container #localeswitch, .proxyMenuButton, button.proxyMenuButton.proxyButton {
    background: #00396b!important;
    border-color: #4e769a!important;
    border-style: solid!important;
    border-width: thin!important;
}


/* Rolf : Change lag out button to blue bg and white border. */

#header:not(:empty).header_graphic #logout_button, #header:not(:empty).header_graphic #localeswitch {
  /*background: #00396b;
  border: 1px solid #FFFFFF*/
}

#header.compact #graphicHeader:not(:empty) #proxyMenuButton {
	 /*background: #00396b;
    border: 1px solid #FFFFFF*/
}

#logout_button { 
	margin-left:10px !important;	
	
}

#proxyMenuButton { 
	margin-left:10px !important;	
	
}


/* Rolf - PreLogin - add some space around the content */ 

.mainLoginContent.beforeLoginFields {
    padding: 20px;
}

/* Share everywhere - not bold name entry - the area we punt the extra info text */
.authorLabel.bold {
    font-weight: normal;
}

/* Book en aftale - link til at starte spørgeskema frofra (KBA)  */

	
	
a#reset-lqf {
	color: #0564a4;
	text-decoration: underline;
}


a#reset-lqf :hover !important {
	text-decoration: none;
	color: #0564a4;
} 
	
	
/* Rolf : Fjern sidebar i symtomtjek / konsultationsguid */ 
.selfTriageSidebar {
    display: none;
}
	
/* Rolf : symtomtjek overskrift farve (Anvisninger) */
h3.heading {
    color: black;
}

span.header {
    color: black;
}
</pre></body></html>