.home .Button__tagPrimary {

    background: #009adf;

}

.ArticleCmd__articleLike>div:last-child {
display:none
}

.CommunityarticlecCmd__articleLike>div:last-child {
display:none
}

.Header__searchLink{
 width: 60%; 
}


.Header__containerLi{
	line-height: 20px;
	max-width: 50rem;
  	height: 32px;
}

.commonStyle__ulAlign li.TitleContainer__progressText:not(:first-child) {
  display: none;
}

.TicketListLeftContainer1__ticketFilter>div:last-child {
  display:none
}



.Header__menuList a {
	color: white;
}

.nl.ticketForm .TicketFormLeftContainer__title::before{
    content:"Heb je het antwoord op jouw vraag niet kunnen vinden in onze portal? Stel je vraag dan aan de applicatiebeheerder van jouw organisatie. Ben jij een beheerder en kom je ergens niet uit? Dien hieronder dan een ticket in voor onze supportafdeling. ";
}

.en.ticketForm .TicketFormLeftContainer__title::before{
    content:"Didn’t find the answers you needed in our portal? Please ask your question to the application manager of your organisation. Are you an administrator and struggling with something? Submit a ticket for our support department below.";
}

#field_departmentId.Form__input { display:none
} 

.TicketListLeftContainer1__mobileFilter:first-child { display:none
}



/* Custom widget css here */


.dl_container br {
	    display: none;
	}
	.dl_container{
		max-width: 1200px;
		margin: 0 auto 
	}	
	.dl_box {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.dl_card {
	    /* width: 450px; */
      	width: 48%;
	    background-color: #fff;
	    border-radius: 3px;
	    overflow: hidden;
	    box-shadow: 0px 0px 15px #e8e8e8;
	}
	.dl_card_body {
	    padding: 20px;
	}
	.dl_cardImg {
	    /* height: 260px; */
	    width: 100%;
	}
	.dl_cardImg img {
	    height: 100%;
	    width: 100%;
	    border-radius: 3px 3px 0 0;
	}
	.dl_cardTitle {
	    font-size: 18px;
	    font-weight: bold;
	    margin: 10px 0;
	}
	.dl_cardDesc {
	    font-size: 16px;
	    line-height: 1.5;
	    color: #8a8b8b;
	    margin-bottom: 25px;
	}
	.dl_cardBtn {
	    padding: 10px 25px;
	    text-align: center;
	    display: inline-block;
	    width: 100%;
	    box-sizing: border-box;
	    border: 1px solid #ccc;
	    border-radius: 30px;
	    text-decoration: none;
	    color: #007aca;
	    font-size: 16px;
    	transition: .3s all ease;
	}
	.dl_cardBtn:hover {
	    background-color: #007aca;
	    color: #fff
	}
	.dl_row {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 20px 20px
	}
	.dl_col {
	    width: 50%;
	}
	.dl_col:nth-child(2) {
	    width: 40%;
        text-align: right;
	}
	.dl_col img {
	    max-width: 420px !important;
	}
	.dl_cardBtn_Fill {
	    min-width: 90px;
	    width: auto;
	    background-color: #007aca;
	    color: #fff
	}
	.dl_cardBtn_Fill:hover{
		color: #007aca;
		background-color: transparent;
	}
	.dl_cardBtn_white{
		min-width: 90px;
	    width: auto;
	    background-color: #fff;
	    color: #007aca
	}

	.dl_h2 {
	    font-size: 38px;
	    font-weight: 700;
	    line-height: 1.24;
	    margin-bottom: 15px;
	}
	.dl_headWid {
	    background-color: #007aca;
	    color: #fff;
	    text-align: center;
	    padding: 30px 50px 50px;
	    box-sizing: border-box;
	}
	.dl_headWid .dl_cardDesc{
		color: #fff
	}
	@media only screen and (max-width: 1023px){
		.dl_h2 {
		    font-size: 28px
		}
		.dl_row {
		    padding: 0;
		    flex-direction: column-reverse;
		}
		.dl_col img {
		    max-width: 350px !important;
		}
		.dl_col {
		    width: 100%;
		    padding: 0 20px;
		    box-sizing: border-box;
		    text-align: center;
		}
		.dl_col:nth-child(2) {
		    width: 100%;
			margin-bottom: 20px;
          text-align: center;
		}
		.dl_box {
		    flex-direction: column;
		    align-items: center;
		}
      .dl_card {
          width: 450px;
      }
		.dl_card + .dl_card {
		    margin-top: 40px;
		}
}
      .CustomWidgets__widgetTitle {
    color: #000;
    display: block;
    margin: 10px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.24;
    margin-bottom: 15px;
        margin-left: 20px;
      }
	  
.Header__welcomeDescription {
}

      #demo {
        float: left;
        margin: 0 0 0 15px;
      }


.Header__welcomeDescription .link-white {
    color: white;
    text-decoration: underline;
    font-size: 20px; 
}

