﻿/*Specify images for additional What's New highlights on the home page*/
.component .news .mijnAmphiaInfo.newscard {
    background-image: url("../images/menus/resources.png");
}

/*Correct use of numbering terms and conditions */
.faq li {
    margin: 0.75rem 0 0.75rem 1rem;
}

/*Change medication icon on prelogin screen to chart icon*/
  .features .icon-amphiafolder {
    background-image: url("../images/quicklinks/health_record.png"); }


/*Make the edit buttons always show on personal information screens*/
.card .buttonList .button {
    opacity: 100;
    transition: ;
}

/************************************************************************************************************/
/*
/* title        :  Inloggen
/*
/************************************************************************************************************/

/*Hide DigiD*/
.amprow, body.isPrelogin #sidebar p.pretext {
	display:none;}*/

/*Hide Registreren*/
.signup {
	display: none}

/*Change medication icon on prelogin screen to chart icon*/
.features .icon-amphiafolder {
	background-image: url("../images/quicklinks/health_record.png"); }


/************************************************************************************************************/
/*
/* title        :  Proactieve Zorgplanning / End of Life
/*
/************************************************************************************************************/

/*Hide Jumbotron op end of life*/
.jumbotron {
	display: none}


/*Hide HealthCare Agent op End of life*/
div#no-hcas-message {
    display: none;
}
 
.relationship-content.hca-content {
    display: none;
}

div#hca-list-container {
    display: none;
}


/* Hide Zijbalk End of Life */
body.md_caredecision_index #sidebar {
	display: none;
}	

/*Maak 1 column van Wilsverklaring*/
body.md_caredecision_index .acpContent .section#docs,
body.md_caredecision_index .two-column-container .section {
	width: auto;
	display: block;
	padding-left: 0;
}

body.md_caredecision_index #content {
	padding-bottom: 65px !important;
}

/*Instellingen voor DigiD knop inloggen*/
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 .customDigiDrow {
display:none
}

/*Kleiner lettertype*/
.kleinerlettertype {
	font-size:0.7rem
}


/************************************************************************************************************/