﻿.spacingTopSmall
{
	margin-top:10px;
}

.spacingTop
{
	margin-top:20px;
}

.doubleSpacingTop
{
	margin-top:40px;
}

.spacingBottom
{
	margin-bottom:20px;
}

.spacingBottomSmall
{
	margin-bottom:3px;
}

.spacingBottomDoubleSmall
{
	margin-bottom:6px;
}

.spacingLeft
{
	margin-left:20px;
}

.spacingLeftSmall
{
	margin-left:3px;
}

.spacingRight
{
	margin-right:10px;
}

.boldText
{
	font-weight:bolder;
}

mark 
{
    background-color: #FFEE80;
    color: inherit;
} 

.highlightedLabel
{
	font-weight:bolder;
	color:#575757;
}

.highlightedLabelMobile
{
	font-weight:bolder;
	color:#575757;
}

.standardPaddingLabel
{
	padding-left:3px;
}

.standardPaddingCover
{
	padding-right:10px;
}

.LinkWithImgAndText {
	padding-left: 0.385em;
	white-space: nowrap;
}

.LinkWithImgAndText span
{
	white-space: normal;
	padding-left: 0.25em;
}

.LinkWithImgAndText img
{
	vertical-align: text-bottom;
	height: 16px;
	width: 16px;
	padding-right: 0.25em;
}
.LinkWithImgAndText i {
	color: #595959;
	font-size: larger;
}
i.fa-color-red {
	color: red;
}
i.fa-color-blue {
	color: blue;
}
i.fa-color-green {
	color: green;
}
i.fa-color-lightgreen {
	color: lightgreen;
}
i.fa-color-orange {
	color: orange;
}
i.fa-stack-rcb {
	font-size: 50%;
	width: 0;
	padding: 0;
	left: -1.5em;
	position: relative;
}
i.fa-border-left {
	border-left: 0.15em solid;
}
i.fa-border-right {
	border-right: 0.15em solid;
}
i.fa-oclc-pager {
	font-size: larger;
	line-height: 0.75em;
	vertical-align: -.0667em;
}
i.fa-larger {
	font-size: larger;
}

.fa-spinreverse {
	-webkit-animation: fa-spinreverse 2s infinite linear;
	animation: fa-spinreverse 2s infinite linear;
}

.fa-pulsereverse {
	-webkit-animation: fa-spinreverse 1s infinite steps(8);
	animation: fa-spinreverse 1s infinite steps(8);
}

@-webkit-keyframes fa-spinreverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes fa-spinreverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.coverContainter
{
	float: left;
}

.coverTiny {
	height: 40px;
	width: 32px;
	border: 1px solid #b4b4b4;
}

.coverSmall {
	height:50px;
	width:40px;
	border:1px solid #b4b4b4;
	-webkit-object-fit: scale-down;
	object-fit: scale-down;
}

.coverBig, .coverSearchResult{
	height: 100px;
	width: 80px;
	border: 1px solid #b4b4b4;
	-webkit-object-fit: scale-down;
	object-fit: scale-down;
}

.coverInline > .coverRegion {
	display: inline;
}

.coverInline{
	margin: 0.25em;
}

.coverInline.Row {
	display: flex;
	align-items: center;
}

.coverInline.Row > .coverRegion {
	flex-shrink: 0;
}

.coverInline.Row > a {
	flex:auto;
	margin-left: 0.385em;
}


.coverGradient{
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
	/* fallback (Opera) */
	background: #ECEDEF;
	/* Mozilla: */
	background: -moz-linear-gradient(top, #FFFFFF, #ECEDEF);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear,
				left top, left bottom, from(#FFFFFF), to(#ECEDEF));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(
				StartColorStr='#FFFFFF', EndColorStr='#ECEDEF', GradientType=0);
  }
  
	
.RepeaterSplitterBetweenItems
{
	border-bottom: 1px solid LightGray;
	height: 0;
}
	
.RepeaterSplitterBetweenItemsMobile
{
	border-bottom: 2px solid LightGray;
	height: 0;
	margin: 2px 0;
}
	
.RepeaterSplitterBottom
{
	border-bottom: 1px solid LightGray;
	height: 5px;
}
	
.TableViewInnerBorderTop
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	border-bottom-width:0;
	border-top-width:1px;
	border-left-width:0;
	border-right-width:0;
	border-style:solid;
	border-color:#CCCCCC;
}

.TableViewNoInnerBorder
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	border-bottom-width:0;
	border-top-width:0;
	border-left-width:0;
	border-right-width:0;
	border-style:solid;
	border-color:#CCCCCC;
}
	
.TableViewInnerBorderTopTextAlignRight
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	border-bottom-width:0;
	border-top-width:1px;
	border-left-width:0;
	border-right-width:0;
	border-style:solid;
	border-color:#CCCCCC;
}
	
.TableViewNoInnerBorderTextAlignRight
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	border-bottom-width:0;
	border-top-width:0;
	border-left-width:0;
	border-right-width:0;
	border-style:solid;
	border-color:#CCCCCC;
}
	
.TextSmall
{
	font-size: small;
}
.TextTiny
{
	font-size: smaller;
}
	
.ShortenedText
{
	white-space: nowrap;
	width: auto;      
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url( 'bindings.xml#ellipsis' );
}
	
.input[type="text"] 
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
	
.ImageMobileSmall
{
	height: 40px;
	width: 40px;
}
	
.ImageMobileNormal
{
	height: 64px;
	width: 64px;
}

.dnnLabelForOCLCSettings .dnnLabel
{
	box-sizing: border-box;
	margin-right: 0;
	text-align: right;
	width: 100%;
}
.SettingsGroupStart td {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
.SettingsStandardTextarea {
	width: 350px;
	height: 150px;
	word-wrap: normal;
	white-space: pre;
}
.openmousemenucontainer{ position: relative;padding-top: 20px;min-height: 22px;}
.openmousemenucontainer:hover{z-index: 10;}
.openmousemenu{position: absolute}
.openmousemenu a{text-decoration:none;}
.openmousemenu a:hover{background-color:gray;}
.openmousemenu ul{list-style:none;margin:0;padding:0;}
.openmousemenu a {padding:1px 5px;  border:1px solid black;border-collapse:collapse;background-color:lightgray;margin:0;}
.openmousesubmenu a{position:relative;width:100px;clear:both;}
.openmousetopmenu a{float:left;width:100px;text-align:center;}
.openmousetopmenuWithMarginLeft{margin-left: 20px}
.openmousetopmenu {float: left;}
.openmousetopmenu ul{display:none;}
.openmousetopmenu:hover ul{display:block;z-index:500}


.CheckBoxDropDownButton {
/*	box-sizing: content-box;*/
	position: relative;
}

.CheckBoxDropDownSelect {
	text-overflow: ellipsis;
	width: 100%; 
}

.CheckBoxDropDownCheckBoxList {
	display: none;
	border: 1px solid #b4b4b4;
	background-color: white;
	z-index: 10000;
	position: absolute;
	max-height: 10.5rem;
	overflow: auto !important;
}
.CheckBoxDropDownCheckBoxList > table{
white-space: nowrap;
}

.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.openPopupHideClose .ui-dialog-titlebar-close{display: none !important} 

.oclc-module-main {
	word-wrap: break-word;
}
.oclc-module-main div
{
	overflow: hidden;
}

.oclc-module-view-normal-active .oclc-module-view-small
{
	display: none !important;
}
.oclc-module-view-small-active .oclc-module-view-normal
{
	display: none !important;
}
.oclc-module-view-normal-active .oclc-module-view-small-active .oclc-module-view-small.oclc-module-label {
	display: inline !important;
}
.oclc-module-view-normal-active .oclc-module-view-small-active .coverRegion,.oclc-module-view-normal-active .oclc-module-view-small-active .checkboxRegion {
	margin: 0 !important;
	text-align: left !important;
}

.oclc-cf::after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

span.oclc-textbox {
	overflow: hidden;
	display: block;
}

.oclc-textbox input[type="text"],.oclc-textbox input[type="password"],.oclc-textbox textarea,.oclc-textbox select {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.oclc-textbox [readonly="readonly"] {
	background-color: lightgray;
}

.oclc-module-view-normal-active .oclc-radiobuttonlist label{
	margin-right: 10px;
}

.oclc-module-view-normal-active .oclc-radiobuttonlist br {
	display: none;
}

.oclc-module-popup.oclc-in-module-popup {
	position: relative;
	background-color: inherit;
	z-index: 100
}

.oclc-module-popup.oclc-in-module-popup > div {
	margin: 0;
}

.oclc-module-popup.oclc-in-module-popup > div > div {
	margin: 0;
	padding: 0;
	border: none;
}

.oclc-module-popup.oclc-in-module-popup ~ div {
	display: none;
}

.oclc-module-popup {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 100000;
}
.oclc-module-popup > div {
	margin: 10px;
	overflow: auto;
	max-height: calc(100% - 42px);
}

.oclc-module-popup > div > div {
	background-color: white;
	margin: auto;
	max-width: 1000px;
	border: 1px solid black;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
}

.oclc-module-popup-header {
	display: block;
	border: 1px solid gray;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	color: black;
	background-color: lightgray;
	font-weight: bold;
}

.oclc-module-popup-content {
	margin: 5px;
}

.oclc-in-module-popup .oclc-module-popup-footer {
	border-top: none;
	margin-top: 0;
	padding-top:0;
}

.oclc-in-module-popup .oclc-module-popup-footer > div {
	float: none;
}

.oclc-module-popup-footer {
	border-top: 1px solid gray;
	margin-top: 5px;
	padding-top: 5px;
}

.oclc-module-popup-footer > div {
	float: right;
}

.oclc-module-table {
	border: none;
	margin: 5px 0;
	border-spacing: 0;
}
.oclc-module-table tr.oclc-module-table-nodata {
	display: table-row !important;
}

.oclc-module-table .oclc-module-table-nodata td {
	border: none;
	padding: 0;
}
.oclc-module-table th:first-child {
	border-left-width: 0;
}
.oclc-module-table th {
	border-bottom-width: 0;
	border-top-width: 0;
	border-left-width: 1px;
	border-right-width: 0;
	border-style: solid;
	border-color: #CCCCCC;
	text-align: center;
	padding: 0 10px;
}
.oclc-module-table td:first-child {
	border-left-width: 0;
}
.oclc-module-table td {
	border-bottom-width: 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 0;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 0 10px;
	vertical-align: middle;
}
.oclc-module-view-small-active .oclc-module-table tr,.oclc-module-view-small-active .oclc-module-table td {
	display: block;
	overflow: hidden;
}
.oclc-module-view-small-active .oclc-module-table tr {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.oclc-module-view-small-active .oclc-module-table tr:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.oclc-module-view-small-active .oclc-module-table tr:first-child {
	display: none;
}
.oclc-module-view-small-active .oclc-module-table td {
	border: none;
	padding: 0;
}
.oclc-module-view-small-active .oclc-module-table th {
	display: none;
}

.oclc-module-labellayout {
	display: table;
	border-collapse: collapse;
	border: none;
	width: 100%
}

.oclc-module-labellayout > div {
	display: table-row;
}

.oclc-module-labellayout > div > .dnnLabel {
	text-align: left;
	float:none;
	position: static;
}

.oclc-module-labellayout > div > * {
	display: table-cell;
	padding-bottom: 5px;
	padding-top: 5px;
}

.oclc-module-labellayout > div > *:first-child {
	width: 1px;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: top;
}

.oclc-module-view-small-active .oclc-module-labellayout {
	display: block;
	width: 100%;
}

.oclc-module-view-small-active .oclc-module-labellayout > div {
	display: block;
}

.oclc-module-view-small-active .oclc-module-labellayout > div > * {
	display: block;
}

.oclc-module-view-small-active .oclc-module-labellayout > div > *:first-child {
	width: auto;
	white-space: normal;
	padding-right: 0;
	padding-bottom: 0;
}
.oclc-module-view-small-active .oclc-module-labellayout > div > *:last-child {
	padding-right: 0;
	padding-top: 0;
}

.oclc-module-label {
	font-weight: bold;
}
.oclc-module-header {
	font-weight: bold;
	display: block;
	font-size: larger;
	margin: 20px 0 10px 0;

	font-style: inherit;
	color: inherit;
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}
.oclc-override-heading {
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	color: inherit;
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin: inherit;
	display: inherit;
}
.oclc-module-labelerror {
	color: #B30000;
	font-weight: bold;
}
.oclc-module-button {
	margin-top: 10px;
	margin-bottom: 10px;
}
.DNNModuleContent > .dnnFormMessage {
	margin-left: 10px;
	margin-right: 10px;
}

.starRating:not(old) {
	display: inline-block;
	width: 160px;
	height: 32px;
	overflow: hidden;
	vertical-align: bottom;
}
.starRating:not(old) > input {
	border: 0 !important;
	clip: rect(0,0,0,0) !important;
	-webkit-clip-path: inset(100%) !important;
	clip-path: inset(100%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
.starRating:not(old) > label {
	display: block;
	float: right;
	position: relative;
	background-size: contain;
}
.starRating:not(old) > label:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background-size: contain;
	opacity: 0;
	transition: opacity 0.2s linear;
}
.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before {
	opacity: 1;
}

.starAverage {
	width: 80px;
	height: 18px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
.starAverage > * {
	width: 80px;
	height: 16px;
	overflow: hidden;
	vertical-align: middle;
	position: absolute;
}
.starAverage + span {
	margin-left: 3px;
	vertical-align: middle;
	display: inline-block;
}
.starAverage > :first-child {
	top: 0;
	left: 0;
	z-index: 1;
	background-repeat: repeat-x;
	background-size: auto 16px;
}
.starAverage > :nth-child(2) {
	top: 0;
	left: 0;
	z-index: 2;
	background-size: auto 16px;
	background-repeat: repeat-x;
}
.starHidden {
	width: 0;
	height: 0;
	display: inline-block;
	overflow: hidden;
	opacity: 0;
}
.starDetail + span {
	float: right;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: middle;
	display: inline-block;
}
.ratingProgressBar {
	width: 80px;
	height: 18px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin-left: 3px;
}
.ratingProgressBar > * {
	width: 80px;
	height: 16px;
	overflow: hidden;
	vertical-align: middle;
	position: absolute;
}
.ratingProgressBar > :first-child {
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #f6f6f6;
	background: linear-gradient(to bottom,#eee,#f6f6f6);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.4),inset 0 0 0 1px rgba(0,0,0,.1);
}
.ratingProgressBar > :nth-child(2) {
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #ffbd00;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.05);
	background: linear-gradient(to bottom,#ffbd00,#ff8e00);
}

.oclc-checkbox {
	white-space: nowrap;
}

.oclc-checkbox.oclc-checkbox-wrap{
	white-space: unset;
}

.oclc-checkbox input[type=checkbox] {
	border: 0 !important;
	clip: rect(0,0,0,0) !important;
	-webkit-clip-path: inset(100%) !important;
	clip-path: inset(100%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
.oclc-checkbox input[type=checkbox] + label:before {
	font-size: larger;
	margin-right: 0.25em;
	margin-left: 0.25em;
	/* from Fontawesome all.css   .far */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	/* end */
}
.oclc-checkbox input[type=checkbox][disabled] + label {
	opacity: 0.5;
	font-style: italic;
	cursor: not-allowed;
}
.oclc-checkbox input[type=checkbox][disabled] + label:before{
	opacity: 0.5;
	font-weight: bold;
	cursor: not-allowed;
}
.oclc-checkbox input[type=checkbox] + label:before {
	content: "\f0c8";
}
.oclc-checkbox input[type=checkbox]:checked + label:before {
	content: "\f14a";
}
.oclc-checkbox input[type=checkbox]:focus + label:before {
	outline: thin dotted;
}
.oclc-checkbox input[type=checkbox]:hover + label:before {
	color: blue;
}

.oclc-radiobutton {
	white-space: nowrap;
}

.oclc-combobox {
	width: 100%;
}

.oclc-radiobutton input[type=radio] {
	border: 0 !important;
	clip: rect(0,0,0,0) !important;
	-webkit-clip-path: inset(100%) !important;
	clip-path: inset(100%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.oclc-radiobutton input[type=radio] + label:before {
	font-size: larger;
	margin-right: 0.25em;
	margin-left: 0.25em;
	/* from Fontawesome all.css   .far */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	/* end */
}

.oclc-radiobutton input[type=radio][disabled] + label {
	opacity: 0.5;
	font-style: italic;
	cursor: not-allowed;
}

.oclc-radiobutton input[type=radio][disabled] + label:before {
	opacity: 0.5;
	font-weight: bold;
	cursor: not-allowed;
}

.oclc-radiobutton input[type=radio] + label:before {
	content: "\f111";
}

.oclc-radiobutton input[type=radio]:checked + label:before {
	content: "\f192";
}
.oclc-radiobutton input[type=radio]:focus + label:before {
	outline: thin dotted;
}
.oclc-radiobutton input[type=radio]:hover + label:before {
	color: blue;
}

.oclc-protected-information {
	-moz-filter: blur(2px);
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.oclc-protected-information:focus, .oclc-protected-information:hover {
	-moz-filter: blur(0);
	-webkit-filter: blur(0);
	filter: blur(0);
}

.oclc-screen-reader-only {
	position: absolute;
	width: 1px;
	clip: rect(0 0 0 0);
	overflow: hidden;
	white-space: nowrap;
}
a.oclc-screen-reader-only:focus {
	position: initial;
}

.fakeinputtext {
	background: lightgray;
	border: inset lightgray;
	padding: 1px;
	overflow: auto !important;
}

.oclc-bannerContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1002;
}
.oclc-bannerContainer > div {
	background: #d5d5e7;
	background: rgba(213,213,231,0.85);
	margin-bottom: 5px;
}
.personabar-visible .oclc-bannerContainer > div {
	margin-left: 80px;
}
.oclc-bannerContainer > div > div {
	padding: 10px;
}
.oclc-bannerContainer a {
	text-decoration: underline !important;
	color: #0050B8 !important;
}
.oclc-bannerContainer > div.oclc-InfoModule-NoConnectionInfo {
	border: 5px solid red;
	background: white;
	background: rgba(255,255,255,0.85);
	color: red;
}
.oclc-cookieLawInfoModuleButtons input {
	float: right;
}

.oclc-StickyButton.sticky {
	position: fixed;
	bottom: 0;
	z-index: 1;
}

bibtip-mdc-digital-assets-various .oclc-module-header:not(:last-child) {
	display: block;
}

bibtip-mdc-digital-assets-various .oclc-module-header {
	display: none;
}

/* DNN9.2 EditMode*/
center.PaneDescription {
	background-color: white !important;
	color: black !important;
	margin: 0 !important;
	padding: 0 !important;
	outline: 1px dashed #d7d7d7;
}
td.EditBarEmptyPane {
	display: table-cell !important;
}
.EditBarEmptyPane {
	width:initial;
}
/* DNN9.2 EditMode*/