@import url("./../base/base.css");
@import url("./base-reset.css");
@import url("./fonts.css");
@import url("./main.css");
@import url("./mobile.css");
.hide {
     display: none !important;
}
/*********** * Moderator **********/
.appFunctions {
     display: none !important;
}
.moderator .appFunctions {
     display: block !important;
}
/* 20191218-eh toggle should remain visible */
.applicationcontainernotitle.moderator:hover .dijitTitlePaneTitle .appFunctions .dijitOpen {
     visibility: visible !important;
}
#divInterests .add a {
     display: none;
}
.dijitDialog {
     z-index: 1000;
}
#quickAccessIcons {
     min-width: 75px !important;
     max-width: 75px !important;
     min-width: 75px !important;
     max-width: 75px !important;
}
.Interests .newMaterial {
     display: none;
}
.dijitPopup {
     z-index: 20000;
}
 #dijit_Dialog_0 {
     z-index: 99999;
}
/* Want to bold, larger text and specify colour for the eresource display */
/*  ELECTRONIC MATERIAL 
/* Want to bold, larger text and specify colour for the etype eresource display */
/*.recordDisplayElement .eresource { */
.eresource {
	font-weight: bold !important;
	color: rgb(0, 91, 133);
	font-size: 20px;
}
/* Ebook reserve button - suppress button if etype eresource flag wording is online */

.left.resa.noresbutton {
  display: none;
}
.eresourceUrl:not(.noresbutton) {
	display: none;
}
.eresourceUrl.noresbutton{
	font-weight: bold !important;
	color: rgb(0, 91, 133);
	font-size:20px;
}

/* Hornbill SR00252276: make FullAuthor element more prominent */
.FullAuthor, .FullAuthor a {
	font-weight: bold;
	color: #005B85;
}
