html,body
{
	margin:0;
        background: var(--lichtgrijs);
}

body
{
	margin-top: var(--headerheight320_plus);

}

#container
{
	height:100%;
	margin-left:auto;
	margin-right:auto;
        background: var(--lichtgrijs);
}

main
{
	display: -webkit-flexbox;
	display: flex;
	align-items: stretch;
	min-height:600px;
}

main > aside
{
	min-height:600px !important;
	background: var(--menu-bg);
	color: var(--menu-txt);
}

img
{
	max-width:100%;
}
.hide
{
	display:none;
}
.justify,
section#covers
{
	text-align: justify;
}

section#covers img
{
	max-width:15%;
	display: inline-block;
}

.justify:after,
section#covers:after
{
	content: "";
	width: 100%;
	display: inline-block;
}

div.hoogtepunt
{
        width:100%;
        clear:both;
        display:table;
	padding: 1em 0;
}

div.hoogtepunt img
{
        width:100%;
}
div.hoogtepunt a
{
        color:var(--menu-bg);
        text-decoration:none;
}
div.hoogtepunt img.icon
{
        padding:20px;
        max-width:100px;
	width:85px;
        display:block;
        float:left;
}

.leesverder:hover
{
        text-decoration:none;
}
img.informatie
{
	height:1em;
	margin-bottom:-2px;
}
.goud-bg .leesverder
{
        color: var(--zwart) !important;
}
img.goud, img.grijs
{
	height:1.4em;
	margin-bottom:-2px;
	display:inline-block;
	float:left;
}
div.titel
{
	padding-left:25px;
	margin-top:-2px;
}
img.goud
{
	filter: invert(65%) sepia(20%) saturate(685%) hue-rotate(6deg) brightness(93%) contrast(92%);
}
img.grijs
{
	filter: invert(39%) sepia(11%) saturate(1053%) hue-rotate(178deg) brightness(88%) contrast(89%);
}
.leesverder
{
        font-style:italic;
        color: var(--goud) !important;
        text-decoration:none;
}

ul.pagination
{
	text-align:center;
}
ul.pagination li
{
	display:inline-block;
}
ul.pagination li a,
ul.pagination li.empty
{
        padding:5px 10px;
        margin:4px;
}
ul.pagination li a
{
        border: 1px var(--border) solid;
        background:var(--menu-txt-hover);
}
ul.pagination li a:hover
{
	border: 1px var(--menu-bg) solid;
}
ul.pagination li a.current
{
	font-weight:bold;
	background:var(--menu-bg);
	color:var(--menu-txt-hover);
}

div.titel_types
{
	float:right;
}

div.titel_types a,
div.titel_types button
{
	font-family: "icomoon";
	font-size:20px;
	color: var(--goud);
	margin-left:3px;
}
div.titel_types a:hover, div.titel_types a:active
{
	text-decoration:none;
}

hr
{
	border: 0;
	height:1px;
	color: var(--border);
	background-color: var(--border);
	margin-bottom:0;
}

a
{
	text-decoration: none;
	color: var(--blauw);
}
a:hover
{
	text-decoration:underline;
}
button.a
{
	border:0;
	background:inherit;
	padding:0;
}

div.titel_types a,
div.titel_types button
{
	position: relative;
	cursor: pointer;
	display: inline-block;
}

div.titel_types a > i,
div.titel_types button > i
{
	font-size:16px;
	font-style: normal;
	color: var(--menu-txt-hover);
	background: var(--menu-bg);
	border-radius: 3px;
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	padding: 10px;
	margin-top: 15px;
	top: 100%;	
	z-index: 1;
}
div.titel_types button > i
{
	text-align: left;
}
div.titel_types a > i
{
	text-align: center;
}
div.titel_types a > i
{
	visibility:hidden;
	opacity:0;	
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
div.leftpadding
{
	padding-left:10px;
}

div.titel_types a > i:before, a > i:after ,
div.titel_types button > i:after
{
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
}

div.titel_types a > i:after,
div.titel_types button > i:after
{
	border-bottom: 10px solid var(--menu-bg);
	z-index: 1;
}

div.titel_types a:hover > i, div.titel_types a:active > i
{
	visibility: visible;
	opacity: 1;
}

p[id], div.pb
{
        padding-top: var(--headerheight_plus) !important;
        margin-top:var(--negative_headerheight_plus);
}
p[id]
{
        padding-bottom: 20px;
}

section[id]
{
	/*padding-top: var(--headerheight_plus); moved the 91px from css to js */
	padding-bottom: 20px;
	/*margin-top:var(--negative_headerheight_plus);*/
}

.cf
{
	clear:both;
}

.dontshow
{
	display:none;
}

.right
{
	float:right;
}

label.showhide
{
	border-radius: 8px;
	width:30px;
	display:inline-block;
	padding:10px 11px;
	height:2.5em !important;
	background:var(--menu-bg);
	font-weight:bold;
	color:var(--menu-txt-hover);
}
label.showhide:before
{
	content:"+";
}
label.showhide:before
{
	content:"+";
}
div.showhide
{
	display:none;
	padding-top:1em;
}
input.showhide
{
	display:none;
}
input.showhide:checked + label.showhide:before
{
	content:"-";
}
input.showhide:checked + label.showhide + div.showhide
{
	display:block;
}
.toggle
{
	font-family: "icomoon";
	border: 1px var(--border) solid;
	border-radius: 2px;
	background-color: var(--menu-txt-hover);
	height:2em;
}
.toggle a
{
	padding:5px;
	color: var(--border);
	float:left;
	text-decoration:none;
}

.toggle a.selected
{
	color: var(--menu-txt);
}

.toggle a:hover
{
	text-decoration:none;
}
.toggle div
{
	float:left;
	width:1px;
	height:31px;
	background-color:var(--border);
}

iframe
{
	border: 0 none;
	margin: 0 -10px;
	padding: 0;
}

/* anchor offsets voor de header */
.hl-anchor,
#tekst_en_noten a[name]
{
	padding-top: var(--headerheight_plus);
	margin-top:var(--negative_headerheight_plus);
	display:inline-block; /* toegevoegd voor Safari */
}
div.note
{
	display:inline-block;
	position:relative;
	overflow:hidden;
	width:100%;
}
td[name='right'] .interp
{
	display:none;
}
#interp
{
	margin-left:30px;
}

.interp
{
	padding: 0em 1em 1em 2em;
}
.interp a
{
	padding:0 !important;
	margin:0 !important;
}
.hidden
{
	width:0px;
	height:0px;
	overflow:hidden;
	position: absolute;
	top: -999px;
	left: -999px;
}
.kwic
{
	font-style:italic;
	margin:0;
	padding:0 0 0 1em;
}
.kwic .highlight
{
	background:inherit;
	color:var(--menu-bg);
}
.highlight
{
	background:#aaa;
}

.prevnext
{
	height:75px;
	max-width:722px;
}

.prevnext a
{
	pointer-events:all;
}
.fixedsticky
{
	top: 0;
	pointer-events:none;
}

.prevnext button
{
	display:inline-block;
}

.print
{
	float:right;
	padding:1.6em 1em 0 1.6em;
}
.print button
{
	text-decoration:none;
      color: var(--blauw);
      border-style: none;
      background-color: transparent;
      font-family: inherit;
      font-size: inherit;
      padding: 0px;
}
.print button:hover
{
	text-decoration: underline;
}
.print button::-moz-focus-inner
{
	border: 0;
}

button, div.prevnext a.label
{
	border: 1px var(--border) solid;
	background: var(--menu-txt-hover);
	padding:20px;
	display:inline-block;
	cursor:pointer;
}

.dld_videos
{
	padding-top:40px;
	margin:1em;
}

.did_videos video
{
	padding:1em 0;
}

iframe.oj
{
	padding-right:3em;
}

/* CG: kunnen weg */
/*
div.row > header#contentheader + div
{
	display:none;
}
*/
.show
{
	display:block !important;
}
.left
{
	float:left;
}
/* / CG: kunnen weg */

.redborder
{
	border:1px #f00 solid !important;
}
.titleStmt
{
	display:none;
}
.not-mob,
ul.pagination li.not-mob
{
	display:none;
}
.mob,
ul.pagination li.mob
{
	display:inline-block ;
}

#map
{
	width:100%;
	height:800px;
}

@media screen and (max-width:320px)
{
}

@media screen and (min-width:320px)
{
}

@media screen and (min-width:480px)
{
}

@media screen and (min-width:768px)
{
	th.not-mob
	{
		display:table-cell;
	}
	.not-mob,
	ul.pagination li.not-mob
	{
		display:inline-block;
	}
	.mob,
	ul.pagination li.mob
	{
		display:none;
	}
	html, body
	{
		background: var(--body-bg);
	}
	.draggable
	{
		background:var(--menu-txt);
		width:500px;
		position:fixed;
		right:100px;
		top:300px;
		border:1px var(--menu-bg) solid;
	}

	.draggable .title
	{
		height:30px;
		width:500px;
		cursor:move;
		background:var(--donkergrijs);
	}
        div.hoogtepunt
        {
                float:left;
                width:25%;
                padding-right:20px;
                clear:none;
                padding: 0;
        }
	div.hoogtepunt { padding: 0 20px 0 0;}

	div.hoogtepunt div:last-child
	{
		padding-left:0px;
	}
        div.hoogtepunt img.icon
        {
                float:none;
        }
	div.hoogtepunt div
	{
		display:table;
	}
	.fixedsticky
	{
		top: 67px;
	}
	.sticky
	{
		z-index:1000;
	}
	.sticky button, div.sticky a.label
	{
		padding: 1px 20px;
	}
	#interp
	{
		display:none;
	}
	td[name='right'] .interp
	{
		display:block;
	}
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
	div.note
	{
		overflow:visible;
	}
}

@media screen and (min-width:1180px)
{
	body
	{
		margin-top: var(--headerheight_plus);
	}

	div.hoogtepunt img.icon
	{
		float:left;
	}
}

.auteurskaartje section h3
{
	display: inline;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
.auteurskaartje section dl
{
	margin: 4px;
}

#subnav a
{
	outline-color: #fff;
	outline-offset: 2px;
}
#subnav li a
{
	outline-color: #fff;
	outline-offset: -2px;
}

#content:target
{
	margin-top: -110px;
	padding-top: 110px;
}
#content:target > div.row
{
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 2px;
	outline-color: rgba(6,27,58,0);
	transition-property: outline-color;
	transition-duration: 3s;
}
#content:target > div.row ~ div.row
{
	outline-style: none;
}
header#top
{
	background: var(--menu-txt-hover);
	height:var(--headerheight320_plus);
	top:0;
	width:inherit;
	max-width:inherit;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	z-index:1000;
/*	position:absolute;*/
		position:fixed;
}

header#top div.header_logo,
header#top div.header_logo_s
{
	width:50%;
	float:left;
	padding:1px;
	overflow:hidden;
}
header#top div.header_logo
{
	display:none;
}
#top div.header_logo a:focus,
#top div.header_logo_s a:focus
{
	outline-offset: -2px;
}

header#top div.header_logo div,
header#top div.header_logo_s div
{
	overflow:hidden;
	width:85px;
	width:160px;
	margin-left:auto;
	margin-right:auto;
}

.nav-dropdown
{
	width:unset;
}
#mainnav
{
	width:50%;
	height:100%;
	border-left: var(--lichtgrijs) solid 1px;
	text-align:right;
	float:right;
}
#mainnav li a.selected
{
	color: var(--goud);
}
div.nav
{
	text-align:left;
}

header#top div.header_logo img
{
	max-width:none;
}

header#top div.nav
{
	padding: 0 5px;
	position:absolute;
	top:100%;
	width:100%;
	z-index:2;
	left:0;
	background: var(--menu-bg);
	margin:0;
	display:none;
}

header#top nav div > ul > li > a
{
	color: #fff;
}
header#top nav div > ul > li a:focus
{
	outline-offset: -2px;
	outline-style: dotted;
	outline-width: 2px;
}
header#top nav div > ul > li:target a:focus
{
	outline-color: #fff;
}
header#top nav div > ul > li > a:focus
{
	outline-color: var(--menu-bg);
}
header#top nav div[style] > ul > li > a:focus
{
	outline-color: var(--menu-txt-hover);
}
header#top nav ul a
{
	color: var(--menu-txt);
	text-decoration:none;
}

.nav-dropdown li
{
	display:table-column;
	float:left;
	background:var(--menu-bg);
	width:100%;
	padding:0;
	border:0;
}

header#top ul li
{
	transition: all 0.2s ease 0s;
	position: relative;
	padding: 1px;
}
header#top ul li a
{
	display:block;
	padding:5px 13px;
		cursor:pointer;
}
/*
header#top ul li ul
{
	background:var(--menu-bg);
}
*/
header#top ul li ul li
{
	display: block;
	color: #fff;
}

header#top ul li ul li a
{
	padding: 5px 20px;
	padding:13px;
	display:block;
}
header#top div.nav > ul > li:target
{
        background-color: var(--menu-bg);
}
header#top div.nav > ul li:hover > label,
header#top div.nav > ul li:target > a,
header#top div.nav ul.nav-dropdown li:hover > a
{
	color:var(--menu-txt-hover);
}


.nav-dropdown
{
	display:none;
}

li:target .nav-dropdown
{
	display : inline-block;
}

header#top nav ul
{
	list-style: outside none none;
	padding:0;
	margin:0;
	height:100%;
	width:auto;
	max-width:658px;
	min-width:200px;
}


button.nav-trigger
{
	display:block;
	width:100%;
	height:100%;
	padding:20px;
	cursor:pointer;
	border: 0;
	font-family: unset;
	font-size: unset;
	text-align: unset;
}
button.nav-trigger:focus
{
	outline-offset: -2px;
	outline-style: dotted;
	outline-width: 2px;
}
button.nav-trigger::-moz-focus-inner
{
	border: 0;
}

label.nav-trigger:hover
{
/*	text-decoration:underline;*/
}

input.nav-trigger
{
	position: absolute;
	clip: rect(0, 0, 0, 0);
	left:-10px;
}

.nav-trigger_m:checked + label + .nav-dropdown ,
.nav-trigger:checked + div.nav
{
	display:block !important;
}

div.nav input[type="checkbox"]
{
	display:none;
}

ul.columns
{
	float: left;
	position: relative;
	margin-right: 20px;
}

nav#breadcrumbs
{
	height:20px;
}
nav#breadcrumbs ul
{
	list-style: outside none none;
	padding:0;
	margin:0;
}
nav#breadcrumbs ul li
{
	float: left;
}
nav#breadcrumbs ul li a
{
	text-decoration:none;
}
.breadseperator
{
	color: var(--blauw);
	font-family: "icomoon";
	font-size:0.7em;
	padding:0 10px;
}

/* calendarium, breadcrumbs */
.col-10 .bluebox nav
{
	margin-top: 20px;
}

.mainsearch-wrapper
{
	display:block;
	height:140px;
	padding:13px 5px;
}

form.mainsearch
{
	flex-grow: 1;
	overflow: hidden;
	width:100%;
}

.mainsearchselect
{
	display:block;
	width:100%;
	background:#fff;
	float:none;
	font-size:13px;
	min-width:175px;
	position: relative;
	user-select: none;
	border: 1px solid var(--main-bg);
	border-radius: 5px;
	height:48px;
	padding: 0;
}

.mainsearch
{
	margin-top:13px;
}

.mainsearchform
{
	flex-grow:1;
	overflow: hidden;
	background:#fff;
	border: 1px solid var(--main-bg);
	border-radius: 5px;
	overflow:hidden;
	height:48px;
}

.mainsearchform input[type="search"]
{
	border:0;
	width:100%;
	font-style:italic;
	padding:15px 0px 9px 10px;
	text-overflow: ellipsis;
	font-size:1.4em;
}
.sub input[type="search"]
{
	font-size:1.1em;
}
.mainsearchform span
{
    display: block;
    overflow: hidden;
    width: calc(100% - 45px);
    float:left;
}

.mainsearchform button
{
	float:right;
	border:0;
	background:inherit;
	padding:15px;
	height:100%;
}
.mainsearchform button::-moz-focus-inner
{
	border: 0;
}
.mainsearchform input:focus,
.mainsearchform button:focus
{
	outline-offset: -2px;
	outline-style: dotted;
	outline-width: 2px;
	outline-color: var(--menu-bg);
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 13px 2.1em 13px 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-icon-triangle-1-s {
     font-family: "icomoon";
     position: relative;
     height: 15px;
     width: 15px;
     font-size:10px;
}
 .ui-icon-triangle-1-s::after {
     content: "\e800";
     position: absolute;
     bottom: 0px;
     width: 0.15rem;
     height: 100%;
}

.ui-selectmenu-button-open .ui-icon-triangle-1-s::after {
     left: -3px;
     bottom:-4px;
     transform: rotate(-90deg);
}

 .ui-icon-triangle-1-s::after {
     left: 5px;
     bottom:2px;
     transform: rotate(90deg);
}
.ui-selectmenu-open
{
	z-index:1001;
	background:#fff;
	border:1px solid var(--menu-bg);
}

.ui-selectmenu-menu ul
{
	margin:0;
	padding: 0;
	list-style-type: none;
}
.ui-selectmenu-menu li
{
	position: relative;
	display: block;
	background:#fff;
	padding: 0 10px 0 10px;
	line-height: 48px;
	border-bottom: 1px solid var(--lichtgrijs);
	font-size: 13px;
}

.ui-selectmenu-menu li:hover
{
     cursor: pointer;
     color: #ffffff;
     background-color: var(--main-txt);
}
li.ui-state-disabled {
  display:none;
}

@media screen and (min-width:600px)
{
	.ui-selectmenu-button span.ui-selectmenu-text
	{
		padding-left:0px;
	}
	.mainsearch-wrapper
	{
		display:block;
		height:80px;
	}
	form.mainsearch
	{
		display:block;
		margin-top:0px;
		padding-left:13px;
		width:inherit;
	}
	.mainsearchselect
	{
		float:left;
		width:inherit;
	}
	.mainsearchselect
	{

		height:48px;
		float:left;
		padding: 0 10px;
	}
}

@media screen and (min-width:1180px)
{
	.mainsearch-wrapper
	{
		padding:0;
		height:0px;
		position:fixed;
		top:26px;
		left:130px;
		z-index:1001;
		max-width:929px;
		width: -webkit-calc(100% - 442px);
		width:    -moz-calc(100% - 442px);
		width:         calc(100% - 442px);		
	}
	.mainsearchselect
	{
		max-width:178px;
	}
	.mainsearchform input[type="search"]
	{
		font-size:13px;
		padding-bottom: 15px;
	}
	form.mainsearchform
	{
		display:block;
                border: 1px solid var(--main-bg);
                border-radius: 5px;
                overflow:hidden;
        }
	.mainsearchform input[type="search"]
	{
		font-size:13px;
		padding-bottom: 15px;
	}
	form.mainsearchform
	{
		display:block;
                border: 1px solid var(--main-bg);
                border-radius: 5px;
                overflow:hidden;
        }
	header#top ul li .nav-dropdown
	{
		position:absolute;
		top:var(--headerheight);
		height:100%;
	}

	.nav-dropdown li
	{
		display:table-cell;
		min-width:200px;
		float:none;
	}
	header#top ul li:last-child ul,
	header#top ul li:last-child .nav-dropdown
	{
		left:unset;
		right:0px;
	}
	header#top ul li .nav-dropdown
	{
		right:0px;
	}
	.nav-trigger_m:checked + label + .nav-dropdown
	{
		display:none !important;
	}
	header#top
	{
		height:var(--headerheight_plus);
	}
	nav#mainnav
	{
		text-align:center;
		min-width:570px;
	}

	header#top div.header_logo_s
	{
		width:auto;
	}
	header#top nav div > ul > li > a
	{
		padding-top:var(--padding_mainnav);
		padding-bottom:var(--padding_mainnav);
		color: var(--menu-txt);
	}

	header#top ul li
	{
		padding:0;
	}
	nav#mainnav
	{
		float:right;
		width:auto;
		position:absolute;
		text-align:left;
		right:0;
/*		top:-var(--headerheight);
		height:100%;*/
	}
	header#top #mainnav div.nav
	{
		display:block !important;
		position:static;
		width:auto;
		z-index:1;
		background: var(--menu-txt-hover);
		margin:0;
		color: var(--main-txt) !important;
		padding:0;
	}
	nav#mainnav > ul
	{
		list-style: outside none none;
		padding:0;
		margin:0;
		height:100%;
	}
	div.nav > ul .nav-dropdown
	{
		display:none;
	}
	div.nav > ul > li:first-child
	{
		border-left:none;
	}
	div.nav > ul > li
	{
		padding:0;
		color: var(--main-txt);
		margin:0;
		float:left;
		height:100%;
		border-left: var(--lichtgrijs) solid 1px;
	}
	div.nav > ul > li > a
	{
		text-align:center;
		text-decoration:none;
		display:inline-block;
	}
	.nav-trigger
	{
		display:none !important;
	}
	header#top
	{
		border-bottom:var(--lichtgrijs) solid 1px;
	}
	header#top div.header_logo div
	{
		padding:10px;
	}
	header#top div.nav > ul > li:target > .nav-dropdown
	{
		display:table !important;
	}
}

@media screen and (min-width:1433px)
{
	.mainsearch-wrapper
	{
		left:370px;
		width: -webkit-calc(100% - 562px);
		width:    -moz-calc(100% - 562px);
		width:         calc(100% - 562px);		
	}

	header#top div.header_logo div
	{
		width:100%;
	}
	header#top div.header_logo
	{
		width:auto;
		display:block;
	}
	header#top div.header_logo_s
	{
		display:none;
	}
}
@media screen and (min-width:1496px)
{
	.mainsearch-wrapper
	{
		left:calc(50% - 375px);
	}

}
@media screen and (min-height:500px)
{
	header#top ul li a
	{
		padding:13px;
	}
}

:focus
{
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 2px;
	outline-color: var(--menu-bg);
}

button span.icon-search
{
	width: 100%;
}
button span.icon-search-label, form.mainsearch label
{
	position: absolute;
	top: -999px;
	left: -999px;
}

nav.skiplinks h2, #mainmenu-heading
{
	position: absolute;
	top: -999px;
	left: -999px;
}
nav.skiplinks ul
{
	list-style-type: none;
}
nav.skiplinks a
{
	position: absolute;
	z-index: 1001;
	top: -999px;
	left: -999px;
	padding: 9px;
	background-color: var(--goud);
	font-weight: bold;
	color: var(--lichtgrijs);
	outline-color: var(--goud);
}
nav.skiplinks a:focus
{
	top: 9px;
	left: 9px;
}
@font-face {font-family: "Noto Serif"; src:url(/fonts/NotoSerif-Regular.ttf);}
@font-face {font-family: "Noto Serif Italic"; src:url(/fonts/NotoSerif-Italic.ttf);}
@font-face {font-family: "Noto Serif Bold"; src:url(/fonts/NotoSerif-Bold.ttf);}
@font-face {font-family: "Noto Serif BoldItalic"; src:url(/fonts/NotoSerif-BoldItalic.ttf);}
@font-face {font-family: "Noto Sans"; src:url(/fonts/NotoSans-Regular.ttf);}
@font-face {font-family: "Noto Sans Italic"; src:url(/fonts/NotoSans-Italic.ttf);}
@font-face {font-family: "Noto Sans Bold"; src:url(/fonts/NotoSans-Bold.ttf);}
@font-face {font-family: "Noto Sans BoldItalic"; src:url(/fonts/NotoSans-BoldItalic.ttf);}

@font-face {
	font-family: "icomoon";
	src:url('/fonts/icomoon.eot?7p3lrb');
	src:url('/fonts/icomoon.eot?7p3lrb#iefix') format('embedded-opentype'),
		url('/fonts/icomoon.ttf?7p3lrb') format('truetype'),
		url('/fonts/icomoon.woff?7p3lrb') format('woff'),
		url('/fonts/icomoon.svg?7p3lrb#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
	content: "\e800";
	font-size:12px;
}
.icon-cross:before {
	content: "\e801";
}
.icon-grid:before {
	content: "\e802";
}
.icon-list:before {
	content: "\e803";
}
.icon-menu:before {
	content: "\e804";
}
.icon-cross-big:before {
	content: "\e805";
}
.icon-search:before {
	content: "\e806";
}
.icon-print:before {
	content: "\e807";
}
.icon-text:before {
	content: "\e808";
}
.icon-scan:before {
	content: "\e809";
}
.icon-ebook:before {
	content: "\e80a";
}


.sans
{
	font-family: "Noto Sans", Arial, Helvetica,Verdana,sans-serif;
}

body
{
	font-family: "Noto Serif", Arial, Helvetica,Verdana,sans-serif;
	font-size: 16px;
	line-height: 22px;
}

h1,
.head1
{
	font-weight:bold;
	font-size: 42px;
	line-height: 57px;
}
.head1
{
	margin-right:10px;
        display:inline;	
}
.head1, .inlinehead
{
        float:none !important;
}
.inlinehead
{
        display:inline-block;
}
.head1 a
{
	color:var(--zwart);
}
span.titelkaart_min
{
	margin:0 5px;
	color: var(--border);
}

h2
{
	font-size: 24px;
	line-height: 33px;
}

.overzicht h2,
.overzicht h3,
.overzicht h4,
.overzicht form
{
	margin:2em 0 1em 0;
}
h2.overzicht
{
	margin: 1em 0 0 0;
}

h3
{
	font-size: 20px;
	line-height: 28px;
}

h4
{
	font-size: 16px;
	line-height: 22px;
	color: var(--blauw);
}

.small
{
	font-size: 13px;
	line-height: 18px;
}

article label, p .label
{
	color: var(--zwart);
	font-weight:bold;
}

form label.label
{
	font-weight: normal;
}

#breadcrumbs
{
	font-size: 12px;
}
.label, article label, section.home h2, .auteurskaartje section dl dt
{
	letter-spacing:2px;
	font-family: "Noto Sans", Arial, Helvetica,Verdana,sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-variant: small-caps;
	color: var(--blauw);
	color: var(--menu-bg);
	text-transform: uppercase;
}

article .tools h3
{
	font-size: 24px;
	line-height: 33px;
}

.goud
{
	color: var(--goud);
}
/*
.nolinkicon a[target="_blank"]::after,
.interp a[target="_blank"]::after,
div.result a[target="_blank"]::after
{
	content:"";
}
*/
.wit,
.wit a:hover,
.wit a
{
	color: var(--menu-txt-hover);
}
.menu-txt
{
	color: var(--menu-txt);
}
.blauw
{
	color: var(--blauw);
}

.menu-txt-bg
{
	background-color: var(--menu-txt);
}
.wit-bg
{
	background-color: var(--menu-txt-hover);
}
.goud-bg
{
	background-color: var(--goud);
}
.blauw-bg
{
	background-color: var(--blauw);
}
.donkerblauw-bg
{
	background-color: var(--menu-bg);
	color: var(--menu-txt-hover);
}
article a
{
/*	color: var(--blauw);*/
}

a:hover
{
	text-decoration:underline;
	color:var(--menu-bg);
}

aside a[target=_blank]:after	/* alleen voor de linkerkolom */
{
	content: url("/images/icons/icon_link_ext.png");
	margin-left:5px;
}

.bluebox nav, .bluebox header
{
	float: left;
}
@media screen and (min-width:980px)
{
	.bluebox nav, .bluebox header
	{
		padding-left: 20px;
	}
}

.bluebox
{
	background: var(--blauw);
	color: var(--border);
	padding:0 20px;
	margin-top:-20px;
	margin-left:-20px;
	margin-right:-20px;
}

.bluebox h1
{
	color: var(--menu-txt-hover);
}

.bluebox a,
.bluebox .breadseperator
{
	color: var(--menu-txt-hover);
}

.auteurskaartje section dl dt
{
	font-weight: bold;
}
* { box-sizing: border-box; }

.grid-container
{
	width : 100%;
	max-width : 1496px;
}

.nopadding
{
	padding:0 !important;
}
.nomargin
{
	margin:0 !important;
}

.row:before,
.row:after
{
	content:"";
	display: table ;
	clear:both;
}

[class*='col-']
{
	float: left;
	min-height: 1px;

	/* gutter */
	padding: 5px;
}

.leeg { display:none; }
/*
.col-1{ width: 8.33%; }
.col-2{ width: 16.66%; }
.col-3{ width: 25%;    }
.col-4{ width: 33.33%; }
.col-5{ width: 41.66%; }
.col-6{ width: 50%;   }
.col-7{ width: 58.33%; }
.col-8{ width: 66.66%; }
.col-9{ width: 75%;    }
.col-10{ width: 83.33%; }
.col-11{ width: 91.66%; }
.col-12{ width: 100%;   }
*/

@media screen and (max-width:320px)
{
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12
		{ width: 100%; }
}

@media screen and (min-width:320px)
{
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12
		{ width: 100%; }
}

@media screen and (min-width:480px)
{
}

@media screen and (min-width:768px)
{
	.col-1 { width: 16.66%; }
	.col-2 { width: 33.33%; }
	.col-3 { width: 50%; }
	.col-4 { width: 66.66%; }
	.col-5 { width: 83.33%; }
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12
		{ width: 100%; }
}

@media screen and (min-width:980px)
{
	[class*='col-']
	{
		padding: 20px;
	}
	.leeg { display:block; }
	.col-1{ width: 8.33%; }
	.col-2{ width: 16.66%; }
	.col-3{ width: 25%;    }
	.col-4{ width: 33.33%; }
	.col-5{ width: 41.66%; }
	.col-6{ width: 50%;   }
	.col-7{ width: 58.33%; }
	.col-8{ width: 66.66%; }
	.col-9{ width: 75%;    }
	.col-10{ width: 83.33%; }
	.col-11{ width: 91.66%; }
	.col-12{ width: 100%;   }
}
aside.col-2
{
	/* schakel grid-padding uit voor subnav */
	padding:0;
}

span.goud
{
	display:block;
	padding: 1px 4px 6px 0;
	float:left;
}

nav#subnav ul.nav
{
	list-style: outside none none;
	padding:0;
	margin:0;
	height:100%;
}

nav#subnav ul.nav, nav#subnav ul.inhoudsopgave
{
	list-style: outside none none;
}

nav#subnav ul.nav
{
	margin: 0;
	padding: 0;
	height: 100%;
}

nav#subnav ul.nav li
{
	border-bottom:1px var(--menu-txt) solid;
	padding:0;
}

nav#subnav ul.nav li.index a
{
		display:inline;
}

nav#subnav ul.nav li a
{
	color: var(--menu-txt);
	display:block;
	width:100%;
	padding:20px 20px;
	text-decoration:none;
}
nav#subnav ul.nav li a:hover,
nav#subnav ul.nav li a.selected
{
	color:var(--menu-txt-hover);
}

nav#subnav .label
{
	color: var(--menu-txt-hover);
	font-weight:bold;

}
nav#subnav p,
nav#subnav div.tpg,
nav#subnav div.photoswipe,
nav#subnav form#aut_keuze
{
	color: var(--border);
	padding:1em 20px 0 20px;
	font-size:13px;
}
div.cycle-slideshow
{
	margin:20px 20px 0 20px;

}
div.slideshow img
{
	width:100%;
	height: auto;
}
nav#subnav div.slideshow p
{
	padding:0;
}

.slideshow-togglebutton
{
	margin: 9px 29px;
      border: none;
	padding: 0;
	background-color: transparent;
	line-height: 0;
}
.slideshow-togglebutton:focus
{
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 2px;
	outline-color: #fff;
}
.slideshow-togglebutton-label
{
	position: absolute;
	top: -999px;
	left: -999px;
}

nav#subnav .filter
{
	padding:0 20px;
}

nav#subnav figure
{
	margin:0;
	position:relative;
}
nav#subnav figure img
{
	z-index:1;
	position:relative;
}
div.plus
{
	width:32px;
	height:32px;
	opacity:0.7;
	background:var(--border);
	color:var(--menu-txt-hover);
	font-size:30px;
	padding:5px !important;
	display:block;
	position:absolute;
	z-index:2;
	bottom:5px;
	right:3px;
}

nav#subnav hr
{
	background-color: var(--menu-txt);
}

nav#subnav p a
{
	color: var(--goud);
}
nav#subnav p a[target="_blank"]:after
{
	content: url("/images/icons/icon_link_ext_gold.png");
}
nav#subnav p a:hover
{
	text-decoration:underline;
}
nav#subnav p a[target="_blank"].noarrow:after
{
	content:"";
}

.half
{
	width:100%;
	float:left;
	margin-bottom:1em;
}

#subnav-trigger
{
	display:none;
}
.subnav-trigger-label
{
	position:fixed;
	bottom:0px;
	width:50px;
	height:100%;
	border:#fff;
	font-size:20px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	background: var(--menu-bg);
	color:#fff;
}
.subnav-trigger-label h1,
.subnav-trigger-label div p
{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform:rotate(90deg);
	transform: rotate(90deg);
}
.subnav-trigger-label h1
{
/* TODO:deze wel, onderste niet
	font-size:40px;
	color: var(--goud);
	height:50px;
	width:45px;
	top:60px;
	position:absolute;
*/
        font-size:17px;
        color: var(--donkergrijs);
        height:50px;
        width:500px;
        left: -222px;
        top:212px;
        position:absolute;
}
.subnav-trigger-label h1 span.icon-arrow-right::before
{
	font-size:30px;
}
.subnav-trigger-label div
{
	font-size: 15px;
	color: var(--menu-bg);
	position:absolute;
	width:50px;
	height:160px;
	bottom:0px;
	background: var(--goud);
}

nav#subnav ul.inhoudsopgave
{
	padding: 0 20px 10px 20px;
}
nav#subnav ul.inhoudsopgave li
{
	border: 0;
}
nav#subnav ul.inhoudsopgave li a
{
	padding: 5px 0;
	display:block !important;
}

.subnav-trigger-label div p
{
	width:160px;
	height:50px;
	position:absolute;
	bottom:50px;
	left:-63px;
}
#subnav-trigger + #site-nav + .col-1 + #right,
#subnav-trigger + #site-nav + #right
{
	padding-left:60px;
}
#subnav-trigger + #site-nav + #interp
{
	padding-left:28px;
}
#site-nav
{
	transition: width 0.3s ease;
}
#subnav-trigger:checked + #site-nav
{
	display:block !important;
	padding-left:42px;
	height: 100%;
	position:fixed;
	z-index:999;
	margin: 0 0 0 50px;
	width: -webkit-calc(100% - 50px);
	width:    -moz-calc(100% - 50px);
	width:         calc(100% - 50px);
	overflow-y:auto;
}
#subnav-trigger:checked + #site-nav + .col-1 + #right,
#subnav-trigger:checked + #site-nav + #right
{
#	padding-left:10px;
}

#subnav
{
	margin-top: -111px;
	padding-top: 111px;
}

@media screen and (min-width:768px)
{
}
@media screen and (min-width:980px)
{
	.subnav-trigger-label
	{
		display:none;
	}
	#subnav-trigger + #site-nav + .col-1 + #right,
	#subnav-trigger + #site-nav + #right
	{
		padding-left:20px;
	}
}

@media screen and (min-width:1160px)
{
	.half { width: 50%; }
}
.fixbox
{
	max-width:calc(1496px*0.166666);
	width:16.6666%;
	padding:20px;
}

.fixboxfix
{
	position:fixed;
	max-width:calc(1270px*0.166666);
}


.fixboxfix div
{
	overflow-y:auto;
	overflow-x:hidden;
	max-height:500px;
	padding:0px;
	margin-bottom:20px;
	background: var(--menu-txt-hover);
	border:1px var(--border) solid;
}

.fixbox span.label a:after
{
	content: url("/images/icons/icon_boven.png");
	margin-left:10px;
}

.fixbox ul
{
	list-style: outside none none;
	padding:0;
	margin:0;
}

.fixbox li a
{
/*	padding: 5px 20px;*/
	display:block;
	border-left: 3px var(--menu-txt-hover) solid;
	padding: 10px 20px;
}
.fixbox li a.active
{
	color:var(--menu-bg);
	border-left: 3px var(--menu-bg) solid;
}

.blueboxfix
{
	position:relative;
}

.blueboxfix .fixbox
{
	position:fixed;
	left:50%;
	margin-left:510px;
}

.fixboxfix ul li a:focus
{
	outline-offset: -2px;
}
table
{
	border-collapse: collapse;
	border-spacing:0;
	width:100%;
}

th, td
{
	display:block;
	vertical-align:top;
}
tr
{
	border: 1px solid var(--border);
}
.nav-dropdown tr,
#tekst_en_noten tr
{
	border: 0;
}

thead
{
	background-color: var(--menu-bg);
	text-align:left;
	color: var(--main-bg) !important;
}

th
{
	white-space:nowrap;
	min-width:120px;
}

thead.label th img
{
	padding-left:20px;
	float:right;
}

th a
{
	text-decoration:none;
}

td, th
{
	padding:5px 5px;
}

main tbody tr:nth-child(2n+1),
.xmloutput .result tbody tr:nth-child(2n+1)
{
	background: #fff;
}

thead.label a:hover
{
	color:var(--blauw);
}

th a.selected,
th a.selected:hover
{
	color:var(--menu-txt-hover);
}

.auteurskaartje
{
	float:left;
	height:11em;
	border: 1px var(--border) solid;
	background: var(--menu-txt-hover);
	padding:20px;
	width:100%;
	margin:5px 0;
	overflow: hidden;
}

.portret
{
	max-width: 100px;
	height: auto;
	position: relative;
	overflow: hidden;
	float:left;
	margin-right:10px;
      margin-bottom: 10px;
	height:100%;
}

.portret div.geen_portret
{
	background:url("/images/dbnl_logo_portret.png");
	background-size:100px 100px;
	height:100px !important;
	width:100px !important;
}

.portret img,
.portret div.geen_portret
{
	display: block;
	margin: 0 auto;
	height: auto;
	width: 150%;
	margin: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

td#right dd
{
        font-size:0.7em;
        line-height:1.5em;
}

td span.trunk
{
	display:block;
#	white-space: nowrap;
#	overflow: hidden;
#	text-overflow: ellipsis;
#	width:200px;
}
@media screen and (max-width:320px)
{
}

@media screen and (min-width:320px)
{
}

@media screen and (min-width:480px)
{
/*
	td span.trunk
	{
	width:30%;
	}
*/
}

@media screen and (min-width:768px)
{
	td span.trunk
	{
		white-space:normal;
		display:initial;
	}
	th, td
	{
		display: table-cell;
	}
	th
	{
		border: 1px solid var(--menu-bg);
	}
	tr
	{
		border:0;
	}
	td, .result td, td#right dd
	{
		font-size:14px;
	}
	td, .result td
	{
		border: 1px solid var(--border);
	}

	td span.mob
	{
		display:none;
	}
	td.not-mob
	{
		display:table-cell;
	}

	/* TODO: weghalen */
#lit_pri th:nth-child(3), #lit_pri td:nth-child(3),
#lit_sec th:nth-child(3), #lit_sec td:nth-child(3),
#lit_zen th:nth-child(3), #lit_zen td:nth-child(3),
#lit_ont th:nth-child(3), #lit_ont td:nth-child(3),
#audio_pri th:nth-child(3), #audio_pri td:nth-child(3),
#audio_sec th:nth-child(3), #audio_sec td:nth-child(3),
#video_pri th:nth-child(3), #video_pri td:nth-child(3),
#video_sec th:nth-child(3), #video_sec td:nth-child(3),
        main table tr th:nth-child(2),
        main table tr th:nth-child(5),
        main table tr td:nth-child(2),
        main table tr td:nth-child(5)
        {
                display:table-cell;
        }
}

@media screen and (min-width: 980px) {
  td, th, .result td 
  {
    padding: 15px; 
  }
  .auteurskaartje 
  {
    width: 100%;
  }
}
@media screen and (min-width: 1090px) 
{
  .auteurskaartje 
  {
    width: calc((100%/2) - 10px);
  }
}
.sub button
{
	padding: 20px 15px;
}

nav#subnav form label.checkbox
{
	font-style:italic;
}

nav#subnav form .label
{
	clear:none;
	padding: 1em 0 0 0;
}

nav#subnav .flip
{
	color:var(--goud);
	font-size: 20px;
	padding:1em 0 0 0;
}

.alfabet
{
	width: 120px !important;
	float:right;
}
.alfabet select
{
	width: 148px !important;
}

.styled-select select
{
	background: transparent;
	line-height: 1;
	border: 0;
	border-radius: 0;
	width: 268px;
	height: 2em;
	-webkit-appearance: none;
/*	padding:5px 10px;*/
	padding:0px 10px;
}

.styled-select
{
/*	margin-top:1em; 20190824 CG weggehaald voor periode veld */
	margin-left:10px;
/*
	width: 240px;
*/
	height: 2em;
	overflow: hidden;
	background: url(/images/sort_both.png) no-repeat right var(--menu-txt-hover);
	border: 1px solid var(--border);
}

.pijl
{
	background: url(/images/icons/icoon-arrow_down.svg) no-repeat right var(--menu-txt-hover);
	background-size:10px;
}

aside .styled-select,
aside input[type='number'],
aside input[type='text']
{
	margin-left:0;
	border: 1px solid #6a7789;
	border-radius: 5px;
	height:25px;
}

aside .styled-select select
{
	padding:0;
	width:225px;
}

.corpus
{
	width:50%;
}

.summary
{
	padding:1em 0;
}

.calendarium
{
	margin: 1em  0;
}

.calendarium label
{
	position: absolute;
	top: -999px;
	left: -999px;
}

.calendarium button
{
	width: 70px;
	border: 1px var(--menu-bg) solid;
	border-radius: 4px;
	height: 2.5em;
      background: var(--menu-bg);
	padding: 0;
}
.calendarium button.submitCal
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-image: url("/images/icons/zoeken-wit.svg") }
.calendarium button.showhide
{
	margin-left: 6px;
	width: 2em;
	height: 2em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 19px 19px;
	background-image: url("/images/icons/plus.svg")
}

.calendarium .styled-select
{
	width: 70px;
	height: 2em;
	float: left;
	margin: 0px 10px 0 0;
	border-radius: 4px;
}
.calendarium input.styled-select
{
	padding: 15px 7px;
}
.calendarium input::placeholder
{
	font-style: italic;
}

.calendarium .ui-autocomplete
{
	position: absolute;
	max-width: 200px;
	max-height: 300px;
	overflow-y: auto;
}
form.calendarium .ui-autocomplete li div.entry
{
	color: #FFF;
	text-decoration: underline;
}

form.calendarium span.searchbuttons
{
	display: flex;
	align-items: center;
}

input[type="text"], input[type="date"],  textarea, input[type="tel"], input[type="email"]
{
	border: 1px solid var(--main-bg);
	border-radius: 4px;
	width: 100%;
	text-overflow: ellipsis;
	padding: 5px;
}
input[type="submit"]
{
	width: 150px;
	border: 1px var(--main-txt) solid;
	border-radius: 4px;
	height: 2.5em;
	background-color: var(--main-txt);
	color: #fff;
}

#subnav:target #searchform
{
	outline-offset: -2px;
	outline-style: dotted;
	outline-width: 2px;
	outline-color: rgba(255,255,255,0);
	transition-property: outline-color;
	transition-duration: 3s;
}

form fieldset.verzoeken
{
	border: none;
	padding: 0;
}
form fieldset.verzoeken legend
{
	padding: 0;
	font-style: italic;
}
form fieldset.verzoeken label.label:after
{
	content: ":";
}
form fieldset.verzoeken label.label.required:after
{
	content: "(*):";
}
form fieldset.verzoeken legend.verzoeken-motivatie
{
	display: contents;
}
form fieldset.verzoeken label.verzoeken-motivatie
{
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	font-variant: normal;
	color: black;
	letter-spacing: normal;
	font-weight: normal;
	font-family: "Noto Serif";
}
form fieldset.verzoeken label.verzoeken-motivatie:before
{
	content: "(";
}
form fieldset.verzoeken label.verzoeken-motivatie:after
{
	content: ")";
}
form fieldset.verzoeken label[for="nvt"]:after
{
	content: none;
}
form fieldset.verzoeken div.kosten
{
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 3px;
	align-items: flex-start;
}

@media screen and (min-width:600px)
{
}

@media screen and (min-width:1000) and (max-width:1032px)
{

}
@media screen and (min-width:1180px)
{
	.calendarium .styled-select
	{
		width:100px;
	}
}
.titelpagina .nopadding p
{
	margin:20px 0;
}

div.titelpag_content
{
	float:left;
}

.titelpag img
{
	display:none;
}

.titelpag_content
{
	width:100%;
}

@media screen and (max-width:320px)
{
}

@media screen and (min-width:320px)
{
}

@media screen and (min-width:480px)
{
}

@media screen and (min-width:768px)
{
}

@media screen and (min-width:980px)
{
	.titelpag img
	{
		display:block;
	}
	.titelpag_content
	{
		width:50%;
	}
}
@media screen and (min-width:1250px)
{
	.titelpag img
	{
		display:inline;
	}
}
.ui-autocomplete
{
	background:var(--menu-bg);
	color: var(--menu-txt-hover);
	z-index:2001;
	border-radius: 5px;
	width:640px;
	list-style: none;
	padding:0 20px;
}

.ui-autocomplete div
{
	color: var(--menu-txt);
	padding: 10px 0;
	display: block;
	cursor: pointer;
}

.ui-menu-divider:first-child
{
	border:0;
}
.ui-menu-divider
{
	border-top: 1px solid var(--menu-txt);
}
.ui-autocomplete-category
{
	font-variant: small-caps;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding:10px 0;
}
.ui-autocomplete a
{
	color: var(--menu-txt);
	padding:10px 0;
	display:block;
}
.ui-autocomplete div:hover,
.ui-autocomplete a:hover
{
	color: var(--menu-txt-hover);
	text-decoration:underline;
}
.ui-helper-hidden-accessible
{
	display:none !important;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
.fixedsticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}
/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
	position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
	position: fixed;
}
.fixedsticky-dummy {
	display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
	display: block;
}
h1, h2, h3, h4, p
{
	margin:0;
}

h2, h3, h4
{
	margin-bottom:1em;
}

#text table
{
	margin:20px 0;
	max-width:550px;
}

.contentholder table tr,
.verantwoording table tr
{
	background: none !important;
}
.xmloutput .contentholder table td,
.xmloutput .contentholder table th,
.xmloutput .verantwoording table td,
.xmloutput .verantwoording table th
{
	border:none;
}
#text table th,
#text table td,
.xmloutput .verantwoording table td,
.xmloutput .contentholder table td,
.notetable td
{
	text-align:left;
	border:0;
	padding:0 5px 0 0;
	min-width:45px;
	font-size: 13px;
}

#text table.list td,
#text table.list th
{
	font-size:16px;
}

#tekst_en_noten,
div.xmloutput
{
	margin:0;
	border-top:1px var(--border) solid;
	border-bottom:1px var(--border) solid;
}
div.xmloutput
{
	padding:1em 33.333% 1em 0;
}

.note
{
	margin-left: -0.5em;
	padding-bottom:0.5em;
}
.note .note
{
	margin-left: 0em;
}

.audio
{
	height:4em;
	background-color: transparent !important;
}
.note dt a
{
	padding-right:20px;
}
.note-krit-tekst .notenr
{
	background: none ;
	color:var(--menu-bg);
}

.notenr
{
	vertical-align:super;
	background:var(--menu-bg);
	color:var(--menu-txt-hover);
	border-radius:0.55em;
	text-align:center;
	font-size:15px;
	line-height:13px;
	height:1.1em;
	min-width:1.1em;
	text-indent: 0;
	display:inline-block;
	padding:0 4px;
}
.note .notenr
{
	vertical-align:middle;
}
a.notenr:hover
{
	color: var(--menu-txt-hover);
}
.note dl
{
	margin:0;
}
.note dt
{
	float:left;
}
.note dd
{
	max-width:300px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
#noten-kolom-all .note dd
{
	text-indent:-1.5em;
	margin-left:3.5em;
}
.all-indent-1
{
	margin-left:-1.6em;
}
.all-indent-2
{
	margin-left:-0.6em;
}

#tekst_en_noten > tbody > tr > td
{
	border:0;
	padding:0;
	font-size:16px;
}
#tekst_en_noten tr
{
	background: inherit;
}

.contentholder
{
	padding:0 0 1em 0;
}
div.contentholder p
{
        padding-bottom:0px;
}

.pb
{
	font-style:italic;
}


/* sp als start van de tekst: geen margin-bottom/top */
div[class="tekst-blok"] > div:first-child[class="sp"] {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0em;
    margin-right: 3em;
}
div.sp {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0em;
    margin-right: 3em;
}
div.poem {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0em;
    margin-right: 3em;
}
div.poem-voortgezet {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0em;
    margin-right: 3em;
}
div.note div.poem {
    display: block;
}

div.note div.line-content-container
{
	margin:0px;
}
div.poem-head {
    margin-bottom: 20px;
    font-weight: bold;
    margin-left: 0px;

}
/* zelfde inspring als <l> tag binnen <lg> */
div.note div.poem-head {
    font-family: Arial;
    margin-bottom: 20px;

}
div.note div.poem div.line {
    display: block;
}
div.line-speaker {
    display: block;
    margin-top: 1em;
}
div.line {
    display: block;
}
div.line-nr {
	display:none;
   	float: left;
}
div.line-content-container {
    display: block;
    margin-left: 1em;
}
div.line-content {
    display: inline;
}
div.note div.line-nr
{
	width:20px;
}
div.poem-small-margins {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0em;
    margin-right: 3em;
}
/* TABS */
.tabs-1 {
    display: inline;
    margin-left: 2em;
}
.tabs-2 {
    display: inline;
    margin-left: 4em;
}
.tabs-3 {
    display: inline;
    margin-left: 6em;
}
.tabs-4 {
    display: inline;
    margin-left: 8em;
}
.tabs-5 {
    display: inline;
    margin-left: 10em;
}
.tabs-6 {
    display: inline;
    margin-left: 12em;
}
.tabs-7 {
    display: inline;
    margin-left: 14em;
}
span.signed {
    margin-top: 1em;
}
h4 .poem .tune, h3 .poem .tune {
    margin-bottom: 1em;
}
.tune {
    margin-top: 1em;
    margin-bottom: 1em;
}
p {
    margin-top: 0pt;
    margin-bottom: 0pt;
    word-wrap: break-word;
}

.indent {
    text-indent: 2em;
}
.indent a
{
	text-indent:0;
}
div.sp p.indent {
    text-indent: 0em;
}

a.origineel
{
	padding-left:10px;
	padding-right:80px;
	color:#000;
	font-size:10pt;
}
a.origineel img
{
	padding-top:2px;
	height:10px;
}

div.line-content div.speaker {
    display: inline;
    font-weight: bold;
    margin-left: 0;
}
div.speaker {
    font-weight: bold;
    margin-top : 1em;
    margin-left: 33px !important;
}
div.sp div.speaker {
    font-weight: bold;
    margin-top : 1em;
    margin-left: 40px;
/* 20100108 */
    margin-left: 33px;
/* was 0em; ! */
}
div.stage {
    font-style : italic;
    margin-top : 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-left: 31px;
}
.spatial {
    letter-spacing: 0.1em;
    display: inline;
}
.strikethrough {
    text-decoration: line-through;
    display: inline;
}
.small-caps {
    display: inline;
    font-variant: small-caps;
}
h1.small-margins {
    text-align: left;
    margin-top:0em;
    margin-bottom:0em;
}

h2.small-margins {
    text-align:	left;
    margin-top:0em;
    margin-bottom:1em;
}

h2.align-top-noten {
    margin-top:1em;
    margin-bottom:0em;
}
h3.top-small-margins {
    text-align:	left;
    margin-top:0em;
    margin-bottom:1em;
}
h3.bottom-small-margins {
    text-align:	left;
    margin-bottom:1em;
    padding-top:1em;
    font-weight:normal;
    font-style:italic;
}
h3.small-margins {
    text-align:	left;
    margin-top:0em;
    margin-bottom:1em;
}
h3.align-top-noten {
    margin-top:2em;
    margin-bottom:0em;
}
h4.small-margins {
    text-align:	left;
    margin-top:0em;
    margin-bottom:1em;
    margin-bottom:0px;
}
h3+h4
{
        margin-top:0px;
}
/* CvdG 20160425 moet weg?
p.indent+h4
{
	padding-top:1em;
}
*/
h4.align-top-noten {
    margin-top:2em;
    margin-bottom:0em;
}

#noten-kolom-all h4.align-top-noten
{
    margin-top:1.4em;
}
div.list h4 {
    margin-left: 2em;
}

table.small-margins {
    margin-top: 0em;
    margin-bottom: 1em;
/*    font-size:10px;*/
}
blockquote {
    margin: 1em;
}
blockquote > blockquote {
	margin-bottom:-1em;
}
blockquote.align-top {
    margin-top: 0em;
}
span.genummerd-proza {
    display: inline;
    padding: 0px 2px;
    margin-right: 2px;
    margin-left:4px;
}
div.proza-nummering {
    padding: 0px 4px;
    padding-top: 1em !important;
    color: var(--menu-bg);
    cursor: pointer;
}
div.list {
    margin-left: 1em;
    display: block;
}
div.listBibl {
    margin-left: 1em;
    display: block;
}
div.list-item-container {
    display: block;
    margin-left: 2em;
}
div.list-item {
    display: inline;
}
div.list-label {
    display: inline;
    float: left;
}
div.list2-item-container {
    display: block;
    position: relative;
    margin-left: 2em;
    margin-right: 2em;
    border: 0px solid white;
}
div.list2-item {
    display: inline;
    border: 0px solid #FFA500;
    position: relative;
    top: 0;
    left: 0em;
}
div.list2-item-met-label {
    display: inline;
    border: 0px solid #FFA500;
    position: relative;
    top: 0;
    left: 2em;
}
div.list2-label + div.list2-item {
    left: 2em;
}
div.list2-label {
    display: inline;
    border: 0px solid purple;
    position: absolute;
    top: 0;
    left: 0;
}
h3 sup {
    line-height: 175%;
}
h4 sup {
    line-height: 175%;
}
img {
    border: 0px;
}
.bibliografie_list {
    border: 4px ridge gray;
}
.bibliografie_item {
    border-top: 4px solid white;
    border-left: 4px solid white;
    color: black;
    background-color: #EEEEEE;
    width: 700px;
    margin: 4px;
}
.bibl_01 {
}
.bibl_03 {
}
.bibl_05 {
    display: inline;
}
.bibl_12, .bibl_62, .bibl_67, .bibl_76
{
	font-variant:small-caps;
}
.bibl_33{
	margin-bottom:1em;
}
.bibl_in_uitgave {
    display: inline;
}
.bibl_auteur {
    display: inline;
    font-style: italic;
}
.bibl_titel {
    display: inline;
    font-weight: bold;
}
.bibl_uitgever {
    display: inline;
}
.bibl_jaargang {
    display: inline;
}
.bibl_jaar_en_maand_verschijnen {
    display: inline;
}
.bibl_trefwoord {
    display: inline;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #D3D3D3;
    border-bottom: 2px solid white;
}
.bibl_annotatie {
    margin-left: 10px;
    font-style: italic;
}
.bibl_annotatie:before {
    content:"> ";
}
.bibl_annotatie:first-letter {
    margin-left: 10px;
}

.funder-logo {
    width: 100%;
    text-align: right;
    vertical-align: bottom;
    display: block;
}
div#top-blok .funder-logo {
    position: absolute;
    top: 0;
    right: 0;
}
a.head2 {

    text-align: left;
    font-style: italic;
    margin-top: 1em;
    display: block;
}
a.head3 {
    display: block;
    margin-top: 0.2em;
    margin-bottom: 0em;
}


.lexicon_el
{
        font-size:11pt;
}
.all div.contentholder p
{
        padding-bottom:1em;
}
.all blockquote {
	margin-top:0px;
}

.all ul
{
	list-style-type: none;
	padding-left:1em;
}

#text table.lexicon
{
        width:100%;
}

#text table.lexicon td:first-child
{
        width:250px;
        text-align:left;
}
#text table.lexicon td+td
{
        width:250px;
        text-align:right;
}



div.contentholder p.interp
{
	padding-left:538px;
	width:100px;
	height:0px;
}

div.right,
p.right
{
	text-align:right;
}

div.center,
p.center
{
	text-align:center;
}
p.left
{
	text-align:left;
}

u.dubbel
{
	border-bottom:1px solid black;
}

#noten-kolom
{
	display:none;
}
div.redactie p,
div.redactie dl
{
        margin-bottom:1em !important;
}

div.notetable
{
        overflow:scroll;
        overflow-x:auto;
        overflow-y:auto;
        width:220px !important;
}

.proza-nummering
{
	text-decoration:underline;
}

/* organisaties */
/*
 * HHV: CSS file voor de organisaties
 */


.rederijkerskamer {
}

.rk-rubriek {
	margin-left: 1em;
	font-weight: bold;
	font-variant: small-caps;
}
.rk-kop {
	display: inline;
	font-style: italic;
	font-weight: bold;
}

@media screen and (min-width:768px)
{
div.line-nr {
    display:inline;
    width:50px;
}
div.line-content-container {
    display: block;
    margin-left: 2.5em;
}
div.poem-head {
    margin-left: 40px;
}
#tekst_en_noten > tbody > tr > td:first-child
{
	width:66.66%;
	padding-right:5em;
}
#tekst_en_noten > tbody > tr > td:last-child
{
	width:33.33%;
	border-left:1px var(--border) solid;
}
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
    border: 1px solid #6a7789;
    border-radius: 5px;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  font-style: italic;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
  width:100% !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #5b6693;
  max-width: 100%;
  border-radius: 3px;
  background-color: #5b6693;
  color: #fff;
  overflow:hidden;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
