
/* An equivalent to "row" class which does not clear floats */
.masonry-row { margin-left: -15px; margin-right: -15px; }

/* Fix for breadcrumb presentation */
#wb-bc ol.breadcrumb > li {
	max-width: 40em;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}

/* Hide Sierra branding message */
body > span {
	display:none !important;
}
/* Generic font styles classes */
.italic,.italic_text { font-style: italic; }
.bold,.bold_text { font-weight: bold; }

/* Generic float classes */
.float-left { float: left; }
.float-right { float: right; }
.float-none { float: none; }

/* Generic clear classes */
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.clear-none { clear: none; }

/* Scope cleanup */
select#searchscope > option[value="6"] {
	display: none;
}

/* Fix for wrapping on record display table */
.xlargeview .bibInfoLabel,
.mediumview .bibInfoLabel,
.smallview .bibInfoLabel{
	width: 10em;
}

/* Center pager, search tool, nav on dynamic pages*/
div.navigationRow,
div.bibPager,
div.bibSearchtool form,
div.browseSearchtool,
div.bibSearchtoolMessage,
.browsePager,
.browseSaveJump,
.deleteSelected {
	text-align:center !important;
}

/* Counteract default centering of all table contents */
tr[align='center'],
td[align='center'] {
	text-align: left !important;
}

/* Alight number to left */
td.browseEntryEntries,
td.browseEntryNum {
	 text-align: left !important;
}

/* Hide brief citation table header row until it is fixed by jQuery */
table.tbl-brief-citation tr.browseHeader td.browseHeaderData {
	display:none !important;
}

/* Make td style headers bolder until they are replaced by th headers */
.browseHeader td {
	font-weight: bold;
}

/* Hide save/jump row until it is fixed by jQuery */
td.browseSaveJump {
	display: none;
}

/* Fix for margin, borders around temporary browse table removed by jQuery*/
table.tbl-browse-1 {
	border-style: none;
	border-width: 0px;
	margin-top: 30px;
}
 
/* Fix for extra padding around temporary browse table removed by jQuery*/
table.tbl-browse-1 > tbody > tr > td {
	padding: 0px;
}

/* Fix for making the check-in location appear bold */ 
table.tbl-bib-checkin > tbody > tr:first-child > td {
	font-weight: bold;
}

@media print {
  /* Fix for bootstrap showing href values next to links/buttons when printing */
  a[href]:after {
    content: none !important;
  }

  /* Fix for department banner taking up too much space when printing */
  img#department-banner {
    display: none !important;
  }
}
