/* Based on but not importing bnl.css */
@import url("../base/base.css");

/* Fresoin */
@import url("https://www.bibliotheekdenhaag.nl/etc.clientlibs/settings/wcm/designs/website/styles/denhaag/clientlibs/less/fonts.min.a1d0ffdfb223b7988d694479dcd28518.css");

/***
 *	TODO
 *	Word Lid
 *	Footer
 *	content...
 *
 * DO NOT use bnl.css, but use bnl.css as base here
 */

/* Cookie manager */
html.v45:root {
    /* changed // comment to valid CSS comment */
	/* --purple: #808080; */
    --purple: #808080;
    --red: #065e6a; /* dark green */
    --color-primary: black;
    --color-secondary: #065e6a;
    --color-secondary-hover: #137b88;
}

/***
 *	General
 */
html {
	overflow-x: hidden;
	float: left;
	width: 100%;
	font-size: 75%;
	background-color: #fff;
	outline: none;
}
body {
	margin: 0;
}
body, div, h1, h2, h3, h4, h5, h6, form, textarea, p, td, input, li {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 1.1667rem;
}
body, #wrapper, #wrapperinner, #header, #header > a:first-child, #footer, #footerinner {
	background:transparent;
	margin:0;
	padding:0;
}
.waasdh #wrapper {
	width: 97%;
	max-width: 1200px;
	min-width: 300px;
	min-height: 50em;
	margin: 0 auto;
	padding: 0 14px;
	background: #fff;
}
/* Removed invalid width: no */
.waasdh #wrapperinner {
    /* If needed, set to width: auto; or remove entirely */
}

.waasdh #wrapperinner > div {
	clear: both;
	float: none;
}

.waasdh .applicationcontainer {
	border: none;
}
.waasdh.accFeatures :focus {
	outline: none !important;
}

/***
 *	Header
 */
#header {
	padding-top: 20px;
}
#header .WaaSLogo {
	float: left;
	margin: 0 80px 10px 20px;
}
.servicetop {
	float: right;
}

#servicetop {
	float: right;
	margin: 0 11px 0 10px;
	padding: 0 0 0 0.5em;
}
.servicetop li, .servicebottom li {
	border-left: 1px solid #496660;
	float: left;
	line-height: 11px;
	margin: 0;
}
.servicetop li:first-child, .servicebottom li:first-child {
	border-left: 0 none;
}
.servicetop li a, .servicebottom li a {
	line-height: 16px;
	padding: 0 5px 0 6px;
	text-decoration: none;
}
.servicetop li span {
	font-size: 1.0833rem;
}

/***
 *	Navigation
 */
/* color: #321F20 / hi: 065E6A */
.waasdh #navigation {
	background: none;
	border: none;
}
#navigation ul.mainnavigation > li > a > span {
	color: #321F20;
	font-family: "fresoinBold","fresoin",sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	font-stretch: condensed;
	letter-spacing: .05rem;
	text-transform: uppercase;
}
#navigation ul.mainnavigation > li > a {
	line-height: 33px;
	padding: 15px 11px 14px 0;
	margin-left: 15px;
}
#navigation ul.mainnavigation > li > a:hover {
	text-decoration: none;
}
#navigation ul.mainnavigation > li > a:hover span {
	color: var(--color-secondary);
}
#navigation > ul > li {
	border: 0 !important;
	min-height: 65px;
}
.waasdh ul.mainnavigation > li > a > span {
	background: none;
	padding: 0;
}
.waasdh ul.mainnavigation > li:hover, .waasdh ul.mainnavigation > li:active {
	background: none;
	box-shadow: none;
}
.waasdh ul.mainnavigation > li.hasmenu > a {
	padding-right: 16px !important;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAGCAYAAADQQP5pAAAAaElEQVQoz2P4//8/Az0xg7K8wh0gPg/EYsgSQL48EF8E4tvUtnAPEP+HWiwDtcwUiF9AxXdT20IukKFQwx8CcS4Qf4PyFwExG1UthPqIDYg3QS2B4VogZqR6HCLFGQsQL4T6LopWiQYAGK6ybyGJPHwAAAAASUVORK5CYII=") no-repeat right -6.5px top 55%;
	background-position: right -17px top 52%;
}
.waasdh ul.mainnavigation > li.hasmenu > a:hover {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAGCAYAAADQQP5pAAAAaElEQVQoz2P4//8/Az0xA1tc1h0gPg/EYsgSQL48EF8E4tvUtnAPEP+HWiwDtcwUiF9AxXdT20IukKFQwx8CcS4Qf4PyFwExG1UthPqIDYg3QS2B4VogZqR6HCLFGQsQL4T6LopWiQYA+iLAx377NZgAAAAASUVORK5CYII=") no-repeat right -6.5px top 55%;
	background-position: right -17px top 52%;
}
/***
 *	Navigation - submenu
 */
.waasdh ul.mainnavigation > li > ul {
	width: fit-content;
	margin-left: -1px;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: 0;
	padding: 9px 0 14px 0;
	background-color: #FFFFFF;
	box-shadow: none;
	border-radius: 0;
}
.waasdh ul.mainnavigation > li > ul > li {
	width: auto;
	float: none;
}
.waasdh ul.mainnavigation > li > ul > li > a {
	display: block;
	padding: 4px 20px;
	color: #595959;
	text-decoration: none;
}
.waasdh ul.mainnavigation > li > ul > li > a > span {
	font-weight: normal;
}
.waasdh ul.mainnavigation > li > ul > li > a:hover {
	text-decoration: none;
	color: #373737;
	background-color: #F0F0F0;
}

/***
 *	Footer
 */
#footer {
	background-color: #231F20 !important;
}
.widget-bnl-footer .plectrum {
	/* removed the trailing 's' after padding */
	display: block;
	overflow: auto;
	min-height: 84px;
	margin-bottom: 20px;
	padding: 0 20px 40px 20px;
	color: #FFF;
}
.widget-bnl-footer .column {
	float: left;
	width: 23%;
	margin-top: 10px;
	min-width: 9.7em;
	padding-left: 2%;
}
#footer .widget-bnl-footer div {
	text-align: left;
}
.widget-bnl-footer h2 {
	font-family: "fresoin",sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0 20px 15px 0;
	padding-top: 15px;
	color: #FFF;
}
.widget-bnl-footer .link-list {
	margin-top: 5px;
}
.widget-bnl-footer .link-list > li {
	margin: 6px 0;
	padding-left: 10px;
	text-indent: -10px;
}
.widget-bnl-footer .link-list > li > a {
	text-decoration: underline;
	color: #FFF;
}
.widget-bnl-footer .link-list > li > a:hover {
	text-decoration: none;
}
#footer .payoff {
	visibility: hidden;
	clear: both;
}
#servicebottom {
	float: right;
	font-size: 1.0833rem;
	margin: 0 90px 0 0;
}
#servicebottom li a {
	text-decoration: underline;
	color: #FFF;
}

/***
 *	content
 */
.waasdh .applicationcontainer h2 {
	font-family: "fresoin",sans-serif;
	font-weight: normal;
	font-size: 1.75rem;
	color: #373737;
}
.waasdh .applicationcontainer .apptitle {
	border-bottom: 0;
}
.waasdh .applicationcontainer .apptitle:hover {
	border-top: 0;
}
.waasdh .applicationcontainer .dijitTitlePane .appFunctions {
	display: none;
}
.waasdh .applicationcontainer {
	color: #231f20;
}

/* Search */
.waasdh .searchForm {
	overflow: inherit;
}
/* removed trailing comma after .waasdh #divSearchScreen.expert div.button */
.waasdh #divSearchScreen div.button,
.waasdh #divSearchScreen.expert div.button {
	margin-left: 0px !important;
}
.waasdh #divSearchScreen button.dijitButtonNode {
	border: 2px solid #231f20;
	border-radius: 2px;
}
.waasdh #divSearchScreen button > div:first-child {
	background: url(https://www.bibliotheekdenhaag.nl/etc.clientlibs/settings/wcm/designs/website/styles/denhaag/clientlibs/resources/search.png) right 10px center no-repeat;
}
.waasdh .searchbox .searchsubmit input,
.waasdh .dijitButton {
	background: var(--color-secondary) !important;
	border-radius: 2px;
}
.waasdh .dijitButton:hover {
	background-color: var(--color-secondary-hover) !important;
}
.waasdh .dijitButton *,
.waasdh .dijitButton > button:hover,
.waasdh .dijitButton > button:hover * {
	background: none !important;
}
.waasdh .dijitButton > button {
	padding: 4px 20px 8px 20px !important;
}
.waasdh.normal .dijitButtonText {
	font-size: 18px;
	text-transform: lowercase;
	font-variant: small-caps;
}
.waasdh .searchbox .searchsubmit input,
.waasdh .dijitButton > button > div {
	border-radius: 2px;
	font-family: "fresoinBold","fresoin",sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	font-variant: small-caps;
}
.waasdh .searchbox .searchBoxForm .searchterm input {
	width: calc(100% - 25px) !important;
}
.waasdh .searchbox .searchsubmit input {
	border: none;
	color: #FFF;
	margin-top: 4px;
}
.waasdh .searchbox .searchsubmit {
	width: fit-content;
	padding: 4px 20px 8px 20px;
	background: var(--color-secondary);
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	border-radius: 2px;
	float: right;
	margin-right: 12px;
}
.waasdh .SearchScreen .button .dijitButton {
	margin-right: 10px !important;
}
.waasdh .resultsLinks {
	border: 0;
}
.waasdh .resultsLinks ul li {
	margin-left: 0;
}
.waasdh #divResultsOptions ul a,
.waasdh #divRecordOptions .option a {
	background: none !important;
	padding-left: 0px !important;
}
.waasdh #divResultsOptions ul a:hover,
.waasdh #divRecordOptions .option a:hover {
	color: var(--color-secondary) !important;
}
.waasdh .searchbox .searchterm input,
.waasdh .searchFormSimple .searchKeySimple,
.waasdh .rowKey,
.waasdh fieldset.group div.data,
.waasdh fieldset.group fieldset.edit.select div.data > div,
.waasdh fieldset.group.fieldSetBGrp01Identity div.edit.select div.data {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
}
.waasdh .rowKey .dijitTextBox {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background-color: white;
	background-image: none;
	background-clip: padding-box;
}
.waasdh .dijitTextBox,
.waasdh .dijitComboBox,
.waasdh .dijitComboBoxHover .dijitDownArrowButton {
	background-image: none;
}
.waasdh .searchForm .dijitTextBox,
.waasdh .searchForm .dijitComboBox,
.waasdh fieldset.group div.data input,
.waasdh fieldset.group div.edit.select div.data > div {
	border: 0;
}
.waasdh .dijitComboBox .dijitArrowButton .dijitArrowButtonInner {
}
.waasdh .dijitComboBoxHover .dijitArrowButton {
}
.waasdh td.rowIndex {
	width: 20%;
}
.waasdh .rowIndex {
	border: 1px solid #ccc;
	border-radius: 5px;
}
.waasdh .rowIndex select {
	background: #fff;
	border: none;
	font-size: 16px;
	width: 100%;
}
.waasdh .searchFormSimple .searchKeySimple {
	width: calc(85% - 25px);
}
.waasdh .SearchScreen .switch div a,
.waasdh #divSearchScreen .switchSearchExpert a {
	background: none !important;
}
.waasdh .SearchScreen .switch div a:hover span,
.waasdh #divSearchScreen .switchSearchExpert a:hover span {
	color: var(--color-secondary) !important;
}
.waasdh #divSearchScreen .searchFormSimple .button {
	float: right;
	padding-top: 5px;
}
.waasdh #divSearchScreen .searchForm > div + div + div {
	width: 100%;
}
.waasdh #divSearchScreen .searchForm .button > div {
	float: right;
}
.waasdh #divSearchScreen .searchForm .button > div:nth-child(2) {
	display: none;
}
.waasdh #divSearchScreen .searchPreText,
.waasdh #divSearchScreen .searchPostText {
	display: none;
}
.waasdh .Restrictions .restrictionHeader {
	font-style: initial;
	margin-left: 0px;
}
.waasdh .filterInfo,
.waasdh .selectAll,
.waasdh .listItem .tools,
.waasdh ul.itemFull > li > .tools,
.waasdh .Restrictions h3 img {
	display: none;
}
.waasdh #divRestrictions.Restrictions .restriction {
	background: none;
	padding-left: 5px;
	margin-left: 0px;
}
.waash .recordDisplayElement .image img,
.waasdh .listItem .image img,
.waasdh #divRelatedWorks .image img {
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.waasdh .Results .BNLresultHeading {
	text-decoration: none;
	font-weight: bold;
}
.waasdh .navigationPageCurrent,
.waasdh #divRestrictions .restriction a:hover,
.waasdh #divSearchAssociations .association a:hover,
.waasdh .mainOptions .option * {
	color: var(--color-secondary) !important;
}
.waasdh .recordDisplayElement .image img,
.waasdh .listItem .image img,
.waasdh #divRelatedWorks .image img {
	border-color: var(--color-secondary);
}
.waasdh .ItemDetails tr,
.waasdh .payments tr,
.waasdh .summary tr {
	border-bottom-color: var(--color-secondary);
}
.waasdh #divRecordOptions .option a {
	background: none !important;
}

/* First mention of .BNLrecordFrame button — if you want #2b2b2b, remove this */
.waasdh .BNLrecordFrame button {
	border: none;
	background-color: var(--color-secondary); /* comment out if overridden below */
	width: auto;
	height: auto;
	padding: 4px 20px 8px 20px !important;
	font-family: "fresoinBold","fresoin",sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	font-variant: small-caps;
	border-radius: 2px;
}

/* Possibly overriding above with new color? Keep only one style block if #2b2b2b is final */
.waasdh .BNLrecordFrame button {
	background-color: #2b2b2b; /* override */
	/* padding: 8px 20px 8px 20px !important; */
}
.waasdh .BNLrecordFrame button:hover {
	background-color: #231f20;
}

/* DIALOG */
.waasdh .dijitDialog {
	border: 2px solid #efefef;
	border-radius: 16px;
	box-shadow: none;
}
.waasdh .dijitDialogTitleBar {
	color: var(--color-secondary);
	padding: 10px;
	border-bottom: 2px solid #efefef;
}
.waasdh .dijitDialogCloseIcon {
	margin: 10px;
	border: none;
}
.waasdh .LoginDialog {
	width: 600px;
}
.waasdh .LoginDialog .rightDiv {
	border-left: none;
}
.waasdh .dijitDialog .guestRegister a,
.waasdh .dijitDialog .forgotPassword a {
	background: none !important;
	padding-left: 0px !important;
	text-decoration: underline !important;
}
.waasdh .dijitDialog a:hover {
	color: var(--color-secondary) !important;
}
.waasdh .LoginDialog [for="metaInst"],
.waasdh .LoginDialog select#metaInst {
	display: none;
}
.waasdh .LoginDialog input.dijitTextBox {
	padding: 5px;
	border: 1px solid #ddd;
	min-height: 36px;
	border-radius: 5px;
	width: auto;
}
.waasdh .LoginDialog .logonOption + .logonOption {
	margin-bottom: 10px;
}
.waasdh .EditBorrowerData .stepActive,
.waasdh .EditBorrowerData .stepNext {
	color: black;
}
.waasdh fieldset.group {
	border: none;
	background: none;
	box-shadow: none;
	margin-top: 0;
}
.waasdh fieldset.group legend {
	display: none;
}
.waasdh fieldset.group .text .data,
.waasdh fieldset.group .radio .data,
.waasdh fieldset.group .select .data {
	margin-left: 0px;
}
.waasdh fieldset.group div.label {
	margin-bottom: 15px;
}
.waasdh fieldset.group fieldset.edit div.data,
.waasdh fieldset.group div.edit.select div.data,
.waasdh fieldset.group div.edit.boolean div.data {
	border: 0;
}
.waasdh fieldset.group fieldset.edit.select {
}
.waasdh fieldset.group .dijitTextBox {
	border: 0 !important;
}
.waasdh fieldset.group div.edit.boolean .label {
	margin-left: 25px;
	margin-top: 8px;
	float: left;
}
.waasdh .dijitButton + .dijitButton {
	margin-left: 10px !important;
}

/* User Activities */
.waasdh .PersonalData .title,
.waasdh #UserDataSummaryDiv tr td.label a:hover,
.waasdh #LinkedAccountsDiv .name a:hover {
	color: var(--color-secondary) !important;
}
.waasdh .UserActivities .navigation a,
.waasdh .UserActivities .PersonalData a,
.waasdh .EditBorrowerData .helpLink a {
	background: none !important;
	padding-left: 0px !important;
}
.waasdh .UserActivities .navigation a:hover,
.waasdh .UserActivities .PersonalData a:hover,
.waasdh .EditBorrowerData .helpLink a:hover span {
	color: var(--color-secondary) !important;
}
.waasdh .topInfo span {
	font-family: "fresoinBold","fresoin",sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	font-variant: small-caps;
	margin: 0px 5px 5px 0px;
}
.waasdh .topInfo span a:hover {
	background-color: var(--color-secondary-hover) !important;
}
.waasdh .topInfo span a {
	background: none !important;
	background-color: #2b2b2b !important; /* was var(--color-secondary) overridden to #2b2b2b? */
	border-radius: 2px;
}
.waasdh .topInfo span a span {
	background: none !important;
}
.waasdh .topInfo,
.waasdh .topInfo > div {
	margin-bottom: 5px;
}
.waasdh .topInfo a {
	height: auto !important;
}
.waasdh .topInfo a * {
	height: auto !important;
	padding: 4px 10px 3px 10px;
}
.waasdh a.link2,
.waasdh a.link2.button,
.waasdh a.link2.button > span {
	background: none !important;
}
.waasdh a.link2.button {
	background-color: #2b2b2b !important; /* Consistent with above */
	padding-bottom: 4px;
}
.waasdh a.link2.button:hover {
	background-color: var(--color-secondary-hover) !important;
}
.waasdh a.link2.button > span {
	font-family: "fresoinBold","fresoin",sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	font-variant: small-caps;
	margin: 0px 5px 5px 0px;
}
.waasdh #divLists a {
	background: none !important;
	padding-left: 0px !important;
}
.waasdh #divLists a:hover {
	color: var(--color-secondary) !important;
}

/* Shared between UserActivities & Search */
.waasdh .UserActivities .navigation a:before,
.waasdh .UserActivities .PersonalData a:before,
.waasdh .EditBorrowerData .helpLink a:before,
.waasdh .RecordOptions a:before,
.waasdh .SearchScreen .switch div a:before,
.waasdh #divLists a:before {
	border-left: 3px solid black;
	border-top: 3px solid black;
	width: 4px;
	content: '';
	height: 4px;
	transform: rotate(135deg);
	float: left;
	margin-top: 7px;
	margin-right: 10px;
}

/* Collapse/expand icons */
.waasdh #collapseExpandLA.collapsed,
.waasdh #collapseExpandPD.collapsed,
.waasdh #collapseExpandLA.expanded,
.waasdh #collapseExpandPD.expanded {
	position: relative;
	background: none;
}
.waasdh #collapseExpandLA.collapsed::before,
.waasdh #collapseExpandPD.collapsed::before,
.waasdh #collapseExpandLA.expanded::before,
.waasdh #collapseExpandPD.expanded::before {
	position: absolute;
	top: 8px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 15px;
	content: " ";
	border-top: 3px solid var(--color-secondary);
}
.waasdh #collapseExpandLA.collapsed::after,
.waasdh #collapseExpandPD.collapsed::after {
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	right: 11px;
	height: 15px;
	content: " ";
	border-right: 3px solid var(--color-secondary);
}
.waasdh #collapseExpandLA.expanded::after,
.waasdh #collapseExpandPD.expanded::after {
	/* removed extra comma & corrected syntax */
	display: none;
}
.waasdh fieldset.group .data {
	font-style: normal;
}
.EditBorrowerData .stepNext {
	visibility: hidden;
}
.dijitDialogCloseIcon, .waasdh .dijitDialogCloseIcon {
	border: none;
}
.collapseExpand > button:before,
.collapseExpand > button:hover,
.collapseExpand > button:focus {
	color: #2b2b2b;
}

/* Removed the invalid colon after !important */
.waasdh .topInfo span a {
	background-color: #2b2b2b !important;
}

/* Also removed repeated duplication if not needed */

/* Large “magnifying glass” for record images */
.recordDisplayElement .image img {
	border: 0px;
}
#divSearchScreen .more a:hover {
	color: #231f20 !important;
}

/* fieldSet Preferences */
fieldset.group.fieldSetBGrp04Preferences {
	background-color: #f0f0f0;
}
li#previousRecord a::before {
	transform: rotate(315deg);
	margin-left: 2px;
	margin-right: 8px;
}
#ChangePassword .buttonDiv {
	display: inline-block;
	margin-top: 20px;
}
#dlgChangePassword {
	width: 450px !important;
}
#dlgReserveDiv .msgOk {
	margin: 5px;
	font-weight: normal;
	text-align: left;
	width: 90%;
}
.WarningMessage,
#dlgReserveDiv .msgError,
#dlgReserveDiv .msgOk {
	color: #333333;
	border: none;
	margin-bottom: 15px;
	padding: 15px;
}
#dlgReserveDiv .msgError {
	/* margin-left: 50px; */
	border: none;
	padding-left: 70px;
}

/* pagination */
#content_dojoUnique31 #divSearchResults ul.navigation {
	margin-left: -12px;
}
#content_dojoUnique31 #divSearchResults ul.navigation li {
	margin-left: 12px;
}

/* material page */
div#BNLvarious.BNLrecordVarious {
	border: none;
	padding-left: 0;
	margin-left: 0;
}
div.BNLrecordFrame {
	border: none;
	margin-left: 0;
}
div.BNLrecordFrameText {
	margin-left: 0;
}
div#dojoUnique1_rating.FullRating {
	margin-top: 21px;
}

/* my library */
div#PersonalDataDiv .name {
	font-weight: bold;
	color: black;
}
.PersonalData .name {
	opacity: 1;
}
div#helpInfo.helpInfo {
	border: none;
}
#dlgReserveDiv .reserveInfo {
	margin: 10px 20px 20px 20px;
}

/* illustration my library logged in */
.welkom-image {
	float: right;
	width: 250px;
	height: auto;
}

/* MOBILE STYLES */
/* Note: max-device-width is deprecated; consider using max-width instead */
@media screen and (max-width:640px) {
	.waasdh #wrapperinner,
	.waasdh #wrapperinner > * {
		min-width: 235px !important;
		width: 100% !important;
		margin: 0 auto !important;
	}

	/* illustration */
	.welkom-image {
		float: right;
		width: 120px;
		height: auto;
	}

	/* input field search function */
	.waasdh .searchFormSimple .searchKeySimple {
		width: calc(100% - 25px);
	}

	/* login dialog */
	.waasdh .LoginDialog {
		width: auto;
	}

	/* search button */
	.waasdh #divSearchScreen .searchFormSimple .button {
		width: calc(38% - 25px);
		padding-top: 12px;
	}

	/* material page */
	div.BNLrecordInfo {
		display: inline;
	}
	div.BNLrecordFrameButtons {
		padding-left: 0 !important; /* fixed the colon to semicolon */
	}
	button.BNLrecordButton {
		margin-left: 0 !important;
	}
	.BNLrecordFrameContainer {
		display: flex;
		flex-direction: column;
	}

	/* NAVIGATION */
	#navigation > ul > li {
		width: 50%;
	}

	/* columns => vertical stack */
	.waasdh body.searchResults #columnwrapper > div,
	.waasdh body.searchRecord #columnwrapper > div {
		display: flex;
		flex-direction: column-reverse;
	}

	.EditBorrowerData #divStep2 > div > div,
	.EditBorrowerData #divStep3 > div > div {
		width: 100% !important;
		margin-bottom: 20px;
	}

	/* FOOTER */
	#footer .widget-bnl-footer .column {
		width: 98%;
	}
}


.Availability.summary.available > span,
.Availability.summary.notavailable > span {
	background: none !important;
	padding-left: 0 !important;
	display: inline-block !important;
}


.BNLrecordHeading {
	font-family: "fresoin", sans-serif;
	font-size: 1.125rem;
	line-height: 2.2;
	letter-spacing: normal;
	white-space: normal;
	overflow-wrap: break-word;
	margin-bottom: 12px;
}
.BNLrecordHeading::after {
	content: "";
	display: block;
	margin-top: 0.2rem;
}
.BNLrecordSubtitle {
	font-size: 1rem;
	font-style: italic;
	color: #333;
	margin-top: 0.2rem;
	margin-left: 0;
	display: block;
}
.BNLrecordAuthor {
	font-size: 1rem;
	font-weight: bold;
	font-family: "Fresco Sans", "Arial", sans-serif;
}
.BNLresultDescription {
	font-size: 1.1667rem;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	line-height: 1.5;
}
.BNLrecordLabel {
	font-size: 1.1rem;
	font-family: "Fresco Informal", "Arial", sans-serif;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}
.BNLrecordData {
	font-size: 1.1rem;
	font-family: "Fresco Sans", "Arial", sans-serif;
	margin-bottom: 12px;
}
.BNLrecordLinkButton {
	font-family: "Fresco Sans", "Arial", sans-serif !important;
	font-weight: 500;
}
.BNLrecordButton {
	cursor: pointer;
}


#dojoUnique1_fullcover {
	display: block !important;
	width: 150px !important;
	max-width: none !important;
	margin: 0 2.5em 1em 0 !important;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
}
#dojoUnique1_fullcover img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	border-radius: 0px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	pointer-events: none;
}
#dojoUnique1_fullcover:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

#dojoUnique1_fullcover::before {
	content: '\1F50D';
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	opacity: 1;
	transition: opacity 0.3s ease;
	pointer-events: none;
}
#dojoUnique1_fullcover:hover::before {
	opacity: 1;
}
@media screen and (max-width: 600px) {
	#dojoUnique1_fullcover {
		float: none;
		margin-right: 0;
		margin: 0 auto 1em auto;
		width: 60%;
		max-width: 240px;
	}
}


.itemTable {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
	margin: 1em 0;
	color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
@media (min-width: 600px) {
	.itemTable {
		min-width: 600px;
	}
}
.itemTable thead th {
	background-color: #333;
	color: #fff;
	text-align: left;
	padding: 0.8em;
	font-weight: 600;
	border-bottom: 1px solid #222;
	white-space: normal;
}
.itemTable tr.itemData td,
.itemTable tr.itemData th {
	border-bottom: 1px solid #ddd;
	padding: 0.7em;
	white-space: normal;
	overflow-wrap: break-word;
	transition: background-color 0.2s ease-in-out;
}

.itemTable tr.itemData:nth-child(odd) td,
.itemTable tr.itemData:nth-child(odd) th {
	background-color: #f7f7f7;
}
.itemTable tr.itemData:nth-child(even) td,
.itemTable tr.itemData:nth-child(even) th {
	background-color: #ffffff;
}

.itemTable tr.itemData:hover td,
.itemTable tr.itemData:hover th {
	background-color: #efefef;
}

.itemData td.available,
.itemData td.available ~ td,
.itemData td.available ~ th {
	background-color: #e8f4e8 !important;
	border-left: 4px solid #4c9c4c;
	font-weight: 600;
	white-space: normal;
	position: relative;
	font-weight: bold;
}
.itemData td.available:before {
	color: #4c9c4c;
	margin-right: 5px;
	font-weight: bold;
}
.itemData td.notavailable,
.itemData td.notavailable ~ td,
.itemData td.notavailable ~ th {
	background-color: #f5f5f5;
	border-left: 4px solid #cccccc;
	color: #777;
	white-space: normal;
	font-weight: normal;
}
.itemData td.notavailable:before {
	color: #999;
	margin-right: 5px;
	font-weight: normal;
}
#Serialsshelfmark label {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}
#ItemsLocations_dojoUnique1 {
	margin-left: 5px;
	padding: 5px;
}
.BNLresultHeading span {
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: -0.02em;
	color: #2c3e50;
}
.BNLresultAuthor span {
	font-size: 1.05rem;
	line-height: 1.4;
	font-weight: 600;
	color: #34495e;
}
.BNLresultSubtitle span {
	font-size: 1.05rem;
	line-height: 1.4;
	font-style: italic;
	color: #7f8c8d;
	margin-bottom: 0.3em;
}
.BNLresultSummary span,
.Availability.summary span {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #57606f;
	/* font-weight: 400; */
}



/* Verberg de links “Laakkwartier (…)” en als test “Mariahoeve (…)” */
[id^="facets"]      a[onclick*="Laakkwartier%20%28"],
[id^="facetsStore"] a[onclick*="Laakkwartier%20%28"],
[id^="facets"]      a[onclick*="Mariahoeve%20%28"],
[id^="facetsStore"] a[onclick*="Mariahoeve%20%28"] {
	display: none !important;   /* link en tekst weg */
}

/* Oude browsers: verwijder punt en inspringing */
[id^="facets"]      li.restriction,
[id^="facetsStore"] li.restriction {
	list-style: none;   /* geen bullet */
	padding-left: 0;    /* geen extra ruimte */
}

/* Nieuwe browsers: haal de hele regel weg */
@supports selector(li:has(> a)) {
	[id^="facets"]      li.restriction:has(> a[onclick*="Laakkwartier%20%28"]),
	[id^="facetsStore"] li.restriction:has(> a[onclick*="Laakkwartier%20%28"]),
	[id^="facets"]      li.restriction:has(> a[onclick*="Mariahoeve%20%28"]),
	[id^="facetsStore"] li.restriction:has(> a[onclick*="Mariahoeve%20%28"]) {
		display: none !important;   /* hele regel weg */
	}
}


