@charset "utf-8";
.search-form {
	/*margin: 1%;*/
	padding: 0 0 18px 18px;
	width: 100%;
}

.search-form-input input {
	width: 81%;
	padding: 3px 0 3px 9px;
	margin-bottom: 9px;
}

.search-form-years {
	padding: 9px 0;
}


.item-list div div.title p {
	padding: 1px 0 1px 30px;
}
.item-list div div.title img {
	padding-right: 10px;
}

.item-list div:nth-child(even) div.title {
	color: #777;
}
.item-list div:nth-child(odd) div.title {
	background-color: #F6F4EE;
	color: #777;
}




p.note {
	font-style: italic;
}

.row .box.span-title p {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
}

/* buttons */
.book-button {
	display: inline-block;
	padding: 2px 8px 0 8px;
	/* font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #D1A577;
	border-radius: 3px;
	border: 1px solid #D1A577;
	text-decoration: none;
	width: auto !important;
}
.book-button img {
	display: none;
}
a.book-button:link, a.book-button:visited {
	color: #fff;
}
a.book-button:hover{
	color: #D1A577;
	background-color: #fff;
	border: 1px solid #D1A577;
}
a.book-button:visited {
	text-decoration: none;
}

.book-button.html::after {
	content: "HTML";
}
.book-button.pdf::after {
	content: "PDF";
}
.book-button.reader::after {
	content: "HTML";
}

.df-lightbox-wrapper .df-lightbox-close {
	color: #fff;
}

.row-book.closed .span-title h3:after {
	content: url(../shared/img/drop_light.png);
}
.row-book.open .span-title h3:after {
	content: url(../shared/img/drop_light-up.png);
}


.span-title.new {
	position: relative;
	display: flex;
	align-items: center;
}
.span-title.new h3::after{
	content: '';
	background-image: url(../local/updated-badge-gold.svg);
	background-repeat: no-repeat;
	position: absolute;
	display: inline-block;
	width: 55px;
	height: 25px;
	margin-top: -3px;
	margin-left: 5px;
}
.row-book .span-title.new h3::after{
	width: 77px;
	background-position-x: 14px;
	background-size: 74%;
	margin-left: 0;
}



