/* .body { color:black; font-size:10pt; font-family: "Source Sans Pro",Helvetica,sans-serif} */
/* .bodybold { color:#FF0000; font-size:10pt; font-weight:bold; font-family: "Source Sans Pro",Helvetica,sans-serif} */
/* .bodyboldzwart { color:black; font-size:10pt; font-weight:bold; font-family: "Source Sans Pro",Helvetica,sans-serif} */
/* h2 { color:#FF0000; font-size:11pt; font-weight:bold; font-family: "Source Sans Pro",Helvetica,sans-serif} */
/* .body2 { color:black; font-size:10pt; font-weight:normal; font-family: "Source Sans Pro",Helvetica,sans-serif} */

/* td { color:black; font-size:10pt; font-family: "Source Sans Pro",Helvetica,sans-serif} */
/* a         { color: #000000; text-decoration: underline} */
/* a:link    { color: #000000; text-decoration: underline } */
/* a:visited { color: #000000; text-decoration: underline } */
/* a:hover   { color: #000000; text-decoration: underline } */
/* a:active  { color: #000000; text-decoration: underline } */

/* select box (alle drie) */
#zoekselect, #zoekselect1, #zoekselect2, #zoekselect3 {
	width: 240px;
	margin-left: 10px;
	float: right; 
}

/* select met text (alle drie) */
.zoekeditie, .zoekop, .zoektekst {
	width: 380px;
	margin-left: 10px;
	display: block;
	font-family: 'PT Sans', Roboto, sans-serif;
	height: 30px;
}


/* Select box met multi select */
#zoekselect2 {
	width: 234px;
}

/* De picklist moet bij het opstarten verstopt worden */
#zoekselect3 {
	display: none;
}

/* De knop om te zoeken */
#zoek {
	margin-left: 225px;
	float: left;
	height: 40px;
	font-size: 16px;
}

/* 
* Hier is de formatting van de resultaten
*/

.doctitel {
	box-sizing: border-box;
	clear: both;
	color: #141412;
	font-family: 'PT Sans', Roboto, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: block;	
	cursor: pointer;
}

.docdate {
	box-sizing: border-box;
	color: #BC360A;
	font-family: 'PT Sans', Roboto, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

.docrubriek,
.doceditie,
.docpagina,
.docdownload,
.docauteurs,
.doctrefwoorden {
	box-sizing: border-box;
	color: #BC360A;
	font-family: 'PT Sans', Roboto, sans-serif;
	font-size: 12px;
	line-height: 21px;
	margin-left: 20px;
}

.docdownload {
		cursor: pointer;
}

.docabstract {
	box-sizing: border-box;
	color: #141412;
	font-family: 'PT Sans', Roboto, sans-serif;;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: block;		
}

/* layout van show more link */
.show-more {
    padding: 0 0 10px 0;
    text-align: center;
}

/* de hoogte van de abstract */
.short-text {
    overflow: hidden;
    height: 3.9em;
}

.full-text{
    height: auto;
}


/*
* Hier formateren we de pagina indicatie 
*/
.fa-forward:not(.gray),
.fa-fast-forward:not(.gray),
.fa-backward:not(.gray),
.fa-fast-backward:not(.gray) {
	cursor: pointer;
}
.fa-forward:hover:not(.gray),
.fa-fast-forward:hover:not(.gray),
.fa-backward:hover:not(.gray),
.fa-fast-backward:hover:not(.gray) {
	cursor: pointer;
	font-size: larger;
}

.gray {
	color: LightGray;
}

.resultaat_aantal, .resultaat_move  {
	box-sizing: border-box;
	color: #141412;
	font-family: 'PT Sans', Roboto, sans-serif;;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 24px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 0px;
	display: inline;
}

.anderepagina, .anderepaginasel {
	display: inline;
	cursor: pointer;
}
.anderepaginasel {
	display: inline;
	cursor: pointer;
	font-size: larger;
}