@font-face {
	font-family: 'SabonLTStd-Roman';
	src: url('/droz/fonts/SabonLTStd-Roman.eot');
	src: url('/droz/fonts/SabonLTStd-Roman.eot?#iefix') format('embedded-opentype'),
	     url('/droz/fonts/SabonLTStd-Roman.woff') format('woff'),
	     url('/droz/fonts/SabonLTStd-Roman.ttf') format('truetype'),
	     url('/droz/fonts/SabonLTStd-Roman.svg#Sri-TSCRegular') format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Poppins';
	src: url("/droz/fonts/Poppins-Regular.ttf") format("truetype");
}

body {
	background: #E2E5E2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif";
}

.drozLogoName {
	font-family: 'SabonLTStd-Roman', serif;
	font-size: 28px;
	padding-left: 7px;
}

.drozLightGrey {
	color: #b5b6b8;
	letter-spacing: .1em;
}

.drozDarkGrey {
	color: #606060;
	letter-spacing: .03em;
}

#main {
	--main-width: 1200px;
	--header-height: 30px;
	width: var(--main-width);
	margin: 0 auto;
	background: white;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#header, #navbar {
	font-family: Poppins;
}

#header {
	height: var(--header-height);
}

#list_context {
	cursor: pointer;
}

#list_context, #list_context ul, #list_context li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#list_context, #list_context > li {
	float: right;
}

#list_context div, #list_context li {
	padding: 3px 7px 5px 7px;
}

#list_context li a {
	display: block;
	text-decoration: none;
}

#list_context ul {
	position: absolute;
	z-index: 20000;
	float: left;
	right: 0;
	left: auto;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

[data-toggle], [data-toggle] + ul, [data-toggle] + ul li a {
	color: #6C757E;
}

[data-toggle]:hover, [data-toggle="pullup"], [data-toggle="pullup"] + ul li:hover, [data-toggle="pullup"] + ul li:hover a {
	background: #AEB6AD;
	color: white;
}

[data-toggle="dropdown"] + ul {
	display: none;
}

[data-toggle="pullup"] + ul {
	display: block;
}

#navbar {
	width: var(--main-width);
	margin-top: var(--header-height);
	background: #AEB6AD;
	font-size: 17.33px;
	padding: 10px 0;
}

#footer {
	margin: auto 0 0 !important;
	height: unset !important;
}

#footer p {
	margin: 0 !important;
	padding: 10px 0;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.blocklink {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.vendorlink {
	text-decoration: none;
}

.vendorlink:hover {
	text-decoration: underline;
}

#navbar li {
	top: -12px;
}

#navbar li:not(.sub) {
	border-left: 1px solid white;
	padding-left: 14px;
}

#navbar li.sub {
	margin-left: -14px !important;
	background: #AEB6AD !important;
}

#navbar div.sub:hover {
	color: #6C757E !important;
}

#navbar li:hover a, #navbar li:hover span {
	color: #6C757E;
}

#navbar li#menu_home {
	font-weight: 700;
	font-style: italic;
	text-transform: none;
}

#navbar li#menu_user i {
	margin-left: 3px;
}

#navbar li#menu_user div.sub > * {
	text-transform: none;
	top: 16px;
}

#navbar li#menu_user li.sub {
	margin-left: 0 !important;
}

#navbar li#menu_lang ul {
	right: -5px;
}

#navbar li.left {
	float: left;
}

#navbar li.right {
	float: right;
}

#navbar li.first {
	border-left: none;
}

#navbar li.last {
	padding-right: 14px;
}

#content {
	margin-top: 20px;
}

#content > div.page {
	font-size: 16px;
}

#ariadne {
	background: unset !important;
}

#searchCanvas {
	font-size: 18px;
}

#shelves .sheet {
	cursor: pointer;
}

.pullout, .pullout .handle {
	left: calc((100% - var(--main-width)) / 2);
}

.pullout.show {
	width: calc(var(--main-width) / 2);
}

.pullout.show .handle {
	left: calc(50% - 30px);
}

.tools.fixed {
	right: calc((100% - var(--main-width)) / 2) !important;
	z-index: unset !important;
}

div.pb[data-visavis="noopAlone"]::before, div.pb[data-visavis="alone"]::before {
	right: calc((100% - var(--main-width)) / 2 + 60px) !important;
}

span.sort i.fa-caret-down,
span.sort i.fa-caret-up {
	color: red;
}

div.sheet {
	display: flex;
	flex-direction: row;
	padding: 0;
	width: 1000px;
	border: 1px solid black;
	cursor: default;
	text-align: left;
}

div.sheet aside {
	padding: 20px;
	width: 300px;
	background: #E2E5E2;
}

div.sheet aside img#cover {
	width: 100%;
}

div.sheet main {
	padding: 20px;
	width: 700px;
}

div.sheet #queryBlock {
	margin: 0;
	height: 30px;
}

div.sheet #queryButton {
	height: 100%;
	width: auto;
}

#main div.sheet #queryButton {
	height: 20px;
}

div.sheet .tab {
	cursor: pointer;
}

div.sheet .tab.active {
	font-weight: bold;
	text-decoration: underline;
}

div.sheet textarea.content.text {
	width: 100%;
	height: calc(100% - 30px);
}

div.sheet i.fa-unlock-alt {
	color: green;
}

div.sheet i.fa-lock {
	color: #C0392B;
}

div.sheet div.further {
	float: right;
}

div.sheet div.further a {
	color: #3C4F78;
	text-decoration: none;
}

div.sheet div.further > div {
	text-transform: uppercase;
	padding: 0.5em 1em;
	background: white;
	margin-bottom: 1em;
	border: 1px solid;
}

div.sheet div.further > div a {
	color: white;
}

div.sheet div.further > div a + i {
	background: white;
	border-radius: 50%;
	height: 1em;
	width: 1em;
	float: right;
	padding: 0.2em;
	top: -2px;
	position: relative;
	box-sizing: content-box;
}

div.sheet div.further > div.online {
	background: #C1512C;
}

div.sheet div.further > div.bookshop {
	background: #4E6752;
}

div.sheet div.access a, div.sheet div.access span.reserved {
	color: #C1512C;
}

div.sheet div.title,
div.sheet div.summary div.toggle {
	font-weight: 700;
}

div.sheet div.title,
div.sheet div.authors {
	font-size: 1.6em;
}

div.sheet div.summary div.toggle {
	cursor: pointer;
}

div.sheet div.summary div.toggle:after {
	content: '▼';
}

div.sheet div.summary div.toggle.open:after {
	content: '▲';
}

div.sheet #summary {
	display: none;
}

div.sheet div.summary div.toggle.open + div #summary {
	display: block;
}

div.sheet div.date,
div.sheet div.records,
div.sheet #queryBlock,
div.sheet div.isbn,
div.sheet div.access > div,
div.sheet div.logo,
div.sheet div.editors,
div.sheet div.collection,
div.sheet div.bisac,
div.sheet div.lang,
div.sheet div.summary {
	margin-top: 1em;
}

div.sheet a[href^="/lookup"] {
	color: black;
}

#shelves thead {
	background: #3C4F78;
}

#shelves th {
	color: white !important;
	border: 0;
}

#shelves td.t_cover {
	padding: 5px;
	height: 236px;
}

#shelves td.t_cover div.loading {
	width: 150px;
	height: 225px;
}

#shelves td.t_cover img {
	display: block;
	max-width: 150px;
	max-height: 225px;
	margin: auto;
}

#shelves td.source.used {
	display: table-cell;
}

#shelves td.source.unused {
	display: none;
}

#shelves table.simple .source,
#shelves table.simple .authors,
#shelves table.simple .title,
#shelves table.simple .editors,
#shelves table.simple .date,
#shelves table.simple .category {
	display: none !important;
}

#shelves table.advanced .cover,
#shelves table.advanced .biblio,
#shelves table.advanced .publication {
	display: none !important;
}

#shelves td.biblio > div {
	text-align: left;
	margin: auto;
	width: 75%;
}

#shelves td.biblio > div > div:first-child,
#shelves td.publication {
	font-size: 18px;
}

#shelves td {
  border-top: none;
  border-left: none;
  border-right: none;
}

#shelves tr:last-child td {
  border-bottom: none;
}

#shelves[data-found="0"] tr:nth-child(2n) {
  background: #EFEFEF;
}

#shelves tr.unreadable td,
#shelves tr.unreadable td a {
  color: #666666;
}

#shelves div.panel > table {
	width: 100%
}

#shelves.results {
	width: 930px;
}

#shelves.results th.search {
	white-space: nowrap;
}

#shelves.results td.search {
	color: #666666;
	font-size: 24px;
}

#shelves.results td.search.selected {
	color: #666666 !important;
}

#shelves.results td.search:not(.selected) .unchecked {
	display: block;
}

#shelves.results td.search:not(.selected) .checked {
	display: none;
}

#shelves.results td.search.selected .unchecked {
	display: none;
}

#shelves.results td.search.selected .checked {
	display: block;
}

#searchPanel button.search {
	background: #AEB6AD;;
}

#banner {
	font-family: "SabonLTStd-Roman";
	color: #555555;
}

#banner div.background {
	width: 400px;
	height: 400px;
	background-size: cover;
	background-position: center;
	text-align: left;
}

#banner div.background > div {
	position: relative;
	top: 250px;
	background-color: rgba(255,255,255,0.6);
	padding: 1em;
	margin-right: 2em;
}

#banner + div.banner.title {
	color: #666666;
}

div.term #lookup {
	width: calc(100% - 1em);
}

div.term #queryBlock {
	border: none;
	background: white;
}

div.term #queryBlock > * {
	padding: 1em;
}

div.term #queryInput {
	padding: 2px;
	margin: calc(1em - 2px);
	margin-right: 2px;
}

div.term #queryButton {
	all: unset;
	cursor: pointer;
	color: white;
	background: #AEB6AD;
	text-transform: uppercase;
	padding: 0.5em 1em;
	border: 1em solid;
	font-family: Poppins;
	font-size: 12px;
}

div.term #queryButton form {
	display: flex;
}

#queryButton, span[data-term][data-field] {
	cursor: pointer;
}

span[data-term][data-field] {
	text-decoration: underline;
}

#refineLookup {
	margin: 30px auto;
	text-align: center;
	width: 450px;
	border: 1px solid gray;
	color: white;
	background: #3C4F78;
}

#refineLookup > div {
	padding: 5px;
}

#refineLookup #queryBlock {
	margin-bottom: 0;
}

#refineLookup div.fields span {
	display: inline-block;
}

#refineLookup div.message {
	color: orangered;
	text-align: center;
}

body.bsl #shelves table .source,
body.prf #shelves table .source,
body.hicl #shelves table .source {
	display:none;
}